changed style added ack and references
authorfmaali
Sat, 09 Mar 2013 20:35:45 +0000
changeset 391 6af06dfdfea0
parent 390 012bf7c37459
child 392 5fabd408d13b
changed style added ack and references
dcat/dcat-model.jpg
dcat/index.html
dcat/respec-config.js
Binary file dcat/dcat-model.jpg has changed
--- a/dcat/index.html	Sat Mar 09 16:55:22 2013 +0000
+++ b/dcat/index.html	Sat Mar 09 20:35:45 2013 +0000
@@ -133,6 +133,7 @@
 <p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"/></p>
 
 <section>
+All RDF examples are written in Turtle syntax [[TURTLE-TR]].
 <h2 id="example">Basic Example</h2>
 <p>This example provides a quick overview of how DCAT might be used to represent a government catalog and its datasets. </p>
 
@@ -155,7 +156,7 @@
        rdfs:label "Transparency Office"&nbsp;;
        .
 </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&nbsp;:dataset-001. A possible description of it using dcat is shown below:
+<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&nbsp;:dataset-001. A possible description of it using DCAT is shown below:
 </p>
 <pre>  &nbsp;:dataset-001
        a dcat:Dataset&nbsp;;
@@ -312,7 +313,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#dataset_release_date" title=""> dataset release date</a>, <a href="#record_release_date" title=""> catalog record listing date</a> and <a href="#distribution_release_date" title=""> distribution release date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a>, <a href="#Property:record_release_date" title=""> catalog record listing date</a> and <a href="#Property:distribution_release_date" title=""> distribution release date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -324,7 +325,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#dataset_update_date" title=""> dataset modification date</a>, <a href="#record_update_date" title=""> catalog record modification date</a> and <a href="#distribution_update_date" title=""> distribution modification date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a>, <a href="#Property:record_update_date" title=""> catalog record modification date</a> and <a href="#Property:distribution_update_date" title=""> distribution modification date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -448,7 +449,7 @@
 </table>
 
 
-<p>If a catalog is represented as an RDF Dataset with named graphs [[SPARQL-named-graphs]], 
+<p>If a catalog is represented as an RDF Dataset with named graphs (as defined in [[SPARQL-QUERY-11]]), 
 then it is appropriate to place the description of each dataset 
 (consisting of all RDF triples that mention the dcat:Dataset, dcat:CatalogRecord, and any of its dcat:Distributions) 
 into a separate named graph. The name of that graph should be the IRI of the catalog record.
@@ -484,7 +485,7 @@
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
     <tr><td class="prop">Usage note:</td><td>This indicates the date of listing the dataset in the catalog and not the publication date of the dataset itself.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#Property:_release_date" title=""> dataset release date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -498,7 +499,7 @@
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
     <tr><td class="prop">Usage note:</td><td>This indicates the date of last change of a catalog entry, i.e. the catalog metadata description of the dataset, and not the date of the dataset itself.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#" title=""> dataset modification date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -554,7 +555,7 @@
 </section>
 
 <section>
-<h3 id="Property:_release_date">Property: release date</h3>
+<h3 id="Property:dataset_release_date">Property: release date</h3>
 <p>Date of formal issuance (e.g., publication) of the dataset.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
@@ -591,7 +592,7 @@
      <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) SHOULD be used.
   <br/>
 If a ISO 639-1 (two-letter) code is defined for language, then its corresponding IRI SHOULD be used; if no ISO 639-1 code is defined, then IRI corresponding to the ISO 639-2 (three-letter) code SHOULD be used.</td></tr>
-    <tr><td class="prop">Usage note:</td><td>This overrides the value of the <a href="#Property:_language">catalog language</a> in case of conflict.</td></tr>
+    <tr><td class="prop">Usage note:</td><td>This overrides the value of the <a href="#Property:catalog_language">catalog language</a> in case of conflict.</td></tr>
   </tbody>
 </table>
 </section>
@@ -604,7 +605,7 @@
   <tbody>
     <tr><td class="prop">Usage note:</td><td>Resources of type <a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a> 
     are recommended as values for this property.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="Class:_Organization.2FPerson">Class: Organization/Person</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Class:_Organization.2FPerson">Class: Organization/Person</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -761,6 +762,7 @@
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
     <tr><td class="prop">Usage note:</td><td>This property should be set using the first known date of issuance.</td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -772,7 +774,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr
-    <tr><td class="prop">See also:</td><td><a href="#" title=""> dataset modification date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -837,7 +839,7 @@
 </section>
 
 <section>
-<h3 id="Property:_media_format">Property: media type</h3>
+<h3 id="Property:distribution_media_type">Property: media type</h3>
 <p>the media type of the distribution as defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</p>
 
 <table class="definition">
