197k views
3 votes
What does the SPARQL 1.1 Graph Store HTTP Protocol provide?

a) Mechanism for querying relational databases
b) Protocol for managing RDF graph storage
c) Authentication for SPARQL queries
d) Compression of SPARQL query results

User Vivek C A
by
7.4k points

1 Answer

7 votes

Final answer:

The SPARQL 1.1 Graph Store HTTP Protocol is a protocol for managing RDF graph storage, allowing actions such as adding, deleting, or replacing RDF graphs.

Step-by-step explanation:

The SPARQL 1.1 Graph Store HTTP Protocol is a protocol for managing RDF graph storage.

It provides a mechanism for sending HTTP requests to a graph store server in order to perform actions such as adding, deleting, or replacing RDF graphs.

For example, with the SPARQL 1.1 Graph Store HTTP Protocol, you can use HTTP POST requests to add new RDF triples to a graph or use HTTP DELETE requests to remove triples from a graph.

User Oliver Coleman
by
8.5k points