staging provo for w3c publishing
authorTim L <lebot@rpi.edu>
Fri, 01 Jun 2012 23:42:57 -0400
changeset 3160 d53b5b7c1a32
parent 3159 1ac4878e8133
child 3161 fd6bb32b2198
staging provo for w3c publishing
ontology/Overview.html
ontology/inverses.ttl
--- a/ontology/Overview.html	Fri Jun 01 23:01:06 2012 -0400
+++ b/ontology/Overview.html	Fri Jun 01 23:42:57 2012 -0400
@@ -596,7 +596,7 @@
       a.qname {
          font-family: monospace;
       }
-      strong {
+      strong.crossreference {
          padding-right: 15px;
       }
      </style>
@@ -1251,8 +1251,12 @@
          <p>The PROV Ontology (PROV-O) expresses the PROV Data Model using the OWL2 Web Ontology Language (OWL2). It provides a set of classes, properties, and restrictions that can be used to represent and interchange provenance information generated in different systems and under different contexts. It can also be specialized to create new classes and properties to model provenance information specific to different domain applications.
         </p>
 
-        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="https://dvcs.w3.org/hg/prov/raw-file/cf7deb6c5f3e/ontology/ProvenanceOntology.owl">here</a>.
+        <p style="text-align: center;">The namespace for all PROV-O terms is <span class="repeated">http://www.w3.org/ns/prov#</span>.
         </p>
+
+        <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="prov.owl">here</a>.
+        </p>
+
     </div><div class="introductory section" id="sotd"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
       <h4 id="prov-family-of-specifications">PROV Family of Specifications</h4>
       This document is part of the PROV family of specifications, a set of specifications defining various aspects that are necessary to achieve the vision of inter-operable
@@ -1833,18 +1837,18 @@
             <div class="figcaption"><a href="#expanded-terms-figure">Figure 2</a>. The expanded terms build upon those in the Starting Points section.</div>
       </div>
 
-      <p>Three popular subclasses of Agent are provided: <a class="qname" href="#Person">prov:Person</a>, <a class="qname" href="#Organization">prov:Organization</a>, and <a class="qname" href="#SoftwareAgent">prov:SoftwareAgent</a>. These classes are not disjoint and may overlap. Further, Agents may be Entities, in cases where one wishes to describe the provenance of Agents.
+      <p>Three common subclasses of Agent are provided: <a class="qname" href="#Person">prov:Person</a>, <a class="qname" href="#Organization">prov:Organization</a>, and <a class="qname" href="#SoftwareAgent">prov:SoftwareAgent</a>. These classes are not disjoint and may overlap. Further, Agents may be Entities, in cases where one wishes to describe the provenance of Agents.
       </p>
  
       <p>
-      Similarly to how Activities have start and end times, Entities may be bound by points in time for which it was generated or is no longer usable (described by properties <a class="qname" href="#generatedAtTime">prov:generatedAtTime</a> and <a class="qname" href="#invalidatedAtTime">prov:invalidatedAtTime</a>, respectively). For example, a painting could not have been displayed before it was painted, and it cannot be sold after it is destroyed by fire. The property <a class="qname" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> may be used to cite the Activity that invalidated any further uses of an Entity.
+      Similarly to how Activities have start and end times, an Entity may be bound by points in time for which it was generated or is no longer usable (described by properties <a class="qname" href="#generatedAtTime">prov:generatedAtTime</a> and <a class="qname" href="#invalidatedAtTime">prov:invalidatedAtTime</a>, respectively). For example, a painting could not have been displayed before it was painted, and it cannot be sold after it is destroyed by fire. The property <a class="qname" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a> may be used to cite the Activity that invalidated any further uses of an Entity.
       </p>
 
       <p>
       Three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are provided: <a class="qname" href="#wasQuotedFrom">prov:wasQuotedFrom</a>, <a class="qname" href="#wasRevisionOf">prov:wasRevisionOf</a>, and <a class="qname" href="#hadOriginalSource">prov:hadOriginalSource</a>. <span class="repeated">prov:wasQuotedFrom</span> cites a potentially larger Entity (such as a Book, or Blog) from which a quote was taken, <span class="repeated">prov:wasRevisionOf</span> cites an older version of a revised Entity, and <span class="repeated">prov:hadOriginalSource</span> cites the Entity that is closest to the person, information, period, or idea being studied (such as a news article that &quot;broke the story&quot;). The property <a class="qname" href="#tracedTo">prov:tracedTo</a> is a superproperty of all four of these properties, and is transitive.
       </p>
 
-      <p> <a class="qname" href="#specializationOf">prov:specializationOf</a> and <a class="qname" href="#alternateOf">prov:alternateOf</a> relate Entities that exist at different levels of specificity. While <span class="repeated">prov:specializationOf</span> links a more specific Entity to a more general one (e.g., today's BBC news home page versus BBC's news home page on any day), <span class="repeated">prov:alternateOf</span> links Entities that present aspects of the same thing, but not necessarily the same aspects or at the same time.
+      <p> <a class="qname" href="#specializationOf">prov:specializationOf</a> and <a class="qname" href="#alternateOf">prov:alternateOf</a> relate Entities that exist at different levels of specificity. While <span class="repeated">prov:specializationOf</span> links a more specific Entity to a more general one (e.g., today's BBC news home page versus BBC's news home page on any day), <span class="repeated">prov:alternateOf</span> links Entities that present aspects of the same thing, but not necessarily the same aspects or at the same time (e.g., the serialization of a document in different formats).
       </p>
 
       <p>
@@ -1877,20 +1881,20 @@
    ex:bundlePost a prov:Bundle .
 
    ex:derek
-      a prov:Agent, foaf:Person;
+      a prov:Person, prov:Agent, foaf:Person; ## Typically prov:Agent will be inferred from prov:Person
       foaf:givenName      &quot;Derek&quot;^^xsd:string;
       foaf:mbox           &lt;mailto:dererk@example.org&gt;;
       prov:actedOnBehalfOf ex:chartgen;
    .
 
    ex:monica
-      a prov:Agent, foaf:Person;
+      a prov:Person, prov:Agent, foaf:Person;
       foaf:givenName &quot;Monica&quot;^^xsd:string;
       foaf:mbox      &lt;mailto:monica@example.org&gt;
    .
 
    ex:chartgen 
-      a prov:Agent, prov:Organization;
+      a prov:Organization, prov:Agent;       ##Typically prov:Organization will be inferred from prov:Person
       foaf:name &quot;Chart Generators, Inc.&quot;;
    . 
 
@@ -1898,6 +1902,12 @@
       a prov:Entity;
       prov:atLocation &lt;file://Users/aggr.txt&gt;;
    .
+   
+   ex:more-crime-happens-in-cities
+     a prov:Location, sioc:Post, prov:Entity;
+     sioc:latest_version ex:post9821v1;
+     sioc:previous_version ex:post9821;
+   .
 
    ex:post9821 
       a prov:Entity, sioc:Post;   
@@ -1906,7 +1916,8 @@
       ex:snapshotContent  ex:postContent0;                  ## Snapshot with the content of this version
       sioc:title &quot;More crime happens in cities&quot;^^xsd:string;
       prov:hadOriginalSource ex:aggregatedByRegions;
-      prov:wasAttributedTo   ex:derek
+      prov:wasAttributedTo   ex:derek;
+     prov:generatedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
    .
 
    ## Version 2 of the post
@@ -2019,37 +2030,27 @@
          Agent <code>ex:John</code> also names the URI of the original source (<code>ex:aggregatedByRegions</code>). All the provenance statements related to his post
          are grouped in a new <span class="repeated">prov:Bundle</span> (<code>ex:bundlePost2</code>).
          
-         Finally, a web crawler (<code>ex:boogleParser</code>) parses the second post. The crawler acts in behalf of Boogle, an organization that want to index the posts. It also adds an 
-         annotation on the second bundle (<code>ex:bundlePost2</code>), stating at which date the parsing was made.
+         Unfortunately, there is a problem in the servers where <code>:post19201</code> is being stored, and all the data related to the post is lost. Thus, the system
+         invalidates the entity automatically and notifies John about the error.
          </p>        
          
          <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-3">
-            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt3.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix ex:   &lt;http://example.org#&gt; .
-
-ex:noteMadeByParser {
-
-   ex:noteMadeByParser 
-      a prov:Note;
-      prov:wasAttributedTo ex:boogleParser;
-   .
-   
-   ex:boogleParser 
-      a prov:SoftwareAgent;
-      prov:actedOnBehalfOf ex:boogle;
-   .
-
-   ex:boogle
-      a prov:Organization;
-   .
-   
-   ex:bundlePost2 
-      ex:parsedDate &quot;2011-08-16T00:00:02Z&quot;^^xsd:dateTime;
-   .
-}</pre>
+@prefix :   &lt;http://example.org#&gt; .
+
+:post19201
+      a prov:Entity, sioc:Post;
+     prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;;
+     prov:wasInvalidatedBy :hard_disk_failure;
+.
+
+:hard_disk_failure
+     a prov:Activity;
+     prov:wasEndedAt &quot;2012-09-02T01:31:00Z&quot;;
+.</pre>
          </div>
      </div>
 
@@ -2061,7 +2062,7 @@
        <p>The classes and properties in the Qualified terms category are for
 users who wish to provide additional details about the relationships between
 entities, activities, and agents.  The terms in this category are the result of
-applying the <strong>Qualification Pattern</strong> to the simple (unqualified)
+applying the <strong>Qualification Pattern</strong> [<cite><a class="bibref" rel="biblioentry" href="#bib-LD-Patterns-QR">LD-Patterns-QR</a></cite>] to the simple (unqualified)
 relations available in the <a href="#prov-starting-point-owl-terms-at-a-glance">Starting
 Point</a> and <a href="#prov-expanded-owl-terms-at-a-glance">Expanded</a>
 categories.  The Qualification Pattern consists of restating the unqualified
@@ -2544,13 +2545,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Activity</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Activity</p>
     <div class="definition"><p>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Activity">
       <span resource="http://www.w3.org/ns/prov#Activity" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Activity.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2580,23 +2581,23 @@
         , <a href="#endedAtTime" title="http://www.w3.org/ns/prov#endedAtTime">prov:endedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
         , <a href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedUsage" title="http://www.w3.org/ns/prov#qualifiedUsage">prov:qualifiedUsage</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#startedAtTime" title="http://www.w3.org/ns/prov#startedAtTime">prov:startedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
         , <a href="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>in range of</dt>
       <dd>
+        <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a> <sup title="object property" class="type-op">op</sup>
       </dd>
     </dl>
@@ -2609,13 +2610,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Agent</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Agent</p>
     <div class="definition"><p>An agent is something that bears some form of responsibility for an activity taking place or for the existence of an entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Agent">
       <span resource="http://www.w3.org/ns/prov#Agent" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Agent.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2673,13 +2674,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Entity</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Entity</p>
     <div class="definition"><p>An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Entity">
       <span resource="http://www.w3.org/ns/prov#Entity" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Entity.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2705,50 +2706,50 @@
       <dt></dt>
       <dd>
         <a href="#invalidatedAtTime" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
-        , <a href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#tracedTo" title="http://www.w3.org/ns/prov#tracedTo">prov:tracedTo</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedTrace" title="http://www.w3.org/ns/prov#qualifiedTrace">prov:qualifiedTrace</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#generatedAtTime" title="http://www.w3.org/ns/prov#generatedAtTime">prov:generatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
         , <a href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#value" title="http://www.w3.org/ns/prov#value">prov:value</a> <sup title="data property" class="type-dp">dp</sup>
         , <a href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#qualifiedAttribution" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#hadOriginalSource" title="http://www.w3.org/ns/prov#hadOriginalSource">prov:hadOriginalSource</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>in range of</dt>
       <dd>
-        <a href="#tracedTo" title="http://www.w3.org/ns/prov#tracedTo">prov:tracedTo</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#hadOriginalSource" title="http://www.w3.org/ns/prov#hadOriginalSource">prov:hadOriginalSource</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#pairValue" title="http://www.w3.org/ns/prov#pairValue">prov:pairValue</a> <sup title="object property" class="type-op">op</sup>
         <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a> <sup title="object property" class="type-op">op</sup>
         <a href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#tracedTo" title="http://www.w3.org/ns/prov#tracedTo">prov:tracedTo</a> <sup title="object property" class="type-op">op</sup>
         <a href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
         <a href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#hadOriginalSource" title="http://www.w3.org/ns/prov#hadOriginalSource">prov:hadOriginalSource</a> <sup title="object property" class="type-op">op</sup>
         <a href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a class="owlclass" href="#Bundle" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</a>
+        , <a class="owlclass" href="#Plan" title="http://www.w3.org/ns/prov#Plan">prov:Plan</a>
         , <a class="owlclass" href="#Dictionary" title="http://www.w3.org/ns/prov#Dictionary">prov:Dictionary</a>
-        , <a class="owlclass" href="#Plan" title="http://www.w3.org/ns/prov#Plan">prov:Plan</a>
       </dd>
     </dl>
   </div>
@@ -2761,13 +2762,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#actedOnBehalfOf</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#actedOnBehalfOf</p>
     <div class="definition"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-actedOnBehalfOf">
       <span resource="http://www.w3.org/ns/prov#actedOnBehalfOf" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_actedOnBehalfOf.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2844,13 +2845,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#endedAtTime</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#endedAtTime</p>
     <div class="definition"><p>An activity end event is the instantaneous event that marks the instant an activity ends.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-endedAtTime">
       <span resource="http://www.w3.org/ns/prov#endedAtTime" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_endedAtTime.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2870,7 +2871,7 @@
     <div class="description">
       <div class="comment"><p>The time at which an activity ended. See also prov:startedAtTime.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -2914,13 +2915,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#startedAtTime</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#startedAtTime</p>
     <div class="definition"><p>An activity start event is the instantaneous event that marks the instant an activity starts.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-startedAtTime">
       <span resource="http://www.w3.org/ns/prov#startedAtTime" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_startedAtTime.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -2940,7 +2941,7 @@
     <div class="description">
       <div class="comment"><p>The time at which an activity started. See also prov:endedAtTime.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -2984,13 +2985,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#used</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#used</p>
     <div class="definition"><p>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-used">
       <span resource="http://www.w3.org/ns/prov#used" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_used.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3014,7 +3015,7 @@
     <div class="description">
       <div class="comment"><p>A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -3067,13 +3068,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasAssociatedWith</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasAssociatedWith</p>
     <div class="definition"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasAssociatedWith">
       <span resource="http://www.w3.org/ns/prov#wasAssociatedWith" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAssociatedWith.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3144,13 +3145,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasAttributedTo</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasAttributedTo</p>
     <div class="definition"><p>An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasAttributedTo">
       <span resource="http://www.w3.org/ns/prov#wasAttributedTo" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasAttributedTo.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3219,13 +3220,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasDerivedFrom</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasDerivedFrom</p>
     <div class="definition"><p>An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasDerivedFrom">
       <span resource="http://www.w3.org/ns/prov#wasDerivedFrom" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasDerivedFrom.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3239,7 +3240,7 @@
     <div class="description">
       <div class="comment"><p>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -3273,7 +3274,7 @@
         <dd>
           <ul>
             <li>
-              <a class="owlclass" href="#hadOriginalSource" title="http://www.w3.org/ns/prov#hadOriginalSource">prov:hadOriginalSource</a>
+              <a class="owlclass" href="#derivedByInsertionFrom" title="http://www.w3.org/ns/prov#derivedByInsertionFrom">prov:derivedByInsertionFrom</a>
             </li>
             <li>
               <a class="owlclass" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a>
@@ -3285,7 +3286,7 @@
               <a class="owlclass" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a>
             </li>
             <li>
-              <a class="owlclass" href="#derivedByInsertionFrom" title="http://www.w3.org/ns/prov#derivedByInsertionFrom">prov:derivedByInsertionFrom</a>
+              <a class="owlclass" href="#hadOriginalSource" title="http://www.w3.org/ns/prov#hadOriginalSource">prov:hadOriginalSource</a>
             </li>
           </ul>
         </dd>
@@ -3313,13 +3314,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasGeneratedBy</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasGeneratedBy</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasGeneratedBy">
       <span resource="http://www.w3.org/ns/prov#wasGeneratedBy" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasGeneratedBy.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3338,7 +3339,7 @@
     <div class="description">
       <div class="comment"><p>wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -3391,13 +3392,13 @@
          back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasInformedBy</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInformedBy</p>
     <div class="definition"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasInformedBy">
       <span resource="http://www.w3.org/ns/prov#wasInformedBy" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInformedBy.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3545,13 +3546,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Bundle</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Bundle</p>
     <div class="definition"><p>An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Bundle">
       <span resource="http://www.w3.org/ns/prov#Bundle" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Bundle.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3592,13 +3593,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Location</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Location</p>
     <div class="definition"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Location">
       <span resource="http://www.w3.org/ns/prov#Location" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Location.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3644,13 +3645,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Organization</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Organization</p>
     <div class="definition"><p>Agents of type Organization are social institutions such as companies, societies etc.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Organization">
       <span resource="http://www.w3.org/ns/prov#Organization" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Organization.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3688,13 +3689,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Person</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Person</p>
     <div class="definition"><p>Agents of type Person are people.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Person">
       <span resource="http://www.w3.org/ns/prov#Person" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Person.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3732,13 +3733,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#SoftwareAgent</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#SoftwareAgent</p>
     <div class="definition"><p>A software agent is running software.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-SoftwareAgent">
       <span resource="http://www.w3.org/ns/prov#SoftwareAgent" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_SoftwareAgent.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3778,13 +3779,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#alternateOf</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#alternateOf</p>
     <div class="definition"><p>A software agent is running software.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-alternateOf">
       <span resource="http://www.w3.org/ns/prov#alternateOf" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_alternateOf.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3858,13 +3859,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#atLocation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#atLocation</p>
     <div class="definition"><p>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-atLocation">
       <span resource="http://www.w3.org/ns/prov#atLocation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atLocation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3895,7 +3896,7 @@
     <div class="description">
       <div class="comment"><p>The Location of any resource.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
       <dl>
 
         <dt>has range</dt>
@@ -3918,13 +3919,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#generated</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generated</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-generated">
       <span resource="http://www.w3.org/ns/prov#generated" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_generated.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -3992,13 +3993,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#generatedAtTime</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generatedAtTime</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-generatedAtTime">
       <span resource="http://www.w3.org/ns/prov#generatedAtTime" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_generatedAtTime.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4020,7 +4021,7 @@
     <div class="description">
       <div class="comment"><p>The time at which an entity was completely created.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -4064,36 +4065,40 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadOriginalSource</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadOriginalSource</p>
     <div class="definition"><p>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadOriginalSource">
       <span resource="http://www.w3.org/ns/prov#hadOriginalSource" rel="dcterms:subject"></span>
-      <strong>Example</strong>
-      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadOriginalSource.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
-@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
-@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix lang: &lt;http://lexvo.org/id/iso639-3/&gt; .
-@prefix frbr: &lt;http://purl.org/vocab/frbr/core#&gt; .
-@prefix :     &lt;http://example.com/&gt; .
+      <strong class="crossreference">Example</strong>
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadOriginalSource.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix foaf:    &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix lang:    &lt;http://lexvo.org/id/iso639-3/&gt; .
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix frbr:    &lt;http://purl.org/vocab/frbr/core#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
 
 ## Having an original source is a particular case of derivation.
 
-&lt;http://www.gutenberg.org/ebooks/996&gt; dcterms:title &quot;Don Quixote&quot; ;
-    rdf:type   prov:Entity, frbr:Work ;
-    prov:wasAttributedTo :ormsby ;
-    dcterms:language lang:eng ;
-    prov:hadOriginalSource &lt;http://cultura.linkeddata.es/BNE/resource/C1001/XX2197892&gt; .
+&lt;http://www.gutenberg.org/ebooks/996&gt;
+   a prov:Entity, frbr:Work;
+   dcterms:title          &quot;Don Quixote&quot;;
+   prov:wasAttributedTo   :ormsby;
+   dcterms:language       lang:eng;
+   prov:hadOriginalSource &lt;http://cultura.linkeddata.es/BNE/resource/C1001/XX2197892&gt;;
+.
 
 #### The English version book is a translation that is based on the original Spanish book
 
-&lt;http://cultura.linkeddata.es/BNE/resource/C1001/XX2197892&gt; ;
-    rdf:type    prov:Entity, frbr:Work ;
-    prov:wasAttributedTo :cervantes ;
-    dcterms:language lang:spa .
+&lt;http://cultura.linkeddata.es/BNE/resource/C1001/XX2197892&gt;;
+    a prov:Entity, frbr:Work;
+    prov:wasAttributedTo :cervantes;
+    dcterms:language     lang:spa;
+.
 
 :cervantes
    a prov:Person;
@@ -4103,7 +4108,7 @@
 :ormsby
    a prov:Person;
    foaf:name &quot;John Ormsby&quot;;
-. 
+.
 </pre>
     </div>
 
@@ -4162,13 +4167,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#invalidatedAtTime</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#invalidatedAtTime</p>
     <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-invalidatedAtTime">
       <span resource="http://www.w3.org/ns/prov#invalidatedAtTime" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidatedAtTime.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4187,7 +4192,7 @@
     <div class="description">
       <div class="comment"><p>The time at which an entity began to be invalidated (i.e., no longer usable).</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -4231,13 +4236,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#specializationOf</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#specializationOf</p>
     <div class="definition"><p>A software agent is running software.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-specializationOf">
       <span resource="http://www.w3.org/ns/prov#specializationOf" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_specializationOf.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4311,18 +4316,18 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#tracedTo</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#tracedTo</p>
     <div class="definition"><p>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-tracedTo">
       <span resource="http://www.w3.org/ns/prov#tracedTo" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_tracedTo.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix dcterms: &lt;http://purl.org/dc/elements/1.1/&gt;.
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
 @prefix :        &lt;http://example.com/&gt; .
 
 # An up-to-date web page listing the presidents of the United States
@@ -4343,7 +4348,7 @@
     <div class="description">
       <div class="comment"><p>An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Transitive_Object_Properties">Transitive</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Transitive_Object_Properties">Transitive</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -4408,13 +4413,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#value</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#value</p>
     <div class="definition"><p>The main value (if there is one) of a structured value.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-value">
       <span resource="http://www.w3.org/ns/prov#value" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_value.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4460,13 +4465,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasEndedBy</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasEndedBy</p>
     <div class="definition"><p>An activity end event is the instantaneous event that marks the instant an activity ends.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasEndedBy">
       <span resource="http://www.w3.org/ns/prov#wasEndedBy" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasEndedBy.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4544,13 +4549,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasInvalidatedBy</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInvalidatedBy</p>
     <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasInvalidatedBy">
       <span resource="http://www.w3.org/ns/prov#wasInvalidatedBy" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4632,13 +4637,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasQuotedFrom</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasQuotedFrom</p>
     <div class="definition"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasQuotedFrom">
       <span resource="http://www.w3.org/ns/prov#wasQuotedFrom" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasQuotedFrom.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4721,13 +4726,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasRevisionOf</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasRevisionOf</p>
     <div class="definition"><p>A revision is a derivation that revises an entity into a revised version.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasRevisionOf">
       <span resource="http://www.w3.org/ns/prov#wasRevisionOf" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasRevisionOf.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -4798,13 +4803,13 @@
          back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#wasStartedBy</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasStartedBy</p>
     <div class="definition"><p>An activity start event is the instantaneous event that marks the instant an activity starts.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-wasStartedBy">
       <span resource="http://www.w3.org/ns/prov#wasStartedBy" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasStartedBy.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5035,11 +5040,11 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#ActivityInvolvement</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#ActivityInvolvement</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-ActivityInvolvement">
       <span resource="http://www.w3.org/ns/prov#ActivityInvolvement" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_ActivityInvolvement.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5092,11 +5097,11 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#AgentInvolvement</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#AgentInvolvement</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-AgentInvolvement">
       <span resource="http://www.w3.org/ns/prov#AgentInvolvement" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_AgentInvolvement.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5149,13 +5154,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Association</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Association</p>
     <div class="definition"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Association">
       <span resource="http://www.w3.org/ns/prov#Association" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Association.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5231,13 +5236,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Attribution</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Attribution</p>
     <div class="definition"><p>Attribution is the ascribing of an entity to an agent.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Attribution">
       <span resource="http://www.w3.org/ns/prov#Attribution" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Attribution.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5305,13 +5310,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Communication</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Communication</p>
     <div class="definition"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Communication">
       <span resource="http://www.w3.org/ns/prov#Communication" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Communication.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5374,13 +5379,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Delegation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Delegation</p>
     <div class="definition"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Delegation">
       <span resource="http://www.w3.org/ns/prov#Delegation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Delegation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5440,13 +5445,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Derivation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Derivation</p>
     <div class="definition"><p>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Derivation">
       <span resource="http://www.w3.org/ns/prov#Derivation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Derivation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5534,13 +5539,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#End</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#End</p>
     <div class="definition"><p>An activity end event is the instantaneous event that marks the instant an activity ends.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-End">
       <span resource="http://www.w3.org/ns/prov#End" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_End.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5601,22 +5606,23 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#EntityInvolvement</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#EntityInvolvement</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-EntityInvolvement">
       <span resource="http://www.w3.org/ns/prov#EntityInvolvement" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EntityInvolvement.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-# EntityInvolvement is an 'abstract' subclass of Involvement 
-# that references an entity (e.g. Usage, Derivation, Source).
-
-# It is not recommended that the type EntityInvolvement be directly declared,
-# use a specialization of EntityInvolvement instead.
+# EntityInvolvement is intended to be an 'abstract' subclass of Involvement 
+# for Involvements that reference an entity. It is a superclass for concrete Involvements 
+# (e.g. Usage, Derivation, Source) 
+
+# It is not recommended that the type EntityInvolvement be used without also declaring
+# one of its concrete subclasses.
 
 # By definition, all instances of prov:Usage are also instances of prov:EntityInvolvement.
 
@@ -5668,13 +5674,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Generation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Generation</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Generation">
       <span resource="http://www.w3.org/ns/prov#Generation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Generation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5684,12 +5690,14 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment &quot;The BBC news home page on 2012-04-03 contained a reference to a given news item, but the BBC news home page on the next day did not.&quot;;
-   prov:wasGeneratedBy :publishingActivity.
+   rdfs:comment &quot;&quot;&quot;The BBC news home page on 2012-04-03 contained a reference 
+                   to a given news item, but the BBC news home page on the next day did not.&quot;&quot;&quot;;
+
+   prov:wasGeneratedBy :publishingActivity;
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
       prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
-     prov:activity :publishingActivity.
+      prov:activity :publishingActivity;
    ];
    prov:qualifiedInvalidation [
       a prov:Invalidation, prov:InstantaneousEvent;
@@ -5740,13 +5748,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#InstantaneousEvent</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#InstantaneousEvent</p>
     <div class="definition"><p>An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-InstantaneousEvent">
       <span resource="http://www.w3.org/ns/prov#InstantaneousEvent" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_InstantaneousEvent.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5756,7 +5764,8 @@
 
 :bbcNews2012-04-03 
    a prov:Entity, :DailyNews;
-   rdfs:comment &quot;The BBC news home page on 2012-04-03 contained a reference to a given news item, but the BBC news home page on the next day did not.&quot;;
+   rdfs:comment &quot;&quot;&quot;The BBC news home page on 2012-04-03 contained a reference 
+                 to a given news item, but the BBC news home page on the next day did not.&quot;&quot;&quot;;
 
    prov:qualifiedGeneration [
       a prov:Generation, prov:InstantaneousEvent;
@@ -5784,11 +5793,11 @@
 
       <dt>has subclasses</dt>
       <dd>
-        <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+        <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+        , <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+        , <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+        , <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
         , <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
-        , <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
-        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
-        , <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
       </dd>
     </dl>
   </div>
@@ -5800,13 +5809,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Invalidation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Invalidation</p>
     <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Invalidation">
       <span resource="http://www.w3.org/ns/prov#Invalidation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5825,11 +5834,11 @@
       a prov:Invalidation;
       prov:activity    :swissair_Flight_111_crash;
       prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
-      prov:atLocation  &lt;http://toolserver.org/~geohack/geohack.php?pagename=Swissair_Flight_111&amp;params=44_24_33_N_63_58_25_W_region:CA-NS_type:landmark_scale:500000&gt;;
+      prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
    ];
 . 
 
-&lt;http://toolserver.org/~geohack/geohack.php?pagename=Swissair_Flight_111&amp;params=44_24_33_N_63_58_25_W_region:CA-NS_type:landmark_scale:500000&gt;
+&lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;
    a prov:Location;
    wgs:lat   44.409167;
    wgs:long -63.973611;
@@ -5878,11 +5887,11 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Involvement</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Involvement</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Involvement">
       <span resource="http://www.w3.org/ns/prov#Involvement" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Involvement.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -5918,17 +5927,17 @@
 
       <dt></dt>
       <dd>
-        <a href="#involvee" title="http://www.w3.org/ns/prov#involvee">prov:involvee</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
         , <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
-        , <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#involvee" title="http://www.w3.org/ns/prov#involvee">prov:involvee</a> <sup title="object property" class="type-op">op</sup>
       </dd>
 
       <dt>has subclasses</dt>
       <dd>
         <a class="owlclass" href="#AgentInvolvement" title="http://www.w3.org/ns/prov#AgentInvolvement">prov:AgentInvolvement</a>
+        , <a class="owlclass" href="#ActivityInvolvement" title="http://www.w3.org/ns/prov#ActivityInvolvement">prov:ActivityInvolvement</a>
+        , <a class="owlclass" href="#DictionaryInvolvement" title="http://www.w3.org/ns/prov#DictionaryInvolvement">prov:DictionaryInvolvement</a>
         , <a class="owlclass" href="#EntityInvolvement" title="http://www.w3.org/ns/prov#EntityInvolvement">prov:EntityInvolvement</a>
-        , <a class="owlclass" href="#DictionaryInvolvement" title="http://www.w3.org/ns/prov#DictionaryInvolvement">prov:DictionaryInvolvement</a>
-        , <a class="owlclass" href="#ActivityInvolvement" title="http://www.w3.org/ns/prov#ActivityInvolvement">prov:ActivityInvolvement</a>
       </dd>
 
       <dt>qualifies</dt>
@@ -5945,13 +5954,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Plan</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Plan</p>
     <div class="definition"><p>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Plan">
       <span resource="http://www.w3.org/ns/prov#Plan" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Plan.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6000,13 +6009,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Quotation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Quotation</p>
     <div class="definition"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Quotation">
       <span resource="http://www.w3.org/ns/prov#Quotation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Quotation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6065,13 +6074,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Revision</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Revision</p>
     <div class="definition"><p>A revision is a derivation that revises an entity into a revised version.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Revision">
       <span resource="http://www.w3.org/ns/prov#Revision" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Revision.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6135,13 +6144,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Role</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Role</p>
     <div class="definition"><p>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Role">
       <span resource="http://www.w3.org/ns/prov#Role" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Role.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6204,13 +6213,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Source</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Source</p>
     <div class="definition"><p>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Source">
       <span resource="http://www.w3.org/ns/prov#Source" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Source.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6223,7 +6232,9 @@
    prov:qualifiedSource [
       a prov:Source;
       prov:entity :donQuixote;
-      :confidenceValue &quot;6&quot;^^xsd:integer # I am not sure if &quot;myPost&quot; had as original source Don Quixote, so I assert a confidence value of 6 out of 10.
+      :confidenceValue &quot;6&quot;^^xsd:integer;
+      rdfs:comment &quot;&quot;&quot;Not sure if Don Quixote was the original source, 
+                      so asserting a confidence value of 6 out of 10.&quot;&quot;&quot;;
    ];
 .
 
@@ -6264,13 +6275,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Start</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Start</p>
     <div class="definition"><p>An activity start event is the instantaneous event that marks the instant an activity starts.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Start">
       <span resource="http://www.w3.org/ns/prov#Start" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Start.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6331,18 +6342,18 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Trace</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Trace</p>
     <div class="definition"><p>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Trace">
       <span resource="http://www.w3.org/ns/prov#Trace" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Trace.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
 @prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
-@prefix dcterms: &lt;http://purl.org/dc/elements/1.1/&gt;.
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
 @prefix :        &lt;http://example.com/&gt; .
 
 :newsArticle
@@ -6405,13 +6416,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Usage</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Usage</p>
     <div class="definition"><p>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Usage">
       <span resource="http://www.w3.org/ns/prov#Usage" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Usage.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6484,13 +6495,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#activity</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#activity</p>
     <div class="definition"><p>prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity. The property prov:activity is used to reference the object of the triple being described.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-activity">
       <span resource="http://www.w3.org/ns/prov#activity" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_activity.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6517,7 +6528,7 @@
     <div class="description">
       <div class="comment"><p>The property used by an prov:ActivityInvolvement to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -6558,13 +6569,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#agent</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#agent</p>
     <div class="definition"><p>prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent. The property prov:agent is used to reference the object of the triple being described.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-agent">
       <span resource="http://www.w3.org/ns/prov#agent" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_agent.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6606,7 +6617,7 @@
     <div class="description">
       <div class="comment"><p>The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -6647,13 +6658,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#atTime</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#atTime</p>
     <div class="definition"><p>An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-atTime">
       <span resource="http://www.w3.org/ns/prov#atTime" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_atTime.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6670,7 +6681,7 @@
     <div class="description">
       <div class="comment"><p>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. This property is predominantly used on Involvements such as Generation, Usage, and Invalidation.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -6707,13 +6718,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#entity</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#entity</p>
     <div class="definition"><p>prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity. The property prov:entity is used to reference the object of the triple being described.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-entity">
       <span resource="http://www.w3.org/ns/prov#entity" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_entity.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6737,7 +6748,7 @@
     <div class="description">
       <div class="comment"><p>The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. </p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has super-properties</dt>
@@ -6778,13 +6789,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadActivity</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadActivity</p>
     <div class="definition"><p>An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadActivity">
       <span resource="http://www.w3.org/ns/prov#hadActivity" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadActivity.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6804,13 +6815,16 @@
       prov:hadActivity :make_bar_chart; # references same activity as prov:wasGeneratedBy
    ];
 .
