aboutsummaryrefslogtreecommitdiffstats
path: root/test/validate/bad-range-literal-not-instance.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/validate/bad-range-literal-not-instance.ttl')
-rw-r--r--test/validate/bad-range-literal-not-instance.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/validate/bad-range-literal-not-instance.ttl b/test/validate/bad-range-literal-not-instance.ttl
index f46de8ce..039fcea8 100644
--- a/test/validate/bad-range-literal-not-instance.ttl
+++ b/test/validate/bad-range-literal-not-instance.ttl
@@ -3,7 +3,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
eg:Thing
- a rdfs:Class .
+ a rdfs:Class ;
+ rdfs:label "Thing" .
eg:value
a rdf:Property ;