Registry / networking / sparql-client

sparql-client

JSON →
library3.3.0rbrubygemsunverified

Executes SPARQL queries and updates against a remote SPARQL 1.0 or 1.1 endpoint, or against a local repository. Generates SPARQL queries using a simple DSL. Includes SPARQL::Client::Repository, which allows any endpoint supporting SPARQL Update to be used as an RDF.rb repository.

gem install sparql-client
INSTALL
IMPORT
SIG · SPARQL-CLIENT
S
sparql-client
networkingrubyv3.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SPARQL
require 'sparql/client'

Query a SPARQL endpoint

require 'sparql/client' client = SPARQL::Client.new('http://dbpedia.org/sparql') results = client.query('SELECT * WHERE { ?s ?p ?o } LIMIT 10')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
sparql-client — gem install sparql-client · libregistry