+
+:aggregatedByRegions a prov:Entity .
+:make_bar_chart      a prov:Activity .
 </pre>
     </div>
 
     <div class="description">
       <div class="comment"><p>The _optional_ Activity of an Involvement, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInvolvement (use prov:activity instead).</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -6847,13 +6861,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadGeneration</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadGeneration</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadGeneration">
       <span resource="http://www.w3.org/ns/prov#hadGeneration" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadGeneration.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6891,7 +6905,7 @@
     <div class="description">
       <div class="comment"><p>The _optional_ Generation involved in an Entity's Derivation.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -6923,13 +6937,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadPlan</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadPlan</p>
     <div class="definition"><p>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadPlan">
       <span resource="http://www.w3.org/ns/prov#hadPlan" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadPlan.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -6937,10 +6951,10 @@
 @prefix :     &lt;http://example.com/&gt; .
 
 :illustrating
-    a prov:Activity; 
-    prov:wasAssociatedWith :derek, 
-                           :steve;
-    prov:qualifiedAssociation :steve-checking-style-guide;
+   a prov:Activity; 
+   prov:wasAssociatedWith :derek, 
+                          :steve;
+   prov:qualifiedAssociation :steve-checking-style-guide;
 .
 
 :steve-checking-style-guide
@@ -6961,7 +6975,7 @@
     <div class="description">
       <div class="comment"><p>The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>,  <a href="http://www.w3.org/TR/owl2-syntax/#Asymmetric_Object_Properties">Asymmetric</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -6993,13 +7007,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadRole</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadRole</p>
     <div class="definition"><p>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadRole">
       <span resource="http://www.w3.org/ns/prov#hadRole" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadRole.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7035,7 +7049,7 @@
     <div class="description">
       <div class="comment"><p>The _optional_ Role that an Entity assumes in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Irreflexive_Object_Properties">Irreflexive</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7074,13 +7088,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#hadUsage</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadUsage</p>
     <div class="definition"><p>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-hadUsage">
       <span resource="http://www.w3.org/ns/prov#hadUsage" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadUsage.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7106,7 +7120,7 @@
     <div class="description">
       <div class="comment"><p>The _optional_ Usage involved in an Entity's Derivation.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7138,13 +7152,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#involved</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#involved</p>
     <div class="definition"><p>The broadest provenance relation between two resources, prov:involved is the superproperty of all unqualified binary relations among any two Activities, Entities, or Agents (or anything else). A more specific property should be favored of prov:involved.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-involved">
       <span resource="http://www.w3.org/ns/prov#involved" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_involved.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7178,7 +7192,7 @@
         <dd>
           <ul>
             <li>
