Skip to content

Commit

Permalink
Merge branch 'gh-pages' into andrea-perego-dcat-ed-rev
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-perego committed May 12, 2019
2 parents 65b47d9 + 161b166 commit 54bc0a9
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 9 deletions.
9 changes: 9 additions & 0 deletions dcat/examples/dryad-globtherm-sdata.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:globtherm
dct:title "Data from: GlobTherm, a global database on thermal tolerances for aquatic and terrestrial organisms" ;
dct:description "How climate affects species distributions is a longstanding question receiving renewed interest owing to the need to predict the impacts of global warming on biodiversity. Is climate change forcing species to live near their critical thermal limits? Are these limits likely to change through natural selection? These and other important questions can be addressed with models relating geographical distributions of species with climate data, but inferences made with these models are highly contingent on non-climatic factors such as biotic interactions. Improved understanding of climate change effects on species will require extensive analysis of thermal physiological traits, but such data are scarce and scattered. To overcome current limitations, we created the GlobTherm database. The database contains experimentally derived species’ thermal tolerance data currently comprising over 2,000 species of terrestrial, freshwater, intertidal and marine multicellular algae, pl ants, fungi, and animals. The GlobTherm database will be maintained and curated by iDiv with the aim of expanding it, and enable further investigations on the effects of climate on the distribution of life on Earth." ;
dct:identifier "https://doi.org/10.5061/dryad.1cv08"^^xsd:anyURI ;
dct:creator <https://orcid.org/0000-0002-7883-3577>;
dct:relation <https://doi.org/10.5061/dryad.1cv08/6>
dct:relation <https://doi.org/10.5061/dryad.1cv08/7>
dct:isReferencedBy <https://doi.org/10.1038/sdata.2018.22>
.
75 changes: 71 additions & 4 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,23 +735,28 @@ <h3>Class: Catalog</h3>
<a href="#Property:dataset_wasgeneratedby">was generated by</a>.
</p>
<p>The following properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<a href="#Property:resource_accessRights">access rights</a>,
<a href="#Property:resource_conformsto">conforms to</a>,
<a href="#Property:resource_contact_point">contact point</a>,
<a href="#Property:resource_creator">creator</a>,
<a href="#Property:resource_description">description</a>,
<a href="#Property:resource_hasPolicy">hasPolicy</a>,
<a href="#Property:resource_identifier">identifier</a>,
<a href="#Property:resource_isReferencedBy">is referenced by</a>,
<a href="#Property:resource_keyword">keyword/tag</a>,
<a href="#Property:resource_landing_page">landing page</a>,
<a href="#Property:resource_license">license</a>,
<a href="#Property:resource_language">catalog language</a>,
<a href="#Property:resource_relation">relation</a>,
<a href="#Property:resource_rights">rights</a>,
<a href="#Property:resource_qualifiedRelation">qualified relation</a>,
<a href="#Property:resource_publisher">publisher</a>,
<a href="#Property:resource_release_date">release date</a>,
<a href="#Property:resource_theme">theme/category</a>,
<a href="#Property:resource_title">title</a>,
<a href="#Property:resource_type">type/genre</a>,
<a href="#Property:resource_license">license</a>,
<a href="#Property:resource_rights">rights</a>,
<a href="#Property:resource_update_date">update/modification date</a>.
<a href="#Property:resource_update_date">update/modification date</a>,
<a href="#Property:resource_qualifiedAttribution">qualified attribution</a>.
</p>


Expand Down Expand Up @@ -914,6 +919,7 @@ <h3>Class: Cataloged Resource</h3>
<a href="#Property:resource_description">description</a>,
<a href="#Property:resource_hasPolicy">hasPolicy</a>,
<a href="#Property:resource_identifier">identifier</a>,
<a href="#Property:resource_isReferencedBy">is referenced by</a>,
<a href="#Property:resource_keyword">keyword/tag</a>,
<a href="#Property:resource_landing_page">landing page</a>,
<a href="#Property:resource_license">license</a>,
Expand Down Expand Up @@ -1427,6 +1433,25 @@ <h4>Property: has policy</h4>
</table>
</section>

<section id="Property:resource_isReferencedBy">
<h4>Property: is referenced by</h4>

<p class="note">
New property in this context in this revision of DCAT.
</p>

