2.3.0 • Published 24 days ago

barnard59-sparql v2.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
24 days ago

barnard59-sparql

SPARQL support for Barnard59 Linked Data pipelines. This package exports operations to run SPARQL queries on endpoints that support the SPARQL Protocol.

Operations

construct

Runs a construct or describe query and parses the response into RDF/JS Quad stream.

  • endpoint: URL of the SPARQL endpoint as a string.
  • query: The SPARQL construct or describe query as a string.
  • user: User for basic authentication.
  • password: Password for basic authentication.
  • operation: The HTTP operation to use ('get' | 'postUrlencoded' | 'postDirect').

select

Runs a select query and returns each row of the results as single chunk object. The chunk object contains key-value pairs for each variable of the select query.

  • endpoint: URL of the SPARQL endpoint as a string.
  • query: The SPARQL select query as a string.
  • user: User for basic authentication.
  • password: Password for basic authentication.
  • operation: The HTTP operation to use ('get' | 'postUrlencoded' | 'postDirect').
2.3.0

24 days ago

2.2.0

3 months ago

1.1.1

9 months ago

1.1.2

8 months ago

2.1.1

6 months ago

2.1.0

6 months ago

2.0.0

7 months ago

1.1.0

11 months ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago