--- a/primer/Primer.html Thu Nov 08 09:11:02 2012 +0000
+++ b/primer/Primer.html Thu Nov 08 09:53:38 2012 +0000
@@ -1086,7 +1086,7 @@
agent(ex:chartgen,
[prov:type='prov:Organization',
foaf:name="Chart Generators Inc"])
- actedOnBehalfOf(ex:derek, ex:chartgen, ex:compose)
+ actedOnBehalfOf(ex:derek, ex:chartgen)
</pre>
</div>
<div class="provxml example">
@@ -1106,7 +1106,6 @@
<prov:actedOnBehalfOf>
<prov:delegate prov:ref="ex:derek"/>
<prov:responsible prov:ref="ex:chartgen"/>
- <prov:activity prov:ref="ex:compose"/>
</prov:actedOnBehalfOf>
</pre>
</div>
@@ -2015,6 +2014,7 @@
<li>Added buttons to hide all Turtle or PROV-N examples throughout document.</li>
<li>Added XML examples throughout, including buttons to hide/show and a link to a supporting complete XML file.</li>
<li>Rewritten intuition section on specialization and alternate to be clearer and more case-based.</li>
+ <li>Made actedOnBehalfOf examples consistent, not making explicit any activity to which the delegation was constrained.</li>
<li>Fixed minor typos.</li>
</ul>
</section>
--- a/primer/primer-prov-xml-examples.xml Thu Nov 08 09:11:02 2012 +0000
+++ b/primer/primer-prov-xml-examples.xml Thu Nov 08 09:53:38 2012 +0000
@@ -86,7 +86,6 @@
<prov:actedOnBehalfOf>
<prov:delegate prov:ref="ex:derek"/>
<prov:responsible prov:ref="ex:chartgen"/>
- <prov:activity prov:ref="ex:compose"/>
</prov:actedOnBehalfOf>
<!-- Roles -->
@@ -218,4 +217,4 @@
<prov:alternate2 prov:ref="ex:articleV2"/>
</prov:alternateOf>
-</prov:document>
+</prov:document>
\ No newline at end of file
--- a/primer/primer-provn-examples.txt Thu Nov 08 09:11:02 2012 +0000
+++ b/primer/primer-provn-examples.txt Thu Nov 08 09:53:38 2012 +0000
@@ -35,12 +35,12 @@
agent(ex:derek,
[prov:type='prov:Person', foaf:givenName="Derek",
foaf:mbox="<mailto:derek@example.org>"])
-
+
agent(ex:chartgen,
[prov:type='prov:Organization',
foaf:name="Chart Generators Inc"])
-actedOnBehalfOf(ex:derek, ex:chartgen, ex:compose)
-
+actedOnBehalfOf(ex:derek, ex:chartgen)
+
wasAttributedTo(ex:chart1, ex:derek)
// Roles