updates to resolved fpwd comments ISSUE-605
authorPaul Groth <p.t.groth@vu.nl>
Sun, 02 Dec 2012 19:58:22 +0100
changeset 5232 024e11ce30d3
parent 5231 65542fa432ac
child 5233 fb53e9bc3552
updates to resolved fpwd comments ISSUE-605
overview/overview.html
overview/prov-family.png
overview/prov-family.pptx
--- a/overview/overview.html	Sun Dec 02 19:57:17 2012 +0100
+++ b/overview/overview.html	Sun Dec 02 19:58:22 2012 +0100
@@ -419,14 +419,12 @@
 
 <section id="sotd">
 
-<h4>PROV Family of Documents</h4>
-This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
-interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
+
 <h4>PROV Family of Documents</h4>
 This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
 interchange of provenance information in heterogeneous environments such as the Web.  These documents are:
 <ul>
-<li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [[PROV-OVERVIEW]];</li>
+<li> PROV-OVERVIEW (To be published as Note), an overview of the PROV family of documents (this document); </li>
 <li> <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [[PROV-PRIMER]];</li>
 <li> <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
 <li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate Recommendation), the PROV data model for provenance [[PROV-DM]];</li>
@@ -434,6 +432,7 @@
 <li> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate Recommendation), a set of constraints applying to the PROV data model [[PROV-CONSTRAINTS]];</li>
 <li> <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [[PROV-AQ]]; </li>
 <li> <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [[PROV-XML]];</li>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-dc-20121211/">PROV-DC</a> (To be published as Note),  describes a mapping between Dublin Core and PROV [[PROV-DC]].</li>
 <li> <a href="http://www.w3.org/TR/2012/WD-prov-links-20121211/">PROV-LINKS</a> (To be published as Note),  introduces a mechanism to link across bundles [[PROV-LINKS]].</li>
 
 </section>
@@ -445,7 +444,7 @@
 to form assessments about its quality, reliability or trustworthiness. The goal of PROV is to enable the wide publication and interchange of provenance on the Web and other information systems. PROV enables one to represent and interchange provenance information using widely available formats such as RDF and XML. In addition, it provides definitions for accessing provenance information, validating it, and mapping to Dublin Core. 
 
 <p>
-Below is the organization of PROV. At its core is a conceptual data model, which defines a common vocabulary used to describe provenance. This instantiated by various serializations. These serializations are what are used by implementations to interchange provenance. To help developers and user create valid provenance, a set of constraints are defined, which can be used to create provenance validators. Finally, to further support the interchange of provenance, additional definitions are provided defining protocols for locating and accessing provenance as well as defining how to interoperate with the widely used Dublin Core vocabulary. 
+Below is the organization of PROV. At its core is a conceptual data model, which defines a common vocabulary used to describe provenance. This is instantiated by various serializations. These serializations are what are used by implementations to interchange provenance. To help developers and users create valid provenance, a set of constraints are defined, which can be used to create provenance validators. Finally, to further support the interchange of provenance, additional definitions are provided for protocols to locate and access provenance, connect sets of provenance descriptions and define how to interoperate with the widely used Dublin Core vocabulary. 
 </p>
 
 <div align="center">
@@ -455,8 +454,8 @@
 </section> 
 
 <section id="roadmap">
-<h2>Roadmap</h2>
-PROV consists of 10 documents (including this one) . In order to use PROV, one need not be familiar with all of these documents. Indeed, PROV was specifically designed so that simple usage would always be compatible with more advanced usage scenarios. To help navigate PROV, each document is broadly classified as being intended for a specific audience. 
+<h2>Document Roadmap</h2>
+PROV consists of 10 documents (including this one). In order to use PROV, one need not be familiar with all of these documents. Indeed, PROV was specifically designed so that users and developers may get started quickly with basic usage and then incrementally progress to more advanced usage scenarios To help navigate PROV, each document is broadly classified as being intended for a specific audience. 
 
 <ol>
 <li> Users - this audience wants to understand PROV and use applications that support PROV.
@@ -469,10 +468,10 @@
 <table cellpadding="5" class="open-data-table">
 <tr><th>Part</th><th>Audience</th><th>Type</th><th>Document</th></tr>
 <tr><td style = "text-align: center;">1</td><td  style="background: #DFF">Users</td><td>Note</td><td><a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">PROV-PRIMER</a> is the entry point to PROV offering an introduction to the provenance model. This is where you should start and for many may be the only document needed.</td></tr>
-<tr><td style = "text-align: center;">2</td><td  style="background: #CDD">Developers</td><td>Rec</td><td><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> defines a light-weight OWL2 ontology for the provenance model. This is intended for the Linked Data and Semantic Web community and is useful for developers wishing to create RDFa mark-up. </td></tr>
-<tr><td style = "text-align: center;">3</td><td  style="background: #CDD">Developers</td><td>Note</td><td><a href="<a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211">PROV-XML</a> defines an XML schema for the provenance model. This is intended for developers who need a native XMl serialization of PROV</td></tr>
+<tr><td style = "text-align: center;">2</td><td  style="background: #CDD">Developers</td><td>Rec</td><td><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">PROV-O</a> defines a light-weight OWL2 ontology for the provenance model. This is intended for the Linked Data and Semantic Web community. </td></tr>
+<tr><td style = "text-align: center;">3</td><td  style="background: #CDD">Developers</td><td>Note</td><td><a href="<a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211">PROV-XML</a> defines an XML schema for the provenance model. This is intended for developers who need a native XML serialization of PROV</td></tr>
 <tr><td style = "text-align: center;">4</td><td  style="background: #FDD">Advanced</td><td>Rec</td><td><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> defines a conceptual data model for provenance including UML diagrams. PROV-O and PROV-XML are serializations of this conceptual model.</td></tr>
-<tr><td style = "text-align: center;">5</td><td  style="background: #FDD">Advanced</td><td>Rec</td><td><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> defines a notation for provenance aimed at human consumption. This is used to define the conceptual model as well as PROV-CONSTRAINTS. </td></tr>
+<tr><td style = "text-align: center;">5</td><td  style="background: #FDD">Advanced</td><td>Rec</td><td><a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">PROV-N</a> defines a human-readable notation for provenance. This is used to define the conceptual model as well as PROV-CONSTRAINTS. </td></tr>
 <tr><td style = "text-align: center;">6</td> <td  style="background: #FDD">Advanced</td><td>Rec</td><td> <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> defines a set constraints that define a notion of valid provenance. It is specifically aimed at the implementors of validators. </td></tr>
 <tr><td style = "text-align: center;">7</td><td  style="background: #CDD">Developers</td><td>Note</td><td><a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">PROV-AQ</a> defines how to use Web-based mechanisms to locate and retrieve provenance information. </td></tr>
 <tr><td style = "text-align: center;">8</td><td  style="background: #CDD">Developers</td><td>Note</td><td><a href="https://dvcs.w3.org/hg/prov/raw-file/default/dc-note/Overview.html">PROV-DC</a>  defines a mapping between Dublin Core and PROV. </td></tr>
@@ -494,7 +493,7 @@
 <li> <a href="http://www.w3.org/2005/Incubator/prov/wiki/State_of_the_Art_Report">State of the Art Report</a>
 </ol>
 
-Finally, the simplest way to use PROV is through one of the many applications that support it.
+Finally, the simplest way to use PROV is through one of the many <a href="http://www.w3.org/2011/prov/wiki/ProvImplementations">applications</a> that support it.
 
 
 </section>
Binary file overview/prov-family.png has changed
Binary file overview/prov-family.pptx has changed