Primer: fixed errors in PROV-N for roles
authorSimon Miles <simon.miles@kcl.ac.uk>
Thu, 19 Apr 2012 15:26:52 +0100
changeset 2400 d5e5117bc004
parent 2399 4c6f54888fef
child 2401 885e8638fe3a
Primer: fixed errors in PROV-N for roles
primer/Primer.html
--- a/primer/Primer.html	Thu Apr 19 11:54:22 2012 +0100
+++ b/primer/Primer.html	Thu Apr 19 15:26:52 2012 +0100
@@ -951,8 +951,8 @@
      relations. Thus, the entire Turtle example in Section 3.5 is rendered as follows:
     </p>
     <pre class="example asn">
-     used(ex:compose, ex:dataSet1,   [ prov:role = "ex:dataToCompose"], -)
-     used(ex:compose, ex:regionList, [ prov:role = "ex:regionsToAggregteBy"], -)
+     used(ex:compose, ex:dataSet1,   -, [ prov:role = "ex:dataToCompose"])
+     used(ex:compose, ex:regionList, -, [ prov:role = "ex:regionsToAggregteBy"])
     </pre>
     <p>
      In the first description above, note that this adds a "role" attribute to the first 'used' description of A.3.