aboutsummaryrefslogtreecommitdiffstats
path: root/tests/validate/bad-functional-property.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validate/bad-functional-property.ttl')
-rw-r--r--tests/validate/bad-functional-property.ttl13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/validate/bad-functional-property.ttl b/tests/validate/bad-functional-property.ttl
new file mode 100644
index 00000000..53a73ccd
--- /dev/null
+++ b/tests/validate/bad-functional-property.ttl
@@ -0,0 +1,13 @@
+@prefix eg: <http://example.org/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+eg:identity
+ rdfs:label "identity" ;
+ a owl:FunctionalProperty .
+
+eg:s
+ eg:identity "me" ,
+ "you" .
+