Skip to content

Commit 4a6055b

Browse files
committed
Fix the expected output for Examples 23 and 24.
Fixes #66.
1 parent 3c66bac commit 4a6055b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec/example23.nt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<http://example.org/> <http://example.org/prop> "blah" .
2-
<http://example.org/triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/prop> "blah")>> .
3-
<http://example.org/triple1> <http://example.org/prop> "foo" .
1+
<http://example.org/> <http://example.org/stuff/1.0/prop> "blah" .
2+
<http://example.org/triple1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/stuff/1.0/prop> "blah")>> .
3+
<http://example.org/triple1> <http://example.org/stuff/1.0/prop> "foo" .

spec/example24.nt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<http://example.org/> <http://example.org/prop> "blah" .
2-
_:triple1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/prop> "blah")>> .
3-
_:triple1 <http://example.org/prop> "foo" .
1+
\<http://example.org/> <http://example.org/stuff/1.0/prop> "blah" .
2+
_:triple1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#reifies> <<(<http://example.org/> <http://example.org/stuff/1.0/prop> "blah")>> .
3+
_:triple1 <http://example.org/stuff/1.0/prop> "foo" .

0 commit comments

Comments
 (0)