<table class="definition">
<thead><tr><th>RDF Property:</th><th><a href="">dct:isReferencedBy</a></th></tr></thead>
<tbody>
<tr><td class="prop">Definition:</td><td>A related resource, such as a publication, that references, cites, or otherwise points to the catalogued resource.</td></tr>
<tr><td class="prop">Usage note:</td><td>In relation to the use case of data citation, when the catalogued resource is a dataset, the <code>dct:isReferencedBy</code> property allows to relate the dataset to the resources (such as scholarly publications) that cite or point to the dataset. Multiple <code>dct:isReferencedBy</code> properties can be used to indicate the dataset has been referenced by multiple publications, or other resources. </td></tr>
<tr><td class="prop">Usage note:</td><td>This property is used to associate a resource to the catalogued resource (of type <code>dcat:Resource</code>) in question. For other relations to resources not covered with this property, the more generic property <a href="#Property:resource_qualifiedRelation"><code>dcat:qualifiedRelation</code></a> can be used. See also the section about <a href="#qualified-forms"></a> . </td></tr>
</tbody>
</table>

<p>An example of the use of this property is available in the section <a href="#dataset-publication-example">Link datasets to publications</a></p>

</section>



Expand Down Expand Up @@ -1586,6 +1611,7 @@ <h3>Class: Dataset</h3>
<a href="#Property:resource_description">description</a>,
<a href="#Property:resource_hasPolicy">hasPolicy</a>,
<a href="#Property:resource_identifier">identifier</a>,
<a href="#Property:resource_isReferencedBy">is referenced by</a>,
<a href="#Property:resource_keyword">keyword/tag</a>,
<a href="#Property:resource_landing_page">landing page</a>,
<a href="#Property:resource_license">license</a>,
Expand All @@ -1600,6 +1626,7 @@ <h3>Class: Dataset</h3>
<a href="#Property:resource_type">type/genre</a>,
<a href="#Property:resource_update_date">update/modification date</a>,
<a href="#Property:resource_qualifiedAttribution">qualified attribution</a>.

</p>

<p>
Expand Down Expand Up @@ -1817,6 +1844,13 @@ <h4>Property: was generated by</h4>
</p>
</section>


<!--
<p class="issue" data-number="63">
The need to be able to link a dataset with publications arising from it has been identified as a requirement to be satisfied in the revision of DCAT.
</p>
-->

</section> <!-- end class Dataset -->


Expand Down Expand Up @@ -2245,6 +2279,7 @@ <h3>Class: Data Service</h3>
<a href="#Property:resource_description">description</a>,
<a href="#Property:resource_hasPolicy">hasPolicy</a>,
<a href="#Property:resource_identifier">identifier</a>,
<a href="#Property:resource_isReferencedBy">is referenced by</a>,
<a href="#Property:resource_keyword">keyword/tag</a>,
<a href="#Property:resource_landing_page">landing page</a>,
<a href="#Property:resource_license">license</a>,
Expand Down Expand Up @@ -4578,6 +4613,33 @@ <h3>Dataset provenance</h3>

</section>


<section id="dataset-publication-example">
<h3>Link datasets and publications</h3>

<p>Often datasets are associated with publications (scholarly articles, reports, etc) and this version of DCAT relies on the property <code>dct:isReferencedBy</code> to provide a way to link publications about a dataset to the dataset</p>

<p>The following example shows how a dataset published in the <a href="https://datadryad.org">Dryad repository</a> is linked to a publication available in the <a href="">Nature Scientific Data journal</a>:</p>

<aside id="dataset-publication" class="example">
<pre>
:globtherm
dct:title "Data from: GlobTherm, a global database on thermal tolerances for aquatic and terrestrial organisms" ;
dct:description "How climate affects species distributions is a longstanding question receiving renewed interest owing to the need to predict the impacts of global warming on biodiversity. Is climate change forcing species to live near their critical thermal limits? Are these limits likely to change through natural selection? These and other important questions can be addressed with models relating geographical distributions of species with climate data, but inferences made with these models are highly contingent on non-climatic factors such as biotic interactions. Improved understanding of climate change effects on species will require extensive analysis of thermal physiological traits, but such data are scarce and scattered. To overcome current limitations, we created the GlobTherm database. The database contains experimentally derived species’ thermal tolerance data currently comprising over 2,000 species of terrestrial, freshwater, intertidal and marine multicellular algae, pl ants, fungi, and animals. The GlobTherm database will be maintained and curated by iDiv with the aim of expanding it, and enable further investigations on the effects of climate on the distribution of life on Earth." ;
dct:identifier "https://doi.org/10.5061/dryad.1cv08"^^xsd:anyURI ;
dct:creator &lt;https://orcid.org/0000-0002-7883-3577&gt; ;
dct:relation &lt;https://doi.org/10.5061/dryad.1cv08/6&gt; ;
dct:relation &lt;https://doi.org/10.5061/dryad.1cv08/7&gt; ;
dct:isReferencedBy &lt;https://doi.org/10.1038/sdata.2018.22&gt;.
</pre>
</aside>

