adding group config script tag
authorSandro Hawke <sandro@hawke.org>
Wed, 04 Apr 2012 20:43:17 -0400
changeset 161 9599aae6f582
parent 160 d3bd670fce21
child 162 cfc9905b45d7
adding group config script tag
rephrased SOTD a bit
nulled out (for now) broken fragment links:
#dataset_modification_date
#dataset_license
#dataset_language
dcat/index.html
--- a/dcat/index.html	Wed Apr 04 20:23:06 2012 -0400
+++ b/dcat/index.html	Wed Apr 04 20:43:17 2012 -0400
@@ -9,6 +9,7 @@
 	<script type="text/javascript" src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
 	<script src="respec-ref.js"></script>
 	<script src="respec-config.js"></script>
+	<script src="respec-group-config.js"></script>
   <style type="text/css">
   table {
     border-collapse:collapse;
@@ -60,13 +61,11 @@
 </section>
 
 <section id="sotd">
-  <p>This is the First Public Working Draft of DCAT in W3C's TR space and
-  signals its move to the Recommendations Track. DCAT was first
+  <p>This publication signals the move of DCAT onto the W3C Recommendation Track.  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 on the <a href="http://www.w3.org/egov/">eGov Interest Group</a> wiki before being brought onto the
-  Recommendation Track by <a href="http://www.w3.org/2011/gld/">Government Linked Data (GLD)</a> Working Group
-  which intends for it to become a Recommendation.</p>
+  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>
 </section>
 
 <section class="informative">
@@ -283,7 +282,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/language">dct:language</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> a string representing the code of the language as described in <a href="http://www.ietf.org/rfc/rfc3066.txt">http://www.ietf.org/rfc/rfc3066.txt</a></td></tr>
-    <tr><td class="prop">Usage note:</td><td>Multiple values can be used. The publisher might also choose to describe the language on the dataset level (see <a href="#dataset_language">dataset language</a>).</td></tr>
+    <tr><td class="prop">Usage note:</td><td>Multiple values can be used. The publisher might also choose to describe the language on the dataset level (see <a href="#">dataset language</a>).</td></tr>
   </tbody>
 </table>
 </section>
@@ -296,7 +295,7 @@
   <tbody>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/dcmitype/LicenseDocument">dctype:LicenseDocument</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>To allow automatic analysis of datasets, it is important to use canonical identifiers for well-known licenses, see @@@void guide@@@ for a list.</td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#dataset_license" title="">dataset license</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#" title="">dataset license</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -365,7 +364,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="#dataset_modification_date" title=""> dataset modification date</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#" title=""> dataset modification date</a></td></tr>
   </tbody>
 </table>
 </section>