--- a/dcat/static.html Thu Jul 25 13:10:04 2013 +0100
+++ b/dcat/static.html Thu Jul 25 10:27:31 2013 -0400
@@ -712,7 +712,7 @@
</p>
<h1 class="title" id="title">Data Catalog Vocabulary (DCAT)</h1>
- <h2 id="w3c-working-draft-30-july-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Working Draft 30 July 2013</h2>
+ <h2 id="w3c-working-draft-30-july-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Last Call Working Draft 30 July 2013</h2>
<dl>
<dt>This version:</dt>
@@ -774,30 +774,17 @@
index</a> at http://www.w3.org/TR/.</em>
</p>
- <p>This publication signals the move of DCAT onto the <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation Track. This is the second Last Call Working Draft for DCAT. It addresses the comments and feedback that was received during the first Last Call period. DCAT was first
- developed and published by DERI and has seen widespread adoption at the time of
- this publication. The <a href="http://vocab.deri.ie/dcat">original vocabulary</a>
- was further developed by the <a href="http://www.w3.org/egov/">eGov Interest Group</a>, before being brought onto the
- Recommendation Track by <a href="http://www.w3.org/2011/gld/">Government Linked Data (GLD)</a> Working Group.</p>
-
<p>
- This document was published by the <a href="http://www.w3.org/2011/gld/">Government Linked Data Working Group</a> as a Last Call Working Draft.
+ This document was published by the <a href="http://www.w3.org/2011/gld/">Government Linked Data Working Group</a> as a Last Call Working Draft. It is the second Last Call and addresses the <a href="http://www.w3.org/Search/Mail/Public/search?type-index=public-gld-comments&index-type=t&keywords=dcat&search=Search">comments and feedback</a> received during the first Last Call period. See <a href="#change-history"><b>change history</b></a> for more details.
+ </p>
- This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
-
-
- If you wish to make comments regarding this document, please send them to
+ <p>The Working Group is very interested in hearing comments about this work. <b>Please send comments by 30 August 2013</b> to
<a href="mailto:public-gld-comments@w3.org">public-gld-comments@w3.org</a>
(<a href="mailto:public-gld-comments-request@w3.org?subject=subscribe">subscribe</a>,
- <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>).
-
- The Last Call period ends 30 August 2013.
+ <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>). This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.</p>
-
- All comments are welcome.
-
- </p><p>
+ <p>
Publication as a Working Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> Membership.
This is a draft document and may be updated, replaced or obsoleted by other documents at
any time. It is inappropriate to cite this document as other than work in progress.
@@ -917,8 +904,8 @@
</li></ul>
<p>
Notice that a dataset in DCAT
-is defined as a "collection of data, published or curated by a single agent, and available for access or
-download in one or more formats". A dataset does not have to be available as a downloadable file.
+is defined as a "collection of data, published or curated by a single agent, and available for access or
+download in one or more formats". A dataset does not have to be available as a downloadable file.
For example, a dataset that is available via an API can be defined as an instance of dcat:Dataset and the
API can be defined as an instance of dcat:Distribution. DCAT itself does not define properties specific to APIs description.
These are considered out of the scope of this version of the vocabulary. Nevertheless, this can be defined as a profile of the DCAT vocabulary.
@@ -935,8 +922,8 @@
</p>
<pre> :catalog
a dcat:Catalog ;
- dct:title "Imaginary Catalog" ;
- rdfs:label "Imaginary Catalog" ;
+ dct:title "Imaginary Catalog" ;
+ rdfs:label "Imaginary Catalog" ;
foaf:homepage <http://example.org/catalog> ;
dct:publisher :transparency-office ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
@@ -947,17 +934,17 @@
</p>
<pre> :transparency-office
a foaf:Organization ;
- rdfs:label "Transparency Office" ;
+ rdfs:label "Transparency Office" ;
.
</pre>
<p>The catalog lists each of its datasets via dcat:dataset property. In the example above, an example dataset was mentioned with the relative URI :dataset-001. A possible description of it using DCAT is shown below:
</p>
<pre> :dataset-001
a dcat:Dataset ;
- dct:title "Imaginary dataset" ;
- dcat:keyword "accountability","transparency" ,"payments" ;
- dct:issued "2011-12-05"^^xsd:date ;
- dct:modified "2011-12-05"^^xsd:date ;
+ dct:title "Imaginary dataset" ;
+ dcat:keyword "accountability","transparency" ,"payments" ;
+ dct:issued "2011-12-05"^^xsd:date ;
+ dct:modified "2011-12-05"^^xsd:date ;
dct:publisher :finance-ministry ;
dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dct:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W> ;
@@ -973,9 +960,9 @@
<pre> :dataset-001-csv
a dcat:Distribution ;
dcat:downloadURL <http://www.example.org/files/001.csv> ;
- dct:title "CSV distribution of imaginary dataset 001" ;
- dcat:mediaType "text/csv" ;
- dcat:byteSize "5120"^^xsd:decimal ;
+ dct:title "CSV distribution of imaginary dataset 001" ;
+ dcat:mediaType "text/csv" ;
+ dcat:byteSize "5120"^^xsd:decimal ;
.
</pre>
</section>
@@ -989,7 +976,7 @@
<pre> :themes
a skos:ConceptScheme ;
- skos:prefLabel "A set of domains to classify documents" ;
+ skos:prefLabel "A set of domains to classify documents" ;
.
</pre>
@@ -1001,7 +988,7 @@
<pre> :accountability
a skos:Concept ;
skos:inScheme :themes ;
- skos:prefLabel "Accountability" ;
+ skos:prefLabel "Accountability" ;
.
</pre>
</section>
@@ -1019,7 +1006,7 @@
<pre> :record-001
a dcat:CatalogRecord ;
foaf:primaryTopic :dataset-001 ;
- dct:issued "2011-12-11"^^xsd:date ;
+ dct:issued "2011-12-11"^^xsd:date ;
.
</pre>
</section>
@@ -1038,7 +1025,7 @@
:dataset-002-csv
a dcat:Distribution ;
dcat:accessURL <http://example.org/dataset-002.html> ;
- dcat:mediaType "text/csv" ;
+ dcat:mediaType "text/csv" ;
.
</pre>
@@ -1057,7 +1044,7 @@
:dataset-003-csv
a dcat:Distribution ;
dcat:downloadURL <http://example.org/dataset-003.csv> .
- dcat:mediaType "text/csv" ;
+ dcat:mediaType "text/csv" ;
.
</pre>
Notice that we used dcat:downloadURL with the downloadable distribution and that the other distribution through the landing page