Is there a way to parse RDF using .NET? I would like to show the data in some web control?
Thanks
Is there a way to parse RDF using .NET? I would like to show the data in some web control?
Thanks
Yes, there is. For instance with:
In dotNetRdf several classes (for example IGraph.ToDataTable()) offer methods which will convert the RDF triples to a DataTable
.