Return to Snippet

Revision: 28397
at July 7, 2010 22:33 by davidjohnevans


Initial Code
SELECT ?s ?p ?o
WHERE {
	?s ?p ?o .
 	FILTER (?p != this:property)
}

Initial URL


Initial Description
Replace this:property with the property in question.

Initial Title
Selecting All Triples Except Those With A Given Property In SPARQL

Initial Tags


Initial Language
Other