-              <a class="owlclass" href="#tracedTo" title="http://www.w3.org/ns/prov#tracedTo">prov:tracedTo</a>
+              <a class="owlclass" href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a>
             </li>
             <li>
               <a class="owlclass" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a>
@@ -7187,10 +7201,10 @@
               <a class="owlclass" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a>
             </li>
             <li>
-              <a class="owlclass" href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a>
-            </li>
-            <li>
-              <a class="owlclass" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a>
+              <a class="owlclass" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#tracedTo" title="http://www.w3.org/ns/prov#tracedTo">prov:tracedTo</a>
             </li>
             <li>
               <a class="owlclass" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a>
@@ -7199,7 +7213,7 @@
               <a class="owlclass" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>
             </li>
             <li>
-              <a class="owlclass" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a>
+              <a class="owlclass" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a>
             </li>
             <li>
               <a class="owlclass" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a>
@@ -7221,13 +7235,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#involvee</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#involvee</p>
     <div class="definition"><p>The rdf:object of the (binary) prov:involved relation (triple) that this Involvement is qualifying (reifying) for further description (as an n-ary relation).</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-involvee">
       <span resource="http://www.w3.org/ns/prov#involvee" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_involvee.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7308,13 +7322,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedAssociation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedAssociation</p>
     <div class="definition"><p>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedAssociation">
       <span resource="http://www.w3.org/ns/prov#qualifiedAssociation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAssociation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7358,7 +7372,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7395,13 +7409,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedAttribution</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedAttribution</p>
     <div class="definition"><p>Attribution is the ascribing of an entity to an agent.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedAttribution">
       <span resource="http://www.w3.org/ns/prov#qualifiedAttribution" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedAttribution.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7435,7 +7449,7 @@
     <div class="description">
       <div class="comment"><p>If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7472,13 +7486,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedCommunication</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedCommunication</p>
     <div class="definition"><p>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedCommunication">
       <span resource="http://www.w3.org/ns/prov#qualifiedCommunication" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedCommunication.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7494,7 +7508,8 @@
       prov:activity :voicemail-interception;
       rdfs:comment &quot;&quot;&quot;The journalist was informed by the private 
                       investigator, but we don't know how or what he was told.&quot;&quot;&quot;@en;
