summaryrefslogtreecommitdiff
path: root/test/DAWG
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2017-02-15 11:18:40 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2017-02-15 11:18:40 +0100
commita412a5bedd3d7278e9b3225f39b64cbdb3eb6de3 (patch)
tree633174462c675fd0ed137891320debb6fdd088b4 /test/DAWG
parentd8c6d5239af8275db88094885e33f7bfa18d1f76 (diff)
downloadrdflib-a412a5bedd3d7278e9b3225f39b64cbdb3eb6de3.tar.gz
correct form of bnode-ppath-mix-c
Diffstat (limited to 'test/DAWG')
-rw-r--r--test/DAWG/rdflib/bnode-ppath-mix-c.rq2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DAWG/rdflib/bnode-ppath-mix-c.rq b/test/DAWG/rdflib/bnode-ppath-mix-c.rq
index 45a9dabb..9d812be5 100644
--- a/test/DAWG/rdflib/bnode-ppath-mix-c.rq
+++ b/test/DAWG/rdflib/bnode-ppath-mix-c.rq
@@ -10,5 +10,5 @@ ask {
[ rdfs:subClassOf ?classC ]
];
a rdf:Property ;
- rdfs:domain ?classF .
+ rdfs:domain/rdfs:subClassOf/rdfs:subClassOf ?classF .
}