aboutsummaryrefslogtreecommitdiffstats
path: root/test/w3c/TurtleTests/turtle-subm-10.nt
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/TurtleTests/turtle-subm-10.nt')
-rw-r--r--test/w3c/TurtleTests/turtle-subm-10.nt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/w3c/TurtleTests/turtle-subm-10.nt b/test/w3c/TurtleTests/turtle-subm-10.nt
new file mode 100644
index 00000000..c7164085
--- /dev/null
+++ b/test/w3c/TurtleTests/turtle-subm-10.nt
@@ -0,0 +1,4 @@
+_: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> .