From f93c3fdd6c7d6ca61bec55d3c1ffae7e7c793913 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Mar 2023 19:59:50 -0400 Subject: Fix relative URI creation --- test/root/root-inside-base-out.ttl | 4 ++-- test/root/root-outside-base-out.ttl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/root') diff --git a/test/root/root-inside-base-out.ttl b/test/root/root-inside-base-out.ttl index a5081e4d..76f61791 100644 --- a/test/root/root-inside-base-out.ttl +++ b/test/root/root-inside-base-out.ttl @@ -1,7 +1,7 @@ @base . @prefix rdfs: . - +<> rdfs:label "base node" . @@ -10,7 +10,7 @@ rdfs:label "within root" . - + rdfs:label "within base" . diff --git a/test/root/root-outside-base-out.ttl b/test/root/root-outside-base-out.ttl index 47a4c47e..dcb95d5a 100644 --- a/test/root/root-outside-base-out.ttl +++ b/test/root/root-outside-base-out.ttl @@ -4,7 +4,7 @@ <> rdfs:label "base node" . - +<../> rdfs:label "root node" . @@ -13,7 +13,7 @@ <../s> rdfs:label "within root" . -<../../s> + rdfs:label "outside root" . -- cgit v1.2.1