Skip to content

Commit

Permalink
Refrain from writing "fragment IRI".
Browse files Browse the repository at this point in the history
Avoids possible confusion with the fragment part of an IRI.
  • Loading branch information
RubenVerborgh committed Nov 3, 2015
1 parent 21a41c2 commit 29d4192
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/latest/triple-pattern-fragments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@ <h3>Hypermedia controls</h3>
i.e., they MUST NOT assume a certain IRI pattern.
Instead, clients MUST interpret the hypermedia control in each Triple Pattern Fragment
in order to retrieve another fragment.
Clients MUST NOT attempt to deconstruct the IRI of a fragment,
i.e., they MUST treat fragment IRIs as opaque identifiers.
Clients MUST NOT attempt to deconstruct IRIs of fragments,
i.e., they MUST treat these as opaque identifiers.
</p>
<div class="note">
<p>
Expand Down Expand Up @@ -601,7 +601,7 @@ <h3>Paging</h3>
<br>
If the fragment itself instead of a page is requested,
the IRI of the fragment in all metadata and control triples
MUST match the requested fragment IRI.
MUST match the requested IRI of the fragment.
</p>
<div class="note">
<p>
Expand Down Expand Up @@ -633,8 +633,8 @@ <h3>Paging</h3>
as previous/next is sufficient for most clients.
Clients MUST NOT assume a particular IRI structure for pages;
paging MUST be fully accessible through hypermedia controls.
Clients MUST NOT attempt to deconstruct a fragment IRI's possible paging structure,
i.e., they MUST treat page IRIs as opaque identifiers.
Clients MUST NOT attempt to deconstruct IRIs of pages,
i.e., they MUST treat these as opaque identifiers.
</p>
</section>
</section>
Expand Down

0 comments on commit 29d4192

Please sign in to comment.