blob: 3cb9af941100f0bb3d72d0f0faf02dc6ba8c983e [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 * {
{ <<:s :p ?o1 >> :q ?v1 . }
UNION
{ <<:x :p ?o2 >> :q ?v2 . }
}