Skip to content

Commit

Permalink
Dcat identifiers- the doi dereferenciation points to a dataset not a …
Browse files Browse the repository at this point in the history
…identifier
  • Loading branch information
riccardoAlbertoni committed Dec 11, 2018
1 parent bc83673 commit 352962d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2068,15 +2068,15 @@ <h2>Dereferenceable identifiers</h2>

<p> The example does not represent the authority responsible for assigning and maintaining identifiers using that scheme (e.g., zenodo) as naming the registrant goes against the philosophy of DOI where the sub-spaces are abstracted from the organisation that registers them, with the advantage that DOIs don't change when the organisation changes or the responsibility for that sub-space is handed over to someone else.</p>

<p>When the HTTP dereferenceable ID returns RDF/OWL description for the identifier, the use owl:sameAs might be consider. For example, </p>
<p>When the HTTP dereferenceable ID returns RDF/OWL description for the dataset, the use owl:sameAs might be consider. For example, </p>
<div class="example">
<pre class="nohighlight turtle" aria-busy="false" aria-live="polite">
&lt;https://example.org/iddoi&gt;
&lt;https://example.org/id&gt; a dcat:Dataset;
...
owl:sameAs &lt;https://doi.org/10.5281/zenodo.1486279&gt; .
</pre>
</div>
<p>when dereferenced with media type "text/turtle", https://doi.org/10.5281/zenodo.1486279 returns a schema.org description for the identifier, which might dinamically enrich the description provided by https://example.org/iddoi. </p>
<p>when dereferenced with media type "text/turtle", https://doi.org/10.5281/zenodo.1486279 returns a schema.org description for the dataset, which might dinamically enrich the description provided by https://example.org/id. </p>


<p>Identifiers for datasets should follow the <a href="https://www.w3.org/TR/dwbp/#DataIdentifiers">DWBP Data Identifier Best Practices</a>. Depending on the application context, specific guidelines such as <a href="https://joinup.ec.europa.eu/release/dcat-ap-how-manage-duplicates">"DCAT-AP: How to manage duplicates?"</a> can be adopted for distinguishing authoritative datasets from dataset harvested by third parties catalogs.</p>
Expand Down

0 comments on commit 352962d

Please sign in to comment.