--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Thu Apr 26 14:38:43 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl Thu Apr 26 16:29:36 2012 -0400
@@ -2,45 +2,45 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix ex: <http://example.org#> .
-
-ex:accountPost2 {
+@prefix : <http://example.org#> .
- ex:accountPost2
- a prov:Account;
- prov:hasAnnotation ex:noteMadeByParser;
- .
-
- ex:john
- a prov:Agent;
- .
-
- #Rows of the post quoting post ex:post9821v1
- ex:quote1
- a prov:Entity;
- ex:value "Analysis of the datasets demonstrate that there is more crime";
- wasQuotedFrom ex:post9821v1.
-
- #Rows of the post quoting post ex:post9821v2
- ex:quote2
- a prov:Entity;
- ex:value "In sumary, there are clearly more crimes in the country";
- wasQuotedFrom ex:post9821v2.
-
- ex:publicationActivity1123
- a prov:Axtivity;
- prov:used ex:quote1,
- ex:quote2,
- ex:aggregatedByRegions;
- prov:generated ex:post19201.
-
-
- ex:post19201
- a prov:Entity, sioc:Post;
- prov:wasAttributedTo ex:john;
- prov:wasDerivedFrom ex:post9821v1,
- ex:post9821v2;
- prov:wasGeneratedBy ex:publicationActivity1123;
- prov:hadOriginalSource ex:aggregatedByRegions;
- .
+:accountPost2 {
+
+ :accountPost2
+ a prov:Account;
+ prov:hasAnnotation :noteMadeByParser;
+ .
+
+ :john
+ a prov:Agent;
+ .
+
+ #Rows of the post quoting post :post9821v1
+ :quote1
+ a prov:Entity;
+ :value "Analysis of the datasets demonstrate that there is more crime";
+ wasQuotedFrom :post9821v1.
+
+ #Rows of the post quoting post :post9821v2
+ :quote2
+ a prov:Entity;
+ :value "In sumary, there are clearly more crimes in the country";
+ wasQuotedFrom :post9821v2.
+
+ :publicationActivity1123
+ a prov:Axtivity;
+ prov:used :quote1,
+ :quote2,
+ :aggregatedByRegions;
+ prov:generated :post19201.
+
+
+ :post19201
+ a prov:Entity, sioc:Post;
+ prov:wasAttributedTo :john;
+ prov:wasDerivedFrom :post9821v1,
+ :post9821v2;
+ prov:wasGeneratedBy :publicationActivity1123;
+ prov:hadOriginalSource :aggregatedByRegions;
+ .
}
--- a/ontology/spwd/2012-04-26-validating/prov-o.html Thu Apr 26 14:38:43 2012 -0400
+++ b/ontology/spwd/2012-04-26-validating/prov-o.html Thu Apr 26 16:29:36 2012 -0400
@@ -747,13 +747,48 @@
section describes the status of this document at the time of its
publication. Other documents may supersede this document. A list of
current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
- <p>
- This specification defines the PROV Ontology as the normative
+ <h4 id="prov-family-of-specifications">PROV Family of Specifications</h4>
+ This document is part of the PROV family of specifications, a set
+of specifications defining various aspects that are necessary to achieve
+ the vision of inter-operable
+ interchange of provenance information in heterogeneous
+environments such as the Web. The specifications are:
+ <ul>
+ <li> PROV-DM, the PROV data model for provenance (this document);</li>
+ <li> PROV-CONSTRAINTS, a set of constraints applying to the PROV data model;</li>
+ <li> PROV-N, a notation for provenance aimed at human consumption;</li>
+ <li> PROV-O, the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF;</li>
+ <li> PROV-AQ, the mechanisms for accessing and querying provenance; </li>
+ <li> PROV-PRIMER, a primer for the PROV data model;</li>
+ <li> PROV-SEM, a formal semantics for the PROV data model;</li>
+ <li> PROV-XML, an XML schema for the PROV data model.</li>
+ </ul>
+ <h4 id="how-to-read-the-prov-family-of-specifications">How to read the PROV Family of Specifications</h4>
+ <ul>
+ <li>The primer is the entry point to PROV offering an introduction to the provenance model.</li>
+ <li>The Linked Data and Semantic Web community should focus on
+PROV-O defining PROV classes and properties specified in an OWL-RL
+ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the
+constraints applicable to the data model, and its interpretation.
+PROV-SEM provides a mathematical semantics.</li>
+ <li>The XML community should focus on PROV-XML defining an XML
+schema for PROV. Further details can also be found in PROV-DM,
+PROV-CONSTRAINTS, and PROV-SEM.</li>
+ <li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
+ <li>Readers seeking to implement other PROV serializations
+ should focus on PROV-DM and PROV-CONSTRAINTS. PROV-O, PROV-N,
+PROV-XML offer examples of mapping to RDF, text, and XML, respectively.</li>
+ </ul>
+
+ <h4 id="prov-o-second-working-draft">PROV-O Second Working Draft</h4>
+ <p>This specification defines the PROV Ontology as the normative
representation of the PROV Data Model using the Web Ontology Language
-(OWL2). This document is part of a set of specifications being created
-to address the issue of provenance interchange in Web applications. This
- document is accompanied by (1) the PROV Data Model, (2) the PROV Access
- and Query, and (3) the Primer documents.
+(OWL2). Following feedback, the structure of the document has been
+reorganized to suit a gradual introduction to the terms available in
+PROV-O, permitting the addition of more elaborate terms as users
+understand the earlier terms. A cross reference was added and is created
+ directly from the OWL ontology. Examples throughout this document are
+taken directly from the working group's version control system.
</p>
<p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as an Editor's Draft. If you wish to make comments regarding this document, please send them to <a href="mailto:public-prov-wg@w3.org">public-prov-wg@w3.org</a> (<a href="mailto:public-prov-wg-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-prov-wg/">archives</a>). All feedback is welcome.</p><p>Publication as an Editor's Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym>
Membership. This is a draft document and may be updated, replaced or