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

Fixing typos highlighted in issue #1222 #1224

Merged
merged 2 commits into from
Mar 31, 2020
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
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