Skip to content

Commit

Permalink
removing range from dcat:theme in rdf as it was missing in pr #1379 a…
Browse files Browse the repository at this point in the history
…nd resolving the conflict with pr #1379
  • Loading branch information
riccardoAlbertoni committed Jun 23, 2021
2 parents 98282b1 + 07d76ef commit f0c4bb3
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 243 deletions.
11 changes: 8 additions & 3 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1258,15 +1258,18 @@ <h4>Property: theme/category</h4>
<p>
In DCAT 1 [[?VOCAB-DCAT-20140116]] the domain of <code>dcat:theme</code> was <code>dcat:Dataset</code>, which limited use of this property in other contexts. The domain has been relaxed in DCAT 2.
See Issue <a href="https://github.com/w3c/dxwg/issues/123">#123</a>.
</p>
<p>
DCAT 3 maintains the same expectation as DCAT 2 for the use of the property <code>dcat:theme</code>, . DCAT 3 defines <code>dcat:theme</code> as an OWL object property and drops its range to make the formalization of the property more consistent with the expected use. In particular, the change intends to prevent that each entity used as object of <code>dcat:theme</code> is automatically inferred as <code>skos:Concept</code>. See issue <a href="https://github.com/w3c/dxwg/issues/1364">#1364</a>.
</p>
</aside>

<table class="def">
<tr><th>RDF Property:</th><td><a href="http://www.w3.org/ns/dcat#theme"><code>dcat:theme</code></a></td></tr>
<tr><th>Type:</th><td><a href="http://www.w3.org/2002/07/owl#ObjectProperty"><code title="http://www.w3.org/2002/07/owl#ObjectProperty">owl:ObjectProperty</code></a></td></tr>```
<tr><th class="prop">Definition:</th><td>A main category of the resource. A resource can have multiple themes.</td></tr>
<tr><th class="prop">Sub-property of:</th><td><a href="http://purl.org/dc/terms/subject"><code>dcterms:subject</code></a></td></tr>
<tr><th class="prop">Range:</th><td><a href="http://www.w3.org/2004/02/skos/core#Concept"><code>skos:Concept</code></a></td></tr>
<tr><th class="prop">Usage note:</th><td>The set of <a href="http://www.w3.org/2004/02/skos/core#Concept"><code>skos:Concept</code></a>s used to categorize the resources are organized in a <a href="http://www.w3.org/2004/02/skos/core#ConceptScheme"><code>skos:ConceptScheme</code></a> describing all the categories and their relations in the catalog.</td></tr>
<tr><th class="prop">Usage note:</th><td>The set of themes used to categorize the resources are organized in a <a href="http://www.w3.org/2004/02/skos/core#ConceptScheme"><code>skos:ConceptScheme</code></a>, <a href="https://www.w3.org/2009/08/skos-reference/skos.html#Collection"><code>skos:Collection</code></a>, <a href="https://www.w3.org/2002/07/owl#Ontology"><code>owl:Ontology</code></a> or similar, describing all the categories and their relations in the catalog.</td></tr>
<tr><td>See also:</td><td><a href="#Property:catalog_themes"></a></td></tr>
</table>
</section>
Expand Down Expand Up @@ -6460,7 +6463,9 @@ <h2>Changes since the second public working draft of 4 May 2021</h2>

<ul>
<li><p><a href="#basic-example"></a> has been updated to tell a more coherent story (see issue <a href="https://github.com/w3c/dxwg/issues/1155">#1155</a>) and express temporal coverage by using <a href="#Class:Period_of_Time"><code>dcterms:PeriodOfTime</code></a>, <a href="#Property:period_start_date"><code>dcat:startDate</code></a>, and <a href="#Property:period_end_date"><code>dcat:endDate</code></a>.</p></li>
<li>The usage notes of properties <a href="#Property:location_bbox"><code title="http://www.w3.org/ns/dcat#bbox">dcat:bbox</code></a> and <a href="#Property:location_centroid"><code title="http://www.w3.org/ns/dcat#centroid">dcat:centroid</code></a> have been revised to make it clearer that they are supposed to be used only with geometry literals - see Issue <a href="https://github.com/w3c/dxwg/issues/1359">#1359</a>.</li>
<li>The usage notes of properties <a href="#Property:location_bbox"><code title="http://www.w3.org/ns/dcat#bbox">dcat:bbox</code></a> and <a href="#Property:location_centroid"><code title="http://www.w3.org/ns/dcat#centroid">dcat:centroid</code></a> have been revised to make it clearer that they are supposed to be used only with geometry literals - see Issue <a href="https://github.com/w3c/dxwg/issues/1359">#1364</a>.</li>
<li>The property <a href="#Property:resource_theme"><code title="http://www.w3.org/ns/dcat#theme">dcat:theme</code></a> have been explicitly defined as an OWL object property and its range is dropped, see Issue <a href="https://github.com/w3c/dxwg/issues/1359">#1359</a>.</li>

</ul>

</section>
Expand Down
Loading

0 comments on commit f0c4bb3

Please sign in to comment.