Click or drag to resize

NQuadsParserLoad Method

Overload List
  NameDescription
Public methodLoad(IRdfHandler, TextReader)
Loads a RDF Dataset from the NQuads input using a RDF Handler.
Public methodLoad(IRdfHandler, String)
Loads a RDF Dataset from the NQuads input using a RDF Handler.
Public methodLoad(ITripleStore, TextReader)
Loads a RDF Dataset from the NQuads input into the given Triple Store.
Public methodLoad(ITripleStore, String)
Loads a RDF Dataset from the NQuads input into the given Triple Store.
Top
See Also