aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/trig-subm-10.nq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/trig-subm-10.nq')
-rw-r--r--tests/TriGTests/trig-subm-10.nq8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/TriGTests/trig-subm-10.nq b/tests/TriGTests/trig-subm-10.nq
new file mode 100644
index 00000000..3a84a4c6
--- /dev/null
+++ b/tests/TriGTests/trig-subm-10.nq
@@ -0,0 +1,8 @@
+_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
+_:b1 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent .
+_:b1 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> <http://example/graph> .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> <http://example/graph> .
+_:b2 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent <http://example/graph> .
+_:b2 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example/graph> .