array of query definitions
Create a dump of the store (serialize)
describes the RDF serialization. Supported options are text/turtle, application/trig, application/n-triples, application/n-quads and application/rdf+xml
OptionalgraphURI: stringoptianally describes the URI of the named graph to dump
Execute a saved query
the id of the query
Optionalparams: TemplateDataoptional query params to replace in the query
Initialize Oxigraph store
path to the webassembly file relative to the path where the worker.js file is located
a worker result with a message
Load triples into the store
a string containing the RDF triples in a serialization according to the provided mimetype
describes the RDF serialization. Supported options are text/turtle, application/trig, application/n-triples, application/n-quads and application/rdf+xml
OptionalbaseURI: stringoptionally describes the base namespace
OptionalgraphURI: stringoptionally describes a named graph in which the triples should be loaded. Default is the main graph
Query the store
SPARQL query
OptionalresponseMimetype: ResponseMimetypeoptionally describe the serialization of the returned facts of a construct query
OptionaltimeoutInMS: numberGet store size
the size as a number
Staticget
Add a query definition that can easily be executed