<p>
This examples is available from the <a href="https://github.com/w3c/dxwg/tree/gh-pages/dcat/examples">DXWG code repository</a> at <a href="https://w3c.github.io/dxwg/dcat/examples/dryad-globtherm-sdata.ttl"><code>dryad-globtherm-sdata.ttl</code></a>
</p>

</section>

<section id="data-service-examples">
<h3>Data services</h3>
<p>
Expand Down Expand Up @@ -4791,7 +4853,12 @@ <h3>Changes since the W3C Recommendation of 16 January 2014</h3>
<p>The document has undergone the following changes since the W3C Recommendation of 16 January 2014 [[?VOCAB-DCAT-20140116]]:</p>

<ul>



<li>
A new property <a href="#Property:resource_isReferencedBy">is referenced by</a> was added to the class <a href="#Class:Resource">Catalogued resource</a> to associated the resource described in the catalog with an external resource that references, cites, or points to the catalogued resource. In particular, in the case of catalogued datasets, this property supports the data citation use case where a publication references a dataset. For other types of relations not covered by this or other known properties, the specification provides the <a href="#qualified-forms">qualified relations</a> pattern.
</li>

<li>
A new section <a href="#time-and-space"></a> was added to describe how to indicate the temporal and spatial characteristics of a resource. See <a href="https://github.com/w3c/dxwg/issues/83">Issue #83</a>, <a href="https://github.com/w3c/dxwg/issues/84">Issue #84</a>, <a href="https://github.com/w3c/dxwg/issues/85">Issue #85</a>
</li>
Expand Down
18 changes: 13 additions & 5 deletions dcat/rdf/dcat.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ dcat:qualifiedRelation
skos:editorialNote "Introdotta in DCAT per integrare le altre relazioni qualificate di PROV."@it ;
skos:scopeNote "Used to link to another resource where the nature of the relationship is known but does not match one of the standard Dublin Core properties (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat, dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:requires, dct:isRequiredBy) or PROV-O properties (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf)."@en ;
skos:scopeNote "Se usa para asociar con otro recurso para el cuál la naturaleza de la relación es conocida pero no es ninguna de las propiedades que provee el estándar Dublin Core (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat, dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:requires, dct:isRequiredBy) or PROV-O properties (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf)."@es ;
skos:scopeNote "Viene utilizzato per associarsi a un'altra risorsa nei casi per i quali la natura della relazione è nota ma non è alcuna delle proprietà fornite dallo standard Dublin Core (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat , dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:require, dct:isRequiredBy) o dalle proprietà fornite da PROV-O (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom , prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf)."@it
skos:scopeNote "Viene utilizzato per associarsi a un'altra risorsa nei casi per i quali la natura della relazione è nota ma non è alcuna delle proprietà fornite dallo standard Dublin Core (dct:hasPart, dct:isPartOf, dct:conformsTo, dct:isFormatOf, dct:hasFormat , dct:isVersionOf, dct:hasVersion, dct:replaces, dct:isReplacedBy, dct:references, dct:isReferencedBy, dct:require, dct:isRequiredBy) o dalle proprietà fornite da PROV-O (prov:wasDerivedFrom, prov:wasInfluencedBy, prov:wasQuotedFrom , prov:wasRevisionOf, prov:hadPrimarySource, prov:alternateOf, prov:specializationOf)."@it
.
dcat:record
rdf:type rdf:Property ;
Expand Down Expand Up @@ -955,15 +955,15 @@ dcat:spatialResolutionInMeters
rdfs:comment "minimum spatial separation resolvable in a dataset, measured in meters"@en-US ;
rdfs:comment "minimum spatial separation resolvable in a dataset, measured in metres"@en-GB ;
rdfs:comment "mínima separacíon espacial disponible en un conjunto de datos, medida en metros"@es ;
rdfs:comment "separazione spaziale minima risolvibile in un set di dati, misurata in metri"@it ;
rdfs:comment "separazione spaziale minima risolvibile in un set di dati, misurata in metri"@it ;
rdfs:label "spatial resolution (meters)"@en-US ;
rdfs:label "spatial resolution (metres)"@en-GB ;
rdfs:label "resolución espacial (metros)"@es ;
rdfs:label "risoluzione spaziale (metros)"@it ;
rdfs:range xsd:decimal ;
skos:changeNote "New property in this revision of DCAT"@en ;
skos:changeNote "Nueva propiedad en esta revisión de DCAT"@es ;
skos:changeNote "Nuova proprietà in questa revisione di DCAT"@it ;
skos:changeNote "Nuova proprietà in questa revisione di DCAT"@it ;
skos:editorialNote "Status: details of definition and constraints not yet resolved."@en ;
skos:editorialNote "Might appear in the description of a Dataset or a Distribution, so no domain is specified"@en ;
skos:scopeNote "If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial dataset, this property will usually indicate the smallest distance between items in the dataset. "@en ;
Expand Down Expand Up @@ -992,15 +992,15 @@ dcat:temporalResolution
rdfs:range xsd:duration ;
skos:changeNote "New property in this revision of DCAT"@en ;
skos:changeNote "Nueva propiedad en esta revisión de DCAT"@es ;
skos:changeNote "Nuova proprietà in questa revisione di DCAT"@it ;
skos:changeNote "Nuova proprietà in questa revisione di DCAT"@it ;
skos:editorialNote "Status: Property accepted by DCAT revision team, but details of definition and constraints not yet resolved."@en ;
skos:editorialNote "Might appear in the description of a Dataset or a Distribution, so no domain is specified"@en ;
skos:scopeNote "If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset. "@en ;
skos:scopeNote "Si el conjunto de datos es una serie temporal, debe corresponder al espaciado de los elementos de la serie. Para otro tipo de conjuntos de datos, esta propiedad indicará usualmente la menor diferencia de tiempo entre elementos en el dataset."@es ;
skos:scopeNote "Se il set di dati è una serie temporale, questo dovrebbe corrispondere alla spaziatura degli elementi della serie. Per altri tipi di set di dati, questa proprietà di solito indica la più piccola differenza di tempo tra gli elementi nel set di dati."@it ;
skos:scopeNote "Alternative temporal resolutions might be provided as different dataset distributions"@en ;
skos:scopeNote "Distintas distribuciones del conjunto de datos pueden tener resoluciones temporales diferentes."@es ;
skos:scopeNote "Risoluzioni temporali alternative potrebbero essere fornite come diverse distribuzioni di set di dati"@it
skos:scopeNote "Risoluzioni temporali alternative potrebbero essere fornite come diverse distribuzioni di set di dati"@it
.
dcat:theme
rdf:type rdf:Property ;
Expand Down Expand Up @@ -1156,6 +1156,14 @@ dct:title
skos:definition "A name given to the item."@en ;
skos:definition "A name given to the distribution."@en ;
.
dct:isReferencedBy
skos:definition "A related resource, such as a publication, that references, cites, or otherwise points to the catalogued resource.."@en ;
skos:definition "Un recurso relacionado, como por ejemplo una publicación, que referencia, cita, o apunta al recurso del catálogo."@es ;
skos:scopeNote "In relation to the use case of data citation, when the catalogued resource is a dataset, the dct:isReferencedBy property allows to relate the dataset to the resources (such as scholarly publications) that cite or point to the dataset. Multiple dct:isReferencedBy properties can be used to indicate the dataset has been referenced by multiple publications, or other resources."@en ;
skos:scopeNote "En relación al caso de uso sobre cita de datos, cuando el recurso catalogado es un conjunto de datos, la propiedad dct:isReferencedBy permite relacionar el conjunto de datos a publicaciones que citan o apuntan al conjunto de datos. Se pueden utilizar múltiples propiedades dct:isReferencedBy para indicar que el conjunto de datos se ha referenciado en múltiples publicaciones u otros recursos."@es ;
skos:scopeNote "This property is used to associate a resource to the catalogued resource (of type dcat:Resource) in question. For other relations to resources not covered with this property, the more generic property dcat:qualifiedRelation can be used. See also the section about § 9. Qualified relations ."@en ;
skos:scopeNote "Esta propiedad se usa para asociar un recurso a un elemento del catálogo (de tipo dcat:Resource). Para representar otro tipo de associaciones a recursos, se puede utilizar la propiedad más genérica dcat:qualifiedRelation. Para más detalle, ver la sección en relaciones calificadas de la especificación."@en ;
.
dct:type
skos:scopeNote """The value SHOULD be taken from a well governed and broadly recognised controlled vocabulary, such as:
1. DCMI Type vocabulary [DCTERMS]
Expand Down

0 comments on commit 54bc0a9

Please sign in to comment.