-   ] .
+   ];
+.
 
 :voicemail-interception 
    a prov:Activity;
@@ -7509,7 +7524,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7550,13 +7565,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedDelegation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedDelegation</p>
     <div class="definition"><p>Delegation is the assignment of authority and responsibility to an agent (by itself or by another agent) to carry out a specific activity as a delegate or representative, while the agent it acts on behalf of retains some responsibility for the outcome of the delegated work. </p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedDelegation">
       <span resource="http://www.w3.org/ns/prov#qualifiedDelegation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDelegation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7606,7 +7621,7 @@
     <div class="description">
       <div class="comment"><p>If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7643,13 +7658,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedDerivation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedDerivation</p>
     <div class="definition"><p>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedDerivation">
       <span resource="http://www.w3.org/ns/prov#qualifiedDerivation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedDerivation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7670,7 +7685,7 @@
     <div class="description">
       <div class="comment"><p>If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7707,13 +7722,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedEnd</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedEnd</p>
     <div class="definition"><p>An activity end event is the instantaneous event that marks the instant an activity ends.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedEnd">
       <span resource="http://www.w3.org/ns/prov#qualifiedEnd" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedEnd.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7740,7 +7755,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7777,13 +7792,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedGeneration</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedGeneration</p>
     <div class="definition"><p>An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedGeneration">
       <span resource="http://www.w3.org/ns/prov#qualifiedGeneration" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedGeneration.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7807,7 +7822,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7844,13 +7859,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedInvalidation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedInvalidation</p>
     <div class="definition"><p>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedInvalidation">
       <span resource="http://www.w3.org/ns/prov#qualifiedInvalidation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInvalidation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7867,15 +7882,16 @@
       a prov:Invalidation;
       prov:activity    :swissair_Flight_111_crash;
       prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
-      prov:atLocation  &lt;http://toolserver.org/~geohack/geohack.php?pagename=Swissair_Flight_111&amp;params=44_24_33_N_63_58_25_W_region:CA-NS_type:landmark_scale:500000&gt;;
+      prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
    ];
-. </pre>
+. 
+</pre>
     </div>
 
     <div class="description">
       <div class="comment"><p>If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7912,13 +7928,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedQuotation</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedQuotation</p>
     <div class="definition"><p>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedQuotation">
       <span resource="http://www.w3.org/ns/prov#qualifiedQuotation" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedQuotation.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -7956,7 +7972,7 @@
     <div class="description">
       <div class="comment"><p>If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -7993,13 +8009,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedRevision</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedRevision</p>
     <div class="definition"><p>A revision is a derivation that revises an entity into a revised version.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedRevision">
       <span resource="http://www.w3.org/ns/prov#qualifiedRevision" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedRevision.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8024,7 +8040,7 @@
     <div class="description">
       <div class="comment"><p>If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was  revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -8061,13 +8077,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedSource</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedSource</p>
     <div class="definition"><p>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedSource">
       <span resource="http://www.w3.org/ns/prov#qualifiedSource" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedSource.ttl" rel="prov:wasQuotedFrom">@prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8094,7 +8110,7 @@
     <div class="description">
       <div class="comment"><p>If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -8131,13 +8147,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedStart</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedStart</p>
     <div class="definition"><p>An activity start event is the instantaneous event that marks the instant an activity starts.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedStart">
       <span resource="http://www.w3.org/ns/prov#qualifiedStart" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedStart.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8164,7 +8180,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -8201,13 +8217,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedTrace</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedTrace</p>
     <div class="definition"><p>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedTrace">
       <span resource="http://www.w3.org/ns/prov#qualifiedTrace" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedTrace.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8237,7 +8253,7 @@
     <div class="description">
       <div class="comment"><p>If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -8274,13 +8290,13 @@
          back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedUsage</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedUsage</p>
     <div class="definition"><p>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedUsage">
       <span resource="http://www.w3.org/ns/prov#qualifiedUsage" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedUsage.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8304,7 +8320,7 @@
     <div class="description">
       <div class="comment"><p>If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Inverse-Functional_Object_Properties">Inverse Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -8418,11 +8434,11 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#CompleteMembership</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#CompleteMembership</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-CompleteMembership">
       <span resource="http://www.w3.org/ns/prov#CompleteMembership" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_CompleteMembership.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8490,13 +8506,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Dictionary</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Dictionary</p>
     <div class="definition"><p>A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Dictionary">
       <span resource="http://www.w3.org/ns/prov#Dictionary" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Dictionary.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8554,11 +8570,11 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#DictionaryInvolvement</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#DictionaryInvolvement</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-DictionaryInvolvement">
       <span resource="http://www.w3.org/ns/prov#DictionaryInvolvement" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_DictionaryInvolvement.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8608,11 +8624,11 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#EmptyDictionary</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#EmptyDictionary</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-EmptyDictionary">
       <span resource="http://www.w3.org/ns/prov#EmptyDictionary" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyDictionary.ttl" rel="prov:wasQuotedFrom">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix :     &lt;http://example.org/&gt; .
@@ -8658,13 +8674,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Insertion</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Insertion</p>
     <div class="definition"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Insertion">
       <span resource="http://www.w3.org/ns/prov#Insertion" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Insertion.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8730,11 +8746,11 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#KeyValuePair</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#KeyValuePair</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-KeyValuePair">
       <span resource="http://www.w3.org/ns/prov#KeyValuePair" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_KeyValuePair.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8797,8 +8813,8 @@
 
       <dt>in range of</dt>
       <dd>
+        <a href="#inserted" title="http://www.w3.org/ns/prov#inserted">prov:inserted</a> <sup title="object property" class="type-op">op</sup>
         <a href="#member" title="http://www.w3.org/ns/prov#member">prov:member</a> <sup title="object property" class="type-op">op</sup>
-        <a href="#inserted" title="http://www.w3.org/ns/prov#inserted">prov:inserted</a> <sup title="object property" class="type-op">op</sup>
       </dd>
     </dl>
   </div>
@@ -8810,11 +8826,11 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Membership</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Membership</p>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Membership">
       <span resource="http://www.w3.org/ns/prov#Membership" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Membership.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8879,13 +8895,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections classes</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#Removal</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Removal</p>
     <div class="definition"><p>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-class-Removal">
       <span resource="http://www.w3.org/ns/prov#Removal" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Removal.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -8947,13 +8963,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#derivedByInsertionFrom</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#derivedByInsertionFrom</p>
     <div class="definition"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-derivedByInsertionFrom">
       <span resource="http://www.w3.org/ns/prov#derivedByInsertionFrom" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByInsertionFrom.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9039,13 +9055,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#derivedByRemovalFrom</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#derivedByRemovalFrom</p>
     <div class="definition"><p>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-derivedByRemovalFrom">
       <span resource="http://www.w3.org/ns/prov#derivedByRemovalFrom" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByRemovalFrom.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9122,13 +9138,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#dictionary</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#dictionary</p>
     <div class="definition"><p>prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary. The property prov:dictionary is used to reference the object of the triple being described.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-dictionary">
       <span resource="http://www.w3.org/ns/prov#dictionary" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_dictionary.ttl" rel="prov:wasQuotedFrom">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix :     &lt;http://example.org/&gt; .
@@ -9195,13 +9211,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#inserted</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#inserted</p>
     <div class="definition"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-inserted">
       <span resource="http://www.w3.org/ns/prov#inserted" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inserted.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9263,13 +9279,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#member</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#member</p>
     <div class="definition"><p>TODO Property needs a definition.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-member">
       <span resource="http://www.w3.org/ns/prov#member" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_member.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9333,13 +9349,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#membership</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#membership</p>
     <div class="definition"><p>TODO Property needs a definition.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-membership">
       <span resource="http://www.w3.org/ns/prov#membership" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_membership.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9401,13 +9417,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#pairKey</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#pairKey</p>
     <div class="definition"><p>TODO Property needs a definition.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-pairKey">
       <span resource="http://www.w3.org/ns/prov#pairKey" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairKey.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9421,7 +9437,7 @@
     <div class="description">
       <div class="comment"><p>The key of a KeyValuePair, which is an element of a prov:Dictionary. See also prov:pairValue.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -9453,13 +9469,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#pairValue</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#pairValue</p>
     <div class="definition"><p>TODO Property needs a definition.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-pairValue">
       <span resource="http://www.w3.org/ns/prov#pairValue" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairValue.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9473,7 +9489,7 @@
     <div class="description">
       <div class="comment"><p>The value of a KeyValuePair. See also prov:pairKey.</p>
       </div>
-      <p><strong>has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
+      <p><strong class="crossreference">has characteristics</strong> <a href="http://www.w3.org/TR/owl2-syntax/#Functional_Object_Properties"> Functional</a>      </p>
       <dl>
 
         <dt>has domain</dt>
@@ -9505,13 +9521,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedInsertion</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedInsertion</p>
     <div class="definition"><p>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedInsertion">
       <span resource="http://www.w3.org/ns/prov#qualifiedInsertion" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInsertion.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9597,13 +9613,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#qualifiedRemoval</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedRemoval</p>
     <div class="definition"><p>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedRemoval">
       <span resource="http://www.w3.org/ns/prov#qualifiedRemoval" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedRemoval.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9664,13 +9680,13 @@
          back to <a href="#prov-collections-owl-terms-at-a-glance">collections properties</a>
       </span>
     </h3>
-    <p><strong>IRI:</strong>http://www.w3.org/ns/prov#removedKey</p>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#removedKey</p>
     <div class="definition"><p>TODO Property needs a definition.</p>
     </div>
 
     <div class="example" typeof="prov:Entity" about="#example-for-property-removedKey">
       <span resource="http://www.w3.org/ns/prov#removedKey" rel="dcterms:subject"></span>
-      <strong>Example</strong>
+      <strong class="crossreference">Example</strong>
       <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_removedKey.ttl" rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 @prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
@@ -9764,220 +9780,400 @@
       
 <!-- OddPage -->
 <h2><span class="secno">B. </span>Names of inverse properties</h2>
-      <p>Defining them both may lead to split use, and both will need to be handled (doubling the effort). The opposite is true. Not defining them will make people that want them named to choose their own name. To balance these tradeoffs, we choose a preferred inverse and define it in PROV-O. The inverse is not defined, but if users wish to refer to it, they should use the following names.</p>
-      
-<!--  include "includes/inverse-names.html"  -->
-
-<table class="inverse-names">
+      <p>To maximize interoperability, PROV-O intentionally avoids defining too many properties' inverses. In fact, it only defines one (<a href="#generated" class="qname">prov:generated</a>). When all inverses are defined for all properties, modelers may choose from two logically equivalent properties when making each assertion. Although the two options may be logically equivalent, developers consuming the assertions must exert extra effort to handle both (either by adding an OWL reasoner, or writing code and queries to handle both cases). This extra effort must be avoided.
+      </p>
+
+     <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#inverse-names-example-1">
+        <p>For example, the first PROV-O statement (below) could just as easily be asserted as the second statement. 
+            But if a client queries using <a href="#wasDerivedFrom" class="qname">prov:wasDerivedFrom</a> when <span class="repeated">:hadDerivation</span> was used in the assertion, there will be no results unless OWL reasoning is applied (or the size of the query is doubled).
+        </p>
+        <pre class="example">&lt;http://www.w3.org/TR/prov-o/&gt;  prov:wasDerivedFrom &lt;http://www.w3.org/TR/prov-dm/&gt; .
+
+   # These two statements are equivalent if prov:wasDerivedFrom is an inverse of :hadDerivation.
+   # But extra effort is required to handle both cases (if one is not already using OWL reasoning).
+   # We cannot assume that everybody is using OWL reasoning.
+   # We do not want people to write more code and query than necessary.
+
+&lt;http://www.w3.org/TR/prov-dm/&gt;     :hadDerivation  &lt;http://www.w3.org/TR/prov-o/&gt;  .</pre>
+     </div>
+
+   <p>So, PROV-O avoids this situation by encouraging modelers to use one property instead of its inverse; the preferred property to use is the one defined in the PROV-O ontology. Those asserting and querying for the preferred property avoid the need for OWL reasoning, additional code, and larger queries while maintaining the same level of interoperability.
+   </p>
+
+   <p>However, the <strong>absence</strong> of defined inverses can lead to a <strong>different</strong> risk to interoperability. 
+      Because modelers are free to create their own properties to suit their needs, 
+      they may be motivated to assert the inverse of any PROV-O property defined herein.
+   </p>
+
+     <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#inverse-names-example-2">
+        <p>For example, since PROV-O does not define the inverse of <a href="#wasDerivedFrom" class="qname">prov:wasDerivedFrom</a>, 
+         and if three developers really want to model their assertions in the opposite direction, the following set of assertions might be found in the future web of provenance. 
+         These assertions are not in an interoperable form without the use of an OWL reasoner, additional code, or larger queries.
+        </p>
+        <pre class="example"># If PROV-O's properties' inverses are not defined, modelers are motivated to define their own inverse.
+# The following three statements are equivalent if their predicates are all inverses of prov:wasDerivedFrom.
+
+&lt;http://www.w3.org/TR/prov-dm/&gt;    my:hadDerivation  &lt;http://www.w3.org/TR/prov-o/&gt;  .
+&lt;http://www.w3.org/TR/prov-dm/&gt;  your:ledTo          &lt;http://www.w3.org/TR/prov-o/&gt;  .
+&lt;http://www.w3.org/TR/prov-dm/&gt; their:derivedTo      &lt;http://www.w3.org/TR/prov-o/&gt;  .</pre>
+     </div>
+
+   <p>To balance these two interoperability risks, this document provides recommendations for the local names of all PROV-O properties' inverses.
+      The local name is available as an annotation (<span class="repeated">http://www.w3.org/ns/prov#inverse</span>) on the preferred property that is defined in PROV-O.
+      Although PROV-O does not define the inverses, modelers wishing to use them may; and they should use the existing PROV-O namespace (<span class="repeated">http://www.w3.org/ns/prov#</span>).
+   </p>
+
+     <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#inverse-names-example-3">
+        <p>For example, the same three modelers above that defined <code>my:hadDerivation</code>, <code>your:ledTo</code>, and <code>their:derivedTo</code> should instead look for the <span class="repeated">http://www.w3.org/ns/prov#inverse</span> annotation on <a href="#wasDerivedFrom" class="qname">prov:wasDerivedFrom</a> to determine that they should use the property <span class="repeated">http://www.w3.org/ns/prov#hadDerivation</span>. 
+        </p>
+        <pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+
+# Each PROV-O property is annotated with the local name of its inverse.
+
+prov:wasDerivedFrom
+   a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty;
+   rdfs:isDefinedBy &lt;http://www.w3.org/ns/prov#&gt;;
+   prov:inverse     &quot;hadDerivation&quot;;
+   rdfs:domain  prov:Entity;
+   rdfs:range   prov:Entity;
+.
+
+# Instead of defining their own, modelers should use the
+# recommended inverse local name within the PROV namespace:
+
+&lt;http://www.w3.org/TR/prov-dm/&gt; prov:hadDerivation &lt;http://www.w3.org/TR/prov-o/&gt;  .
+
+# Following this recommendation avoids a proliferation of inverse definitions, 
+# while encouraging the use of one inverse over another.
+# This increases interoperability.</pre>
+     </div>
+
+      <p>The following table lists the recommended inverse names that should be used if a modeler does not want to use the recommended PROV-O property. 
+      For convenience, <a href="inverses.ttl">this file</a> lists the resulting inverse properties.
+      </p>
+
+<table about="#inverse-names-592b37e4-ac61-11e1-b149-b6e4fd0676c2"
+       xmlns:prov="http://www.w3.org/ns/prov#"
+       xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+       xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+       typeof="prov:Dictionary" class="inverse-names">
+  <span rel="prov:wasDerivedFrom" resource="http://www.w3.org/TR/prov-o/prov.owl"/>
+  <span rel="prov:wasTracedTo"    resource="http://www.w3.org/TR/rdfa-syntax/#rdfa-attributes"/>
+  <span rel="prov:wasTracedTo"    resource="http://data.semanticweb.org/person/alvaro-graves"/>
+  <span rel="prov:wasTracedTo"    resource="http://tw.rpi.edu/instances/TimLebo"/>
+  <span rel="prov:specializationOf" resource="#inverse-names"><span rel="rdf:type" resource="http://www.w3.org/ns/prov#Dictionary"/></span>
+  <span property="prov:generatedAtTime" content="2012-06-02T03:16:30.563734" datatype="xsd:dateTime"/>
   <caption>Names of inverses</caption>
   <tr>
     <th>PROV-O Property</th>
     <th>Recommended inverse name</th>
   </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadPlan" href="#hadPlan" class="owlproperty">prov:hadPlan</a></td>
-    <td>prov:wasPlanFor</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadUsage" href="#hadUsage" class="owlproperty">prov:hadUsage</a></td>
-    <td>prov:wasUsedInDerivation</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#involvee" href="#involvee" class="owlproperty">prov:involvee</a></td>
-    <td>prov:involvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlproperty">prov:wasAttributedTo</a></td>
-    <td>prov:contributed</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf" class="owlproperty">prov:wasRevisionOf</a></td>
-    <td>prov:hadRevision</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage" class="owlproperty">prov:qualifiedUsage</a></td>
-    <td>prov:consumingActivity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#atLocation" href="#atLocation" class="owlproperty">prov:atLocation</a></td>
-    <td>prov:locationOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlproperty">prov:qualifiedGeneration</a></td>
-    <td>prov:generatedEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
-    <td>prov:activityInvolvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
-    <td>prov:agentInvolvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom" class="owlproperty">prov:wasDerivedFrom</a></td>
-    <td>prov:hadDerivation</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlproperty">prov:qualifiedRevision</a></td>
-    <td>prov:revisedEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart" class="owlproperty">prov:qualifiedStart</a></td>
-    <td>prov:startedActivity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#member" href="#member" class="owlproperty">prov:member</a></td>
-    <td>prov:inMembership</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlproperty">prov:wasInvalidatedBy</a></td>
-    <td>prov:invalidated</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#tracedTo" href="#tracedTo" class="owlproperty">prov:tracedTo</a></td>
-    <td>prov:tracedFrom</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedRemoval" href="#qualifiedRemoval" class="owlproperty">prov:qualifiedRemoval</a></td>
-    <td>prov:removedFromDictionary</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadGeneration" href="#hadGeneration" class="owlproperty">prov:hadGeneration</a></td>
-    <td>prov:generatedAsDerivation</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlproperty">prov:wasStartedBy</a></td>
-    <td>prov:started</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlproperty">prov:qualifiedCommunication</a></td>
-    <td>prov:informedActivity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlproperty">prov:qualifiedDelegation</a></td>
-    <td>prov:responsibleAgent</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#specializationOf" href="#specializationOf" class="owlproperty">prov:specializationOf</a></td>
-    <td>prov:generalizationOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf" class="owlproperty">prov:alternateOf</a></td>
-    <td>prov:alternateOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
-    <td>prov:quotedByEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#generated" href="#generated" class="owlproperty">prov:generated</a></td>
-    <td>prov:wasGeneratedBy</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#derivedByInsertionFrom" href="#derivedByInsertionFrom" class="owlproperty">prov:derivedByInsertionFrom</a></td>
-    <td>prov:hadDerivationByInsertion</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom" class="owlproperty">prov:wasQuotedFrom</a></td>
-    <td>prov:wasQuotedBy</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#dictionary" href="#dictionary" class="owlproperty">prov:dictionary</a></td>
-    <td>prov:dictionaryInvolvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#pairValue" href="#pairValue" class="owlproperty">prov:pairValue</a></td>
-    <td>prov:valueOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity" class="owlproperty">prov:hadActivity</a></td>
-    <td>prov:wasActivityOfInvolvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#membership" href="#membership" class="owlproperty">prov:membership</a></td>
-    <td>prov:membershipOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlproperty">prov:wasInformedBy</a></td>
-    <td>prov:informed</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#derivedByRemovalFrom" href="#derivedByRemovalFrom" class="owlproperty">prov:derivedByRemovalFrom</a></td>
-    <td>prov:hadDerivationByRemoval</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlproperty">prov:actedOnBehalfOf</a></td>
-    <td>prov:responsibleFor</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadOriginalSource" href="#hadOriginalSource" class="owlproperty">prov:hadOriginalSource</a></td>
-    <td>prov:wasOriginalSourceOf</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlproperty">prov:wasEndedBy</a></td>
-    <td>prov:ended</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#involved" href="#involved" class="owlproperty">prov:involved</a></td>
-    <td>prov:wasInvolvedWith</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation" class="owlproperty">prov:qualifiedDerivation</a></td>
-    <td>prov:derivedEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedInsertion" href="#qualifiedInsertion" class="owlproperty">prov:qualifiedInsertion</a></td>
-    <td>prov:insertedToDictionary</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#inserted" href="#inserted" class="owlproperty">prov:inserted</a></td>
-    <td>prov:wasInsertedBy</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlproperty">prov:qualifiedAttribution</a></td>
-    <td>prov:attributedEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedTrace" href="#qualifiedTrace" class="owlproperty">prov:qualifiedTrace</a></td>
-    <td>prov:tracedEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole" class="owlproperty">prov:hadRole</a></td>
-    <td>prov:wasRoleIn</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlproperty">prov:wasAssociatedWith</a></td>
-    <td>prov:wasAssociateFor</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy" class="owlproperty">prov:wasGeneratedBy</a></td>
-    <td>prov:generated</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#used" href="#used" class="owlproperty">prov:used</a></td>
-    <td>prov:wasUsedBy</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedSource" href="#qualifiedSource" class="owlproperty">prov:qualifiedSource</a></td>
-    <td>prov:sourcingEntity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlproperty">prov:qualifiedEnd</a></td>
-    <td>prov:endedActivity</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#entity" href="#entity" class="owlproperty">prov:entity</a></td>
-    <td>prov:entityInvolvement</td>
-  </tr>
-  <tr>
-    <td><a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation" class="owlproperty">prov:qualifiedAssociation</a></td>
-    <td>prov:associatedActivity</td>
-  </tr>
+  <span rel="prov:member">
+    <tr about="#inverse-of-member" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#member"><a title="http://www.w3.org/ns/prov#member" href="#member" class="owlproperty">prov:member</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="inMembership">prov:inMembership</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedTrace" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedTrace"><a title="http://www.w3.org/ns/prov#qualifiedTrace" href="#qualifiedTrace" class="owlproperty">prov:qualifiedTrace</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="tracedEntity">prov:tracedEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasDerivedFrom" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasDerivedFrom"><a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom" class="owlproperty">prov:wasDerivedFrom</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="hadDerivation">prov:hadDerivation</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasInvalidatedBy" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasInvalidatedBy"><a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlproperty">prov:wasInvalidatedBy</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="invalidated">prov:invalidated</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedDelegation" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedDelegation"><a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlproperty">prov:qualifiedDelegation</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="responsibleAgent">prov:responsibleAgent</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasQuotedFrom" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasQuotedFrom"><a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom" class="owlproperty">prov:wasQuotedFrom</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasQuotedBy">prov:wasQuotedBy</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-used" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#used"><a title="http://www.w3.org/ns/prov#used" href="#used" class="owlproperty">prov:used</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasUsedBy">prov:wasUsedBy</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-pairValue" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#pairValue"><a title="http://www.w3.org/ns/prov#pairValue" href="#pairValue" class="owlproperty">prov:pairValue</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="valueOf">prov:valueOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-specializationOf" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#specializationOf"><a title="http://www.w3.org/ns/prov#specializationOf" href="#specializationOf" class="owlproperty">prov:specializationOf</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="generalizationOf">prov:generalizationOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadActivity" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadActivity"><a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity" class="owlproperty">prov:hadActivity</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasActivityOfInvolvement">prov:wasActivityOfInvolvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadPlan" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadPlan"><a title="http://www.w3.org/ns/prov#hadPlan" href="#hadPlan" class="owlproperty">prov:hadPlan</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasPlanFor">prov:wasPlanFor</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-agent" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#agent"><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="agentInvolvement">prov:agentInvolvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-membership" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#membership"><a title="http://www.w3.org/ns/prov#membership" href="#membership" class="owlproperty">prov:membership</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="membershipOf">prov:membershipOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedAssociation" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedAssociation"><a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation" class="owlproperty">prov:qualifiedAssociation</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="associatedActivity">prov:associatedActivity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedEnd" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedEnd"><a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlproperty">prov:qualifiedEnd</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="endedActivity">prov:endedActivity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-entity" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#entity"><a title="http://www.w3.org/ns/prov#entity" href="#entity" class="owlproperty">prov:entity</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="entityInvolvement">prov:entityInvolvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-actedOnBehalfOf" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#actedOnBehalfOf"><a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlproperty">prov:actedOnBehalfOf</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="responsibleFor">prov:responsibleFor</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasStartedBy" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasStartedBy"><a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlproperty">prov:wasStartedBy</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="started">prov:started</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-activity" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#activity"><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="activityInvolvement">prov:activityInvolvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-tracedTo" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#tracedTo"><a title="http://www.w3.org/ns/prov#tracedTo" href="#tracedTo" class="owlproperty">prov:tracedTo</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="tracedFrom">prov:tracedFrom</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-dictionary" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#dictionary"><a title="http://www.w3.org/ns/prov#dictionary" href="#dictionary" class="owlproperty">prov:dictionary</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="dictionaryInvolvement">prov:dictionaryInvolvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadUsage" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadUsage"><a title="http://www.w3.org/ns/prov#hadUsage" href="#hadUsage" class="owlproperty">prov:hadUsage</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasUsedInDerivation">prov:wasUsedInDerivation</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadRole" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadRole"><a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole" class="owlproperty">prov:hadRole</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasRoleIn">prov:wasRoleIn</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-alternateOf" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#alternateOf"><a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf" class="owlproperty">prov:alternateOf</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="alternateOf">prov:alternateOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-derivedByRemovalFrom" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#derivedByRemovalFrom"><a title="http://www.w3.org/ns/prov#derivedByRemovalFrom" href="#derivedByRemovalFrom" class="owlproperty">prov:derivedByRemovalFrom</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="hadDerivationByRemoval">prov:hadDerivationByRemoval</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedStart" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedStart"><a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart" class="owlproperty">prov:qualifiedStart</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="startedActivity">prov:startedActivity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasGeneratedBy" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasGeneratedBy"><a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy" class="owlproperty">prov:wasGeneratedBy</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="generated">prov:generated</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-involved" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#involved"><a title="http://www.w3.org/ns/prov#involved" href="#involved" class="owlproperty">prov:involved</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasInvolvedWith">prov:wasInvolvedWith</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedGeneration" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedGeneration"><a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlproperty">prov:qualifiedGeneration</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="generatedEntity">prov:generatedEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedDerivation" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedDerivation"><a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation" class="owlproperty">prov:qualifiedDerivation</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="derivedEntity">prov:derivedEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasInformedBy" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasInformedBy"><a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlproperty">prov:wasInformedBy</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="informed">prov:informed</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasAttributedTo" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasAttributedTo"><a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlproperty">prov:wasAttributedTo</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="contributed">prov:contributed</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedUsage" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedUsage"><a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage" class="owlproperty">prov:qualifiedUsage</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="consumingActivity">prov:consumingActivity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadOriginalSource" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadOriginalSource"><a title="http://www.w3.org/ns/prov#hadOriginalSource" href="#hadOriginalSource" class="owlproperty">prov:hadOriginalSource</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasOriginalSourceOf">prov:wasOriginalSourceOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedInsertion" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedInsertion"><a title="http://www.w3.org/ns/prov#qualifiedInsertion" href="#qualifiedInsertion" class="owlproperty">prov:qualifiedInsertion</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="insertedToDictionary">prov:insertedToDictionary</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-involvee" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#involvee"><a title="http://www.w3.org/ns/prov#involvee" href="#involvee" class="owlproperty">prov:involvee</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="involvement">prov:involvement</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedQuotation" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedQuotation"><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="quotedByEntity">prov:quotedByEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-derivedByInsertionFrom" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#derivedByInsertionFrom"><a title="http://www.w3.org/ns/prov#derivedByInsertionFrom" href="#derivedByInsertionFrom" class="owlproperty">prov:derivedByInsertionFrom</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="hadDerivationByInsertion">prov:hadDerivationByInsertion</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedSource" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedSource"><a title="http://www.w3.org/ns/prov#qualifiedSource" href="#qualifiedSource" class="owlproperty">prov:qualifiedSource</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="sourcingEntity">prov:sourcingEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasEndedBy" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasEndedBy"><a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlproperty">prov:wasEndedBy</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="ended">prov:ended</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedRevision" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedRevision"><a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlproperty">prov:qualifiedRevision</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="revisedEntity">prov:revisedEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasAssociatedWith" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasAssociatedWith"><a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlproperty">prov:wasAssociatedWith</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasAssociateFor">prov:wasAssociateFor</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-generated" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#generated"><a title="http://www.w3.org/ns/prov#generated" href="#generated" class="owlproperty">prov:generated</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasGeneratedBy">prov:wasGeneratedBy</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-hadGeneration" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#hadGeneration"><a title="http://www.w3.org/ns/prov#hadGeneration" href="#hadGeneration" class="owlproperty">prov:hadGeneration</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="generatedAsDerivation">prov:generatedAsDerivation</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-atLocation" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#atLocation"><a title="http://www.w3.org/ns/prov#atLocation" href="#atLocation" class="owlproperty">prov:atLocation</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="locationOf">prov:locationOf</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedCommunication" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedCommunication"><a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlproperty">prov:qualifiedCommunication</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="informedActivity">prov:informedActivity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedAttribution" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedAttribution"><a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlproperty">prov:qualifiedAttribution</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="attributedEntity">prov:attributedEntity</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-qualifiedRemoval" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#qualifiedRemoval"><a title="http://www.w3.org/ns/prov#qualifiedRemoval" href="#qualifiedRemoval" class="owlproperty">prov:qualifiedRemoval</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="removedFromDictionary">prov:removedFromDictionary</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-inserted" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#inserted"><a title="http://www.w3.org/ns/prov#inserted" href="#inserted" class="owlproperty">prov:inserted</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="wasInsertedBy">prov:wasInsertedBy</span></td>
+    </tr>
+  </span>
+  <span rel="prov:member">
+    <tr about="#inverse-of-wasRevisionOf" typeof="prov:KeyValuePair">
+      <td property="prov:pairKey" content="http://www.w3.org/ns/prov#wasRevisionOf"><a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf" class="owlproperty">prov:wasRevisionOf</a></td>
+      <td rel="prov:pairValue"><span typeof="prov:Entity" property="prov:value" content="hadRevision">prov:hadRevision</span></td>
+    </tr>
+  </span>
 </table>
 
 
-    </div>
+
+
+       </div>
 
 
     <div class="appendix section" id="acknowledgements">
@@ -10002,7 +10198,8 @@
 <h2><span class="secno">D. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-OWL2-RDF-BASED-SEMANTICS">[OWL2-RDF-BASED-SEMANTICS]</dt><dd>Michael Schneider. <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/"><cite>OWL 2 Web Ontology Language:RDF-Based Semantics.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/">http://www.w3.org/TR/2009/REC-owl2-rdf-based-semantics-20091027/</a> 
 </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
 </dd><dt id="bib-XMLSCHEMA-2">[XMLSCHEMA-2]</dt><dd>Paul V. Biron; Ashok Malhotra. <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"><cite>XML Schema Part 2: Datatypes Second Edition.</cite></a> 28 October 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/</a> 
-</dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">D.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
+</dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">D.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds and Ian Davis <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed June 01 2012 URL: <a href="http://patterns.dataincubator.org/book/qualified-relation.html">http://patterns.dataincubator.org/book/qualified-relation.html</a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau, Paolo Missier<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/"><cite>The PROV Data Model and Abstract Syntax Notation</cite></a>. 18 October 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018/">http://www.w3.org/TR/2011/WD-prov-dm-20111018/</a>
 </dd><dt id="bib-PROV-PAQ">[PROV-PAQ]</dt><dd>Graham Klyne and Paul Groth <a href="https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html"><cite>Provenance Access and Query</cite></a>. 2011, Work in progress. URL: <a href="https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html">https://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html</a>
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil and Simon Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik <a href="http://www.w3.org/TR/prov-primer/"><cite>Prov Model Primer</cite></a>. 2011, Working Draft. URL: <a href="http://www.w3.org/TR/prov-primer/">http://www.w3.org/TR/prov-primer/</a>
 </dd></dl></div></div></body></html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/inverses.ttl	Fri Jun 01 23:42:57 2012 -0400
@@ -0,0 +1,58 @@
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ."
+@prefix prov: <http://www.w3.org/ns/prov#> ."
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> ."
+
+<> prov:wasDerivedFrom <http://www.w3.org/TR/prov-o/prov.owl>;
+   rdfs:seeAlso        <http://www.w3.org/TR/prov-o/#names-of-inverse-properties>;
+   owl:versionIRI      <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD> .
+
+prov:alternateOf owl:inverseOf prov:alternateOf
+prov:qualifiedUsage owl:inverseOf prov:consumingActivity
+prov:used owl:inverseOf prov:wasUsedBy
+prov:hadPlan owl:inverseOf prov:wasPlanFor
+prov:wasAssociatedWith owl:inverseOf prov:wasAssociateFor
+prov:wasInformedBy owl:inverseOf prov:informed
+prov:qualifiedEnd owl:inverseOf prov:endedActivity
+prov:wasStartedBy owl:inverseOf prov:started
+prov:wasDerivedFrom owl:inverseOf prov:hadDerivation
+prov:involvee owl:inverseOf prov:involvement
+prov:wasInvalidatedBy owl:inverseOf prov:invalidated
+prov:activity owl:inverseOf prov:activityInvolvement
+prov:qualifiedRevision owl:inverseOf prov:revisedEntity
+prov:qualifiedRemoval owl:inverseOf prov:removedFromDictionary
+prov:membership owl:inverseOf prov:membershipOf
+prov:pairValue owl:inverseOf prov:valueOf
+prov:entity owl:inverseOf prov:entityInvolvement
+prov:qualifiedQuotation owl:inverseOf prov:quotedByEntity
+prov:hadOriginalSource owl:inverseOf prov:wasOriginalSourceOf
+prov:qualifiedGeneration owl:inverseOf prov:generatedEntity
+prov:generated owl:inverseOf prov:wasGeneratedBy
+prov:tracedTo owl:inverseOf prov:tracedFrom
+prov:wasAttributedTo owl:inverseOf prov:contributed
+prov:derivedByInsertionFrom owl:inverseOf prov:hadDerivationByInsertion
+prov:qualifiedDelegation owl:inverseOf prov:responsibleAgent
+prov:actedOnBehalfOf owl:inverseOf prov:responsibleFor
+prov:dictionary owl:inverseOf prov:dictionaryInvolvement
+prov:qualifiedCommunication owl:inverseOf prov:informedActivity
+prov:qualifiedStart owl:inverseOf prov:startedActivity
+prov:hadUsage owl:inverseOf prov:wasUsedInDerivation
+prov:qualifiedInsertion owl:inverseOf prov:insertedToDictionary
+prov:hadGeneration owl:inverseOf prov:generatedAsDerivation
+prov:hadActivity owl:inverseOf prov:wasActivityOfInvolvement
+prov:wasEndedBy owl:inverseOf prov:ended
+prov:qualifiedAttribution owl:inverseOf prov:attributedEntity
+prov:wasGeneratedBy owl:inverseOf prov:generated
+prov:agent owl:inverseOf prov:agentInvolvement
+prov:wasRevisionOf owl:inverseOf prov:hadRevision
+prov:qualifiedDerivation owl:inverseOf prov:derivedEntity
+prov:qualifiedAssociation owl:inverseOf prov:associatedActivity
+prov:specializationOf owl:inverseOf prov:generalizationOf
+prov:inserted owl:inverseOf prov:wasInsertedBy
+prov:hadRole owl:inverseOf prov:wasRoleIn
+prov:wasQuotedFrom owl:inverseOf prov:wasQuotedBy
+prov:derivedByRemovalFrom owl:inverseOf prov:hadDerivationByRemoval
+prov:member owl:inverseOf prov:inMembership
+prov:qualifiedTrace owl:inverseOf prov:tracedEntity
+prov:qualifiedSource owl:inverseOf prov:sourcingEntity
+prov:involved owl:inverseOf prov:wasInvolvedWith
+prov:atLocation owl:inverseOf prov:locationOf