--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl Thu May 03 10:50:36 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl Thu May 03 13:13:16 2012 -0400
@@ -34,7 +34,7 @@
ex:post9821
a prov:Entity, sioc:Post;
prov:wasGeneratedBy ex:publicationActivity1123;
- prov:atLocation ex:more-crime-happens-in-cities; ## PERMALINK of the post
+ prov:atLocation ex:more-crime-happens-in-cities; ## PERMALINK to the (latest revision of the) post
ex:snapshotContent ex:postContent0; ## Snapshot with the content of this version
prov:qualifiedGeneration [
a prov:Generation;
@@ -51,7 +51,7 @@
ex:post9821v1
a prov:Entity, sioc:Post;
- prov:atLocation ex:more-crime-happens-in-cities; ## PERMALINK of the post
+ prov:atLocation ex:more-crime-happens-in-cities; ## PERMALINK to the (latest revision of the) post
ex:snapshotContent ex:postContent1; ## Snapshot with the content of this version
prov:wasRevisionOf ex:post9821;
prov:specializationOf ex:post9821;
@@ -62,7 +62,7 @@
ex:post9821v2
a prov:Entity, sioc:Post;
- prov:atLocation ex:more-crime-happens-in-cities-for-dummies; ## PERMALINK of the post
+ prov:atLocation ex:more-crime-happens-in-cities-for-dummies; ## PERMALINK to the (latest revision of the) post
ex:snapshotContent ex:postContent2; ## Snapshot with the content of this version
prov:alternateOf ex:post9821v1;
prov:specializationOf ex:post9821;
--- a/ontology/prov-o-html-sections/description-collections.inc.html Thu May 03 10:50:36 2012 -0400
+++ b/ontology/prov-o-html-sections/description-collections.inc.html Thu May 03 13:13:16 2012 -0400
@@ -37,7 +37,7 @@
that a given dictionary was obtained from an existing dictionary by
<em>removing</em> a set of key-value pairs. The example below specifies that
the dictionary <code>:c1</code> was obtained from the empty dictionary
-<code>:c1</code> by <em>inserting</em> the key-value pairs <code>("k1",
+<code>:c</code> by <em>inserting</em> the key-value pairs <code>("k1",
:e1)</code> and <code>("k2", :e2)</code>.
</p>