Skip to content

Commit

Permalink
GH-146: Remove resolution case with two possible answers
Browse files Browse the repository at this point in the history
IRI-resolution-01 and IRI-resolution-02 in rdf-turtle and rdf-trig.
Remove IRI-resolution work files (not in manifest).
  • Loading branch information
afs committed Oct 22, 2024
1 parent 12a81bb commit e99b552
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 712 deletions.
1 change: 0 additions & 1 deletion rdf/rdf11/rdf-trig/IRI-resolution-01.nq
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
<urn:ex:s039> <urn:ex:p> <http://a/bb/ccc/g?y/../x>.
<urn:ex:s040> <urn:ex:p> <http://a/bb/ccc/g#s/./x>.
<urn:ex:s041> <urn:ex:p> <http://a/bb/ccc/g#s/../x>.
<urn:ex:s042> <urn:ex:p> <http:g>.
8 changes: 7 additions & 1 deletion rdf/rdf11/rdf-trig/IRI-resolution-01.trig
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@
<urn:ex:s039> <urn:ex:p> <g?y/../x>.
<urn:ex:s040> <urn:ex:p> <g#s/./x>.
<urn:ex:s041> <urn:ex:p> <g#s/../x>.
<urn:ex:s042> <urn:ex:p> <http:g>.

## Two answers:
## RDF 3986 section 5.2.2
## Strict resolving: <http:g>
## Non-strict resolving: <http://a/bb/ccc/g>

## <urn:ex:s042> <urn:ex:p> <http:g>.
1 change: 0 additions & 1 deletion rdf/rdf11/rdf-trig/IRI-resolution-02.nq
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
<urn:ex:s081> <urn:ex:p> <http://a/bb/ccc/d/g?y/../x>.
<urn:ex:s082> <urn:ex:p> <http://a/bb/ccc/d/g#s/./x>.
<urn:ex:s083> <urn:ex:p> <http://a/bb/ccc/d/g#s/../x>.
<urn:ex:s084> <urn:ex:p> <http:g>.
8 changes: 7 additions & 1 deletion rdf/rdf11/rdf-trig/IRI-resolution-02.trig
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@
<urn:ex:s081> <urn:ex:p> <g?y/../x>.
<urn:ex:s082> <urn:ex:p> <g#s/./x>.
<urn:ex:s083> <urn:ex:p> <g#s/../x>.
<urn:ex:s084> <urn:ex:p> <http:g>.

## Two answers:
## RDF 3986 section 5.2.2
## Strict resolving: <http:g>
## Non-strict resolving: <http://a/bb/ccc/g>

## <urn:ex:s084> <urn:ex:p> <http:g>.
352 changes: 0 additions & 352 deletions rdf/rdf11/rdf-trig/IRI-resolution.nt

This file was deleted.

Loading

0 comments on commit e99b552

Please sign in to comment.