back to respec v1 provo
authorTim L <lebot@rpi.edu>
Fri, 22 Feb 2013 03:42:51 -0500
changeset 5691 e088cd7239cd
parent 5690 8138254f9a7d
child 5692 b46d55756d32
back to respec v1 provo
ontology/Overview.html
--- a/ontology/Overview.html	Fri Feb 22 03:35:33 2013 -0500
+++ b/ontology/Overview.html	Fri Feb 22 03:42:51 2013 -0500
@@ -1,41 +1,9 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>
 <html lang="en" dir="ltr">
 <head>
     <title>PROV-O: The PROV Ontology</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-    <style>/* --- EXAMPLES --- */
-div.example-title {
-    min-width: 7.5em;
-    color: #b9ab2d;
-}
-div.example-title span {
-    text-transform: uppercase;   
-}
-aside.example, div.example, div.illegal-example {
-    padding: 0.5em;
-    margin: 1em 0;
-    position: relative;
-    clear: both;
-}
-div.illegal-example { color: red }
-div.illegal-example p { color: black }
-aside.example, div.example {
-    padding: .5em;
-    border-left-width: .5em;
-    border-left-style: solid;
-    border-color: #e0cb52;
-    background: #fcfaee;    
-}
-
-aside.example div.example {
-    border-left-width: .1em;
-    border-color: #999;
-    background: #fff;
-}
-aside.example div.example div.example-title {
-    color: #999;
-}
-</style><link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-o">
+    <link rel="http://www.w3.org/ns/prov#hasProvenance" href="http://www.w3.org/2011/prov/provenance/prov-o">
 
     <style type="text/css">
       /* prov:wasQuotedFrom http://speronitomcat.web.cs.unibo.it:8080/LODE/owl.css */
@@ -657,11 +625,14 @@
      
    
     
-  <style>/*****************************************************************
- * ReSpec 3 CSS
- * Robin Berjon - http://berjon.com/
+  <style type="text/css">
+/*****************************************************************
+ * ReSpec CSS
+ * Robin Berjon (robin at berjon dot com)
+ * v0.05 - 2009-07-31
  *****************************************************************/
 
+
 /* --- INLINES --- */
 em.rfc2119 { 
     text-transform:     lowercase;
@@ -695,36 +666,224 @@
     text-decoration:    none;
 }
 
-cite .bibref {
-    font-style: normal;
-}
-
 code {
     color:  #ff4500;
 }
 
 
-/* --- --- */
-ol.algorithm { counter-reset:numsection; list-style-type: none; }
-ol.algorithm li { margin: 0.5em 0; }
-ol.algorithm li:before { font-weight: bold; counter-increment: numsection; content: counters(numsection, ".") ") "; }
-
-/* --- TOC --- */
-.toc a, .tof a {
+/* --- 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;
 }
 
-a .secno, a .figno {
-    color:  #000;
+/*.idlModule*/
+/*.idlModuleID*/
+/*.idlInterface*/
+.idlInterfaceID, .idlDictionaryID {
+    font-weight:    bold;
+    color:  #005a9c;
 }
 
-ul.tof, ol.tof {
-    list-style: none outside none;
+.idlSuperclass {
+    font-style: italic;
+    color:  #005a9c;
 }
 
-.caption {
-    margin-top: 0.5em;
-    font-style:   italic;
+/*.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 --- */
@@ -772,43 +931,333 @@
 .section dl.attrs dd, .section dl.eldef dd {
     margin-bottom:  0;
 }
-</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-PR"><!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
-  <body><div class="head">
-  <p>
-    
-      <a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a>
-    
-  </p>
-  <h1 class="title" id="title">PROV-O: The PROV Ontology</h1>
-  
-  <h2 id="w3c-proposed-recommendation-12-march-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Proposed Recommendation 12 March 2013</h2>
-  <dl>
+
+/* --- 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;
     
-      <dt>This version:</dt>
-      <dd><a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">http://www.w3.org/TR/2013/PR-prov-o-20130312/</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>Implementation report:</dt>
-      <dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</a></dd>
-    
-    
-    
-      <dt>Previous version:</dt>
-      <dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</a></dd>
-    
-    
-    <dt>Editors:</dt>
-    <dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute, USA</dd>
+}
+</style><link href="http://www.w3.org/StyleSheets/TR/W3C-PR" 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" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">PROV-O: The PROV Ontology</h1><h2 id="w3c-proposed-recommendation-12-march-2013"><acronym title="World Wide Web Consortium">W3C</acronym> Proposed Recommendation 12 March 2013</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">http://www.w3.org/TR/2013/PR-prov-o-20130312/</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>Implementation report:</dt><dd><a href="http://www.w3.org/TR/2013/WD-prov-implementations-20130312/">http://www.w3.org/TR/2013/WD-prov-implementations-20130312/</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/">http://www.w3.org/TR/2012/CR-prov-o-20121211/</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>Contributors:</dt>
-      <dd><span>(In alphabetical order)</span></dd>
+<dt>Contributors:</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://homepages.abdn.ac.uk/dcorsar/pages/">David Corsar</a>, University of Aberdeen, UK</dd>
@@ -816,33 +1265,10 @@
 <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-2013
-        
-        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> 
-        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
-        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
-        <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.
-        <abbr title="World Wide Web Consortium">W3C</abbr> <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>
-
-    <section id="abstract" class="introductory"><h2>Abstract</h2>
-         <p>The PROV Ontology (PROV-O) expresses the PROV Data Model [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] using the OWL2 Web Ontology Language (OWL2) [<cite><a class="bibref" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 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. 
+</dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011-2013 <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 [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] using the OWL2 Web Ontology Language (OWL2) [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 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 for different applications and domains.
         The <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">PROV Document Overview</a> describes the overall state of PROV, and should be read before other PROV documents.
         </p>
@@ -853,38 +1279,28 @@
 
         <p style="text-align: center;">The OWL encoding of the PROV Ontology is available <a href="http://www.w3.org/ns/prov-o">here</a>.
         </p>
-    </section><section id="sotd" class="introductory"><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 <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision
-          of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports
-          index</a> at http://www.w3.org/TR/.</em>
-        </p>
-        
+    </div><div id="sotd" class="introductory section"><h2>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <acronym title="World Wide Web Consortium">W3C</acronym> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><acronym title="World Wide Web Consortium">W3C</acronym> technical reports index</a> at http://www.w3.org/TR/.</em></p>
        <h4 id="prov-family-of-documents">PROV Family of Documents</h4>
        This document is part of the PROV family of documents, a set of documents defining various aspects that are necessary to achieve the vision of inter-operable
-       interchange of provenance information in heterogeneous environments such as the Web.  These documents are listed below. Please consult the [<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] for a guide to reading these documents.
+       interchange of provenance information in heterogeneous environments such as the Web.  These documents are listed below. Please consult the [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] for a guide to reading these documents.
        <ul>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/">PROV-OVERVIEW</a> (To be published as Note), an overview of the PROV family of documents [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">PROV-PRIMER</a> (To be published as Note), a primer for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>];</li>
        <li> <a href="http://www.w3.org/TR/2013/PR-prov-o-20130312/">PROV-O</a> (Proposed Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF (this document);</li>
-       <li> <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">PROV-DM</a> (Proposed Recommendation), the PROV data model for provenance [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">PROV-N</a> (Proposed Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">PROV-CONSTRAINTS</a> (Proposed Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/">PROV-DICTIONARY</a> (To be published as Note) introduces a specific type of collection, consisting of key-entity pairs [<cite><a class="bibref" href="#bib-PROV-DICTIONARY">PROV-DICTIONARY</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/">PROV-DC</a> (To be published as Note) provides a mapping between PROV and Dublic Core Terms [<cite><a class="bibref" href="#bib-PROV-DC">PROV-DC</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312/">PROV-SEM</a> (To be published as Note), a declarative specification in terms of first-order logic of the PROV data model [<cite><a class="bibref" href="#bib-PROV-SEM">PROV-SEM</a></cite>];</li>
-       <li> <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/">PROV-LINKS</a> (To be published as Note) introduces a mechanism to link across bundles [<cite><a class="bibref" href="#bib-PROV-LINKS">PROV-LINKS</a></cite>].</li>
+       <li> <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">PROV-DM</a> (Proposed Recommendation), the PROV data model for provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">PROV-N</a> (Proposed Recommendation), a notation for provenance aimed at human consumption [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-N">PROV-N</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">PROV-CONSTRAINTS</a> (Proposed Recommendation), a set of constraints applying to the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">PROV-XML</a> (To be published as Note),  an XML schema for the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-XML">PROV-XML</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/">PROV-AQ</a> (To be published as Note), the mechanisms for accessing and querying provenance [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-AQ">PROV-AQ</a></cite>]; </li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/">PROV-DICTIONARY</a> (To be published as Note) introduces a specific type of collection, consisting of key-entity pairs [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DICTIONARY">PROV-DICTIONARY</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/">PROV-DC</a> (To be published as Note) provides a mapping between PROV and Dublic Core Terms [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DC">PROV-DC</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312/">PROV-SEM</a> (To be published as Note), a declarative specification in terms of first-order logic of the PROV data model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-SEM">PROV-SEM</a></cite>];</li>
+       <li> <a href="http://www.w3.org/TR/2013/WD-prov-links-20130312/">PROV-LINKS</a> (To be published as Note) introduces a mechanism to link across bundles [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-LINKS">PROV-LINKS</a></cite>].</li>
        </ul>
     
-       <h4 id="w3c-members-please-review-by-09-april-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Members Please Review By 09 April 2013</h4>
+       <h4 id="w3c-members-please-review-by-09-april-2013"><acronym title="World Wide Web Consortium">W3C</acronym> Members Please Review By 09 April 2013</h4>
     
-       <p>The <abbr title="World Wide Web Consortium">W3C</abbr> Director seeks review and feedback from <abbr title="World Wide Web Consortium">W3C</abbr> Advisory Committee representatives by 09 April 2013. This will allow the Director to assess consensus and determine whether to issue this document as a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.</p>
+       <p>The <acronym title="World Wide Web Consortium">W3C</acronym> Director seeks review and feedback from <acronym title="World Wide Web Consortium">W3C</acronym> Advisory Committee representatives by 09 April 2013. This will allow the Director to assess consensus and determine whether to issue this document as a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation.</p>
     
        <p>Others are encouraged by the Provenance Working Group to continue to send reports of implementation experience, and other feedback, to
        <a href="mailto:public-prov-comments@w3.org">public-prov-comments@w3.org</a>
@@ -893,80 +1309,26 @@
        <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>).</p>
-    
-        <p>
-          This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Proposed Recommendation.
-          
-            This document is intended to become a <abbr title="World Wide Web Consortium">W3C</abbr> Recommendation.
-          
-          
-          
-          
-          
-          
-          The <abbr title="World Wide Web Consortium">W3C</abbr> Membership and other interested parties are invited
-          to review the document and send comments 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>)
-          through 09 April 2013.
-          Advisory Committee Representatives should consult their
-          <a href="https://www.w3.org/2002/09/wbs/myQuestionnaires">WBS questionnaires</a>. 
-          Note that substantive technical comments were expected during the Last Call review period that ended 18 September 2012.
-        </p>
-        
-        
-        
-          <p>
-            Publication as a Proposed Recommendation does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr> 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 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
-          
-          
-          
-            
-              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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 <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
-          
-          
-        </p>
-        
-      
-    
-  
-</section><section id="toc"><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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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&nbsp;PROV-O&nbsp;Ontology&nbsp;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&nbsp;for&nbsp;PROV-O&nbsp;classes&nbsp;and&nbsp;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><li class="tocline"><a href="#cross-reference-index" class="tocxref"><span class="secno">4.4 </span>Term Index</a></li></ul></li><li class="tocline"><a href="#owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#inverse-names" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#changes-since-cr-prov-o-20121211" class="tocxref"><span class="secno">D. </span>Changes since CR-prov-o-20121211</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">E. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">F. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">F.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">F.2 </span>Informative references</a></li></ul></li></ul></section>
+    <p>This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a Proposed Recommendation. This document is intended to become a <acronym title="World Wide Web Consortium">W3C</acronym> Recommendation. 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 a Proposed Recommendation 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 href="http://www.w3.org/2004/01/pp-impl/46974/status" rel="disclosure">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><ul class="toc"><li class="tocline"><a href="#compliance" class="tocxref"><span class="secno">1.1 </span>Compliance with this Document</a></li><li class="tocline"><a href="#notations" class="tocxref"><span class="secno">1.2 </span>Notational Conventions</a></li><li class="tocline"><a href="#namespaces" class="tocxref"><span class="secno">1.3 </span>Namespaces</a></li></ul></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&nbsp;PROV-O&nbsp;Ontology&nbsp;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&nbsp;for&nbsp;PROV-O&nbsp;classes&nbsp;and&nbsp;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><li class="tocline"><a href="#cross-reference-index" class="tocxref"><span class="secno">4.4 </span>Term Index</a></li></ul></li><li class="tocline"><a href="#owl-profile" class="tocxref"><span class="secno">A. </span>PROV-O OWL Profile</a></li><li class="tocline"><a href="#inverse-names" class="tocxref"><span class="secno">B. </span>Names of inverse properties</a></li><li class="tocline"><a href="#changes-since-wd-prov-o-20120724" class="tocxref"><span class="secno">C. </span>Changes since WD-prov-o-20120724</a></li><li class="tocline"><a href="#changes-since-cr-prov-o-20121211" class="tocxref"><span class="secno">D. </span>Changes since CR-prov-o-20121211</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">E. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">F. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">F.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">F.2 </span>Informative references</a></li></ul></li></ul></div>
   
  
     
 
 
-     <section id="introduction">    
+     <div id="introduction" class="section">    
          <!--OddPage--><h2><span class="secno">1. </span>Introduction</h2>  
-         <p>The PROV Ontology (PROV-O) defines the OWL2 Web Ontology Language encoding of the PROV Data Model [<cite><a class="bibref" 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" href="#bib-PROV-AQ">PROV-AQ</a></cite>] and PROV Data Model [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>], this document forms a framework for provenance information interchange in domain-specific Web-based applications.
+         <p>The PROV Ontology (PROV-O) defines the 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-AQ">PROV-AQ</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 in domain-specific Web-based applications.
          </p>
         <p>
          PROV-O is a lightweight ontology that can be adopted in a wide range of applications. 
-         With the exception of <a href="#owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" href="#bib-OWL2-PRIMER">OWL2-PRIMER</a></cite>]. 
+         With the exception of <a href="#owl-profile">five axioms</a>, PROV-O conforms to the OWL-RL profile [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-PRIMER">OWL2-PRIMER</a></cite>]. 
          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 facilitates 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" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>].
+         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>].
         </p>
-         <p> The PROV Data Model [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] introduces a 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 [<cite><a class="bibref" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 
+         <p> The PROV Data Model [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>] introduces a 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 [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]. 
         </p>
 
         <p> We briefly introduce some of the OWL2 modeling terms that will be used to describe the PROV Ontology. 
@@ -976,10 +1338,10 @@
          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 "hasOwner" 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" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>].   
+         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-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>].   
         </p>
 
-    <section id="compliance">    
+    <div id="compliance" class="section">    
        <h3><span class="secno">1.1 </span>Compliance with this Document</h3>  
       <p>For the purpose of compliance, the normative sections of this document are 
          <a href="#compliance">Section 1.1</a>, 
@@ -993,15 +1355,15 @@
          <li>All figures and diagrams are informative.</li>
          <li>All examples are informative.</li>
       </ul>
-    </section>
-
-    <section id="notations">    
+    </div>
+
+    <div id="notations" class="section">    
        <h3><span class="secno">1.2 </span>Notational Conventions</h3>  
 
-        <p>The key words "<em class="rfc2119" title="must">must</em>", "<em class="rfc2119" title="must not">must not</em>", "<em class="rfc2119" title="required">required</em>", "<em class="rfc2119" title="shall">shall</em>", "<em class="rfc2119" title="shall not">shall not</em>", "<em class="rfc2119" title="should">should</em>", "<em class="rfc2119" title="should not">should not</em>", "<em class="rfc2119" title="recommended">recommended</em>",  "<em class="rfc2119" title="may">may</em>", and       "<em class="rfc2119" title="optional">optional</em>" in this document are to be interpreted as described in [<cite><a class="bibref" href="#bib-RFC2119">RFC2119</a></cite>].</p>
-    </section>
-
-      <section class="informative" id="namespaces">
+        <p>The key words "<em class="rfc2119" title="must">must</em>", "<em class="rfc2119" title="must not">must not</em>", "<em class="rfc2119" title="required">required</em>", "<em class="rfc2119" title="shall">shall</em>", "<em class="rfc2119" title="shall not">shall not</em>", "<em class="rfc2119" title="should">should</em>", "<em class="rfc2119" title="should not">should not</em>", "<em class="rfc2119" title="recommended">recommended</em>",  "<em class="rfc2119" title="may">may</em>", and       "<em class="rfc2119" title="optional">optional</em>" 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 class="informative section" id="namespaces">
          <h3><span class="secno">1.3 </span>Namespaces</h3><p><em>This section is non-normative.</em></p>
          <p>The following namespace prefixes are used throughout this document.
 
@@ -1010,23 +1372,23 @@
             <caption id="namespace-table"><a href="#namespace-table">Table 1</a>: Prefix and Namespaces used in this specification</caption> <!-- Table 1-->
             <tbody><tr><td><a><b>prefix</b></a></td><td><b>namespace IRI</b></td> <td><b>definition</b></td></tr>
 
-            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
-
-            <tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [<cite><a class="bibref" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>]</td></tr>
-
-            <tr><td><a>owl</a></td><td>http://www.w3.org/2002/07/owl#</td><td>The OWL namespace [<cite><a class="bibref" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]</td></tr>
+            <tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-CONCEPTS">RDF-CONCEPTS</a></cite>]</td></tr>
+
+            <tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-XMLSCHEMA11-2">XMLSCHEMA11-2</a></cite>]</td></tr>
+
+            <tr><td><a>owl</a></td><td>http://www.w3.org/2002/07/owl#</td><td>The OWL namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-OWL2-OVERVIEW">OWL2-OVERVIEW</a></cite>]</td></tr>
 
             <tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td>
-                <td>The PROV namespace [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
+                <td>The PROV namespace [<cite><a class="bibref" rel="biblioentry" href="#bib-PROV-DM">PROV-DM</a></cite>]</td></tr>
 
             <tr><td><a>(others)</a></td><td>(various)</td><td>All other namespace prefixes are used in examples only. <br> 
-                  In particular, IRIs starting with "http://example.com" represent<br> some application-dependent IRI [<cite><a class="bibref" href="#bib-IRI">IRI</a></cite>]</td></tr>
+                  In particular, IRIs starting with "http://example.com" represent<br> some application-dependent IRI [<cite><a class="bibref" rel="biblioentry" href="#bib-IRI">IRI</a></cite>]</td></tr>
             </tbody></table>
          </div>
-      </section>
-   </section>
-
-   <section id="prov-o-at-a-glance" class="informative">
+      </div>
+   </div>
+
+   <div id="prov-o-at-a-glance" class="informative section">
       <!--OddPage--><h2><span class="secno">2. </span>PROV-O at a glance</h2><p><em>This section is non-normative.</em></p>
 
       <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 three categories to provide an incremental introduction to the ontology: Starting Point terms, Expanded terms, and terms for Qualifying relationships.
@@ -1321,11 +1683,11 @@
        
       </div>
 
-   </section> <!-- PROV-O at a glance -->
-
-
-
-    <section id="description">
+   </div> <!-- PROV-O at a glance -->
+
+
+
+    <div id="description" class="section">
       <!--OddPage--><h2><span class="secno">3. </span>The&nbsp;PROV-O&nbsp;Ontology&nbsp;Description</h2>       
       <p>This section introduces the terms in each of the following categories:
       </p>     
@@ -1335,7 +1697,7 @@
          <li><a href="#description-qualified-terms">Qualified Terms</a></li>
       </ul>
 
-     <section id="description-starting-point-terms">
+     <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 set 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:  
@@ -1385,23 +1747,23 @@
          and <a href="https://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-label">prov:label</a>, respectively.
       </p>
 
-      <figure id="starting-points-figure" style="text-align: center;" class="figure">
+      <div id="starting-points-figure" style="text-align: center;" class="figure">
             <!-- When publishing to w3c: replace prov-o-diagrams/ with diagrams/ -->
             <!--img src="prov-o-diagrams/Starting-points-terms.png"-->
-            <img src="diagrams/starting-points.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
-            <div class="figcaption"><a href="#starting-points-figure" class="fig-ref">Figure 1</a>. 
+            <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-05-03/starting-points.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
+            <div class="figcaption"><a href="#starting-points-figure">Figure 1</a>. 
             The three Starting Point classes and the properties that relate them.<br>
             The diagrams in this document depict Entities as yellow ovals,<br>
             Activities as blue rectangles, and Agents as orange pentagons.<br>
             The responsibility properties are shown in pink.
             </div>
-      <figcaption>Fig. <span class="figno">1</span> <span class="fig-title">PROV-O Starting Point terms</span></figcaption></figure>
+      </div>
 
         <div id="narrative-example-simple-1" about="#narrative-example-simple-1" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
            <p>
             <a href="#narrative-example-simple-1">Example 1</a>: 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> 
-           <div class="example"><div class="example-title"><span>Example 1</span></div><pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/khalid-jun-dropbox/eg16-journalism-simple-without-comments.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&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.org#&gt; .
@@ -1457,7 +1819,7 @@
    a prov:Entity;
    prov:wasAttributedTo :civil_action_group;
 .
-:civil_action_group a foaf:Organization, prov:Agent .</pre></div>
+:civil_action_group a foaf:Organization, prov:Agent .</pre>
         </div>
 
       <p>The example states that the agent <code>:derek</code> was associated with two 
@@ -1484,32 +1846,32 @@
       <p>Finally, the example states that the agent <code>:derek</code> acted on behalf of the organization <code>:national_newspaper_inc</code>.
       </p>   
 
-      <figure id="narrative-example-simple-1-figure" style="text-align: center;" class="figure">
-            <img src="diagrams/starting-points-example.svg" style="width: 90%; min-width: 25em; max-width: 60em" alt="Illustration of Derek making a bar chart from some aggregated government data.">
-            <div class="figcaption"><a href="#narrative-example-simple-1-figure" class="fig-ref">Figure 2</a>. 
+      <div id="narrative-example-simple-1-figure" style="text-align: center;" class="figure">
+            <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-07-09-david/starting-points-example.svg" style="width: 90%; min-width: 25em; max-width: 60em" alt="Illustration of Derek making a bar chart from some aggregated government data.">
+            <div class="figcaption"><a href="#narrative-example-simple-1-figure">Figure 2</a>. 
             A graphical illustration of the PROV-O in <a href="#narrative-example-simple-1">Example 1</a>, 
             showing how the three Starting Point classes relate.<br>
             The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br>
             and Agents as orange pentagons. The responsibility properties are shown in pink.
             </div>
-      <figcaption>Fig. <span class="figno">2</span> <span class="fig-title">Illustration of Derek making a bar chart from some aggregated government data.</span></figcaption></figure>
-
-     </section> <!-- Starting Points  in PROV-O -->
-
-     <section id="description-expanded-terms">
+      </div>
+
+     </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>
 
-      <figure id="expanded-terms-figure" style="text-align: center;" class="figure">
-            <img src="diagrams/expanded.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
-            <div class="figcaption"><a href="#expanded-terms-figure" class="fig-ref">Figure 3</a>.
+      <div id="expanded-terms-figure" style="text-align: center;" class="figure">
+            <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-05-03/expanded.svg" style="width: 60%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
+            <div class="figcaption"><a href="#expanded-terms-figure">Figure 3</a>.
             The expanded terms build upon those in the <a href="#description-starting-point-terms">Starting Points section</a>.<br>
             The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles, and Agents as orange pentagons.<br>
             The domain of <a href="#atLocation">prov:atLocation</a> (<span class="repeated">prov:Activity</span> or <span class="repeated">prov:Entity</span> or <span class="repeated">prov:Agent</span> or <span class="repeated">prov:InstantaneousEvent</span>) is not illustrated.
             </div>
-      <figcaption>Fig. <span class="figno">3</span> <span class="fig-title">PROV-O Starting Point terms</span></figcaption></figure>
+      </div>
 
 
      <p>The <strong>first</strong> category extends the <a href="#description-starting-point-terms">Starting Point terms</a> with subclasses, subproperties, and a superproperty.</p>
@@ -1592,7 +1954,7 @@
               <a href="#narrative-example-expanded-1">Example 2</a>:
            </p>
 
-           <div class="example"><div class="example-title"><span>Example 2</span></div><pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl" class="example">@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; .
@@ -1677,7 +2039,7 @@
    prov:generatedAtTime  "2011-07-16T02:02:02Z"^^xsd:dateTime;
    prov:wasRevisionOf    :post9821v1;
    prov:alternateOf      :post9821v1;
-.</pre></div>
+.</pre>
         </div>
       
          <p>Agent <code>:derek</code>, acting again on behalf of the <code>:national_newspaper_inc</code> organization,
@@ -1697,17 +2059,17 @@
          the revisions are alternates of one another and each is a <a href="#specializationOf" class="qname">prov:specializationOf</a> of <code>:more-crime-happens-in-cities</code>.
          </p>     
 
-         <figure id="expanded-example-illustration-1" style="text-align: center;" class="figure">
-
-               <img src="diagrams/expanded-terms-example-bundlePost.svg" style="width: 95%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
-
-               <div class="figcaption"><a href="#expanded-example-illustration-1" class="fig-ref">Figure 4</a>.
+         <div id="expanded-example-illustration-1" style="text-align: center;" class="figure">
+
+               <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-07-09-david/expanded-terms-example-bundlePost.svg" style="width: 95%; min-width: 25em; max-width: 60em" alt="PROV-O Starting Point terms">
+
+               <div class="figcaption"><a href="#expanded-example-illustration-1">Figure 4</a>.
                   An illustration of the PROV-O assertions in <a href="#narrative-example-expanded-1">Example 2</a>, where Derek<br>
                   published two versions of a blog for the National Newspaper, Inc.<br>
                   The diagrams in this document depict Entities as yellow ovals, Activities as blue rectangles,<br>
                   and Agents as orange pentagons. The responsibility properties are shown in pink.
                </div>
-         <figcaption>Fig. <span class="figno">4</span> <span class="fig-title">PROV-O Starting Point terms</span></figcaption></figure>
+         </div>
 
 
 
@@ -1723,7 +2085,7 @@
             <p>
                <a href="#narrative-example-expanded-2">Example 3</a>:
             </p>
-            <div class="example"><div class="example-title"><span>Example 3</span></div><pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+            <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1_a.ttl" class="example">@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; .
@@ -1753,7 +2115,7 @@
    prov:alternateOf      :more-crime-happens-in-cities;    ## This post is an alternate of Derek's blog.
    prov:value            "A quick overview of Derek's..."; ## Snapshot with the content of this version
    prov:wasRevisionOf    :post9821v2;                      ## Monica rewrote Derek's version 2 to create hers.
-.</pre></div>
+.</pre>
         </div>
       
          <div id="narrative-example-expanded-3" about="#narrative-example-expanded-3" typeof="prov:Entity" class="exampleOuter" xmlns:prov="http://www.w3.org/ns/prov#">
@@ -1767,7 +2129,7 @@
             <p>
                <a href="#narrative-example-expanded-3">Example 4</a>:
             </p>
-            <div class="example"><div class="example-title"><span>Example 4</span></div><pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+            <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt2.ttl" class="example">@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; .
@@ -1816,7 +2178,7 @@
    prov:value "In summary, there are clearly more crimes in the country.";
    prov:wasQuotedFrom   :post9822;
    prov:generatedAtTime "2012-08-08T02:02:02Z"^^xsd:dateTime;
-.</pre></div>
+.</pre>
          </div>
       
    
@@ -1827,7 +2189,7 @@
             <p>
                <a href="#narrative-example-expanded-4">Example 5</a>:
             </p>
-            <div class="example"><div class="example-title"><span>Example 5</span></div><pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+            <pre rel="prov:wasQuotedFrom" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt4.ttl" class="example">@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; .
@@ -1842,16 +2204,16 @@
 :hard_disk_failure
    a prov:Activity;
    prov:endedAtTime "2012-09-02T01:31:00Z"^^xsd:dateTime;
-.</pre></div>
+.</pre>
          </div>
-     </section>
+     </div>
 
 <!-- incorporate https://dvcs.w3.org/hg/prov/rev/e3ecc51f4598 -->
-     <section id="description-qualified-terms">
+     <div id="description-qualified-terms" class="section">
        <h3><span class="secno">3.3 </span>Qualified Terms</h3>
 
        <p>The Qualified Terms category is the result of
-         applying the <strong>Qualification Pattern</strong> [<cite><a class="bibref" href="#bib-LD-Patterns-QR">LD-Patterns-QR</a></cite>] to the simple (unqualified)
+         applying the <strong>Qualification Pattern</strong> [<cite><a class="bibref" rel="biblioentry" href="#bib-LD-Patterns-QR">LD-Patterns-QR</a></cite>] to the simple (unqualified)
          relations available in the <a href="#prov-starting-point-owl-terms-at-a-glance">Starting Point</a> and 
          <a href="#prov-expanded-owl-terms-at-a-glance">Expanded</a> categories.  
          The terms in this category are for users who wish to provide further details about the provenance-related influence among
@@ -1868,7 +2230,7 @@
          that indicates the influencing entity with the <span class="repeated">prov:entity</span> property.
          Meanwhile, the influenced <span class="repeated">prov:Activity</span> indicates the <span class="repeated">prov:Usage</span> with the property 
          <span class="repeated">prov:qualifiedUsage</span>.
-         The resulting structure that qualifies the an Activity's usage of an Entity is illustrated in <a href="#qualified-terms-figure" class="fig-ref">Figure 4a</a> below.
+         The resulting structure that qualifies the an Activity's usage of an Entity is illustrated in <a href="#qualified-terms-figure">Figure 4a</a> below.
        </p>
 
       <div id="qualified-forms-starting-point" style="padding: 10px">
@@ -2050,12 +2412,12 @@
             </p>
             <p>
                For example, given the unqualified statement:
-               </p><div class="example"><div class="example-title"><span>Example 6</span></div><pre class="example">:e1 
+               </p><pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy :a1;
 .
 
-:a1 a prov:Activity .</pre></div>
+:a1 a prov:Activity .</pre>
             <p></p>
          </div>
 
@@ -2070,7 +2432,7 @@
             <p>
                <a href="#narrative-example-qualified-2">Example 7</a>:
             </p>
-            <div class="example"><div class="example-title"><span>Example 7</span></div><pre class="example">:e1 
+            <pre class="example">:e1 
    a prov:Entity;
    prov:wasGeneratedBy      :a1;
    prov:qualifiedGeneration :e1Gen; # Add the qualification.
@@ -2082,7 +2444,7 @@
    ex:foo                   :bar;   # Describe the Activity :a1's influence upon the Entity :e1.
 .
 
-:a1 a prov:Activity .</pre></div>
+:a1 a prov:Activity .</pre>
          </div>
 
          <p>
@@ -2103,7 +2465,7 @@
             Unqualified properties SHOULD NOT have the equivalent qualified form
             asserted unless it adds additional information. -->
 
-      <p>In addition to the previous two tables, <a href="#qualified-terms-figure" class="fig-ref">Figure 4</a> 
+      <p>In addition to the previous two tables, <a href="#qualified-terms-figure">Figure 4</a> 
          illustrates the classes and properties needed to apply the qualification pattern to ten of the fourteen qualifiable influence relations. 
 
          For example, while <a class="qname" href="#qualifiedUsage">prov:qualifiedUsage</a>, 
@@ -2140,11 +2502,11 @@
       Both <span class="repeated">prov:Plan</span> and <span class="repeated">prov:Role</span> are left to be extended by applications.
       </p>
 
-       <figure id="qualified-terms-figure" style="text-align: center;" class="figure">
+       <div id="qualified-terms-figure" style="text-align: center;" class="figure">
             <!-- When publishing to w3c: replace prov-o-diagrams/ with diagrams/ -->
             <!--img src="prov-o-diagrams/Qualified-Association.png"-->
-            <img src="diagrams/qualified-patterns.svg" style="width: 70%; min-width: 25em; max-width: 70em" alt="Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship">
-            <div class="figcaption"><a href="#qualified-terms-figure" class="fig-ref">Figure 4</a>: 
+            <img src="http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/diagram-history/2012-05-03/qualified-patterns.svg" style="width: 70%; min-width: 25em; max-width: 70em" alt="Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship">
+            <div class="figcaption"><a href="#qualified-terms-figure">Figure 4</a>: 
             Illustration of the properties and classes to use (<span style="color: blue">in blue</span>)
             to qualify the 
             <a href="#description-starting-point-terms">starting point</a> and 
@@ -2152,7 +2514,7 @@
             The diagrams in this document depict Entities as ovals, Activities as rectangles, and Agents as pentagons.
             <a href="#Quotation">Quotation</a>, <a href="#Revision">Revision</a>, and <a href="#PrimarySource">PrimarySource</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>
-       <figcaption>Fig. <span class="figno">5</span> <span class="fig-title">Express association between an activity and an agent using a binary relationship and an alternatie qualified relationship</span></figcaption></figure>
+       </div>
 
 
 
@@ -2168,7 +2530,7 @@
              <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>:illustrationActivity</code>. The instance of <span class="repeated">prov:Usage</span> cites the data used (<code>:aggregatedByRegions</code>) and the time the activity used it (<code>2011-07-14T03:03:03Z</code>).
              </p>
-                <div class="example"><div class="example-title"><span>Example 8</span></div><pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+                <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.org#&gt; .
 
@@ -2187,7 +2549,7 @@
       prov:atTime "2011-07-14T03:03:03Z"^^xsd:dateTime; ## Qualification: The aggregated data was used 
                                                         ##   at a particular time to create the bar chart..
    ];
-.</pre></div>
+.</pre>
           </div>
       </div>
 
@@ -2202,7 +2564,7 @@
             The instance of <span class="repeated">prov:Association</span> cites the influencing agent (<code>:derek</code>) that followed the instructions (<code>:tutorial_blog</code>). 
             Further, Derek served the role of <code>:illustrationist</code> during the activity.
             </p>
-              <div class="example"><div class="example-title"><span>Example 9</span></div><pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+              <pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.org#&gt; .
 
 :illustrationActivity
@@ -2224,7 +2586,7 @@
 .
 
 :tutorial_blog   a prov:Plan, prov:Entity .
-:illustrationist a prov:Role .</pre></div>
+:illustrationist a prov:Role .</pre>
         </div>
       </div>
 
@@ -2241,7 +2603,7 @@
            <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>:bar_chart</code>. The instance of <span class="repeated">prov:Generation</span> cites the time (2011-07-14T15:52:14Z) that the activity (<code>:illustrationActivity</code>) generated the chart (<code>:bar_chart</code>).
             </p>
-              <div class="example"><div class="example-title"><span>Example 10</span></div><pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+              <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.org#&gt; .
 
@@ -2260,7 +2622,7 @@
       prov:atTime "2011-07-14T15:52:14Z"^^xsd:dateTime; ## Qualification: The Activity generated
                                                         ##   the bar_chart at a particular time.
    ];
-.</pre></div>
+.</pre>
         </div>
       </div>
 
@@ -2274,7 +2636,7 @@
               property to provide an additional description to <code>:bar_chart</code>. The instance of <span class="repeated">prov:Derivation</span> 
               cites the activity (<code>:illustrationActivity</code>) and the Usages and Generations that the activity conduced to create the <code>:bar_chart</code>.
            </p>
-           <div class="example"><div class="example-title"><span>Example 11</span></div><pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+           <pre class="example">@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
 @prefix :     &lt;http://example.org#&gt; .
 
@@ -2294,18 +2656,18 @@
       prov:hadUsage      :use_of_aggregatedData;   ## Qualification: How the activity used :aggregatedByRegions.
       prov:hadGeneration :generation_of_bar_chart; ## Qualification: How the activity generated the :bar_chart.
    ];
-.</pre></div>
+.</pre>
         </div>
       </div>
 
-     </section>
-
-
-    </section>
+     </div>
+
+
+    </div>
 
  
 
-   <section id="cross-reference" class="normative">
+   <div id="cross-reference" class="normative section">
       <!-- 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&nbsp;for&nbsp;PROV-O&nbsp;classes&nbsp;and&nbsp;properties</h2>
@@ -2338,12 +2700,12 @@
       </p>
 
       <p>Most examples shown in this cross reference are encoded using the Turtle RDF serialization. 
-         When it is convenient to do so (e.g., when an example describes a <span class="qname repeated">prov:Bundle</span>), it may use the [<cite><a class="bibref" href="#bib-TRIG">TRIG</a></cite>] syntax. 
+         When it is convenient to do so (e.g., when an example describes a <span class="qname repeated">prov:Bundle</span>), it may use the [<cite><a class="bibref" rel="biblioentry" href="#bib-TRIG">TRIG</a></cite>] syntax. 
          Although this document does not specify how to encode Bundles in RDF, TriG's named graph construct is used only to illustrate the concept of 
          creating a named set of PROV assertions. Note that <a href="#compliance">all examples are non-normative</a>.
       </p>
 
-      <section id="cross-reference-starting-point-terms">
+      <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>
          
@@ -2396,7 +2758,7 @@
          <div class="prov-starting-point owl-classes crossreference" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:prov="http://www.w3.org/ns/prov#">
 
   <div id="Entity" class="entity">
-    <h3 id="x1-class-prov-entity-back-to-starting-point-classes">
+    <h3 id="x1--------class--prov-entity-----------------back-to-starting-point-classes">
       <span class="xref" id="eg1">(1)</span>
       Class: <a href="#Entity"><span class="dotted" title="http://www.w3.org/ns/prov#Entity">prov:Entity</span></a>
       <span class="backlink">
@@ -2487,7 +2849,7 @@
   </div>
 
   <div id="Activity" class="entity">
-    <h3 id="x2-class-prov-activity-back-to-starting-point-classes">
+    <h3 id="x2--------class--prov-activity-----------------back-to-starting-point-classes">
       <span class="xref" id="eg2">(2)</span>
       Class: <a href="#Activity"><span class="dotted" title="http://www.w3.org/ns/prov#Activity">prov:Activity</span></a>
       <span class="backlink">
@@ -2559,7 +2921,7 @@
   </div>
 
   <div id="Agent" class="entity">
-    <h3 id="x3-class-prov-agent-back-to-starting-point-classes">
+    <h3 id="x3--------class--prov-agent-----------------back-to-starting-point-classes">
       <span class="xref" id="eg3">(3)</span>
       Class: <a href="#Agent"><span class="dotted" title="http://www.w3.org/ns/prov#Agent">prov:Agent</span></a>
       <span class="backlink">
@@ -2630,7 +2992,7 @@
 </div>
 <div class="prov-starting-point owl-properties crossreference" xmlns:prov="http://www.w3.org/ns/prov#">
   <div id="wasGeneratedBy" class="entity">
-    <h3 id="x4-property-prov-wasgeneratedby-op-back-to-starting-point-properties">
+    <h3 id="x4--------property--prov-wasgeneratedby-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg4">(4)</span>
       Property: <a href="#wasGeneratedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasGeneratedBy">prov:wasGeneratedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -2710,7 +3072,7 @@
   </div>
 
   <div id="wasDerivedFrom" class="entity">
-    <h3 id="x5-property-prov-wasderivedfrom-op-back-to-starting-point-properties">
+    <h3 id="x5--------property--prov-wasderivedfrom-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg5">(5)</span>
       Property: <a href="#wasDerivedFrom"><span class="dotted" title="http://www.w3.org/ns/prov#wasDerivedFrom">prov:wasDerivedFrom</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -2810,7 +3172,7 @@
   </div>
 
   <div id="wasAttributedTo" class="entity">
-    <h3 id="x6-property-prov-wasattributedto-op-back-to-starting-point-properties">
+    <h3 id="x6--------property--prov-wasattributedto-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg6">(6)</span>
       Property: <a href="#wasAttributedTo"><span class="dotted" title="http://www.w3.org/ns/prov#wasAttributedTo">prov:wasAttributedTo</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -2901,7 +3263,7 @@
   </div>
 
   <div id="startedAtTime" class="entity">
-    <h3 id="x7-property-prov-startedattime-dp-back-to-starting-point-properties">
+    <h3 id="x7--------property--prov-startedattime-dp-----------------back-to-starting-point-properties">
       <span class="xref" id="eg7">(7)</span>
       Property: <a href="#startedAtTime"><span class="dotted" title="http://www.w3.org/ns/prov#startedAtTime">prov:startedAtTime</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -2978,7 +3340,7 @@
   </div>
 
   <div id="used" class="entity">
-    <h3 id="x8-property-prov-used-op-back-to-starting-point-properties">
+    <h3 id="x8--------property--prov-used-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg8">(8)</span>
       Property: <a href="#used"><span class="dotted" title="http://www.w3.org/ns/prov#used">prov:used</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -3065,7 +3427,7 @@
   </div>
 
   <div id="wasInformedBy" class="entity">
-    <h3 id="x9-property-prov-wasinformedby-op-back-to-starting-point-properties">
+    <h3 id="x9--------property--prov-wasinformedby-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg9">(9)</span>
       Property: <a href="#wasInformedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasInformedBy">prov:wasInformedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -3147,7 +3509,7 @@
   </div>
 
   <div id="endedAtTime" class="entity">
-    <h3 id="x10-property-prov-endedattime-dp-back-to-starting-point-properties">
+    <h3 id="x10--------property--prov-endedattime-dp-----------------back-to-starting-point-properties">
       <span class="xref" id="eg10">(10)</span>
       Property: <a href="#endedAtTime"><span class="dotted" title="http://www.w3.org/ns/prov#endedAtTime">prov:endedAtTime</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -3224,7 +3586,7 @@
   </div>
 
   <div id="wasAssociatedWith" class="entity">
-    <h3 id="x11-property-prov-wasassociatedwith-op-back-to-starting-point-properties">
+    <h3 id="x11--------property--prov-wasassociatedwith-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg11">(11)</span>
       Property: <a href="#wasAssociatedWith"><span class="dotted" title="http://www.w3.org/ns/prov#wasAssociatedWith">prov:wasAssociatedWith</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -3306,7 +3668,7 @@
   </div>
 
   <div id="actedOnBehalfOf" class="entity">
-    <h3 id="x12-property-prov-actedonbehalfof-op-back-to-starting-point-properties">
+    <h3 id="x12--------property--prov-actedonbehalfof-op-----------------back-to-starting-point-properties">
       <span class="xref" id="eg12">(12)</span>
       Property: <a href="#actedOnBehalfOf"><span class="dotted" title="http://www.w3.org/ns/prov#actedOnBehalfOf">prov:actedOnBehalfOf</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -3397,9 +3759,9 @@
 
 </div>
 
-      </section>
-
-      <section id="cross-reference-expanded-terms">
+      </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>
          
@@ -3485,7 +3847,7 @@
          <div class="prov-expanded owl-classes crossreference" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:prov="http://www.w3.org/ns/prov#">
 
   <div id="Collection" class="entity">
-    <h3 id="x13-class-prov-collection-back-to-expanded-classes">
+    <h3 id="x13--------class--prov-collection-----------------back-to-expanded-classes">
       <span class="xref" id="eg13">(13)</span>
       Class: <a href="#Collection"><span class="dotted" title="http://www.w3.org/ns/prov#Collection">prov:Collection</span></a>
       <span class="backlink">
@@ -3580,7 +3942,7 @@
   </div>
 
   <div id="EmptyCollection" class="entity">
-    <h3 id="x14-class-prov-emptycollection-back-to-expanded-classes">
+    <h3 id="x14--------class--prov-emptycollection-----------------back-to-expanded-classes">
       <span class="xref" id="eg14">(14)</span>
       Class: <a href="#EmptyCollection"><span class="dotted" title="http://www.w3.org/ns/prov#EmptyCollection">prov:EmptyCollection</span></a>
       <span class="backlink">
@@ -3616,7 +3978,7 @@
   </div>
 
   <div id="Bundle" class="entity">
-    <h3 id="x15-class-prov-bundle-back-to-expanded-classes">
+    <h3 id="x15--------class--prov-bundle-----------------back-to-expanded-classes">
       <span class="xref" id="eg15">(15)</span>
       Class: <a href="#Bundle"><span class="dotted" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</span></a>
       <span class="backlink">
@@ -3667,7 +4029,7 @@
   </div>
 
   <div id="Person" class="entity">
-    <h3 id="x16-class-prov-person-back-to-expanded-classes">
+    <h3 id="x16--------class--prov-person-----------------back-to-expanded-classes">
       <span class="xref" id="eg16">(16)</span>
       Class: <a href="#Person"><span class="dotted" title="http://www.w3.org/ns/prov#Person">prov:Person</span></a>
       <span class="backlink">
@@ -3714,7 +4076,7 @@
   </div>
 
   <div id="SoftwareAgent" class="entity">
-    <h3 id="x17-class-prov-softwareagent-back-to-expanded-classes">
+    <h3 id="x17--------class--prov-softwareagent-----------------back-to-expanded-classes">
       <span class="xref" id="eg17">(17)</span>
       Class: <a href="#SoftwareAgent"><span class="dotted" title="http://www.w3.org/ns/prov#SoftwareAgent">prov:SoftwareAgent</span></a>
       <span class="backlink">
@@ -3763,7 +4125,7 @@
   </div>
 
   <div id="Organization" class="entity">
-    <h3 id="x18-class-prov-organization-back-to-expanded-classes">
+    <h3 id="x18--------class--prov-organization-----------------back-to-expanded-classes">
       <span class="xref" id="eg18">(18)</span>
       Class: <a href="#Organization"><span class="dotted" title="http://www.w3.org/ns/prov#Organization">prov:Organization</span></a>
       <span class="backlink">
@@ -3784,7 +4146,7 @@
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix :     &lt;http://example.com/&gt; .
 
-:W3C 
+:<acronym title="World Wide Web Consortium">W3C</acronym> 
    a prov:Agent, prov:Organization;
    foaf:name "World Wide Web Consortium";
 . 
@@ -3810,7 +4172,7 @@
   </div>
 
   <div id="Location" class="entity">
-    <h3 id="x19-class-prov-location-back-to-expanded-classes">
+    <h3 id="x19--------class--prov-location-----------------back-to-expanded-classes">
       <span class="xref" id="eg19">(19)</span>
       Class: <a href="#Location"><span class="dotted" title="http://www.w3.org/ns/prov#Location">prov:Location</span></a>
       <span class="backlink">
@@ -3866,7 +4228,7 @@
 </div>
 <div class="prov-expanded owl-properties crossreference" xmlns:prov="http://www.w3.org/ns/prov#">
   <div id="alternateOf" class="entity">
-    <h3 id="x20-property-prov-alternateof-op-back-to-expanded-properties">
+    <h3 id="x20--------property--prov-alternateof-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg20">(20)</span>
       Property: <a href="#alternateOf"><span class="dotted" title="http://www.w3.org/ns/prov#alternateOf">prov:alternateOf</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -3964,7 +4326,7 @@
   </div>
 
   <div id="specializationOf" class="entity">
-    <h3 id="x21-property-prov-specializationof-op-back-to-expanded-properties">
+    <h3 id="x21--------property--prov-specializationof-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg21">(21)</span>
       Property: <a href="#specializationOf"><span class="dotted" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4056,7 +4418,7 @@
   </div>
 
   <div id="generatedAtTime" class="entity">
-    <h3 id="x22-property-prov-generatedattime-dp-back-to-expanded-properties">
+    <h3 id="x22--------property--prov-generatedattime-dp-----------------back-to-expanded-properties">
       <span class="xref" id="eg22">(22)</span>
       Property: <a href="#generatedAtTime"><span class="dotted" title="http://www.w3.org/ns/prov#generatedAtTime">prov:generatedAtTime</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -4132,7 +4494,7 @@
   </div>
 
   <div id="hadPrimarySource" class="entity">
-    <h3 id="x23-property-prov-hadprimarysource-op-back-to-expanded-properties">
+    <h3 id="x23--------property--prov-hadprimarysource-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg23">(23)</span>
       Property: <a href="#hadPrimarySource"><span class="dotted" title="http://www.w3.org/ns/prov#hadPrimarySource">prov:hadPrimarySource</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4241,7 +4603,7 @@
   </div>
 
   <div id="value" class="entity">
-    <h3 id="x24-property-prov-value-dp-back-to-expanded-properties">
+    <h3 id="x24--------property--prov-value-dp-----------------back-to-expanded-properties">
       <span class="xref" id="eg24">(24)</span>
       Property: <a href="#value"><span class="dotted" title="http://www.w3.org/ns/prov#value">prov:value</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -4293,7 +4655,7 @@
   </div>
 
   <div id="wasQuotedFrom" class="entity">
-    <h3 id="x25-property-prov-wasquotedfrom-op-back-to-expanded-properties">
+    <h3 id="x25--------property--prov-wasquotedfrom-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg25">(25)</span>
       Property: <a href="#wasQuotedFrom"><span class="dotted" title="http://www.w3.org/ns/prov#wasQuotedFrom">prov:wasQuotedFrom</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4386,7 +4748,7 @@
   </div>
 
   <div id="wasRevisionOf" class="entity">
-    <h3 id="x26-property-prov-wasrevisionof-op-back-to-expanded-properties">
+    <h3 id="x26--------property--prov-wasrevisionof-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg26">(26)</span>
       Property: <a href="#wasRevisionOf"><span class="dotted" title="http://www.w3.org/ns/prov#wasRevisionOf">prov:wasRevisionOf</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4468,7 +4830,7 @@
   </div>
 
   <div id="invalidatedAtTime" class="entity">
-    <h3 id="x27-property-prov-invalidatedattime-dp-back-to-expanded-properties">
+    <h3 id="x27--------property--prov-invalidatedattime-dp-----------------back-to-expanded-properties">
       <span class="xref" id="eg27">(27)</span>
       Property: <a href="#invalidatedAtTime"><span class="dotted" title="http://www.w3.org/ns/prov#invalidatedAtTime">prov:invalidatedAtTime</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -4542,7 +4904,7 @@
   </div>
 
   <div id="wasInvalidatedBy" class="entity">
-    <h3 id="x28-property-prov-wasinvalidatedby-op-back-to-expanded-properties">
+    <h3 id="x28--------property--prov-wasinvalidatedby-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg28">(28)</span>
       Property: <a href="#wasInvalidatedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasInvalidatedBy">prov:wasInvalidatedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4633,7 +4995,7 @@
   </div>
 
   <div id="hadMember" class="entity">
-    <h3 id="x29-property-prov-hadmember-op-back-to-expanded-properties">
+    <h3 id="x29--------property--prov-hadmember-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg29">(29)</span>
       Property: <a href="#hadMember"><span class="dotted" title="http://www.w3.org/ns/prov#hadMember">prov:hadMember</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4737,7 +5099,7 @@
   </div>
 
   <div id="wasStartedBy" class="entity">
-    <h3 id="x30-property-prov-wasstartedby-op-back-to-expanded-properties">
+    <h3 id="x30--------property--prov-wasstartedby-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg30">(30)</span>
       Property: <a href="#wasStartedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasStartedBy">prov:wasStartedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4821,7 +5183,7 @@
   </div>
 
   <div id="wasEndedBy" class="entity">
-    <h3 id="x31-property-prov-wasendedby-op-back-to-expanded-properties">
+    <h3 id="x31--------property--prov-wasendedby-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg31">(31)</span>
       Property: <a href="#wasEndedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasEndedBy">prov:wasEndedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -4910,7 +5272,7 @@
   </div>
 
   <div id="invalidated" class="entity">
-    <h3 id="x32-property-prov-invalidated-op-back-to-expanded-properties">
+    <h3 id="x32--------property--prov-invalidated-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg32">(32)</span>
       Property: <a href="#invalidated"><span class="dotted" title="http://www.w3.org/ns/prov#invalidated">prov:invalidated</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -5002,7 +5364,7 @@
   </div>
 
   <div id="influenced" class="entity">
-    <h3 id="x33-property-prov-influenced-op-back-to-expanded-properties">
+    <h3 id="x33--------property--prov-influenced-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg33">(33)</span>
       Property: <a href="#influenced"><span class="dotted" title="http://www.w3.org/ns/prov#influenced">prov:influenced</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -5068,7 +5430,7 @@
   </div>
 
   <div id="atLocation" class="entity">
-    <h3 id="x34-property-prov-atlocation-op-back-to-expanded-properties">
+    <h3 id="x34--------property--prov-atlocation-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg34">(34)</span>
       Property: <a href="#atLocation"><span class="dotted" title="http://www.w3.org/ns/prov#atLocation">prov:atLocation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -5146,7 +5508,7 @@
   </div>
 
   <div id="generated" class="entity">
-    <h3 id="x35-property-prov-generated-op-back-to-expanded-properties">
+    <h3 id="x35--------property--prov-generated-op-----------------back-to-expanded-properties">
       <span class="xref" id="eg35">(35)</span>
       Property: <a href="#generated"><span class="dotted" title="http://www.w3.org/ns/prov#generated">prov:generated</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -5224,9 +5586,9 @@
 
 </div>
 
-      </section>
-
-      <section id="cross-reference-qualified-terms">
+      </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>
          
@@ -5378,7 +5740,7 @@
          <div class="prov-qualified owl-classes crossreference" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:prov="http://www.w3.org/ns/prov#">
 
   <div id="Influence" class="entity">
-    <h3 id="x36-class-prov-influence-back-to-qualified-classes">
+    <h3 id="x36--------class--prov-influence-----------------back-to-qualified-classes">
       <span class="xref" id="eg36">(36)</span>
       Class: <a href="#Influence"><span class="dotted" title="http://www.w3.org/ns/prov#Influence">prov:Influence</span></a>
       <span class="backlink">
@@ -5469,7 +5831,7 @@
   </div>
 
   <div id="EntityInfluence" class="entity">
-    <h3 id="x37-class-prov-entityinfluence-back-to-qualified-classes">
+    <h3 id="x37--------class--prov-entityinfluence-----------------back-to-qualified-classes">
       <span class="xref" id="eg37">(37)</span>
       Class: <a href="#EntityInfluence"><span class="dotted" title="http://www.w3.org/ns/prov#EntityInfluence">prov:EntityInfluence</span></a>
       <span class="backlink">
@@ -5538,7 +5900,7 @@
   </div>
 
   <div id="Usage" class="entity">
-    <h3 id="x38-class-prov-usage-back-to-qualified-classes">
+    <h3 id="x38--------class--prov-usage-----------------back-to-qualified-classes">
       <span class="xref" id="eg38">(38)</span>
       Class: <a href="#Usage"><span class="dotted" title="http://www.w3.org/ns/prov#Usage">prov:Usage</span></a>
       <span class="backlink">
@@ -5617,7 +5979,7 @@
   </div>
 
   <div id="Start" class="entity">
-    <h3 id="x39-class-prov-start-back-to-qualified-classes">
+    <h3 id="x39--------class--prov-start-----------------back-to-qualified-classes">
       <span class="xref" id="eg39">(39)</span>
       Class: <a href="#Start"><span class="dotted" title="http://www.w3.org/ns/prov#Start">prov:Start</span></a>
       <span class="backlink">
@@ -5701,7 +6063,7 @@
   </div>
 
   <div id="End" class="entity">
-    <h3 id="x40-class-prov-end-back-to-qualified-classes">
+    <h3 id="x40--------class--prov-end-----------------back-to-qualified-classes">
       <span class="xref" id="eg40">(40)</span>
       Class: <a href="#End"><span class="dotted" title="http://www.w3.org/ns/prov#End">prov:End</span></a>
       <span class="backlink">
@@ -5782,7 +6144,7 @@
   </div>
 
   <div id="Derivation" class="entity">
-    <h3 id="x41-class-prov-derivation-back-to-qualified-classes">
+    <h3 id="x41--------class--prov-derivation-----------------back-to-qualified-classes">
       <span class="xref" id="eg41">(41)</span>
       Class: <a href="#Derivation"><span class="dotted" title="http://www.w3.org/ns/prov#Derivation">prov:Derivation</span></a>
       <span class="backlink">
@@ -5905,7 +6267,7 @@
   </div>
 
   <div id="PrimarySource" class="entity">
-    <h3 id="x42-class-prov-primarysource-back-to-qualified-classes">
+    <h3 id="x42--------class--prov-primarysource-----------------back-to-qualified-classes">
       <span class="xref" id="eg42">(42)</span>
       Class: <a href="#PrimarySource"><span class="dotted" title="http://www.w3.org/ns/prov#PrimarySource">prov:PrimarySource</span></a>
       <span class="backlink">
@@ -5976,7 +6338,7 @@
   </div>
 
   <div id="Quotation" class="entity">
-    <h3 id="x43-class-prov-quotation-back-to-qualified-classes">
+    <h3 id="x43--------class--prov-quotation-----------------back-to-qualified-classes">
       <span class="xref" id="eg43">(43)</span>
       Class: <a href="#Quotation"><span class="dotted" title="http://www.w3.org/ns/prov#Quotation">prov:Quotation</span></a>
       <span class="backlink">
@@ -6051,7 +6413,7 @@
   </div>
 
   <div id="Revision" class="entity">
-    <h3 id="x44-class-prov-revision-back-to-qualified-classes">
+    <h3 id="x44--------class--prov-revision-----------------back-to-qualified-classes">
       <span class="xref" id="eg44">(44)</span>
       Class: <a href="#Revision"><span class="dotted" title="http://www.w3.org/ns/prov#Revision">prov:Revision</span></a>
       <span class="backlink">
@@ -6128,7 +6490,7 @@
   </div>
 
   <div id="ActivityInfluence" class="entity">
-    <h3 id="x45-class-prov-activityinfluence-back-to-qualified-classes">
+    <h3 id="x45--------class--prov-activityinfluence-----------------back-to-qualified-classes">
       <span class="xref" id="eg45">(45)</span>
       Class: <a href="#ActivityInfluence"><span class="dotted" title="http://www.w3.org/ns/prov#ActivityInfluence">prov:ActivityInfluence</span></a>
       <span class="backlink">
@@ -6196,7 +6558,7 @@
   </div>
 
   <div id="Generation" class="entity">
-    <h3 id="x46-class-prov-generation-back-to-qualified-classes">
+    <h3 id="x46--------class--prov-generation-----------------back-to-qualified-classes">
       <span class="xref" id="eg46">(46)</span>
       Class: <a href="#Generation"><span class="dotted" title="http://www.w3.org/ns/prov#Generation">prov:Generation</span></a>
       <span class="backlink">
@@ -6275,7 +6637,7 @@
   </div>
 
   <div id="Communication" class="entity">
-    <h3 id="x47-class-prov-communication-back-to-qualified-classes">
+    <h3 id="x47--------class--prov-communication-----------------back-to-qualified-classes">
       <span class="xref" id="eg47">(47)</span>
       Class: <a href="#Communication"><span class="dotted" title="http://www.w3.org/ns/prov#Communication">prov:Communication</span></a>
       <span class="backlink">
@@ -6343,7 +6705,7 @@
   </div>
 
   <div id="Invalidation" class="entity">
-    <h3 id="x48-class-prov-invalidation-back-to-qualified-classes">
+    <h3 id="x48--------class--prov-invalidation-----------------back-to-qualified-classes">
       <span class="xref" id="eg48">(48)</span>
       Class: <a href="#Invalidation"><span class="dotted" title="http://www.w3.org/ns/prov#Invalidation">prov:Invalidation</span></a>
       <span class="backlink">
@@ -6431,7 +6793,7 @@
   </div>
 
   <div id="AgentInfluence" class="entity">
-    <h3 id="x49-class-prov-agentinfluence-back-to-qualified-classes">
+    <h3 id="x49--------class--prov-agentinfluence-----------------back-to-qualified-classes">
       <span class="xref" id="eg49">(49)</span>
       Class: <a href="#AgentInfluence"><span class="dotted" title="http://www.w3.org/ns/prov#AgentInfluence">prov:AgentInfluence</span></a>
       <span class="backlink">
@@ -6499,7 +6861,7 @@
   </div>
 
   <div id="Attribution" class="entity">
-    <h3 id="x50-class-prov-attribution-back-to-qualified-classes">
+    <h3 id="x50--------class--prov-attribution-----------------back-to-qualified-classes">
       <span class="xref" id="eg50">(50)</span>
       Class: <a href="#Attribution"><span class="dotted" title="http://www.w3.org/ns/prov#Attribution">prov:Attribution</span></a>
       <span class="backlink">
@@ -6581,7 +6943,7 @@
   </div>
 
   <div id="Association" class="entity">
-    <h3 id="x51-class-prov-association-back-to-qualified-classes">
+    <h3 id="x51--------class--prov-association-----------------back-to-qualified-classes">
       <span class="xref" id="eg51">(51)</span>
       Class: <a href="#Association"><span class="dotted" title="http://www.w3.org/ns/prov#Association">prov:Association</span></a>
       <span class="backlink">
@@ -6668,7 +7030,7 @@
   </div>
 
   <div id="Plan" class="entity">
-    <h3 id="x52-class-prov-plan-back-to-qualified-classes">
+    <h3 id="x52--------class--prov-plan-----------------back-to-qualified-classes">
       <span class="xref" id="eg52">(52)</span>
       Class: <a href="#Plan"><span class="dotted" title="http://www.w3.org/ns/prov#Plan">prov:Plan</span></a>
       <span class="backlink">
@@ -6728,7 +7090,7 @@
   </div>
 
   <div id="Delegation" class="entity">
-    <h3 id="x53-class-prov-delegation-back-to-qualified-classes">
+    <h3 id="x53--------class--prov-delegation-----------------back-to-qualified-classes">
       <span class="xref" id="eg53">(53)</span>
       Class: <a href="#Delegation"><span class="dotted" title="http://www.w3.org/ns/prov#Delegation">prov:Delegation</span></a>
       <span class="backlink">
@@ -6806,7 +7168,7 @@
   </div>
 
   <div id="InstantaneousEvent" class="entity">
-    <h3 id="x54-class-prov-instantaneousevent-back-to-qualified-classes">
+    <h3 id="x54--------class--prov-instantaneousevent-----------------back-to-qualified-classes">
       <span class="xref" id="eg54">(54)</span>
       Class: <a href="#InstantaneousEvent"><span class="dotted" title="http://www.w3.org/ns/prov#InstantaneousEvent">prov:InstantaneousEvent</span></a>
       <span class="backlink">
@@ -6870,7 +7232,7 @@
   </div>
 
   <div id="Role" class="entity">
-    <h3 id="x55-class-prov-role-back-to-qualified-classes">
+    <h3 id="x55--------class--prov-role-----------------back-to-qualified-classes">
       <span class="xref" id="eg55">(55)</span>
       Class: <a href="#Role"><span class="dotted" title="http://www.w3.org/ns/prov#Role">prov:Role</span></a>
       <span class="backlink">
@@ -6943,7 +7305,7 @@
 </div>
 <div class="prov-qualified owl-properties crossreference" xmlns:prov="http://www.w3.org/ns/prov#">
   <div id="wasInfluencedBy" class="entity">
-    <h3 id="x56-property-prov-wasinfluencedby-op-back-to-qualified-properties">
+    <h3 id="x56--------property--prov-wasinfluencedby-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg56">(56)</span>
       Property: <a href="#wasInfluencedBy"><span class="dotted" title="http://www.w3.org/ns/prov#wasInfluencedBy">prov:wasInfluencedBy</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7072,7 +7434,7 @@
   </div>
 
   <div id="qualifiedInfluence" class="entity">
-    <h3 id="x57-property-prov-qualifiedinfluence-op-back-to-qualified-properties">
+    <h3 id="x57--------property--prov-qualifiedinfluence-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg57">(57)</span>
       Property: <a href="#qualifiedInfluence"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedInfluence">prov:qualifiedInfluence</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7208,7 +7570,7 @@
   </div>
 
   <div id="qualifiedGeneration" class="entity">
-    <h3 id="x58-property-prov-qualifiedgeneration-op-back-to-qualified-properties">
+    <h3 id="x58--------property--prov-qualifiedgeneration-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg58">(58)</span>
       Property: <a href="#qualifiedGeneration"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedGeneration">prov:qualifiedGeneration</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7288,7 +7650,7 @@
   </div>
 
   <div id="qualifiedDerivation" class="entity">
-    <h3 id="x59-property-prov-qualifiedderivation-op-back-to-qualified-properties">
+    <h3 id="x59--------property--prov-qualifiedderivation-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg59">(59)</span>
       Property: <a href="#qualifiedDerivation"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedDerivation">prov:qualifiedDerivation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7386,7 +7748,7 @@
   </div>
 
   <div id="qualifiedPrimarySource" class="entity">
-    <h3 id="x60-property-prov-qualifiedprimarysource-op-back-to-qualified-properties">
+    <h3 id="x60--------property--prov-qualifiedprimarysource-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg60">(60)</span>
       Property: <a href="#qualifiedPrimarySource"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedPrimarySource">prov:qualifiedPrimarySource</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7477,7 +7839,7 @@
   </div>
 
   <div id="qualifiedQuotation" class="entity">
-    <h3 id="x61-property-prov-qualifiedquotation-op-back-to-qualified-properties">
+    <h3 id="x61--------property--prov-qualifiedquotation-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg61">(61)</span>
       Property: <a href="#qualifiedQuotation"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedQuotation">prov:qualifiedQuotation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7572,7 +7934,7 @@
   </div>
 
   <div id="qualifiedRevision" class="entity">
-    <h3 id="x62-property-prov-qualifiedrevision-op-back-to-qualified-properties">
+    <h3 id="x62--------property--prov-qualifiedrevision-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg62">(62)</span>
       Property: <a href="#qualifiedRevision"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedRevision">prov:qualifiedRevision</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7653,7 +8015,7 @@
   </div>
 
   <div id="qualifiedAttribution" class="entity">
-    <h3 id="x63-property-prov-qualifiedattribution-op-back-to-qualified-properties">
+    <h3 id="x63--------property--prov-qualifiedattribution-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg63">(63)</span>
       Property: <a href="#qualifiedAttribution"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedAttribution">prov:qualifiedAttribution</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7744,7 +8106,7 @@
   </div>
 
   <div id="qualifiedInvalidation" class="entity">
-    <h3 id="x64-property-prov-qualifiedinvalidation-op-back-to-qualified-properties">
+    <h3 id="x64--------property--prov-qualifiedinvalidation-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg64">(64)</span>
       Property: <a href="#qualifiedInvalidation"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedInvalidation">prov:qualifiedInvalidation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7830,7 +8192,7 @@
   </div>
 
   <div id="qualifiedStart" class="entity">
-    <h3 id="x65-property-prov-qualifiedstart-op-back-to-qualified-properties">
+    <h3 id="x65--------property--prov-qualifiedstart-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg65">(65)</span>
       Property: <a href="#qualifiedStart"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedStart">prov:qualifiedStart</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -7924,7 +8286,7 @@
   </div>
 
   <div id="qualifiedUsage" class="entity">
-    <h3 id="x66-property-prov-qualifiedusage-op-back-to-qualified-properties">
+    <h3 id="x66--------property--prov-qualifiedusage-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg66">(66)</span>
       Property: <a href="#qualifiedUsage"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedUsage">prov:qualifiedUsage</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8007,7 +8369,7 @@
   </div>
 
   <div id="qualifiedCommunication" class="entity">
-    <h3 id="x67-property-prov-qualifiedcommunication-op-back-to-qualified-properties">
+    <h3 id="x67--------property--prov-qualifiedcommunication-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg67">(67)</span>
       Property: <a href="#qualifiedCommunication"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedCommunication">prov:qualifiedCommunication</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8099,7 +8461,7 @@
   </div>
 
   <div id="qualifiedAssociation" class="entity">
-    <h3 id="x68-property-prov-qualifiedassociation-op-back-to-qualified-properties">
+    <h3 id="x68--------property--prov-qualifiedassociation-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg68">(68)</span>
       Property: <a href="#qualifiedAssociation"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedAssociation">prov:qualifiedAssociation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8199,7 +8561,7 @@
   </div>
 
   <div id="qualifiedEnd" class="entity">
-    <h3 id="x69-property-prov-qualifiedend-op-back-to-qualified-properties">
+    <h3 id="x69--------property--prov-qualifiedend-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg69">(69)</span>
       Property: <a href="#qualifiedEnd"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedEnd">prov:qualifiedEnd</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8290,7 +8652,7 @@
   </div>
 
   <div id="qualifiedDelegation" class="entity">
-    <h3 id="x70-property-prov-qualifieddelegation-op-back-to-qualified-properties">
+    <h3 id="x70--------property--prov-qualifieddelegation-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg70">(70)</span>
       Property: <a href="#qualifiedDelegation"><span class="dotted" title="http://www.w3.org/ns/prov#qualifiedDelegation">prov:qualifiedDelegation</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8420,7 +8782,7 @@
   </div>
 
   <div id="influencer" class="entity">
-    <h3 id="x71-property-prov-influencer-op-back-to-qualified-properties">
+    <h3 id="x71--------property--prov-influencer-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg71">(71)</span>
       Property: <a href="#influencer"><span class="dotted" title="http://www.w3.org/ns/prov#influencer">prov:influencer</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8517,7 +8879,7 @@
   </div>
 
   <div id="entity" class="entity">
-    <h3 id="x72-property-prov-entity-op-back-to-qualified-properties">
+    <h3 id="x72--------property--prov-entity-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg72">(72)</span>
       Property: <a href="#entity"><span class="dotted" title="http://www.w3.org/ns/prov#entity">prov:entity</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8586,7 +8948,7 @@
   </div>
 
   <div id="hadUsage" class="entity">
-    <h3 id="x73-property-prov-hadusage-op-back-to-qualified-properties">
+    <h3 id="x73--------property--prov-hadusage-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg73">(73)</span>
       Property: <a href="#hadUsage"><span class="dotted" title="http://www.w3.org/ns/prov#hadUsage">prov:hadUsage</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8654,7 +9016,7 @@
   </div>
 
   <div id="hadGeneration" class="entity">
-    <h3 id="x74-property-prov-hadgeneration-op-back-to-qualified-properties">
+    <h3 id="x74--------property--prov-hadgeneration-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg74">(74)</span>
       Property: <a href="#hadGeneration"><span class="dotted" title="http://www.w3.org/ns/prov#hadGeneration">prov:hadGeneration</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8734,7 +9096,7 @@
   </div>
 
   <div id="activity" class="entity">
-    <h3 id="x75-property-prov-activity-op-back-to-qualified-properties">
+    <h3 id="x75--------property--prov-activity-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg75">(75)</span>
       Property: <a href="#activity"><span class="dotted" title="http://www.w3.org/ns/prov#activity">prov:activity</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8806,7 +9168,7 @@
   </div>
 
   <div id="agent" class="entity">
-    <h3 id="x76-property-prov-agent-op-back-to-qualified-properties">
+    <h3 id="x76--------property--prov-agent-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg76">(76)</span>
       Property: <a href="#agent"><span class="dotted" title="http://www.w3.org/ns/prov#agent">prov:agent</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8893,7 +9255,7 @@
   </div>
 
   <div id="hadPlan" class="entity">
-    <h3 id="x77-property-prov-hadplan-op-back-to-qualified-properties">
+    <h3 id="x77--------property--prov-hadplan-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg77">(77)</span>
       Property: <a href="#hadPlan"><span class="dotted" title="http://www.w3.org/ns/prov#hadPlan">prov:hadPlan</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -8965,7 +9327,7 @@
   </div>
 
   <div id="hadActivity" class="entity">
-    <h3 id="x78-property-prov-hadactivity-op-back-to-qualified-properties">
+    <h3 id="x78--------property--prov-hadactivity-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg78">(78)</span>
       Property: <a href="#hadActivity"><span class="dotted" title="http://www.w3.org/ns/prov#hadActivity">prov:hadActivity</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -9045,7 +9407,7 @@
   </div>
 
   <div id="atTime" class="entity">
-    <h3 id="x79-property-prov-attime-dp-back-to-qualified-properties">
+    <h3 id="x79--------property--prov-attime-dp-----------------back-to-qualified-properties">
       <span class="xref" id="eg79">(79)</span>
       Property: <a href="#atTime"><span class="dotted" title="http://www.w3.org/ns/prov#atTime">prov:atTime</span></a> <sup class="type-dp" title="data property">dp</sup>
       <span class="backlink">
@@ -9105,7 +9467,7 @@
   </div>
 
   <div id="hadRole" class="entity">
-    <h3 id="x80-property-prov-hadrole-op-back-to-qualified-properties">
+    <h3 id="x80--------property--prov-hadrole-op-----------------back-to-qualified-properties">
       <span class="xref" id="eg80">(80)</span>
       Property: <a href="#hadRole"><span class="dotted" title="http://www.w3.org/ns/prov#hadRole">prov:hadRole</span></a> <sup class="type-op" title="object property">op</sup>
       <span class="backlink">
@@ -9190,9 +9552,9 @@
 
 </div>
 
-      </section>
-
-      <section id="cross-reference-index">
+      </div>
+
+      <div id="cross-reference-index" class="section">
          <h3><span class="secno">4.4 </span>Term Index</h3>
          <p>The PROV-O terms in this cross reference are shown below alphabetically, along with their entry number.</p>
          <div>
@@ -9525,9 +9887,9 @@
   </tbody></table>
 </div>
 
-      </section>
-
-   </section>
+      </div>
+
+   </div>
 
     <!--section class="appendix">
           <h2>Changes Since First Public Working Draft</h2>
@@ -9543,11 +9905,11 @@
           </ul>  
     </section-->
 
-    <section id="owl-profile" class="appendix informative">
+    <div id="owl-profile" class="appendix informative section">
       <!--OddPage--><h2><span class="secno">A. </span>PROV-O OWL Profile</h2><p><em>This section is non-normative.</em></p>
 
       <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" href="#bib-OWL2-PRIMER">OWL2-PRIMER</a></cite>], 
+      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-OWL2-PRIMER">OWL2-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 5</a>. 
 
@@ -9629,7 +9991,7 @@
          </div>
 
          <p>
-         Multiple RDFS domains and ranges [<cite><a class="bibref" href="#bib-RDF-SCHEMA">RDF-SCHEMA</a></cite>] for a property are 
+         Multiple RDFS domains and ranges [<cite><a class="bibref" rel="biblioentry" href="#bib-RDF-SCHEMA">RDF-SCHEMA</a></cite>] for a property are 
          <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210/#ch_range">interpreted as an intersection</a>,
          and thus the above do not provide any additional
          information in an OWL 2 DL or OWL 2 Full profile, which also understands
@@ -9639,9 +10001,9 @@
          but as 
          "Anything using <span class="qname">prov:hadActivity</span> is (at least) a prov:Influence". 
          </p>
-    </section>
-
-    <section class="appendix" id="inverse-names">
+    </div>
+
+    <div class="appendix section" id="inverse-names">
       <!--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 two (<a class="qname" href="#generated">prov:generated</a> and <a class="qname" href="#invalidated">prov:invalidated</a>). 
@@ -9656,14 +10018,14 @@
             But if a client queries using <a class="qname" href="#wasDerivedFrom">prov:wasDerivedFrom</a> when <span class="repeated">:hadDerivation</span> 
             was used in the assertion, no results will be returned unless OWL reasoning is applied (or the size of the query is doubled).
         </p>
-        <div class="example"><div class="example-title"><span>Example 12</span></div><pre class="example">&lt;http://www.w3.org/TR/prov-o/&gt;  prov:wasDerivedFrom &lt;http://www.w3.org/TR/prov-dm/&gt; .
+        <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>
+&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.
@@ -9679,12 +10041,12 @@
          and if three developers would rather 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>
-        <div class="example"><div class="example-title"><span>Example 13</span></div><pre class="example"># If PROV-O's properties' inverses are not defined, modelers may be motivated to introduce their own inverse property name.
+        <pre class="example"># If PROV-O's properties' inverses are not defined, modelers may be motivated to introduce their own inverse property name.
 # 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>
+&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 reserves the names of the PROV-O inverses.
@@ -9696,7 +10058,7 @@
      <div about="#inverse-names-example-3" typeof="prov:Entity" class="exampleOuter" prefix="prov: http://www.w3.org/ns/prov#">
         <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 class="qname" href="#wasDerivedFrom">prov:wasDerivedFrom</a> to determine that they should use the property <span class="repeated">http://www.w3.org/ns/prov#hadDerivation</span>. 
         </p>
-        <div class="example"><div class="example-title"><span>Example 14</span></div><pre class="example">@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+        <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.
 
@@ -9715,7 +10077,7 @@
 
 # Following this recommendation avoids a proliferation of inverse definitions, 
 # while encouraging the use of one inverse over another.
-# This increases interoperability.</pre></div>
+# 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. 
@@ -10001,10 +10363,10 @@
 
 
 
-       </section>
-
-
-    <section class="appendix informative" id="changes-since-wd-prov-o-20120724">
+       </div>
+
+
+    <div class="appendix informative section" id="changes-since-wd-prov-o-20120724">
       <!--OddPage--><h2><span class="secno">C. </span>Changes since WD-prov-o-20120724</h2><p><em>This section is non-normative.</em></p>
       <ul>
          <li>Restated <a href="#hadRole" class="qname">prov:hadRole</a>'s domain to 'Association or InstantaneousEvent' 
@@ -10057,10 +10419,10 @@
 
          <li>Reworked the <a href="#description-expanded-terms">Expanded Terms</a> narrative and examples to better highlight each term.</li>
       </ul>
-    </section>
-
-
-      <section class="appendix informative" id="changes-since-cr-prov-o-20121211">
+    </div>
+
+
+      <div class="appendix informative section" id="changes-since-cr-prov-o-20121211">
             <!--OddPage--><h2><span class="secno">D. </span>Changes since CR-prov-o-20121211</h2><p><em>This section is non-normative.</em></p>
             <ul>
                <li>Updated exemplar in cross reference entry <a href="#hadGeneration" class="qname">prov:hadGeneration</a> to include <a href="#activity" class="qname">prov:activity</a> property.</li>
@@ -10077,12 +10439,12 @@
                <li>Added xsd:dateType datatypes to exemplar in Invalidation and invalidatedAtTime.</li>
                <li>Fixed some incorrect wasAttributedTo/wasAssociatedWith in the cross reference exemplars.</li>
             </ul>
-      </section>
-
-    <section class="appendix informative" id="acknowledgements">
+      </div>
+
+    <div class="appendix informative section" id="acknowledgements">
       <!--OddPage--><h2><span class="secno">E. </span>Acknowledgements</h2><p><em>This section is non-normative.</em></p>
 
-      <p>This document has been produced by the PROV Working Group, and its contents reflect extensive discussion within the Working Group as a whole. The editors extend special thanks to Sandro Hawke (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="Massachusetts Institute of Technology">MIT</abbr>) and Ivan Herman (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>), <abbr title="World Wide Web Consortium">W3C</abbr> contacts for the PROV Working Group.</p>
+      <p>This document has been produced by the PROV Working Group, and its contents reflect extensive discussion within the Working Group as a whole. The editors extend special thanks to Sandro Hawke (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="Massachusetts Institute of Technology">MIT</acronym>) and Ivan Herman (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>), <acronym title="World Wide Web Consortium">W3C</acronym> contacts for the PROV Working Group.</p>
 
       <p> The editors acknowledge valuable contributions from the following:
          Tom Baker,
@@ -10122,9 +10484,9 @@
          Paul Groth (Vrije Universiteit),
          Olaf Hartig (Invited expert),
          David Hau (National Cancer Institute, NCI),
-         Sandro Hawke (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="Massachusetts Institute of Technology">MIT</abbr>),
+         Sandro Hawke (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="Massachusetts Institute of Technology">MIT</acronym>),
          Jörn Hees (German Research Center for Artificial Intelligence (DFKI) Gmbh),
-         Ivan Herman, (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>),
+         Ivan Herman, (<acronym title="World Wide Web Consortium">W3C</acronym>/<acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>),
          Ralph Hodgson (TopQuadrant),
          Hook Hua (Invited expert),
          Trung Dong Huynh (University of Southampton),
@@ -10168,22 +10530,22 @@
          <li>The creators, contributors, and maintainers of <a href="https://github.com/RDFLib">rdflib</a> for easing the construction of this page's cross reference section.</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>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 <abbr title="World Wide Web Consortium">W3C</abbr> styling.</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>
-    </section>
+    </div>
 
   
 
-<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">F. </span>References</h2><section id="normative-references"><h3><span class="secno">F.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-IRI">[IRI]</dt><dd>M. Duerst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRI)</cite></a>. January 2005. RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a>
-</dd><dt id="bib-OWL2-OVERVIEW">[OWL2-OVERVIEW]</dt><dd>W3C OWL Working Group. <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/"><cite>OWL 2 Web Ontology Language: Overview</cite></a>. 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/">http://www.w3.org/TR/2009/REC-owl2-overview-20091027/</a>
+<div id="references" class="appendix section"><!--OddPage--><h2><span class="secno">F. </span>References</h2><div id="normative-references" class="section"><h3><span class="secno">F.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-IRI">[IRI]</dt><dd>M. Duerst, M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRI).</cite></a> January 2005. Internet RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3987.txt</a> 
+</dd><dt id="bib-OWL2-OVERVIEW">[OWL2-OVERVIEW]</dt><dd>W3C OWL Working Group. <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/"><cite>OWL 2 Web Ontology Language: Overview.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-overview-20091027/">http://www.w3.org/TR/2009/REC-owl2-overview-20091027/</a> 
 </dd><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/"><cite>Constraints of the PROV Data Model</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">http://www.w3.org/TR/2013/PR-prov-constraints-20130312/</a>
 </dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/"><cite>PROV-DM: The PROV Data Model</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-dm-20130312/">http://www.w3.org/TR/2013/PR-prov-dm-20130312/</a>
 </dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/"><cite>PROV-N: The Provenance Notation</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-n-20130312/">http://www.w3.org/TR/2013/PR-prov-n-20130312/</a>
-</dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax</cite></a>. 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</a>
+</dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</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-XMLSCHEMA11-2">[XMLSCHEMA11-2]</dt><dd>Henry S. Thompson et al. <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/"><cite>W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes</cite></a>. 5 April 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/">http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/</a>
-</dd></dl></section><section id="informative-references"><h3><span class="secno">F.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds; Ian Davis. <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed 01 June 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-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer</cite></a>. 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a>
+</dd><dt id="bib-XMLSCHEMA11-2">[XMLSCHEMA11-2]</dt><dd>Henry S. Thompson; et al. <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/"><cite>W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes.</cite></a> 5 April 2012. W3C Recommendation URL: <a href="http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/">http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/</a> 
+</dd></dl></div><div id="informative-references" class="section"><h3><span class="secno">F.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-LD-Patterns-QR">[LD-Patterns-QR]</dt><dd>Leigh Dodds; Ian Davis. <a href="http://patterns.dataincubator.org/book/qualified-relation.html"><cite>Qualified Relation</cite></a>. modified 31 May 2012, accessed 01 June 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-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a> 
 </dd><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/"><cite>Provenance Access and Query</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-aq-20130312/">http://www.w3.org/TR/2013/WD-prov-aq-20130312/</a>
 </dd><dt id="bib-PROV-DC">[PROV-DC]</dt><dd>Daniel Garijo; Kai Eckert; eds. <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/"><cite>Dublin Core to PROV Mapping</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-dc-20130312/">http://www.w3.org/TR/2013/WD-prov-dc-20130312/</a>
 </dd><dt id="bib-PROV-DICTIONARY">[PROV-DICTIONARY]</dt><dd>Tom De Nies; Sam Coppens; eds. <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/"><cite>PROV Dictionary</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/">http://www.w3.org/TR/2013/WD-prov-dictionary-20130312/</a>
@@ -10192,6 +10554,6 @@
 </dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/"><cite>PROV Model Primer</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-primer-20130312/">http://www.w3.org/TR/2013/WD-prov-primer-20130312/</a>
 </dd><dt id="bib-PROV-SEM">[PROV-SEM]</dt><dd>James Cheney; ed. <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312"><cite>Semantics of the PROV Data Model</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-sem-20130312">http://www.w3.org/TR/2013/WD-prov-sem-20130312</a>.
 </dd><dt id="bib-PROV-XML">[PROV-XML]</dt><dd>Hook Hua; Curt Tilmes; Stephan Zednik; eds. <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 12 March 2013, Working Draft. URL: <a href="http://www.w3.org/TR/2013/WD-prov-xml-20130312/">http://www.w3.org/TR/2013/WD-prov-xml-20130312/</a>
-</dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema</cite></a>. 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a>
+</dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a> 
 </dd><dt id="bib-TRIG">[TRIG]</dt><dd>Chris Bizer; Richard Cyganiak. <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/"><cite>The TriG Syntax</cite></a>. modified 30 July 2007, accessed 05 November 2012 URL: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/">http://wifo5-03.informatik.uni-mannheim.de/bizer/trig/</a>
-</dd></dl></section></section></body></html>
+</dd></dl></div></div></body></html>