Added authors
authorSimon Miles <simon.miles@kcl.ac.uk>
Thu, 15 Dec 2011 15:57:19 +0000
changeset 1274 a88925844a0a
parent 1271 900534827ad6
child 1275 82f285d09f91
Added authors
Added abstract and SOTD
Reverted wasAssociatedWith to wasControlledBy
Added references
primer/Primer.html
--- a/primer/Primer.html	Thu Dec 15 14:54:07 2011 +0000
+++ b/primer/Primer.html	Thu Dec 15 15:57:19 2011 +0000
@@ -15,9 +15,27 @@
   <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>
 
   <script class="remove">
+	var addExtraReferences = function() {
+          for (var k in extraReferences)
+              berjon.biblio[k] = extraReferences[k];
+      };
+      var extraReferences = {
+        "PROV-DM":
+          "Luc Moreau, Paolo Missier"+
+          "<a href=\"http://www.w3.org/TR/2011/WD-prov-dm-20111018/\"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. "+
+          "18 October 2011. W3C Working Draft. (Work in progress.) "+
+          "URL: <a href=\"http://www.w3.org/TR/2011/WD-prov-dm-20111018/\">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>",
+
+        "PROV-O":
+          "Satya Sahoo, Deborah McGuinness"+
+          "<a href=\"http://www.w3.org/TR/2011/WD-prov-o-20111213/\"><cite>The PROV Ontology: Model and Formal Semantics</cite></a>. "+
+          "13 December 2011. W3C Working Draft. (Work in progress.) "+
+          "URL: <a href=\"http://www.w3.org/TR/2011/WD-prov-o-20111213/\">http://www.w3.org/TR/2011/WD-prov-o-20111213</a>"
+ 	  };
+   
    var respecConfig = {
     // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-    specStatus:           "ED",
+    specStatus:           "FPWD-NOTE",
           
     // the specification's short name, as in http://www.w3.org/TR/short-name/
     shortName:            "Prov-Primer",
@@ -62,7 +80,20 @@
     // only "name" is required. Same format as editors.
  
     authors:  [
-     { name: "TBD"},
+     { name: "Khalid Belhajjame",
+       company: "University of Manchester" },
+     { name: "Helena Deus",
+       company: "Digital Enterprise Research Institute (DERI), NUI Galway" },
+     { name: "Daniel Garijo",
+       company: "Universidad Politécnica de Madrid" },
+     { name: "Graham Klyne",
+       company: "University of Oxford" },
+     { name: "Paolo Missier",
+       company: "Newcastle University" },
+     { name: "Stian Soiland-Reyes",
+       company: "University of Manchester" },
+     { name: "Stephan Zednik",
+       company: "Rensselaer Polytechnic Institute" },
     ],
           
     // name of the WG
@@ -80,19 +111,40 @@
     // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
     // Team Contact.
     wgPatentURI:  "",
+    
+    // Add extraReferences to bibliography database
+    preProcess: [addExtraReferences]
    };
   </script>
  </head>
  <body>
   <section id="abstract">
-   <p>This document aims to provide an intuitive guide to the PROV Data Model,
-    with worked examples.</p>
+   <p>
+ This document provides an intuitive introduction and guide to the
+ PROV data model for provenance [[PROV-DM]]. PROV-DM is a core data model for
+ provenance for building representations of the entities, people and
+ processes involved in producing a piece of data or thing in the world.
+ This primer explains the fundamental PROV-DM concepts in non-normative
+ terms, and provides worked examples applying the PROV-O OWL2
+ ontology [[PROV-O]]. The primer is intended as a starting point for those wishing
+ to create or make use of PROV-DM data.
+   </p>
 
    <p>
     This is a document for internal discussion, which will ultimately
     evolve in the first Public Working Draft of the Primer.</p>
   </section> 
 
+    <section id="sotd">
+      This document is part of a set of specifications aiming to define the
+ various aspects that are necessary to achieve the vision of
+ interoperable interchange of provenance information in heterogeneous
+ environments such as the Web. This document is a non-normative,
+ intuitive introduction and guide to the [PROV-DM] data model for
+ provenance. It includes simple worked examples applying the [PROV-O]
+ OWL2 ontology.
+    </section>
+  
   <section> 
    <h2>Introduction</h2>
    <p>
@@ -472,8 +524,8 @@
      chart creation activities:
     </p>
     <pre class="turtle example">
-     ex1:aggregated  prov:wasAssociatedWith ex1:derek .
-     ex1:illustrated prov:wasAssociatedWith ex1:derek .
+     ex1:aggregated  prov:wasControlledBy ex1:derek .
+     ex1:illustrated prov:wasControlledBy ex1:derek .
     </pre>
     <p>
      The record for Derek provides the