简体   繁体   中英

How to create RDFS based on RDF/XML file?

For my project, I need to get the RDFS from CIM RDF/XML (IEC 61970). .NET Framework does not have standard tools for working with RDF. Please help me solve my problem.

Does it have to be with C#?. I use JAVA + JENA to process the CIM/XML files to extract it data. (It works fine with the CIM 16 schema version " http://iec.ch/TC57/2013/CIM-schema-cim16# "). Maybe you can create the JAVA code and call it from C# or use any native .NET library for parsing XML. In this post How match JAXB elements in CIM/RDF? seems they are working with JAXB.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM