last call
authorTim L <lebot@rpi.edu>
Tue, 03 Jul 2012 16:12:06 -0400
changeset 3733 70b5c74b1403
parent 3732 a17ea2801ac1
child 3734 5976440da7ac
last call
ontology/last-call/2012-07-03-internal-review/Overview.html
ontology/last-call/2012-07-03-internal-review/diagrams/expanded.svg
ontology/last-call/2012-07-03-internal-review/diagrams/qualified-patterns.svg
ontology/last-call/2012-07-03-internal-review/diagrams/starting-points.svg
ontology/last-call/2012-07-03-internal-review/inverses.owl
ontology/last-call/2012-07-03-internal-review/inverses.ttl
ontology/last-call/2012-07-03-internal-review/prov.owl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/Overview.html	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,9814 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML+RDFa 1.0//EN' 'http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd'>
+<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" typeof="bibo:Document">
+<head xmlns:prov="http://www.w3.org/ns/prov#">
+    <title>PROV-O: The PROV Ontology</title>
+    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
+
+    <style type="text/css">
+      /* prov:wasQuotedFrom http://speronitomcat.web.cs.unibo.it:8080/LODE/owl.css */
+      .RFC2119 {
+        text-transform: lowercase;
+        font-style: italic;
+      }
+      .nonterminal {
+          font-weight: bold;
+          font-family: sans-serif;
+          font-size: 95%;
+      }
+      #abstract br {
+         /* doesn't work right SOMETIMES 
+         margin-bottom: 1em;   */
+      }
+      .name {
+          font-family: monospace;
+      }
+      .buttonpanel {
+          margin-top: 1ex;
+          margin-bottom: 1ex;
+          padding-left: 1ex;
+          padding-right: 1ex;
+          padding-top: 1ex;
+          padding-bottom: 0.6ex;
+          border: 1px dotted black; 
+      }
+      .grammar {
+          margin-top: 1ex;
+          margin-bottom: 1ex;
+          padding-left: 1ex;
+          padding-right: 1ex;
+          padding-top: 1ex;
+          padding-bottom: 0.6ex;
+          border: 1px dashed #2f6fab;
+          font-family: monospace;
+      }
+      .image {
+          text-align: center;
+      }
+      .centered {
+          text-align: center;
+          padding-top: 4ex;
+          padding-bottom: 4ex;
+      }
+      .centered table {
+          margin: 0 auto;
+          text-align: left;
+      }
+      .caption {
+          font-weight: bold;
+      }
+      .indent {
+          margin-left: 20px;
+      }
+      .atrisknote {
+          padding: 5px;
+          margin-top: 10px;
+          margin-bottom: 10px;
+          border: solid 2px blue;
+          background-color: #FFA;
+      }
+      .atrisknotehead {
+          font-style: italic; 
+      }
+
+      /* Stying the examples. */
+
+      .anexample:before {
+          content: "Example:";
+          font-family: sans-serif;
+          font-size: 1.6ex;
+          font-weight: bold;
+      }
+      .anexample {
+          margin-top: 1ex;
+          margin-bottom: 1ex;
+          padding-left: 1ex;
+          padding-right: 1ex;
+          padding-top: 1ex;
+          padding-bottom: 0.6ex;
+          border: 1px dashed #2f6fab;
+          background-color: #f9f9f9;
+      }
+      .anexample table {
+          background-color: #f9f9f9;
+      }
+
+      /* Styling the parts in the functional-style syntax. */
+
+      div.fss {
+          margin-top: 10px; 
+          margin-bottom: 10px; 
+          margin-left: 20px; 
+          margin-right: 20px; 
+          font-family: monospace;
+      }
+      table.fss {
+          margin: 0px 0px 0px 0px; 
+          padding: 0px 0px 0px 0px; 
+          width: 100%;
+      }
+      table.fss caption.fss {
+          font-size: 1.5ex;
+          font-weight: bold;
+          text-align: left;
+          padding-left: 10px;
+      }
+      table.fss td:first-child {
+          font-family: monospace;
+          padding-left: 20px;
+          padding-right: 20px;
+          width: 60%;
+      }
+
+      /* Styling the parts in the RDF syntax. */
+
+      div.rdf{
+          margin-top: 10px; 
+          margin-bottom: 10px; 
+          margin-left: 20px; 
+          margin-right: 20px; 
+          font-family: monospace;
+      }
+      table.rdf {
+          margin: 0px 0px 0px 0px; 
+          padding: 0px 0px 0px 0px; 
+          width: 100%;
+      }
+      table.rdf caption.rdf {
+          font-size: 1.5ex;
+          font-weight: bold;
+          text-align: left;
+          padding-left: 10px;
+      }
+      table.rdf td:first-child {
+          font-family: monospace;
+          padding-left: 20px;
+          padding-right: 20px;
+          width: 60%;
+      }
+
+      /* Styling the XML syntax. */
+
+      div.xmlsyn {
+          margin-top: 10px; 
+          margin-bottom: 10px; 
+          margin-left: 20px; 
+          margin-right: 20px; 
+          font-family: monospace;
+      }
+      div.axioms {
+          margin-top: 10px; 
+          margin-bottom: 10px; 
+          margin-left: 20px; 
+          margin-right: 20px; 
+      }
+
+      /* Other styles. */
+
+      table.complexity td {
+          text-align: center;
+      }
+      table.allname td {
+         font-family: monospace;
+      }
+      table.canonicalparsing {
+          margin-left: 20px;
+          border-style: none;
+      }
+      table.canonicalparsing td {
+          vertical-align: top;
+          padding: 2px 2px 2px 2px;
+      }
+      table.canonicalparsing td.two {
+          padding-left: 30px;
+      }
+
+      /* The following are classes for templates used in the editing process. */
+
+      .review {
+          padding: 5px;
+          border: solid 1px black;
+          margin-left: 10%;
+          margin-top: 10px;
+          margin-bottom: 10px;
+          background-color: #FFA;
+          font-size: smaller;
+      }
+      .reviewauthor {
+          font-size: smaller;
+          font-style: italic;
+      }
+      .ednote {
+          padding: 5px;
+          border: solid 1px black;
+          margin-top: 10px;
+          margin-bottom: 10px;
+      }
+      .ednotehead {
+         font-weight: bold;
+      }
+
+      /* override mediawiki's beautiful DL styling... */
+      dl {
+          background: white;
+          width: 100%;
+          border: none;
+          margin-top: 0;
+          margin-bottom: 0;
+          padding-top: 0;
+          padding-bottom: 0;
+      }
+
+      div {
+          margin-top: 0;
+          margin-bottom: 0;
+      }
+      #fulltitle {
+        font-size: 140%; 
+        font-weight: bold;
+      }
+
+      .xml {
+       color: red
+      }
+
+      .rdbms{
+      color: red
+      }
+
+      /* just copying from wiki, so it stays through TR. Currently
+        affects Primer, at least */
+      pre {
+        background-color:#F9F9F9;
+        border:1px dashed #2F6FAB;
+        color:black;
+        line-height:1.1em;
+        padding:1em;
+      }
+    </style>
+
+    <style type="text/css">
+      /* prov:wasQuotedFrom http://speronitomcat.web.cs.unibo.it:8080/LODE/Primer.css . */
+
+      /* define a class "noprint" for sections which don't get printed */  
+      .noprint { display: none; }
+
+      /* our syntax menu for switching */
+      div.syntaxmenu {
+        border: 1px dotted black;
+        padding:0.5em;
+        margin: 1em; 
+      }
+
+      @media print {
+         div.syntaxmenu { display:none; }
+      }
+
+      /* use tab-like headers for syntax examples */
+      div.exampleheader {
+        font-size: 90%;
+        float: left;
+        background: #F9F9F9;
+        color: #2F6FAB;
+        border: 1px dashed #2F6FAB;
+        border-bottom: 0px;
+        padding-top: 2px;
+      }
+
+      div.exampleheader span.exampleheader {
+        background: #F9F9F9;
+        padding-top: 0px;
+        padding-right: 10px;
+        padding-left: 10px;
+        padding-bottom: 3px;
+        padding-top: 0px;
+      }
+
+      /* Also copy MediaWiki style here, so it will not look different when exported */
+      div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre  {
+        background-color: #F9F9F9;
+        border: 1px dashed #2F6FAB;
+        color: black;
+        line-height: 1.1em;
+        padding: 1em;
+        clear: both;
+        margin-left: 0em;
+      }
+      /* (further styles directly embedded in header template) */
+    </style>
+
+    <style type="text/css">
+      /* prov:wasDerivedFrom http://speronitomcat.web.cs.unibo.it:8080/LODE/rec.css . */
+
+      /* Style for a "Recommendation" */
+
+      /*
+         Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
+         The following software licensing rules apply:
+         http://www.w3.org/Consortium/Legal/copyright-software */
+
+      /* $Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp $ */
+
+      body {
+        padding: 2em 1em 2em 70px;
+        margin: 0;
+        font-family: sans-serif;
+        color: black;
+        background: white;
+        background-position: top left;
+        background-attachment: fixed;
+        background-repeat: no-repeat;
+      }
+      :link { color: #00C; background: transparent }
+      :visited { color: #609; background: transparent }
+      a:active { color: #C00; background: transparent }
+
+      a:link img, a:visited img { border-style: none } /* no border on img links */
+
+      a img { color: white; }        /* trick to hide the border in Netscape 4 */
+      @media all {                   /* hide the next rule from Netscape 4 */
+        a img { color: inherit; }    /* undo the color change above */
+      }
+
+      th, td { /* ns 4 */
+        font-family: sans-serif;
+      }
+
+      h1, h2, h3, h4, h5, h6 { text-align: left }
+      /* background should be transparent, but WebTV has a bug */
+      h1, h2, h3 { color: #005A9C; background: white }
+      h1 { font: 170% sans-serif }
+      h2 { font: 140% sans-serif }
+      h3 { font: 120% sans-serif }
+      h4 { font: bold 100% sans-serif }
+      h5 { font: italic 100% sans-serif }
+      h6 { font: small-caps 100% sans-serif }
+
+      .hide { display: none }
+
+      div.head { margin-bottom: 1em }
+      div.head h1 { margin-top: 2em; clear: both }
+      div.head table { margin-left: 2em; margin-top: 2em }
+
+      p.copyright { font-size: small }
+      p.copyright small { font-size: small }
+
+      @media screen {  /* hide from IE3 */
+      a[href]:hover { background: #ffa }
+      }
+
+      pre { margin-left: 2em }
+      /*
+      p {
+        margin-top: 0.6em;
+        margin-bottom: 0.6em;
+      }
+      */
+      dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
+      dt { font-weight: bold }
+
+      pre, code { font-family: monospace } /* navigator 4 requires this */
+
+      ul.toc, ol.toc {
+        list-style: disc;     /* Mac NS has problem with 'none' */
+        list-style: none;
+      }
+
+      @media aural {  
+        h1, h2, h3 { stress: 20; richness: 90 }
+        .hide { speak: none }
+        p.copyright { volume: x-soft; speech-rate: x-fast }
+        dt { pause-before: 20% }
+        pre { speak-punctuation: code } 
+      }
+
+      /*body {
+        background-image: url(http://lode.sourceforge.net/img/LODELogo.png);
+      }*/
+    </style>
+
+    <style type="text/css">
+      /* prov:wasQuotedFrom http://speronitomcat.web.cs.unibo.it:8080/LODE/extra.css . */
+
+      body {
+          text-align: justify;    
+      }
+
+      h1 {
+          line-height: 110%;    
+      }
+
+      .hlist {
+          border: 1px solid navy;
+          padding:5px;
+          background-color: #F4FFFF; 
+      }
+
+      .hlist li {
+          display: inline;
+          display: inline-table;
+          list-style-type: none;
+          padding-right: 20px;
+          
+      }
+
+      .entity {
+          border: 1px solid navy;
+          margin:5px 0px 5px 0px;
+          padding: 5px;    
+      }
+
+      .type-c {
+          cursor:help;
+          color:orange;
+      }
+
+      .type-op {
+          cursor:help;
+          color:navy;    
+      }
+
+      .type-dp {
+          cursor:help;
+          color:green;    
+      }
+
+      .type-ap {
+          cursor:help;
+          color:maroon;    
+      }
+
+      .type-ni {
+          cursor:help;
+          color:brown;    
+      }
+
+      .logic {
+          color:purple;
+          font-weight:bold;    
+      }
+
+      h3 {
+          margin-top: 3px;
+          padding-bottom: 5px;
+          border-bottom: 1px solid navy;
+      }
+
+      h2 {
+          margin-top:40px;    
+      }
+
+      .dotted {
+          border-bottom: 1px dotted gray;
+      }
+
+      dt {
+          margin-top:5px;
+      }
+
+      .description {
+          border-top: 1px dashed gray;
+          border-bottom: 1px dashed gray;
+          background-color: rgb(242, 243, 244);
+          margin-top:5px;
+          padding-bottom:5px;
+      }
+
+      .description dl {
+          background-color: rgb(242, 243, 244);
+      }
+
+      .description ul {
+          padding-left: 12px;
+          margin-top: 0px;
+      }
+
+      .backlink {
+          font-size:10pt;
+          text-align:right;
+          float:right;
+          color:black;
+          padding: 2px;
+          border: 1px dotted navy;
+          background-color: #F4FFFF;
+      }
+
+      .imageblock {
+         text-align: center;
+      }
+
+      .imageblock img {
+         border:1px solid gray;
+      }
+
+      .endnote {
+         margin-top: 40px;
+         border-top: 1px solid gray;
+         padding-top: 10px;
+         text-align: center;
+         color:gray;
+         font-size:50%;
+      }
+    </style>
+    
+<!--  link rel="provenance" href="http://www.w3.org/2007/08/pyRdfa/extract?format=turtle&uri=http://aquarius.tw.rpi.edu/prov-wg/prov-o"/  -->
+
+
+    
+<!--  
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+      -->
+
+
+   
+<!--  From DM  -->
+
+   <style type="text/css">
+      .note { font-size:small; margin-left:50px }
+       table { text-align: center; vertical-align: middle }
+   </style>
+
+   <style type="text/css">
+      /* This CSS written by Tim Lebo for PROV-O HTML (all other CSS was taken from elsewhere) */
+      table.qualified-forms {
+         width: 75%;
+      }
+      ul.hlist {
+         margin: 20px;
+      }
+      table {
+         margin: 20px; 
+         border:1px solid navy;
+         background-color: #F4FFFF;
+      }
+      table th {
+         background-color: LightGoldenRodYellow;
+      }
+      table tr {
+         padding: 2px;
+         border: 1px solid navy;
+      }
+      table td {
+         text-align: left;
+         padding-top: 5px;
+         padding-bottom: 5px;
+         padding-left: 15px;
+         padding-right: 15px;
+      }
+      table td.prov-attribute {
+         width: 20%
+      }
+      table.prov-detail a:visited {
+          color:black; text-decoration:none; 
+      }
+      table.prov-detail a:link {
+          color:black; text-decoration:none; 
+      }
+      .component-entities-activities {
+         border:1px solid gray;
+         background-color: #FFD4D4
+      }
+      .component-agents-responsibility {
+         border:1px solid gray;
+         background-color: #CCD9EE;
+      }
+      .component-derivations {
+         border:1px solid gray;
+         background-color: #CCEED9;
+      }
+      .component-collections {
+         border:1px solid gray;
+         background-color: #CED4D4;
+      }
+      .component-alternate {
+         border:1px solid gray;
+         background-color: #F4FFD9;
+      }
+      .component-annotations {
+         border:1px solid gray;
+         background-color: #FCE1CE;
+      }
+      span.repeated {
+         font-family: monospace;
+      }
+      a.qname {
+         font-family: monospace;
+      }
+      strong.crossreference {
+         padding-right: 15px;
+      }
+      div.feature-at-risk {
+         color: red;
+      }
+     </style>
+
+     
+     
+   
+    
+  <style type="text/css">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
+ *****************************************************************/
+
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+code {
+    color:  #ff4500;
+}
+
+
+/* --- WEB IDL --- */
+pre.idl {
+    border-top: 1px solid #90b8de;
+    border-bottom: 1px solid #90b8de;
+    padding:    1em;
+    line-height:    120%;
+}
+
+pre.idl::before {
+    content:    "WebIDL";
+    display:    block;
+    width:      150px;
+    background: #90b8de;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+.idlType {
+    color:  #ff4500;
+    font-weight:    bold;
+    text-decoration:    none;
+}
+
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+    font-weight:    bold;
+    color:  #005a9c;
+}
+
+.idlSuperclass {
+    font-style: italic;
+    color:  #005a9c;
+}
+
+/*.idlAttribute*/
+.idlAttrType, .idlFieldType, .idlMemberType {
+    color:  #005a9c;
+}
+.idlAttrName, .idlFieldName, .idlMemberName {
+    color:  #ff4500;
+}
+.idlAttrName a, .idlFieldName a, .idlMemberName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlMethod*/
+.idlMethType {
+    color:  #005a9c;
+}
+.idlMethName {
+    color:  #ff4500;
+}
+.idlMethName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlParam*/
+.idlParamType {
+    color:  #005a9c;
+}
+.idlParamName {
+    font-style: italic;
+}
+
+.extAttr {
+    color:  #666;
+}
+
+/*.idlConst*/
+.idlConstType {
+    color:  #005a9c;
+}
+.idlConstName {
+    color:  #ff4500;
+}
+.idlConstName a {
+    color:  #ff4500;
+    border-bottom:  1px dotted #ff4500;
+    text-decoration: none;
+}
+
+/*.idlException*/
+.idlExceptionID {
+    font-weight:    bold;
+    color:  #c00;
+}
+
+.idlTypedefID, .idlTypedefType {
+    color:  #005a9c;
+}
+
+.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
+    color:  #c00;
+    font-weight:    normal;
+}
+
+.excName a {
+    font-family:    monospace;
+}
+
+.idlRaises a.idlType, .excName a.idlType {
+    border-bottom:  1px dotted #c00;
+}
+
+.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
+    width:  45px;
+    text-align: center;
+}
+.excGetSetTrue, .prmNullTrue, .prmOptTrue { color:  #0c0; }
+.excGetSetFalse, .prmNullFalse, .prmOptFalse { color:  #c00; }
+
+.idlImplements a {
+    font-weight:    bold;
+}
+
+dl.attributes, dl.methods, dl.constants, dl.fields, dl.dictionary-members {
+    margin-left:    2em;
+}
+
+.attributes dt, .methods dt, .constants dt, .fields dt, .dictionary-members dt {
+    font-weight:    normal;
+}
+
+.attributes dt code, .methods dt code, .constants dt code, .fields dt code, .dictionary-members dt code {
+    font-weight:    bold;
+    color:  #000;
+    font-family:    monospace;
+}
+
+.attributes dt code, .fields dt code, .dictionary-members dt code {
+    background:  #ffffd2;
+}
+
+.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code {
+    color:  #005a9c;
+    background:  transparent;
+    font-family:    inherit;
+    font-weight:    normal;
+    font-style: italic;
+}
+
+.methods dt code {
+    background:  #d9e6f8;
+}
+
+.constants dt code {
+    background:  #ddffd2;
+}
+
+.attributes dd, .methods dd, .constants dd, .fields dd, .dictionary-members dd {
+    margin-bottom:  1em;
+}
+
+table.parameters, table.exceptions {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    margin: 0.5em 0;
+    width:  100%;
+}
+table.parameters { border-bottom:  1px solid #90b8de; }
+table.exceptions { border-bottom:  1px solid #deb890; }
+
+.parameters th, .exceptions th {
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+    font-family:    initial;
+    font-weight:    normal;
+    text-shadow:    #666 1px 1px 0;
+}
+.parameters th { background: #90b8de; }
+.exceptions th { background: #deb890; }
+
+.parameters td, .exceptions td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+    vertical-align: top;
+}
+
+.parameters tr:first-child td, .exceptions tr:first-child td {
+    border-top: none;
+}
+
+.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
+    width:  100px;
+}
+
+.parameters td.prmType {
+    width:  120px;
+}
+
+table.exceptions table {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    width:  100%;
+}
+
+/* --- TOC --- */
+.toc a {
+    text-decoration:    none;
+}
+
+a .secno {
+    color:  #000;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+
+/* --- EXAMPLES --- */
+pre.example {
+    border-top: 1px solid #ff4500;
+    border-bottom: 1px solid #ff4500;
+    padding:    1em;
+    margin-top: 1em;
+}
+
+pre.example::before {
+    content:    "Example";
+    display:    block;
+    width:      150px;
+    background: #ff4500;
+    color:  #fff;
+    font-family:    initial;
+    padding:    3px;
+    font-weight:    bold;
+    margin: -1em 0 1em -1em;
+}
+
+/* --- EDITORIAL NOTES --- */
+.issue {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #ffc;
+}
+
+.issue::before {
+    content:    "Issue";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.note {
+    margin: 1em 0em 0em;
+    padding:    1em;
+    border: 2px solid #cff6d9;
+    background: #e2fff0;
+}
+
+.note::before {
+    content:    "Note";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #cff6d9;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* --- Best Practices --- */
+div.practice {
+    border: solid #bebebe 1px;
+    margin: 2em 1em 1em 2em;
+}
+
+span.practicelab {
+    margin: 1.5em 0.5em 1em 1em;
+    font-weight: bold;
+    font-style: italic;
+}
+
+span.practicelab   { background: #dfffff; }
+
+span.practicelab {
+    position: relative;
+    padding: 0 0.5em;
+    top: -1.5em;
+}
+
+p.practicedesc {
+    margin: 1.5em 0.5em 1em 1em;
+}
+
+@media screen {
+    p.practicedesc {
+        position: relative;
+        top: -2em;
+        padding: 0;
+        margin: 1.5em 0.5em -1em 1em;
+    }
+}
+
+/* --- SYNTAX HIGHLIGHTING --- */
+pre.sh_sourceCode {
+  background-color: white;
+  color: black;
+  font-style: normal;
+  font-weight: normal;
+}
+
+pre.sh_sourceCode .sh_keyword { color: #005a9c; font-weight: bold; }           /* language keywords */
+pre.sh_sourceCode .sh_type { color: #666; }                            /* basic types */
+pre.sh_sourceCode .sh_usertype { color: teal; }                             /* user defined types */
+pre.sh_sourceCode .sh_string { color: red; font-family: monospace; }        /* strings and chars */
+pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; }     /* regular expressions */
+pre.sh_sourceCode .sh_specialchar { color:   #ffc0cb; font-family: monospace; }  /* e.g., \n, \t, \\ */
+pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; }         /* comments */
+pre.sh_sourceCode .sh_number { color: purple; }                             /* literal numbers */
+pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; }       /* e.g., #include, import */
+pre.sh_sourceCode .sh_symbol { color: blue; }                            /* e.g., *, + */
+pre.sh_sourceCode .sh_function { color: black; font-weight: bold; }         /* function calls and declarations */
+pre.sh_sourceCode .sh_cbracket { color: red; }                              /* block brackets (e.g., {, }) */
+pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; }   /* TODO and FIXME */
+
+/* Predefined variables and functions (for instance glsl) */
+pre.sh_sourceCode .sh_predef_var { color: #00008B; }
+pre.sh_sourceCode .sh_predef_func { color: #00008B; font-weight: bold; }
+
+/* for OOP */
+pre.sh_sourceCode .sh_classname { color: teal; }
+
+/* line numbers (not yet implemented) */
+pre.sh_sourceCode .sh_linenum { display: none; }
+
+/* Internet related */
+pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
+
+/* for ChangeLog and Log files */
+pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
+pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: #00008B; font-weight: bold; }
+pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: #006400; }
+
+/* for Prolog, Perl... */
+pre.sh_sourceCode .sh_variable { color: #006400; }
+
+/* for LaTeX */
+pre.sh_sourceCode .sh_italics { color: #006400; font-style: italic; }
+pre.sh_sourceCode .sh_bold { color: #006400; font-weight: bold; }
+pre.sh_sourceCode .sh_underline { color: #006400; text-decoration: underline; }
+pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
+pre.sh_sourceCode .sh_argument { color: #006400; }
+pre.sh_sourceCode .sh_optionalargument { color: purple; }
+pre.sh_sourceCode .sh_math { color: orange; }
+pre.sh_sourceCode .sh_bibtex { color: blue; }
+
+/* for diffs */
+pre.sh_sourceCode .sh_oldfile { color: orange; }
+pre.sh_sourceCode .sh_newfile { color: #006400; }
+pre.sh_sourceCode .sh_difflines { color: blue; }
+
+/* for css */
+pre.sh_sourceCode .sh_selector { color: purple; }
+pre.sh_sourceCode .sh_property { color: blue; }
+pre.sh_sourceCode .sh_value { color: #006400; font-style: italic; }
+
+/* other */
+pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
+pre.sh_sourceCode .sh_paren { color: red; }
+pre.sh_sourceCode .sh_attribute { color: #006400; }
+
+</style><style type="text/css">
+/* --- EDITORIAL NOTES --- */
+.pending {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #BFEFFF;
+}
+
+.pending::before {
+    content:    "Pending Review";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.resolved {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #9BCD9B;
+}
+
+.resolved::before {
+    content:    "Resolved";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.inference {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.inference::before {
+    content:    "Inference";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.unamedconstraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+
+.unamedconstraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.constraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+.constraint[id]::before {
+    content:    "Constraint: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.conditional {
+    color: blue;
+}
+
+.grammar {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    font-family: monospace;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+
+.name {
+    font-family: monospace;
+}
+
+
+.xmpl {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.xmpl::before {
+    content:    "Example";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+/* added prov-wg lebot  */
+
+.hlist {
+    border: 1px solid navy;
+    padding:5px;
+    background-color: #F4FFFF; 
+}
+
+.hlist li {
+    display: inline;
+    display: inline-table;
+    list-style-type: none;
+    padding-right: 20px;
+    
+}
+</style><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css" charset="utf-8" /></head>
+  <body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a></p><h1 id="title" class="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-editor-s-draft-03-july-2012"><acronym title="World Wide Web Consortium">W3C</acronym> Editor's Draft 03 July 2012</h2><dl><dt>This version:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a></dd><dt>Latest editor's draft:</dt><dd><a href="https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html">https://dvcs.w3.org/hg/prov/raw-file/default/ontology/Overview.html</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2011/WD-prov-o-20111213/">http://www.w3.org/TR/2011/WD-prov-o-20111213/</a></dd><dt>Editors:</dt><dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dd><a href="http://cci.case.edu/cci/index.php/Satya_Sahoo">Satya Sahoo</a>, Case Western Reserve University, USA</dd>
+<dd><a href="http://tw.rpi.edu/instances/Deborah_L_McGuinness">Deborah McGuinness</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dt>Authors:</dt><dd><span>(In alphabetical order)</span></dd>
+<dd><a href="http://semanticweb.org/wiki/Khalid_Belhajjame">Khalid Belhajjame</a>, University of Manchester, UK</dd>
+<dd><a href="http://homepages.inf.ed.ac.uk/jcheney/">James Cheney</a>, University of Edinburgh, UK</dd>
+<dd><a href="http://www.oeg-upm.net/index.php/en/phdstudents/28-dgarijo">Daniel Garijo</a>, Universidad Politécnica de Madrid, Spain</dd>
+<dd><a href="http://soiland-reyes.com/stian/">Stian Soiland-Reyes</a>, University of Manchester, UK</dd>
+<dd><a href="http://tw.rpi.edu/web/person/StephanZednik">Stephan Zednik</a>, Rensselaer Polytechnic Institute, USA</dd>
+<dd><a href="http://users.ox.ac.uk/~zool0770/">Jun Zhao</a>, University of Oxford, UK</dd>
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011-2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. <acronym title="World Wide Web Consortium">W3C</acronym> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p><hr /></div>
+
+    <div id="abstract" class="introductory section"><h2>Abstract</h2>
+         <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 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="intended-to-be-last-call--tbc">Intended to be Last Call (TBC)</h4>
+<p>This is the third public release of the PROV-O document.
+Publication as Last Call working draft means that the Working Group believes that it has satisfied the relevant technical requirements outlined in its charter on this document. The design is not expected to change significantly, going forward, and now is the key time for external review, before the implementation phase.</p> 
+<p>This specification identifies two  <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">features at risk</a>: <a href="#mentionOf">prov:mentionOf</a> and  <a href="#asInBundle">prov:asInBundle</a> might be removed from PROV-O if implementation experience reveals problems with supporting this construct. These two OWL properties are based on the PROV <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention">Mentions</a> feature.</p>
+
+
+<h4 id="please-comment-by-2012-09-13--date-tbc">Please Comment By 2012-09-13 (date TBC)</h4>
+<p>The PROV Working group seeks public feedback on this Working Draft.
+The end date of the Last Call review period is <b>2012-09-13 (TBC)</b>, and we would appreciate comments by that date to public-prov-comments@w3.org
+</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
+      interchange of provenance information in heterogeneous environments such as the Web.  The specifications are:
+      <ul>
+      <li> PROV-DM, the PROV data model for provenance;</li>
+      <li> PROV-CONSTRAINTS, a set of constraints applying to the PROV data model;</li>
+      <li> PROV-N, a notation for provenance aimed at human consumption;</li>
+      <li> PROV-O, the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF; (this document)</li>
+      <li> PROV-AQ, the mechanisms for accessing and querying provenance; </li>
+      <li> PROV-PRIMER, a primer for the PROV data model;</li>
+      <li> PROV-SEM, a formal semantics for the PROV data model;</li>
+      <li> PROV-XML, an XML schema for the PROV data model.</li>
+      </ul>
+      <h4 id="how-to-read-the-prov-family-of-specifications">How to read the PROV Family of Specifications</h4>
+      <ul>
+      <li>The primer is the entry point to PROV offering an introduction to the provenance model.</li>
+      <li>The Linked Data and Semantic Web community should focus on PROV-O defining PROV classes and properties specified in an OWL-RL ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. PROV-SEM provides a mathematical semantics.</li>
+      <li>The XML community should focus on PROV-XML defining an XML schema for PROV. Further details can also be found in PROV-DM, PROV-CONSTRAINTS, and PROV-SEM.</li>
+      <li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
+      <li>Readers seeking to implement other PROV serializations
+      should focus on PROV-DM and PROV-CONSTRAINTS.  PROV-O, PROV-N, PROV-XML offer examples of mapping to RDF, text, and XML, respectively.</li>
+      </ul>
+
+      <h4 id="prov-o-second-working-draft">PROV-O Second Working Draft</h4>
+     <p>This specification defines the PROV Ontology as the normative representation of the PROV Data Model using the Web Ontology Language (OWL2). Following feedback, the structure of the document has been reorganized to suit a gradual introduction to the terms available in PROV-O, permitting the addition of more elaborate terms as users understand the earlier terms. A cross reference was added and is created directly from the OWL ontology. Examples throughout this document are taken directly from the working group's version control system.
+     </p>   
+    <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as an Editor's Draft. If you wish to make comments regarding this document, please send them to <a href="mailto:public-prov-comments@w3.org">public-prov-comments@w3.org</a> (<a href="mailto:public-prov-comments-request@w3.org?subject=subscribe">subscribe</a>, <a href="http://lists.w3.org/Archives/Public/public-prov-comments/">archives</a>). All feedback is welcome.</p><p>Publication as an Editor's Draft does not imply endorsement by the <acronym title="World Wide Web Consortium">W3C</acronym> Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>. <acronym title="World Wide Web Consortium">W3C</acronym> maintains a <a rel="disclosure" href="http://www.w3.org/2004/01/pp-impl/46974/status">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the <acronym title="World Wide Web Consortium">W3C</acronym> Patent Policy</a>.</p></div><div id="toc" class="section"><h2 class="introductory">Table of Contents</h2><ul class="toc"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#prov-o-at-a-glance" class="tocxref"><span class="secno">2. </span>PROV-O at a glance</a></li><li class="tocline"><a href="#description" class="tocxref"><span class="secno">3. </span>The PROV-O Ontology Description</a><ul class="toc"><li class="tocline"><a href="#description-starting-point-terms" class="tocxref"><span class="secno">3.1 </span>Starting Point Terms</a></li><li class="tocline"><a href="#description-expanded-terms" class="tocxref"><span class="secno">3.2 </span>Expanded Terms</a></li><li class="tocline"><a href="#description-qualified-terms" class="tocxref"><span class="secno">3.3 </span>Qualified Terms</a></li></ul></li><li class="tocline"><a href="#cross-reference" class="tocxref"><span class="secno">4. </span>Cross reference for PROV-O classes and properties</a><ul class="toc"><li class="tocline"><a href="#cross-reference-starting-point-terms" class="tocxref"><span class="secno">4.1 </span>Starting Point Terms</a></li><li class="tocline"><a href="#cross-reference-expanded-terms" class="tocxref"><span class="secno">4.2 </span>Expanded Terms</a></li><li class="tocline"><a href="#cross-reference-qualified-terms" class="tocxref"><span class="secno">4.3 </span>Qualified Terms</a></li></ul></li><li class="tocline"><a href="#prov-o-owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#names-of-inverse-properties" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">C. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">D. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">D.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">D.2 </span>Informative references</a></li></ul></li></ul></div>
+  
+ 
+    
+
+
+     <div id="introduction" class="section">    
+         
+<!-- OddPage -->
+<h2><span class="secno">1. </span>Introduction</h2>  
+         <p>The PROV Ontology (PROV-O) defines the normative OWL2 Web Ontology Language encoding of the PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]. This document describes the set of classes, properties, and restrictions that constitute the PROV Ontology. This ontology specification provides the foundation to implement provenance applications in different domains that can represent, exchange, and integrate provenance information generated in different systems and under different contexts. Together with the PROV Access and Query [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PAQ">PROV-PAQ</a></cite>] and PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>], this document forms a framework for provenance information interchange and management in domain-specific Web-based applications.
+         </p>
+        <p>
+         PROV-O conforms to the OWL-RL profile and is lightweight so that it can be adopted in the widest range of applications. The PROV Ontology classes and properties are defined such that they can not only be used directly to represent provenance information, but also can be specialized for modeling application-specific provenance details in a variety of domains. Thus, the PROV Ontology is expected to be both directly usable in applications as well as serve as a <i>reference model</i> for creating domain-specific provenance ontologies and thereby facilitate interoperable provenance modeling. To demonstrate the use of PROV-O classes and properties, this document uses an example provenance scenario similar to the one introduced in the PROV-Primer [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>]. PROV-O conforms to the OWL-RL profile and is lightweight so that it can be adopted in the widest range of applications.
+        </p>
+         <p> The PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] introduces a minimal set of concepts to represent provenance information in a variety of application domains. This document maps the PROV Data Model to PROV Ontology using the OWL2 ontology language, which facilitates a fixed interpretation and use of the PROV Data Model concepts based on the formal semantics of OWL2 [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-RDF-BASED-SEMANTICS">OWL2-RDF-BASED-SEMANTICS</a></cite>]. 
+        </p>
+
+        <p> We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV Ontology. An OWL2 <i>instance</i> is an individual object in a domain of discourse, for example a person named Alice or a car, and a set of individuals sharing a set of additional characteristics is called a <i>class</i>. Person and Car are examples of classes representing the set of individual persons and cars respectively. The OWL2 object properties are used to link individuals, classes, or create a property hierarchy. For example, the object property &quot;hasOwner&quot; can be used to link car with person. The OWL2 datatype properties are used to link individuals or classes to data values, including XML Schema datatypes [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA-2">XMLSCHEMA-2</a></cite>].   
+        </p>
+        <p>The key words &quot;<em class="rfc2119" title="must">must</em>&quot;, &quot;<em class="rfc2119" title="must not">must not</em>&quot;, &quot;<em class="rfc2119" title="required">required</em>&quot;, &quot;<em class="rfc2119" title="shall">shall</em>&quot;, &quot;<em class="rfc2119" title="shall not">shall not</em>&quot;, &quot;<em class="rfc2119" title="should">should</em>&quot;, &quot;<em class="rfc2119" title="should not">should not</em>&quot;, &quot;<em class="rfc2119" title="recommended">recommended</em>&quot;,  &quot;<em class="rfc2119" title="may">may</em>&quot;, and       &quot;<em class="rfc2119" title="optional">optional</em>&quot; in this document are to be interpreted as described in [<cite><a class="bibref" rel="biblioentry" href="#bib-RFC2119">RFC2119</a></cite>].</p>
+    </div>
+
+
+
+   <div id="prov-o-at-a-glance" class="section">
+      
+<!-- OddPage -->
+<h2><span class="secno">2. </span>PROV-O at a glance</h2>
+
+      <p>PROV-O users may only need to use parts of the entire ontology, depending on their needs and according to how much detail they want to include in their provenance information. For this, the PROV-O terms (classes and properties) are grouped into four categories to provide an incremental introduction to the ontology: Starting Point terms, Expanded terms, terms for Qualifying relationships, and terms for Collections.
+      </p>
+
+      <div id="prov-starting-point-owl-terms-at-a-glance">
+         <p><strong>Starting Point classes and properties</strong> provide the basis for the rest of the PROV Ontology and thus it is recommended that readers become comfortable with how to apply these terms before continuing to the remaining categories. These terms are used to create simple provenance descriptions that can be elaborated using terms from other categories. The classes and properties in this category are listed below and are discussed in <a href="#description-starting-point-terms">Section 3.1</a>.</p>
+         
+<div class="prov-starting-point owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#Activity">prov:Activity</a>
+    </li>
+    <li>
+      <a href="#Agent">prov:Agent</a>
+    </li>
+    <li>
+      <a href="#Entity">prov:Entity</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-starting-point owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#actedOnBehalfOf">prov:actedOnBehalfOf</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#endedAtTime">prov:endedAtTime</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#startedAtTime">prov:startedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#used">prov:used</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasAssociatedWith">prov:wasAssociatedWith</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasAttributedTo">prov:wasAttributedTo</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasDerivedFrom">prov:wasDerivedFrom</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasGeneratedBy">prov:wasGeneratedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInformedBy">prov:wasInformedBy</a>
+    </li>
+  </ul>
+</div>
+
+      </div>
+
+      <div id="prov-expanded-owl-terms-at-a-glance">
+         <p><strong>Expanded classes and properties</strong> provide additional terms that can be used to relate classes in the Starting Point category. The terms in this category are applied in the same way as the terms in the Starting Point category. Many of the terms in this category are subclasses or subproperties of those in the Starting Point category. The classes and properties in this category are listed below and are discussed in <a href="#description-expanded-terms">Section 3.2</a>.</p>
+         
+<div class="prov-expanded owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#Bundle">prov:Bundle</a>
+    </li>
+    <li>
+      <a href="#Collection">prov:Collection</a>
+    </li>
+    <li>
+      <a href="#Location">prov:Location</a>
+    </li>
+    <li>
+      <a href="#Organization">prov:Organization</a>
+    </li>
+    <li>
+      <a href="#Person">prov:Person</a>
+    </li>
+    <li>
+      <a href="#SoftwareAgent">prov:SoftwareAgent</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-expanded owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#alternateOf">prov:alternateOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#asInBundle">prov:asInBundle</a>
+    </li>
+    <li class="object-property">
+      <a href="#atLocation">prov:atLocation</a>
+    </li>
+    <li class="object-property">
+      <a href="#generated">prov:generated</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#generatedAtTime">prov:generatedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadMember">prov:hadMember</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadPrimarySource">prov:hadPrimarySource</a>
+    </li>
+    <li class="object-property">
+      <a href="#influenced">prov:influenced</a>
+    </li>
+    <li class="object-property">
+      <a href="#invalidated">prov:invalidated</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#invalidatedAtTime">prov:invalidatedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#mentionOf">prov:mentionOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#specializationOf">prov:specializationOf</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#value">prov:value</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasEndedBy">prov:wasEndedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInvalidatedBy">prov:wasInvalidatedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasQuotedFrom">prov:wasQuotedFrom</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasRevisionOf">prov:wasRevisionOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasStartedBy">prov:wasStartedBy</a>
+    </li>
+  </ul>
+</div>
+
+      </div>
+
+      <div id="prov-qualified-owl-terms-at-a-glance">
+         <p><strong>Qualified classes and properties</strong> provide elaborated information about binary relations asserted using Starting Point and Expanded properties. The terms in this category are applied using a pattern that differs from those in the Starting Point and Expanded categories. While the relations from the previous two categories are applied as direct, binary assertions, the terms in this category are used to provide additional attributes of the binary relations. The pattern used in this category allows users to provide elaborate details that are not available using only Starting Point and Expanded terms. The classes and properties in this category are listed below and are discussed in <a href="#description-qualified-terms">Section 3.3</a>.</p>
+         
+<div class="prov-qualified owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#ActivityInfluence">prov:ActivityInfluence</a>
+    </li>
+    <li>
+      <a href="#AgentInfluence">prov:AgentInfluence</a>
+    </li>
+    <li>
+      <a href="#Association">prov:Association</a>
+    </li>
+    <li>
+      <a href="#Attribution">prov:Attribution</a>
+    </li>
+    <li>
+      <a href="#Communication">prov:Communication</a>
+    </li>
+    <li>
+      <a href="#Delegation">prov:Delegation</a>
+    </li>
+    <li>
+      <a href="#Derivation">prov:Derivation</a>
+    </li>
+    <li>
+      <a href="#End">prov:End</a>
+    </li>
+    <li>
+      <a href="#EntityInfluence">prov:EntityInfluence</a>
+    </li>
+    <li>
+      <a href="#Generation">prov:Generation</a>
+    </li>
+    <li>
+      <a href="#Influence">prov:Influence</a>
+    </li>
+    <li>
+      <a href="#InstantaneousEvent">prov:InstantaneousEvent</a>
+    </li>
+    <li>
+      <a href="#Invalidation">prov:Invalidation</a>
+    </li>
+    <li>
+      <a href="#Plan">prov:Plan</a>
+    </li>
+    <li>
+      <a href="#Quotation">prov:Quotation</a>
+    </li>
+    <li>
+      <a href="#Revision">prov:Revision</a>
+    </li>
+    <li>
+      <a href="#Role">prov:Role</a>
+    </li>
+    <li>
+      <a href="#Source">prov:Source</a>
+    </li>
+    <li>
+      <a href="#Start">prov:Start</a>
+    </li>
+    <li>
+      <a href="#Usage">prov:Usage</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-qualified owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#activity">prov:activity</a>
+    </li>
+    <li class="object-property">
+      <a href="#agent">prov:agent</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#atTime">prov:atTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#entity">prov:entity</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadActivity">prov:hadActivity</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadGeneration">prov:hadGeneration</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadPlan">prov:hadPlan</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadRole">prov:hadRole</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadUsage">prov:hadUsage</a>
+    </li>
+    <li class="object-property">
+      <a href="#influencer">prov:influencer</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedAssociation">prov:qualifiedAssociation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedAttribution">prov:qualifiedAttribution</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedCommunication">prov:qualifiedCommunication</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedDelegation">prov:qualifiedDelegation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedDerivation">prov:qualifiedDerivation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedEnd">prov:qualifiedEnd</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedGeneration">prov:qualifiedGeneration</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedInfluence">prov:qualifiedInfluence</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedInvalidation">prov:qualifiedInvalidation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedQuotation">prov:qualifiedQuotation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedRevision">prov:qualifiedRevision</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedSource">prov:qualifiedSource</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedStart">prov:qualifiedStart</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedUsage">prov:qualifiedUsage</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInfluencedBy">prov:wasInfluencedBy</a>
+    </li>
+  </ul>
+</div>
+
+      </div>
+
+      <div>
+       
+      </div>
+
+   </div> 
+<!--  PROV-O at a glance  -->
+
+
+
+
+    <div id="description" class="section">
+      
+<!-- OddPage -->
+<h2><span class="secno">3. </span>The PROV-O Ontology Description</h2>       
+      <p>This section introduces the terms in each of the following categories:
+      </p>     
+      <ul>
+         <li><a href="#description-starting-point-terms">Starting Point Terms</a></li>
+         <li><a href="#description-expanded-terms">Expanded Terms</a></li>
+         <li><a href="#description-qualified-terms">Qualified Terms</a></li>
+      </ul>
+
+     <div id="description-starting-point-terms" class="section">
+      <h3><span class="secno">3.1 </span>Starting Point Terms</h3>
+       <p>The Starting Point category is a small collection of classes and properties that can be used to create simple, initial provenance descriptions.
+         Three classes provide a basis for the rest of PROV-O:  
+       </p>
+         <ul>
+            <li>An <a href="#Entity" class="qname">prov:Entity</a> is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary.  
+            </li>
+            <li>An <a href="#Activity" class="qname">prov:Activity</a> 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.  
+            </li>
+            <li>An <a href="#Agent" class="qname">prov:Agent</a> is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity. 
+            </li>
+         </ul> 
+      <p>The three primary classes relate to one another and to themselves using the properties shown in the following figure.</p>
+
+      <p>Activities <strong>start</strong> and <strong>end</strong> at particular points in time (described using properties 
+      <a class="qname" href="#startedAtTime">prov:startedAtTime</a> and <a class="qname" href="#endedAtTime">prov:endedAtTime</a>, respectively) 
+      and during their lifespan can  <strong>use</strong> and <strong>generate</strong> a variety of Entities (described with 
+      <a class="qname" href="#used">prov:used</a> and <a class="qname" href="#wasGeneratedBy">prov:wasGeneratedBy</a>, respectively). 
+      For example, a blog writing activity may use a particular dataset and generate a bar chart. 
+      By applying usage and generation, one can construct provenance chains comprising both Activities and Entities.
+      </p>
+
+      <p>In addiition, we can say that an Activity <a class="qname" href="#wasInformedBy">prov:wasInformedBy</a>
+      another Activity to provide some ordering information without explicitly mentioning the activities' start and end times. 
+      A <span class="repeated">prov:wasInformedBy</span> relation between Activities suggests that the informed Activity used an Entity that was generated by the informing 
+      Activity, but the Entity itself is not interesting. So, the <span class="repeated">prov:wasInformedBy</span> property allows the assertion of provenance chains comprising only Activities.
+      </p>
+
+      <p>Provenance chains comprising only Entities can be formed using the <a class="qname" href="#wasDerivedFrom">prov:wasDerivedFrom</a> property.
+         A derivation is a transformation of one entity into another. For example, if the Activity that created the bar chart is not interesting,
+          then we can say that the bar chart <span class="repeated">prov:wasDerivedFrom</span> the dataset.
+         Arbitrary RDF properties can be used to describe the fixed aspects of an Entity that are interesting to a particular application (for example, 
+         the file size and format of the dataset, or the aspect ratio of the bar chart).
+      </p>
+
+      <p>An Agent can be responsible for an Activity or an Entity, which is described using the properties <a class="qname" href="#wasAssociatedWith">prov:wasAssociatedWith</a> and <a class="qname" href="#wasAttributedTo">prov:wasAttributedTo</a>, respectively. Agents can also be responsible for other Agents' actions. In this case, the Agent that influenced an Activity or Entity <a class="qname" href="#actedOnBehalfOf">prov:actedOnBehalfOf</a> another Agent that may have had less influence, but still bears some responnsibility for the resulting Activity or Entity.
+
+      </p><div class="figure" style="text-align: center;" id="starting-points-figure">
+            
+<!--  When publishing to w3c: replace prov-o-diagrams/ with diagrams/  -->
+
+            
+<!-- img src="prov-o-diagrams/Starting-points-terms.png" -->
+
+            <img alt="PROV-O Starting Point terms" style="width: 60%; min-width: 25em; max-width: 60em" src="diagrams/starting-points.svg" />
+            <div class="figcaption"><a href="#starting-points-figure">Figure 1</a>. The three Starting Point classes and the properties that relate them.</div>
+      </div>
+
+        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-simple-1">
+           <p>The following PROV-O describes the resources involved when creating a chart about crime statistics. The example uses only Starting Point terms and serves as a basis for elaboration that will be described in subsequent sections. In the example, Derek performs an aggregation of some government crime data, grouping by national regions that are described in a separate dataset by a civil action group.
+           </p> 
+           <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" rel="prov:wasQuotedFrom">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix ex:   &lt;http://example.org#&gt; .
+
+ex:bar_chart
+   a prov:Entity;
+   prov:wasGeneratedBy ex:illustrationActivity;
+   prov:wasDerivedFrom ex:aggregatedByRegions;
+.
+
+ex:illustrationActivity 
+   a prov:Activity; 
+   prov:used              ex:aggregatedByRegions;
+   prov:wasAssociatedWith ex:derek;
+   prov:wasInformedBy     ex:aggregationActivity;
+.
+
+ex:aggregatedByRegions
+   a prov:Entity;
+   prov:wasGeneratedBy ex:aggregationActivity;
+.
+
+ex:aggregationActivity
+   a prov:Activity;
+   prov:startedAtTime    &quot;2011-07-14T01:01:01Z&quot;^^xsd:dateTime;
+   prov:wasAssociatedWith ex:derek;
+   prov:used              ex:crimeData;
+   prov:used              ex:nationalRegionsList;
+   prov:endedAtTime      &quot;2011-07-14T02:02:02Z&quot;^^xsd:dateTime;
+.
+
+ex:crimeData
+   a prov:Entity;
+   prov:wasAttributedTo ex:government;
+.
+ex:nationalRegionsList 
+   a prov:Entity;
+   prov:wasAttributedTo ex:civil_action_group;
+.
+
+ex:aggregatedByRegions prov:wasAttributedTo ex:derek .
+ex:bar_chart           prov:wasAttributedTo ex:derek .
+
+ex:derek
+   a prov:Agent;
+   a foaf:Person;
+   foaf:givenName &quot;Derek&quot;^^xsd:string;
+   foaf:mbox      &lt;mailto:dererk@example.org&gt;;
+   prov:actedOnBehalfOf ex:chartgen;
+.
+
+ex:chartgen 
+   a prov:Agent;
+   a prov:Organization;
+   foaf:name &quot;Chart Generators&quot;;
+. 
+
+ex:government         a prov:Organization, foaf:Organization .
+ex:civil_action_group a prov:Organization, foaf:Organization .</pre>
+        </div>
+
+      <p>The example states that the agent <code>ex:derek</code> was associated with two 
+      activities: <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>. The 
+      activity <code>ex:aggregationActivity</code> used 
+      the entities <code>ex:crimeData</code> (a crime statistics dataset) and <code>ex:nationalRegionsList</code> (a list of national regions), and 
+      generated a new entity, <code>ex:aggregatedByRegions</code>, that aggregates the statistics in
+       <code>ex:crimeData</code> according to the regions in <code>ex:nationalRegionsList</code>. 
+      The <code>ex:aggregatedByRegions</code> entity was then used by the <code>ex:illustrationActivity</code> activity, 
+      to generate a new entity <code>ex:chart1</code> that depicts the aggregated statistics.
+      </p>
+
+      <p> The example also states that the activity <code>ex:illustrationActivity</code> was 
+      informed by the activity <code>ex:aggregationActivity</code>. Indeed, the former used
+       the entity <code>ex:aggregatedByRegions</code>, which was generated by the latter.
+      </p>
+
+      <p> Because the agent <code>ex:derek</code> was associated with the activities 
+      <code>ex:aggregationActivity</code> and <code>ex:illustrationActivity</code>, the entities 
+      generated by these activities, i.e., <code>ex:aggregatedByRegions</code> and <code>ex:chart1</code>, were 
+      attributed to him.
+      </p>
+
+      <p>Finally, the example states that the agent <code>ex:derek</code> acted on behalf of the organization <code>ex:chartgen</code>.
+      </p>   
+
+     </div> 
+<!--  Starting Points  in PROV-O  -->
+
+
+     <div id="description-expanded-terms" class="section">
+      <h3><span class="secno">3.2 </span>Expanded Terms</h3>
+
+      <p>The terms introduced in this section provide additional ways to describe the provenance among Entities, Activities, and Agents. 
+         The additional terms are illustrated in the following figure and can be separated into five different categories.</p>
+
+      <div class="figure" style="text-align: center;" id="expanded-terms-figure">
+            
+<!--  When publishing to w3c: replace prov-o-diagrams/ with diagrams/  -->
+
+            
+<!-- img src="prov-o-diagrams/Starting-points-terms.png" -->
+
+            <img alt="PROV-O Starting Point terms" style="width: 60%; min-width: 25em; max-width: 60em" src="diagrams/expanded.svg" />
+            <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>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and one superproperty.</p>
+
+     <p>Three subclasses of Agent (<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>) and
+      two subclasses of Entity are provided (<a class="qname" href="#Collection">prov:Collection</a>, and <a class="qname" href="#Bundle">prov:Bundle</a>). 
+      </p>
+
+      <p>
+      A <span class="repeated">prov:Collection</span> is an Entity that provides a structure (e.g. set, list, etc.) to some constituents (which are themselves Entities). 
+      The <span class="repeated">prov:Collection</span> class can be used to express the provenance of the collection itself: 
+      e.g. who maintains the collection (attribution), which members it contains as it evolves, and how it was assembled. 
+      The <a class="qname" href="#hadMember">prov:hadMember</a> property is used to assert membership in a collection.
+      </p>
+
+      <p>
+      A <span class="repeated">prov:Bundle</span> is a named set of provenance descriptions that enables the expression of provenance of provenance.
+      It is important to note that the set of provenance descriptions can assume forms beyond PROV-O triples, such as videotaped testimony or scribbles on a drink napkin. 
+      The subclass of Bundle that contains PROV-O assertions is not provided by PROV-O, since it is more appropriate to do so using other recommendations, 
+      standards, or technologies. In any case, a Bundle of PROV-O assertions is an abstract set of RDF triples, and adding or removing a triple creates a distinct 
+      Bundle of PROV-O assertions.
+      </p>
+
+     <p>More general and more specific properties are also provided by the expanded terms. More generally, the property <a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> is a superproperty that relates any influenced Entity, Activity, or Agent to any other influencing Entity, Activity, or Agent that had an effect on its characteristics. 
+        More specifically, three subproperties of <span class="repeated">prov:wasDerivedFrom</span> are provided for certain kinds of derivation among Entities: 
+      <a class="qname" href="#wasQuotedFrom">prov:wasQuotedFrom</a> cites a potentially larger Entity (such as a Book, or Blog) from which an Entity was taken, 
+      <a class="qname" href="#wasRevisionOf">prov:wasRevisionOf</a> cites an older version of a revised Entity (such as a first edition of a book), and 
+      <a class="qname" href="#hadPrimarySource">prov:hadPrimarySource</a> cites an ancestor Entity produced by some agent with direct experience and 
+      knowledge about the topic (such as a reading from a sensor, or a journal written during an historical event). 
+      </p>
+     
+     <p>The <strong>second</strong> category relates Entities according to their levels of abstraction, where some Entities may present more aspects than their more general counterparts. 
+      While <a class="qname" href="#specializationOf">prov:specializationOf</a> 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), <a class="qname" href="#alternateOf">prov:alternateOf</a> 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).
+    <a class="qname" href="#mentionOf">prov:mentionOf</a> is a special type of <span class="repeated">prov:specializationOf</span> whose subject presents as an aspect a particular <span class="repeated">prov:Bundle</span> in which its more general Entity was described (<a class="qname" href="#asInBundle">prov:asInBundle</a> is used to cite the Bundle in which the generalization was mentioned).
+     </p>
+     
+      <div class="note">
+      <p>The <span class="repeated">prov:mentionOf</span> and <span class="repeated">prov:asInBundle</span> properties are &quot;<a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">at risk</a>&quot; and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.</p>
+
+      <p>These two properties are used to encode the PROV-DM's <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-mention">Mention construct</a>, which might be removed from PROV if implementation experience reveals problems with supporting this construct. 
+      </p></div>
+
+      <p>
+      The <strong>third</strong> category allows further description of Entities. The property <a class="qname" href="#value">prov:value</a> holds a literal value for the Entity. For example, the <span class="repeated">prov:value</span> of a quote could be a string of the sentences stated, or the <span class="repeated">prov:value</span> of an Entity involved in a numeric calculation could be the xsd:integer four.
+       The property <a class="qname" href="#atLocation">prov:atLocation</a> can be used to describe the <a class="qname" href="#Location">prov:Location</a> of any 
+      Entity, Activity, Agent, or <a class="qname" href="#InstantaneousEvent">prov:InstantaneousEvent</a> 
+      (i.e., generation, usage, or invalidation of an entity and the starting or ending of an activity). 
+      The properties used to describe instances of <span class="repeated">prov:Location</span> are outside the scope of PROV-O; 
+      reuse of other existing vocabulary is encouraged.
+      </p>
+
+ 
+      <p>The <strong>fourth</strong> category describes the lifetime of an Entity beyond being <strong>generated</strong> by an Activity and <strong>used</strong> by other Activities. For example, a painting could not have been displayed before it was painted, and it cannot be sold after it is destroyed by fire. 
+      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. 
+The properties <a class="qname" href="#generatedAtTime">prov:generatedAtTime</a> and <a class="qname" href="#invalidatedAtTime">prov:invalidatedAtTime</a> can be used to bound the starting and ending moments of an Entity's existence. The Activities that led to the generation or invalidation of an Entity can be provided using <span class="repeated">prov:wasGeneratedBy</span> and <a class="qname" href="#wasInvalidatedBy">prov:wasInvalidatedBy</a>, respectively. 
+<a class="qname" href="#generated">prov:generated</a> and <a class="qname" href="#invalidated">prov:invalidated</a> are the inverses of <span class="repeated">prov:wasGeneratedBy</span> and <span class="repeated">prov:wasInvalidatedBy</span>, respectively, and are defined to facilitate Activity-centric in addition to Entity-centric modeling. 
+      </p>
+
+      <p>The <strong>fifth</strong> category describes the lifetime of an Activity beyond its start and end times and predecessor Activities.  
+      Activities may also be started or ended by Entities, which are described using the properties <a class="qname" href="#wasStartedBy">prov:wasStartedBy</a> and <a class="qname" href="#wasEndedBy">prov:wasEndedBy</a>, respectively. Since Entities may start or end Activities, and Agents may be Entities, then Agents may also start or end Activities.
+      </p>
+        <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-1">
+           <p>We illustrate below the use of the expanded terms using the crime file example from the previous section as reference. Agent Derek now publishes a post about
+         his work with the aggregated file:
+            </p> 
+         
+            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.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 my:   &lt;http://example.org/my#&gt; .
+@prefix :     &lt;http://example.org#&gt; .
+
+:bundlePost {
+
+   :bundlePost a prov:Bundle .
+
+   :derek
+      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 :chartgen;
+   .
+
+   :chartgen 
+      a prov:Organization, prov:Agent;       ## Typically prov:Agent will be inferred from prov:Organization
+      foaf:name &quot;Chart Generators, Inc.&quot;;
+   .
+
+   :postEditor 
+      a prov:SoftwareAgent, prov:Agent;      ## Typically prov:Agent will be inferred from prov:SoftwareAgent
+      foaf:name &quot;Post Editor 3000&quot;;
+   .   
+
+   :aggregatedByRegions
+      a prov:Entity;
+      prov:atLocation &lt;file://Users/aggr.txt&gt;;
+   .
+   
+   :more-crime-happens-in-cities
+    a prov:Location, sioc:Post, prov:Entity;
+    sioc:latest_version :post9821v2;
+    sioc:previous_version :post9821v1;
+   .
+
+   ## Version 1 of the post
+   
+   :post9821v1
+      a prov:Entity, sioc:Post;   
+      prov:wasGeneratedBy :publicationActivity1123;
+      prov:atLocation     :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
+      my:snapshotContent  :postContent0;                  ## Snapshot with the content of this version
+      sioc:title &quot;More crime happens in cities&quot;^^xsd:string;
+      prov:hadPrimarySource :aggregatedByRegions;        ## This version of the post used the file &quot;aggregatedByRegions&quot; as a primary source. 
+                                                          ## Since the author stated that he based his post in the file, 
+                                                          ## the system used this relationship to keep the attribution clear.
+      prov:wasAttributedTo   :derek;
+      prov:generatedAtTime &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   .
+
+   ## Version 2 of the post
+
+   :post9821v2
+      a prov:Entity, sioc:Post;
+      prov:atLocation       :more-crime-happens-in-cities;  ## PERMALINK to the (latest revision of the) post
+      my:snapshotContent    :postContent1;                  ## Snapshot with the content of this version
+      prov:wasRevisionOf    :post9821v1;
+      prov:specializationOf :post9821v1;
+      prov:wasAttributedTo  :derek;
+   .
+
+   :publicationActivity1123 
+      a prov:Activity;
+      prov:wasStartedAt      &quot;2011-07-16T01:01:01Z&quot;^^xsd:dateTime;
+      prov:wasEndedAt        &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:wasAssociatedWith :derek,
+                             :postEditor;
+      prov:used              :aggregatedByRegions;   
+      prov:generated         :post9821v1;
+      prov:wasStartedBy      :derek;
+      prov:wasEndedBy        :derek
+   .
+}</pre> 
+        </div>
+         
+         <p>
+         Agent <code>ex:derek</code>, acting again in behalf of the <code>ex:chartgenerators</code> organization, 
+         publishes a post about his recent changes to the aggregated file (<code>ex:aggregatedByRegions</code>) using the tool <code>ex:postEditor</code>. Since he is the one who started and ended the publishing activity (<code>ex:publicationActivity1123</code>), that information
+         is recorded as well. The post produced by <code>ex:derek</code> (<code>ex:post9821v1</code>) includes a permanent link where the content of the latest version is shown
+         (<code>ex:more-crime-happens-in-cities</code>) plus a snapshot of the content of the current version (<code>ex:postContent0</code>). Derek also adds additional metadata of the post, like the title.
+         </p>
+         <p>
+         However, inmediately after having published the post, Derek detects a typo. He does not want to record the activity that led to the new version, so he just creates a new version and 
+         summarizes the changes in a revision of the original post(<code>ex:post9821v2</code>). This revision is also a specialization of the original post, since it is a refined version. 
+         Thus, the permalink to the latest version (<code>ex:more-crime-happens-in-cities</code>) remains the same in the new revision, but a different URL is given for its snapshot (<code>ex:postContent1</code>).
+         </p>        
+         
+       <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-1-a">
+           <p>Shortly after Derek's post publication, ex:monica adapts the text for a wider audience in a new post (<code>ex:post9822</code>). This version is an specialization of the original post,
+         and an alternate of the version modified by Derek. Since the provenance produced by the activities of Derek and Monica correspond to different user views, the system
+         automatically publish it in different <a class="qname" href="#Bundle">prov:Bundles</a> (<code>ex:bundlePost and ex:bundlePost1</code>).
+            </p>        
+            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.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 my:   &lt;http://example.org#my&gt; .
+@prefix :     &lt;http://example.org#&gt; .
+
+:bundlePost1 {
+
+   :bundlePost1 a prov:Bundle .
+
+   :monica
+      a prov:Person, prov:Agent, foaf:Person;
+      foaf:givenName &quot;Monica&quot;^^xsd:string;
+      foaf:mbox      &lt;mailto:monica@example.org&gt;
+   .
+
+   ## Rephrasing of the post in a new resource for a different audience
+
+   :post9822
+      a prov:Entity, sioc:Post;
+      prov:atLocation       :more-crime-happens-in-cities-for-dummies; ## PERMALINK to the (latest revision of the) post
+      my:snapshotContent    :postContent2;                             ## Snapshot with the content of this version
+      prov:alternateOf      :post9821v2;                               ## This post is an alternate of the second version modified by Dereck.
+      prov:specializationOf :more-crime-happens-in-cities;             ## This post is an specialization of the post initially created by Dereck.
+      prov:tracedTo         :aggregatedByRegions;                      ## If the file hadn't existed, Monica would have not written the post. 
+                                                                       ## However the file is not what Monica used as primary source for writting the new post,
+                                                                       ## so we can't consider the post to have &quot;been derived from&quot; it.
+      sioc:title &quot;More crime happens in cities (for dummies)&quot;^^xsd:string;
+      prov:wasAttributedTo :monica;
+   .
+}</pre> 
+        </div>
+         
+         <div xmlns:prov="http://www.w3.org/ns/prov#" class="exampleOuter" typeof="prov:Entity" about="#narrative-example-expanded-2">
+            <p>Some time passes by, and John writes his own conclusions quoting the previous two posts:
+            </p> 
+            <pre class="example" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.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 :     &lt;http://example.org#&gt; .
+
+:bundlePost2 {
+
+   :bundlePost2 
+      a prov:Bundle;
+      prov:hasAnnotation :noteMadeByParser;
+   .
+   
+   :john 
+      a prov:Agent;
+   .
+   
+   # Rows of the post quoting post :post9821v1
+
+   :quote1
+      a prov:Entity;
+      prov:value &quot;Analysis of the datasets demonstrate that there is more crime&quot;;
+      prov:wasQuotedFrom :post9821v1.
+      
+   # Rows of the post quoting post :post9821v2
+
+   :quote2
+      a prov:Entity;
+      prov:value &quot;In sumary, there are clearly more crimes in the country&quot;;
+      prov:wasQuotedFrom :post9821v2.
+   
+   :publicationActivity1123
+      a prov:Axtivity;
+      prov:used :quote1,
+                :quote2,
+                :aggregatedByRegions;
+      prov:generated :post19201.
+   
+   :post19201
+      a prov:Entity, sioc:Post;
+      prov:wasAttributedTo   :john;
+      prov:wasDerivedFrom    :post9821v1, 
+                             :post9821v2;
+      prov:wasGeneratedBy    :publicationActivity1123;
+      prov:hadPrimarySource :aggregatedByRegions;
+   .
+}</pre> 
+         </div>
+         
+         <p>
+         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>).
+         
+         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-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 :     &lt;http://example.org#&gt; .
+
+:post19201
+   a prov:Entity, sioc:Post;
+   prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
+   prov:wasInvalidatedBy :hard_disk_failure;
+.
+
+:hard_disk_failure
+   a prov:Activity;
+   prov:wasEndedAt &quot;2012-09-02T01:31:00Z&quot;^^xsd:dateTime;
+.</pre>
+         </div>
+     </div>
+
+
+<!--  incorporate https://dvcs.w3.org/hg/prov/rev/e3ecc51f4598  -->
+
+     <div id="description-qualified-terms" class="section">
+       <h3><span class="secno">3.3 </span>Qualified Terms</h3>
+       <p>The Qualified Terms category is for users who wish to provide further details about the influence among
+         Entities, Activities, and Agents.  The terms in this category are the result of
+         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
+         relation by using an intermediate class that represents the influence between two resources. 
+      This new instance, in turn, can be described with arbitrary descriptions about the influence between the two resources cited. The following two tables list the relations that can be qualified using the Qualification Pattern, along with the properties used to qualify them. For example, the first table's third row indicates that when we want to elaborate the association (<span class="repeated">prov:wasAssociatedWith</span>) that an Agent had upon an Activity, we add an additional description (<span class="repeated">prov:qualifiedAssociation</span>) to the Activity that references an instance of <span class="repeated">prov:Association</span> that, in turn, references the influencing Agent with the property <span class="repeated">prov:agent</span>. The instance of  <span class="repeated">prov:Association</span> can then be annotated with arbitrary descriptions about the influence that the Agent had upon the Activity.
+      </p>
+
+      <div style="padding: 10px" id="qualified-forms-starting-point">
+         <p>Seven <a href="#description-starting-point-terms">Starting Point</a> relations that can be further described using the Qualification Pattern, along with qualification property, influence class, and influencer properties.
+         </p>
+         <div style="text-align: center">
+            <table class="qualified-forms">
+  <caption><a href="#qualified-forms-starting-point">Table 1</a>: Qualification Property and Influence Class used to qualify a Starting-point Property.</caption>
+  <tbody><tr>
+    <th>Influenced Class</th>
+    <th>Unqualified Influence</th>
+    <th>Qualification Property</th>
+    <th>Qualified Influence</th>
+    <th>Influencer Property</th>
+    <th>Influencing Class</th>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a></td>
+    <td><a class="owlproperty" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a></td>
+    <td><a class="owlproperty" href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a></td>
+    <td><a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a></td>
+    <td><a class="owlproperty" href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a></td>
+    <td><a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+    <td><a class="owlproperty" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a></td>
+    <td><a class="owlproperty" href="#qualifiedUsage" title="http://www.w3.org/ns/prov#qualifiedUsage">prov:qualifiedUsage</a></td>
+    <td><a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+    <td><a class="owlproperty" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a></td>
+    <td><a class="owlproperty" href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a></td>
+    <td><a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a></td>
+    <td><a class="owlproperty" href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a></td>
+    <td><a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a></td>
+    <td><a class="owlproperty" href="#qualifiedAttribution" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</a></td>
+    <td><a class="owlclass" href="#Attribution" title="http://www.w3.org/ns/prov#Attribution">prov:Attribution</a></td>
+    <td><a class="owlproperty" href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a></td>
+    <td><a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a></td>
+    <td><a class="owlproperty" href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a></td>
+    <td><a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a></td>
+    <td><a class="owlproperty" href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a></td>
+    <td><a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a></td>
+    <td><a class="owlproperty" href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a></td>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+    <td><a class="owlproperty" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a></td>
+    <td><a class="owlproperty" href="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</a></td>
+    <td><a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a></td>
+    <td><a class="owlproperty" href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a></td>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+  </tr>
+</tbody></table>
+
+         </div>
+      </div>
+
+      <div style="padding: 10px" id="qualified-forms-expanded">
+         <p>Six <a href="#description-expanded-terms">Expanded</a> relations that can be further described using the Qualification Pattern, along with qualification property, influence class, and influencer properties.
+         </p>
+         <div style="text-align: center">
+            <table class="qualified-forms">
+  <caption><a href="#qualified-forms-expanded">Table 2</a>: Qualification Property and Influence Class used to qualify an Expanded Property.</caption>
+  <tbody><tr>
+    <th>Influenced Class</th>
+    <th>Unqualified Influence</th>
+    <th>Qualification Property</th>
+    <th>Qualified Influence</th>
+    <th>Influencer Property</th>
+    <th>Influencing Class</th>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a></td>
+    <td><a class="owlproperty" href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a></td>
+    <td><a class="owlclass" href="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+    <td><a class="owlproperty" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a></td>
+    <td><a class="owlproperty" href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a></td>
+    <td><a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a></td>
+    <td><a class="owlproperty" href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a></td>
+    <td><a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a></td>
+    <td><a class="owlproperty" href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a></td>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a></td>
+    <td><a class="owlproperty" href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a></td>
+    <td><a class="owlclass" href="#Quotation" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+    <td><a class="owlproperty" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a></td>
+    <td><a class="owlproperty" href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a></td>
+    <td><a class="owlclass" href="#Revision" title="http://www.w3.org/ns/prov#Revision">prov:Revision</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+  <tr>
+    <td><a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a></td>
+    <td><a class="owlproperty" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a></td>
+    <td><a class="owlproperty" href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a></td>
+    <td><a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a></td>
+    <td><a class="owlproperty" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a></td>
+    <td><a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a></td>
+  </tr>
+</tbody></table>
+
+         </div>
+      </div>
+
+
+      <p>
+       The qualification classes and properties shown in the previous two tables can also be found in the <a href="#cross-reference">cross reference</a> 
+        in the next section of this document. If the property can be qualified, the <strong>can be qualified with</strong>
+         header indicates the qualifying property and influence class that should be used.
+         Conversely, the <strong>qualifies</strong> headers in the listings for qualification terms indicate the unqualified property that they qualify.
+      In the OWL file iteself, the annotation properties <span class="qname">prov:qualifiedForm</span> and <span class="qname">prov:unqualifiedForm</span> provide the same linkages between the unqualified properties and their qualifiying terms.
+
+         The influence classes (e.g. <span class="repeated">prov:Association</span>, <span class="repeated">prov:Usage</span>) are extensions of 
+         <a href="#Influence" class="qname">prov:Influence</a> and either 
+         <a href="#EntityInfluence" class="qname">prov:EntityInfluence</a>, 
+         <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>, or
+         <a href="#AgentInfluence" class="qname">prov:AgentInfluence</a>, which determine the property to use to cite the influencing resource (either
+       <a href="#entity" class="qname">prov:entity</a>,
+       <a href="#activity" class="qname">prov:activity</a>, or
+       <a href="#agent" class="qname">prov:agent</a>, respectively).
+         </p><p>
+So for instance, if we have the unqualified statement:
+</p><pre class="example">:e1 
+   a prov:Entity;
+   prov:wasGeneratedBy :a1;
+.
+
+:a1 a prov:Activity .</pre>
+<p></p>
+<p>Then we find in PROV-O that <a href="#wasGeneratedBy" class="qname">prov:wasGeneratedBy</a> can be qualified with  
+the qualification property <a href="#qualifiedGeneration" class="qname">prov:qualifiedGeneration</a> 
+and
+the class <a href="#Generation" class="qname">prov:Generation</a>, which is a subclass of <a href="#ActivityInfluence" class="qname">prov:ActivityInfluence</a>. From this, we can restate the above relation using the <em>qualification pattern</em> as:
+</p>
+<pre class="example">:e1 
+   a prov:Entity;
+   prov:wasGeneratedBy      :a1;
+   prov:qualifiedGeneration :e1Gen; # Add the qualification
+.
+
+:a1 a prov:Activity .
+
+:e1Gen 
+   a prov:Generation;
+   prov:activity :a1;               # Cite the influencing Activity.
+   :foo :bar;
+.</pre>
+<p>
+The asserter can thus attach additional properties to <code>:e1Gen</code> to
+describe the generation of <code>:e1</code>. To simplify client queries, any
+qualified relation <em class="rfc2119" title="should">should</em> be accompanied by the equivalent unqualified
+statement. Unqualified properties <em class="rfc2119" title="should not">should not</em> have the equivalent qualified form
+asserted unless it adds additional information.  
+   </p>
+
+      <p>In addition to the previous two tables, <a href="#qualified-terms-figure">Figure 3</a> illustrates the classes and properties needed to apply the qualification pattern to the thirteen unqualified influence relations. 
+
+   For example, while <a href="#qualifiedUsage" class="qname">prov:qualifiedUsage</a>, <a href="#Usage" class="qname">prov:Usage</a>, and <a href="#entity" class="qname">prov:entity</a> are used to qualify 
+      <span class="repeated">prov:used</span> relations, 
+   
+      <a href="#qualifiedAssociation" class="qname">prov:qualifiedAssociation</a>, <a href="#Association" class="qname">prov:Association</a>, and <a href="#agent" class="qname">prov:agent</a> are used to qualify <span class="repeated">prov:wasAssociatedWith</span> relations. This pattern applies to the eleven other influence relations that can be qualified.
+      </p>
+
+      <p>In subfigure <strong>a</strong> the <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property and references an instance of 
+      <span class="repeated">prov:Usage</span>, which in trun provides attributes of the <span class="repeated">prov:used</span> relation between the Activity and Entity. 
+      The <span class="repeated">prov:entity</span> property is used to cite the Entity that was used by the Activity. 
+      In this case, the time that the Activity used the Entity is provided using the <a class="qname" href="#atTime&quot;">prov:atTime</a> property and a literal 
+      <span class="repeated">xsd:dateTime</span> value. The <span class="repeated">prov:atTime</span> property can be used to describe any 
+      <a class="qname" href="#InstantaneousEvent">prov:InstantaneousEvent</a> (including 
+      <a class="qname" href="#Start">prov:Start</a>, 
+      <a class="qname" href="#Generation">prov:Generation</a>, 
+      <a class="qname" href="#Usage">prov:Usage</a>, 
+      <a class="qname" href="#Invalidation">prov:Invalidation</a>, and
+      <a class="qname" href="#End">prov:End</a>).
+      </p>
+
+      <p>Similarly in subfigure <strong>j</strong>, the <span class="repeated">prov:qualifiedAssociation</span> property parallels the 
+      <span class="repeated">prov:wasAssociatedWith</span> property and references an instance of 
+      <span class="repeated">prov:Association</span>, which in turn provides attributes of the 
+      <span class="repeated">prov:wasAssociatedWith</span> relation between the Activity and Agent. The 
+      <span class="repeated">prov:agent</span> property is used to cite the Agent that influenced the Activity. 
+      In this case, the plan of actions and steps that the Agent used to achieve its goals is provided using the 
+      <a class="qname" href="#hadPlan">prov:hadPlan</a> property and an instance of <a class="qname" href="#Plan">prov:Plan</a>. Further, the 
+      <a class="qname" href="#hadRole">prov:hadRole</a> property and <a class="qname" href="#Role">prov:Role</a> 
+      class can be used to describe the function that the agent served with respect to the Activity. 
+      Both <span class="repeated">prov:Plan</span> and <span class="repeated">prov:Role</span> are left to be extended by applications.
+      </p>
+
+       <div class="figure" style="text-align: center;" id="qualified-terms-figure">
+            
+<!--  When publishing to w3c: replace prov-o-diagrams/ with diagrams/  -->
+
+            
+<!-- img src="prov-o-diagrams/Qualified-Association.png" -->
+
+            <img alt="Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship" style="width: 70%; min-width: 25em; max-width: 70em" src="diagrams/qualified-patterns.svg" />
+            <div class="figcaption"><a href="#qualified-terms-figure">Figure 3</a>: Illustration of the properties and classes to use (<span style="color: blue">in blue</span>) to qualify unqualified influence relations (dotted black).<br />
+            <a href="#Quotation">Quotation</a>, <a href="#Revision">Revision</a>, and <a href="#Source">Source</a> are omitted because they are special forms of <a href="#Derivation">Derivation</a> and follow the same pattern as subfigure <strong>g</strong>.</div>
+       </div>
+
+
+
+
+      <p>The following two examples show the result of applying the Usage and Association patterns to the chart making example from <a href="#description-starting-point-terms">Section 3.1</a>.
+      </p>
+       <div class="exampleOuter">
+          <div><b>Qualified Usage</b></div>
+            <p>The <span class="repeated">prov:qualifiedUsage</span> property parallels the <span class="repeated">prov:used</span> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>ex:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
+          </p>
+             <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.org#&gt; .
+
+ex:illustrationActivity 
+   a prov:Activity;                   ## (Using Starting Point terms)
+   prov:used ex:aggregatedByRegions;  ## The aggregated data was used to create the chart.
+.
+
+ex:aggregatedByRegions a prov:Entity .
+
+ex:illustrationActivity    
+   prov:qualifiedUsage  [
+      a prov:Usage;
+      prov:entity ex:aggregatedByRegions;                ## Qualification: The aggregated data was used 
+      prov:atTime &quot;2011-07-14T03:03:03Z&quot;^^xsd:dateTime;  ## at a particular time when creating the chart.
+   ];
+.</pre>
+       </div>
+
+        <div class="exampleOuter">
+           <div><b>Qualified Association</b></div>
+            <p>The <span class="repeated">prov:qualifiedAssociation</span> property parallels the <span class="repeated">prov:wasAssociatedWith</span> property to provide an additional description to <code>ex:illustrationActivity</code>. The instance of <span class="repeated">prov:Association</span> cites the agent (<code>ex:derek</code>) that followed the instructions (<code>ex:tutorial_blog</code>).
+            </p>
+              <pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.org#&gt; .
+
+ex:illustrationActivity             
+   a prov:Activity;                  ## (Using Starting Point terms)
+   prov:wasAssociatedWith ex:derek;  ## Derek was responsible for the chart making in some way.
+.
+
+ex:derek a prov:Agent .
+
+ex:illustrationActivity
+   prov:qualifiedAssociation [       ## Qualification: What plan (or recipe, instructions) 
+      a prov:Association;            ## did Derek follow when creating the graphical chart?
+      prov:agent   ex:derek
+      prov:hadPlan ex:tutorial_blog;
+   ];
+.
+
+ex:tutorial_blog a prov:Plan, prov:Entity .</pre>
+       </div>
+
+
+
+
+
+
+       <p>This section finishes with two more examples of qualification as applied to the chart making example from <a href="#description-starting-point-terms">Section 3.1</a>.
+       </p>
+
+        <div class="exampleOuter">
+           <div><b>Qualified Generation</b></div>
+            <p>The <span class="repeated">prov:qualifiedGeneration</span> property parallels the <span class="repeated">prov:wasGeneratedBy</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>ex:illustrationActivity</code>) generated the chart (<code>ex:chart1</code>).
+            </p>
+              <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.org#&gt; .
+
+ex:chart1 
+   a prov:Entity;                                ## (Using Starting Point terms)
+   prov:wasGeneratedBy ex:illustrationActivity;  ## The chart was generated in an illustration activity.
+.
+
+ex:illustrationActivity a prov:Activity .
+
+ex:chart1
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      prov:activity ex:illustrationActivity;             ## Qualification: The chart was 
+      prov:atTime &quot;2011-07-14T15:52:14Z&quot;^^xsd:dateTime;  ## generated at a particular time.
+   ];
+.</pre>
+        </div>
+
+        <div class="exampleOuter">
+           <div><b>Qualified Derivation</b></div>
+            <p>The <span class="repeated">prov:qualifiedDerivation</span> property parallels the <span class="repeated">prov:wasDerivedFrom</span> property to provide an additional description to <code>ex:chart1</code>. The instance of <span class="repeated">prov:Derivation</span> cites the activity (<code>ex:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the chart (<code>ex:chart1</code>).
+            </p>
+              <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix ex:   &lt;http://example.org#&gt; .
+
+ex:chart1
+   a prov:Entity;                               ## (Using Starting Point terms)
+   prov:wasDerivedFrom ex:aggregatedByRegions;  ## The chart was derived from the aggregate.
+.
+
+ex:aggregatedByRegions a prov:Entity .
+
+ex:chart1
+   prov:qualifiedDerivation   [           
+      a prov:Derivation;
+      prov:entity        ex:aggregatedByRegions;  ## Qualification: additional information about the derivation:
+      prov:hadUsage      ex:usage;                ## Which activity derived the aggregate?
+      prov:hadActivity   ex:activity;             ## What did the activity use to derive the aggregate?
+      prov:hadGeneration ex:generation;           ## How did the activity generate the derived aggregate?
+   ];
+.</pre>
+        </div>
+
+     </div>
+
+
+    </div>
+
+ 
+
+   <div id="cross-reference" class="section"> 
+<!--  class='informative'  -->
+
+      
+<!--  prov:tracedTo [ prov:wasGeneratedBy [ a prov:Activity; 
+           dcterms:description "python eg-24-prov-o-html-examples.py http://dvcs.w3.org/hg/prov/raw-file/default/ontology/ProvenanceOntology.owl" ] ] ]  -->
+
+      
+<!-- OddPage -->
+<h2><span class="secno">4. </span>Cross reference for PROV-O classes and properties</h2>
+      <p>This section provides details for each class and property defined by the PROV Ontology, grouped by the categories described above:
+      </p>     
+      <ul>
+         <li><a href="#cross-reference-starting-point-terms">Starting Point Terms</a></li>
+         <li><a href="#cross-reference-expanded-terms">Expanded Terms</a></li>
+         <li><a href="#cross-reference-qualified-terms">Qualified Terms</a></li>
+      </ul>
+
+      <p>
+      The superscripts <sup title="object property" class="type-op">op</sup> and <sup title="data property" class="type-dp">dp</sup> denote that a property is an OWL <a href="http://www.w3.org/TR/owl2-syntax/#Object_Properties">object property</a> or <a href="http://www.w3.org/TR/owl2-syntax/#Data_Properties">data property</a>, respectively.
+      </p>
+
+      <div id="cross-reference-starting-point-terms" class="section">
+         <h3><span class="secno">4.1 </span>Starting Point Terms</h3>
+         <p>The classes and properties that provide a basis for all other PROV-O terms are discussed in <a href="#description-starting-point-terms">Section 3.1</a>.</p>
+         
+<div class="prov-starting-point owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#Activity">prov:Activity</a>
+    </li>
+    <li>
+      <a href="#Agent">prov:Agent</a>
+    </li>
+    <li>
+      <a href="#Entity">prov:Entity</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-starting-point owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#actedOnBehalfOf">prov:actedOnBehalfOf</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#endedAtTime">prov:endedAtTime</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#startedAtTime">prov:startedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#used">prov:used</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasAssociatedWith">prov:wasAssociatedWith</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasAttributedTo">prov:wasAttributedTo</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasDerivedFrom">prov:wasDerivedFrom</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasGeneratedBy">prov:wasGeneratedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInformedBy">prov:wasInformedBy</a>
+    </li>
+  </ul>
+</div>
+
+         <div xmlns:prov="http://www.w3.org/ns/prov#" xmlns:dcterms="http://purl.org/dc/terms/" class="prov-starting-point owl-classes crossreference">
+
+  <div class="entity" id="Activity">
+    <h3 id="class--prov-activity-----------------back-to-starting-point-classes">
+      Class: <a href="#Activity"><span title="http://www.w3.org/ns/prov#Activity" class="dotted">prov:Activity</span></a>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:graduation
+   a prov:Activity, :Graduation;
+   prov:startedAtTime &quot;2012-04-15T13:00:00-04:00&quot;^^xsd:dateTime;
+   prov:used          :ms_smith;
+   prov:generated     :doctor_smith;
+   prov:endedAtTime   &quot;2012-04-15T14:30:00-04:00&quot;^^xsd:dateTime;
+.
+:ms_smith     a prov:Entity .
+:doctor_smith a prov:Entity .
+</pre>
+    </div>
+
+    <dl class="description">
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <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="#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="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</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="#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="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</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="#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="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>        , <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt>in range of</dt>
+      <dd>
+        <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="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</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>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Activity" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Activity" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Agent">
+    <h3 id="class--prov-agent-----------------back-to-starting-point-classes">
+      Class: <a href="#Agent"><span title="http://www.w3.org/ns/prov#Agent" class="dotted">prov:Agent</span></a>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
+      </span>
+    </h3>
+    <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, for the existence of an entity, or for another agent's activity. </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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:derek
+   a prov:Agent, prov:Person;
+   foaf:givenName      &quot;Derek&quot;^^xsd:string;
+   foaf:mbox           &lt;mailto:dererk@example.org&gt;;
+   foaf:homePage       &lt;http://dereck.example.com&gt;;
+   prov:actedOnBehalfOf :chartgen;
+.
+
+:chartgen 
+   a prov:Agent, prov:Organization;
+   foaf:name &quot;Chart Generators, Inc.&quot;;
+. 
+</pre>
+    </div>
+
+    <dl class="description">
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>        , <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt>in range of</dt>
+      <dd>
+        <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a> <sup title="object property" class="type-op">op</sup>
+        <a href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a> <sup title="object property" class="type-op">op</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="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>has subclasses</dt>
+      <dd>
+        <a class="owlclass" href="#Organization" title="http://www.w3.org/ns/prov#Organization">prov:Organization</a>
+        , <a class="owlclass" href="#Person" title="http://www.w3.org/ns/prov#Person">prov:Person</a>
+        , <a class="owlclass" href="#SoftwareAgent" title="http://www.w3.org/ns/prov#SoftwareAgent">prov:SoftwareAgent</a>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Agent" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Entity">
+    <h3 id="class--prov-entity-----------------back-to-starting-point-classes">
+      Class: <a href="#Entity"><span title="http://www.w3.org/ns/prov#Entity" class="dotted">prov:Entity</span></a>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Entity</p>
+    <div class="definition"><p>An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities 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 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; .
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
+
+:bar_chart 
+   a prov:Entity;
+   dcterms:title &quot;Aggregated statistics from the crime file&quot;^^xsd:string;
+   prov:wasAttributedTo :derek;
+.
+
+:derek a prov:Agent .
+</pre>
+    </div>
+
+    <dl class="description">
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedInfluence" title="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</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="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</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="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</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="#generatedAtTime" title="http://www.w3.org/ns/prov#generatedAtTime">prov:generatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+        , <a href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</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="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</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="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</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="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</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="#invalidatedAtTime" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+        , <a href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</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="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</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="#asInBundle" title="http://www.w3.org/ns/prov#asInBundle">prov:asInBundle</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>        , <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt>in range of</dt>
+      <dd>
+        <a href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</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="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</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="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</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="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</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="#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="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+        , <a class="owlclass" href="#Plan" title="http://www.w3.org/ns/prov#Plan">prov:Plan</a>
+        , <a class="owlclass" href="#Bundle" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</a>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-entity" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Entity" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+</div>
+<div xmlns:prov="http://www.w3.org/ns/prov#" class="prov-starting-point owl-properties crossreference">
+  <div class="entity" id="actedOnBehalfOf">
+    <h3 id="property--prov-actedonbehalfof-op-----------------back-to-starting-point-properties">
+      Property: <a href="#actedOnBehalfOf"><span title="http://www.w3.org/ns/prov#actedOnBehalfOf" class="dotted">prov:actedOnBehalfOf</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <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.
+
+For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</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 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; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:derek
+   a prov:Agent;
+   foaf:givenName &quot;Derek&quot;^^xsd:string;
+   foaf:mbox      &lt;mailto:dererk@example.org&gt;;
+   prov:actedOnBehalfOf :chartgen; 
+.
+
+:chartgen 
+   a prov:Agent, prov:Organization;
+   foaf:name &quot;Chart Generators, Inc.&quot;;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="endedAtTime">
+    <h3 id="property--prov-endedattime-dp-----------------back-to-starting-point-properties">
+      Property: <a href="#endedAtTime"><span title="http://www.w3.org/ns/prov#endedAtTime" class="dotted">prov:endedAtTime</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#endedAtTime</p>
+    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:geneSequencing
+   a prov:Activity;
+   prov:startedAtTime &quot;2012-04-25T01:30:00Z&quot;^^xsd:dateTime;
+   prov:used              :drosophilaSample-84;
+   prov:wasAssociatedWith :lab-technician-GH-32;
+   prov:endedAtTime   &quot;2012-04-25T03:40:00Z&quot;^^xsd:dateTime;
+.
+
+:drosophilaSample-84  a prov:Entity .
+:lab-technician-GH-32 a prov:Agent .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The time at which an activity ended. See also prov:startedAtTime.</p>
+      </div>
+      <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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              http://www.w3.org/2001/XMLSchema#dateTime
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a> <sup title="data property" class="type-dp">dp</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="startedAtTime">
+    <h3 id="property--prov-startedattime-dp-----------------back-to-starting-point-properties">
+      Property: <a href="#startedAtTime"><span title="http://www.w3.org/ns/prov#startedAtTime" class="dotted">prov:startedAtTime</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#startedAtTime</p>
+    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:geneSequencing
+   a prov:Activity;
+   prov:startedAtTime &quot;2012-04-25T01:30:00Z&quot;^^xsd:dateTime;
+   prov:used              :drosophilaSample-84;
+   prov:wasAssociatedWith :lab-technician-GH-32;
+   prov:endedAtTime   &quot;2012-04-25T03:40:00Z&quot;^^xsd:dateTime;
+.
+
+:drosophilaSample-84  a prov:Entity .
+:lab-technician-GH-32 a prov:Agent .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The time at which an activity started. See also prov:endedAtTime.</p>
+      </div>
+      <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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              http://www.w3.org/2001/XMLSchema#dateTime
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a> <sup title="data property" class="type-dp">dp</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="used">
+    <h3 id="property--prov-used-op-----------------back-to-starting-point-properties">
+      Property: <a href="#used"><span title="http://www.w3.org/ns/prov#used" class="dotted">prov:used</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#used</p>
+    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:sortActivity
+   a prov:Activity;
+   prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:used       :datasetA;
+   prov:generated  :datasetB;
+.
+
+:datasetA a prov:Entity.
+:datasetB a prov:Entity.
+
+# See qualified Usage for example on how the role of :datasetA can be described for this Activity
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedUsage" title="http://www.w3.org/ns/prov#qualifiedUsage">prov:qualifiedUsage</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasAssociatedWith">
+    <h3 id="property--prov-wasassociatedwith-op-----------------back-to-starting-point-properties">
+      Property: <a href="#wasAssociatedWith"><span title="http://www.w3.org/ns/prov#wasAssociatedWith" class="dotted">prov:wasAssociatedWith</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:illustrating
+   a prov:Activity; 
+   prov:wasAssociatedWith :derek;
+.
+
+:derek a prov:Person, prov:Agent, prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasAttributedTo">
+    <h3 id="property--prov-wasattributedto-op-----------------back-to-starting-point-properties">
+      Property: <a href="#wasAttributedTo"><span title="http://www.w3.org/ns/prov#wasAttributedTo" class="dotted">prov:wasAttributedTo</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasAttributedTo</p>
+    <div class="definition"><p>An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:geneSequencing
+   a prov:Activity;
+   prov:startedAtTime &quot;2012-04-25T01:30:00Z&quot;^^xsd:dateTime;
+   prov:used              :drosophilaSample-84;
+   prov:wasAssociatedWith :lab-technician-GH-32;
+   prov:endedAtTime   &quot;2012-04-25T03:40:00Z&quot;^^xsd:dateTime;
+.
+
+:drosophilaSample-84  
+   a prov:Entity;
+   prov:wasAttributedTo :lab-technician-FE-56;
+.
+
+:lab-technician-GH-32 a prov:Agent .
+:lab-technician-FE-56 a prov:Agent .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Attribution is the ascribing of an entity to an agent.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlproperty" href="#qualifiedAttribution" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+            <li>
+              <a class="owlclass" href="#Attribution" title="http://www.w3.org/ns/prov#Attribution">prov:Attribution</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasDerivedFrom">
+    <h3 id="property--prov-wasderivedfrom-op-----------------back-to-starting-point-properties">
+      Property: <a href="#wasDerivedFrom"><span title="http://www.w3.org/ns/prov#wasDerivedFrom" class="dotted">prov:wasDerivedFrom</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasDerivedFrom</p>
+    <div class="definition"><p>An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart prov:wasDerivedFrom :aggregatedByRegions .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasGeneratedBy">
+    <h3 id="property--prov-wasgeneratedby-op-----------------back-to-starting-point-properties">
+      Property: <a href="#wasGeneratedBy"><span title="http://www.w3.org/ns/prov#wasGeneratedBy" class="dotted">prov:wasGeneratedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasGeneratedBy</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart
+   a prov:Entity;
+   prov:wasGeneratedBy :illustrating;
+.
+
+:illustrating a prov:Activity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedGeneration" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasInformedBy">
+    <h3 id="property--prov-wasinformedby-op-----------------back-to-starting-point-properties">
+      Property: <a href="#wasInformedBy"><span title="http://www.w3.org/ns/prov#wasInformedBy" class="dotted">prov:wasInformedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-starting-point-owl-terms-at-a-glance">starting-point properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:writing-celebrity-gossip 
+   a prov:Activity;
+   prov:wasInformedBy :voicemail-interception;
+.
+
+:voicemail-interception a prov:Activity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedCommunication" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+</div>
+
+      </div>
+
+      <div id="cross-reference-expanded-terms" class="section">
+         <h3><span class="secno">4.2 </span>Expanded Terms</h3>
+         <p>The additional terms used to describe relations among Starting Point classes are discussed in <a href="#description-expanded-terms">Section 3.2</a>.</p>
+         
+<div class="prov-expanded owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#Bundle">prov:Bundle</a>
+    </li>
+    <li>
+      <a href="#Collection">prov:Collection</a>
+    </li>
+    <li>
+      <a href="#Location">prov:Location</a>
+    </li>
+    <li>
+      <a href="#Organization">prov:Organization</a>
+    </li>
+    <li>
+      <a href="#Person">prov:Person</a>
+    </li>
+    <li>
+      <a href="#SoftwareAgent">prov:SoftwareAgent</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-expanded owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#alternateOf">prov:alternateOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#asInBundle">prov:asInBundle</a>
+    </li>
+    <li class="object-property">
+      <a href="#atLocation">prov:atLocation</a>
+    </li>
+    <li class="object-property">
+      <a href="#generated">prov:generated</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#generatedAtTime">prov:generatedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadMember">prov:hadMember</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadPrimarySource">prov:hadPrimarySource</a>
+    </li>
+    <li class="object-property">
+      <a href="#influenced">prov:influenced</a>
+    </li>
+    <li class="object-property">
+      <a href="#invalidated">prov:invalidated</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#invalidatedAtTime">prov:invalidatedAtTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#mentionOf">prov:mentionOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#specializationOf">prov:specializationOf</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#value">prov:value</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasEndedBy">prov:wasEndedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInvalidatedBy">prov:wasInvalidatedBy</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasQuotedFrom">prov:wasQuotedFrom</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasRevisionOf">prov:wasRevisionOf</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasStartedBy">prov:wasStartedBy</a>
+    </li>
+  </ul>
+</div>
+
+         <div xmlns:prov="http://www.w3.org/ns/prov#" xmlns:dcterms="http://purl.org/dc/terms/" class="prov-expanded owl-classes crossreference">
+
+  <div class="entity" id="Bundle">
+    <h3 id="class--prov-bundle-----------------back-to-expanded-classes">
+      Class: <a href="#Bundle"><span title="http://www.w3.org/ns/prov#Bundle" class="dotted">prov:Bundle</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Bundle</p>
+    <div class="definition"><p>A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described.</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 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; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix alice:   &lt;http://example.com/alice#&gt; .
+@prefix bob:     &lt;http://example.com/bob#&gt; .
+@prefix my:      &lt;http://example.com/my#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
+
+# Let us consider two entities :report1 and :report2.
+
+:report1
+   a my:Report, prov:Entity;
+   my:version &quot;1&quot;;
+   prov:generatedAtTime &quot;2012-05-24T10:00:01&quot;^^xsd:dateTime;
+.
+
+:report2
+   a my:Report, prov:Entity;
+   my:version &quot;2&quot;;
+   prov:generatedAtTime &quot;2012-05-25T11:00:01&quot;^^xsd:dateTime;
+   prov:wasDerivedFrom :report1;
+.
+
+# Let us assume that Bob observed the creation of :report1. A first bundle can be expressed.
+ 
+bob:bundle1 {
+   :report1
+      a my:Report, prov:Entity;
+      my:version &quot;1&quot;;
+      prov:generatedAtTime &quot;2012-05-24T10:00:01&quot;^^xsd:dateTime;
+   .
+}
+
+# In contrast, Alice observed the creation of :report2 and its derivation from :report1.
+ 
+alice:bundle2 {
+   :report1 a prov:Entity .
+   :report2
+      a my:Report, prov:Entity;
+      my:version &quot;2&quot;;
+      prov:generatedAtTime &quot;2012-05-25T11:00:01&quot;^^xsd:dateTime;
+      prov:wasDerivedFrom :report1;
+   .
+}
+
+# The first bundle contains the descriptions corresponding to Bob observing the creation of :report1.
+ 
+bob:bundle1
+   a prov:Bundle;
+   prov:generatedAtTime &quot;2012-05-24T10:30:00&quot;^^xsd:dateTime;
+   prov:wasAttributedTo :Bob;
+.
+
+# In contrast, the second bundle is attributed to Alice who observed the derivation of :report2 from :report1.
+ 
+alice:bundle2
+   a prov:Bundle;
+   prov:generatedAtTime &quot;2012-05-25T11:15:00&quot;^^xsd:dateTime;
+   prov:wasAttributedTo :Alice;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#asInBundle" title="http://www.w3.org/ns/prov#asInBundle">prov:asInBundle</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-bundle-entity" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-bundle-declaration" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Collection">
+    <h3 id="class--prov-collection-----------------back-to-expanded-classes">
+      Class: <a href="#Collection"><span title="http://www.w3.org/ns/prov#Collection" class="dotted">prov:Collection</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Collection</p>
+    <div class="definition"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-Collection">
+      <span resource="http://www.w3.org/ns/prov#Collection" rel="dcterms:subject"></span>
+      <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_Collection.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 dcterms: &lt;http://purl.org/dc/terms/&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; .
+
+:todays-us-supreme-court
+   a prov:Collection, :RobertsCourt;
+
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      dcterms:date &quot;2012&quot;^^xsd:gYear; # The generation is being qualified to be imprecise;
+   ];                                 # prov:generatedAtTime and prov:atTime specify exact instants in time.
+
+   prov:hadMember
+      &lt;http://dbpedia.org/resource/John_Glover_Roberts,_Jr.&gt;,
+      &lt;http://dbpedia.org/resource/Antonin_Scalia&gt;, 
+      &lt;http://dbpedia.org/resource/Anthony_Kennedy&gt;, 
+      &lt;http://dbpedia.org/resource/Clarence_Thomas&gt;, 
+      &lt;http://dbpedia.org/resource/Ruth_Bader_Ginsburg&gt;,
+      &lt;http://dbpedia.org/resource/Stephen_Breyer&gt;,     
+      &lt;http://dbpedia.org/resource/Samuel_Alito&gt;,      
+      &lt;http://dbpedia.org/resource/Sonia_Sotomayor&gt;,  
+      &lt;http://dbpedia.org/resource/Elena_Kagan&gt;;   
+
+   prov:wasDerivedFrom :the-first-us-supreme-court;
+
+   dcterms:description :copied-string;
+.
+
+:copied-string
+   a prov:Entity;
+   prov:value &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+   prov:wasQuotedFrom :page-by-composition;
+.
+
+:page-by-seat
+   a prov:Entity, :WikipediaPage;
+   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat&gt;;
+   prov:wasGeneratedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
+.
+
+:page-by-composition
+   a prov:Entity, :WikipediaPage;
+   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
+   prov:wasGeneratedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
+.
+
+&lt;&gt; 
+   a prov:Bundle;
+   prov:wasDerivedFrom  :page-by-composition,
+                        :page-by-seat;
+   prov:wasAttributedTo &lt;http://tw.rpi.edu/instances/TimLebo&gt;;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadMember" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-collection" title="prov-dm">prov-dm</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Location">
+    <h3 id="class--prov-location-----------------back-to-expanded-classes">
+      Class: <a href="#Location"><span title="http://www.w3.org/ns/prov#Location" class="dotted">prov:Location</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# A Location can be a path or a geographical location.
+
+:post9821 
+   a prov:Entity, sioc:Post;   
+   prov:wasGeneratedBy :publicationActivity1123;
+   prov:atLocation     :more-crime-happens-in-cities;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      prov:activity    :publicationActivity1123;
+      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime; 
+      prov:atLocation &lt;http://dbpedia.org/resource/Madrid&gt;;
+   ];
+.
+
+:publicationActivity1123      a prov:Activity.
+:more-crime-happens-in-cities a prov:Location.
+&lt;http://dbpedia.org/resource/Madrid&gt; a prov:Location. 
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-location" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Organization">
+    <h3 id="class--prov-organization-----------------back-to-expanded-classes">
+      Class: <a href="#Organization"><span title="http://www.w3.org/ns/prov#Organization" class="dotted">prov:Organization</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:boogle 
+   a prov:Agent, prov:Organization;
+   foaf:name &quot;Boogle&quot;;
+. 
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Person">
+    <h3 id="class--prov-person-----------------back-to-expanded-classes">
+      Class: <a href="#Person"><span title="http://www.w3.org/ns/prov#Person" class="dotted">prov:Person</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+&lt;http://dbpedia.org/resource/Pablo_Picasso&gt;
+   a prov:Person, prov:Agent;
+   foaf:depiction &lt;http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg&gt;;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="SoftwareAgent">
+    <h3 id="class--prov-softwareagent-----------------back-to-expanded-classes">
+      Class: <a href="#SoftwareAgent"><span title="http://www.w3.org/ns/prov#SoftwareAgent" class="dotted">prov:SoftwareAgent</span></a>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Googlebot is Google's web crawling bot; it can initiate and participate in web-crawling activities.
+
+:googlebot
+   a prov:SoftwareAgent;
+   rdfs:label &quot;Googlebot&quot;^^xsd:string;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a>  <sup title="object property" class="type-op">op</sup>        , <a href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>has subclass</dt>
+      <dd>
+        <a class="owlclass" href="#ProvenanceService" title="http://www.w3.org/ns/prov#ProvenanceService">prov:ProvenanceService</a>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+</div>
+<div xmlns:prov="http://www.w3.org/ns/prov#" class="prov-expanded owl-properties crossreference">
+  <div class="entity" id="alternateOf">
+    <h3 id="property--prov-alternateof-op-----------------back-to-expanded-properties">
+      Property: <a href="#alternateOf"><span title="http://www.w3.org/ns/prov#alternateOf" class="dotted">prov:alternateOf</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:london_forecast_0412 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+   prov:wasGeneratedBy [
+      a prov:Activity;
+      prov:endedAtTime &quot;2012-04-12T00:00:00-04:00&quot;^^xsd:dateTime;
+   ];
+.
+
+:london_forecast_0413 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+   prov:wasGeneratedBy [
+      a prov:Activity;
+      prov:endedAtTime &quot;2012-04-13T00:00:00-04:00&quot;^^xsd:dateTime;
+   ];
+.
+
+:london_forecast 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+.
+
+## :london_forecast_0412 and :london_forecast_0413 are both 
+## specialization of the more general entity :london_forecast
+
+:london_forecast_0412  
+   prov:alternateOf      :london_forecast_0413;
+   prov:specializationOf :london_forecast;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-alternate" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-alternate" title="prov-n">prov-n</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="asInBundle">
+    <h3 id="property--prov-asinbundle-op-----------------back-to-expanded-properties">
+      Property: <a href="#asInBundle"><span title="http://www.w3.org/ns/prov#asInBundle" class="dotted">prov:asInBundle</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#asInBundle</p>
+    <div class="definition"><p>The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-asInBundle">
+      <span resource="http://www.w3.org/ns/prov#asInBundle" rel="dcterms:subject"></span>
+      <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_asInBundle.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 tool: &lt;http://example.com/tool/&gt; .
+@prefix perf: &lt;http://example.com/performance/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:run2 {
+   :activity_2
+      a prov:Activity;
+      prov:startedAtTime &quot;2011-11-17T10:00:00&quot;^^xsd:dateTime;
+      prov:endedAtTime   &quot;2011-11-17T17:00:00&quot;^^xsd:dateTime; 
+      prov:wasAssociatedWith :bob;
+   .
+}
+
+tool:analysis_01 {
+   tool:bob-2011-11-17
+      a prov:Agent;
+      prov:mentionOf  :bob;
+      prov:asInBundle :run2;
+      perf:rating     perf:very-slow;
+   .
+}
+
+tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
+
+&lt;&gt; 
+ prov:wasDerivedFrom 
+  &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#anexample-contextualization1&gt; .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :b was described.</p>
+      </div>
+      <div class="comment  feature-at-risk"><p>The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Bundle" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="atLocation">
+    <h3 id="property--prov-atlocation-op-----------------back-to-expanded-properties">
+      Property: <a href="#atLocation"><span title="http://www.w3.org/ns/prov#atLocation" class="dotted">prov:atLocation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# A Location can be a path or a geographical location.
+
+:post9821 
+   a prov:Entity, sioc:Post;   
+   prov:wasGeneratedBy :publicationActivity1123;
+   prov:atLocation     :more-crime-happens-in-cities;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      prov:activity    :publicationActivity1123;
+      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime; 
+      prov:atLocation &lt;http://dbpedia.org/resource/Madrid&gt;;
+   ];
+.
+
+:publicationActivity1123      a prov:Activity .
+:more-crime-happens-in-cities a prov:Location .
+&lt;http://dbpedia.org/resource/Madrid&gt; a prov:Location .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The Location of any resource.</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+               or <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+               or <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+               or <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Location" title="http://www.w3.org/ns/prov#Location">prov:Location</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="generated">
+    <h3 id="property--prov-generated-op-----------------back-to-expanded-properties">
+      Property: <a href="#generated"><span title="http://www.w3.org/ns/prov#generated" class="dotted">prov:generated</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generated</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:proteinDigestion
+   a prov:Activity;
+   prov:generated :peptideSample1;
+.
+
+:peptideSample1 a prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#influenced" title="http://www.w3.org/ns/prov#influenced">prov:influenced</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has inverse</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="generatedAtTime">
+    <h3 id="property--prov-generatedattime-dp-----------------back-to-expanded-properties">
+      Property: <a href="#generatedAtTime"><span title="http://www.w3.org/ns/prov#generatedAtTime" class="dotted">prov:generatedAtTime</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#generatedAtTime</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# A widget was generated 1:35:23 PM on April 3, 2012 UTC
+
+:widget-789532
+   a prov:Entity;
+   prov:generatedAtTime &quot;2012-04-03T13:35:23Z&quot;^^xsd:dateTime;
+.
+
+# The above statement is equivalent to:
+# :widget-789532 prov:qualifiedGeneration [ prov:atTime &quot;2012-04-03T13:35:23Z&quot;^^xsd:dateTime ] .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The time at which an entity was completely created.</p>
+      </div>
+      <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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              http://www.w3.org/2001/XMLSchema#dateTime
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a> <sup title="data property" class="type-dp">dp</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadMember">
+    <h3 id="property--prov-hadmember-op-----------------back-to-expanded-properties">
+      Property: <a href="#hadMember"><span title="http://www.w3.org/ns/prov#hadMember" class="dotted">prov:hadMember</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadMember</p>
+    <div class="definition"><p>A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-hadMember">
+      <span resource="http://www.w3.org/ns/prov#hadMember" rel="dcterms:subject"></span>
+      <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_hadMember.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 dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
+
+:todays-us-supreme-court
+   a prov:Collection, :RobertsCourt;
+   dcterms:description [
+      a prov:Entity;
+      prov:value &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+      prov:wasQuotedFrom :page-by-composition;
+   ];
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      dcterms:date &quot;2012&quot;^^xsd:gYear; # Since we need to be imprecise, we can't use prov:generatedAtTime or prov:atTime
+   ];
+
+   prov:wasDerivedFrom :the-first-us-supreme-court;
+
+   prov:hadMember
+      &lt;http://dbpedia.org/resource/John_Glover_Roberts,_Jr.&gt;,
+      &lt;http://dbpedia.org/resource/Antonin_Scalia&gt;, 
+      &lt;http://dbpedia.org/resource/Anthony_Kennedy&gt;, 
+      &lt;http://dbpedia.org/resource/Clarence_Thomas&gt;, 
+      &lt;http://dbpedia.org/resource/Ruth_Bader_Ginsburg&gt;,
+      &lt;http://dbpedia.org/resource/Stephen_Breyer&gt;,     
+      &lt;http://dbpedia.org/resource/Samuel_Alito&gt;,      
+      &lt;http://dbpedia.org/resource/Sonia_Sotomayor&gt;,  
+      &lt;http://dbpedia.org/resource/Elena_Kagan&gt;;   
+.
+
+&lt;&gt; 
+   a prov:Bundle;
+   prov:wasDerivedFrom  :page-by-composition,
+                        :page-by-seat;
+   prov:wasAttributedTo &lt;http://tw.rpi.edu/instances/TimLebo&gt;;
+.
+
+:page-by-seat
+   a prov:Entity, :WikipediaPage;
+   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_seat&gt;;
+   prov:wasGeneratedAtTime &quot;2011-08-31T12:51&quot;^^xsd:dateTime;
+.
+
+:page-by-composition
+   a prov:Entity, :WikipediaPage;
+   prov:specializationOf &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
+   prov:wasGeneratedAtTime &quot;2012-05-16T14:33&quot;^^xsd:dateTime;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Collection" title="http://www.w3.org/ns/prov#Collection">prov:Collection</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadPrimarySource">
+    <h3 id="property--prov-hadprimarysource-op-----------------back-to-expanded-properties">
+      Property: <a href="#hadPrimarySource"><span title="http://www.w3.org/ns/prov#hadPrimarySource" class="dotted">prov:hadPrimarySource</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadPrimarySource</p>
+    <div class="definition"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
+
+Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
+
+A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-hadPrimarySource">
+      <span resource="http://www.w3.org/ns/prov#hadPrimarySource" rel="dcterms:subject"></span>
+      <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_hadPrimarySource.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;
+   a prov:Entity, frbr:Work;
+   dcterms:title          &quot;Don Quixote&quot;;
+   prov:wasAttributedTo   :ormsby;
+   dcterms:language       lang:eng;
+   prov:hadPrimarySource &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;
+    a prov:Entity, frbr:Work;
+    prov:wasAttributedTo :cervantes;
+    dcterms:language     lang:spa;
+.
+
+:cervantes
+   a prov:Person;
+   foaf:name &quot;Miguel de Cervantes&quot;;
+.
+
+:ormsby
+   a prov:Person;
+   foaf:name &quot;John Ormsby&quot;;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="influenced">
+    <h3 id="property--prov-influenced-op-----------------back-to-expanded-properties">
+      Property: <a href="#influenced"><span title="http://www.w3.org/ns/prov#influenced" class="dotted">prov:influenced</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#influenced</p>
+    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-influenced">
+      <span resource="http://www.w3.org/ns/prov#influenced" rel="dcterms:subject"></span>
+      <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_influenced.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 w3:   &lt;http://example.com/w3/&gt; .
+@prefix tr:   &lt;http://example.com/tech-report/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# prov:influenced is a top-level property that links any
+# Entity, Activity, or Agent to any other 
+# Entity, Activity, or Agent that it had an effect upon.
+
+w3:Consortium 
+   a prov:Agent;
+   prov:influenced tr:WD-prov-dm-20111215;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has inverse</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#generated" title="http://www.w3.org/ns/prov#generated">prov:generated</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#invalidated" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="invalidated">
+    <h3 id="property--prov-invalidated-op-----------------back-to-expanded-properties">
+      Property: <a href="#invalidated"><span title="http://www.w3.org/ns/prov#invalidated" class="dotted">prov:invalidated</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#invalidated</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 (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-invalidated">
+      <span resource="http://www.w3.org/ns/prov#invalidated" rel="dcterms:subject"></span>
+      <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_invalidated.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 foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:Swissair_Flight_111_crash 
+   a prov:Activity;
+   prov:used        &lt;http://dbpedia.org/resource/Swissair_Flight_111&gt;;
+   prov:invalidated :the-Painter;
+.
+
+:the-Painter 
+   a prov:Entity, :Painting;
+   rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
+   prov:wasInvalidatedBy :Swissair_Flight_111_crash;   # Inferred from prov:invalidated
+.
+
+&lt;http://dbpedia.org/resource/Pablo_Picasso&gt; 
+   a prov:Agent;
+   foaf:depiction &lt;http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg&gt;;
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#influenced" title="http://www.w3.org/ns/prov#influenced">prov:influenced</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has inverse</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="invalidatedAtTime">
+    <h3 id="property--prov-invalidatedattime-dp-----------------back-to-expanded-properties">
+      Property: <a href="#invalidatedAtTime"><span title="http://www.w3.org/ns/prov#invalidatedAtTime" class="dotted">prov:invalidatedAtTime</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 (or further invalidation) 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:the-Painter 
+   a prov:Entity, :Painting;
+   rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
+   prov:invalidatedAtTime &quot;2012-09-02T01:31:00Z&quot;;
+.
+</pre>
+    </div>
+
+    <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 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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              http://www.w3.org/2001/XMLSchema#dateTime
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a> <sup title="data property" class="type-dp">dp</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="mentionOf">
+    <h3 id="property--prov-mentionof-op-----------------back-to-expanded-properties">
+      Property: <a href="#mentionOf"><span title="http://www.w3.org/ns/prov#mentionOf" class="dotted">prov:mentionOf</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#mentionOf</p>
+    <div class="definition"><p>A software agent is running software.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-mentionOf">
+      <span resource="http://www.w3.org/ns/prov#mentionOf" rel="dcterms:subject"></span>
+      <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_mentionOf.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 tool: &lt;http://example.com/tool/&gt; .
+@prefix perf: &lt;http://example.com/performance/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:run2 {
+   :activity_2
+      a prov:Activity;
+      prov:startedAtTime &quot;2011-11-17T10:00:00&quot;^^xsd:dateTime;
+      prov:endedAtTime   &quot;2011-11-17T17:00:00&quot;^^xsd:dateTime; 
+      prov:wasAssociatedWith :bob;
+   .
+}
+
+tool:analysis_01 {
+   tool:bob-2011-11-17
+      a prov:Agent;
+      prov:mentionOf  :bob;
+      prov:asInBundle :run2;
+      perf:rating     perf:very-slow;
+   .
+}
+
+tool:bob-2011-11-17 prov:specializationOf :bob . # This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . # This is inferred from prov:specializationOf
+
+&lt;&gt; 
+ prov:wasDerivedFrom 
+  &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/ED-prov-dm-20120614/prov-dm.html#anexample-contextualization1&gt; .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.</p>
+      </div>
+      <div class="comment  feature-at-risk"><p>The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM's Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention" title="prov-dm">prov-dm</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="specializationOf">
+    <h3 id="property--prov-specializationof-op-----------------back-to-expanded-properties">
+      Property: <a href="#specializationOf"><span title="http://www.w3.org/ns/prov#specializationOf" class="dotted">prov:specializationOf</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:london_forecast_0412 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+   prov:wasGeneratedBy [
+      a prov:Activity;
+      prov:endedAtTime &quot;2012-04-12T00:00:00-04:00&quot;^^xsd:dateTime;
+   ];
+.
+
+:london_forecast_0413 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+   prov:wasGeneratedBy [
+      a prov:Activity;
+      prov:endedAtTime &quot;2012-04-13T00:00:00-04:00&quot;^^xsd:dateTime;
+   ];
+.
+
+:london_forecast 
+   a prov:Entity;
+   prov:wasAttributedTo :bbc;
+.
+
+## :london_forecast_0412 and :london_forecast_0413 are both 
+## specialization of the more general entity :london_forecast
+
+:london_forecast_0412  
+   prov:alternateOf      :london_forecast_0413;
+   prov:specializationOf :london_forecast;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#alternateOf" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#mentionOf" title="http://www.w3.org/ns/prov#mentionOf">prov:mentionOf</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization" title="prov-n">prov-n</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="value">
+    <h3 id="property--prov-value-dp-----------------back-to-expanded-properties">
+      Property: <a href="#value"><span title="http://www.w3.org/ns/prov#value" class="dotted">prov:value</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:copied-string
+   a prov:Entity;
+   prov:value 
+      &quot;2010–present: A. Scalia A. Kennedy C. Thomas R.B. Ginsburg S. Breyer S. Alito S. Sotomayor E. Kagan&quot;;
+   prov:wasQuotedFrom 
+      &lt;http://en.wikipedia.org/wiki/List_of_Justices_of_the_Supreme_Court_of_the_United_States_by_court_composition&gt;;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Provides a value for an Entity.</p>
+      </div>
+      <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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-value" title="prov-dm">prov-dm</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="wasEndedBy">
+    <h3 id="property--prov-wasendedby-op-----------------back-to-expanded-properties">
+      Property: <a href="#wasEndedBy"><span title="http://www.w3.org/ns/prov#wasEndedBy" class="dotted">prov:wasEndedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasEndedBy</p>
+    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:experiment 
+   a prov:Activity;
+   prov:wasEndedBy :inconsistentResult;
+   prov:qualifiedEnd [
+      a prov:End;
+      prov:entity     :inconsistentResult;
+      prov:atTime    &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation :scienceLab_003;
+   ];
+.
+
+:inconsistentResult a prov:Entity .
+:scienceLab_003     a prov:Location .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasInvalidatedBy">
+    <h3 id="property--prov-wasinvalidatedby-op-----------------back-to-expanded-properties">
+      Property: <a href="#wasInvalidatedBy"><span title="http://www.w3.org/ns/prov#wasInvalidatedBy" class="dotted">prov:wasInvalidatedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 (or further invalidation) 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:the-Painter 
+   a prov:Entity, :Painting;
+   rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
+   prov:wasInvalidatedBy :Swissair_Flight_111_crash;
+.
+
+&lt;http://dbpedia.org/resource/Pablo_Picasso&gt; 
+   a prov:Agent;
+   foaf:depiction &lt;http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg&gt;;
+.
+
+:Swissair_Flight_111_crash 
+   a prov:Activity;
+   prov:used &lt;http://dbpedia.org/resource/Swissair_Flight_111&gt;;
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasQuotedFrom">
+    <h3 id="property--prov-wasquotedfrom-op-----------------back-to-expanded-properties">
+      Property: <a href="#wasQuotedFrom"><span title="http://www.w3.org/ns/prov#wasQuotedFrom" class="dotted">prov:wasQuotedFrom</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <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 who may or may not be its original author. Quotation is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bl-dagstuhl
+   a prov:Entity;
+
+   prov:value &quot;&quot;&quot;During the workshop, it became clear to me that the consensus
+   based models (which are often graphical in nature) can not only be
+   formalized but also be directly connected to these database focused
+   formalizations. I just needed to get over the differences in syntax.
+   This could imply that we could have nice way to trace provenance across
+   systems and through databases and be able to understand the
+   mathematical properties of this interconnection.&quot;&quot;&quot;;
+
+   prov:wasQuotedFrom 
+      &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
+.
+
+&lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt; 
+   a prov:Entity;
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasquotedfrom&gt; .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>An entity is derived from an original entity by copying, or 'quoting', some or all of it.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlproperty" href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+            <li>
+              <a class="owlclass" href="#Quotation" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasRevisionOf">
+    <h3 id="property--prov-wasrevisionof-op-----------------back-to-expanded-properties">
+      Property: <a href="#wasRevisionOf"><span title="http://www.w3.org/ns/prov#wasRevisionOf" class="dotted">prov:wasRevisionOf</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasRevisionOf</p>
+    <div class="definition"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:post9821v1
+   a prov:Entity, sioc:Post;
+   prov:wasRevisionOf :post9821;
+   rdfs:comment &quot;:post9821v1 is a post, which is a revision of the original post :post9821.&quot;;
+.    
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>A revision is a derivation that revises an entity into a revised version.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Revision" title="http://www.w3.org/ns/prov#Revision">prov:Revision</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasStartedBy">
+    <h3 id="property--prov-wasstartedby-op-----------------back-to-expanded-properties">
+      Property: <a href="#wasStartedBy"><span title="http://www.w3.org/ns/prov#wasStartedBy" class="dotted">prov:wasStartedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-expanded-owl-terms-at-a-glance">expanded properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasStartedBy</p>
+    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Use prov:qualifiedStart to see when and where the activity was started
+
+:experiment
+   a prov:Activity;
+   prov:wasStartedBy :researcher;
+.
+
+:researcher a prov:Agent .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+            </li>
+            <li>
+              <a class="owlproperty" href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+</div>
+
+      </div>
+
+      <div id="cross-reference-qualified-terms" class="section">
+         <h3><span class="secno">4.3 </span>Qualified Terms</h3>
+         <p>The terms used to qualify the Starting Point and Expanded properties are discussed in <a href="#description-qualified-terms">Section 3.3</a>.</p>
+         
+<div class="prov-qualified owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#ActivityInfluence">prov:ActivityInfluence</a>
+    </li>
+    <li>
+      <a href="#AgentInfluence">prov:AgentInfluence</a>
+    </li>
+    <li>
+      <a href="#Association">prov:Association</a>
+    </li>
+    <li>
+      <a href="#Attribution">prov:Attribution</a>
+    </li>
+    <li>
+      <a href="#Communication">prov:Communication</a>
+    </li>
+    <li>
+      <a href="#Delegation">prov:Delegation</a>
+    </li>
+    <li>
+      <a href="#Derivation">prov:Derivation</a>
+    </li>
+    <li>
+      <a href="#End">prov:End</a>
+    </li>
+    <li>
+      <a href="#EntityInfluence">prov:EntityInfluence</a>
+    </li>
+    <li>
+      <a href="#Generation">prov:Generation</a>
+    </li>
+    <li>
+      <a href="#Influence">prov:Influence</a>
+    </li>
+    <li>
+      <a href="#InstantaneousEvent">prov:InstantaneousEvent</a>
+    </li>
+    <li>
+      <a href="#Invalidation">prov:Invalidation</a>
+    </li>
+    <li>
+      <a href="#Plan">prov:Plan</a>
+    </li>
+    <li>
+      <a href="#Quotation">prov:Quotation</a>
+    </li>
+    <li>
+      <a href="#Revision">prov:Revision</a>
+    </li>
+    <li>
+      <a href="#Role">prov:Role</a>
+    </li>
+    <li>
+      <a href="#Source">prov:Source</a>
+    </li>
+    <li>
+      <a href="#Start">prov:Start</a>
+    </li>
+    <li>
+      <a href="#Usage">prov:Usage</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-qualified owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#activity">prov:activity</a>
+    </li>
+    <li class="object-property">
+      <a href="#agent">prov:agent</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#atTime">prov:atTime</a>
+    </li>
+    <li class="object-property">
+      <a href="#entity">prov:entity</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadActivity">prov:hadActivity</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadGeneration">prov:hadGeneration</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadPlan">prov:hadPlan</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadRole">prov:hadRole</a>
+    </li>
+    <li class="object-property">
+      <a href="#hadUsage">prov:hadUsage</a>
+    </li>
+    <li class="object-property">
+      <a href="#influencer">prov:influencer</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedAssociation">prov:qualifiedAssociation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedAttribution">prov:qualifiedAttribution</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedCommunication">prov:qualifiedCommunication</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedDelegation">prov:qualifiedDelegation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedDerivation">prov:qualifiedDerivation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedEnd">prov:qualifiedEnd</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedGeneration">prov:qualifiedGeneration</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedInfluence">prov:qualifiedInfluence</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedInvalidation">prov:qualifiedInvalidation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedQuotation">prov:qualifiedQuotation</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedRevision">prov:qualifiedRevision</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedSource">prov:qualifiedSource</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedStart">prov:qualifiedStart</a>
+    </li>
+    <li class="object-property">
+      <a href="#qualifiedUsage">prov:qualifiedUsage</a>
+    </li>
+    <li class="object-property">
+      <a href="#wasInfluencedBy">prov:wasInfluencedBy</a>
+    </li>
+  </ul>
+</div>
+
+         <div xmlns:prov="http://www.w3.org/ns/prov#" xmlns:dcterms="http://purl.org/dc/terms/" class="prov-qualified owl-classes crossreference">
+
+  <div class="entity" id="ActivityInfluence">
+    <h3 id="class--prov-activityinfluence-----------------back-to-qualified-classes">
+      Class: <a href="#ActivityInfluence"><span title="http://www.w3.org/ns/prov#ActivityInfluence" class="dotted">prov:ActivityInfluence</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#ActivityInfluence</p>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-ActivityInfluence">
+      <span resource="http://www.w3.org/ns/prov#ActivityInfluence" rel="dcterms:subject"></span>
+      <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_ActivityInfluence.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; .
+
+:bar_chart 
+   a prov:Entity;
+   prov:wasGeneratedBy      :illustrating;
+   prov:qualifiedGeneration :making-bar-chart;
+. 
+
+:making-bar-chart
+   a prov:Generation, 
+     prov:ActivityInfluence;    ## Instances of Generation, Invalidation, and Communication qualify
+   prov:activity :illustrating; ## the influence of an Activity (cited by prov:activity)
+   rdfs:comment &quot;Ended up with bar chart as line chart looked ugly.&quot;@en;
+.
+
+:illustrating a prov:Activity .
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</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>      </dd>
+
+      <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="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+        , <a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a>
+      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="AgentInfluence">
+    <h3 id="class--prov-agentinfluence-----------------back-to-qualified-classes">
+      Class: <a href="#AgentInfluence"><span title="http://www.w3.org/ns/prov#AgentInfluence" class="dotted">prov:AgentInfluence</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#AgentInfluence</p>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-AgentInfluence">
+      <span resource="http://www.w3.org/ns/prov#AgentInfluence" rel="dcterms:subject"></span>
+      <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_AgentInfluence.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; .
+
+:illustrating
+    a prov:Activity; 
+    prov:wasAssociatedWith :derek;
+    prov:qualifiedAssociation [
+       a prov:Association, 
+         prov:AgentInfluence;   ## Instances of Generation, Invalidation, and Communication qualify
+       prov:agent   :derek;     ## the influence of an Agent (cited by prov:agent)
+       prov:hadRole :illustrationist
+    ];
+.
+
+:derek a prov:Person, prov:Agent, prov:Entity .
+
+:illustratonist a prov:Role .
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</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>      </dd>
+
+      <dt>has subclasses</dt>
+      <dd>
+        <a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a>
+        , <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
+        , <a class="owlclass" href="#Attribution" title="http://www.w3.org/ns/prov#Attribution">prov:Attribution</a>
+      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Association">
+    <h3 id="class--prov-association-----------------back-to-qualified-classes">
+      Class: <a href="#Association"><span title="http://www.w3.org/ns/prov#Association" class="dotted">prov:Association</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:illustrating
+    a prov:Activity; 
+    prov:wasAssociatedWith :derek, 
+                           :steve;
+    prov:qualifiedAssociation [
+        a prov:Association;
+        prov:agent   :derek;
+        prov:hadRole :illustrationist;
+    ];
+    prov:qualifiedAssociation [
+        a prov:Association;
+        prov:agent   :steve;
+        prov:hadRole :stylist;
+        prov:hadPlan :style-guide;
+        rdfs:comment &quot;Steve helped Derek conform with the publisher's style guide.&quot;@en;
+    ];
+.
+
+:derek a prov:Person, prov:Agent, prov:Entity .
+:steve a prov:Person, prov:Agent, prov:Entity .
+
+:illustratonist a prov:Role .
+:stylist        a prov:Role .
+
+:style-guide a prov:Plan, prov:Entity .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#AgentInfluence" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadPlan" title="http://www.w3.org/ns/prov#hadPlan">prov:hadPlan</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedAssociation" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Attribution">
+    <h3 id="class--prov-attribution-----------------back-to-qualified-classes">
+      Class: <a href="#Attribution"><span title="http://www.w3.org/ns/prov#Attribution" class="dotted">prov:Attribution</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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.
+
+When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+&lt;http://dbpedia.org/resource/Fallingwater&gt;
+   a prov:Entity;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Edgar_J._Kaufmann&gt;,
+                        &lt;http://dbpedia.org/resource/Frank_Lloyd_Wright&gt;,
+                        :western-Pennsylvania-Conservancy;
+   prov:qualifiedAttribution [
+      a prov:Attribution;
+      prov:agent &lt;http://dbpedia.org/resource/Edgar_J._Kaufmann&gt;;
+      prov:hadRole :owner;
+   ];
+   prov:qualifiedAttribution [
+      a prov:Attribution;
+      prov:agent &lt;http://dbpedia.org/resource/Frank_Lloyd_Wright&gt;;
+      prov:hadRole :architect;
+   ];
+   prov:qualifiedAttribution [
+      a prov:Attribution;
+      prov:agent :western-Pennsylvania-Conservancy;
+      prov:hadRole :conserver;
+   ];
+.
+
+&lt;http://dbpedia.org/resource/Edgar_J._Kaufmann&gt;  a prov:Person, prov:Agent .
+&lt;http://dbpedia.org/resource/Frank_Lloyd_Wright&gt; a prov:Person, prov:Agent .
+:western-Pennsylvania-Conservancy a prov:Organization, prov:Agent . 
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#AgentInfluence" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedAttribution" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribution" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribution" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Communication">
+    <h3 id="class--prov-communication-----------------back-to-qualified-classes">
+      Class: <a href="#Communication"><span title="http://www.w3.org/ns/prov#Communication" class="dotted">prov:Communication</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:writing-celebrity-gossip 
+   a prov:Activity;
+   prov:wasInformedBy          :voicemail-interception;
+   prov:qualifiedCommunication :informing-the-journalist;
+.
+
+:informing-the-journalist 
+   a prov:Communication;
+   prov:activity   :voicemail-interception;
+   prov:atLocation :unknown-location;
+   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 .
+
+:unknown-location 
+   a prov:Location;
+   rdfs:label &quot;Location unknown&quot;@en;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#ActivityInfluence" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <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>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Communication" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-wasInformedBy" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Delegation">
+    <h3 id="class--prov-delegation-----------------back-to-qualified-classes">
+      Class: <a href="#Delegation"><span title="http://www.w3.org/ns/prov#Delegation" class="dotted">prov:Delegation</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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.
+
+For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+  
+:policySale
+   a prov:Actvity;
+   prov:wasAssociatedWith :insuranceAgent_Frank;
+.
+
+:insuranceAgent_Frank
+   a prov:Person;
+   prov:actedOnBehalfOf :insuranceCompany_A;
+   prov:qualifiedDelegation [
+      a prov:Delegation;
+      prov:agent   :insuranceCompany_A;
+      prov:hadRole :guarantor; # The company is the guarantor of the policy
+   ];
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#AgentInfluence" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedDelegation" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-delegation" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-delegation" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Derivation">
+    <h3 id="class--prov-derivation-----------------back-to-qualified-classes">
+      Class: <a href="#Derivation"><span title="http://www.w3.org/ns/prov#Derivation" class="dotted">prov:Derivation</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart 
+   a prov:Entity;
+   prov:wasDerivedFrom :aggregatedByRegions;  # The simplest (and least detailed) form of derivation.
+.
+
+:bar_chart
+   a prov:Entity;
+   prov:wasDerivedFrom :aggregatedByRegions;  # The simple form can be accompanied by a qualified form:
+   prov:qualifiedDerivation [                  
+      a prov:Derivation;                      # An instance of Derivation provides more details
+      prov:entity      :aggregatedByRegions;  # about how :bar_chart was derived from :aggregatedRegions
+
+      :foo :bar;                              # Arbitrary domain-specific descriptions are permitted.
+
+      # Derivations can cite the influencing Activity in doing the derivation.
+      prov:hadActivity   :illustration_activity;
+
+      # They can also cite the Usage and Generation that the Activity performed to generate :bar_chart.
+      prov:hadUsage      :how_illustration_activity_used_data;
+      prov:hadGeneration :bar_chart_generation;
+   ];
+.
+
+:illustration_activity 
+   a prov:Activity;
+   prov:wasAttributedTo :derek;
+.
+
+:bar_chart_generation
+   a prov:Generation, prov:InstantaneousEvent;
+   prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
+.
+
+:how_illustration_activity_used_data
+   a prov:Usage;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadGeneration" title="http://www.w3.org/ns/prov#hadGeneration">prov:hadGeneration</a> <sup title="object property" class="type-op">op</sup>
+        , <a href="#hadUsage" title="http://www.w3.org/ns/prov#hadUsage">prov:hadUsage</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadActivity" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedDerivation" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Derivation" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#Derivation-Relation" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="End">
+    <h3 id="class--prov-end-----------------back-to-qualified-classes">
+      Class: <a href="#End"><span title="http://www.w3.org/ns/prov#End" class="dotted">prov:End</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#End</p>
+    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# End can be used to qualify wasEndedBy with time and location information
+
+:experiment 
+   a prov:Activity;
+   prov:wasEndedBy :inconsistentResult;
+   prov:qualifiedEnd [
+      a prov:End;
+      prov:entity     :inconsistentResult;
+      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation :scienceLab_003;
+   ];
+.
+   
+:inconsistentResult a prov:Entity .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+        , <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedEnd" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-End" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-End" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="EntityInfluence">
+    <h3 id="class--prov-entityinfluence-----------------back-to-qualified-classes">
+      Class: <a href="#EntityInfluence"><span title="http://www.w3.org/ns/prov#EntityInfluence" class="dotted">prov:EntityInfluence</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#EntityInfluence</p>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-EntityInfluence">
+      <span resource="http://www.w3.org/ns/prov#EntityInfluence" rel="dcterms:subject"></span>
+      <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_EntityInfluence.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; .
+
+# EntityInfluence is intended to be an 'abstract' subclass of Influence 
+# for Influence that reference an entity. It is a superclass for concrete Influences 
+# (e.g. Usage, Derivation, Source) 
+
+# It is not recommended that the type EntityInfluence be used without also declaring
+# one of its concrete subclasses.
+
+# By definition, all instances of prov:Usage are also instances of prov:EntityInfluence.
+
+:sortActivity
+   a prov:Activity;
+   prov:used :datasetA;
+   prov:qualifiedUsage [
+      a prov:Usage, 
+        prov:EntityInfluence; ## Instances of Start, End, Usage, and Derivation qualify
+      prov:entity  :datasetA; ## the influencd of an Entity (cited by prov:entity)
+      prov:hadRole :inputToBeSorted;
+   ];
+   prov:generated :datasetB;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</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>      </dd>
+
+      <dt>has subclasses</dt>
+      <dd>
+        <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+        , <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+        , <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+        , <a class="owlclass" href="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a>
+        , <a class="owlclass" href="#Revision" title="http://www.w3.org/ns/prov#Revision">prov:Revision</a>
+        , <a class="owlclass" href="#Quotation" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</a>
+      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Generation">
+    <h3 id="class--prov-generation-----------------back-to-qualified-classes">
+      Class: <a href="#Generation"><span title="http://www.w3.org/ns/prov#Generation" class="dotted">prov:Generation</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Generation</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix bbc:  &lt;http://www.bbc.co.uk/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bbcNews2012-04-03 
+   a prov:Entity, :DailyNews;
+   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:qualifiedInvalidation [
+      a prov:Invalidation, prov:InstantaneousEvent;
+      prov:atTime &quot;2012-04-03T23:59:59Z&quot;^^xsd:dateTime;
+   ];
+.
+:publishingActivity 
+   a prov:Activity.
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+        , <a class="owlclass" href="#ActivityInfluence" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</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>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#hadGeneration" title="http://www.w3.org/ns/prov#hadGeneration">prov:hadGeneration</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>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Generation" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Generation" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Influence">
+    <h3 id="class--prov-influence-----------------back-to-qualified-classes">
+      Class: <a href="#Influence"><span title="http://www.w3.org/ns/prov#Influence" class="dotted">prov:Influence</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Influence</p>
+    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-Influence">
+      <span resource="http://www.w3.org/ns/prov#Influence" rel="dcterms:subject"></span>
+      <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_Influence.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 my:   &lt;http://example.com/ontology#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Although a domain extension (e.g. ':wasConductedBy') is not defined by PROV-O,
+# the relation between a surgery and an agent can still be qualified
+# by reusing prov:Influence and one of its three subclasses 
+# (depending on the type of influencer):
+# AgentInfluence, EntityInfluence, and ActivityInfluence.
+
+my:wasConductedBy rdfs:subPropertyOf prov:wasAssociatedWith .
+
+:conductingSurgery_1
+   a prov:Activity;
+   my:wasConductedBy :bob;     # This unqualified influence is unknown in PROV, but would be a subproperty of wasAssociatedWith.
+   prov:qualifiedAssociation [ # Even though PROV systems do not understand my:wasConductedBy, 
+      a prov:Association,      # they can recognize that the unknown relation is being qualified with a prov:hadRole.
+        prov:AgentInfluence,   # Inferred
+        prov:Influence;        # Inferred
+      prov:agent   :bob;       # The object of my:wasConductedBy
+      prov:hadRole :surgeon;
+   ];
+.
+
+:bob       a prov:Agent .
+my:surgeon a prov:Role .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ].</p>
+    </dd>
+    <dd class="comment"><p>Any resource influenced by a prov:Entity, prov:Activity, or prov:Agent can qualify the influence by referencing an instance of prov:Influence. Instances of prov:Influence in turn cite the influencing Entity, Activity, or Agent (using prov:entity, prov:activity, or prov:agent, respectively) and may be further described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:atLocation). A description (via prov:Influence) of the binary influence implies the assertion of the binary influence.</p>
+    </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <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="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</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>
+      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedInfluence" title="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>has subclasses</dt>
+      <dd>
+        <a class="owlclass" href="#ActivityInfluence" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</a>
+        , <a class="owlclass" href="#AgentInfluence" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</a>
+        , <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-influence" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-influence" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="InstantaneousEvent">
+    <h3 id="class--prov-instantaneousevent-----------------back-to-qualified-classes">
+      Class: <a href="#InstantaneousEvent"><span title="http://www.w3.org/ns/prov#InstantaneousEvent" class="dotted">prov:InstantaneousEvent</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#InstantaneousEvent</p>
+    <div class="definition"><p>The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix bbc:  &lt;http://www.bbc.co.uk/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bbcNews2012-04-03 
+   a prov:Entity, :DailyNews;
+   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;
+      prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
+   ];
+   prov:qualifiedInvalidation [
+      a prov:Invalidation, prov:InstantaneousEvent;
+      prov:atTime &quot;2012-04-03T23:59:59Z&quot;^^xsd:dateTime;
+   ];
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#dfn-wasinvalidatedby&gt; .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><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>
+    </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a> <sup title="data property" class="type-dp">dp</sup>
+      </dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#atLocation" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</a> <sup title="object property" class="type-op">op</sup>
+      </dd><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="#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="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+        , <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#dfn-event" title="prov-constraints">prov-constraints</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Invalidation">
+    <h3 id="class--prov-invalidation-----------------back-to-qualified-classes">
+      Class: <a href="#Invalidation"><span title="http://www.w3.org/ns/prov#Invalidation" class="dotted">prov:Invalidation</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 (or further invalidation) 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 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; .
+@prefix wgs:  &lt;http://www.w3.org/2003/01/geo/wgs84_pos#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:the-Painter 
+   a prov:Entity, :Painting;
+   rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
+
+   prov:wasInvalidatedBy :swissair_Flight_111_crash;
+   prov:qualifiedInvalidation [
+      a prov:Invalidation;
+      prov:activity    :swissair_Flight_111_crash;
+      prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
+      prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
+   ];
+. 
+
+&lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;
+   a prov:Location;
+   wgs:lat   44.409167;
+   wgs:long -63.973611;
+.
+
+&lt;http://dbpedia.org/resource/Pablo_Picasso&gt; 
+   a prov:Agent;
+   foaf:depiction &lt;http://upload.wikimedia.org/wikipedia/commons/9/98/Pablo_picasso_1.jpg&gt;;
+.
+
+:swissair_Flight_111_crash 
+   a prov:Activity;
+   prov:used          &lt;http://dbpedia.org/resource/Swissair_Flight_111&gt;;
+   prov:startedAtTime &quot;2012-09-02T01:31:00Z&quot;;
+   prov:atLocation    &lt;http://dbpedia.org/resource/Atlantic_ocean&gt;;
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation&gt; .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+        , <a class="owlclass" href="#ActivityInfluence" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</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>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedInvalidation" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Invalidation" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Invalidation" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Plan">
+    <h3 id="class--prov-plan-----------------back-to-qualified-classes">
+      Class: <a href="#Plan"><span title="http://www.w3.org/ns/prov#Plan" class="dotted">prov:Plan</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:illustrating 
+   a prov:Activity;
+   prov:qualifiedAssociation :steve-checking-style-guide;
+.
+
+:steve-checking-style-guide
+   a prov:Association;
+   prov:agent   :steve;
+   prov:hadPlan :style-guide;
+   rdfs:comment &quot;Steve followed the publisher's style guide&quot;@en;
+. 
+
+:style-guide
+   a prov:Plan, prov:Entity;
+   rdfs:comment &quot;Use blue graphs for positive spin, red for negative&quot;@en;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#hadPlan" title="http://www.w3.org/ns/prov#hadPlan">prov:hadPlan</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Quotation">
+    <h3 id="class--prov-quotation-----------------back-to-qualified-classes">
+      Class: <a href="#Quotation"><span title="http://www.w3.org/ns/prov#Quotation" class="dotted">prov:Quotation</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 who may or may not be its original author. Quotation is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bl-dagstuhl
+   a prov:Entity;
+   prov:wasQuotedFrom &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
+   prov:qualifiedQuotation [
+      a prov:Quotation;
+      prov:entity    &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt;;
+      prov:hadQuoter &lt;http://data.semanticweb.org/person/luc-moreau&gt;;
+      prov:hadQuoted &lt;http://data.semanticweb.org/person/paul-groth&gt;;
+   ] .
+
+&lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/&gt; 
+   a prov:Entity .
+
+&lt;http://data.semanticweb.org/person/luc-moreau&gt; a prov:Person, prov:Agent .
+&lt;http://data.semanticweb.org/person/paul-groth&gt; a prov:Person, prov:Agent .
+
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedQuotation" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-quotation" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-quotation" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Revision">
+    <h3 id="class--prov-revision-----------------back-to-qualified-classes">
+      Class: <a href="#Revision"><span title="http://www.w3.org/ns/prov#Revision" class="dotted">prov:Revision</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Revision</p>
+    <div class="definition"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:draft2 
+   a prov:Entity;
+   prov:wasRevisionOf    :draft1;
+   prov:qualifiedRevision [
+      a prov:Revision;
+      prov:entity        :draft1;
+   ];
+
+   prov:wasAttributedTo :edward;
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent        :edward;
+      prov:hadRole      :editor;
+   ];
+.
+
+:draft1 a prov:Entity .
+
+:edward 
+   a prov:Person, prov:Agent, prov:Entity;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedRevision" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-revision" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Revision" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Role">
+    <h3 id="class--prov-role-----------------back-to-qualified-classes">
+      Class: <a href="#Role"><span title="http://www.w3.org/ns/prov#Role" class="dotted">prov:Role</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <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 or agent with respect to an activity, in the context of a usage, generation, invalidation, 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:divideActivity 
+   a prov:Activity;   
+   prov:used :variableA, :variableB;
+
+   prov:qualifiedUsage [
+      a prov:Usage;
+      prov:entity  :variableA;
+      prov:hadRole :dividend;          
+   ];
+   prov:qualifiedUsage [
+      a prov:Usage;
+      prov:entity  :variableB;
+      prov:hadRole :divisor;          
+   ];
+
+   prov:generated :result_112234;
+.
+
+:variableA 
+   a prov:Entity;
+   prov:value 10;
+.
+:variableB 
+   a prov:Entity;
+   prov:value 2;
+.
+
+:dividend a prov:Role.
+:divisor  a prov:Role.
+
+:result_112234 
+   a prov:Entity;
+   prov:value 5;
+   prov:wasGeneratedBy :divideActivity;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-role" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Source">
+    <h3 id="class--prov-source-----------------back-to-qualified-classes">
+      Class: <a href="#Source"><span title="http://www.w3.org/ns/prov#Source" class="dotted">prov:Source</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Source</p>
+    <div class="definition"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
+
+Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
+
+A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:myPost 
+   a prov:Entity;
+   prov:hadOriginalSource :donQuixote;
+   prov:qualifiedSource [
+      a prov:Source;
+      prov:entity :donQuixote;
+      :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;;
+   ];
+.
+
+:donQuixote a prov:Entity.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Source provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ] .</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedSource" title="http://www.w3.org/ns/prov#qualifiedSource">prov:qualifiedSource</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-primary-source" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-original-source" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Start">
+    <h3 id="class--prov-start-----------------back-to-qualified-classes">
+      Class: <a href="#Start"><span title="http://www.w3.org/ns/prov#Start" class="dotted">prov:Start</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Start</p>
+    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Start can be used to qualify wasStartedBy with time and location information.
+
+:experiment
+   a prov:Activity;
+   prov:wasStartedBy :researcher;
+   prov:qualifiedStart [
+      a prov:Start;
+      prov:entity    :researcher;
+      prov:atTime    &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation :scienceLab_003;
+   ];
+.
+
+:researcher a prov:Agent .
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+        , <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <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>
+      </dd><dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#qualifiedStart" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Start" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Start" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+
+  <div class="entity" id="Usage">
+    <h3 id="class--prov-usage-----------------back-to-qualified-classes">
+      Class: <a href="#Usage"><span title="http://www.w3.org/ns/prov#Usage" class="dotted">prov:Usage</span></a>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#Usage</p>
+    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:sortActivity 
+   a prov:Activity;
+   prov:startedAtTime  &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime; 
+   prov:qualifiedUsage [
+      a prov:Usage;
+      prov:entity    :datasetA;         ## The entity used by the prov:Usage
+      prov:hadRole   :inputToBeSorted;  ## the role of the entity in this prov:Usage        
+   ];
+   prov:generated :datasetB;
+.
+
+:datasetA        a prov:Entity .
+:datasetB        a prov:Entity .
+:inputToBeSorted a prov:Role .
+
+## Expressing the above using starting-point terms
+## the role of :datasetA cannot be expressed
+
+:sortActivity
+   a prov:Activity;
+   prov:startedAtTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+   prov:used       :datasetA;
+   prov:generated  :datasetB;
+.
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+        , <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+      </dd>
+      <dt>described with properties:</dt><dd></dd>
+
+      <dt></dt>
+      <dd>
+        <a href="#hadRole" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</a> <sup title="object property" class="type-op">op</sup>
+      </dd><dt></dt>
+      <dd>
+        <a href="#atTime" title="http://www.w3.org/ns/prov#atTime">prov:atTime</a>  <sup title="data property" class="type-dp">dp</sup>        , <a href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>  <sup title="object property" class="type-op">op</sup>      </dd>
+
+      <dt>in range of</dt>
+      <dd>
+        <a href="#hadUsage" title="http://www.w3.org/ns/prov#hadUsage">prov:hadUsage</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>
+      </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      <dt>prov-dm</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Usage" title="prov-dm">prov-dm</a>      </dd>
+
+      <dt>prov-constraints</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig" title="prov-constraints">prov-constraints</a>      </dd>
+
+      <dt>prov-n</dt>
+      <dd>
+        <a href="http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Usage" title="prov-n">prov-n</a>      </dd>
+    </dl>
+  </div>
+</div>
+<div xmlns:prov="http://www.w3.org/ns/prov#" class="prov-qualified owl-properties crossreference">
+  <div class="entity" id="activity">
+    <h3 id="property--prov-activity-op-----------------back-to-qualified-properties">
+      Property: <a href="#activity"><span title="http://www.w3.org/ns/prov#activity" class="dotted">prov:activity</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#activity</p>
+    <div class="definition"><p>ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:making-bar-chart
+   a prov:Generation, 
+     prov:ActivityInfluence;
+   prov:activity :illustrating;
+   rdfs:comment &quot;Ended up with bar chart as line chart looked ugly.&quot;@en;
+.
+
+:illustrating a prov:Activity .
+
+:bar_chart 
+   a prov:Entity;
+   prov:wasGeneratedBy :illustrating;
+   prov:qualifiedGeneration :making-bar-chart;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The property used by an prov:ActivityInfluence to cite the prov:Activity that influenced an Entity, Activity, or Agent. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#ActivityInfluence" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="agent">
+    <h3 id="property--prov-agent-op-----------------back-to-qualified-properties">
+      Property: <a href="#agent"><span title="http://www.w3.org/ns/prov#agent" class="dotted">prov:agent</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#agent</p>
+    <div class="definition"><p>AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:world_flight_1937
+   a prov:Activity;
+
+   prov:wasAssociatedWith &lt;http://dbpedia.org/resource/Amelia_Earhart&gt;,
+                          &lt;http://dbpedia.org/resource/Purdue_University&gt;,
+                          &lt;http://dbpedia.org/resource/Lockheed_Aircraft_Company&gt;;
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent   &lt;http://dbpedia.org/resource/Amelia_Earhart&gt;;
+      prov:hadRole :pilot;
+   ];
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent   &lt;http://dbpedia.org/resource/Purdue_University&gt;;
+      prov:hadRole :financer;
+   ];
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent   &lt;http://dbpedia.org/resource/Lockheed_Aircraft_Company&gt;;
+      prov:hadRole :plane_builder;
+   ];
+
+   rdfs:seeAlso &lt;http://en.wikipedia.org/wiki/Amelia_Earhart#1937_world_flight&gt;;
+.
+
+&lt;http://dbpedia.org/resource/Amelia_Earhart&gt;            a prov:Person,       prov:Agent .
+&lt;http://dbpedia.org/resource/Purdue_University&gt;         a prov:Organization, prov:Agent .
+&lt;http://dbpedia.org/resource/Lockheed_Aircraft_Company&gt; a prov:Organization, prov:Agent .
+
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The property used by a prov:AgentInfluence to cite the Agent that influenced an Entity, Activity, or Agent. 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>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#AgentInfluence" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="atTime">
+    <h3 id="property--prov-attime-dp-----------------back-to-qualified-properties">
+      Property: <a href="#atTime"><span title="http://www.w3.org/ns/prov#atTime" class="dotted">prov:atTime</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#atTime</p>
+    <div class="definition"><p>The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:Timearticle20120430_publication
+   a prov:InstantaneousEvent;
+   prov:atTime &quot;2012-04-30T20:40:40&quot;^^xsd:dateTime;
+. 
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</p>
+      </div>
+      <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>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#InstantaneousEvent" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              http://www.w3.org/2001/XMLSchema#dateTime
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#invalidatedAtTime" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</a> <sup title="data property" class="type-dp">dp</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="entity">
+    <h3 id="property--prov-entity-op-----------------back-to-qualified-properties">
+      Property: <a href="#entity"><span title="http://www.w3.org/ns/prov#entity" class="dotted">prov:entity</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#entity</p>
+    <div class="definition"><p>EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:myPost 
+   a prov:Entity;
+   prov:hadOriginalSource :donQuixote;
+   prov:qualifiedSource [
+      a prov:Source;
+      prov:entity :donQuixote;
+      # Other attributes of the relationship
+   ];
+.
+
+:donQuixote a prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The property used by an prov:EntityInfluence to cite the Entity that was influenced by an Entity, Activity, or Agent. 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>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#influencer" title="http://www.w3.org/ns/prov#influencer">prov:influencer</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#EntityInfluence" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadActivity">
+    <h3 id="property--prov-hadactivity-op-----------------back-to-qualified-properties">
+      Property: <a href="#hadActivity"><span title="http://www.w3.org/ns/prov#hadActivity" class="dotted">prov:hadActivity</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# The activity that which used, generated, invalidated or was responsible for the entity.
+# In this qualified Derivation prov:hadActivity references the activity that generated the bar chart.
+
+:bar_chart
+   a prov:Entity;
+   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasGeneratedBy :make_bar_chart;
+   prov:qualifiedDerivation [
+      a prov:Derivation;
+      prov:entity      :aggregatedByRegions;
+      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 Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a>
+               or <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+               or <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadGeneration">
+    <h3 id="property--prov-hadgeneration-op-----------------back-to-qualified-properties">
+      Property: <a href="#hadGeneration"><span title="http://www.w3.org/ns/prov#hadGeneration" class="dotted">prov:hadGeneration</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadGeneration</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart   
+   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:qualifiedDerivation [
+      a prov:Derivation;
+      prov:hadGeneration :illustration;
+   ];
+.
+
+:illustration   
+   a prov:Generation, 
+     prov:InstantaneousEvent;
+   prov:atTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
+.
+
+## An alternative way to express some of the above information
+
+:bar_chart   
+   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:wasGeneratedBy :illustrationActivity;
+.
+
+:illustrationActivity   
+   a prov:Activity;
+   prov:endedAtTime &quot;2012-04-03T00:00:01Z&quot;^^xsd:dateTime;
+.
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The _optional_ Generation involved in an Entity's Derivation.</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadPlan">
+    <h3 id="property--prov-hadplan-op-----------------back-to-qualified-properties">
+      Property: <a href="#hadPlan"><span title="http://www.w3.org/ns/prov#hadPlan" class="dotted">prov:hadPlan</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:illustrating
+   a prov:Activity; 
+   prov:wasAssociatedWith :derek, 
+                          :steve;
+   prov:qualifiedAssociation :steve-checking-style-guide;
+.
+
+:steve-checking-style-guide
+   a prov:Association;
+   prov:agent   :steve;
+   prov:hadRole :stylist;
+   prov:hadPlan :style-guide;
+   rdfs:comment &quot;Steve followed the style guide&quot;@en;
+.
+
+:style-guide
+   a prov:Plan, prov:Entity;
+   rdfs:comment &quot;Use blue graphs for positive spin, red for negative&quot;@en;
+.
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Plan" title="http://www.w3.org/ns/prov#Plan">prov:Plan</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadRole">
+    <h3 id="property--prov-hadrole-op-----------------back-to-qualified-properties">
+      Property: <a href="#hadRole"><span title="http://www.w3.org/ns/prov#hadRole" class="dotted">prov:hadRole</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadRole</p>
+    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:divideActivity 
+   a prov:Activity;   
+
+   prov:used         :variableA;
+   prov:qualifiedUsage [
+      a prov:Usage;
+      prov:entity    :variableA;
+      prov:hadRole   :dividend;          
+   ];
+   
+   prov:used         :variableB;
+   prov:qualifiedUsage [
+      a prov:Usage;
+      prov:entity    :variableB;
+      prov:hadRole   :divisor;          
+   ];
+.
+   
+:variableA a prov:Entity .
+:variableB a prov:Entity .
+
+:dividend a prov:Role .
+:divisor  a prov:Role .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
+               or <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+               or <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+               or <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+               or <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+               or <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Role" title="http://www.w3.org/ns/prov#Role">prov:Role</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="hadUsage">
+    <h3 id="property--prov-hadusage-op-----------------back-to-qualified-properties">
+      Property: <a href="#hadUsage"><span title="http://www.w3.org/ns/prov#hadUsage" class="dotted">prov:hadUsage</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hadUsage</p>
+    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:digestedProteinSample1
+   a prov:Entity;
+   prov:wasDerivedFrom :proteinSample;
+   prov:qualifiedDerivation [
+      a prov:Derivation;
+      prov:hadUsage [
+         a prov:Usage;
+         :treatmentEnzyme :Trypsin;
+      ];
+   ];
+.
+
+:proteinSample a prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>The _optional_ Usage involved in an Entity's Derivation.</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="influencer">
+    <h3 id="property--prov-influencer-op-----------------back-to-qualified-properties">
+      Property: <a href="#influencer"><span title="http://www.w3.org/ns/prov#influencer" class="dotted">prov:influencer</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#influencer</p>
+    <div class="definition"><p>This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-influencer">
+      <span resource="http://www.w3.org/ns/prov#influencer" rel="dcterms:subject"></span>
+      <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_influencer.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; .
+
+:illustrationActivity 
+   a prov:Activity;
+   prov:qualifiedUsage         :usage_1;
+   prov:qualifiedAssociation   :association_1;
+   prov:qualifiedCommunication :communication_1;
+.
+
+:usage_1
+   a prov:Usage;
+   prov:entity     :aggregatedByRegions;
+   prov:influencer :aggregatedByRegions; # Inferred
+.
+
+:association_1
+   a prov:Association;
+   prov:agent      :derek;
+   prov:influencer :derek; # - - - - - - - Inferred
+.
+
+:communication_1
+   a prov:Communication;
+   prov:activity   :aggregationActivity;
+   prov:influencer :aggregationActivity; # Inferred
+.
+
+:aggregationActivity a prov:Activity .  
+:derek               a prov:Agent .
+:aggregatedByRegions a prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.</p>
+      </div>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#agent" title="http://www.w3.org/ns/prov#agent">prov:agent</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#entity" title="http://www.w3.org/ns/prov#entity">prov:entity</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#activity" title="http://www.w3.org/ns/prov#activity">prov:activity</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedAssociation">
+    <h3 id="property--prov-qualifiedassociation-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedAssociation"><span title="http://www.w3.org/ns/prov#qualifiedAssociation" class="dotted">prov:qualifiedAssociation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:illustrating
+    a prov:Activity; 
+    prov:wasAssociatedWith :derek, 
+                           :steve;
+    prov:qualifiedAssociation [
+        a prov:Association;
+        prov:agent :derek;
+        prov:role  :illustrationist;
+        rdfs:comment &quot;Derek made the illustration&quot;@en
+    ];
+    prov:qualifiedAssociation [
+        a prov:Association;
+        prov:agent :steve;
+        prov:role  :stylist;
+        prov:hadPlan :style-guide;
+        rdfs:comment &quot;Steve helped Derek conform with the publisher's style guide.&quot;@en 
+    ];
+    prov:qualifiedAssociation [
+        a prov:Association;
+        prov:agent :derek;
+        prov:role  :stylist;
+        rdfs:comment &quot;But Derek also did some styling of his own.&quot;@en 
+    ] .
+
+:derek a prov:Person, prov:Agent, prov:Entity .
+:steve a prov:Person, prov:Agent, prov:Entity .
+
+:illustratonist a prov:Role .
+:stylist        a prov:Role .
+
+:style-guide a prov:Plan, prov:Entity .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Association" title="http://www.w3.org/ns/prov#Association">prov:Association</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedAttribution">
+    <h3 id="property--prov-qualifiedattribution-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedAttribution"><span title="http://www.w3.org/ns/prov#qualifiedAttribution" class="dotted">prov:qualifiedAttribution</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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.
+
+When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+## When the role of the agent is not known or does not matter:
+
+:nationalRegionsList 
+   a prov:Entity;
+   prov:wasAttributedTo :civil_action_group;
+.
+
+:civil_action_group a prov:Agent .
+
+## If we want to express the role of the agent:
+
+:nationalRegionsList 
+   a prov:Entity;
+   prov:qualifedAttribution [
+      a prov:Attribution;
+      prov:agent   :civil_action_group;
+      prov:hadRole :owner;
+   ]
+.
+
+:owner a prov:Role .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Attribution" title="http://www.w3.org/ns/prov#Attribution">prov:Attribution</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedCommunication">
+    <h3 id="property--prov-qualifiedcommunication-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedCommunication"><span title="http://www.w3.org/ns/prov#qualifiedCommunication" class="dotted">prov:qualifiedCommunication</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:writing-celebrity-gossip 
+   a prov:Activity;
+   prov:wasAttributedTo :journalist;
+   prov:wasInformedBy   :voicemail-interception;
+   prov:qualifiedCommunication [
+      a prov:Communication;
+      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;
+   prov:wasAttributedTo :private-investigator;
+.
+
+:private-investigator a prov:Agent .
+:journalist           a prov:Agent .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>can be qualified with</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Communication" title="http://www.w3.org/ns/prov#Communication">prov:Communication</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedDelegation">
+    <h3 id="property--prov-qualifieddelegation-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedDelegation"><span title="http://www.w3.org/ns/prov#qualifiedDelegation" class="dotted">prov:qualifiedDelegation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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.
+
+For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:traffic-stop
+    a prov:Activity;
+   prov:wasAssociatedWith :chauffeur, 
+                          :traffic-officer-34;
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent   :chauffeur;
+      prov:hadRole :violator; # The chauffeur was the one violating traffic rules.
+   ];
+   prov:qualifiedAssociation [
+      a prov:Association;
+      prov:agent   :traffic-officer-34;
+      prov:hadRole :enforcer; # The officer was the one enforcing the traffic rules.
+   ];
+.
+
+:chauffeur       
+   a prov:Person;
+   prov:actedOnBehalfOf :celebrity-in-car;
+   prov:qualifiedDelegation [
+      a prov:Delegation;
+      prov:agent   :celebrity-in-car;
+      prov:hadRole :employer; # The celebrity employed the chauffeur during the enforcement.
+   ];
+.
+
+:traffic_officer_34 
+   a prov:Person;
+   prov:actedOnBehalfOf :city-of-Paris;
+   prov:qualifiedDelegation [
+      a prov:Delegation;
+      prov:agent   :city-of-Paris;
+      prov:hadRole :employer; # The city of Paris employed the officer during the enforcement.
+   ];
+.
+
+&lt;&gt; prov:wasDerivedFrom &lt;http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-communication&gt; .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Delegation" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#actedOnBehalfOf" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedDerivation">
+    <h3 id="property--prov-qualifiedderivation-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedDerivation"><span title="http://www.w3.org/ns/prov#qualifiedDerivation" class="dotted">prov:qualifiedDerivation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart
+   prov:wasDerivedFrom :aggregatedByRegions;
+   prov:qualifiedDerivation [
+      a prov:Derivation;
+      prov:entity :aggregatedByRegions;         
+      prov:hadGeneration :illustration; ## More details about the activity underpinning the derivation
+   ];
+.
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Derivation" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedEnd">
+    <h3 id="property--prov-qualifiedend-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedEnd"><span title="http://www.w3.org/ns/prov#qualifiedEnd" class="dotted">prov:qualifiedEnd</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedEnd</p>
+    <div class="definition"><p>End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity's end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+## The end of the experiment might have been triggered by this inconsistent result
+
+:experiment 
+   a prov:Acticity;
+   prov:wasEndedBy :inconsistentResult;
+   prov:qualifiedEnd [
+      a prov:End;
+      prov:entity     :inconsistentResult;
+      prov:atTime     &quot;2011-07-16T01:52:02Z&quot;^^xsd:dateTime;
+      prov:atLocation :scienceLab003;
+   ];
+.
+
+:inconsistentResult a prov:Entity.
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#End" title="http://www.w3.org/ns/prov#End">prov:End</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedGeneration">
+    <h3 id="property--prov-qualifiedgeneration-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedGeneration"><span title="http://www.w3.org/ns/prov#qualifiedGeneration" class="dotted">prov:qualifiedGeneration</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedGeneration</p>
+    <div class="definition"><p>Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bar_chart
+   a prov:Entity;
+   prov:wasGeneratedBy :illustrating;
+   prov:qualifiedGeneration [
+      a prov:Generation;
+      prov:activity :illustrating;
+      rdfs:comment &quot;Ended up with bar chart as line chart looked ugly.&quot;@en;
+   ];
+.
+
+:illustrating a prov:Activity .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Generation" title="http://www.w3.org/ns/prov#Generation">prov:Generation</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedInfluence">
+    <h3 id="property--prov-qualifiedinfluence-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedInfluence"><span title="http://www.w3.org/ns/prov#qualifiedInfluence" class="dotted">prov:qualifiedInfluence</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedInfluence</p>
+    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-qualifiedInfluence">
+      <span resource="http://www.w3.org/ns/prov#qualifiedInfluence" rel="dcterms:subject"></span>
+      <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_qualifiedInfluence.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 my:   &lt;http://example.com/ontology#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Although a domain extension (e.g. ':wasConductedBy') is not defined by PROV-O,
+# the relation between a surgery and an agent can still be qualified
+# by reusing prov:Influence and one of its three subclasses 
+# (depending on the type of the influencing object):
+# AgentInfluence, EntityInfluence, and ActivityInfluence.
+
+:conductingSurgery_1
+   a prov:Activity;
+   prov:wasInfluencedBy :bob;  # This unqualified influence is unknown in PROV, this would be a subproperty of wasAssociatedWith
+   prov:qualifiedInfluence [   # Even though PROV systems do not understand :wasConductedBy, 
+      a prov:Influence;        # Inferred
+      prov:agent   :bob;       # The object of :wasConductedBy
+      prov:hadRole :surgeon;
+   ];
+.
+
+:bob       a prov:Agent .
+my:surgeon a prov:Role .
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Influence" title="http://www.w3.org/ns/prov#Influence">prov:Influence</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasInfluencedBy" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedInvalidation">
+    <h3 id="property--prov-qualifiedinvalidation-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedInvalidation"><span title="http://www.w3.org/ns/prov#qualifiedInvalidation" class="dotted">prov:qualifiedInvalidation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 (or further invalidation) 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:the-Painter 
+   a prov:Entity, :Painting;
+   rdfs:label &quot;Le Peintre&quot;@fr, &quot;The Painter&quot;@en;
+   prov:wasAttributedTo &lt;http://dbpedia.org/resource/Pablo_Picasso&gt;;
+
+   prov:wasInvalidatedBy :swissair_Flight_111_crash;
+   prov:qualifiedInvalidation [
+      a prov:Invalidation;
+      prov:activity    :swissair_Flight_111_crash;
+      prov:atTime      &quot;2012-09-02T01:31:00Z&quot;;
+      prov:atLocation  &lt;http://purl.org/twc/location/Swissair-Flight-111-crash&gt;;
+   ];
+. 
+</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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Invalidation" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasInvalidatedBy" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedQuotation">
+    <h3 id="property--prov-qualifiedquotation-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedQuotation"><span title="http://www.w3.org/ns/prov#qualifiedQuotation" class="dotted">prov:qualifiedQuotation</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <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 who may or may not be its original author. Quotation is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix my:   &lt;http://example.com/vocab/my#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:bl-dagstuhl
+   a prov:Entity;
+   prov:value &quot;&quot;&quot;During the workshop, it became clear to me that the consensus
+   based models (which are often graphical in nature) can not only be
+   formalized but also be directly connected to these database focused
+   formalizations. I just needed to get over the differences in syntax.
+   This could imply that we could have nice way to trace provenance across
+   systems and through databases and be able to understand the
+   mathematical properties of this interconnection.&quot;&quot;&quot;;
+   prov:wasQuotedFrom 
+     &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop&gt;;
+   prov:qualifiedQuotation [
+      a prov:Quotation;
+      prov:entity 
+        &lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop&gt;;
+      my:hadQuoter &lt;http://data.semanticweb.org/person/luc-moreau&gt;;
+   ];
+.
+
+
+&lt;http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop&gt; 
+   a prov:Entity;
+   prov:wasAttributedTo &lt;http://data.semanticweb.org/person/paul-groth&gt;;
+.
+
+&lt;http://data.semanticweb.org/person/luc-moreau&gt; a prov:Person, prov:Agent .
+&lt;http://data.semanticweb.org/person/paul-groth&gt; a prov:Person, prov:Agent .
+
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Quotation" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasQuotedFrom" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedRevision">
+    <h3 id="property--prov-qualifiedrevision-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedRevision"><span title="http://www.w3.org/ns/prov#qualifiedRevision" class="dotted">prov:qualifiedRevision</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedRevision</p>
+    <div class="definition"><p>A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:draft2 
+   a prov:Entity;
+   prov:wasRevisionOf :draft1;
+   prov:qualifiedRevision [
+      a prov:Revision;
+      prov:entity :draft1
+   ];
+   prov:wasAssociatedWith :eddie;
+.
+
+:draft1 a prov:Entity .
+:eddie  a prov:Person, prov:Agent, prov:Entity .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Revision" title="http://www.w3.org/ns/prov#Revision">prov:Revision</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasRevisionOf" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedSource">
+    <h3 id="property--prov-qualifiedsource-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedSource"><span title="http://www.w3.org/ns/prov#qualifiedSource" class="dotted">prov:qualifiedSource</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedSource</p>
+    <div class="definition"><p>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.
+
+Because of the directness of primary sources, they 'speak for themselves' in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
+
+A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application's domain.</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 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; .
+@prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
+@prefix prov:    &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :        &lt;http://example.com/&gt; .
+
+:temperatureDisplay
+   a prov:Entity;
+   prov:hadOriginalSource :sensorReading20120510;
+   prov:qualifiedSource [
+      a prov:Source;
+      prov:entity         :sensorReading20120510;
+   ];
+.
+
+:sensorReading20120510 
+   a prov:Entity;
+   prov:wasGeneratedBy :temperatureSensor;
+.
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Source" title="http://www.w3.org/ns/prov#Source">prov:Source</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#hadPrimarySource" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedStart">
+    <h3 id="property--prov-qualifiedstart-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedStart"><span title="http://www.w3.org/ns/prov#qualifiedStart" class="dotted">prov:qualifiedStart</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedStart</p>
+    <div class="definition"><p>Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity's start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+# Start can be used to qualify wasStartedBy with time and location information
+
+:experiment
+   a prov:Activity;
+   prov:wasStartedBy :researcher;
+   prov:qualifiedStart [
+      a prov:Start;
+      prov:entity    :researcher;
+      prov:atTime    &quot;2011-07-06T01:48:36Z&quot;^^xsd:dateTime;
+      prov:atLocation :scienceLab_003;
+   ];
+.
+
+:researcher a prov:Agent .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Start" title="http://www.w3.org/ns/prov#Start">prov:Start</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="qualifiedUsage">
+    <h3 id="property--prov-qualifiedusage-op-----------------back-to-qualified-properties">
+      Property: <a href="#qualifiedUsage"><span title="http://www.w3.org/ns/prov#qualifiedUsage" class="dotted">prov:qualifiedUsage</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#qualifiedUsage</p>
+    <div class="definition"><p>Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the 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 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; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:newsPublication
+   a prov:Activity;
+   prov:used :tsunami_image;
+   prov:qualifiedUsage [
+      a prov:Usage;
+      :hasCopyrightPermission :licensedUse;  
+      :hasOwner               :reuters;
+   ];
+.
+
+:reuters a prov:Agent .
+</pre>
+    </div>
+
+    <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>
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Usage" title="http://www.w3.org/ns/prov#Usage">prov:Usage</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>qualifies</dt>
+      <dd>
+        <a class="owlproperty" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a> <sup title="object property" class="type-op">op</sup>
+      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+  <div class="entity" id="wasInfluencedBy">
+    <h3 id="property--prov-wasinfluencedby-op-----------------back-to-qualified-properties">
+      Property: <a href="#wasInfluencedBy"><span title="http://www.w3.org/ns/prov#wasInfluencedBy" class="dotted">prov:wasInfluencedBy</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-qualified-owl-terms-at-a-glance">qualified properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#wasInfluencedBy</p>
+    <div class="definition"><p>Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-wasInfluencedBy">
+      <span resource="http://www.w3.org/ns/prov#wasInfluencedBy" rel="dcterms:subject"></span>
+      <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_wasInfluencedBy.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; .
+
+:illustrationActivity 
+   a prov:Activity;
+   prov:used              :aggregatedByRegions;
+   prov:wasAssociatedWith :derek;
+   prov:wasInformedBy     :aggregationActivity;
+.
+
+:illustrationActivity 
+   a prov:Activity;
+   prov:wasInfluencedBy :aggregatedByRegions, # prov:wasInfluencedBy is a superproperty of
+                        :derek,               # many of the direct binary
+                        :aggregationActivity; # PROV-O properties.
+.
+
+:aggregationActivity a prov:Activity .  
+:derek               a prov:Agent .
+:aggregatedByRegions a prov:Entity .
+</pre>
+    </div>
+
+    <div class="description">
+      <dl>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+               or <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+               or <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Activity" title="http://www.w3.org/ns/prov#Activity">prov:Activity</a>
+               or <a class="owlclass" href="#Agent" title="http://www.w3.org/ns/prov#Agent">prov:Agent</a>
+               or <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has sub-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#wasAssociatedWith" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasGeneratedBy" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasDerivedFrom" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasInformedBy" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasAttributedTo" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#used" title="http://www.w3.org/ns/prov#used">prov:used</a>
+            </li>
+            <li>
+              <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>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasStartedBy" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</a>
+            </li>
+            <li>
+              <a class="owlclass" href="#wasEndedBy" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</a>
+            </li>
+          </ul>
+        </dd>
+
+      </dl>
+    </div>
+  </div>
+
+</div>
+
+      </div>
+
+      
+<!-- section id="cross-reference-access-and-query">
+         <h3>Qualified Terms</h3>
+         <p>The terms used to qualify the Starting Point and Expanded properties are discussed in <a href="#description-qualified-terms">Section 3.3</a>.</p -->
+
+      <div id="prov-access-and-query-owl-terms-at-a-glance">
+         
+<div class="prov-access-and-query owl-classes at-a-glance">
+  <ul class="hlist">
+    <li>
+      <a href="#ProvenanceService">prov:ProvenanceService</a>
+    </li>
+  </ul>
+</div>
+
+<div class="prov-access-and-query owl-properties at-a-glance">
+  <ul class="hlist">
+    <li class="object-property">
+      <a href="#hasAnchor">prov:hasAnchor</a>
+    </li>
+    <li class="object-property">
+      <a href="#hasProvenance">prov:hasProvenance</a>
+    </li>
+    <li class="object-property">
+      <a href="#hasProvenanceService">prov:hasProvenanceService</a>
+    </li>
+    <li class="datatype-property">
+      <a href="#provenanceUriTemplate">prov:provenanceUriTemplate</a>
+    </li>
+  </ul>
+</div>
+
+      </div>
+         <div xmlns:prov="http://www.w3.org/ns/prov#" xmlns:dcterms="http://purl.org/dc/terms/" class="prov-access-and-query owl-classes crossreference">
+
+  <div class="entity" id="ProvenanceService">
+    <h3 id="class--prov-provenanceservice-----------------back-to-access-and-query-classes">
+      Class: <a href="#ProvenanceService"><span title="http://www.w3.org/ns/prov#ProvenanceService" class="dotted">prov:ProvenanceService</span></a>
+      <span class="backlink">
+         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query classes</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#ProvenanceService</p>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-class-ProvenanceService">
+      <span resource="http://www.w3.org/ns/prov#ProvenanceService" rel="dcterms:subject"></span>
+      <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_ProvenanceService.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; .
+
+# TODO
+</pre>
+    </div>
+
+    <dl class="description">
+    <dd class="comment"><p>Class for a service described by a provenance service description.</p>
+    </dd>
+
+      <dt>is subclass of</dt>
+      <dd>
+        <a class="owlclass" href="#SoftwareAgent" title="http://www.w3.org/ns/prov#SoftwareAgent">prov:SoftwareAgent</a>
+      </dd>
+
+      <dt>prov-aq</dt>
+      <dd>
+        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
+    </dl>
+  </div>
+</div>
+<div xmlns:prov="http://www.w3.org/ns/prov#" class="prov-access-and-query owl-properties crossreference">
+  <div class="entity" id="hasAnchor">
+    <h3 id="property--prov-hasanchor-op-----------------back-to-access-and-query-properties">
+      Property: <a href="#hasAnchor"><span title="http://www.w3.org/ns/prov#hasAnchor" class="dotted">prov:hasAnchor</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasAnchor</p>
+    <div class="definition"><p>TODO Property needs a definition.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-hasAnchor">
+      <span resource="http://www.w3.org/ns/prov#hasAnchor" rel="dcterms:subject"></span>
+      <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_hasAnchor.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; .
+
+# TODO
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Indicates anchor URI for a potentially dynamic resource instance.</p>
+      </div>
+      <dl>
+
+      </dl>
+
+      <dt>prov-aq</dt>
+      <dd>
+        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="hasProvenance">
+    <h3 id="property--prov-hasprovenance-op-----------------back-to-access-and-query-properties">
+      Property: <a href="#hasProvenance"><span title="http://www.w3.org/ns/prov#hasProvenance" class="dotted">prov:hasProvenance</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasProvenance</p>
+    <div class="definition"><p>TODO Property needs a definition.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-hasProvenance">
+      <span resource="http://www.w3.org/ns/prov#hasProvenance" rel="dcterms:subject"></span>
+      <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_hasProvenance.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; .
+
+# TODO
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Relates a resource to its provenance.</p>
+      </div>
+      <dl>
+
+      </dl>
+
+      <dt>prov-aq</dt>
+      <dd>
+        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="hasProvenanceService">
+    <h3 id="property--prov-hasprovenanceservice-op-----------------back-to-access-and-query-properties">
+      Property: <a href="#hasProvenanceService"><span title="http://www.w3.org/ns/prov#hasProvenanceService" class="dotted">prov:hasProvenanceService</span></a> <sup title="object property" class="type-op">op</sup>
+      <span class="backlink">
+         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#hasProvenanceService</p>
+    <div class="definition"><p>TODO Property needs a definition.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-hasProvenanceService">
+      <span resource="http://www.w3.org/ns/prov#hasProvenanceService" rel="dcterms:subject"></span>
+      <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_hasProvenanceService.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; .
+
+# TODO
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Relates a resource to a provenance service.</p>
+      </div>
+      <dl>
+
+      </dl>
+
+      <dt>prov-aq</dt>
+      <dd>
+        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
+    </div>
+  </div>
+
+  <div class="entity" id="provenanceUriTemplate">
+    <h3 id="property--prov-provenanceuritemplate-dp-----------------back-to-access-and-query-properties">
+      Property: <a href="#provenanceUriTemplate"><span title="http://www.w3.org/ns/prov#provenanceUriTemplate" class="dotted">prov:provenanceUriTemplate</span></a> <sup title="data property" class="type-dp">dp</sup>
+      <span class="backlink">
+         back to <a href="#prov-access-and-query-owl-terms-at-a-glance">access-and-query properties</a>
+      </span>
+    </h3>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#provenanceUriTemplate</p>
+    <div class="definition"><p>TODO Property needs a definition.</p>
+    </div>
+
+    <div class="example" typeof="prov:Entity" about="#example-for-property-provenanceUriTemplate">
+      <span resource="http://www.w3.org/ns/prov#provenanceUriTemplate" rel="dcterms:subject"></span>
+      <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_provenanceUriTemplate.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; .
+
+# TODO
+</pre>
+    </div>
+
+    <div class="description">
+      <div class="comment "><p>Relates a provenance service to a URI template string for constructing provenance-URIs.</p>
+      </div>
+      <dl>
+
+      </dl>
+
+      <dt>prov-aq</dt>
+      <dd>
+        <a href="http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo" title="prov-aq">prov-aq</a>      </dd>
+    </div>
+  </div>
+
+</div>
+
+      
+<!-- /section -->
+
+   </div>
+
+    
+<!-- section class="appendix">
+          <h2>Changes Since First Public Working Draft</h2>
+          <ul>
+          <li>2012-01-18: hadParticipant was replaced with wasAssociatedWith. Restyled domain/range diagrams.</li>
+          <li>2012-01-17: Recipe changed to Plan, linked to Association
+              (formerly Control)</li>
+          <li>2012-01-16: Added Agent subclasses Person, Organization
+          and SoftwareAgent
+          <li>2012-01-16: Added alternateOf and specializationOf
+         <li>2012-01-18: Replaced wasControlledBy with wasAssociatedWith relation
+        <li>2012-01-19: Added wasStartedBy and wasEndedBy relations
+          </ul>  
+    </section -->
+
+
+    <div class="appendix section" id="prov-o-owl-profile">
+      
+<!-- OddPage -->
+<h2><span class="secno">A. </span>PROV-O OWL Profile</h2>
+      <p>To encourage widespread adoption, PROV-O's design is intentionally minimal and lightweight. 
+      Because the OWL 2 RL profile is aimed at RDF applications that require scalable reasoning without sacrificing too much expressive power [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL-2-PRIMER">OWL-2-PRIMER</a></cite>], 
+      it served as a baseline for all axioms included in PROV-O. The PROV-O axioms that do not suit the OWL 2 RL profile are listed in <a href="#owl-rl-violations">Table 3</a>. 
+      All five use a class union for the domain or range of a property, while OWL 2 RL requires them to be explicitly named. 
+      Although introducing &quot;placeholder&quot; classes would have suited the OWL 2 RL profile, these additional classes would have been irrelevant 
+      to the modeling of provenance information, increased the size of PROV-O unnecessarily, and exposed a potential to confuse users.
+      All five axioms listed in the following table <em>use a non-superclass expression in a position that requires a superclass expression</em>.
+      </p>
+
+
+<!--  The following table is generated by executing the following from a checked out version of http://dvcs.w3.org/hg/prov/file/tip/ontology
+        java -jar bin/profilechecker.jar ProvenanceOntology.owl OWL2RLProfile 2>&1 | python bin/rlplus-justify.py
+ -->
+
+
+<div style="text-align: center">
+  <table id="owl-rl-violations">
+    <caption><a href="#owl-rl-violations">Table 3</a>: All OWL Axioms in PROV-O that do not conform to the OWL2-RL profile.</caption>
+    <tbody><tr>
+      <th>Non OWL2-RL PROV-O Axiom
+    </th></tr>
+    <tr>
+      <td><a class="qname" href="#atLocation">prov:atLocation</a> rdfs:domain (prov:Activity prov:Agent prov:Entity prov:InstantaneousEvent)</td>
+    </tr> 
+<!--  1  -->
+
+
+    <tr>
+      <td><a class="qname" href="#hadActivity">prov:hadActivity</a> rdfs:domain (prov:Delegation prov:Derivation prov:Start)</td>
+    </tr> 
+<!--  3  -->
+
+
+    <tr>
+      <td><a class="qname" href="#hadRole">prov:hadRole</a> rdfs:domain (prov:Association prov:End prov:Generation prov:Invalidation prov:Start prov:Usage)</td>
+    </tr> 
+<!--  4  -->
+
+
+    <tr>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:range (prov:Activity prov:Agent prov:Entity)</td>
+    </tr> 
+<!--  2  -->
+
+
+    <tr>
+      <td><a class="qname" href="#wasInfluencedBy">prov:wasInfluencedBy</a> rdfs:domain (prov:Activity prov:Agent prov:Entity)</td>
+    </tr> 
+<!--  5  -->
+
+
+  </tbody></table>
+</div>
+
+
+
+
+
+    </div>
+
+    <div class="appendix section" id="names-of-inverse-properties">
+      
+<!-- OddPage -->
+<h2><span class="secno">B. </span>Names of inverse properties</h2>
+      <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 class="inverse-names">
+ <caption>Names of inverses</caption>
+ <tr>
+ <th>Domain</th>
+ <th>PROV-O Property</th>
+ <th>Recommended inverse name</th>
+ <th>Range</th>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ <td><a title="http://www.w3.org/ns/prov#actedOnBehalfOf" href="#actedOnBehalfOf" class="owlproperty">prov:actedOnBehalfOf</a></td>
+ <td>prov:hadDelegate</td>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#ActivityInfluence" href="#ActivityInfluence" class="owlproperty">prov:ActivityInfluence</a></td>
+ <td><a title="http://www.w3.org/ns/prov#activity" href="#activity" class="owlproperty">prov:activity</a></td>
+ <td>prov:activityOfInfluence</td>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#AgentInfluence" href="#AgentInfluence" class="owlproperty">prov:AgentInfluence</a></td>
+ <td><a title="http://www.w3.org/ns/prov#agent" href="#agent" class="owlproperty">prov:agent</a></td>
+ <td>prov:agentOfInfluence</td>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#alternateOf" href="#alternateOf" class="owlproperty">prov:alternateOf</a></td>
+ <td>prov:alternateOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#asInBundle" href="#asInBundle" class="owlproperty">prov:asInBundle</a></td>
+ <td>prov:contextOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Bundle" href="#Bundle" class="owlproperty">prov:Bundle</a></td>
+ </tr>
+ <tr>
+ <td>union</td>
+ <td><a title="http://www.w3.org/ns/prov#atLocation" href="#atLocation" class="owlproperty">prov:atLocation</a></td>
+ <td>prov:locationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Location" href="#Location" class="owlproperty">prov:Location</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#EntityInfluence" href="#EntityInfluence" class="owlproperty">prov:EntityInfluence</a></td>
+ <td><a title="http://www.w3.org/ns/prov#entity" href="#entity" class="owlproperty">prov:entity</a></td>
+ <td>prov:entityOfInfluence</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#generated" href="#generated" class="owlproperty">prov:generated</a></td>
+ <td>prov:wasGeneratedBy</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td>union</td>
+ <td><a title="http://www.w3.org/ns/prov#hadActivity" href="#hadActivity" class="owlproperty">prov:hadActivity</a></td>
+ <td>prov:wasActivityOfInfluence</td>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlproperty">prov:Derivation</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadGeneration" href="#hadGeneration" class="owlproperty">prov:hadGeneration</a></td>
+ <td>prov:generatedAsDerivation</td>
+ <td><a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlproperty">prov:Generation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Collection" href="#Collection" class="owlproperty">prov:Collection</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadMember" href="#hadMember" class="owlproperty">prov:hadMember</a></td>
+ <td>prov:wasMemberOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlproperty">prov:Association</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadPlan" href="#hadPlan" class="owlproperty">prov:hadPlan</a></td>
+ <td>prov:wasPlanOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Plan" href="#Plan" class="owlproperty">prov:Plan</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadPrimarySource" href="#hadPrimarySource" class="owlproperty">prov:hadPrimarySource</a></td>
+ <td>prov:wasPrimarySourceOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadRole" href="#hadRole" class="owlproperty">prov:hadRole</a></td>
+ <td>prov:wasRoleIn</td>
+ <td><a title="http://www.w3.org/ns/prov#Role" href="#Role" class="owlproperty">prov:Role</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlproperty">prov:Derivation</a></td>
+ <td><a title="http://www.w3.org/ns/prov#hadUsage" href="#hadUsage" class="owlproperty">prov:hadUsage</a></td>
+ <td>prov:wasUsedInDerivation</td>
+ <td><a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlproperty">prov:Usage</a></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><a title="http://www.w3.org/ns/prov#hasAnchor" href="#hasAnchor" class="owlproperty">prov:hasAnchor</a></td>
+ <td>prov:anchorOf</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><a title="http://www.w3.org/ns/prov#hasProvenance" href="#hasProvenance" class="owlproperty">prov:hasProvenance</a></td>
+ <td>prov:provenanceOf</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><a title="http://www.w3.org/ns/prov#hasProvenanceService" href="#hasProvenanceService" class="owlproperty">prov:hasProvenanceService</a></td>
+ <td>prov:provenanceAnchorOf</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><a title="http://www.w3.org/ns/prov#influenced" href="#influenced" class="owlproperty">prov:influenced</a></td>
+ <td>prov:wasInfluencedBy</td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
+ <td><a title="http://www.w3.org/ns/prov#influencer" href="#influencer" class="owlproperty">prov:influencer</a></td>
+ <td>prov:hadInfluence</td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#invalidated" href="#invalidated" class="owlproperty">prov:invalidated</a></td>
+ <td>prov:wasInvalidatedBy</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#mentionOf" href="#mentionOf" class="owlproperty">prov:mentionOf</a></td>
+ <td>prov:hadMention</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedAssociation" href="#qualifiedAssociation" class="owlproperty">prov:qualifiedAssociation</a></td>
+ <td>prov:qualifiedAssociationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Association" href="#Association" class="owlproperty">prov:Association</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedAttribution" href="#qualifiedAttribution" class="owlproperty">prov:qualifiedAttribution</a></td>
+ <td>prov:qualifiedAttributionOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Attribution" href="#Attribution" class="owlproperty">prov:Attribution</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedCommunication" href="#qualifiedCommunication" class="owlproperty">prov:qualifiedCommunication</a></td>
+ <td>prov:qualifiedCommunicationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Communication" href="#Communication" class="owlproperty">prov:Communication</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedDelegation" href="#qualifiedDelegation" class="owlproperty">prov:qualifiedDelegation</a></td>
+ <td>prov:qualifiedDelegationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Delegation" href="#Delegation" class="owlproperty">prov:Delegation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedDerivation" href="#qualifiedDerivation" class="owlproperty">prov:qualifiedDerivation</a></td>
+ <td>prov:qualifiedDerivationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Derivation" href="#Derivation" class="owlproperty">prov:Derivation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedEnd" href="#qualifiedEnd" class="owlproperty">prov:qualifiedEnd</a></td>
+ <td>prov:qualifiedEndOf</td>
+ <td><a title="http://www.w3.org/ns/prov#End" href="#End" class="owlproperty">prov:End</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedGeneration" href="#qualifiedGeneration" class="owlproperty">prov:qualifiedGeneration</a></td>
+ <td>prov:qualifiedGenerationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Generation" href="#Generation" class="owlproperty">prov:Generation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedInfluence" href="#qualifiedInfluence" class="owlproperty">prov:qualifiedInfluence</a></td>
+ <td>prov:qualifiedInfluenceOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Influence" href="#Influence" class="owlproperty">prov:Influence</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedInvalidation" href="#qualifiedInvalidation" class="owlproperty">prov:qualifiedInvalidation</a></td>
+ <td>prov:qualifiedInvalidationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Invalidation" href="#Invalidation" class="owlproperty">prov:Invalidation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedQuotation" href="#qualifiedQuotation" class="owlproperty">prov:qualifiedQuotation</a></td>
+ <td>prov:qualifiedQuotationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Quotation" href="#Quotation" class="owlproperty">prov:Quotation</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedRevision" href="#qualifiedRevision" class="owlproperty">prov:qualifiedRevision</a></td>
+ <td>prov:revisedEntity</td>
+ <td><a title="http://www.w3.org/ns/prov#Revision" href="#Revision" class="owlproperty">prov:Revision</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedSource" href="#qualifiedSource" class="owlproperty">prov:qualifiedSource</a></td>
+ <td>prov:qualifiedSourceOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Source" href="#Source" class="owlproperty">prov:Source</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedStart" href="#qualifiedStart" class="owlproperty">prov:qualifiedStart</a></td>
+ <td>prov:qualifiedStartOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Start" href="#Start" class="owlproperty">prov:Start</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#qualifiedUsage" href="#qualifiedUsage" class="owlproperty">prov:qualifiedUsage</a></td>
+ <td>prov:qualifiedUsingActivity</td>
+ <td><a title="http://www.w3.org/ns/prov#Usage" href="#Usage" class="owlproperty">prov:Usage</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#specializationOf" href="#specializationOf" class="owlproperty">prov:specializationOf</a></td>
+ <td>prov:generalizationOf</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#used" href="#used" class="owlproperty">prov:used</a></td>
+ <td>prov:wasUsedBy</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasAssociatedWith" href="#wasAssociatedWith" class="owlproperty">prov:wasAssociatedWith</a></td>
+ <td>prov:wasAssociateFor</td>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasAttributedTo" href="#wasAttributedTo" class="owlproperty">prov:wasAttributedTo</a></td>
+ <td>prov:contributed</td>
+ <td><a title="http://www.w3.org/ns/prov#Agent" href="#Agent" class="owlproperty">prov:Agent</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasDerivedFrom" href="#wasDerivedFrom" class="owlproperty">prov:wasDerivedFrom</a></td>
+ <td>prov:hadDerivation</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasEndedBy" href="#wasEndedBy" class="owlproperty">prov:wasEndedBy</a></td>
+ <td>prov:ended</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasGeneratedBy" href="#wasGeneratedBy" class="owlproperty">prov:wasGeneratedBy</a></td>
+ <td>prov:generated</td>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ </tr>
+ <tr>
+ <td>union</td>
+ <td><a title="http://www.w3.org/ns/prov#wasInfluencedBy" href="#wasInfluencedBy" class="owlproperty">prov:wasInfluencedBy</a></td>
+ <td>prov:influenced</td>
+ <td>union</td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasInformedBy" href="#wasInformedBy" class="owlproperty">prov:wasInformedBy</a></td>
+ <td>prov:informed</td>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasInvalidatedBy" href="#wasInvalidatedBy" class="owlproperty">prov:wasInvalidatedBy</a></td>
+ <td>prov:invalidated</td>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasQuotedFrom" href="#wasQuotedFrom" class="owlproperty">prov:wasQuotedFrom</a></td>
+ <td>prov:quotedAs</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasRevisionOf" href="#wasRevisionOf" class="owlproperty">prov:wasRevisionOf</a></td>
+ <td>prov:hadRevision</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+ <tr>
+ <td><a title="http://www.w3.org/ns/prov#Activity" href="#Activity" class="owlproperty">prov:Activity</a></td>
+ <td><a title="http://www.w3.org/ns/prov#wasStartedBy" href="#wasStartedBy" class="owlproperty">prov:wasStartedBy</a></td>
+ <td>prov:started</td>
+ <td><a title="http://www.w3.org/ns/prov#Entity" href="#Entity" class="owlproperty">prov:Entity</a></td>
+ </tr>
+</table>
+
+
+
+
+       </div>
+
+
+    <div class="appendix section" id="acknowledgements">
+      
+<!-- OddPage -->
+<h2><span class="secno">C. </span>Acknowledgements</h2>
+      <p>Thanks to the members of the Provenance Working Group for their feedback throughout the development of the PROV Ontology and this documentation page. We also thank the developers of the tools that helped create the PROV-O ontology and portions of this page. Without these great tools, developing PROV-O would have been much less of a pleasure.</p>
+      <ul>
+         <li>Stanford's <a href="http://protege.stanford.edu/">Protege</a> for editing the ontology.</li>
+         <li>Dave Beckett's <a href="http://librdf.org/raptor/">rapper</a> for the many serialization checks of so many examples.</li>
+         <li>Alvaro Graves' <a href="http://alangrafu.github.com/lodspeakr/">LODSpeaKr</a> for constructing portions of this page with SPARQL queries of PROV-O.</li>
+         <li>Cosmin Basca's <a href="http://packages.python.org/SuRF/">SuRF</a> and Ivan Herman's <a href="https://github.com/RDFLib">rdflib</a> for easing the construction of this page's cross reference section.</li>
+         <li>Silvio Peroni's <a href="http://lode.sourceforge.net/">LODE</a> for the CSS styling of this page's cross reference section.</li>
+         <li>Robin Berjon's <a href="http://dev.w3.org/2009/dap/ReSpec.js/documentation.html">respec</a> for handling the <acronym title="World Wide Web Consortium">W3C</acronym> styling.</li>
+      </ul>
+    </div>
+
+  
+
+<div id="references" class="appendix section">
+<!-- OddPage -->
+<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-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-OWL-2-PRIMER">[OWL-2-PRIMER]</dt><dd>Pascal Hitzler, Markus Krötzsch, Bijan Parsia, Peter F. Patel-Schneider, Sebastian Rudolph <a href="http://www.w3.org/TR/owl2-primer/"><cite>OWL 2 Web Ontology Language Primer</cite></a>. modified 27 October 2009, accessed July 03 2012 URL: <a href="http://www.w3.org/TR/owl2-primer/">http://www.w3.org/TR/owl2-primer/</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/last-call/2012-07-03-internal-review/diagrams/expanded.svg	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="5 8 689 417" width="689pt" height="417pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-01 03:35Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><font-face font-family="Georgia" font-size="16" panose-1="2 4 5 2 5 4 5 2 3 3" units-per-em="1000" underline-position="-88.378906" underline-thickness="49.316406" slope="0" x-height="495.60547" cap-height="709.47266" ascent="916.9922" descent="-219.23828" font-weight="500"><font-face-src><font-face-name name="Georgia"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="499.02344" cap-height="711.91406" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1345" height="883"/><g><title>Layer 1</title><rect x="554.70124" y="209.57143" width="86" height="19" fill="white"/><text transform="translate(556.70124 209.57143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".359375" y="15" textLength="81.28125">asInBundle</tspan></text><rect x="498.40892" y="397.40278" width="86" height="19" fill="white"/><text transform="translate(503.40892 397.40278)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2578125" y="15" textLength="75.484375">atLocation</tspan></text><rect x="239.42857" y="292.57143" width="119" height="48" fill="white"/><text transform="translate(244.42857 297.57143)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="15" textLength="108.03125">wasStartedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="0" y="34" textLength="91.125">wasEndedBy</tspan></text><rect x="409.7901" y="257.38461" width="136" height="29" fill="white"/><text transform="translate(414.7901 262.38461)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".1171875" y="15" textLength="125.765625">wasInvalidatedBy</tspan></text><path d="M 372.35935 340.64933 C 365.97165 318.36508 354.29441 292.38747 353.19434 273.78991 C 352.40731 260.48467 357.03376 250.95111 361.264 241.1425" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 392.68868 229.05745 C 398.09487 251.4422 409.15913 277.61894 408.9089 296.21842 C 408.72708 309.73211 402.57235 319.25171 396.9546 329.1293" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="308.54776" y="8.01947" width="143" height="76" fill="white"/><text transform="translate(313.54776 8.01947)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".2421875" y="15" textLength="132.515625">wasInfluencedBy /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.9140625" y="34" textLength="129.171875">wasQuotedFrom /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="8.2421875" y="53" textLength="116.515625">wasRevisionOf /</tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x=".24609375" y="72" textLength="132.50781">hadPrimarySource</tspan></text><path d="M 391.47218 126.42608 C 396.18286 114.06738 409.12545 90.41418 380.5631 90.297036 C 359.68805 90.21148 360.76352 102.580004 364.67577 114.33767" marker-end="url(#FilledArrow_Marker)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 420.07867 395.12997 L 340.39447 395.12997 C 331.00563 395.12997 323.39447 387.5188 323.39447 378.12997 C 323.39447 378.12997 323.39447 378.12997 323.39447 378.12997 L 323.39447 358.12997 C 323.39447 348.74113 331.00563 341.12997 340.39447 341.12997 C 340.39447 341.12997 340.39447 341.12997 340.39447 341.12997 L 420.07867 341.12997 C 429.46751 341.12997 437.07867 348.74113 437.07867 358.12997 L 437.07867 378.12997 C 437.07867 387.5188 429.46751 395.12997 420.07867 395.12997 C 420.07867 395.12997 420.07867 395.12997 420.07867 395.12997 Z" fill="#fffedf"/><path d="M 420.07867 395.12997 L 340.39447 395.12997 C 331.00563 395.12997 323.39447 387.5188 323.39447 378.12997 C 323.39447 378.12997 323.39447 378.12997 323.39447 378.12997 L 323.39447 358.12997 C 323.39447 348.74113 331.00563 341.12997 340.39447 341.12997 C 340.39447 341.12997 340.39447 341.12997 340.39447 341.12997 L 420.07867 341.12997 C 429.46751 341.12997 437.07867 348.74113 437.07867 358.12997 L 437.07867 378.12997 C 437.07867 387.5188 429.46751 395.12997 420.07867 395.12997 C 420.07867 395.12997 420.07867 395.12997 420.07867 395.12997 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(328.39447 358.62997)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="20.478819" y="15" textLength="62.726562">Activity</tspan></text><path d="M 503.57144 126.42608 L 256.9017 126.42608 C 247.51286 126.42608 239.9017 134.03724 239.9017 143.42608 L 239.9017 211.57143 C 239.9017 220.96027 247.51286 228.57143 256.9017 228.57143 L 503.57144 228.57143 C 512.96028 228.57143 520.57144 220.96027 520.57144 211.57143 L 520.57144 143.42608 C 520.57144 134.03724 512.96028 126.42608 503.57144 126.42608 C 503.57144 126.42608 503.57144 126.42608 503.57144 126.42608 Z" fill="#fffedf"/><path d="M 503.57144 126.42608 L 256.9017 126.42608 C 247.51286 126.42608 239.9017 134.03724 239.9017 143.42608 L 239.9017 211.57143 C 239.9017 220.96027 247.51286 228.57143 256.9017 228.57143 L 503.57144 228.57143 C 512.96028 228.57143 520.57144 220.96027 520.57144 211.57143 L 520.57144 143.42608 C 520.57144 134.03724 512.96028 126.42608 503.57144 126.42608 C 503.57144 126.42608 503.57144 126.42608 503.57144 126.42608 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(244.9017 131.42608)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="110.36221" y="15" textLength="49.945312">Entity</tspan></text><path d="M 354.08239 210.96721 L 271.98815 210.96721 C 262.5993 210.96721 254.98815 203.35605 254.98815 193.96721 C 254.98815 193.96721 254.98815 193.96721 254.98815 193.9672 L 254.98815 173.96721 C 254.98815 164.57837 262.5993 156.96721 271.98814 156.96721 C 271.98815 156.96721 271.98815 156.96721 271.98815 156.96721 L 354.08239 156.96721 C 363.47123 156.96721 371.08239 164.57837 371.08239 173.96721 L 371.08239 193.96721 C 371.08239 203.35605 363.47123 210.96721 354.08239 210.96721 C 354.08239 210.96721 354.08239 210.96721 354.08239 210.96721 Z" fill="#fffedf"/><path d="M 354.08239 210.96721 L 271.98815 210.96721 C 262.5993 210.96721 254.98815 203.35605 254.98815 193.96721 C 254.98815 193.96721 254.98815 193.96721 254.98815 193.9672 L 254.98815 173.96721 C 254.98815 164.57837 262.5993 156.96721 271.98814 156.96721 C 271.98815 156.96721 271.98815 156.96721 271.98815 156.96721 L 354.08239 156.96721 C 363.47123 156.96721 371.08239 164.57837 371.08239 173.96721 L 371.08239 193.96721 C 371.08239 203.35605 363.47123 210.96721 354.08239 210.96721 C 354.08239 210.96721 354.08239 210.96721 354.08239 210.96721 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(259.98815 174.46721)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="17.375245" y="15" textLength="71.34375">Collection</tspan></text><path d="M 662.0746 395.12997 L 603.01506 395.12997 C 593.6262 395.12997 586.01506 387.5188 586.01506 378.12997 C 586.01506 378.12996 586.01506 378.12996 586.01506 378.12996 L 586.01506 358.12997 C 586.01505 348.74113 593.6262 341.12997 603.01505 341.12997 C 603.01505 341.12997 603.01505 341.12997 603.01506 341.12997 L 662.0746 341.12997 C 671.46344 341.12997 679.0746 348.74112 679.0746 358.12997 L 679.0746 378.12997 C 679.0746 387.5188 671.46344 395.12997 662.0746 395.12997 C 662.0746 395.12997 662.0746 395.12997 662.0746 395.12997 Z" fill="#fffedf"/><path d="M 662.0746 395.12997 L 603.01506 395.12997 C 593.6262 395.12997 586.01506 387.5188 586.01506 378.12997 C 586.01506 378.12996 586.01506 378.12996 586.01506 378.12996 L 586.01506 358.12997 C 586.01505 348.74113 593.6262 341.12997 603.01505 341.12997 C 603.01505 341.12997 603.01505 341.12997 603.01506 341.12997 L 662.0746 341.12997 C 671.46344 341.12997 679.0746 348.74112 679.0746 358.12997 L 679.0746 378.12997 C 679.0746 387.5188 671.46344 395.12997 662.0746 395.12997 C 662.0746 395.12997 662.0746 395.12997 662.0746 395.12997 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(591.01506 358.62997)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="10.580551" y="15" textLength="61.898438">Location</tspan></text><line x1="511.18665" y1="128.85945" x2="537.33703" y2="82.945177" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="248.4844" y1="128.85945" x2="227.00455" y2="83.399335" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(537.2857 90.7238)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".109375" y="15" textLength="131.78125">invalidatedAtTime</tspan></text><rect x="543.72133" y="42.73577" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="543.72133" y="42.73577" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(548.72133 47.73577)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(105.57143 90.723797)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".09765625" y="15" textLength="122.80469">generatedAtTime</tspan></text><rect x="106.85714" y="42.73577" width="114.63639" height="29.000002" fill="#e6e6e6"/><rect x="106.85714" y="42.73577" width="114.63639" height="29.000002" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(111.85714 47.73577)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.2674138" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="554.70124" y="138.285714" width="139" height="57" fill="white"/><text transform="translate(559.70124 138.285714)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="18.652344" y="15" textLength="95.55469">alternateOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.0039062" y="34" textLength="128.85156">specializationOf / </tspan><tspan font-family="Georgia" font-size="16" font-weight="500" x="26.160156" y="53" textLength="76.679688">mentionOf</tspan></text><path d="M 521.06003 174.29399 C 533.41873 179.00467 553.5309 195.77309 553.64805 167.21075 C 553.73397 146.24643 543.1726 152.7161 532.3882 159.48637" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 192.91875 406.28571 C 257.61338 407.80937 325.14442 408.4093 387.02204 410.85714 C 448.89967 413.30499 529.0546 423.64793 564.22164 420.97425 C 586.37962 419.28962 589.56752 412.80367 591.71386 406.05453" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 134.49563 125.72717 L 24.495628 125.72717 C 15.106787 125.72717 7.495628 133.33833 7.495628 142.72717 L 7.495628 324.72717 C 7.495628 334.11601 15.106787 341.72717 24.495628 341.72717 L 134.49563 341.72717 C 143.88447 341.72717 151.495625 334.11601 151.49563 324.72717 L 151.49563 142.72717 C 151.49563 133.33833 143.88447 125.72717 134.49563 125.72717 C 134.49563 125.72717 134.49563 125.72717 134.49563 125.72717 Z" fill="#fffedf"/><path d="M 134.49563 125.72717 L 24.495628 125.72717 C 15.106787 125.72717 7.495628 133.33833 7.495628 142.72717 L 7.495628 324.72717 C 7.495628 334.11601 15.106787 341.72717 24.495628 341.72717 L 134.49563 341.72717 C 143.88447 341.72717 151.495625 334.11601 151.49563 324.72717 L 151.49563 142.72717 C 151.49563 133.33833 143.88447 125.72717 134.49563 125.72717 C 134.49563 125.72717 134.49563 125.72717 134.49563 125.72717 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(12.495628 130.72717)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="43.046875" y="15" textLength="47.90625">Agent</tspan></text><path d="M 120.542676 211.80273 L 38.448656 211.80273 C 29.059815 211.80273 21.448656 204.19157 21.448656 194.80273 C 21.448656 194.80273 21.448656 194.80273 21.448656 194.80273 L 21.448656 174.80273 C 21.448653 165.41389 29.05981 157.80273 38.448651 157.80273 C 38.448653 157.80273 38.448654 157.80273 38.448656 157.80273 L 120.542676 157.80273 C 129.93152 157.80273 137.54268 165.41389 137.54268 174.80273 L 137.54268 194.80273 C 137.54268 204.19157 129.93152 211.80273 120.542676 211.80273 C 120.542676 211.80273 120.542676 211.80273 120.542676 211.80273 Z" fill="#fffedf"/><path d="M 120.542676 211.80273 L 38.448656 211.80273 C 29.059815 211.80273 21.448656 204.19157 21.448656 194.80273 C 21.448656 194.80273 21.448656 194.80273 21.448656 194.80273 L 21.448656 174.80273 C 21.448653 165.41389 29.05981 157.80273 38.448651 157.80273 C 38.448653 157.80273 38.448654 157.80273 38.448656 157.80273 L 120.542676 157.80273 C 129.93152 157.80273 137.54268 165.41389 137.54268 174.80273 L 137.54268 194.80273 C 137.54268 204.19157 129.93152 211.80273 120.542676 211.80273 C 120.542676 211.80273 120.542676 211.80273 120.542676 211.80273 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(26.448656 175.30273)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="28.527479" y="15" textLength="49.039062">Person</tspan></text><path d="M 120.542676 332.75717 L 38.448656 332.75717 C 29.059815 332.75717 21.448656 325.14601 21.448656 315.75717 C 21.448656 315.75717 21.448656 315.75717 21.448656 315.75717 L 21.448656 295.75717 C 21.448653 286.36833 29.05981 278.75717 38.448651 278.75717 C 38.448653 278.75717 38.448654 278.75717 38.448656 278.75717 L 120.542676 278.75717 C 129.93152 278.75717 137.54268 286.36833 137.54268 295.75717 L 137.54268 315.75717 C 137.54268 325.14601 129.93152 332.75717 120.542676 332.75717 C 120.542676 332.75717 120.542676 332.75717 120.542676 332.75717 Z" fill="#fffedf"/><path d="M 120.542676 332.75717 L 38.448656 332.75717 C 29.059815 332.75717 21.448656 325.14601 21.448656 315.75717 C 21.448656 315.75717 21.448656 315.75717 21.448656 315.75717 L 21.448656 295.75717 C 21.448653 286.36833 29.05981 278.75717 38.448651 278.75717 C 38.448653 278.75717 38.448654 278.75717 38.448656 278.75717 L 120.542676 278.75717 C 129.93152 278.75717 137.54268 286.36833 137.54268 295.75717 L 137.54268 315.75717 C 137.54268 325.14601 129.93152 332.75717 120.542676 332.75717 C 120.542676 332.75717 120.542676 332.75717 120.542676 332.75717 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(26.448656 296.25717)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="1.01185375" y="15" textLength="104.07031">SoftwareAgent</tspan></text><path d="M 120.542676 272.27966 L 38.448656 272.27966 C 29.059815 272.27966 21.448656 264.6685 21.448656 255.27966 C 21.448656 255.27966 21.448656 255.27966 21.448656 255.27966 L 21.448656 235.27966 C 21.448653 225.89082 29.05981 218.27966 38.448651 218.27966 C 38.448653 218.27966 38.448654 218.27966 38.448656 218.27966 L 120.542676 218.27966 C 129.93152 218.27966 137.54268 225.89082 137.54268 235.27966 L 137.54268 255.27966 C 137.54268 264.6685 129.93152 272.27966 120.542676 272.27966 C 120.542676 272.27966 120.542676 272.27966 120.542676 272.27966 Z" fill="#fffedf"/><path d="M 120.542676 272.27966 L 38.448656 272.27966 C 29.059815 272.27966 21.448656 264.6685 21.448656 255.27966 C 21.448656 255.27966 21.448656 255.27966 21.448656 255.27966 L 21.448656 235.27966 C 21.448653 225.89082 29.05981 218.27966 38.448651 218.27966 C 38.448653 218.27966 38.448654 218.27966 38.448656 218.27966 L 120.542676 218.27966 C 129.93152 218.27966 137.54268 225.89082 137.54268 235.27966 L 137.54268 255.27966 C 137.54268 264.6685 129.93152 272.27966 120.542676 272.27966 C 120.542676 272.27966 120.542676 272.27966 120.542676 272.27966 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(26.448656 235.77966)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="6.9141975" y="15" textLength="92.265625">Organization</tspan></text><path d="M 239.45262 155.6484 C 223.95029 163.23688 201.58119 180.95231 192.94097 178.41612 C 186.81857 176.61899 187.58691 164.65266 187.92197 153.326545" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="169.28752" y="126.42608" width="36.49817" height="13.508503" fill="#e6e6e6"/><rect x="169.28752" y="126.42608" width="36.49817" height="13.508503" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><rect x="171.67045" y="179.85715" width="42" height="19" fill="white"/><text transform="translate(173.67045 179.85715)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".23828125" y="15" textLength="37.523438">value</tspan></text><path d="M 404.9763 210.96721 L 487.07054 210.96721 C 496.45938 210.96721 504.07053 203.35605 504.07054 193.96721 L 504.07054 173.96721 C 504.07054 164.57837 496.45938 156.96721 487.07054 156.96721 L 404.9763 156.96721 C 395.58746 156.96721 387.9763 164.57837 387.9763 173.96721 L 387.9763 193.96721 C 387.9763 203.35605 395.58746 210.96721 404.9763 210.96721 Z" fill="#fffedf"/><path d="M 404.9763 210.96721 L 487.07054 210.96721 C 496.45938 210.96721 504.07053 203.35605 504.07054 193.96721 L 504.07054 173.96721 C 504.07054 164.57837 496.45938 156.96721 487.07054 156.96721 L 404.9763 156.96721 C 395.58746 156.96721 387.9763 164.57837 387.9763 173.96721 L 387.9763 193.96721 C 387.9763 203.35605 395.58746 210.96721 404.9763 210.96721 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(392.9763 174.46721)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="27.738526" y="15" textLength="50.617188">Bundle</tspan></text><path d="M 269.30648 210.7569 C 269.06149 222.78911 264.69433 240.46012 268.57143 246.85714 C 272.44853 253.25416 287.91214 252.10842 292.57143 249.14286 C 294.60259 247.85006 295.36437 245.14016 295.68682 241.93989" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 521.0159 190.07592 C 530.3906 194.90727 545.359 197.58478 549.14286 204.57143 C 552.92672 211.55808 552.5182 231.30977 543.72133 232 C 536.8797 232.53682 521.5793 222.84785 507.68925 214.86305" marker-end="url(#FilledArrow_Marker_2)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="235.14286" y="253.35714" width="91" height="19" fill="white"/><text transform="translate(237.14286 253.35714)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26171875" y="15" textLength="86.47656">hadMember</tspan></text></g></g></svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/diagrams/qualified-patterns.svg	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="21 14 899 1687" width="899pt" height="1687pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-07-03 18:41Z</dc:date><!-- Produced by OmniGraffle Professional 5.4 --></metadata><defs><font-face font-family="Georgia" font-size="16" panose-1="2 4 5 2 5 4 5 2 3 3" units-per-em="1000" underline-position="-88.378906" underline-thickness="49.316406" slope="0" x-height="495.60547" cap-height="709.47266" ascent="916.9922" descent="-219.23828" font-weight="500"><font-face-src><font-face-name name="Georgia"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="blue"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="StickArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 0 M 0 -1.8000001 L 4.8000002 0 L 0 1.8000001" fill="none" stroke="currentColor" stroke-width="1"/></g></marker></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1152" height="2199"/><g><title>Layer 1</title><rect x="23.111938" y="706.9311" width="405.53387" height="257.9664" fill="white"/><path d="M 23.111938 706.9311 L 428.6458 706.9311 L 428.6458 964.8975 L 23.111938 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.734375">e)</tspan></text><rect x="422.8847" y="706.9311" width="494.83822" height="257.9664" fill="white"/><path d="M 422.8847 706.9311 L 917.72293 706.9311 L 917.72293 964.8975 L 422.8847 964.8975 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(427.8847 711.9311)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="11.203125">f)</tspan></text><rect x="412.46078" y="274" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 531.9664 L 917.72293 531.9664 L 917.72293 274 L 412.46078 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 279)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="13.265625">c)</tspan></text><rect x="23.111938" y="16.0336" width="396.99988" height="257.9664" fill="white"/><path d="M 23.111938 16.0336 L 420.11182 16.0336 L 420.11182 274 L 23.111938 274 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 21.0336)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.0625">a)</tspan></text><rect x="412.46078" y="16" width="505.26215" height="257.9664" fill="white"/><path d="M 412.46078 16 L 917.72293 16 L 917.72293 273.9664 L 412.46078 273.9664 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(417.46078 21)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.9609375">b)</tspan></text><rect x="557.50098" y="358.80927" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 358.80927)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7235" y="453.31366" width="103.15789" height="19" fill="white"/><text transform="translate(642.7235 453.31366)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(707.33447 376.36847)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.958525" y="15" textLength="186.0625">prov:qualifiedInvalidation</tspan></text><line x1="735.67023" y1="357.09786" x2="686.8581" y2="386.47931" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="590.4371" y1="395.65294" x2="541.91975" y2="365.82692" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="631.14013" y1="447.84096" x2="631.60588" y2="471.41187" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63318" y="484.80927" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63318 490.10824)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" fill="#fffedf"/><path d="M 597.56017 393.34106 L 674.24484 393.34106 C 684.57073 393.34106 692.95117 405.43706 692.95117 420.34106 C 692.95117 435.24506 684.57073 447.34106 674.24484 447.34106 L 597.56017 447.34106 C 594.7705 447.34106 592.10762 446.17577 590.21467 444.1266 L 574.5106 427.1266 C 570.97126 423.2952 570.97126 417.38692 574.5106 413.55551 L 590.21467 396.55551 C 592.10762 394.50635 594.7705 393.34106 597.56017 393.34106 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(585.7132 410.84106)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.267088" y="15" textLength="86.5">Invalidation</tspan></text><line x1="720.3407" y1="331.80927" x2="556.82566" y2="331.80927" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><path d="M 558.82143 307.34976 L 713.82143 307.34976 C 719.06813 307.34976 723.32143 311.60306 723.32143 316.84976 L 723.32143 316.84976 C 723.32143 322.09647 719.06813 326.34976 713.82143 326.34976 L 558.82143 326.34976 C 553.57472 326.34976 549.32143 322.09647 549.32143 316.84976 C 549.32143 316.84976 549.32143 316.84976 549.32143 316.84976 L 549.32143 316.84976 C 549.32143 311.60306 553.57472 307.34976 558.82143 307.34976 C 558.82143 307.34976 558.82143 307.34976 558.82143 307.34976 Z" fill="white"/><text transform="translate(554.32143 307.34976)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".484375" y="15" textLength="163.03125">prov:wasInvalidatedBy</tspan></text><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" fill="#fffedf"/><path d="M 745.8407 304.80927 L 809.5249 304.80927 C 823.332 304.80927 834.5249 316.00215 834.5249 329.80927 L 834.5249 333.80927 C 834.5249 347.61639 823.332 358.80927 809.5249 358.80927 L 745.8407 358.80927 C 732.0336 358.80927 720.8407 347.61639 720.8407 333.80927 C 720.8407 333.80927 720.8407 333.80927 720.8407 333.80926 L 720.8407 329.80927 C 720.8407 316.00215 732.0336 304.80927 745.8407 304.80927 C 745.8407 304.80927 745.8407 304.80927 745.8407 304.80927 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.8407 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74146" y="304.80927" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74146 304.80927 L 543.42566 304.80927 L 543.42566 358.80927 L 429.74146 358.80927 Z M 441.10988 304.80927 L 441.10988 358.80927 M 532.05724 358.80927 L 532.05724 304.80927" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10988 322.30927)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="145.1575" y="100.15137" width="93.684196" height="19" fill="white"/><text transform="translate(150.1575 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="200.72278" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(205.72278 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(251.95044 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.2645962" y="15" textLength="142.52344">prov:qualifiedUsage</tspan></text><line x1="268.04896" y1="97.70163" x2="236.66782" y2="125.333874" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="164.7387" y1="133.95612" x2="133.84664" y2="106.99957" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="195.94781" y1="188.68933" x2="195.94781" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="137.44781" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(142.44781 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="557.50098" y="100.15137" width="103.15789" height="19" fill="white"/><text transform="translate(562.50098 100.15137)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><rect x="637.7229" y="192.69373" width="103.15789" height="19" fill="white"/><text transform="translate(642.7229 192.69373)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><text transform="translate(711.7229 113.38748)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.2991313" y="15" textLength="178.99219">prov:qualifiedGeneration</tspan></text><line x1="736.33873" y1="96.753846" x2="686.45626" y2="127.5985" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="594.32874" y1="137.813485" x2="541.6449" y2="105.236693" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="632.1326" y1="188.68933" x2="632.1326" y2="210.78933" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" fill="#e6e6e6"/><rect x="573.63257" y="224.18933" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(578.63257 229.4883)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" fill="#fffedf"/><path d="M 166.49491 134.18933 L 235.73728 134.18933 C 245.15033 134.18933 252.78991 146.28533 252.78991 161.18933 C 252.78991 176.09333 245.15033 188.18933 235.73728 188.18933 L 166.49491 188.18933 C 163.54514 188.18933 160.74585 186.887 158.8458 184.63069 L 144.53001 167.63069 C 141.39549 163.90845 141.39549 158.47021 144.53001 154.74797 L 158.8458 137.74797 C 160.74585 135.49166 163.54514 134.18933 166.49491 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(155.47413 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="18.993211" y="15" textLength="42.960938">Usage</tspan></text><line x1="241.74524" y1="70.598623" x2="163.05028" y2="70.91073" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="160.84219" y="46.29924" width="81" height="19" fill="white"/><text transform="translate(165.84219 46.29924)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".34765625" y="15" textLength="70.304688">prov:used</tspan></text><rect x="242.24524" y="43.3712" width="113.6842" height="54" fill="#fffedf"/><path d="M 242.24524 43.3712 L 355.92944 43.3712 L 355.92944 97.3712 L 242.24524 97.3712 Z M 253.61366 43.3712 L 253.61366 97.3712 M 344.56102 97.3712 L 344.56102 43.3712" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(258.61366 60.8712)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" fill="#fffedf"/><path d="M 60.966187 44.189316 L 124.65039 44.189316 C 138.457506 44.189316 149.65039 55.382197 149.65039 69.189316 L 149.65039 73.189316 C 149.65039 86.996435 138.457506 98.189316 124.65039 98.189316 L 60.966187 98.189316 C 47.159068 98.189316 35.966187 86.996435 35.966187 73.189316 C 35.966187 73.189314 35.966187 73.18931 35.966187 73.18931 L 35.966187 69.189316 C 35.966187 55.382197 47.159068 44.189316 60.966187 44.189316 C 60.966187 44.189316 60.966187 44.189316 60.966187 44.189316 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.966187 61.689316)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" fill="#fffedf"/><path d="M 602.67973 134.18933 L 671.9221 134.18933 C 681.33515 134.18933 688.97473 146.28533 688.97473 161.18933 C 688.97473 176.09333 681.33515 188.18933 671.9221 188.18933 L 602.67973 188.18933 C 599.72996 188.18933 596.93067 186.887 595.03062 184.63069 L 580.71483 167.63069 C 577.5803 163.90845 577.5803 158.47021 580.71483 154.74797 L 595.03062 137.74797 C 596.93067 135.49166 599.72996 134.18933 602.67973 134.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(591.65895 151.68933)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.5176725" y="15" textLength="79.429688">Generation</tspan></text><line x1="720.33997" y1="71.18933" x2="556.82492" y2="71.18933" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="553.3207" y="46.729825" width="166" height="19" fill="white"/><text transform="translate(558.3207 46.729825)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".01953125" y="15" textLength="155.96094">prov:wasGeneratedBy</tspan></text><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" fill="#fffedf"/><path d="M 745.83997 44.18933 L 809.52417 44.18933 C 823.3313 44.18933 834.52417 55.382212 834.52417 69.18933 L 834.52417 73.18933 C 834.52417 86.99645 823.3313 98.18933 809.52417 98.18933 L 745.83997 98.18933 C 732.03285 98.18933 720.83997 86.99645 720.83997 73.18933 C 720.83997 73.18933 720.83997 73.189327 720.83997 73.189324 L 720.83997 69.18933 C 720.83997 55.382212 732.03285 44.18933 745.83997 44.18933 C 745.83997 44.18933 745.83997 44.18933 745.83997 44.18933 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.83997 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><rect x="429.74072" y="44.18933" width="113.6842" height="54" fill="#fffedf"/><path d="M 429.74072 44.18933 L 543.42492 44.18933 L 543.42492 98.18933 L 429.74072 98.18933 Z M 441.10914 44.18933 L 441.10914 98.18933 M 532.0565 98.18933 L 532.0565 44.18933" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(446.10914 61.68933)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><rect x="23.111938" y="531.96637" width="894.61084" height="174.96472" fill="white"/><path d="M 23.111938 531.96637 L 917.7228 531.96637 L 917.7228 706.9311 L 23.111938 706.9311 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 536.96637)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.1875">d)</tspan></text><rect x="23.111938" y="964" width="894.6108" height="301.1025" fill="white"/><path d="M 23.111938 964 L 917.7227 964 L 917.7227 1265.1025 L 23.111938 1265.1025 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111938 969)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="14.1484375">g)</tspan></text><rect x="23.111755" y="1264.1025" width="386.99994" height="434.03363" fill="white"/><path d="M 23.111755 1264.1025 L 410.1117 1264.1025 L 410.1117 1698.1361 L 23.111755 1698.1361 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(28.111755 1269.1025)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="15.3125">h)</tspan></text><rect x="263.95501" y="1068.7166" width="93.684196" height="19" fill="white"/><text transform="translate(268.95501 1068.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.810848" y="15" textLength="78.0625">prov:entity</tspan></text><rect x="503.2965" y="1068.7166" width="185.36841" height="19" fill="white"/><text transform="translate(508.2965 1068.7166)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".27404875" y="15" textLength="174.82031">prov:qualifiedDerivation</tspan></text><line x1="721.8372" y1="1026.7947" x2="492.97846" y2="1070.2785" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="720.34002" y1="1016.1847" x2="162.05044" y2="1016.19146" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="426.02414" y1="1083" x2="160.11065" y2="1029.8389" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="352.4288" y="991.7286" width="169" height="19" fill="white"/><text transform="translate(357.4288 991.7286)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".13671875" y="15" textLength="158.72656">prov:wasDerivedFrom</tspan></text><path d="M 745.84002 1043.184 L 809.5242 1043.184 C 823.33134 1043.184 834.5242 1031.9911 834.5242 1018.184 L 834.5242 1014.184 C 834.5242 1000.3769 823.33134 989.184 809.5242 989.184 L 745.84002 989.184 C 732.0329 989.184 720.84002 1000.3769 720.84002 1014.184 L 720.84002 1018.184 C 720.84002 1031.9911 732.0329 1043.184 745.84002 1043.184 Z" fill="#fffedf"/><path d="M 745.84002 1043.184 L 809.5242 1043.184 C 823.33134 1043.184 834.5242 1031.9911 834.5242 1018.184 L 834.5242 1014.184 C 834.5242 1000.3769 823.33134 989.184 809.5242 989.184 L 745.84002 989.184 C 732.0329 989.184 720.84002 1000.3769 720.84002 1014.184 L 720.84002 1018.184 C 720.84002 1031.9911 732.0329 1043.184 745.84002 1043.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(725.84002 1006.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><a xl:href="#Entity"><path d="M 59.966248 1043.184 L 123.65045 1043.184 C 137.45756 1043.184 148.65044 1031.9911 148.65045 1018.184 L 148.65045 1014.184 C 148.65045 1000.3769 137.45757 989.184 123.65045 989.184 L 59.966248 989.184 C 46.15913 989.184 34.966248 1000.3769 34.966248 1014.184 L 34.966248 1018.184 C 34.966248 1031.9911 46.15913 1043.184 59.966248 1043.184 Z" fill="#fffedf"/><path d="M 59.966248 1043.184 L 123.65045 1043.184 C 137.45756 1043.184 148.65044 1031.9911 148.65045 1018.184 L 148.65045 1014.184 C 148.65045 1000.3769 137.45757 989.184 123.65045 989.184 L 59.966248 989.184 C 46.15913 989.184 34.966248 1000.3769 34.966248 1014.184 L 34.966248 1018.184 C 34.966248 1031.9911 46.15913 1043.184 59.966248 1043.184 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(39.966248 1006.684)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text></a><rect x="469.4226" y="618.86273" width="224.76807" height="19" fill="white"/><text transform="translate(474.4226 618.86273)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".5793475" y="15" textLength="213.60938">prov:qualifiedCommunication</tspan></text><rect x="203.49146" y="551.82068" width="113.6842" height="54" fill="#fffedf"/><path d="M 203.49146 551.82068 L 317.17566 551.82068 L 317.17566 605.82068 L 203.49146 605.82068 Z M 214.85988 551.82068 L 214.85988 605.82068 M 305.80724 605.82068 L 305.80724 551.82068" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(219.85988 569.32068)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><rect x="485.74713" y="551.87543" width="113.6842" height="54" fill="#fffedf"/><path d="M 485.74713 551.87543 L 599.43133 551.87543 L 599.43133 605.87543 L 485.74713 605.87543 Z M 497.11555 551.87543 L 497.11555 605.87543 M 588.0629 605.87543 L 588.0629 551.87543" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502.11555 569.37543)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="485.24713" y1="578.8643" x2="330.57566" y2="578.8343" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="325.74719" y="551.492" width="160" height="19" fill="white"/><text transform="translate(330.74719 551.492)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="149.46094">prov:wasInformedBy</tspan></text><rect x="325.48792" y="601.49347" width="103.15789" height="19" fill="white"/><text transform="translate(330.48792 601.49347)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1609762" y="15" textLength="88.83594">prov:activity</tspan></text><line x1="498.90642" y1="606.14017" x2="452.62404" y2="635.02743" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="356.41975" y1="641.84826" x2="312.69944" y2="613.17027" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" fill="#fffedf"/><path d="M 353.65513 642.1225 L 454 642.1225 C 467.248 642.1225 478 654.2185 478 669.1225 C 478 684.0265 467.248 696.1225 454 696.1225 L 353.65513 696.1225 C 351.29474 696.1225 349.01044 695.28756 347.20642 693.7654 L 327.05827 676.7654 C 322.8372 673.2039 322.30254 666.89485 325.86406 662.6738 C 326.22775 662.24276 326.62724 661.84327 327.05827 661.4796 L 347.20642 644.4796 C 349.01044 642.95744 351.29474 642.1225 353.65513 642.1225 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(339 659.6225)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.953125" y="15" textLength="114.046875">Communication</tspan></text><rect x="204.45183" y="1403.3879" width="91.57894" height="19" fill="white"/><text transform="translate(209.45183 1403.3879)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.6957205" y="15" textLength="76.1875">prov:agent</tspan></text><text transform="translate(192.15569 1520.5816)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.94281" y="15" textLength="176.09375">prov:qualifiedDelegation</tspan></text><line x1="136.4905" y1="1544.4659" x2="236.80452" y2="1497.9536" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="116.93762" y1="1529.06645" x2="116.93762" y2="1427.5697" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="249.3584" y1="1453.1814" x2="173.13895" y2="1415.18605" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="32.547655" y="1463.4623" width="169" height="23" fill="white"/><text transform="translate(37.547655 1465.4623)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".0703125" y="15" textLength="158.859375">prov:actedOnBehalfOf</tspan></text><path d="M 74.62183 1566.732 L 111.427623 1531.76645 C 114.51535 1528.8331 119.35989 1528.8331 122.447616 1531.76645 L 159.25341 1566.732 C 162.45666 1569.77505 162.5865 1574.8387 159.54341 1578.04195 C 158.03306 1579.6318 155.9363 1580.532 153.74341 1580.532 L 80.131825 1580.532 C 75.713547 1580.532 72.131825 1576.9502 72.131825 1572.532 C 72.131825 1570.3391 73.031986 1568.2423 74.62183 1566.732 Z" fill="#fffedf"/><path d="M 74.62183 1566.732 L 111.427623 1531.76645 C 114.51535 1528.8331 119.35989 1528.8331 122.447616 1531.76645 L 159.25341 1566.732 C 162.45666 1569.77505 162.5865 1574.8387 159.54341 1578.04195 C 158.03306 1579.6318 155.9363 1580.532 153.74341 1580.532 L 80.131825 1580.532 C 75.713547 1580.532 72.131825 1576.9502 72.131825 1572.532 C 72.131825 1570.3391 73.031986 1568.2423 74.62183 1566.732 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51657 1554.832)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text><path d="M 260.38859 1446.36215 L 329.63096 1446.36215 C 339.04401 1446.36215 346.68359 1458.45815 346.68359 1473.36215 C 346.68359 1488.26615 339.04401 1500.36215 329.63096 1500.36215 L 260.38859 1500.36215 C 257.43882 1500.36215 254.63953 1499.0598 252.73948 1496.8035 L 238.42369 1479.8035 C 235.28917 1476.0813 235.28917 1470.643 238.42369 1466.9208 L 252.73948 1449.9208 C 254.63953 1447.6645 257.43882 1446.36215 260.38859 1446.36215 Z" fill="#fffedf"/><path d="M 260.38859 1446.36215 L 329.63096 1446.36215 C 339.04401 1446.36215 346.68359 1458.45815 346.68359 1473.36215 C 346.68359 1488.26615 339.04401 1500.36215 329.63096 1500.36215 L 260.38859 1500.36215 C 257.43882 1500.36215 254.63953 1499.0598 252.73948 1496.8035 L 238.42369 1479.8035 C 235.28917 1476.0813 235.28917 1470.643 238.42369 1466.9208 L 252.73948 1449.9208 C 254.63953 1447.6645 257.43882 1446.36215 260.38859 1446.36215 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(249.36781 1463.86215)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.41611" y="15" textLength="76.53125">Delegation</tspan></text><a xl:href="#Entity"><path d="M 74.62183 1400.3697 L 111.427623 1365.4042 C 114.51535 1362.4709 119.35989 1362.4709 122.447616 1365.4042 L 159.25341 1400.3697 C 162.45666 1403.4128 162.5865 1408.4765 159.54341 1411.6797 C 158.03306 1413.2696 155.9363 1414.1697 153.74341 1414.1697 L 80.131825 1414.1697 C 75.713547 1414.1697 72.131825 1410.588 72.131825 1406.1697 C 72.131825 1403.97685 73.031986 1401.8801 74.62183 1400.3697 Z" fill="#fffedf"/><path d="M 74.62183 1400.3697 L 111.427623 1365.4042 C 114.51535 1362.4709 119.35989 1362.4709 122.447616 1365.4042 L 159.25341 1400.3697 C 162.45666 1403.4128 162.5865 1408.4765 159.54341 1411.6797 C 158.03306 1413.2696 155.9363 1414.1697 153.74341 1414.1697 L 80.131825 1414.1697 C 75.713547 1414.1697 72.131825 1410.588 72.131825 1406.1697 C 72.131825 1403.97685 73.031986 1401.8801 74.62183 1400.3697 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(93.51657 1388.4697)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="402.55374" y="1264.1025" width="515.169" height="185.09613" fill="white"/><path d="M 917.72275 1264.1025 L 402.55374 1264.1025 L 402.55374 1449.1986 L 917.72275 1449.1986 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1269.1025)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.6875">i)</tspan></text><rect x="402.55374" y="1449.0671" width="515.169" height="249.069" fill="white"/><path d="M 917.72275 1449.0671 L 402.55374 1449.0671 L 402.55374 1698.1361 L 917.72275 1698.1361 Z" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" stroke-dasharray="1,4"/><text transform="translate(407.55374 1454.0671)" fill="#333"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="#333" x="0" y="15" textLength="10.671875">j)</tspan></text><rect x="487.84418" y="1537.7732" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1537.7732)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="714.13226" y="1537.1157" width="200.36841" height="19" fill="white"/><text transform="translate(719.13226 1537.1157)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="4.6568613" y="15" textLength="181.05469">prov:qualifiedAssociation</tspan></text><line x1="767.9964" y1="1520.4911" x2="715.41965" y2="1544.4168" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="767.9515" y1="1494.9371" x2="520.62045" y2="1497.1794" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="609.9532" y1="1554.229" x2="536.182" y2="1522.2922" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 550.91247 1472.4443 L 735.90487 1470.7671 L 736.0771 1489.7663 L 551.08472 1491.4435 Z" fill="white"/><text transform="translate(555.91227 1472.39895) rotate(-.5194397)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".08984375" y="15" textLength="174.82031">prov:wasAssociatedWith</tspan></text><rect x="487.84418" y="1333.1709" width="93.684196" height="19" fill="white"/><text transform="translate(492.84418 1333.1709)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.748348" y="15" textLength="76.1875">prov:agent</tspan></text><rect x="717.3268" y="1324.5052" width="191.97937" height="19" fill="white"/><text transform="translate(722.3268 1324.5052)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.47015375" y="15" textLength="179.03906">prov:qualifiedAttribution</tspan></text><path d="M 857.1357 1430.3892 L 793.4515 1430.3892 C 779.64436 1430.3892 768.4515 1419.1963 768.4515 1405.3892 C 768.4515 1405.3892 768.4515 1405.3892 768.4515 1405.3892 L 768.4515 1401.3892 C 768.45148 1387.5821 779.64435 1376.3892 793.45147 1376.3892 C 793.45148 1376.3892 793.4515 1376.3892 793.4515 1376.3892 L 857.1357 1376.3892 C 870.9428 1376.3892 882.1357 1387.5821 882.1357 1401.3892 L 882.1357 1405.3892 C 882.1357 1419.1963 870.9428 1430.3892 857.1357 1430.3892 C 857.1357 1430.3892 857.1357 1430.3892 857.1357 1430.3892 Z" fill="#fffedf"/><path d="M 857.1357 1430.3892 L 793.4515 1430.3892 C 779.64436 1430.3892 768.4515 1419.1963 768.4515 1405.3892 C 768.4515 1405.3892 768.4515 1405.3892 768.4515 1405.3892 L 768.4515 1401.3892 C 768.45148 1387.5821 779.64435 1376.3892 793.45147 1376.3892 C 793.45148 1376.3892 793.4515 1376.3892 793.4515 1376.3892 L 857.1357 1376.3892 C 870.9428 1376.3892 882.1357 1387.5821 882.1357 1401.3892 L 882.1357 1405.3892 C 882.1357 1419.1963 870.9428 1430.3892 857.1357 1430.3892 C 857.1357 1430.3892 857.1357 1430.3892 857.1357 1430.3892 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(773.4515 1393.8892)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="30.084288" y="15" textLength="43.515625">Entity</tspan></text><line x1="781.508" y1="1378.9452" x2="708.53467" y2="1338.2068" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 621.84068 1333.2511 L 691.08305 1333.2511 C 700.4961 1333.2511 708.1357 1321.1551 708.1357 1306.2511 C 708.1357 1291.3471 700.4961 1279.2511 691.08305 1279.2511 L 621.84068 1279.2511 C 618.8909 1279.2511 616.09162 1280.5534 614.19157 1282.8097 L 599.87578 1299.8097 C 596.74126 1303.53195 596.74126 1308.9702 599.87578 1312.6924 L 614.19157 1329.6924 C 616.09162 1331.9487 618.8909 1333.2511 621.84068 1333.2511 Z" fill="#fffedf"/><path d="M 621.84068 1333.2511 L 691.08305 1333.2511 C 700.4961 1333.2511 708.1357 1321.1551 708.1357 1306.2511 C 708.1357 1291.3471 700.4961 1279.2511 691.08305 1279.2511 L 621.84068 1279.2511 C 618.8909 1279.2511 616.09162 1280.5534 614.19157 1282.8097 L 599.87578 1299.8097 C 596.74126 1303.53195 596.74126 1308.9702 599.87578 1312.6924 L 614.19157 1329.6924 C 616.09162 1331.9487 618.8909 1333.2511 621.84068 1333.2511 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(610.8199 1296.7511)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.4707975" y="15" textLength="79.476562">Attribution</tspan></text><a xl:href="#Entity"><path d="M 523.0427 1417.4073 L 486.2369 1382.4418 C 483.14917 1379.5085 478.30463 1379.5085 475.2169 1382.4418 L 438.4111 1417.4073 C 435.20786 1420.4504 435.07802 1425.51406 438.1211 1428.7173 C 439.63146 1430.30715 441.72822 1431.2073 443.9211 1431.2073 L 517.5327 1431.2073 C 521.95097 1431.2073 525.5327 1427.6256 525.5327 1423.2073 C 525.5327 1421.0144 524.63253 1418.9177 523.0427 1417.4073 Z" fill="#fffedf"/><path d="M 523.0427 1417.4073 L 486.2369 1382.4418 C 483.14917 1379.5085 478.30463 1379.5085 475.2169 1382.4418 L 438.4111 1417.4073 C 435.20786 1420.4504 435.07802 1425.51406 438.1211 1428.7173 C 439.63146 1430.30715 441.72822 1431.2073 443.9211 1431.2073 L 517.5327 1431.2073 C 521.95097 1431.2073 525.5327 1427.6256 525.5327 1423.2073 C 525.5327 1421.0144 524.63253 1418.9177 523.0427 1417.4073 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(457.30585 1405.5073)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><line x1="767.9515" y1="1403.5254" x2="522.4774" y2="1404.1085" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><line x1="612.5469" y1="1328.50325" x2="510.06002" y2="1387.3613" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 563.1451 1379.5523 L 730.14463 1379.1556 L 730.18977 1398.1556 L 563.19024 1398.5523 Z" fill="white"/><text transform="translate(568.1451 1379.54045) rotate(-.1361084)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="156.19531">prov:wasAttributedTo</tspan></text><rect x="768.4515" y="1467.4172" width="113.6842" height="54" fill="#fffedf"/><path d="M 882.1357 1467.4172 L 768.4515 1467.4172 L 768.4515 1521.4172 L 882.1357 1521.4172 Z M 870.76726 1467.4172 L 870.76726 1521.4172 M 779.8199 1521.4172 L 779.8199 1467.4172" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(784.8199 1484.9172)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="13.352586" y="15" textLength="54.242188">Activity</tspan></text><a xl:href="#Entity"><path d="M 521.40438 1510.7754 L 484.59858 1475.8099 C 481.51086 1472.8766 476.66632 1472.8766 473.5786 1475.8099 L 436.7728 1510.7754 C 433.56955 1513.8185 433.4397 1518.8822 436.4828 1522.0854 C 437.99315 1523.6753 440.0899 1524.5754 442.2828 1524.5754 L 515.89438 1524.5754 C 520.31266 1524.5754 523.89438 1520.9937 523.89438 1516.5754 C 523.89438 1514.38255 522.99422 1512.2858 521.40438 1510.7754 Z" fill="#fffedf"/><path d="M 521.40438 1510.7754 L 484.59858 1475.8099 C 481.51086 1472.8766 476.66632 1472.8766 473.5786 1475.8099 L 436.7728 1510.7754 C 433.56955 1513.8185 433.4397 1518.8822 436.4828 1522.0854 C 437.99315 1523.6753 440.0899 1524.5754 442.2828 1524.5754 L 515.89438 1524.5754 C 520.31266 1524.5754 523.89438 1520.9937 523.89438 1516.5754 C 523.89438 1514.38255 522.99422 1512.2858 521.40438 1510.7754 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(455.66754 1498.8754)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="2.624175" y="15" textLength="41.59375">Agent</tspan></text></a><rect x="521.86433" y="1611.0644" width="108.270086" height="19" fill="white"/><text transform="translate(526.86433 1611.0644)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.1389493" y="15" textLength="95.99219">prov:hadRole</tspan></text><line x1="632.0476" y1="1596.5519" x2="631.96648" y2="1630.6518" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="562.14497" y="1644.0518" width="80.734715" height="29.597931" fill="#fffedf"/><rect x="562.14497" y="1644.0518" width="80.734715" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(567.14497 1649.3508)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.285326" y="15" textLength="32.164062">Role</tspan></text><path d="M 725.32324 1673.6497 L 675.91297 1673.6497 C 667.1897 1673.6497 660.1181 1666.5781 660.1181 1657.8549 C 660.1181 1657.8549 660.1181 1657.8549 660.1181 1657.8549 L 660.1181 1657.8549 C 660.1181 1649.1316 667.1897 1642.06 675.91296 1642.06 C 675.91297 1642.06 675.91297 1642.06 675.91297 1642.06 L 725.32324 1642.06 C 734.0465 1642.06 741.1181 1649.1316 741.1181 1657.8549 L 741.1181 1657.8549 C 741.1181 1666.5781 734.0465 1673.6497 725.32324 1673.6497 C 725.32324 1673.6497 725.32324 1673.6497 725.32324 1673.6497 Z" fill="#fffedf"/><path d="M 725.32324 1673.6497 L 675.91297 1673.6497 C 667.1897 1673.6497 660.1181 1666.5781 660.1181 1657.8549 C 660.1181 1657.8549 660.1181 1657.8549 660.1181 1657.8549 L 660.1181 1657.8549 C 660.1181 1649.1316 667.1897 1642.06 675.91296 1642.06 C 675.91297 1642.06 675.91297 1642.06 675.91297 1642.06 L 725.32324 1642.06 C 734.0465 1642.06 741.1181 1649.1316 741.1181 1657.8549 L 741.1181 1657.8549 C 741.1181 1666.5781 734.0465 1673.6497 725.32324 1673.6497 C 725.32324 1673.6497 725.32324 1673.6497 725.32324 1673.6497 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(665.1181 1648.3549)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="19.574219" y="15" textLength="31.851562">Plan</tspan></text><rect x="689.43706" y="1611.0644" width="108.270086" height="19" fill="white"/><text transform="translate(694.43706 1611.0644)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="1.2951993" y="15" textLength="95.67969">prov:hadPlan</tspan></text><line x1="682.84676" y1="1588.06" x2="684.15115" y2="1628.6669" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 622.41777 1545.8437 L 693.9015 1545.8437 C 703.5891 1545.8437 711.4515 1557.9397 711.4515 1572.8437 C 711.4515 1587.7477 703.5891 1599.8437 693.9015 1599.8437 L 622.41777 1599.8437 C 619.5176 1599.8437 616.7603 1598.5847 614.86088 1596.393 L 600.12754 1579.393 C 596.87007 1575.6344 596.87007 1570.0531 600.12754 1566.2944 L 614.86088 1549.2944 C 616.7603 1547.1028 619.5176 1545.8437 622.41777 1545.8437 Z" fill="#fffedf"/><path d="M 622.41777 1545.8437 L 693.9015 1545.8437 C 703.5891 1545.8437 711.4515 1557.9397 711.4515 1572.8437 C 711.4515 1587.7477 703.5891 1599.8437 693.9015 1599.8437 L 622.41777 1599.8437 C 619.5176 1599.8437 616.7603 1598.5847 614.86088 1596.393 L 600.12754 1579.393 C 596.87007 1575.6344 596.87007 1570.0531 600.12754 1566.2944 L 614.86088 1549.2944 C 616.7603 1547.1028 619.5176 1545.8437 622.41777 1545.8437 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(611.15148 1563.3437)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.1078125" y="15" textLength="81.492188">Association</tspan></text><rect x="260.34248" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(265.34248 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.2272034" y="15" textLength="134.203125">prov:qualifiedStart</tspan></text><a xl:href="#Entity"><rect x="281.71222" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 281.71222 737.73288 L 375.39642 737.73288 L 375.39642 791.7329 L 281.71222 791.7329 Z M 291.08064 737.73288 L 291.08064 791.7329 M 366.028 791.7329 L 366.028 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(296.08064 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="281.21222" y1="764.7329" x2="128.400004" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="132.71228" y="737.34945" width="144" height="19" fill="white"/><text transform="translate(137.71228 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03125" y="15" textLength="133.9375">prov:wasStartedBy</tspan></text><rect x="124.45301" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(129.45301 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="288.89097" y1="792.01625" x2="243.26069" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="168.37811" y1="833.5427" x2="115.823884" y2="794.6657" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" fill="#fffedf"/><path d="M 177.97539 827.97995 L 226.4827 827.97995 C 233.37298 827.97995 238.96509 840.07595 238.96509 854.97995 C 238.96509 869.88395 233.37298 881.97995 226.4827 881.97995 L 177.97539 881.97995 C 174.50544 881.97995 171.28352 880.18113 169.46272 877.2273 L 158.98368 860.2273 C 157.00057 857.0101 157.00057 852.9498 158.98368 849.7326 L 169.46273 832.7326 C 171.28352 829.77876 174.50544 827.97995 177.97539 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(169.07074 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="21.932129" y="15" textLength="34.640625">Start</tspan></text><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" fill="#fffedf"/><path d="M 60.945986 737.7329 L 90 737.7329 C 103.80712 737.7329 115 748.92578 115 762.7329 L 115 766.7329 C 115 780.54 103.80712 791.7329 90 791.7329 L 60.945986 791.7329 C 47.138867 791.7329 35.945986 780.54 35.945986 766.7329 C 35.945986 766.7329 35.945986 766.7329 35.945986 766.7329 L 35.945986 762.7329 C 35.945986 748.92578 47.138867 737.7329 60.945986 737.7329 C 60.945986 737.7329 60.945986 737.7329 60.945986 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(40.945986 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="205.53773" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(210.53773 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="198.26145" y1="882.4797" x2="199.02031" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="141.447395" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(146.447395 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="721.3965" y="803.4397" width="148.65753" height="19" fill="white"/><text transform="translate(726.3965 803.4397)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="5.000641" y="15" textLength="128.65625">prov:qualifiedEnd</tspan></text><a xl:href="#Entity"><rect x="742.76624" y="737.73288" width="93.684196" height="54" fill="#fffedf"/><path d="M 742.76624 737.73288 L 836.45043 737.73288 L 836.45043 791.7329 L 742.76624 791.7329 Z M 752.13466 737.73288 L 752.13466 791.7329 M 827.082 791.7329 L 827.082 737.73288" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(757.13466 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="742.26624" y1="764.7329" x2="589.45402" y2="764.7329" marker-end="url(#StickArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke-dasharray="4,4"/><rect x="596.2663" y="737.34945" width="139" height="19" fill="white"/><text transform="translate(601.2663 737.34945)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".3046875" y="15" textLength="128.390625">prov:wasEndedBy</tspan></text><rect x="585.50703" y="787.3509" width="103.15789" height="19" fill="white"/><text transform="translate(590.50703 787.3509)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="7.547695" y="15" textLength="78.0625">prov:entity</tspan></text><line x1="749.945" y1="792.01625" x2="704.3147" y2="823.4041" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="629.4405" y1="833.52914" x2="576.91627" y2="794.63844" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" fill="#fffedf"/><path d="M 639.0294 827.97995 L 687.5367 827.97995 C 694.427 827.97995 700.0191 840.07595 700.0191 854.97995 C 700.0191 869.88395 694.427 881.97995 687.5367 881.97995 L 639.0294 881.97995 C 635.55946 881.97995 632.33754 880.18113 630.51674 877.2273 L 620.0377 860.2273 C 618.0546 857.0101 618.0546 852.9498 620.0377 849.7326 L 630.51674 832.7326 C 632.33754 829.77876 635.55946 827.97995 639.0294 827.97995 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(630.12476 845.47995)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="27.479004" y="15" textLength="29.09375">End</tspan></text><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" fill="#fffedf"/><path d="M 522 737.7329 L 551.054 737.7329 C 564.86113 737.7329 576.054 748.92578 576.054 762.7329 L 576.054 766.7329 C 576.054 780.54 564.86113 791.7329 551.054 791.7329 L 522 791.7329 C 508.19288 791.7329 497 780.54 497 766.7329 C 497 766.7329 497 766.7329 497 766.7329 L 497 762.7329 C 497 748.92578 508.19288 737.7329 522 737.7329 C 522 737.7329 522 737.7329 522 737.7329 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502 755.2329)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="12.7691956" y="15" textLength="43.515625">Entity</tspan></text><rect x="666.59174" y="887.45266" width="103.15789" height="19" fill="white"/><text transform="translate(671.59174 887.45266)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.9461325" y="15" textLength="87.265625">prov:atTime</tspan></text><line x1="659.31547" y1="882.4797" x2="660.07432" y2="905.5555" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" fill="#e6e6e6"/><rect x="602.5014" y="918.94827" width="117" height="29.597931" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(607.5014 924.24723)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.4492188" y="15" textLength="96.10156">xsd:dateTime</tspan></text><rect x="240.63921" y="1119.9348" width="117" height="19" fill="white"/><text transform="translate(245.63921 1119.9348)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".10546875" y="15" textLength="106.78906">prov:hadUsage</tspan></text><line x1="404.929" y1="1108.71414" x2="348.92826" y2="1151.7668" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="499.8309" y="1119.9348" width="160" height="19" fill="white"/><text transform="translate(504.8309 1119.9348)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="3.3710938" y="15" textLength="143.25781">prov:hadGeneration</tspan></text><line x1="456.4362" y1="1108.71414" x2="502.98554" y2="1150.93594" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 273.73167 1213.93396 L 342.97404 1213.93396 C 352.3871 1213.93396 360.02667 1201.83796 360.02667 1186.93396 C 360.02667 1172.02996 352.3871 1159.93396 342.97404 1159.93396 L 273.73167 1159.93396 C 270.7819 1159.93396 267.98261 1161.2363 266.08256 1163.4926 L 251.76677 1180.4926 C 248.63225 1184.21484 248.63225 1189.6531 251.76677 1193.3753 L 266.08256 1210.3753 C 267.98261 1212.6316 270.7819 1213.93396 273.73167 1213.93396 Z" fill="#fffedf"/><path d="M 273.73167 1213.93396 L 342.97404 1213.93396 C 352.3871 1213.93396 360.02667 1201.83796 360.02667 1186.93396 C 360.02667 1172.02996 352.3871 1159.93396 342.97404 1159.93396 L 273.73167 1159.93396 C 270.7819 1159.93396 267.98261 1161.2363 266.08256 1163.4926 L 251.76677 1180.4926 C 248.63225 1184.21484 248.63225 1189.6531 251.76677 1193.3753 L 266.08256 1210.3753 C 267.98261 1212.6316 270.7819 1213.93396 273.73167 1213.93396 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(262.71089 1177.43396)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="black" x="18.993211" y="15" textLength="42.960938">Usage</tspan></text><path d="M 513.2201 1213.9338 L 582.46248 1213.9338 C 591.87553 1213.9338 599.5151 1201.8378 599.5151 1186.9338 C 599.5151 1172.0298 591.87553 1159.9338 582.46248 1159.9338 L 513.2201 1159.9338 C 510.27034 1159.9338 507.47105 1161.2361 505.571 1163.49244 L 491.2552 1180.49244 C 488.1207 1184.2147 488.1207 1189.6529 491.2552 1193.37515 L 505.571 1210.37515 C 507.47105 1212.6315 510.27034 1213.9338 513.2201 1213.9338 Z" fill="#fffedf"/><path d="M 513.2201 1213.9338 L 582.46248 1213.9338 C 591.87553 1213.9338 599.5151 1201.8378 599.5151 1186.9338 C 599.5151 1172.0298 591.87553 1159.9338 582.46248 1159.9338 L 513.2201 1159.9338 C 510.27034 1159.9338 507.47105 1161.2361 505.571 1163.49244 L 491.2552 1180.49244 C 488.1207 1184.2147 488.1207 1189.6529 491.2552 1193.37515 L 505.571 1210.37515 C 507.47105 1212.6315 510.27034 1213.9338 513.2201 1213.9338 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(502.19933 1177.4338)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".75883625" y="15" textLength="79.429688">Generation</tspan></text><a xl:href="#Entity"><rect x="377.0867" y="1159.9339" width="93.684196" height="54" fill="#fffedf"/><path d="M 377.0867 1159.9339 L 470.7709 1159.9339 L 470.7709 1213.9339 L 377.0867 1213.9339 Z M 386.45512 1159.9339 L 386.45512 1213.9339 M 461.40248 1213.9339 L 461.40248 1159.9339" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(391.45512 1177.4339)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="5.3525847" y="15" textLength="54.242188">Activity</tspan></text></a><line x1="426.02414" y1="1108.71414" x2="426.95367" y2="1147.0377" marker-end="url(#StickArrow_Marker)" stroke="blue" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 394.4759 1108.71414 L 463.71827 1108.71414 C 473.13132 1108.71414 480.7709 1096.61814 480.7709 1081.71414 C 480.7709 1066.81014 473.13132 1054.71414 463.71827 1054.71414 L 394.4759 1054.71414 C 391.52613 1054.71414 388.72684 1056.0165 386.82679 1058.2728 L 372.511 1075.2728 C 369.37648 1078.995 369.37648 1084.43326 372.511 1088.1555 L 386.82679 1105.1555 C 388.72684 1107.4118 391.52613 1108.71414 394.4759 1108.71414 Z" fill="#fffedf"/><path d="M 394.4759 1108.71414 L 463.71827 1108.71414 C 473.13132 1108.71414 480.7709 1096.61814 480.7709 1081.71414 C 480.7709 1066.81014 473.13132 1054.71414 463.71827 1054.71414 L 394.4759 1054.71414 C 391.52613 1054.71414 388.72684 1056.0165 386.82679 1058.2728 L 372.511 1075.2728 C 369.37648 1078.995 369.37648 1084.43326 372.511 1088.1555 L 386.82679 1105.1555 C 388.72684 1107.4118 391.52613 1108.71414 394.4759 1108.71414 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(383.45512 1072.21414)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x="2.8447738" y="15" textLength="75.257812">Derivation</tspan></text><rect x="365.4288" y="1222" width="129.57121" height="19" fill="white"/><text transform="translate(370.4288 1222)" fill="blue"><tspan font-family="Georgia" font-size="16" font-weight="500" fill="blue" x=".75045013" y="15" textLength="118.07031">prov:hadActivity</tspan></text></g></g></svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/diagrams/starting-points.svg	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="22 34 624 355" width="52pc" height="355pt"><metadata xmlns:dc="http://purl.org/dc/elements/1.1/"><dc:date>2012-05-29 22:21Z</dc:date><!-- Produced by OmniGraffle Professional 5.3.6 --></metadata><defs><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="gray"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 5 2 5 4 5 2 3 3" units-per-em="1000" underline-position="-88.378906" underline-thickness="49.316406" slope="0" x-height="495.60547" cap-height="709.47266" ascent="916.9922" descent="-219.23828" font-weight="500"><font-face-src><font-face-name name="Georgia"/></font-face-src></font-face><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_2" viewBox="-1 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M 4.8000002 0 L 0 -1.8000001 L 0 1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><marker orient="auto" overflow="visible" markerUnits="strokeWidth" id="FilledArrow_Marker_3" viewBox="-6 -3 7 6" markerWidth="7" markerHeight="6" color="black"><g><path d="M -4.8000002 0 L 0 1.8000001 L 0 -1.8000001 Z" fill="currentColor" stroke="currentColor" stroke-width="1"/></g></marker><font-face font-family="Georgia" font-size="16" panose-1="2 4 8 2 5 4 5 2 2 3" units-per-em="1000" underline-position="-87.890625" underline-thickness="59.570312" slope="0" x-height="499.02344" cap-height="711.91406" ascent="916.9922" descent="-219.23828" font-weight="bold"><font-face-src><font-face-name name="Georgia-Bold"/></font-face-src></font-face></defs><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><title>Canvas 1</title><rect fill="white" width="1317" height="883"/><g><title>Layer 1</title><line x1="464.45493" y1="307.95374" x2="519.13464" y2="349.97034" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><line x1="395.71225" y1="307.9667" x2="345.05737" y2="349.63525" marker-end="url(#FilledArrow_Marker)" stroke="gray" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><text transform="translate(505.82498 320.8256)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".015625" y="15" textLength="95.96875">endedAtTime</tspan></text><rect x="189.13388" y="235.05563" width="148" height="19" fill="white"/><text transform="translate(194.13388 235.05563)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".22265625" y="15" textLength="137.55469">wasAssociatedWith</tspan></text><rect x="22" y="226.39307" width="132" height="19" fill="white"/><text transform="translate(27 226.39307)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".203125" y="15" textLength="121.59375">actedOnBehalfOf</tspan></text><rect x="462.36487" y="174.56183" width="129" height="29" fill="white"/><text transform="translate(467.36487 179.56183)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".15234375" y="15" textLength="118.69531">wasGeneratedBy</tspan></text><rect x="208.13385" y="154.28569" width="129" height="19" fill="white"/><text transform="translate(213.13387 154.28569)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".03515625" y="15" textLength="118.92969">wasAttributedTo</tspan></text><rect x="359.71603" y="34.510567" width="132" height="19" fill="white"/><text transform="translate(364.71603 34.510567)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".26953125" y="15" textLength="121.46094">wasDerivedFrom</tspan></text><path d="M 433.44019 105 C 438.15088 92.641296 456.26645 55.117142 427.7041 55 C 405.6464 54.909595 412.91815 76.996956 419.52283 93.07119" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="364.32693" y="355.24762" width="123" height="19" fill="white"/><text transform="translate(369.32693 355.24762)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".40234375" y="15" textLength="112.19531">wasInformedBy</tspan></text><path d="M 433.47214 307.6491 C 438.18283 320.00781 456.26645 355.88287 427.7041 356 C 405.73563 356.09003 412.87592 335.15698 419.46625 319.55023" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 415.24042 253.20163 C 408.39566 239.46913 394.38474 227.62209 394.7041 212 C 394.95422 199.76474 403.9948 185.2081 411.49823 171.05852" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="350.52109" y="204.84827" width="44" height="29" fill="white"/><text transform="translate(355.52109 209.84827)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".48046875" y="15" textLength="33.039062">used</tspan></text><path d="M 442.9737 159.44485 C 448.88324 170.96208 461.36682 178.37909 460.7041 194 C 460.17096 206.5669 451.12915 224.44951 443.84698 241.23161" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 136.32347 195.60449 C 114.8706 189.04431 77.123978 180.98067 77.030334 203.81381 C 76.91327 232.37616 135.495895 214.92982 148.54359 210.26472" marker-start="url(#FilledArrow_Marker_3)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 468.7633 307.6491 L 389.0791 307.6491 C 379.69025 307.6491 372.0791 300.03796 372.0791 290.64911 C 372.0791 290.64911 372.0791 290.64911 372.0791 290.64911 L 372.0791 270.64911 C 372.0791 261.26025 379.69025 253.64911 389.0791 253.64911 C 389.0791 253.64911 389.0791 253.64911 389.0791 253.64911 L 468.7633 253.64911 C 478.15216 253.64911 485.7633 261.26025 485.7633 270.64911 L 485.7633 290.64911 C 485.7633 300.03796 478.15216 307.6491 468.7633 307.6491 Z" fill="#fffedf"/><path d="M 468.7633 307.6491 L 389.0791 307.6491 C 379.69025 307.6491 372.0791 300.03796 372.0791 290.64911 C 372.0791 290.64911 372.0791 290.64911 372.0791 290.64911 L 372.0791 270.64911 C 372.0791 261.26025 379.69025 253.64911 389.0791 253.64911 C 389.0791 253.64911 389.0791 253.64911 389.0791 253.64911 L 468.7633 253.64911 C 478.15216 253.64911 485.7633 261.26025 485.7633 270.64911 L 485.7633 290.64911 C 485.7633 300.03796 478.15216 307.6491 468.7633 307.6491 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(377.0791 271.14911)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="20.478817" y="15" textLength="62.726562">Activity</tspan></text><path d="M 371.7175 132.34531 C 353.2897 149.94273 334.64932 175.18779 316.42856 185.14285 C 302.56012 192.71997 288.92847 191.44272 275.26447 191.41997" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M 468.7041 105 L 389.0791 105 C 379.69025 105 372.0791 112.61116 372.0791 122 L 372.0791 142 C 372.0791 151.38884 379.69025 159 389.0791 159 L 468.7041 159 C 478.09293 159 485.7041 151.38884 485.7041 142 L 485.7041 122 C 485.7041 112.61116 478.09296 105 468.7041 105 Z" fill="#fffedf"/><path d="M 468.7041 105 L 389.0791 105 C 379.69025 105 372.0791 112.61116 372.0791 122 L 372.0791 142 C 372.0791 151.38884 379.69025 159 389.0791 159 L 468.7041 159 C 478.09293 159 485.7041 151.38884 485.7041 142 L 485.7041 122 C 485.7041 112.61116 478.09296 105 468.7041 105 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(377.0791 122.5)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="26.839844" y="15" textLength="49.945312">Entity</tspan></text><path d="M 245.72577 232.5 L 166.04156 232.5 C 156.652725 232.5 149.041565 224.88884 149.041565 215.5 C 149.041565 215.5 149.041565 215.5 149.041565 215.5 L 149.041565 195.5 C 149.041565 186.11116 156.652725 178.5 166.04156 178.5 C 166.04156 178.5 166.04156 178.5 166.04156 178.5 L 245.72577 178.5 C 255.11461 178.5 262.72577 186.11116 262.72577 195.5 L 262.72577 215.5 C 262.72577 224.88884 255.11461 232.5 245.72577 232.5 Z" fill="#fffedf"/><path d="M 245.72577 232.5 L 166.04156 232.5 C 156.652725 232.5 149.041565 224.88884 149.041565 215.5 C 149.041565 215.5 149.041565 215.5 149.041565 215.5 L 149.041565 195.5 C 149.041565 186.11116 156.652725 178.5 166.04156 178.5 C 166.04156 178.5 166.04156 178.5 166.04156 178.5 L 245.72577 178.5 C 255.11461 178.5 262.72577 186.11116 262.72577 195.5 L 262.72577 215.5 C 262.72577 224.88884 255.11461 232.5 245.72577 232.5 Z" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(154.041565 196)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="bold" x="27.888973" y="15" textLength="47.90625">Agent</tspan></text><path d="M 371.7388 280.28284 C 354.87518 262.13092 339.36987 236.03506 321.14288 225.82164 C 306.8639 217.82047 290.90784 219.56279 275.24686 219.59921" marker-end="url(#FilledArrow_Marker_2)" stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><rect x="529.3636" y="357.83035" width="114.63635" height="29" fill="#e6e6e6"/><rect x="529.3636" y="357.83035" width="114.63635" height="29" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(534.3636 362.83035)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.267414" y="15" textLength="96.10156">xsd:dateTime</tspan></text><text transform="translate(254.65434 320.8256)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x=".4140625" y="15" textLength="102.171875">startedAtTime</tspan></text><rect x="220.45848" y="357.83035" width="114.6364" height="29" fill="#e6e6e6"/><rect x="220.45848" y="357.83035" width="114.6364" height="29" stroke="#999" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><text transform="translate(225.45848 362.83035)" fill="black"><tspan font-family="Georgia" font-size="16" font-weight="500" x="4.267414" y="15" textLength="96.10156">xsd:dateTime</tspan></text></g></g></svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/inverses.owl	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,600 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses.ttl">
+    <prov:wasDerivedFrom rdf:resource="http://www.w3.org/TR/prov-o/prov.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses.ttl">
+    <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="file:///Users/lebot/afrl/phd/prov-wg/hg/prov/ontology/components/inverses.ttl">
+    <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120703"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <rdfs:label>hadDelegate</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDelegate">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <rdfs:label>activityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#activity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <rdfs:label>agentOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#agent"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agentOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:label>alternateOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#alternateOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <rdfs:label>contextOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#asInBundle"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contextOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#asInBundle">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <rdfs:label>locationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#atLocation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#locationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#atLocation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <rdfs:label>entityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#entity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:label>wasGeneratedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#generated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <rdfs:label>wasActivityOfInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasActivityOfInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadActivity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <rdfs:label>generatedAsDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generatedAsDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadGeneration">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <rdfs:label>wasMemberOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasMemberOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMember">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <rdfs:label>wasPlanOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadPlan"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPlanOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPlan">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <rdfs:label>wasPrimarySourceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasPrimarySourceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <rdfs:label>wasRoleIn</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRoleIn">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRole">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <rdfs:label>wasUsedInDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hadUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedInDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadUsage">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <rdfs:label>anchorOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasAnchor"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#anchorOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasAnchor">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <rdfs:label>provenanceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasProvenance"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenance">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <rdfs:label>provenanceAnchorOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#hasProvenanceService"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#provenanceAnchorOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hasProvenanceService">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:label>wasInfluencedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <rdfs:label>hadInfluence</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influencer">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <rdfs:label>wasInvalidatedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#invalidated"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <rdfs:label>hadMention</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#mentionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadMention">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#mentionOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <rdfs:label>qualifiedAssociationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <rdfs:label>qualifiedAttributionOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttributionOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <rdfs:label>qualifiedCommunicationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunicationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <rdfs:label>qualifiedDelegationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <rdfs:label>qualifiedDerivationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <rdfs:label>qualifiedEndOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEndOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <rdfs:label>qualifiedGenerationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGenerationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <rdfs:label>qualifiedInfluenceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInfluence"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluenceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <rdfs:label>qualifiedInvalidationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <rdfs:label>qualifiedQuotationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <rdfs:label>revisedEntity</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#revisedEntity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <rdfs:label>qualifiedSourceOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedSource"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSourceOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSource">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <rdfs:label>qualifiedStartOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStartOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <rdfs:label>qualifiedUsingActivity</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsingActivity">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <rdfs:label>generalizationOf</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generalizationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#specializationOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <rdfs:label>wasUsedBy</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#used"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasUsedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#used">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <rdfs:label>wasAssociateFor</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociateFor">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <rdfs:label>contributed</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#contributed">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <rdfs:label>hadDerivation</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadDerivation">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <rdfs:label>ended</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#ended">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:label>generated</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#generated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:label>influenced</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#influenced">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <rdfs:label>informed</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#informed">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:label>invalidated</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#invalidated">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <rdfs:label>quotedAs</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#quotedAs">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <rdfs:label>hadRevision</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#hadRevision">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <rdfs:label>started</rdfs:label>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#started">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/TR/prov-o/inverses.owl"/>
+  </rdf:Description>
+  <rdf:Description rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
+    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+  </rdf:Description>
+</rdf:RDF>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/inverses.ttl	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,402 @@
+@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+
+<> 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-20120703> .
+
+prov:hadDelegate
+   rdfs:label       "hadDelegate";
+   owl:inverseOf    prov:actedOnBehalfOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:actedOnBehalfOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:activityOfInfluence
+   rdfs:label       "activityOfInfluence";
+   owl:inverseOf    prov:activity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:activity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:agentOfInfluence
+   rdfs:label       "agentOfInfluence";
+   owl:inverseOf    prov:agent;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:agent rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:alternateOf
+   rdfs:label       "alternateOf";
+   owl:inverseOf    prov:alternateOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:alternateOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:contextOf
+   rdfs:label       "contextOf";
+   owl:inverseOf    prov:asInBundle;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:asInBundle rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:locationOf
+   rdfs:label       "locationOf";
+   owl:inverseOf    prov:atLocation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:atLocation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:entityOfInfluence
+   rdfs:label       "entityOfInfluence";
+   owl:inverseOf    prov:entity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:entity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasGeneratedBy
+   rdfs:label       "wasGeneratedBy";
+   owl:inverseOf    prov:generated;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:generated rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasActivityOfInfluence
+   rdfs:label       "wasActivityOfInfluence";
+   owl:inverseOf    prov:hadActivity;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadActivity rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generatedAsDerivation
+   rdfs:label       "generatedAsDerivation";
+   owl:inverseOf    prov:hadGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasMemberOf
+   rdfs:label       "wasMemberOf";
+   owl:inverseOf    prov:hadMember;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadMember rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasPlanOf
+   rdfs:label       "wasPlanOf";
+   owl:inverseOf    prov:hadPlan;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadPlan rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasPrimarySourceOf
+   rdfs:label       "wasPrimarySourceOf";
+   owl:inverseOf    prov:hadPrimarySource;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadPrimarySource rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasRoleIn
+   rdfs:label       "wasRoleIn";
+   owl:inverseOf    prov:hadRole;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadRole rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasUsedInDerivation
+   rdfs:label       "wasUsedInDerivation";
+   owl:inverseOf    prov:hadUsage;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hadUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:anchorOf
+   rdfs:label       "anchorOf";
+   owl:inverseOf    prov:hasAnchor;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasAnchor rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:provenanceOf
+   rdfs:label       "provenanceOf";
+   owl:inverseOf    prov:hasProvenance;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasProvenance rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:provenanceAnchorOf
+   rdfs:label       "provenanceAnchorOf";
+   owl:inverseOf    prov:hasProvenanceService;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:hasProvenanceService rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasInfluencedBy
+   rdfs:label       "wasInfluencedBy";
+   owl:inverseOf    prov:influenced;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:influenced rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadInfluence
+   rdfs:label       "hadInfluence";
+   owl:inverseOf    prov:influencer;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:influencer rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasInvalidatedBy
+   rdfs:label       "wasInvalidatedBy";
+   owl:inverseOf    prov:invalidated;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:invalidated rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadMention
+   rdfs:label       "hadMention";
+   owl:inverseOf    prov:mentionOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:mentionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedAssociationOf
+   rdfs:label       "qualifiedAssociationOf";
+   owl:inverseOf    prov:qualifiedAssociation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedAssociation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedAttributionOf
+   rdfs:label       "qualifiedAttributionOf";
+   owl:inverseOf    prov:qualifiedAttribution;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedAttribution rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedCommunicationOf
+   rdfs:label       "qualifiedCommunicationOf";
+   owl:inverseOf    prov:qualifiedCommunication;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedCommunication rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedDelegationOf
+   rdfs:label       "qualifiedDelegationOf";
+   owl:inverseOf    prov:qualifiedDelegation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedDelegation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedDerivationOf
+   rdfs:label       "qualifiedDerivationOf";
+   owl:inverseOf    prov:qualifiedDerivation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedDerivation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedEndOf
+   rdfs:label       "qualifiedEndOf";
+   owl:inverseOf    prov:qualifiedEnd;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedEnd rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedGenerationOf
+   rdfs:label       "qualifiedGenerationOf";
+   owl:inverseOf    prov:qualifiedGeneration;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedGeneration rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedInfluenceOf
+   rdfs:label       "qualifiedInfluenceOf";
+   owl:inverseOf    prov:qualifiedInfluence;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedInfluence rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedInvalidationOf
+   rdfs:label       "qualifiedInvalidationOf";
+   owl:inverseOf    prov:qualifiedInvalidation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedInvalidation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedQuotationOf
+   rdfs:label       "qualifiedQuotationOf";
+   owl:inverseOf    prov:qualifiedQuotation;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedQuotation rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:revisedEntity
+   rdfs:label       "revisedEntity";
+   owl:inverseOf    prov:qualifiedRevision;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedRevision rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedSourceOf
+   rdfs:label       "qualifiedSourceOf";
+   owl:inverseOf    prov:qualifiedSource;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedSource rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedStartOf
+   rdfs:label       "qualifiedStartOf";
+   owl:inverseOf    prov:qualifiedStart;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedStart rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:qualifiedUsingActivity
+   rdfs:label       "qualifiedUsingActivity";
+   owl:inverseOf    prov:qualifiedUsage;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:qualifiedUsage rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generalizationOf
+   rdfs:label       "generalizationOf";
+   owl:inverseOf    prov:specializationOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:specializationOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasUsedBy
+   rdfs:label       "wasUsedBy";
+   owl:inverseOf    prov:used;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:used rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:wasAssociateFor
+   rdfs:label       "wasAssociateFor";
+   owl:inverseOf    prov:wasAssociatedWith;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasAssociatedWith rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:contributed
+   rdfs:label       "contributed";
+   owl:inverseOf    prov:wasAttributedTo;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasAttributedTo rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadDerivation
+   rdfs:label       "hadDerivation";
+   owl:inverseOf    prov:wasDerivedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasDerivedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:ended
+   rdfs:label       "ended";
+   owl:inverseOf    prov:wasEndedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasEndedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:generated
+   rdfs:label       "generated";
+   owl:inverseOf    prov:wasGeneratedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasGeneratedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:influenced
+   rdfs:label       "influenced";
+   owl:inverseOf    prov:wasInfluencedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInfluencedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:informed
+   rdfs:label       "informed";
+   owl:inverseOf    prov:wasInformedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInformedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:invalidated
+   rdfs:label       "invalidated";
+   owl:inverseOf    prov:wasInvalidatedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasInvalidatedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:quotedAs
+   rdfs:label       "quotedAs";
+   owl:inverseOf    prov:wasQuotedFrom;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasQuotedFrom rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:hadRevision
+   rdfs:label       "hadRevision";
+   owl:inverseOf    prov:wasRevisionOf;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasRevisionOf rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
+prov:started
+   rdfs:label       "started";
+   owl:inverseOf    prov:wasStartedBy;
+   rdfs:isDefinedBy <http://www.w3.org/TR/prov-o/inverses.owl> .
+
+prov:wasStartedBy rdfs:isDefinedBy <http://www.w3.org/ns/prov#> .
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/last-call/2012-07-03-internal-review/prov.owl	Tue Jul 03 16:12:06 2012 -0400
@@ -0,0 +1,1800 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
+     xml:base="http://www.w3.org/ns/prov"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+    <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
+        <rdfs:label xml:lang="en">PROV Ontology</rdfs:label>
+        <rdfs:comment rdf:datatype="&xsd;string">0.2</rdfs:comment>
+        <rdfs:comment xml:lang="en">This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). 
+
+If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All feedback is welcome.</rdfs:comment>
+        <owl:versionIRI rdf:resource="http://www.w3.org/TR/2012/WD-prov-o-20120703"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov#"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/"/>
+    </owl:Ontology>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#unqualifiedForm">
+        <rdfs:comment xml:lang="en">Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#aq">
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#sharesDefinitionWith">
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#definition">
+        <rdfs:comment xml:lang="en">A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.</rdfs:comment>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;label">
+        <rdfs:comment xml:lang="en"></rdfs:comment>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorialNote">
+        <rdfs:comment xml:lang="en">A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.</rdfs:comment>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#inverse">
+        <rdfs:comment xml:lang="en">PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.</rdfs:comment>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/TR/prov-o/#names-of-inverse-properties"/>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment">
+        <rdfs:comment xml:lang="en"></rdfs:comment>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#constraints">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+       <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&owl;versionInfo"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;seeAlso">
+        <rdfs:comment xml:lang="en"></rdfs:comment>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#dm">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-DM document that describes this concept.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#category">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into three categories, including &#39;starting-point&#39;, &#39;qualifed&#39;, and &#39;extended&#39;. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. </rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="&rdfs;isDefinedBy"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#editorsDefinition">
+        <rdfs:comment xml:lang="en">When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#definition"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#component">
+        <rdfs:comment xml:lang="en">Classify prov-o terms into six components according to prov-dm, including &#39;agents-responsibility&#39;, &#39;alternate&#39;, &#39;annotations&#39;, &#39;collections&#39;, &#39;derivations&#39;, and &#39;entities-activities&#39;. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#qualifiedForm">
+        <rdfs:comment xml:lang="en">This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. 
+
+Example annotation:
+
+    prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation .
+
+Then this unqualified assertion:
+
+    :entity1 prov:wasGeneratedBy :activity1 .
+
+can be qualified by adding:
+
+   :entity1 prov:qualifiedGeneration :entity1Gen .
+   :entity1Gen 
+       a prov:Generation, prov:Influence;
+       prov:activity :activity1;
+       :customValue 1337 .
+
+Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#todo"/>
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/ns/prov#n">
+        <rdfs:comment xml:lang="en">A reference to the principal section of the PROV-M document that describes this concept.</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&rdfs;seeAlso"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:AnnotationProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#actedOnBehalfOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#actedOnBehalfOf">
+        <rdfs:label>actedOnBehalfOf</rdfs:label>
+        <inverse>hadDelegate</inverse>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#activity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#activity">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>activity</rdfs:label>
+        <inverse>activityOfInfluence</inverse>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The property used by an prov:ActivityInfluence to cite the prov:Activity that influenced an Entity, Activity, or Agent. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</rdfs:comment>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#agent -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#agent">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>agent</rdfs:label>
+        <component>alternate</component>
+        <inverse>agentOfInfluence</inverse>
+        <rdfs:comment xml:lang="en">The property used by a prov:AgentInfluence to cite the Agent that influenced an Entity, Activity, or Agent. 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.</rdfs:comment>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#alternateOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#alternateOf">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>alternateOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-alternate</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-alternate</n>
+        <definition xml:lang="en">Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time.</definition>
+        <category>expanded</category>
+        <component>alternate</component>
+        <inverse>alternateOf</inverse>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#asInBundle -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#asInBundle">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>asInBundle</rdfs:label>
+        <inverse>contextOf</inverse>
+        <category>expanded</category>
+        <rdfs:comment xml:lang="en">The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM&#39;s Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </rdfs:comment>
+        <rdfs:comment xml:lang="en">When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :b was described.</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Bundle"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#mentionOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atLocation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#atLocation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>atLocation</rdfs:label>
+        <rdfs:comment xml:lang="en">The Location of any resource.</rdfs:comment>
+        <editorialNote xml:lang="en">The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Influence classes.</editorialNote>
+        <inverse>locationOf</inverse>
+        <editorialNote xml:lang="en">This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
+        <category>expanded</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Location"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#entity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#entity">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>entity</rdfs:label>
+        <rdfs:comment xml:lang="en">The property used by an prov:EntityInfluence to cite the Entity that was influenced by an Entity, Activity, or Agent. 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. </rdfs:comment>
+        <inverse>entityOfInfluence</inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:wasInfluencedBy triple.</editorialNote>
+        <category>qualified</category>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influencer"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#generated">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>generated</rdfs:label>
+        <component>entities-activities</component>
+        <inverse>wasGeneratedBy</inverse>
+        <category>expanded</category>
+        <editorialNote xml:lang="en">prov:generated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadActivity -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadActivity">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadActivity</rdfs:label>
+        <component>derivations</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).</rdfs:comment>
+        <inverse>wasActivityOfInfluence</inverse>
+        <editorialNote xml:lang="en">The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Delegation"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Derivation"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Start"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadGeneration">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadGeneration</rdfs:label>
+        <inverse>generatedAsDerivation</inverse>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Generation involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadMember -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadMember">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadMember</rdfs:label>
+        <component>collections</component>
+        <category>expanded</category>
+        <inverse>wasMemberOf</inverse>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Collection"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections.</rdfs:comment>
+        <dm>http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-collection</dm>
+        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadMember"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPlan -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPlan">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadPlan</rdfs:label>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>wasPlanOf</inverse>
+        <rdfs:comment xml:lang="en">The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Plan"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadPrimarySource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadPrimarySource">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadPrimarySource</rdfs:label>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information.</rdfs:comment>
+        <category>expanded</category>
+        <inverse>wasPrimarySourceOf</inverse>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Source"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedSource"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedSource"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>hadOriginalSource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadRole -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadRole">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadRole</rdfs:label>
+        <component>agents-responsibility</component>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <definition xml:lang="en">prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</definition>
+        <category>qualified</category>
+        <inverse>wasRoleIn</inverse>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Role"/>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Association"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#End"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Generation"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Invalidation"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Start"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Usage"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hadUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hadUsage">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadUsage</rdfs:label>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The _optional_ Usage involved in an Entity&#39;s Derivation.</rdfs:comment>
+        <inverse>wasUsedInDerivation</inverse>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hasAnchor -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasAnchor">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hadAnchor</rdfs:label>
+        <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
+        <inverse>anchorOf</inverse>
+        <rdfs:comment xml:lang="en">Indicates anchor URI for a potentially dynamic resource instance.</rdfs:comment>
+        <category>access-and-query</category>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hasProvenance -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasProvenance">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hasProvenance</rdfs:label>
+        <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
+        <inverse>provenanceOf</inverse>
+        <rdfs:comment xml:lang="en">Relates a resource to its provenance.</rdfs:comment>
+        <category>access-and-query</category>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#hasProvenanceService -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#hasProvenanceService">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>hasProvenanceService</rdfs:label>
+        <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
+        <rdfs:comment xml:lang="en">Relates a resource to a provenance service.</rdfs:comment>
+        <category>access-and-query</category>
+        <inverse>provenanceAnchorOf</inverse>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influenced -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influenced">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>influenced</rdfs:label>
+        <inverse>wasInfluencedBy</inverse>
+        <component>agents-responsibility</component>
+        <category>expanded</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#influencer -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#influencer">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>influencer</rdfs:label>
+        <category>qualified</category>
+        <inverse>hadInfluence</inverse>
+        <rdfs:comment xml:lang="en">Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.</rdfs:comment>
+        <editorialNote xml:lang="en">This property and its subproperties are used in the same way as the rdf:object property, i.e. to reference the object of an unqualified prov:wasInfluencedBy or prov:influenced triple.</editorialNote>
+        <editorsDefinition xml:lang="en">This property is used as part of the qualified influence pattern. Subclasses of prov:Influence use these subproperties to reference the resource (Entity, Agent, or Activity) whose influence is being qualified.</editorsDefinition>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidated -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#invalidated">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>invalidated</rdfs:label>
+        <category>expanded</category>
+        <inverse>wasInvalidatedBy</inverse>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">prov:invalidated is one of few inverse property defined, to allow Activity-oriented assertions in addition to Entity-oriented assertions.</editorialNote>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#influenced"/>
+        <owl:inverseOf rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#mentionOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#mentionOf">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>mentionOf</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention</dm>
+        <inverse>hadMention</inverse>
+        <category>expanded</category>
+        <definition xml:lang="en">The mention of an Entity in a Bundle (containing a description of this Entity) is another Entity that is a specialization of the former and that presents the Bundle as a further additional aspect. </definition>
+        <rdfs:comment xml:lang="en">The prov:mentionOf and prov:asInBundle properties are &quot;at risk&quot; (http://www.w3.org/2005/10/Process-20051014/tr#cfi) and may be removed from this specification based on feedback. Please send feedback to public-prov-comments@w3.org.
+
+These two properties are used to encode the PROV-DM&#39;s Mention construct (http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-mention), which might be removed from PROV if implementation experience reveals problems with supporting this construct. </rdfs:comment>
+        <rdfs:comment xml:lang="en">prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#specializationOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAssociation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedAssociation</rdfs:label>
+        <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <component>agents-responsibility</component>
+        <inverse>qualifiedAssociationOf</inverse>
+        <category>qualified</category>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedAttribution -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedAttribution</rdfs:label>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>qualifiedAttributionOf</inverse>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedCommunication -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedCommunication</rdfs:label>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <inverse>qualifiedCommunicationOf</inverse>
+        <category>qualified</category>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDelegation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDelegation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedDelegation</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedDelegationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
+        <component>agents-responsibility</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Delegation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedDerivation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedDerivation</rdfs:label>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <inverse>qualifiedDerivationOf</inverse>
+        <component>derivations</component>
+        <category>qualified</category>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedEnd -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedEnd">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedEnd</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedEndOf</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedGeneration -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedGeneration</rdfs:label>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <inverse>qualifiedGenerationOf</inverse>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInfluence -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInfluence">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedInfluence</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedInfluenceOf</inverse>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedInvalidation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedInvalidation</rdfs:label>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <inverse>qualifiedInvalidationOf</inverse>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedQuotation -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedQuotation</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedQuotationOf</inverse>
+        <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedRevision -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedRevision">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedRevision</rdfs:label>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <category>qualified</category>
+        <inverse>revisedEntity</inverse>
+        <component>derivations</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedSource -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedSource">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedSource</rdfs:label>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>qualifiedSourceOf</inverse>
+        <rdfs:comment xml:lang="en">If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ].</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Source"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Source"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedStart -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedStart">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedStart</rdfs:label>
+        <inverse>qualifiedStartOf</inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#qualifiedUsage -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#qualifiedUsage">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>qualifiedUsage</rdfs:label>
+        <category>qualified</category>
+        <inverse>qualifiedUsingActivity</inverse>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">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 ].</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#specializationOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#specializationOf">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>specializationOf</rdfs:label>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-specialization</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-specialization</n>
+        <component>alternate</component>
+        <category>expanded</category>
+        <inverse>generalizationOf</inverse>
+        <definition xml:lang="en">An entity that is a specialization of another shares all aspects of the latter, and additionally presents more specific aspects of the same thing as the latter. In particular, the lifetime of the entity being specialized contains that of any specialization. Examples of aspects include a time period, an abstraction, and a context associated with the entity.</definition>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#alternateOf"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#used -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#used">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>used</rdfs:label>
+        <inverse>wasUsedBy</inverse>
+        <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Usage"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedUsage"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedUsage"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAssociatedWith">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasAssociatedWith</rdfs:label>
+        <component>agents-responsibility</component>
+        <inverse>wasAssociateFor</inverse>
+        <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Association"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAssociation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasAttributedTo">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasAttributedTo</rdfs:label>
+        <component>agents-responsibility</component>
+        <category>starting-point</category>
+        <inverse>contributed</inverse>
+        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.</definition>
+        <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Attribution"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedAttribution"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#agent"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
+        <definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN wasInfluencedBy(e2,ag1) also holds. </definition>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasDerivedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasDerivedFrom">
+        <rdfs:label>wasDerivedFrom</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <inverse>hadDerivation</inverse>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:comment xml:lang="en">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.</rdfs:comment>
+        <category>starting-point</category>
+        <component>derivations</component>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Derivation"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedDerivation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasEndedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasEndedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasEndedBy</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
+        <inverse>ended</inverse>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedEnd"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedEnd"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasGeneratedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasGeneratedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasGeneratedBy</rdfs:label>
+        <inverse>generated</inverse>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedGeneration"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInfluencedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInfluencedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasInfluencedBy</rdfs:label>
+        <category>qualified</category>
+        <inverse>influenced</inverse>
+        <editorialNote xml:lang="en">The sub-properties of prov:wasInfluencedBy can be elaborated in more detail using the Qualification Pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualifiedUsage [ a prov:Usage; prov:entity :spoon; prov:atLocation :kitchen ] .
+
+Subproperties of prov:wasInfluencedBy may also be asserted directly without being qualified.
+
+prov:wasInfluencedBy should not be used without also using one of its subproperties. 
+</editorialNote>
+        <component>agents-responsibility</component>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:range>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:range>
+        <rdfs:domain>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </rdfs:domain>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <definition>influencer: an identifier (o1) for an ancestor entity, activity, or agent that the former depends on;</definition>
+        <dm>http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-influence</dm>
+        <owl:annotatedProperty rdf:resource="&rdfs;range"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    <owl:Axiom>
+        <definition>influencee: an identifier (o2) for an entity, activity, or agent; </definition>
+        <dm>http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-influence</dm>
+        <owl:annotatedProperty rdf:resource="&rdfs;domain"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:annotatedTarget>
+            <owl:Class>
+                <owl:unionOf rdf:parseType="Collection">
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Activity"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Agent"/>
+                    <rdf:Description rdf:about="http://www.w3.org/ns/prov#Entity"/>
+                </owl:unionOf>
+            </owl:Class>
+        </owl:annotatedTarget>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInformedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInformedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasInformedBy</rdfs:label>
+        <inverse>informed</inverse>
+        <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
+        <category>starting-point</category>
+        <component>entities-activities</component>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Communication"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedCommunication"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasInvalidatedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasInvalidatedBy</rdfs:label>
+        <inverse>invalidated</inverse>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedInvalidation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#activity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasQuotedFrom">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasQuotedFrom</rdfs:label>
+        <category>expanded</category>
+        <component>derivations</component>
+        <inverse>quotedAs</inverse>
+        <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &#39;quoting&#39;, some or all of it.</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Quotation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedQuotation"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasRevisionOf">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasRevisionOf</rdfs:label>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Revision"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedRevision"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedRevision"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    <owl:Axiom>
+        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+        <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
+        <owl:annotatedTarget rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+        <owl:annotatedSource rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Axiom>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#wasStartedBy -->
+
+    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/prov#wasStartedBy">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>wasStartedBy</rdfs:label>
+        <inverse>started</inverse>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <rdfs:range rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#qualifiedStart"/>
+        <rdfs:subPropertyOf rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+        <owl:propertyChainAxiom rdf:parseType="Collection">
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#qualifiedStart"/>
+            <rdf:Description rdf:about="http://www.w3.org/ns/prov#entity"/>
+        </owl:propertyChainAxiom>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/ns/prov#atTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#atTime">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>atTime</rdfs:label>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <sharesDefinitionWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#endedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#generatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#invalidatedAtTime"/>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#startedAtTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#endedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#endedAtTime">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>endedAtTime</rdfs:label>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedEnd o prov:atTime) rdfs:subPropertyOf prov:endedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an activity ended. See also prov:startedAtTime.</rdfs:comment>
+        <category>starting-point</category>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#End"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#generatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#generatedAtTime">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>generatedAtTime</rdfs:label>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedGeneration o prov:atTime) rdfs:subPropertyOf prov:generatedAtTime.</editorialNote>
+        <rdfs:comment xml:lang="en">The time at which an entity was completely created.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Generation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#invalidatedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#invalidatedAtTime">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>invalidatedAtTime</rdfs:label>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedInvalidation o prov:atTime) rdfs:subPropertyOf prov:invalidatedAtTime.</editorialNote>
+        <category>expanded</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">The time at which an entity began to be invalidated (i.e., no longer usable).</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Invalidation"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#provenanceUriTemplate -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#provenanceUriTemplate">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>provenanceUriTemplate</rdfs:label>
+        <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
+        <rdfs:comment xml:lang="en">Relates a provenance service to a URI template string for constructing provenance-URIs.</rdfs:comment>
+        <category>access-and-query</category>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#startedAtTime -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#startedAtTime">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>startedAtTime</rdfs:label>
+        <category>starting-point</category>
+        <editorialNote xml:lang="en">It is the intent that the property chain holds: (prov:qualifiedStart o prov:atTime) rdfs:subPropertyOf prov:startedAtTime.</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">The time at which an activity started. See also prov:endedAtTime.</rdfs:comment>
+        <rdfs:range rdf:resource="&xsd;dateTime"/>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Activity"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#Start"/>
+        <qualifiedForm rdf:resource="http://www.w3.org/ns/prov#atTime"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#value -->
+
+    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/prov#value">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdf:type rdf:resource="&owl;FunctionalProperty"/>
+        <rdfs:label>value</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-value</dm>
+        <category>expanded</category>
+        <editorialNote>The editor&#39;s definition comes from http://www.w3.org/TR/rdf-primer/#rdfvalue</editorialNote>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">Provides a value for an Entity.</rdfs:comment>
+        <editorsDefinition xml:lang="en">The main value (if there is one) of a structured value.</editorsDefinition>
+        <editorialNote xml:lang="en">This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
+        <rdfs:domain rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Activity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Activity">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Activity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Activity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Activity</n>
+        <component>entities-activities</component>
+        <category>starting-point</category>
+        <definition>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.</definition>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#ActivityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ActivityInfluence">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>ActivityInfluence</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://www.w3.org/ns/prov#hadActivity"/>
+                <owl:maxCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:maxCardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <editorsDefinition xml:lang="en">ActivityInfluence provides additional descriptions of an Activity&#39;s binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.</editorsDefinition>
+        <category>qualified</category>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#activity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Agent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Agent</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Agent</n>
+        <definition xml:lang="en">An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent&#39;s activity. </definition>
+        <category>starting-point</category>
+        <component>agents-responsibility</component>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#AgentInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#AgentInfluence">
+        <rdfs:label>AgentInfluence</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <editorsDefinition xml:lang="en">AgentInfluence provides additional descriptions of an Agent&#39;s binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.</editorsDefinition>
+        <category>qualified</category>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#agent"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Association -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Association">
+        <rdfs:label>Association</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association</n>
+        <component>agents-responsibility</component>
+        <category>qualified</category>
+        <definition xml:lang="en">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.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAssociatedWith"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Attribution -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Attribution">
+        <rdfs:label>Attribution</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribution</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribution</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">Attribution is the ascribing of an entity to an agent.
+
+When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasAttributedTo"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Bundle -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Bundle">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Bundle</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-bundle-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-bundle-declaration</n>
+        <category>expanded</category>
+        <definition xml:lang="en">A bundle is a named set of descriptions, but it is also an entity so that its provenance can be described.</definition>
+        <rdfs:comment xml:lang="en">Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Collection -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Collection">
+        <rdfs:label>Collection</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-collection</dm>
+        <component>collections</component>
+        <category>expanded</category>
+        <definition xml:lang="en">A collection is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the collections. Many different types of collections exist, such as a sets, dictionaries, or lists. Using Collections, one can express the provenance of the collection itself in addition to that of the members.</definition>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Communication -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Communication">
+        <rdfs:label>Communication</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Communication</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-wasInformedBy</n>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
+        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInformedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Delegation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Delegation">
+        <rdfs:label>Delegation</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#AgentInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-delegation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-delegation</n>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">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.
+
+For example, a student acted on behalf of his supervisor, who acted on behalf of the department chair, who acted on behalf of the university; all those agents are responsible in some way for the activity that took place but we do not say explicitly who bears responsibility and to what degree.</definition>
+        <component>agents-responsibility</component>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#actedOnBehalfOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Derivation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Derivation">
+        <rdfs:label>Derivation</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Derivation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#Derivation-Relation</n>
+        <definition xml:lang="en">A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.</definition>
+        <component>derivations</component>
+        <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasDerivedFrom"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#End -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#End">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>End</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-End</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-End</n>
+        <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
+        <category>qualified</category>
+        <definition xml:lang="en">End is when an activity is deemed to have ended. The activity no longer exists after its end. Any usage, generation, or invalidation involving an activity precedes the activity&#39;s end. An end may refer to an entity, known as trigger, that terminated the activity, or to an activity, known as ender that generated the trigger.</definition>
+        <component>entities-activities</component>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasEndedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Entity -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Entity</rdfs:label>
+        <owl:disjointWith rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-entity</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Entity</n>
+        <component>entities-activities</component>
+        <definition xml:lang="en">An entity is a physical, digital, conceptual, or other kind of thing with some fixed aspects; entities may be real or imaginary. </definition>
+        <category>starting-point</category>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#EntityInfluence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#EntityInfluence">
+        <rdfs:label>EntityInfluence</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Influence"/>
+        <category>qualified</category>
+        <editorsDefinition xml:lang="en">EntityInfluence provides additional descriptions of an Entity&#39;s binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.</editorsDefinition>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#entity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Generation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Generation">
+        <rdfs:label>Generation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Generation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Generation</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <definition xml:lang="en">Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation.</definition>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasGeneratedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Influence -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Influence">
+        <rdfs:label>Influence</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-influence</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-influence</n>
+        <component>derivations</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualified [ a prov:Influence; prov:entity :spoon; :foo :bar ].</rdfs:comment>
+        <rdfs:comment xml:lang="en">Any resource influenced by a prov:Entity, prov:Activity, or prov:Agent can qualify the influence by referencing an instance of prov:Influence. Instances of prov:Influence in turn cite the influencing Entity, Activity, or Agent (using prov:entity, prov:activity, or prov:agent, respectively) and may be further described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:atLocation). A description (via prov:Influence) of the binary influence implies the assertion of the binary influence.</rdfs:comment>
+        <definition xml:lang="en">Influence is the capacity an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation. </definition>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInfluencedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#InstantaneousEvent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#InstantaneousEvent">
+        <rdfs:label>InstantaneousEvent</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#dfn-event</constraints>
+        <component>entities-activities</component>
+        <rdfs:comment xml:lang="en">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 &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
+        <definition xml:lang="en">The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.</definition>
+        <category>qualified</category>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Invalidation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Invalidation">
+        <rdfs:label>Invalidation</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#ActivityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Invalidation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Invalidation</n>
+        <component>entities-activities</component>
+        <definition>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 (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation.</definition>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].</rdfs:comment>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasInvalidatedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Location -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Location">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Location</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-location</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">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.</definition>
+        <category>expanded</category>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadLocation"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Organization -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Organization">
+        <rdfs:label>Organization</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types</n>
+        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
+        <category>expanded</category>
+        <component>agents-responsibility</component>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Person -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Person">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Person</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types</n>
+        <category>expanded</category>
+        <definition xml:lang="en">Agents of type Person are people.</definition>
+        <component>agents-responsibility</component>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Plan -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Plan">
+        <rdfs:label>Plan</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Association</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Association</n>
+        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
+        <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#ProvenanceService -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#ProvenanceService">
+        <rdfs:label>ProvenanceService</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#SoftwareAgent"/>
+        <aq rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/tip/paq/prov-aq.html#todo</aq>
+        <category>access-and-query</category>
+        <rdfs:comment>Class for a service described by a provenance service description.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Quotation -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Quotation">
+        <rdfs:label>Quotation</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-quotation</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-quotation</n>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">A quotation is the repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. Quotation is a particular case of derivation.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasQuotedFrom"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Revision -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Revision">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Revision</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-revision</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Revision</n>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition xml:lang="en">A revision is a derivation for which the resulting entity is a revised version of some original. The implication here is that the resulting entity contains substantial content from the original. Revision is a particular case of derivation.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasRevisionOf"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Role -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Role">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Role</rdfs:label>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-attribute-role</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-attribute</n>
+        <definition xml:lang="en">A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end.</definition>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <rdfs:seeAlso rdf:resource="http://www.w3.org/ns/prov#hadRole"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#SoftwareAgent -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#SoftwareAgent">
+        <rdfs:label>SoftwareAgent</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-agent</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-types</n>
+        <component>agents-responsibility</component>
+        <definition xml:lang="en">A software agent is running software.</definition>
+        <category>expanded</category>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Source -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Source">
+        <rdfs:label>Source</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-primary-source</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-original-source</n>
+        <definition xml:lang="en">A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic&#39;s study, without benefit from hindsight.
+
+Because of the directness of primary sources, they &#39;speak for themselves&#39; in ways that cannot be captured through the filter of secondary sources. As such, it is important for secondary sources to reference those primary sources from which they were derived, so that their reliability can be investigated.
+
+A primary source relation is a particular case of derivation of secondary materials from their primary sources. It is recognized that the determination of primary sources can be up to interpretation, and should be done according to conventions accepted within the application&#39;s domain.</definition>
+        <rdfs:comment xml:lang="en">An instance of prov:Source provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ] .</rdfs:comment>
+        <category>qualified</category>
+        <component>derivations</component>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#hadPrimarySource"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Start -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Start">
+        <rdfs:label>Start</rdfs:label>
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Start</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Start</n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ] .</rdfs:comment>
+        <definition xml:lang="en">Start is when an activity is deemed to have started. The activity did not exist before its start. Any usage or generation involving an activity follows the activity&#39;s start. A start may refer to an entity, known as trigger, that set off the activity, or to an activity, known as starter, that generated the trigger.</definition>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#wasStartedBy"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Usage -->
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Usage">
+        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/prov#"/>
+        <rdfs:label>Usage</rdfs:label>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#EntityInfluence"/>
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#InstantaneousEvent"/>
+        <constraints rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-constraints.html#prov-dm-constraints-fig</constraints>
+        <dm rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-dm.html#term-Usage</dm>
+        <n rdf:datatype="&xsd;anyURI">http://www.w3.org/TR/2012/WD-prov-dm-20120703/prov-n.html#expression-Usage</n>
+        <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
+        <definition xml:lang="en">Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.</definition>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <unqualifiedForm rdf:resource="http://www.w3.org/ns/prov#used"/>
+    </owl:Class>
+
+
+</rdf:RDF>
+