Update hcard example registry entry to be consistent with the definitions.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 22 Feb 2012 09:37:55 -0800
changeset 96 5b7fcd8c418f
parent 95 81e80ce1337c
child 97 512b233ba210
Update hcard example registry entry to be consistent with the definitions.
Add reference to Microdata to RDF Supplement.
microdata-rdf/index.html
--- a/microdata-rdf/index.html	Wed Feb 22 09:37:06 2012 -0800
+++ b/microdata-rdf/index.html	Wed Feb 22 09:37:55 2012 -0800
@@ -17,6 +17,7 @@
           apply:  function(c) {
                     // extend the bibliography entries
                     berjon.biblio["MICRODATA"] = "<cite><a href=\"http://dev.w3.org/html5/md/\">HTML Microdata</a></cite> Ian Hickson Editor. World Wide Web Consortium (work in progress). 18 November 2011. This edition of the HTML Microdata specification is http://dev.w3.org/html5/md/. The <a href=\"http://dev.w3.org/html5/md/\">latest edition of HTML Microdata</a> is available at http://www.w3.org/TR/microdata/";
+                    berjon.biblio["MICRODATA-RDF-SUPPLEMENT"] = "<cite><a href=\"https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf-supplement/index.html/\">Microdata to RDF Supplement</a></cite> Gregg Kellogg Editor. World Wide Web Consortium (work in progress). 22 January 2012.";
                     berjon.biblio["JSON-LD"] = "Manu Sporny, Gregg Kellogg, et al. <a href=\"http://json-ld.org/spec/latest/json-ld-syntax/\"><cite>The JSON-LD Syntax</cite></a> Latest. W3C Editor's Draft. URL: <a href=\"http://json-ld.org/spec/latest/json-ld-syntax/\">http://json-ld.org/spec/latest/json-ld-syntax/</a>";
 
                     // process the document before anything else is done
@@ -113,10 +114,10 @@
 
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "FPWD-NOTE",
+          specStatus:           "IG-NOTE",
           charterDisclosureURI: "http://www.w3.org/2006/07/swig-charter#Ipr",
-          publishDate:          "2012-01-12",
-          copyrightStart:       "2011",
+          publishDate:          "2012-02-13",
+          //copyrightStart:       "2011",
 
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "microdata-rdf",
@@ -124,13 +125,13 @@
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-          //previousPublishDate:  "2011-11-18",
-          //previousMaturity:     "ED",
+          previousPublishDate:  "2012-01-12",
+          previousMaturity:     "FPWD-NOTE",
           //previousURI:      "https://dvcs.w3.org/hg/htmldata/raw-file/default/ED/microdata-rdf/20111118/index.html",
           //diffTool:             "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html",
+          //edDraftURI:           "https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
@@ -138,14 +139,14 @@
           // if you want to have extra CSS, append them to this list
           // it is recommended that the respec.css stylesheet be kept
           extraCSS:             [
-              "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css",
+              "http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
           ],
 
           // editors, add as many as you like
           // only "name" is required
           editors:  [
               { name: "Gregg Kellogg", url: "http://greggkellogg.net/",
-                company: "Kellogg Associates" },
+                company: "Kellogg Associates" }
           ],
 
           // authors, add as many as you like.
@@ -177,8 +178,8 @@
           // Team Contact.
           wgPatentURI:  "",
           maxTocLevel: 4,
-          preProcess: [ preProc ],
-          //alternateFormats: [ {uri: "diff-20111118.html", label: "diff to previous version"} ],
+          preProcess: [ preProc ]
+          //, alternateFormats: [ {uri: "diff-20111118.html", label: "diff to previous version"} ],
       };
 
       function updateExample(doc, content) {
@@ -408,6 +409,8 @@
       Alternatively, do not use collections, use an alternative such as <code>rdf:Seq</code>, or place all values,
       whether or not multiple, into some form of collection.</li>
   </ul>
+  <p>More examples and explanatory information are available in [[MICRODATA-RDF-SUPPLEMENT]], which may
+    be updated from time to time.</p>
 </section>
 </section>
 
@@ -704,7 +707,7 @@
     ****"multipleValues": "unordered"****
   },
   "http://microformats.org/profile/hcard": {
-    "propertyURI":    "type",
+    "propertyURI":    "vocabulary",
     ****"multipleValues": {"multipleValues": "list"}****
   }
 }
@@ -1587,21 +1590,6 @@
         "subEvents": {"multipleValues": "list"},
         "tracks": {"multipleValues": "list"}
       }
-    },
-    "http://microformats.org/profile/hcard": {
-      "propertyURI":    "vocabulary",
-      "multipleValues": "unordered"
-    },
-    "http://microformats.org/profile/hcalendar#": {
-      "propertyURI":    "vocabulary",
-      "multipleValues": "unordered",
-      "properties": {
-        "categories": {"multipleValues": "list"}
-      }
-    },
-    "http://n.whatwg.org/work": {
-      "propertyURI":    "contextual",
-      "multipleValues": "list"
     }
   }
   </pre>