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

Remove explicit Provenance sections #867

Merged
merged 2 commits into from
Apr 2, 2019
Merged
Changes from all 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
35 changes: 27 additions & 8 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3 id="external_terms">External terms</h3>

<h3 id="please_send_comments">Please send comments</h3>
The Working Group invites publishers to describe their catalogs and datasets with the revised version of DCAT described in this document and to report their implementations following <a href="https://github.com/w3c/dxwg/wiki/DCAT-implementation-evidence">the instruction to reporting DCAT revised implementations</a>. The information gathered through this means will be augmented by further analysis of implementation available on the Web. The Working Group expects to adduce the combined set of evidence when requesting that the Director advance this document to Proposed Recommendation.


</section>

Expand Down Expand Up @@ -1190,6 +1190,10 @@ <h4>Property: qualified relation</h4>
This DCAT property follows the common <a href="#qualified-forms">qualified relation pattern</a> .
</p>

<p class="note">
Since this property is a sub-property of <a href="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</a>, use of this property on an individual entails that the context resource is a member of the class <a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> [[RDF-SCHEMA]] .
</p>

<p class="note">
Property added in this revision of DCAT.
</p>
Expand Down Expand Up @@ -1253,6 +1257,10 @@ <h4>Property: qualified attribution</h4>
This DCAT property follows the common <a href="#qualified-forms">qualified relation pattern</a> .
</p>

<p class="note">
Use of this property on an individual entails that the context resource is a member of the class <a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> [[RDF-SCHEMA]] .
</p>

<p class="note">
Property added in this revision of DCAT.
</p>
Expand Down Expand Up @@ -1668,6 +1676,10 @@ <h4>Property: was generated by</h4>
</tbody>
</table>

<p class="note">
Use of this property on an individual entails that the context resource is a member of the class <a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> [[RDF-SCHEMA]] .
</p>

<p class="note">
New property in this context in this revision of DCAT.
</p>
Expand Down Expand Up @@ -2857,6 +2869,11 @@ <h2>Qualified relations</h2>
<p>
Note that, while the focus of these qualified forms is to allow for additional <i>roles</i> on a relationship, other aspect of the relationships, such as the applicable time interval, are easily attached when a specific node is used to describe the relationship like this (e.g. see the <a href="https://www.w3.org/TR/prov-o/#qualified-terms-figure">chart of Influence relations</a> in [[?PROV-O]] for some examples).
</p>
<p class="note">
Because of the global domain constraints on <a href="https://www.w3.org/TR/prov-o/#qualifiedAttribution">prov:qualifiedAttribution</a> and the super-property of <a href="#Property:resource_qualifiedRelation">dcat:qualifiedRelation</a>, use of the qualified forms entail that the context resources is a member of the class <a href="http://www.w3.org/ns/prov#Entity">prov:Entity</a> [[RDF-SCHEMA]] .
</p>


<section id="qualified-attribution">
<h3>Relationships between datasets and agents</h3>
<p>
Expand Down Expand Up @@ -2940,7 +2957,7 @@ <h3>Relationships between datasets and other resources</h3>

</section>


<!-- Remove separate chapter on Provenance Patterns - highly incomplete
<section id="prov-patterns">

<h2>Provenance patterns</h2>
Expand All @@ -2963,6 +2980,7 @@ <h2>Provenance patterns</h2>
See the wiki page on <a href="https://github.com/w3c/dxwg/wiki/Provenance-patterns">Provenance Patterns</a> for more discussion.

</section>
-->

<section id="license-rights">

Expand Down Expand Up @@ -3126,11 +3144,11 @@ <h2>DCAT Profiles</h2>
<section id="security_and_privacy">
<h2>Security and Privacy</h2>
<p>
The DCAT vocabulary supports the attribution of data and metadata to various participants such as resource <a href="#Property:resource_creator">creators</a>, <a href="#Property:resource_publisher">publishers</a> and other parties or agents via <a href="#qualified-forms">qualified relations</a>,
and as such defines terms that may be related to personal information. In addition, it also supports the association of <a href="#Property:resource_rights">rights</a> and <a href="#Property:resource_license">licenses</a> with cataloged Resources and Distributions.
These rights and licences could potentially include or reference sensitive information such as user and asset identifiers as <a href="https://www.w3.org/TR/odrl-vocab/#privacy-consideration">described</a> in [[!ODRL-VOCAB]]. Implementations that produce, maintain, publish or
The DCAT vocabulary supports the attribution of data and metadata to various participants such as resource <a href="#Property:resource_creator">creators</a>, <a href="#Property:resource_publisher">publishers</a> and other parties or agents via <a href="#qualified-forms">qualified relations</a>,
and as such defines terms that may be related to personal information. In addition, it also supports the association of <a href="#Property:resource_rights">rights</a> and <a href="#Property:resource_license">licenses</a> with cataloged Resources and Distributions.
These rights and licences could potentially include or reference sensitive information such as user and asset identifiers as <a href="https://www.w3.org/TR/odrl-vocab/#privacy-consideration">described</a> in [[!ODRL-VOCAB]]. Implementations that produce, maintain, publish or
consume such vocabulary terms must take steps to ensure security and privacy considerations are addressed at the application level.
</p>
</p>
</section>

<section id="other-w3c-recommendations">
Expand Down Expand Up @@ -3531,13 +3549,14 @@ <h3>Schema.org</h3>

</section>


<!-- this will not happen in DCAT 2
<section id="dcat-prov-o" class="informative">
<h3>PROV-O</h3>
An alignment of DCAT with PROV-O [[?PROV-O]] is being prepared, and has been discussed in <a href="https://github.com/w3c/dxwg/issues/128">Issue #128</a>.
A <a href="https://raw.githubusercontent.com/w3c/dxwg/gh-pages/dcat/rdf/dcat-prov.ttl">provisional version</a> is available.

</section>
-->

</section>

Expand Down Expand Up @@ -3837,7 +3856,7 @@ <h3>Dataset provenance</h3>
</li>
</ul>
<p>
For a more detailed discussion of the use of PROV for dataset provenance, including recommendations on the use of <i>qualified properties</i>, see the chapter on <a href="#prov-patterns">Provenance Patterns</a> below.
Further patterns for the use of <i>qualified properties</i> for resource attribution and interrelationships are described in the chapter on <a href="#qualified-forms">Qualified relations</a> below.
</p>

</section>
Expand Down