blob: 4190765322271d5e56e9e0fd1f692e52f78b7abb [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/>
SELECT * {
?t ?p ?o .
FIND ( << :s :p1 :o >> as ?t )
}