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

Add dcat:inCatalog as dcat:resource's inverse #1484

Merged
merged 3 commits into from Mar 22, 2022
Merged
Changes from all 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
11 changes: 5 additions & 6 deletions dcat/index.html
Expand Up @@ -3937,10 +3937,6 @@ <h2>Use of inverse properties</h2>

<p>The following table lists the inverse properties supported in DCAT.</p>

<aside class="ednote">
<p>The list of properties in the following table is yet to be consolidated, and it includes also properties currently defined in <a href="#vocabulary-specification"></a>.</p>
</aside>

<table class="simple">
<thead>
<tr>
Expand Down Expand Up @@ -3976,15 +3972,18 @@ <h2>Use of inverse properties</h2>
<td><a href="#Property:resource_has_part"><code>dcterms:hasPart</code></a></td>
<td id="inverse_of_resource_has_part"><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/isPartOf"><code>dcterms:isPartOf</code></a></td>
</tr>

<tr>
<td><a href="#Property:catalog_resource"><code>dcat:resource</code></a></td>
<td id="inverse_of_catalog_resource"><code>dcat:inCatalog</code></td>
</tr>
<tr>
<td><a href="#Property:resource_replaces"><code>dcterms:replaces</code></a></td>
<td id="inverse_of_resource_replaces"><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/isReplacedBy"><code>dcterms:isReplacedBy</code></a></td>
</tr>
<tr>
<td><a href="#Property:resource_is_referenced_by"><code>dcterms:isReferencedBy</code></a></td>
<td id="inverse_of_resource_is_referenced_by"><a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/references"><code>dcterms:references</code></a></td>
</tr>
</tr>
<!--
<tr>
<td><a href="#Property:resource_is_version_of"><code>dcat:isVersionOf</code></a></td>
Expand Down