edit
authorGuus Schreiber <guus.schreiber@vu.nl>
Mon, 11 Nov 2013 16:53:09 +0100
changeset 1266 774b71b4a86c
parent 1265 7a0a6dd66785
child 1267 55591b760bc0
edit
rdf-primer/index.html
--- a/rdf-primer/index.html	Mon Nov 11 16:38:03 2013 +0100
+++ b/rdf-primer/index.html	Mon Nov 11 16:53:09 2013 +0100
@@ -1,17 +1,18 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <meta charset="utf-8">
     <title>RDF 1.1 Primer</title>
-    <style>
-.figure { font-weight: bold; text-align: center; }
-    </style>
-    <script src='../ReSpec.js/js/respec.js' class='remove'></script>
+    <script src="../local-biblio.js" class="remove"></script>
+    <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
     <script class='remove'>
       var respecConfig = {
-          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
-          
+          // extend the bibliography entries
+          localBiblio: localBibliography,
+
+          // specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
+          specStatus:           "FPWD-NOTE",
+
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "rdf11-primer",
 
@@ -20,32 +21,29 @@
           // subtitle   :  "an excellent document",
 
           // if you wish the publication date to be other than today, set this
-          // publishDate:  "2009-08-06",
+          // publishDate:  "2013-11-05",
+
 
           // if the specification's copyright date is a range of years, specify
           // the start date here:
-          copyrightStart: "2004",
+          // copyrightStart: "2004",
 
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
-//          previousPublishDate:  "2004-02-10",
-//          previousMaturity:  "REC",
+          previousPublishDate:  "2004-02-10",
+          previousMaturity:  "REC",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
+          edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
-          // lcEnd: "2009-08-05",
+          // lcEnd: "2013-09-06",
 
           // if there is an earler version of this specification at the Recommendation level,
           // set this to the shortname of that version. This is optional and not usually
           // necessary.
           prevRecShortname: "rdf-primer",
 
-          // 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"],
-
           // editors, add as many as you like
           // only "name" is required
           editors:  [
@@ -66,8 +64,8 @@
                   },
               ],
           },
-
-          // authors, add as many as you like. 
+ 
+          // authors, add as many as you like.
           // This is optional, uncomment if you have authors as well as editors.
           // only "name" is required. Same format as editors.
 
@@ -75,35 +73,42 @@
           //    { name: "Your Name", url: "http://example.org/",
           //      company: "Your Company", companyURL: "http://example.com/" },
           //],
-          
+
           // name of the WG
           wg:           "RDF Working Group",
-          
+
           // URI of the public WG page
           wgURI:        "http://www.w3.org/2011/rdf-wg/",
-          
+
           // name (with the @w3c.org) of the public mailing to which comments are due
           wgPublicList: "public-rdf-comments",
-          
+
           // URI of the patent status for this WG, for Rec-track documents
           // !!!! IMPORTANT !!!!
           // This is important for Rec-track documents, do not copy a patent URI from a random
-          // document unless you know what you're doing. If in doubt
-          // ask your friendly neighbourhood Team Contact.
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
 
           // if this parameter is set to true, ReSpec.js will embed various RDFa attributes
           // throughout the generated specification. The triples generated use vocabulary items
           // from the dcterms, foaf, and bibo. The parameter defaults to false.
-          doRDFa: true,
+          doRDFa: "1.1",
+
+          // alternateFormats: [ { uri: "diff-20130723.html", label: "diff to previous version" } ]
       };
-
     </script>
+    <style type="text/css">
+      figure { text-align: center; }
+      table td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; }
+    </style>
   </head>
 
-  <body>
+<body>
 
-<section id="abstract">
+<div class="head">
+  <section id="abstract">
+
     <p>The Resource Description Framework (RDF) is a language for
     representing information about resources in the World Wide
     Web. This primer is designed to provide the reader with the basic