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

PR to address the Dataset publications [RDSP] requirement #803

Merged
merged 15 commits into from May 11, 2019
Merged
Changes from 4 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
24 changes: 24 additions & 0 deletions dcat/index.html
Expand Up @@ -893,6 +893,7 @@ <h3>Class: Catalogued 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 @@ -1379,6 +1380,24 @@ <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>


</section>



Expand Down Expand Up @@ -1756,6 +1775,11 @@ <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