Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issue #1570 #1572

Closed
wants to merge 7 commits into from
Closed
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ <h4>Property: version notes</h4>
</aside>

<table class="def">
<tr><th>RDF Property:</th><td><a data-cite="VOCAB-ADMS#adms-versionnotes"><code>adms:versionNotes</code></a></td></tr>
<tr><th>RDF Property:</th><td><a href="http://www.w3.org/ns/adms#versionNotes"><code>adms:versionNotes</code></a></td></tr>
<tr>
<th class="prop">Definition:</th>
<td>A description of changes between this version and the previous version of the resource [[?VOCAB-ADMS]].</td>
Expand Down Expand Up @@ -2092,7 +2092,7 @@ <h4>Property: status</h4>
</aside>

<table class="def">
<tr><th>RDF Property:</th><td><a data-cite="VOCAB-ADMS#adms-status"><code>adms:status</code></a></td></tr>
<tr><th>RDF Property:</th><td><a href="http://www.w3.org/ns/adms#status"><code>adms:status</code></a></td></tr>
<tr>
<th class="prop">Definition:</th>
<td>The status of the resource in the context of a particular workflow process [[?VOCAB-ADMS]].</td>
Expand Down Expand Up @@ -4087,8 +4087,8 @@ <h2>Dereferenceable identifiers</h2>
.</pre>
</aside>

<p>The property <a data-cite="VOCAB-ADMS#adms-identifier"><code>adms:identifier</code></a> [[?VOCAB-ADMS]] can express other locally minted identifiers or external identifiers, like DOI, <a href="https://eur-lex.europa.eu/eli-register/about.html"><abbr title="European Legislation Identifier">ELI</abbr></a>, <a href="https://arxiv.org/">ar&Chi;iv</a> for creative works and <a href="https://orcid.org/">ORCID</a>, <a href="https://viaf.org/"><abbr title="Virtual International Authority File">VIAF</abbr></a>, <a href="http://www.isni.org/"><abbr title="International Standard Name Identifier">ISNI</abbr></a> for actors such as authors and publishers, as long as the identifiers are globally unique and stable.</p>
<p><a href="#ex-adms-identifier"></a> uses <a data-cite="VOCAB-ADMS#schemaAgency"><code>adms:schemaAgency</code></a> and <a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator"><code>dcterms:creator</code></a> to represent the authority that defines the identifier scheme (e.g., the <a href="https://www.doi.org/">DOI foundation</a> in the example), <code>adms:schemaAgency</code> is used when the authority has no IRI associated. The <a href="https://www.crossref.org/display-guidelines/">CrossRef</a> and <a href="https://support.datacite.org/docs/datacite-doi-display-guidelines">DataCite</a> display guidelines recommend displaying DOIs as full URL link in the form <code>https://doi.org/10.xxxx/xxxxx/</code>.
<p>The property <a href="http://www.w3.org/ns/adms#identifier"><code>adms:identifier</code></a> [[?VOCAB-ADMS]] can express other locally minted identifiers or external identifiers, like DOI, <a href="https://eur-lex.europa.eu/eli-register/about.html"><abbr title="European Legislation Identifier">ELI</abbr></a>, <a href="https://arxiv.org/">ar&Chi;iv</a> for creative works and <a href="https://orcid.org/">ORCID</a>, <a href="https://viaf.org/"><abbr title="Virtual International Authority File">VIAF</abbr></a>, <a href="http://www.isni.org/"><abbr title="International Standard Name Identifier">ISNI</abbr></a> for actors such as authors and publishers, as long as the identifiers are globally unique and stable.</p>
<p><a href="#ex-adms-identifier"></a> uses <a href="http://www.w3.org/ns/adms#schemaAgency"><code>adms:schemaAgency</code></a> and <a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/creator"><code>dcterms:creator</code></a> to represent the authority that defines the identifier scheme (e.g., the <a href="https://www.doi.org/">DOI foundation</a> in the example), <code>adms:schemaAgency</code> is used when the authority has no IRI associated. The <a href="https://www.crossref.org/display-guidelines/">CrossRef</a> and <a href="https://support.datacite.org/docs/datacite-doi-display-guidelines">DataCite</a> display guidelines recommend displaying DOIs as full URL link in the form <code>https://doi.org/10.xxxx/xxxxx/</code>.
</p>

<aside id="ex-adms-identifier" class="example">
Expand Down