blob: bbfa6ed4c9e87ad74dd3ca581d95ac09d78cbe40 [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/>
# Nesting
SELECT * {
<< <<:s :p2 :o>> :p3 :z>> :q ?q .
}