TypeGuard for RDF/JS spec BlankNodes
TypeGuard for RDFLib Collections
TypeGuard for valid RDF/JS Graph types
TypeGuard for RDF/JS spec Literals
TypeGuard for RDF/JS spec NamedNodes
TypeGuard for valid RDF/JS spec Predicate types
TypeGuard for RDF/JS spec Quads
TypeGuard for valid RDF/JS spec Object types
TypeGuard for valid RDFlib Object types, also allows Collections
TypeGuard for RDFLib Statements
TypeGuard for RDFlib Stores
TypeGuard for valid RDF/JS spec Subject types
TypeGuard for RDF/JS spec Terms
TypeGuard for RDFLib Variables
Parse a string and put the result into the graph kb. Normal method is sync. Unfortunately jsdonld is currently written to need to be called async. Hence the mess below with executeCallback.
The input string to parse
The store to use
The base URI to use
The MIME content type string for the input - defaults to text/turtle
Serialize to the appropriate format
A string of letters, each of which set an options
e.g. deinprstux
A set of [prefix, uri] pairs that define namespace prefixes
Retrieve the value of a term, or self if already a string.
Returns a new instance of Quad. If graph is undefined or null it MUST set graph to a DefaultGraph.
Generated using TypeDoc
Full RDFLib.js Data Factory