Skip to content

Commit

Permalink
Align html and rdf definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Nov 28, 2018
1 parent a5835b4 commit 99b8e64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2017,20 +2017,21 @@ <h3>Property: had role</h3>
<table class="definition">
<thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#hadRole">dcat:hadRole</a></th></tr></thead>
<tbody>
<tr><td class="prop">Definition:</td><td>A role is the function of an entity or agent with respect to an entity or resource.</td></tr>
<tr><td class="prop">Definition:</td><td>The function of an entity or agent with respect to another entity or resource.</td></tr>
<tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/prov#Attribution">prov:Attribution</a></td></tr>
<tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/prov#Role">prov:Role</a></td></tr>
<tr><td class="prop">Usage note:</td><td>Used in a qualified-attribution to specify the role of an Agent with respect to an Entity.
It is recommended that the value be taken from a controlled vocabulary of agent roles, such as http://registry.it.csiro.au/def/isotc211/CI_RoleCode.</td></tr>
It is recommended that the value be taken from a controlled vocabulary of agent roles, such as <a href="http://registry.it.csiro.au/def/isotc211/CI_RoleCode">ISO 19115 CI_RoleCode</a>.</td></tr>
</tbody>
</table>

<p class="note">
Property added in this revision of DCAT.
</p>

<p>
This DCAT property complements <a href="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> which provides the function of an entity or agent with respect to an activity.
</p>

<p class="note">
Property added in this revision of DCAT.
</p>
</section>

</section>
Expand Down Expand Up @@ -2381,7 +2382,7 @@ <h2>Attribution roles</h2>
</div>

<p>
In this example the roles are taken from [[ISO-19115-1]] which are available as linked data in a <a href="http://registry.it.csiro.au/def/isotc211/CI_RoleCode">discrete list</a>.
In this example the roles are taken from [[ISO-19115-1]] which are available as linked data in a <a href="http://registry.it.csiro.au/def/isotc211/CI_RoleCode">discrete list</a>.
</p>

<p class="note">
Expand Down
2 changes: 1 addition & 1 deletion dcat/rdf/dcat.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ dcat:endpointURL
.
dcat:hadRole
rdf:type owl:ObjectProperty ;
rdfs:comment "The Role that an Entity (usually an Agent) assumed in the context of another Entity (such as a Dataset)."@en ;
rdfs:comment "The function of an entity or agent with respect to another entity or resource."@en ;
rdfs:domain prov:Attribution ;
rdfs:label "hadRole" ;
rdfs:range prov:Role ;
Expand Down

0 comments on commit 99b8e64

Please sign in to comment.