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

Revised class descriptions wrt recommended properties #1140

Merged
merged 3 commits into from
Oct 30, 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
34 changes: 18 additions & 16 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h3>DCAT scope</h3>
<p>
Along with the rest of <a href="#vocabulary-overview"></a>, this diagram is <b>non-normative</b>.
Furthermore, while the diagram uses UML-style class notation it should be interpreted following the usual RDF open-world assumptions around the presence/absence of properties, relationships, and their cardinality.
The properties shown in each class reflect those recommended in the descriptions of classes in <a href="#vocabulary-specification"></a>.
The properties shown in each class reflect those specified in the descriptions of classes in <a href="#vocabulary-specification"></a>.
To assist in understanding the full scope of each class, properties are copied down from each '::super-class'.
Cardinalities are shown in a few places to reinforce expectations, but these are not axiomatized or enforced in any way by this (normative) recommendation.
</p>
Expand Down Expand Up @@ -734,7 +734,7 @@ <h3>Class: Catalog</h3>
<p>See <a href="https://github.com/w3c/dxwg/issues/116">Issue #116</a> and <a href="https://github.com/w3c/dxwg/issues/172">Issue #172</a>.</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:catalog_catalog_record">catalog record</a>,
<a href="#Property:catalog_has_part">has part</a>,
<a href="#Property:catalog_dataset">dataset</a>,
Expand All @@ -743,7 +743,7 @@ <h3>Class: Catalog</h3>
<a href="#Property:catalog_homepage">homepage</a>,
<a href="#Property:catalog_themes">themes</a>.
</p>
<p>The following recommended properties are inherited from the super-class <a href="#Class:Dataset"><code>dcat:Dataset</code></a>:
<p>The following properties are inherited from the super-class <a href="#Class:Dataset"><code>dcat:Dataset</code></a>:
<a href="#Property:dataset_distribution">distribution</a>,
<a href="#Property:dataset_frequency">frequency</a>,
<a href="#Property:dataset_spatial">spatial/geographic coverage</a>,
Expand All @@ -752,7 +752,7 @@ <h3>Class: Catalog</h3>
<a href="#Property:dataset_temporal_resolution">temporal resolution</a>,
<a href="#Property:dataset_was_generated_by">was generated by</a>.
</p>
<p>The following recommended properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<p>The following properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<a href="#Property:resource_access_rights">access rights</a>,
<a href="#Property:resource_conforms_to">conforms to</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand Down Expand Up @@ -926,7 +926,7 @@ <h3>Class: Cataloged Resource</h3>
</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:resource_access_rights">access rights</a>,
<a href="#Property:resource_conforms_to">conforms to</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand Down Expand Up @@ -1496,7 +1496,7 @@ <h4>Property: is referenced by</h4>

<section id="Class:Catalog_Record">
<h3>Class: Catalog Record</h3>
<p>The following properties are recommended for use on this class (<code>dcat:CatalogRecord</code>):
<p>The following properties are specific to this class (<code>dcat:CatalogRecord</code>):
<a href="#Property:record_conforms_to">conforms to</a>,
<a href="#Property:record_description">description</a>,
<a href="#Property:record_listing_date">listing date</a>,
Expand Down Expand Up @@ -1643,7 +1643,7 @@ <h3>Class: Dataset</h3>
</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:dataset_distribution">distribution</a>,
<a href="#Property:dataset_frequency">frequency</a>,
<a href="#Property:dataset_spatial">spatial/geographic coverage</a>,
Expand All @@ -1652,7 +1652,7 @@ <h3>Class: Dataset</h3>
<a href="#Property:dataset_temporal_resolution">temporal resolution</a>,
<a href="#Property:dataset_was_generated_by">was generated by</a>.
</p>
<p>The following recommended properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<p>The following properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<a href="#Property:resource_access_rights">access rights</a>,
<a href="#Property:resource_conforms_to">conforms to</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand Down Expand Up @@ -1896,7 +1896,7 @@ <h4>Property: was generated by</h4>
<!-- class Distribution -->
<section id="Class:Distribution">
<h3>Class: Distribution</h3>
<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:distribution_access_rights">access rights</a>,
<a href="#Property:distribution_access_url">access URL</a>,
<a href="#Property:distribution_access_service">access service</a>,
Expand Down Expand Up @@ -2328,14 +2328,16 @@ <h3>Class: Data Service</h3>
</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:data_service_endpoint_description">endpoint description</a>,
<a href="#Property:data_service_endpoint_url">endpoint URL</a>,
<!--
<a href="#Property:data_service_license">license</a>,
<a href="#Property:data_service_access_rights">access rights</a>,
-->
<a href="#Property:data_service_serves_dataset">serves dataset</a>.
</p>
<p>The following recommended properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<p>The following properties are inherited from the super-class <a href="#Class:Resource"><code>dcat:Resource</code></a>:
<a href="#Property:resource_access_rights">access rights</a>,
<a href="#Property:resource_conforms_to">conforms to</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand Down Expand Up @@ -2399,7 +2401,7 @@ <h4>Property: endpoint description</h4>
</tbody>
</table>
</section>

<!--
<section id="Property:data_service_license">
<h4>Property: license</h4>
<table class="definition">
Expand All @@ -2423,7 +2425,7 @@ <h4>Property: access rights</h4>
</tbody>
</table>
</section>

-->
<section id="Property:data_service_serves_dataset">
<h4>Property: serves dataset</h4>
<table class="definition">
Expand Down Expand Up @@ -2485,7 +2487,7 @@ <h3>Class: Relationship</h3>
This new DCAT feature is <b>at risk</b>, pending futher evidence of implementation.
</p>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:relationship_relation">relation</a>,
<a href="#Property:relationship_hadRole">had role</a>.
</p>
Expand Down Expand Up @@ -2613,7 +2615,7 @@ <h3>Class: Period of Time</h3>
</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:period_start_date">start date</a>,
<a href="#Property:period_end_date">end date</a>.
<a href="#Property:period_has_beginning">beginning</a>,
Expand Down Expand Up @@ -2760,7 +2762,7 @@ <h3>Class: Location</h3>
</p>
</aside>

<p>The following properties are recommended for use on this class:
<p>The following properties are specific to this class:
<a href="#Property:location_geometry">geometry</a>,
<a href="#Property:location_bbox">bounding box</a>,
<a href="#Property:location_centroid">centroid</a>.
Expand Down