summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-11-21 12:50:57 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-11-21 13:56:40 +0100
commitbf9c25dd7403479eb962d19f9b74a1f7b7a74586 (patch)
tree5adc9b6f81c596df6b9a5c8493e7977defd38d66 /tests
parent4af830c1dca577e6dd08ecd29523fab2dc28e194 (diff)
downloadtracker-bf9c25dd7403479eb962d19f9b74a1f7b7a74586.tar.gz
tests: Make turtle tests use absolute IRIs
Do not rely on our loose interpretation of IRIs to make tests work.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/turtle/test.ontology8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/core/turtle/test.ontology b/tests/core/turtle/test.ontology
index 648342cf4..ce1e50ed1 100644
--- a/tests/core/turtle/test.ontology
+++ b/tests/core/turtle/test.ontology
@@ -7,7 +7,7 @@
@prefix f: <http://example.org/ns3#> .
@prefix b: <http://example.org/b2#> .
@prefix bz: <http://example.org/b2> .
-@prefix bar: <bar#> .
+@prefix bar: <http://example.org/bar#> .
foo: a nrl:Namespace ;
nrl:prefix "foo" .
@@ -63,8 +63,8 @@ bar:b5 a rdf:Property ;
rdfs:domain rdfs:Resource ;
rdfs:range rdfs:Resource .
-<c1> a rdfs:Resource .
-<c2> a rdfs:Resource .
-<c3> a rdfs:Resource .
+<http://example.org/c1> a rdfs:Resource .
+<http://example.org/c2> a rdfs:Resource .
+<http://example.org/c3> a rdfs:Resource .
:c4 a rdfs:Resource .
:c5 a rdfs:Resource .