Click or drag to resize

JsonLdParserLoad Method

Overload List
  NameDescription
Public methodLoad(IRdfHandler, TextReader)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads a RDF dataset using a RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads a RDF dataset into a Triple Store.
Public methodLoad(ITripleStore, String)
Read JSON-LD from the specified file and add the RDF quads found in the JSON-LD to the specified store.
Top
See Also