This tutorial shows how to execute a SPARQL query with type "DELETE".

SELECT * WHERE {?s ?p ?o}







<s1> <p1> <o1> . <s2> <p2> <o2>


SELECT ?s ?p ?o FROM <http://mytest.com> WHERE { GRAPH <http://mytest.com> { ?s ?p ?o } }


CategorySPARQL CategoryRDF CategoryOpenSource CategoryOAT CategoryDocumentation CategoryTutorial