blob: fbca88c48b31db496e3053b2aab64179f35ece3a [file] [log] [blame]
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX : <http://example/>
DELETE { <<:s ?p :o>> :q1 <<:s ?p :o>> }
INSERT { <<:s ?p :o>> :q2 << <<:s ?p :o>> :r 123 >> }
WHERE { :s ?p :o }