Skip to content

Commit 15197d5

Browse files
authored
Merge pull request #53 from rubensworks/fix/turtle-base
Take into account new baseIRI on Turtle and TriG tests
2 parents 1549665 + 22312ea commit 15197d5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

trig/trig-subm-01.nq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
_:genid1 <http://www.w3.org/2013/TriGTests/trig-subm-01.trig#x> <http://www.w3.org/2013/TriGTests/trig-subm-01.trig#y> .
2-
_:genid2 <http://www.w3.org/2013/TriGTests/trig-subm-01.trig#x> <http://www.w3.org/2013/TriGTests/trig-subm-01.trig#y> <http://example/graph> .
1+
_:genid1 <http://w3c.github.io/rdf-tests/trig/trig-subm-01.trig#x> <http://w3c.github.io/rdf-tests/trig/trig-subm-01.trig#y> .
2+
_:genid2 <http://w3c.github.io/rdf-tests/trig/trig-subm-01.trig#x> <http://w3c.github.io/rdf-tests/trig/trig-subm-01.trig#y> <http://example/graph> .

trig/trig-subm-27.nq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<http://www.w3.org/2013/TriGTests/a1> <http://www.w3.org/2013/TriGTests/b1> <http://www.w3.org/2013/TriGTests/c1> .
1+
<http://w3c.github.io/rdf-tests/trig/a1> <http://w3c.github.io/rdf-tests/trig/b1> <http://w3c.github.io/rdf-tests/trig/c1> .
22
<http://example.org/ns/a2> <http://example.org/ns/b2> <http://example.org/ns/c2> .
33
<http://example.org/ns/foo/a3> <http://example.org/ns/foo/b3> <http://example.org/ns/foo/c3> .
44
<http://example.org/ns/foo/bar#a4> <http://example.org/ns/foo/bar#b4> <http://example.org/ns/foo/bar#c4> .

trig/trig-subm-27.trig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# In-scope base URI is <http://www.w3.org/2013/TriGTests/trig-subm-27.trig> at this point
1+
# In-scope base URI is <http://w3c.github.io/rdf-tests/trig/trig-subm-27.trig> at this point
22
{<a1> <b1> <c1> .}
33
@base <http://example.org/ns/> .
44
# In-scope base URI is http://example.org/ns/ at this point

turtle/turtle-subm-01.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_:genid1 <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl#x> <http://www.w3.org/2013/TurtleTests/turtle-subm-01.ttl#y> .
1+
_:genid1 <http://w3c.github.io/rdf-tests/turtle/turtle-subm-01.ttl#x> <http://w3c.github.io/rdf-tests/turtle/turtle-subm-01.ttl#y> .

turtle/turtle-subm-27.nt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<http://www.w3.org/2013/TurtleTests/a1> <http://www.w3.org/2013/TurtleTests/b1> <http://www.w3.org/2013/TurtleTests/c1> .
1+
<http://w3c.github.io/rdf-tests/turtle/a1> <http://w3c.github.io/rdf-tests/turtle/b1> <http://w3c.github.io/rdf-tests/turtle/c1> .
22
<http://example.org/ns/a2> <http://example.org/ns/b2> <http://example.org/ns/c2> .
33
<http://example.org/ns/foo/a3> <http://example.org/ns/foo/b3> <http://example.org/ns/foo/c3> .
44
<http://example.org/ns/foo/bar#a4> <http://example.org/ns/foo/bar#b4> <http://example.org/ns/foo/bar#c4> .

turtle/turtle-subm-27.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# In-scope base URI is <http://www.w3.org/2013/TurtleTests/turtle-subm-27.ttl> at this point
1+
# In-scope base URI is <http://w3c.github.io/rdf-tests/turtle/turtle-subm-27.ttl> at this point
22
<a1> <b1> <c1> .
33
@base <http://example.org/ns/> .
44
# In-scope base URI is http://example.org/ns/ at this point

0 commit comments

Comments
 (0)