aboutsummaryrefslogtreecommitdiffstats
path: root/test/validate/bad-object-property.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/validate/bad-object-property.ttl')
-rw-r--r--test/validate/bad-object-property.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/validate/bad-object-property.ttl b/test/validate/bad-object-property.ttl
index b4a31f9d..335db339 100644
--- a/test/validate/bad-object-property.ttl
+++ b/test/validate/bad-object-property.ttl
@@ -3,10 +3,10 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-eg:value
- rdfs:label "value" ;
+eg:child
+ rdfs:label "child" ;
a owl:ObjectProperty .
eg:s
- eg:value "literal" .
+ eg:child "literal" .