preparing WD4 ED
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 23 Feb 2012 22:38:21 +0000
changeset 1664 8064d82f3760
parent 1663 9261b94e3715
child 1665 014a75014829
preparing WD4 ED
model/prov-asn.html
model/prov-dm.html
--- a/model/prov-asn.html	Thu Feb 23 22:31:53 2012 +0000
+++ b/model/prov-asn.html	Thu Feb 23 22:38:21 2012 +0000
@@ -116,14 +116,14 @@
  
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
-          //subtitle   :  "Some speculative write-ups, for discussion before integration in the data model",
- 
+           subtitle   :  "Draft (WD4) for internal discussion",
+
           // if you wish the publication date to be other than today, set this
           // publishDate:  "2011-10-18",
  
           // if the specification's copyright date is a range of years, specify
           // the start date here:
-          // copyrightStart: "2005"
+          copyrightStart: "2011",
  
           // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
           // and its maturity status
@@ -152,6 +152,10 @@
           // 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.
+
+          authors:  [
+              { name: "TBD" },
+         ],
  
           
           // name of the WG
@@ -178,14 +182,39 @@
   <body> 
 
     <section id="abstract">
+<div class="note">TO EDIT</div>
 <p>
-<b>Editors' working copy can change at any time. </b>
+PROV-DM is a data model for provenance for building
+representations of the entities, people and activities involved in
+producing a piece of data or thing in the world. PROV-DM is
+domain-agnostic, but is equipped with extensibility points allowing
+further domain-specific and application-specific extensions to be
+defined.  PROV-DM is accompanied by PROV-ASN, a technology-independent
+abstract syntax notation, which allows serializations of PROV-DM
+instances to be created for human consumption, which facilitates its
+mapping to concrete syntax, and which is used as the basis for a
+formal semantics.
 </p>
     </section> 
 
 <section id="sotd">
-<b>Editors' working copy can change at any time. </b>
+<div class="note">TO EDIT</div>
+<section id="prov-family">
+<!-- <h3>Prov Family of Specifications</h3>-->
+This document is part of the PROV family of specifications, a set of specifications aiming to define the various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.   This document defines  the PROV-DM data model for provenance, accompanied with a notation to express
+instances of that data model for human consumption. Other documents are: 
+<ul>
+<li> PROV-DM-CONSTRAINTS, a set of constraints applying to the PROV-DM data model,</li>
+<li> PROV-ASN, a notation for provenance aimed at human consumption,</li>
+<li> PROV-O, the provenance ontology:  by means of a mapping of PROV-DM to the OWL2 Web Ontology Language, this specification provides a normative serialization of PROV-DM in RDF</li>
+<li> PROV-AQ, provenance access and query: the mechanisms for accessing and querying provenance; </li>
+<li> PROV-PRIMER: a primer for the PROV-DM provenance data model,</li>
+<li> PROV-SEM: a formal semantics for the PROV-DM provenance data model.</li>
+</ul>
 </section>
+</section>
+
 
 
 
--- a/model/prov-dm.html	Thu Feb 23 22:31:53 2012 +0000
+++ b/model/prov-dm.html	Thu Feb 23 22:38:21 2012 +0000
@@ -114,7 +114,8 @@
  
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
-          //subtitle   :  "Some speculative write-ups, for discussion before integration in the data model",
+          subtitle   :  "Draft (WD4) for internal discussion",
+
  
           // if you wish the publication date to be other than today, set this
           // publishDate:  "2011-10-18",