prov-links
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 26 Nov 2012 13:43:32 +0000
changeset 5074 e54c98d63e5b
parent 5073 ead53f8a90ce (current diff)
parent 5072 6dec520ab5ea (diff)
child 5076 ddb67391c86f
child 5162 865797aaaf51
prov-links
--- a/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Mon Nov 26 13:43:14 2012 +0000
+++ b/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl	Mon Nov 26 13:43:32 2012 +0000
@@ -5,8 +5,21 @@
 
 :bar_chart
    a prov:Entity;
-   prov:wasGeneratedBy :illustrationActivity;
-   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasGeneratedBy  :illustrationActivity;
+   prov:wasDerivedFrom  :aggregatedByRegions;
+   prov:wasAttributedTo :derek;
+.
+
+:derek
+   a foaf:Person, prov:Agent;
+   foaf:givenName       "Derek";
+   foaf:mbox            <mailto:derek@example.org>;
+   prov:actedOnBehalfOf :natonal_newspaper_inc;
+.
+
+:national_newspaper_inc 
+   a prov:Agent;
+   foaf:name "National Newspaper, Inc.";
 .
 
 :illustrationActivity 
@@ -18,7 +31,8 @@
 
 :aggregatedByRegions
    a prov:Entity;
-   prov:wasGeneratedBy :aggregationActivity;
+   prov:wasGeneratedBy  :aggregationActivity;
+   prov:wasAttributedTo :derek;
 .
 
 :aggregationActivity
@@ -34,27 +48,10 @@
    a prov:Entity;
    prov:wasAttributedTo :government;
 .
+:government a foaf:Organization .
+
 :nationalRegionsList 
    a prov:Entity;
    prov:wasAttributedTo :civil_action_group;
 .
-
-:aggregatedByRegions prov:wasAttributedTo :derek .
-:bar_chart           prov:wasAttributedTo :derek .
-
-:derek
-   a prov:Agent;
-   a foaf:Person;
-   foaf:givenName "Derek"^^xsd:string;
-   foaf:mbox      <mailto:derek@example.org>;
-   prov:actedOnBehalfOf :natonal_newspaper_inc;
-.
-
-:national_newspaper_inc 
-   a prov:Agent;
-   a prov:Organization;
-   foaf:name "National Newspaper, Inc.";
-. 
-
-:government         a prov:Organization, foaf:Organization .
-:civil_action_group a prov:Organization, foaf:Organization .
+:civil_action_group a foaf:Organization .
--- a/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Nov 26 13:43:14 2012 +0000
+++ b/ontology/prov-o-html-sections/description-qualified-terms.inc.html	Mon Nov 26 13:43:32 2012 +0000
@@ -48,7 +48,7 @@
          <a class="qname" href="#Influence">prov:Influence</a> and either 
          <a class="qname" href="#EntityInfluence">prov:EntityInfluence</a>, 
          <a class="qname" href="#ActivityInfluence">prov:ActivityInfluence</a>, or
-         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property to use to cite the influencing resource (either
+         <a class="qname" href="#AgentInfluence">prov:AgentInfluence</a>, which determine the property used to cite the influencing resource (either
          <a class="qname" href="#entity">prov:entity</a>,
          <a class="qname" href="#activity">prov:activity</a>, or
          <a class="qname" href="#agent">prov:agent</a>, respectively).
@@ -116,7 +116,7 @@
             asserted unless it adds additional information. -->
 
       <p>In addition to the previous two tables, <a href="#qualified-terms-figure">Figure 4</a> 
-         illustrates the classes and properties needed to apply the qualification pattern to the thirteen unqualified influence relations. 
+         illustrates the classes and properties needed to apply the qualification pattern to the fourteen unqualified influence relations. 
 
          For example, while <a class="qname" href="#qualifiedUsage">prov:qualifiedUsage</a>, 
          <a class="qname" href="#Usage">prov:Usage</a>, and <a class="qname" href="#entity">prov:entity</a> are used to qualify 
@@ -124,7 +124,7 @@
    
          <a class="qname" href="#qualifiedAssociation">prov:qualifiedAssociation</a>, <a class="qname" href="#Association">prov:Association</a>, 
          and <a class="qname" href="#agent">prov:agent</a> are used to qualify <span class="repeated">prov:wasAssociatedWith</span> 
-         relations. This pattern applies to the eleven other influence relations that can be qualified.
+         relations. This pattern applies to the twelve other influence relations that can be qualified.
       </p>
 
       <p>In subfigure <strong>a</strong> the <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property and references an instance of 
--- a/ontology/prov-o-html-sections/description-starting-points.inc.html	Mon Nov 26 13:43:14 2012 +0000
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html	Mon Nov 26 13:43:32 2012 +0000
@@ -37,7 +37,7 @@
 
       <p>While the properties <span class="repeated">prov:used</span>, <span class="repeated">prov:wasGeneratedBy</span>, 
          <span class="repeated">prov:wasInformedBy</span>, and <span class="repeated">prov:wasDerivedFrom</span> can be used to construct provenance chains among 
-         Activities and Entities, Agents may also be ascribed responsibility for any Activity or an Entity within a provenance chain. 
+         Activities and Entities, Agents may also be ascribed responsibility for any Activity or Entity within a provenance chain. 
          An Agent's responsibility for an Activity or Entity is described using the properties <a href='#wasAssociatedWith' class="qname">prov:wasAssociatedWith</a> and 
          <a href='#wasAttributedTo' class="qname">prov:wasAttributedTo</a>, respectively. 
          Agents can also be responsible for other Agents' actions. In this case of delegation, the influencing Agent <a href='#actedOnBehalfOf' class="qname">prov:actedOnBehalfOf</a> 
@@ -72,7 +72,7 @@
       generated a new entity, <code>:aggregatedByRegions</code> that aggregates the statistics in
        <code>:crimeData</code> according to the regions in <code>:nationalRegionsList</code>. 
       The <code>:aggregatedByRegions</code> entity was then used by the <code>:illustrationActivity</code> activity, 
-      to generate a new entity <code>:chart1</code> that depicts the aggregated statistics.
+      to generate a new entity <code>:bar_chart</code> that depicts the aggregated statistics.
       </p>
 
       <p> The example also states that the activity <code>:illustrationActivity</code> was 
@@ -82,7 +82,7 @@
 
       <p> Because the agent <code>:derek</code> was associated with the activities 
       <code>:aggregationActivity</code> and <code>:illustrationActivity</code>, the entities 
-      generated by these activities, i.e., <code>:aggregatedByRegions</code> and <code>:chart1</code>, were 
+      generated by these activities, i.e., <code>:aggregatedByRegions</code> and <code>:bar_chart</code>, were also 
       attributed to him.
       </p>