Questions tagged [graph-store-protocol]

For questions related to the SPARQL 1.1 Graph Store HTTP Protocol that describes the use of HTTP operations for the purpose of managing a collection of RDF graphs. Please also add 'rdf' or 'linked-data' tags.

The SPARQL 1.1 Graph Store HTTP Protocol describes the use of HTTP operations for the purpose of managing a collection of RDF graphs.

This protocol is an alternative to the SPARQL 1.1 Protocol.
Another competing standard is the Linked data Platform 1.0.

Please also add broader Semantic Web related tags to your question: e. g. or .

6 questions
2
votes
1 answer

Jena Fuseki SPARQL INSERT in PHP (EasyRDF lib)

I'm trying to run the sample code from the EasyRDF library with Apache Jena Fuseki, but the following error occurs when entering data into the database: Fatal error: Uncaught exception 'EasyRdf_Exception' with message 'HTTP request for http://…
LauBF
  • 33
  • 5
1
vote
2 answers

Graph Store protocol support in GraphDB

I'm having troubles with using the Graph Store protocol, as documented in GraphDB's help section (the REST API docs). Specifically, I have two issues: The Graph Store protocol is supposed to support PUT requests (see…
Rob
  • 60
  • 5
1
vote
1 answer

Is there a way to use a DataAccessor from Jena to use the graph store protocol with Virtuoso?

I tried to insert a dataset using a DataAccessor from jena withL DatasetAccessor authAcc = DatasetAccessorFactory.createHTTP("http://192.168.56.101:8890/sparql-graph-crud-auth", auth); authAcc.putModel("oole:g1",dataset.getDefaultModel()); But it…
oole
  • 342
  • 3
  • 13
0
votes
0 answers

versioning triples with named graphs

I am managing a named graph (multiple resources per named graph pattern) and needs to update the named graph for any changes for versioning graphs. To start with, I have a current version of the named graph. problem statement: whenever I receive a…
Pam
  • 1
  • 1
0
votes
2 answers

Insert from SQL to ORACLE with LINKED SERVER

I have the next SP in sql server 2008. If I execute this SP from the SQL SERVER MANAGMENT (rigth click, execute stored procedure), it does not have any problem, everything is executed correctly, but when this SP is called from the WEB (a web page…
Luis Pavez
  • 43
  • 1
  • 2
  • 11
0
votes
1 answer

Import large RDF to Graph Store using dotNetRDF

I have a large RDF file (in the gigabytes) that I'd like imported into a remote graph database. The database exposes a Graph Store Protocol endpoint over the RDF4J API. Of the many ingest routes the database supports, the only one acceptable in my…
Samu Lang
  • 2,261
  • 2
  • 16
  • 32