Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a question about using OWL file that is built with RDF\XML in Protege software. I don't know how can I load and query(using SPARQL) this OWL file in c#. And I want to used it in my project.
Thanks for your attention.
Your sincerely,
Myat Wutyi Phyo
Posted

1 solution

There appears to be a library that will do what you're looking for on NuGet:

dotNetRDF
[^]

You can directly access it Visual Studio using "Manage Nuget Packages" -> Online -> Search dotNetRDF

There is project usage information on their web site, dotnetrdf.org
 
Share this answer
 
Comments
Member 11597253 2-Jan-16 12:44pm    
Thank you so much. Nuget Package is really help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900