Skip to content

Commit 4ee8899

Browse files
author
Simon Cox
authored
Merge pull request #1194 from w3c/dcat-issue1193
Change RDF filename to dcat2.ttl
2 parents d977c4e + afc4b2d commit 4ee8899

File tree

7 files changed

+4662
-5807
lines changed

7 files changed

+4662
-5807
lines changed

dcat/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ <h3>RDF representation</h3>
677677
</p-->
678678

679679
<p>The (revised) DCAT vocabulary is <a href="https://github.com/w3c/dxwg/tree/gh-pages/dcat/rdf/">available in RDF</a>.
680-
The primary artefact <a href="https://w3c.github.io/dxwg/dcat/rdf/dcat.ttl"><code>dcat.ttl</code></a> is a serialization of the core DCAT vocabulary.
680+
The primary artefact <a href="https://w3c.github.io/dxwg/dcat/rdf/dcat2.ttl"><code>dcat2.ttl</code></a> is a serialization of the core DCAT vocabulary.
681681
Alongside it are a set of other RDF files that provide additional information, including:</p>
682682
<ol>
683683
<li>

dcat/rdf/dcat.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ <h2 id="sec-alternates">Alternative serialisations</h2>
4848
<dt><a href="dcat.html">dcat.html</a></dt>
4949
<dd>HTML (this document)</dd>
5050

51-
<dt><a href="dcat.ttl">dcat.ttl</a></dt>
51+
<dt><a href="dcat2.ttl">dcat.ttl</a></dt>
5252
<dd>RDF (Turtle)</dd>
5353

54-
<dt><a href="dcat.rdf">dcat.rdf</a></dt>
54+
<dt><a href="dcat2.rdf">dcat.rdf</a></dt>
5555
<dd>RDF/XML</dd>
5656

57-
<dt><a href="dcat.jsonld">dcat.jsonld</a></dt>
57+
<dt><a href="dcat2.jsonld">dcat.jsonld</a></dt>
5858
<dd>RDF (JSON-LD)</dd>
5959

6060
</dl>

0 commit comments

Comments
 (0)