You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.