Skip to content

Commit

Permalink
Editorial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-perego committed Oct 25, 2020
1 parent f378710 commit 20fc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3454,7 +3454,7 @@ <h2>How to specify dataset series</h2>
</pre>
</aside>

<p>It is worth noting that a dataset series may evolve over time, but acquiring new datasets. E.g., a dataset series about yearly budget data will acquire a new child dataset every year. In such cases, it might be important to link the yearly releases with relationship specifying the previous, next, and latest ones. In such scenario, DCAT recommends following the approach described in <a href="#version-types"></a>, using the [[VOCAB-ADMS]] properties <code>adms:prev</code>, <code>adms:next</code>, and <code>adms:last</code>, respectively.</p>
<p>It is worth noting that a dataset series may evolve over time, by acquiring new datasets. E.g., a dataset series about yearly budget data will acquire a new child dataset every year. In such cases, it might be important to link the yearly releases with relationship specifying the previous, next, and latest ones. In such scenario, DCAT recommends following the approach described in <a href="#version-types"></a>, using the [[VOCAB-ADMS]] properties <code>adms:prev</code>, <code>adms:next</code>, and <code>adms:last</code>, respectively.</p>

<aside class="example" id="ex-dataset-series-releases" title="">
<p>The following example extends <a href="#ex-dataset-series-containment"></a> by specifying the publication date (<code>dct:issued</code>) of each child dataset, and the previous (<code>adms:prev</code>) and next release (<code>adms:next</code>).</p>
Expand Down

0 comments on commit 20fc38c

Please sign in to comment.