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

Editorial fixes PR #1603

Merged
merged 3 commits into from
May 24, 2024
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
6 changes: 5 additions & 1 deletion dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ <h4>Property: relation</h4>
<a href="#Property:dataset_distribution"><code>dcat:distribution</code></a>,
<a href="http://purl.org/dc/terms/hasPart"><code>dcterms:hasPart</code></a>,
(and its sub-properties
<a href="#Property:catalog_resource"><code>dcat:resource</code></a>,
<a href="#Property:catalog_catalog"><code>dcat:catalog</code></a>,
<a href="#Property:catalog_dataset"><code>dcat:dataset</code></a>,
<a href="#Property:catalog_service"><code>dcat:service</code></a>
Expand Down Expand Up @@ -2384,7 +2385,7 @@ <h4>Property: primary topic</h4>
<tr><th>RDF Property:</th><td><a href="http://xmlns.com/foaf/0.1/primaryTopic"><code>foaf:primaryTopic</code></a></td></tr>
<tr><th class="prop">Definition:</th><td>The <a href="#Class:Resource"><code>dcat:Resource</code></a> (dataset or service) described in the record.</td></tr>
<tr><th class="prop">Usage note:</th><td><a href="http://xmlns.com/foaf/0.1/primaryTopic"><code>foaf:primaryTopic</code></a> property is functional:
each catalog record can have at most one primary topic, i.e., describes one dataset or service.</td></tr>
each catalog record can have at most one primary topic, i.e., describes one cataloged resource.</td></tr>
</table>
</section>

Expand Down Expand Up @@ -2740,9 +2741,12 @@ <h3>Class: Dataset Series</h3>
<li><a href="#Property:resource_conforms_to">conforms to</a></li>
<li><a href="#Property:resource_contact_point">contact point</a></li>
<li><a href="#Property:resource_creator">creator</a></li>
<li><a href="#Property:dataset_distribution">distribution</a></li>
<li><a href="#Property:resource_description">description</a></li>
<li><a href="#Property:resource_has_part">has part</a></li>
<li><a href="#Property:resource_has_policy">has policy</a></li>
<li><a href="#Property:resource_identifier">identifier</a></li>
<li><a href="#Property:dataset_in_series">in series</a></li>
<li><a href="#Property:resource_is_referenced_by">is referenced by</a></li>
<li><a href="#Property:resource_keyword">keyword/tag</a></li>
<li><a href="#Property:resource_landing_page">landing page</a></li>
Expand Down