Changed processExecution to activity in ASN examples
authorSimon Miles <simon.miles@kcl.ac.uk>
Wed, 23 Nov 2011 15:01:36 +0000
changeset 1012 3b5da6981a06
parent 1011 2592b20c8208
child 1014 738bf944f9d5
Changed processExecution to activity in ASN examples
primer/Primer.html
--- a/primer/Primer.html	Wed Nov 23 12:55:47 2011 +0000
+++ b/primer/Primer.html	Wed Nov 23 15:01:36 2011 +0000
@@ -97,7 +97,8 @@
    <h2>Introduction</h2>
    <p>
     This primer document provides an accessible introduction to the PROV Data Model
-    (PROV-DM) standard for representing provenance on the Web.  Provenance describes
+    (PROV-DM) standard for representing provenance on the Web, and its representation
+    in the PROV Ontology (PROV-O).  Provenance describes
     the origins of things, so PROV-DM data consists of assertions about the past.
    </p>
 
@@ -177,7 +178,7 @@
      the dataset that was used to create that graph, or the author of the document.
     </p>
     <p>
-     Entities are described and identified by their properties, may be more
+     Entities are described and identified by their attributes, may be more
      or less specific, and may be described from different perspectives.  For example,
      document D, the second version of document D, and document D as stored on my file system,
      are three distinct entities for which we may describe the provenance. They
@@ -853,9 +854,9 @@
    <section>
     <h3>Activities</h3>
     <pre class="example asn">
-     processExecution(ex1:compiled,compilation_step).
-     processExecution(ex1:aggregated).
-     processExecution(ex1:illustrated).
+     activity(ex1:compiled,compilation_step).
+     activity(ex1:aggregated).
+     activity(ex1:illustrated).
     </pre>
     <p>
      In the first assertion above, 'compilation_step' is an optional reference to the 'recipe' that describes