Skip to content

Commit

Permalink
Use hydra:view instead of void:subset.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Nov 3, 2015
1 parent 9d0d472 commit c6a27b3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions spec/latest/triple-pattern-fragments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,12 @@ <h3>Paging</h3>
The page MAY additionally contain other triples of the dataset.
</dd>
<dt>metadata</dt>
<dd>
The page MUST be linked to its corresponding Triple Pattern Fragment
using <code>hydra:view</code>.
</dd>
<dd>
The page SHOULD contain all metadata of the fragment.

In particular, it MUST contain a triple
with a <code>void:triples</code> predicate
that expresses the estimated total number of matches for the fragment's triple pattern.
Expand Down Expand Up @@ -559,18 +562,10 @@ <h3>Paging</h3>
<dt>subject</dt>
<dd>the IRI of the fragment</dd>
<dt>predicate</dt>
<dd>the <code>void:subset</code> predicate</dd>
<dd>the <code>hydra:view</code> predicate</dd>
<dt>object</dt>
<dd>the IRI of the page</dd>
</dl>
<p class="issue">
The relation between a page and the associated fragment
should actually be expressed with a more precise predicate,
for instance, one of the
<a href="http://www.hydra-cg.com/spec/latest/core/">Hydra Core Vocabulary</a> paging predicates.
However, this part of the Core Vocabulary is still in development at the time of writing.
</p>

<p>
If the page has directly preceding or directly following pages,
this relationship MUST be indicated explicitly using the following triple(s):
Expand Down

0 comments on commit c6a27b3

Please sign in to comment.