updates to prov-n grammar for collections
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 29 Mar 2012 15:43:25 +0100
changeset 2087 df0d84726f25
parent 2086 b5e47040428d (current diff)
parent 2085 3abf25db04ed (diff)
child 2088 65e68c021507
child 2089 afc6802eeaee
updates to prov-n grammar for collections
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html	Thu Mar 29 15:43:25 2012 +0100
@@ -0,0 +1,46 @@
+     <section id="description-starting-points">
+	  	<h3>Starting Points</h3>
+      <p> 
+This section presents a diagram illustrating the concepts and properties that compose the ontology, without talking about involvement.  The following example diagram illustrates the level of details we want to present and the exact classes and properties we believe fall into this category. No need to show the “Thing” class in the diagram, as we are doing now. That just makes the diagram more complex. Neither SIOC nor OPMV do that.  The classes and properties to show in this diagram are the following:
+Entity, Agent, Activity, used, wasGeneratedBy, wasDerivedFrom, wasAssociatedWith (wasEndedBy? wasStartedBy??), actedOnBehalfOf, wasInformedBy, wasAttributedTo, “Temporal stuff”
+	  </p>
+
+      <div style="text-align: center;">
+         <figure>
+            <img src="prov-o-diagrams/diagram-simple.png"
+                 style="width: 70%; min-width: 25em; max-width: 60em" 
+                 alt="Class hierarchy of the PROV ontology"/>
+            <figcaption>Figure 1. Simple classes and properties in PROV-O</figcaption>
+         </figure>
+      </div>
+
+        <div class="issue">
+           Luc has general comments in <a href="http://www.w3.org/2011/prov/track/issues/117">ISSUE-117</a>
+        </div>
+        <div class="issue">
+           Vanilla RDF versus OWL <a href="http://www.w3.org/2011/prov/track/issues/119">ISSUE-119</a>
+        </div>
+        <div class="issue">
+           Location concerns <a href="http://www.w3.org/2011/prov/track/issues/128">ISSUE-128</a>
+        </div>
+        <div class="issue">
+           Diagram consistency <a href="http://www.w3.org/2011/prov/track/issues/227">ISSUE-227</a>
+        </div>
+        <div class="issue">
+           Eric's comments <a href="http://www.w3.org/2011/prov/track/issues/250">ISSUE-250</a>
+        </div>
+        <div class="issue">
+           Conforming to W3C Style guides <a href="http://www.w3.org/2011/prov/track/issues/308">ISSUE-308</a>
+        </div>
+
+        <div class="anexample">
+           <div><b>Example</b></div>
+            <p>
+Turtle + Explanation. The example does not have to illustrate all the terms. Instead, it focuses on the main ones. (see eg16-journalism-simple-without-comments.ttl). We chose this example over others because we think it is simple, intuitive. Moreover, it is used in the primer, and therefore people who read the primer before the provo HTML document, will find it easy to follow.
+
+            </p>
+           <div class="exampleOuter">
+              <pre class="example">{% include "includes/eg16-journalism-simple-without-comments.ttl" %}</pre>
+           </div>
+        </div>
+	  </section> <!-- Starting Points  in PROV-O -->
Binary file primer/OverviewDiagram.png has changed
--- a/primer/Primer.html	Thu Mar 29 15:43:00 2012 +0100
+++ b/primer/Primer.html	Thu Mar 29 15:43:25 2012 +0100
@@ -232,12 +232,11 @@
 
    <p>
     The following ER diagram provides a high level overview of the <strong>structure of PROV-DM records</strong>.
-    The diagram is the same that appears in the [[PROV-DM]],
-    but note that this primer document only describes some of the terms shown in the diagram.
+    The diagram is the same that appears in the [[PROV-DM]].
    </p>
 
    <div style="text-align: center;">
-    <img src="overview.png" alt="PROV-DM overview"/>
+    <img src="OverviewDiagram.png" alt="PROV-DM overview"/>
    </div>
 
    <section>