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

Fix typo in Example 15 #1463

Merged
merged 7 commits into from Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
33 changes: 18 additions & 15 deletions dcat/examples/vocab-dcat-3/identifier-types.jsonld
Expand Up @@ -8,7 +8,7 @@
"@id" : "ex:PoelenJorritH",
"@type" : "foaf:Person",
"foaf:name" : "Jorrit H. Poelen",
"identifier" : "https://example.org/PoelenJorritHID"
"identifier" : "ex:PoelenJorritHID"
}, {
"@id" : "ex:PoelenJorritHID",
"@type" : "adms:Identifier",
Expand All @@ -17,12 +17,8 @@
}, {
"@id" : "ex:id",
"@type" : "dcat:Dataset",
"dcterms:identifier" : {
"@type" : "xsd:anyURI",
"@value" : "https://example.org/id"
},
"publisher" : "https://example.org/PoelenJorritH",
"identifier" : "https://example.org/iddoi"
"publisher" : "ex:PoelenJorritH",
"identifier" : "ex:iddoi"
}, {
"@id" : "ex:id3",
"@type" : "dcat:Dataset",
Expand All @@ -41,14 +37,6 @@
"@id" : "ex:identifier-types",
"@type" : "owl:Ontology",
"imports" : "http://www.w3.org/ns/dcat"
}, {
"@id" : "ex:proxyid",
"@type" : "dcat:Dataset",
"dcterms:identifier" : "id"
}, {
"@id" : "ex:si6",
"@type" : "adms:Identifier",
"notation" : "info:doi/10.1109/5.771073"
}, {
"@id" : "ex:sid5",
"@type" : "adms:Identifier",
Expand All @@ -58,6 +46,21 @@
"@value" : "PA 1-060-815"
},
"adms:schemaAgency" : "US Copyright Office"
}, {
"@id" : "ex:sid6",
"@type" : "adms:Identifier",
"notation" : "info:doi/10.1109/5.771073"
}, {
"@id" : "https://example.org/id",
"@type" : "dcat:Dataset",
"dcterms:identifier" : {
"@type" : "xsd:anyURI",
"@value" : "https://example.org/id"
}
}, {
"@id" : "https://example.org/proxyid",
"@type" : "dcat:Dataset",
"dcterms:identifier" : "id"
} ],
"@context" : {
"identifier" : {
Expand Down
59 changes: 32 additions & 27 deletions dcat/examples/vocab-dcat-3/identifier-types.rdf
Expand Up @@ -16,25 +16,12 @@
<owl:Ontology rdf:about="https://dcat.example.org/identifier-types">
<owl:imports rdf:resource="http://www.w3.org/ns/dcat"/>
</owl:Ontology>
<adms:Identifier rdf:about="https://dcat.example.org/iddoi">
<adms:schemaAgency>International DOI Foundation</adms:schemaAgency>
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>https://doi.org/10.5281/zenodo.1486279</skos:notation>
<dcterms:creator>
<foaf:Organization rdf:about="https://dcat.example.org/InternationalDOIFundation">
<foaf:homepage rdf:resource="https://www.doi.org/"/>
<rdfs:label>International DOI Foundation</rdfs:label>
</foaf:Organization>
</dcterms:creator>
</adms:Identifier>
<foaf:Person rdf:about="https://dcat.example.org/PoelenJorritH">
<adms:identifier rdf:resource="https://example.org/PoelenJorritHID"/>
<foaf:name>Jorrit H. Poelen</foaf:name>
</foaf:Person>
<adms:Identifier rdf:about="https://dcat.example.org/PoelenJorritHID">
<adms:schemaAgency>ORCID</adms:schemaAgency>
<dcat:Dataset rdf:about="https://example.org/proxyid">
<dcterms:identifier>id</dcterms:identifier>
</dcat:Dataset>
<adms:Identifier rdf:about="https://dcat.example.org/sid6">
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>https://orcid.org/0000-0003-3138-4118</skos:notation>
>info:doi/10.1109/5.771073</skos:notation>
</adms:Identifier>
<adms:Identifier rdf:about="https://dcat.example.org/sid5">
<adms:schemaAgency>US Copyright Office</adms:schemaAgency>
Expand All @@ -47,18 +34,36 @@
<owl:sameAs rdf:resource="https://doi.org/10.5281/zenodo.1486279"/>
</dcat:Dataset>
<dcat:Dataset rdf:about="https://dcat.example.org/id">
<adms:identifier rdf:resource="https://example.org/iddoi"/>
<dcterms:publisher rdf:resource="https://example.org/PoelenJorritH"/>
<adms:identifier>
<adms:Identifier rdf:about="https://dcat.example.org/iddoi">
<adms:schemaAgency>International DOI Foundation</adms:schemaAgency>
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>https://doi.org/10.5281/zenodo.1486279</skos:notation>
<dcterms:creator>
<foaf:Organization rdf:about="https://dcat.example.org/InternationalDOIFundation">
<foaf:homepage rdf:resource="https://www.doi.org/"/>
<rdfs:label>International DOI Foundation</rdfs:label>
</foaf:Organization>
</dcterms:creator>
</adms:Identifier>
</adms:identifier>
<dcterms:publisher>
<foaf:Person rdf:about="https://dcat.example.org/PoelenJorritH">
<adms:identifier>
<adms:Identifier rdf:about="https://dcat.example.org/PoelenJorritHID">
<adms:schemaAgency>ORCID</adms:schemaAgency>
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>https://orcid.org/0000-0003-3138-4118</skos:notation>
</adms:Identifier>
</adms:identifier>
<foaf:name>Jorrit H. Poelen</foaf:name>
</foaf:Person>
</dcterms:publisher>
</dcat:Dataset>
<dcat:Dataset rdf:about="https://example.org/id">
<dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>https://example.org/id</dcterms:identifier>
</dcat:Dataset>
<dcat:Dataset rdf:about="https://dcat.example.org/proxyid">
<dcterms:identifier>id</dcterms:identifier>
</dcat:Dataset>
<adms:Identifier rdf:about="https://dcat.example.org/si6">
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
>info:doi/10.1109/5.771073</skos:notation>
</adms:Identifier>
<dcat:Dataset rdf:about="https://dcat.example.org/id4">
<adms:identifier rdf:resource="https://example.org/sid"/>
</dcat:Dataset>
Expand Down
15 changes: 9 additions & 6 deletions dcat/examples/vocab-dcat-3/identifier-types.ttl
Expand Up @@ -24,18 +24,21 @@ ex:InternationalDOIFundation
ex:PoelenJorritH
a foaf:Person ;
foaf:name "Jorrit H. Poelen" ;
adms:identifier <https://example.org/PoelenJorritHID> ;
adms:identifier <https://dcat.example.org/PoelenJorritHID> ;
.
ex:PoelenJorritHID
a adms:Identifier ;
skos:notation "https://orcid.org/0000-0003-3138-4118"^^xsd:anyURI ;
adms:schemaAgency "ORCID" ;
.
<https://example.org/id>
a dcat:Dataset ;
dcterms:identifier "https://example.org/id"^^xsd:anyURI .

ex:id
a dcat:Dataset ;
dcterms:identifier "https://example.org/id"^^xsd:anyURI ;
dcterms:publisher <https://example.org/PoelenJorritH> ;
adms:identifier <https://example.org/iddoi> ;
dcterms:publisher <https://dcat.example.org/PoelenJorritH> ;
adms:identifier <https://dcat.example.org/iddoi> ;
.
ex:id3
a dcat:Dataset ;
Expand All @@ -55,11 +58,11 @@ ex:identifier-types
a owl:Ontology ;
owl:imports <http://www.w3.org/ns/dcat> ;
.
ex:proxyid
<https://example.org/proxyid>
a dcat:Dataset ;
dcterms:identifier "id" ;
.
ex:si6
ex:sid6
a adms:Identifier ;
skos:notation "info:doi/10.1109/5.771073"^^xsd:anyURI ;
.
Expand Down
8 changes: 4 additions & 4 deletions dcat/index.html
Expand Up @@ -3987,8 +3987,8 @@ <h2>Dereferenceable identifiers</h2>
<aside id="ex-adms-identifier" class="example">
<pre class="nohighlight turtle">
&lt;https://dcat.example.org/id&gt; a dcat:Dataset;
adms:identifier &lt;https://example.org/iddoi&gt; ;
dcterms:publisher &lt;https://example.org/PoelenJorritH&gt; ;
adms:identifier &lt;https://dcat.example.org/iddoi&gt; ;
dcterms:publisher &lt;https://dcat.example.org/PoelenJorritH&gt; ;
.

&lt;https://dcat.example.org/iddoi&gt; a adms:Identifier ;
Expand All @@ -4007,7 +4007,7 @@ <h2>Dereferenceable identifiers</h2>

&lt;https://dcat.example.org/PoelenJorritH&gt; a foaf:Person;
foaf:name "Jorrit H. Poelen" ;
adms:identifier &lt;https://example.org/PoelenJorritHID&gt; ;
adms:identifier &lt;https://dcat.example.org/PoelenJorritHID&gt; ;
.

&lt;https://dcat.example.org/PoelenJorritHID&gt; a adms:Identifier;
Expand All @@ -4017,7 +4017,7 @@ <h2>Dereferenceable identifiers</h2>
.</pre>
</aside>

<p><a href="#ex-adms-identifier"></a> does not represent the authority responsible for assigning and maintaining identifiers using that scheme (e.g., <a href="https://zenodo.org/">Zenodo</a>) as naming the registrant goes against the philosophy of DOI, where the sub-spaces are abstracted from the organization that registers them, with the advantage that DOIs do not change when the organization changes or the responsibility for that sub-space is handed over to someone else. <a href="#ex-adms-identifier"></a> shows a locally minted identifier for the creator of the dataset (e.g., <code>https://example.org/PoelenJorritHID</code>) and its correspondent ORCID identifier (e.g., <code>https://orcid.org/0000-0003-3138-4118</code>). </p>
<p><a href="#ex-adms-identifier"></a> does not represent the authority responsible for assigning and maintaining identifiers using that scheme (e.g., <a href="https://zenodo.org/">Zenodo</a>) as naming the registrant goes against the philosophy of DOI, where the sub-spaces are abstracted from the organization that registers them, with the advantage that DOIs do not change when the organization changes or the responsibility for that sub-space is handed over to someone else. <a href="#ex-adms-identifier"></a> shows a locally minted identifier for the creator of the dataset (e.g., <code>https://dcat.example.org/PoelenJorritHID</code>) and its correspondent ORCID identifier (e.g., <code>https://orcid.org/0000-0003-3138-4118</code>). </p>
<p>When the HTTP dereferenceable ID returns an RDF/OWL description for the dataset, the use of <code>owl:sameAs</code> might be considered. For example,</p>

<aside id="ex-owl-sameas" class="example">
Expand Down