preparing dm for PR
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 12 Feb 2013 14:04:06 +0000
changeset 5537 d323e1ae98ae
parent 5536 68d54cefc7e4 (current diff)
parent 5535 2e432ef815ab (diff)
child 5539 dc64ae9a2822
child 5543 b87bfbfe8b0e
preparing dm for PR
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInfluence.ttl	Tue Feb 12 14:03:52 2013 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInfluence.ttl	Tue Feb 12 14:04:06 2013 +0000
@@ -5,7 +5,7 @@
 @prefix my:   <http://example.com/ontology#> .
 @prefix :     <http://example.com/> .
 
-# Although a domain extension (e.g. ':wasConductedBy') is not defined by PROV-O,
+# Although domain extension 'my:wasConductedBy' is not defined by PROV-O,
 # the relation between a surgery and an agent can still be qualified
 # by reusing prov:Influence and one of its three subclasses:
 # AgentInfluence, EntityInfluence, and ActivityInfluence
@@ -14,17 +14,22 @@
 :conductingSurgery_1
    a prov:Activity;
 
-   # This unqualified influence is unknown in PROV, 
-   # this would be a subproperty of wasAssociatedWith.
+   # This unqualified influence is unknown in PROV;
+   # it would be a subproperty of prov:wasAssociatedWith.
    my:wasConductedBy    :bob;
    prov:wasInfluencedBy :bob;  
    prov:qualifiedInfluence [   
-      # Even though PROV systems do not understand :wasConductedBy, 
+      # Even though PROV systems do not understand my:wasConductedBy, 
+      # they will at least understand that :bob influenced the 
+      # surgery in some way.
       a prov:Influence;      # Inferred
-      prov:agent   :bob;     # The object of :wasConductedBy
-      prov:hadRole :surgeon;
+      prov:agent   :bob;     # The object of my:wasConductedBy
+
+      # Domain extension properties may be used to describe the
+      # influences that an Entity, Activity, or Agent
+      # have upon another Entity, Activity, or Agent.
+      my:degree .72;
    ];
 .
 
-:bob       a prov:Agent .
-my:surgeon a prov:Role .
+:bob a prov:Agent .
--- a/ontology/prov-o-html-sections/description-starting-points.inc.html	Tue Feb 12 14:03:52 2013 +0000
+++ b/ontology/prov-o-html-sections/description-starting-points.inc.html	Tue Feb 12 14:04:06 2013 +0000
@@ -42,6 +42,11 @@
          <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> 
          another Agent that also bears responsibility for the influenced Activity or Entity.
+      </p>
+
+      <p>The properties rdf:type and rdfs:label are used to express <a href="https://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-type">prov:type</a> 
+         and <a href="https://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-label">prov:label</a>, respectively.
+      </p>
 
       <div id="starting-points-figure" style="text-align: center;" class="figure">
             <!-- When publishing to w3c: replace prov-o-diagrams/ with diagrams/ -->