Skip to content

Commit

Permalink
Merge pull request #1421 from w3c/DCAT-issue-1420
Browse files Browse the repository at this point in the history
adding 'rdfs:Literals typed as' in the ranges of spatialResolutionInM…
  • Loading branch information
Simon Cox committed Nov 9, 2021
2 parents 3699f78 + b43f30a commit 6b70db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ <h4>Property: spatial resolution</h4>
<table class="def">
<tr><th>RDF Property:</th><td><a href="http://www.w3.org/ns/dcat#spatialResolutionInMeters"><code>dcat:spatialResolutionInMeters</code></a></td></tr>
<tr><th class="prop">Definition:</th><td>Minimum spatial separation resolvable in a dataset, measured in meters.</td></tr>
<tr><th class="prop">Range:</th><td><a data-cite="XMLSCHEMA11-2#decimal"><code>xsd:decimal</code></a></td></tr>
<tr><th class="prop">Range:</th><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal"><code>rdfs:Literal</code></a> typed as <a data-cite="XMLSCHEMA11-2#decimal"><code>xsd:decimal</code></a></td></tr>
<tr><th class="prop">Usage note:</th><td>If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial datasets, this property will usually indicate the smallest distance between items in the dataset.</td></tr>
</table>

Expand Down Expand Up @@ -2586,7 +2586,7 @@ <h4>Property: temporal resolution</h4>
<table class="def">
<tr><th>RDF Property:</th><td><a href="http://www.w3.org/ns/dcat#temporalResolution"><code>dcat:temporalResolution</code></a></td></tr>
<tr><th class="prop">Definition:</th><td>Minimum time period resolvable in the dataset.</td></tr>
<tr><th class="prop">Range:</th><td><a data-cite="XMLSCHEMA11-2#duration"><code>xsd:duration</code></a></td></tr>
<tr><th class="prop">Range:</th><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal"><code>rdfs:Literal</code></a> typed as <a data-cite="XMLSCHEMA11-2#duration"><code>xsd:duration</code></a></td></tr>
<tr><th class="prop">Usage note:</th><td>If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset. </td></tr>
</table>

Expand Down

0 comments on commit 6b70db5

Please sign in to comment.