TripleStoreExtensionsLoadFromString Method (ITripleStore, String) |
Loads an RDF dataset from a String into a Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax Remarks
This is just a shortcut to using the static
ParseDataset() methods from the
StringParser class located in the
Parsing namespace.
See Also