Skip to content

Commit

Permalink
Merge pull request #1224 from w3c/dcat-issue1222-riccardo
Browse files Browse the repository at this point in the history
Fixing typos highlighted in issue #1222
  • Loading branch information
agbeltran committed Mar 31, 2020
2 parents 5ffe3f1 + c0d6762 commit 3193d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@ <h3>Spatial properties</h3>
</aside>

<aside class="example" id="ex-spatial-coverage-centroid" title="Spatial coverage as centroid">
<p>The same dataset of <a href="#ex-spatial-coverage-geometry"></a>, buth where spatial coverage is specified by using the centroid / representative point of Anne Frank's house.</p>
<p>The same dataset of <a href="#ex-spatial-coverage-geometry"></a>, but where spatial coverage is specified by using the centroid / representative point of Anne Frank's house.</p>
<pre class="nohighlight turtle">
&lt;AnneFrank_2&gt; a dcat:Dataset ;
dct:spatial [
Expand Down Expand Up @@ -4324,7 +4324,7 @@ <h3>Link datasets and publications</h3>

<p>Often datasets are associated with publications (scholarly articles, reports, etc) and this version of DCAT relies on the property <code>dct:isReferencedBy</code> to provide a way to link publications about a dataset to the dataset</p>

<p>The following example shows how a dataset published in the <a href="https://datadryad.org">Dryad repository</a> is linked to a publication available in the <a href="">Nature Scientific Data journal</a>:</p>
<p>The following example shows how a dataset published in the <a href="https://datadryad.org">Dryad repository</a> is linked to a publication available in the <a href="https://doi.org/10.1038/sdata.2018.22">Nature Scientific Data journal</a>:</p>

<aside id="dataset-publication" class="example">
<pre class="nohighlight turtle">
Expand Down Expand Up @@ -4647,7 +4647,7 @@ <h3>Changes since the W3C Recommendation of 16 January 2014</h3>
</li>

<li>
A new section <a href="#quality-information"></a> was added to provie recommendations for how to associate quality information to datasets using elements from the W3C DQV vocabulary [[?VOCAB-DQV]]. Since [[?VOCAB-DQV]] is not a rec-track document, these are non-normative.
A new section <a href="#quality-information"></a> was added to provide recommendations for how to associate quality information to datasets using elements from the W3C DQV vocabulary [[?VOCAB-DQV]]. Since [[?VOCAB-DQV]] is not a rec-track document, these are non-normative.
See <a href="https://github.com/w3c/dxwg/issues/57">Issue #57</a> and <a href="https://github.com/w3c/dxwg/issues/58">Issue #58</a>.
</li>

Expand Down

0 comments on commit 3193d66

Please sign in to comment.