Skip to content

SPARQL RDF Store that follows the RDF/JS Store interface specification

License

Notifications You must be signed in to change notification settings

rdf-ext/rdf-store-sparql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdf-store-sparql

SPARQL RDF Store that follows the RDF/JS Store interface specification. This store implementation allows accessing graphs using the SPARQL 1.1 Protocol. This requires an external triple store.

Install

npm install --save rdf-store-sparql

Usage

The constructor requires a endpointUrl parameter. It must be a string pointing to the SPARQL endpoint. Optional an options parameter can be given.

The options object can have the following properties:

  • updateUrl: SPARQL endpoint URL for write operations. (Default endpointUrl parameter)
  • factory: RDFJS data factory implementation. (Default the reference implementation @rdfjs/data-model)
  • maxQueryLength: Max length of the import and removeMatches query. Multiple queries in sequence will be used if when maxQueryLength is reached. (Default Infinity)

About

SPARQL RDF Store that follows the RDF/JS Store interface specification

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •