-
Notifications
You must be signed in to change notification settings - Fork 4
Documentation for Meta Data Store (MDS)
The MDS supports a subset of SPARQL 1.1 HTTP RDF Graph Protocol:
PUT http://mds.lod-cloud.net/graphs?apiKey={apiKey}&graph={documentUrl}
with the RDF to be submitted in the body of the request. This will replace any triples you might have inserted under that graph URI before with the new triples you are sending.
If the body of the request is empty, the triples will be fetched from the graph URI and inserted.
DELETE http://mds.lod-cloud.net/graphs?apiKey={apiKey}&graph={documentUrl}
will remove the triples previously inserted under that graph URI
GET http://mds.lod-cloud.net/graphs?apiKey={apiKey}&graph={documentUrl}
will show you (as RDF/JSON) the triples inserted under that graph URI
POST is not supported.
RDF can be submitted as RDF/XML, ntriples or turtle.
SPARQL endpoint is at http://mds.lod-cloud.net/sparql