JsonLdParserLoad Method |
Name | Description | |
---|---|---|
Load(IRdfHandler, TextReader) |
Loads a RDF dataset using a RDF Handler.
| |
Load(IRdfHandler, String) |
Loads a RDF dataset using a RDF Handler.
| |
Load(ITripleStore, TextReader) |
Loads a RDF dataset into a Triple Store.
| |
Load(ITripleStore, String) |
Read JSON-LD from the specified file and add the RDF quads found in the JSON-LD to the specified store.
|