@@ -846,19 +848,20 @@
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/format">dct:format</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>This property SHOULD be used when the media type of the distribution is defined in <a href="http://www.iana.org/assignments/media-types/">IANA</a>, otherwise dct:format MAY be used with different values.</td></tr>
+        <tr><td class="prop">See also:</td><td><a href="#Property:distribution_format"> format</a></td></tr>
   </tbody>
 </table>
 </section>
 
 <section>
-<h3 id="Property:_format">Property: format</h3>
+<h3 id="Property:distribution_format">Property: format</h3>
 <p>the file format of the distribution.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/format">dct:format</a></th></tr></thead>
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td>dcat:mediaType SHOULD be used if the type of the distribution is defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
+    <tr><td class="prop">Usage note:</td><td> <a href="#Property:distribution_media_type">dcat:mediaType</a> SHOULD be used if the type of the distribution is defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
   </tbody>
 </table>
 </section>
@@ -891,5 +894,14 @@
 
 </section>
 
-
+<section id="acknowledgements" class="appendix">
+<h2>Acknowledgements</h2>
+<p>This document contains a significant contribution from Ricahrd Cyganiak. Ricahrd Cyganiak 
+codesigned the original DCAT work and 
+significantly helped with the work on this specification as it made its way through the W3C process.</p>
+<p>The editors would like to thank Vassilios Peristeras for his comments and support for the original DCAT work. 
+We would also like to thanks Rufus Pollock for his significant input and comments.</p>
+<p>This document has benefited from inputs from many members of the Government Linked Data Working Group. 
+Specific thanks are due to Ghislain Atemezing, Martin Alvarez and Makx Dekkers.</p>
+</section>
 </body></html>
--- a/dcat/respec-config.js	Sat Mar 09 16:55:22 2013 +0000
+++ b/dcat/respec-config.js	Sat Mar 09 20:35:45 2013 +0000
@@ -1,6 +1,6 @@
 var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "ED",
+    specStatus:           "LC",
     // publishDate:          "2012-02-09",
     //copyrightStart:       "2010",
 
@@ -8,12 +8,12 @@
     shortName:            "vocab-dcat",
     //subtitle:             "",
     // if you wish the publication date to be other than today, set this
-    // publishDate:  "2012-04-05",
+    publishDate:  "2013-03-12",
 
     // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
     // and its maturity status
-    //previousPublishDate:  "2011-06-26",
-    //previousMaturity:     "ED",
+    previousPublishDate:  "2012-04-05",
+    previousMaturity:     "WD",
     //previousDiffURI:      "http://dvcs.w3.org/hg/gld/bp/",
     diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
@@ -21,7 +21,7 @@
     edDraftURI:           "http://dvcs.w3.org/hg/gld/raw-file/default/dcat/index.html",
 
     // if this is a LCWD, uncomment and set the end of its review period
-    // lcEnd: "2009-08-05",
+    lcEnd: "2013-04-08",
 
     // if you want to have extra CSS, append them to this list
     // it is recommended that the respec.css stylesheet be kept
@@ -32,7 +32,7 @@
     // editors, add as many as you like
     // only "name" is required
     editors:  [
-        { name: "Fadi Maali", url: "mailto:fadi.maali@deri.org", company: "DERI, NUIG", companyURL: "http://www.deri.ie"},
+        { name: "Fadi Maali", url: "mailto:fadi.maali@deri.org", company: "DERI, NUI Galway", companyURL: "http://www.deri.ie"},
         { name: "John Erickson", url: "mailto:olyerickson@gmail.com", company: "Tetherless World Constellation (RPI)", companyURL: "http://tw.rpi.edu/" },
         { name: "Phil Archer", url: "mailto:phila@w3.org", company: "W3C/ERCIM", companyURL: "http://www.w3.org/"}
 
@@ -45,13 +45,13 @@
     //authors:  [],
 
     // name of the WG
-    //    wg:           "",
+    wg:           "Government Linked Data Working Group",
 
     // URI of the public WG page
-    //   wgURI:        "",
+    wgURI:        "http://www.w3.org/2011/gld/",
 
     // name of the public mailing to which comments are due
-    //   wgPublicList: "",
+    wgPublicList: "public-gld-comments",
 
     // URI of the patent status for this WG, for Rec-track documents
     // !!!! IMPORTANT !!!!
@@ -60,7 +60,7 @@
     // Team Contact.
     //     wgPatentURI:  ""
     maxTocLevel: 2,
-    preProcess: [ preProc ]
+    preProcess: [ addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 };