Combinar
authordgarijo
Fri, 30 Nov 2012 15:01:08 +0100
changeset 5212 50e7dddc7476
parent 5211 eed49467ce2e (current diff)
parent 5210 2e849153ed7f (diff)
child 5213 159f49df0567
child 5215 c272e2d51d5a
Combinar
--- a/links/prov-links.html	Fri Nov 30 14:59:29 2012 +0100
+++ b/links/prov-links.html	Fri Nov 30 15:01:08 2012 +0100
@@ -11,7 +11,8 @@
 <script src="../model/provbib.js" class="remove"></script>
 <script src="../model/glossary.js" class="remove"></script>
 
-<script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
+<script src="http://www.w3.org/Tools/respec/respec-w3c-common" class="remove" async></script> 
+
 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
 
 <style type="text/css">
@@ -65,14 +66,12 @@
 	padding: 0px;
 	border-style: solid;
 	border-color: gray;
-	-moz-border-radius: ;
 }
 table.thinborder td {
 	border-width: 1px;
 	padding: 2px;
 	border-style: solid;
 	border-color: gray;
-	-moz-border-radius: ;
 }
 
 /* --- EDITORIAL NOTES --- */
@@ -632,7 +631,7 @@
       };
       var respecConfig = {
           // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED", //FPWD-NOTE
+          specStatus:           "FPWD-NOTE", //FPWD-NOTE
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "prov-links",
@@ -643,7 +642,7 @@
 
  
           // if you wish the publication date to be other than today, set this
-          //publishDate:  "2012-07-24",
+          publishDate:  "2012-12-11",
  
           // if the specification's copyright date is a range of years, specify
           // the start date here:
@@ -658,7 +657,7 @@
           edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/links/prov-links.html",
  
           // if this is a LCWD, uncomment and set the end of its review period
-          lcEnd: "2012-09-18",
+          //lcEnd: "2012-09-18",
  
           // if you want to have extra CSS, append them to this list
           // it is recommended that the respec.css stylesheet be kept
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/links/releases/NOTE-prov-links-20121211/Overview.html	Fri Nov 30 15:01:08 2012 +0100
@@ -0,0 +1,1438 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head> 
+    <title>Linking Across Provenance Bundles</title> 
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+
+
+
+
+
+
+
+ 
+
+
+
+<style type="text/css">
+      .note { font-size:small; margin-left:50px }
+
+  .entity {
+          border: 1px solid navy;
+          margin:5px 0px 5px 0px;
+          padding: 5px;    
+      }
+
+    
+
+      .description {
+          border-top: 1px dashed gray;
+          border-bottom: 1px dashed gray;
+          background-color: rgb(242, 243, 244);
+          margin-top:5px;
+          padding-bottom:5px;
+      }
+
+      .description dl {
+          background-color: rgb(242, 243, 244);
+      }
+
+      .description ul {
+          padding-left: 12px;
+          margin-top: 0px;
+      }
+
+code {
+    color:  black !important;
+}
+
+.diamond {
+    font-weight: normal;
+    font-style: normal;
+    font-size:100%;
+    font-family: sans-serif;
+}
+
+table.thinborder {
+	border-width: 1px;
+	border-spacing: 0px;
+	border-style: none;
+	border-color: gray;
+	border-collapse: collapse;
+}
+table.thinborder th {
+	border-width: 1px;
+	padding: 0px;
+	border-style: solid;
+	border-color: gray;
+}
+table.thinborder td {
+	border-width: 1px;
+	padding: 2px;
+	border-style: solid;
+	border-color: gray;
+}
+
+/* --- 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-example {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.syntax {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.syntax[id]::before {
+    content:    "Syntax: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.syntax::before {
+    content:    "Syntax";
+    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-example {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+
+.interpretation {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+.interpretation[id]::before {
+    content:    "Interpretation: " attr(id);
+    width:  380px;  /* How can we compute the length of "Interpretation: " attr(id) */
+}
+
+
+.interpretation::before {
+    content:    "Interpretation";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.definition {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #777;
+    background: #fff;
+}
+
+.definition-example {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #777;
+    background: #fff;
+}
+
+.deprecatedconstraint {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #00f;
+    background: #fff;
+}
+
+.deprecatedconstraint[id]::before {
+    content:    "Deprecated: " attr(id);
+    width:  380px;  /* How can we compute the length of "Deprecatedconstraint: " attr(id) */
+}
+
+
+.deprecatedconstraint::before {
+    content:    "Deprecated";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.glossary-ref {
+    font-style:    italic;
+}
+
+.dfn {
+    font-weight:    bold;
+}
+
+
+.attribute {
+    font-style: italic;
+}
+
+
+.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-size: 95%;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+
+.name {
+    font-family: monospace;
+}
+
+.math {
+    font-family: roman;
+    font-style:italic;
+}
+
+
+.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;
+}
+
+
+.anexample {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    background-color: #f9f9f9;
+}
+.anexample table {
+    background-color: #f9f9f9;
+}
+
+.conceptexample:before {
+    content: "Example:";
+    font-family: sans-serif;
+    font-size: 1.6ex;
+    font-weight: bold;
+}
+.conceptexample {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    background-color: #f9f9f9;
+}
+
+.pnExpression {
+    font-weight: normal;
+    font-size:120%;
+    font-family: monospace;
+}
+
+
+div[class="grammar"] span[class="name"]:before {
+    content: "'";
+}
+
+div[class="grammar"] span[class="name"]:after {
+    content: "'";
+}
+
+
+div[class="grammar"] span[class="optional"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="optional"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")?";
+}
+
+
+div[class="grammar"] span[class="plus"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="plus"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")+";
+}
+
+
+div[class="grammar"] span[class="star"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="star"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")*";
+}
+
+div[class="grammar"] span[class="choice"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="choice"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")";
+}
+
+div[class="grammar"] span[class="group"]:before {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: "(";
+}
+
+div[class="grammar"] span[class="group"]:after {
+    font-weight: normal;
+    font-size:130%;
+    font-family: monospace;
+    content: ")";
+}
+
+table {
+    background-color: #f9f9f9;
+}
+
+.component1-color {
+ background-color: rgba(255,42,42,0.2);
+}
+
+.component2-color {
+ background-color: rgba(0,68,170,0.2);
+}
+
+.component3-color {
+ background-color: rgba(0,170,0,0.2);
+}
+.component4-color {
+ background-color: rgba(204,255,0,0.2);
+}
+
+.component5-color {
+ background-color: rgba(11,40,40,0.2);
+}
+
+.component6-color {
+ background-color: rgba(244,105,14,0.2);
+}
+
+.interpretation-forward::before {
+    content:    "Interpretation: ";
+    font-weight:    bold;
+}
+
+.structural-forward::before {
+    content:    "Structural constraint: ";
+    font-weight:    bold;
+}
+
+
+code {
+    color:  black;
+}
+
+.ruleTitle {
+    font-family: sans-serif;
+    font-size: 1.6ex;
+    font-weight: bold;
+}
+
+
+
+
+.remark {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px dashed #000;
+    background: #F0F0F0;
+}
+
+.remark::before {
+    content:    "Remark";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #000;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+table.thinborder {
+	border-width: 1px;
+	border-spacing: 0px;
+	border-style: none;
+	border-color: gray;
+	border-collapse: collapse;
+}
+table.thinborder th {
+	border-width: 1px;
+	padding: 0px;
+	border-style: solid;
+	border-color: gray;
+}
+table.thinborder td {
+	border-width: 1px;
+	padding: 2px;
+	border-style: solid;
+	border-color: gray;
+}
+
+
+</style>
+
+
+    <script type="text/javascript">
+/*
+	Written by Jonathan Snook, http://www.snook.ca/jonathan
+	Add-ons by Robert Nyman, http://www.robertnyman.com
+	Author says "The credit comment is all it takes, no license. Go crazy with it!"
+	From http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/
+*/
+
+function getElementsByClassName(oElm, strTagName, oClassNames){
+	var arrElements = (! (! (strTagName == "*") || ! (oElm.all)))? oElm.all : oElm.getElementsByTagName(strTagName);
+	var arrReturnElements = new Array();
+	var arrRegExpClassNames = new Array();
+	if(typeof oClassNames == "object"){
+		for(var i=0; !(i>=oClassNames.length); i++){ /*>*/
+			arrRegExpClassNames.push(new RegExp("(^|\s)" + oClassNames[i].replace(/\-/g, "\-") + "(\s|$)"));
+		}
+	}
+	else{
+		arrRegExpClassNames.push(new RegExp("(^|\s)" + oClassNames.replace(/\-/g, "\-") + "(\s|$)"));
+	}
+	var oElement;
+	var bMatchesAll;
+	for(var j=0; !(j>=arrElements.length); j++){ /*>*/
+		oElement = arrElements[j];
+		bMatchesAll = true;
+		for(var k=0; !(k>=arrRegExpClassNames.length); k++){ /*>*/
+			if(!arrRegExpClassNames[k].test(oElement.className)){
+				bMatchesAll = false;
+				break;
+			}
+		}
+		if(bMatchesAll){
+			arrReturnElements.push(oElement);
+		}
+	}
+	return (arrReturnElements)
+}
+
+function set_display_by_class(el, cls, newValue) {
+   var e = getElementsByClassName(document, el, cls);
+   if (e != null) {
+      for (var i=0; !(i>=e.length); i++) {
+        e[i].style.display = newValue;
+      }
+   }
+}
+
+function set_display_by_id(id, newValue) {
+   var e = document.getElementById(id);
+   if (e != null) {
+     e.style.display = newValue;
+   }
+}
+</script> 
+
+
+    
+    
+     
+  <style>/*****************************************************************
+ * ReSpec 3 CSS
+ * Robin Berjon - http://berjon.com/
+ *****************************************************************/
+
+/* --- INLINES --- */
+em.rfc2119 { 
+    text-transform:     lowercase;
+    font-variant:       small-caps;
+    font-style:         normal;
+    color:              #900;
+}
+
+h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
+h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
+    border: none;
+}
+
+dfn {
+    font-weight:    bold;
+}
+
+a.internalDFN {
+    color:  inherit;
+    border-bottom:  1px solid #99c;
+    text-decoration:    none;
+}
+
+a.externalDFN {
+    color:  inherit;
+    border-bottom:  1px dotted #ccc;
+    text-decoration:    none;
+}
+
+a.bibref {
+    text-decoration:    none;
+}
+
+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 {
+    text-decoration:    none;
+}
+
+a .secno, a .figno {
+    color:  #000;
+}
+
+ul.tof, ol.tof {
+    list-style: none outside none;
+}
+
+.caption {
+    margin-top: 0.5em;
+    font-style:   italic;
+}
+
+/* --- TABLE --- */
+table.simple {
+    border-spacing: 0;
+    border-collapse:    collapse;
+    border-bottom:  3px solid #005a9c;
+}
+
+.simple th {
+    background: #005a9c;
+    color:  #fff;
+    padding:    3px 5px;
+    text-align: left;
+}
+
+.simple th[scope="row"] {
+    background: inherit;
+    color:  inherit;
+    border-top: 1px solid #ddd;
+}
+
+.simple td {
+    padding:    3px 10px;
+    border-top: 1px solid #ddd;
+}
+
+.simple tr:nth-child(even) {
+    background: #f0f6ff;
+}
+
+/* --- DL --- */
+.section dd > p:first-child {
+    margin-top: 0;
+}
+
+.section dd > p:last-child {
+    margin-bottom: 0;
+}
+
+.section dd {
+    margin-bottom:  1em;
+}
+
+.section dl.attrs dd, .section dl.eldef dd {
+    margin-bottom:  0;
+}
+</style><style>/* --- ISSUES/NOTES --- */
+div.issue-title, div.note-title {
+    padding-right:  1em;
+    min-width: 7.5em;
+    color: #b9ab2d;
+}
+div.issue-title { color: #e05252; }
+div.note-title { color: #52e052; }
+div.issue-title span, div.note-title span {
+    text-transform: uppercase;
+}
+div.note, div.issue {
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+.note > p:first-child, .issue > p:first-child { margin-top: 0 }
+.issue, .note {
+    padding: .5em;
+    border-left-width: .5em;
+    border-left-style: solid;
+}
+div.issue, div.note {
+    padding: 0.5em;
+    margin: 1em 0;
+    position: relative;
+    clear: both;
+}
+span.note, span.issue { padding: .1em .5em .15em; }
+
+.issue {
+    border-color: #e05252;
+    background: #fbe9e9;
+}
+.note {
+    border-color: #52e052;
+    background: #e9fbe9;
+}
+
+
+</style><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE"><!--[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">Linking Across Provenance Bundles</h1>
+  
+  <h2 id="w3c-working-group-note-11-december-2012"><abbr title="World Wide Web Consortium">W3C</abbr> Working Group Note 11 December 2012</h2>
+  <dl>
+    
+      <dt>This version:</dt>
+      <dd><a href="http://www.w3.org/TR/2012/NOTE-prov-links-20121211/">http://www.w3.org/TR/2012/NOTE-prov-links-20121211/</a></dd>
+      <dt>Latest published version:</dt>
+      <dd><a href="http://www.w3.org/TR/prov-links/">http://www.w3.org/TR/prov-links/</a></dd>
+    
+    
+      <dt>Latest editor's draft:</dt>
+      <dd><a href="http://dvcs.w3.org/hg/prov/raw-file/default/links/prov-links.html">http://dvcs.w3.org/hg/prov/raw-file/default/links/prov-links.html</a></dd>
+    
+    
+    
+    
+    
+      <dt>Previous version:</dt>
+      <dd><a href=""></a></dd>
+    
+    
+    <dt>Editors:</dt>
+    <dd><a href="http://www.ecs.soton.ac.uk/~lavm/">Luc Moreau</a>, University of Southampton</dd>
+<dd><a href="http://tw.rpi.edu/instances/TimLebo">Timothy Lebo</a>, Rensselaer Polytechnic Institute</dd>
+
+    
+  </dl>
+  
+  
+  
+  
+    
+      <p class="copyright">
+        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 
+        2012
+        
+        <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>), 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>
+Provenance is information about entities, activities, and people
+involved in producing a piece of data or thing, which can be used to
+form assessments about its quality, reliability or trustworthiness.
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#dfn-bundle">Bundles</a>,
+defined in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] as sets of provenance descriptions, were
+introduced in PROV as the mechanism by which provenance of provenance
+can be expressed.  Bundles, whose validity is established
+independently of each other [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>], are essentially
+independent of each other, acting as islands of provenance
+descriptions.
+</p>
+
+<p>
+In  applications where provenance is created by multiple parties over time, it is useful for provenance descriptions created by one party to link to provenance descriptions created by another party. Such a mechanism would allow the "stitching" of provenance descriptions together. Given that provenance descriptions are expected to be contained in bundles, this would require a capability to link entity descriptions across bundles. To address this requirement, this document introduces a relation <a>Mention</a> allowing an entity description to be linked to another entity description occurring in another bundle.
+</p>
+
+<p>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>
+
+    </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>
+        
+<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:
+<ul>
+<li> <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">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/2012/WD-prov-primer-20121211/">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/2012/CR-prov-o-20121211/">PROV-O</a> (Candidate Recommendation), the PROV ontology, an OWL2 ontology allowing the mapping of PROV to RDF [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>];</li>
+<li> <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">PROV-DM</a> (Candidate 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/2012/CR-prov-n-20121211/">PROV-N</a> (Candidate 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/2012/CR-prov-constraints-20121211/">PROV-CONSTRAINTS</a> (Candidate 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/2012/WD-prov-aq-20120619/">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/2012/WD-prov-xml-20121211/">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/2012/WD-prov-links-20121211/">PROV-LINKS</a> (To be published as Note),  introduces a mechanism to link across bundles (this document).</li>
+
+</ul>
+<h4 id="how-to-read-the-prov-family-of-documentation">How to read the PROV Family of Documentation</h4>
+<ul>
+<li>[<cite><a class="bibref" href="#bib-PROV-OVERVIEW">PROV-OVERVIEW</a></cite>] overviews the PROV family of documents. </li>
+<li>The primer [<cite><a class="bibref" href="#bib-PROV-PRIMER">PROV-PRIMER</a></cite>] is the entry point to PROV offering an introduction to the provenance model.</li>
+<li>The Linked Data and Semantic Web community should focus on [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] defining PROV classes and properties specified in an OWL2 ontology. For further details, [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] specify the constraints applicable to the data model, and its interpretation. </li>
+<li>The XML community should focus on [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] defining an XML schema for PROV. Further details can also be found in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].</li>
+<li>Developers seeking to retrieve or publish provenance should focus on [<cite><a class="bibref" href="#bib-PROV-AQ">PROV-AQ</a></cite>].</li>
+<li>Readers seeking to implement other PROV serializations
+should focus on [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>] and [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>].  [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] offer examples of mapping to RDF, text, and XML, respectively.</li>
+</ul>
+
+        <p>
+          This document was published by the <a href="http://www.w3.org/2011/prov/">Provenance Working Group</a> as a First Public Working Group Note.
+          
+          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 Working Group Note 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></li><li class="tocline"><a href="#term-mention" class="tocxref"><span class="secno">2. </span>Conceptual Definition of Mention</a></li><li class="tocline"><a href="#mention-ontology" class="tocxref"><span class="secno">3. </span>Ontological Definition of Mention</a></li><li class="tocline"><a href="#mention-xml" class="tocxref"><span class="secno">4. </span>XML Schema for Mention</a></li><li class="tocline"><a href="#mention-constraints" class="tocxref"><span class="secno">5. </span>Constraints associated with Mention</a></li><li class="tocline"><a href="#acknowledgements" class="tocxref"><span class="secno">A. </span>Acknowledgements</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">B. </span>References</a><ul class="toc"><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">B.1 </span>Informative references</a></li></ul></li></ul></section> 
+
+
+
+
+
+
+
+
+
+<section id="introduction"> 
+<!--OddPage--><h2><span class="secno">1. </span>Introduction</h2> 
+
+<p>
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">Provenance</a>
+is a record that describes the people, institutions, entities, and
+activities involved in producing, influencing, or delivering a piece
+of data or a thing. The specifications [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>], [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>],
+[<cite><a class="bibref" href="#bib-PROV-N">PROV-N</a></cite>], and [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>] have respectively defined the PROV
+ontology, the PROV conceptual model, the PROV notation, and the PROV
+XML schema, allowing provenance descriptions to be expressed,
+represented in various representations, and interchanged between systems across the Web. 
+</p>
+
+<p>The provenance of information is crucial in deciding whether information is to be trusted, how it should be integrated with other diverse information sources, and how to give credit to its originators when reusing it.  To support this, provenance itself should be trusted, and therefore, provenance of provenance is itself a critical aspect of an information infrastructure such as the Web. To this end, PROV introduces the concept of <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#concept-bundle">Bundle</a>: defined as a set of provenance descriptions,  it is a mechanism by which provenance of provenance can be expressed (see also <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/#Bundle">Bundle</a> [<cite><a class="bibref" href="#bib-PROV-O">PROV-O</a></cite>] and <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/#term-Bundle">Bundle</a> [<cite><a class="bibref" href="#bib-PROV-XML">PROV-XML</a></cite>]). With bundles, blobs of provenance descriptions can be given names and can themselves be regarded as entities, whose provenance can in turn be described using PROV. These blobs of provenance descriptions are independent of each other, as illustrated by [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>] which determines their <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#bundle-constraints">validity</a> by examining them in isolation of each other. </p>
+
+
+<p>In a distributed environment, it is common to encounter applications that involve multiple parties: it is a common situation that some party creates some data and its provenance, whereas another party consumes the data and its provenance. In such a situation, the consumer, when it in turn generates provenance, often wants to augment the descriptions of entities generated by another producer.  For the consumer, it is not suitable to repeat the provenance created by the producer, and augment it according to their need. Instead, a consumer wants to <em>refer</em> to the description as created by the producer <em>in situ</em>, i.e. in its bundle, and <em>specialize it</em>, allowing the consumer to add their own view on this entity. Such a capability would allow parties to "stitch together" provenance descriptions that would otherwise be disconnected.</p> 
+
+<p>This document introduces a new concept <a>Mention</a> allowing an entity to be described as the specialization of another entity, itself described in another bundle. The document provides not only a conceptual definition  of <a>Mention</a>, but also the corresponding ontological, schema, and notational definitions, for the various representations of PROV. It also includes constraints that apply to this construct specifically. It is our aim to promote  interoperability by defining <a>Mention</a> conceptually and in the representations of PROV.</p>
+
+<div class="note"><div class="note-title"><span>Note</span></div><div class="">The concept <a>Mention</a> is experimental, and for this reason was not defined in PROV recommendation-track documents. The Provenance Working Group is seeking feedback from the community on its usefulness in practical scenarios.
+</div></div>
+</section> 
+
+<section id="term-mention"> 
+<!--OddPage--><h2><span class="secno">2. </span>Conceptual Definition of Mention</h2> 
+
+
+
+<p>An entity <span class="name">e1</span> may be mentioned in a bundle <span class="name">b</span>, which contains some
+ descriptions about this entity <span class="name">e1</span>: how <span class="name">e1</span> was generated and used, which activities <span class="name">e1</span> is involved with, the agents <span class="name">e1</span> is attributed to, etc. 
+Other bundles may contain other descriptions about the same entity <span class="name">e1</span>.
+Some applications may want to augment
+the descriptions of entity <span class="name">e1</span>  found in  bundle <span class="name">b</span> with other information.
+To this end, PROV allows a new entity <span class="name">e2</span> to be created and defined as a specialization of the preceding entity <span class="name">e1</span>, and which presents at least an additional aspect:  the bundle <span class="name">b</span> containing some descriptions of <span class="name">e1</span>.  With this relation, applications that process <span class="name">e2</span>
+can know that the attributes of <span class="name">e2</span> may have been computed according to the descriptions of <span class="name">e1</span> in <span class="name">b</span>.
+(The term 'aspect' should be understood  informally as "a particular part or feature of something"; the term is used in [<cite><a class="bibref" href="#bib-PROV-DM">PROV-DM</a></cite>]'s definitions of 
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#concept-entity">entity</a> (Section 5.1.1),
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#concept-specialization">specialization</a> (Section 5.5.1),
+<a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#concept-alternate">alternate</a> (Section 5.5.2),  and in 
+<a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#entities-activities-and-agents">section 2.1</a> of [<cite><a class="bibref" href="#bib-PROV-CONSTRAINTS">PROV-CONSTRAINTS</a></cite>]).
+</p>
+
+
+<p>
+ <a href="#figure-component5">Figure 1</a> depicts
+the relation MentionOf (<a href="#concept-mention" class="internalDFN">mention</a>) as a ternary relation.
+</p>
+
+
+<div style="text-align: center;">
+<span class="figure" id="fig-figure-1-uml-diagram-for-mention" style="max-width: 95%; ">
+<img src="figures/component5.png" alt="mention"><br>
+<span class="figcaption" id="figure-component5">Figure 1<sup><a class="internalDFN" href="#figure-component5"><span class="diamond"> â—Š:</span></a></sup>  UML Diagram for Mention</span>
+</span>
+</div>
+
+
+<p>Thus, Mention is a relation between two entities with regard to a bundle.
+It is a special case of specialization.</p> 
+
+
+<span class="glossary-ref">   The <dfn id="concept-mention" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#concept-mention"><span class="diamond"> â—Š</span></a></sup> of an entity in a bundle (containing a description of this entity) is another entity that is a specialization of the former and that presents at least the bundle as a further additional aspect. </span>
+
+
+
+<p>
+An entity is interpreted with respect to a bundle's description in a
+domain specific manner.  The mention of this entity with respect to
+this bundle offers the opportunity to specialize it according to some
+domain-specific interpretation.
+</p>
+
+
+<p>A mention of an entity in a bundle results in a specialization of this entity with extra fixed aspects, including the  bundle that it is described in. 
+</p>
+
+
+
+
+<p></p><div class="attributes" id="attributes-mention">A <dfn title="mentionOf" id="dfn-mentionof" class="internalDFN">mention</dfn><sup><a class="internalDFN" href="#dfn-mentionof"><span class="diamond"> â—Š</span></a></sup>  relation<span class="withPn">, written <span class="pnExpression">mentionOf(infra, supra, b)</span> in PROV-N,</span> has:
+<ul>
+<li><span class="attribute" id="mention.specificEntity">specificEntity</span>: an identifier (<span class="name">infra</span>)
+of the entity that is a mention of the general entity (<span class="name">supra</span>);</li>
+<li><span class="attribute" id="mention.generalEntity">generalEntity</span>: an identifier (<span class="name">supra</span>) for an entity that appears in bundle <span class="name">b</span>.</li>
+<li><span class="attribute" id="mention.bundle">bundle</span>: an identifier (<span class="name">b</span>) of a bundle that contains a description of <span class="name">supra</span> and further constitutes one additional aspect presented by <span class="name">infra</span>.</li>
+</ul>
+</div>
+
+<p>Like <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#dfn-specialization">specialization</a>, a mention is not, as  defined here, an <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#dfn-influence">influence</a>, and therefore does not have an id and attributes.
+Its grammar, in the provenance notation, is written as follows.</p>
+
+<table class="grammar">
+<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-mentionExpression" data-name="prod-mentionExpression"></a><span class="prodNo"></span>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">mentionExpression</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content">"mentionOf" "(" <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2012/CR-prov-n-20121211/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2012/CR-prov-n-20121211/#prod-eIdentifier">eIdentifier</a></span> "," <span class="prod"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></span> ")"</code></td> </tr> </tbody>
+<tbody class="prod"> <tr style="vertical-align: baseline; "> <td><a id="prod-bIdentifier" data-name="prod-bIdentifier"></a>&nbsp;&nbsp;&nbsp;</td> <td><code class="production prod">bIdentifier</code></td> <td>&nbsp;&nbsp;&nbsp;::=&nbsp;&nbsp;&nbsp;</td> <td><code class="content"><span class="prod"><a class="grammarRef" href="http://www.w3.org/TR/2012/CR-prov-n-20121211/#prod-identifier">identifier</a></span></code></td> </tr> </tbody>
+</table>
+
+
+<p>The following table summarizes how each constituent of a Mention maps to a syntax element, in the provenance notation.</p>
+<div style="text-align: left; ">
+<table class="thinborder" style="margin-left: auto; margin-right: auto;">
+<tbody><tr><td><b><a href="#dfn-mentionof">Mention</a></b></td><td><b>Non-Terminal</b></td></tr>
+<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td></tr>
+
+
+<tr><td><a href="#mention.specificEntity"><span class="attribute" data-id="mention.specificEntity">specificEntity</span></a></td><td><code class="content"><a class="grammarRef" href="http://www.w3.org/TR/2012/CR-prov-n-20121211/#prod-eIdentifier">eIdentifier</a></code></td></tr>
+
+
+<tr><td><a href="#mention.generalEntity"><span class="attribute" data-id="mention.generalEntity">generalEntity</span></a></td><td><code class="content"><a class="grammarRef" href="http://www.w3.org/TR/2012/CR-prov-n-20121211/#prod-eIdentifier">eIdentifier</a></code></td></tr>
+
+<tr><td><a href="#mention.bundle"><span class="attribute" data-id="mention.bundle">bundle</span></a></td><td><code class="content"><a class="grammarRef" href="#prod-bIdentifier">bIdentifier</a></code></td></tr>
+
+</tbody></table>
+</div>
+
+
+<p>
+Let us consider a bundle and the expression <span class="name">specializationOf(e2,e1)</span> occuring in this bundle.   The entity <span class="name">e1</span> may described im multiple other bundle <span class="name">b<sub>i</sub></span>.
+From <span class="name">specializationOf(e2,e1)</span>, one cannot infer <span class="name">mentionOf(e2,e1,b)</span> for a given <span class="name">b</span>, since it is unknown which  <span class="name">b<sub>i</sub></span>'s descriptions were used to computed additional aspects of   <span class="name">e2</span>. Hence, <span class="name">mentionOf</span> has to be asserted. </p>
+
+<p><a href="#mention-constraints" class="section-ref"><span>Section 5.</span></a> presents constraints applicable to <a>Mention</a>, and in particular, the fact that an entity can be a <a href="#mention.specificEntity">specific entity</a> of a <a>Mention</a> at most once.</p>
+
+
+<div class="anexample" id="anexample-mention-rating"><div class="anexampleTitle">Example 1<sup><a class="internalDFN" href="#anexample-mention-rating"><span class="diamond"> â—Š</span></a></sup></div>
+<p>This example is concerned with a performance rating tool that reads and processes provenance to determine the performance of agents.  To keep the example simple, an agent's performance is determined by the duration of the activities it is associated with. </p>
+<p>As an illustration, we consider that two bundles <span class="name">ex:run1</span> and <span class="name">ex:run2</span> refer to an agent <span class="name">ex:Bob</span> that controlled two activities <span class="name">ex:a1</span> and <span class="name">ex:a2</span>. </p>
+
+<pre class="codeexample">bundle ex:run1
+    activity(ex:a1, 2011-11-16T16:00:00, 2011-11-16T17:00:00)  //duration: 1hour
+    wasAssociatedWith(ex:a1, ex:Bob, [prov:role="controller"])
+endBundle
+
+bundle ex:run2
+    activity(ex:a2, 2011-11-17T10:00:00, 2011-11-17T17:00:00)  //duration: 7hours
+    wasAssociatedWith(ex:a2, ex:Bob, [prov:role="controller"])
+endBundle
+</pre> 
+<p>The performance rating tool reads these bundles, and rates the performance of the agent described in these bundles. The performance rating tool creates a new bundle <span class="name">tool:analysis01</span> containing the following. A new agent <span class="name">tool:Bob-2011-11-16</span> is declared as a mention of <span class="name">ex:Bob</span> as described in  bundle <span class="name">ex:run1</span>, and likewise for  <span class="name">tool:Bob-2011-11-17</span> with respect to <span class="name">ex:run2</span>. The tool adds a domain-specific performance attribute to each of these specialized entities as follows: the performance of the agent in the first bundle is judged to be good since the duration of <span class="name">ex:a1</span> is one hour, whereas it is judged to be bad in the second bundle since <span class="name">ex:a2</span>'s duration is seven hours. The attribute <span class="name">perf:rating</span> is an example of additional attribute of the specialized agents <span class="name">tool:Bob-2011-11-16</span> and <span class="name">tool:Bob-2011-11-17</span>.</p>
+
+<pre class="codeexample">bundle tool:analysis01
+    agent(tool:Bob-2011-11-16, [perf:rating="good"])
+    mentionOf(tool:Bob-2011-11-16, ex:Bob, ex:run1)
+
+    agent(tool:Bob-2011-11-17, [perf:rating="bad"])
+    mentionOf(tool:Bob-2011-11-17, ex:Bob, ex:run2)
+endBundle
+</pre>
+</div>
+
+
+
+
+<div class="anexample" id="aexample-mention-viz"><div class="anexampleTitle">Example 2<sup><a class="internalDFN" href="#aexample-mention-viz"><span class="diamond"> â—Š</span></a></sup></div>
+<p>Consider the following bundle of descriptions, in which derivation and generations have been identified.
+</p><pre class="codeexample"> 
+bundle obs:bundle1
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:g1; ex:report1, -, 2012-05-24T10:00:01)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:g2; ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+entity(obs:bundle1, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle1, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle1</span> is rendered by a visualisation tool.  It may useful for the visualization layout of this bundle to be shared along with the provenance descriptions, so that other users can render provenance as it was originally rendered.  The original  bundle obviously cannot be changed. However, one can create a new bundle, as follows.
+<pre class="codeexample"> 
+bundle tool:bundle2
+  entity(tool:bundle2, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle2, viz:Visualizer)
+
+  entity(tool:report1, [ viz:color="orange" ])
+  mentionOf(tool:report1, ex:report1, obs:bundle1)
+
+  entity(tool:report2, [ viz:color="blue" ])              
+  mentionOf(tool:report2, ex:report2, obs:bundle1)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle2</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>This example is typical of a common situation in distributed environments, where the consumer and producer of provenance are different.</p>
+
+<p>Bundle <span class="name">tool:bundle2</span> is given type <span class="name">viz:Configuration</span> to indicate that it consists of descriptions that pertain to the configuration of the visualisation tool. This type attribute can be used for searching bundles containing visualization-related descriptions.
+</p>
+
+<p>The visualisation tool
+ created  new identifiers <span class="name">tool:report1</span> and
+<span class="name">tool:report2</span>.
+They denote entities which are specializations of <span class="name">ex:report1</span> and <span class="name">ex:report2</span>, described in bundle <span class="name">obs:bundle1</span>, with visualization attribute for the color to be used when rendering these entities.   </p>
+
+</div>
+
+
+
+</section>
+
+
+
+<section id="mention-ontology"> 
+      <!--OddPage--><h2><span class="secno">3. </span>Ontological Definition of Mention</h2> 
+
+<p>The ternary relation <a href="#dfn-mentionof" class="internalDFN">mentionOf</a> is encoded as two properties: 
+<a href="#mentionOf">prov:mentionOf</a> and
+<a href="#asInBundle">prov:asInBundle</a>, defined as follows.</p>
+
+<div class="entity" id="mentionOf">
+    <h2 id="property--prov-mentionof-op-----------------back-to-expanded-properties">
+      Property: <a href="#mentionOf"><span title="http://www.w3.org/ns/prov#mentionOf" class="dotted">prov:mentionOf</span></a> <sup title="object property" class="type-op">op</sup>
+
+    </h2>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#mentionOf</p>
+
+
+    <div class="description">
+      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</p>
+      </div>
+      <div class="comment "><p>prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.</p>
+      </div>
+      <dl>
+
+        <dt>has super-properties</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#specializationOf" title="http://www.w3.org/ns/prov#specializationOf">prov:specializationOf</a> <sup title="object property" class="type-op">op</sup>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>PROV-DM term</dt>
+      <dd>
+         <a href="#term-mention" title="prov-dm">mention</a>      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+
+<div class="entity" id="asInBundle">
+    <h2 id="property--prov-asinbundle-op-----------------back-to-expanded-properties">
+      Property: <a href="#asInBundle"><span title="http://www.w3.org/ns/prov#asInBundle" class="dotted">prov:asInBundle</span></a> <sup title="object property" class="type-op">op</sup>
+    </h2>
+    <p><strong class="crossreference">IRI:</strong>http://www.w3.org/ns/prov#asInBundle</p>
+
+
+    <div class="description">
+      <div class="comment "><p>When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.</p>
+      </div>
+      <dl>
+        <dt>has domain</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Entity" title="http://www.w3.org/ns/prov#Entity">prov:Entity</a>
+            </li>
+          </ul>
+        </dd>
+
+        <dt>has range</dt>
+        <dd>
+          <ul>
+            <li>
+              <a class="owlclass" href="#Bundle" title="http://www.w3.org/ns/prov#Bundle">prov:Bundle</a>
+            </li>
+          </ul>
+        </dd>
+
+      <dt>PROV-DM term</dt>
+      <dd>
+         <a href="#term-mention" title="prov-dm">mention</a>      </dd>
+
+      </dl>
+    </div>
+  </div>
+
+<div class="anexample" typeof="prov:Entity" data-about="#example-for-property-mentionOf" id="example_3"><div class="anexampleTitle">Example 3<sup><a class="internalDFN" href="#example_3"><span class="diamond"> â—Š</span></a></sup></div>
+      <span resource="http://www.w3.org/ns/prov#mentionOf" data-rel="dcterms:subject"></span>
+
+<p>We revisit <a href="#anexample-mention-rating" class="anexample-ref"><span>Example 1</span></a>, encoding in RDF the rating of Bob in the context of the second activity.</p>
+
+      <pre property="prov:value" resource="http://dvcs.w3.org/hg/prov/raw-file/tip/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_mentionOf.ttl" data-rel="prov:wasQuotedFrom">@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
+@prefix xsd:  &lt;http://www.w3.org/2001/XMLSchema#&gt; .
+@prefix owl:  &lt;http://www.w3.org/2002/07/owl#&gt; .
+@prefix prov: &lt;http://www.w3.org/ns/prov#&gt; .
+@prefix tool: &lt;http://example.com/tool/&gt; .
+@prefix perf: &lt;http://example.com/performance/&gt; .
+@prefix :     &lt;http://example.com/&gt; .
+
+:run2 {
+   :activity_2
+      a prov:Activity;
+      prov:startedAtTime "2011-11-17T10:00:00"^^xsd:dateTime;
+      prov:endedAtTime   "2011-11-17T17:00:00"^^xsd:dateTime; 
+      prov:wasAssociatedWith :bob;
+   .
+}
+
+tool:analysis_01 {
+   tool:bob-2011-11-17
+      a prov:Agent;
+      prov:mentionOf  :bob;
+      prov:asInBundle :run2;
+      perf:rating     perf:very-slow;
+   .
+}
+
+# This is inferred from prov:mentionOf
+tool:bob-2011-11-17 prov:specializationOf :bob . 
+
+# This is inferred from prov:specializationOf
+tool:bob-2011-11-17 prov:alternateOf      :bob . 
+</pre>
+    </div>
+</section>
+
+
+<section id="mention-xml"> 
+      <!--OddPage--><h2><span class="secno">4. </span>XML Schema for Mention</h2> 
+
+
+
+<p>Type definition in XML Schema:</p><pre class="schema-type">&lt;xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Mention"&gt;
+  &lt;xs:sequence&gt;
+    &lt;xs:element name="specificEntity" type="prov:EntityRef"/&gt;
+    &lt;xs:element name="generalEntity" type="prov:EntityRef"/&gt;
+    &lt;xs:element name="bundle" type="prov:EntityRef"/&gt;
+  &lt;/xs:sequence&gt;
+&lt;/xs:complexType&gt;
+</pre>
+<p>Usage in XML:</p><pre class="schema-usage">&lt;xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="mentionOf" type="prov:Mention"/&gt;
+</pre>
+<div class="anexample" id="example_4"><div class="anexampleTitle">Example 4<sup><a class="internalDFN" href="#example_4"><span class="diamond"> â—Š</span></a></sup></div>
+<pre>&lt;prov:document
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:prov="http://www.w3.org/ns/prov#"
+    xmlns:ex="http://example.com/ns/ex#"
+    xmlns:perf="http://example.com/ns/perf#"
+    xmlns:tool="http://example.com/ns/tool#"&gt;
+
+  &lt;prov:bundle prov:id="ex:run1"&gt;
+    &lt;prov:activity prov:id="ex:a1"&gt;
+      &lt;prov:startTime&gt;2011-11-16T16:00:00&lt;/prov:startTime&gt;
+      &lt;prov:endTime&gt;2011-11-16T17:00:00&lt;/prov:endTime&gt;
+    &lt;/prov:activity&gt;
+
+    &lt;prov:wasAssociatedWith&gt;
+      &lt;prov:activity prov:ref="ex:a1" /&gt;
+      &lt;prov:agent prov:ref="ex:Bob" /&gt;
+      &lt;prov:role xsi:type="xsd:QName"&gt;controller&lt;/prov:role&gt;
+    &lt;/prov:wasAssociatedWith&gt;
+  &lt;/prov:bundle&gt;
+
+  &lt;prov:bundle prov:id="ex:run2"&gt;
+    &lt;prov:activity prov:id="ex:a2"&gt;
+      &lt;prov:startTime&gt;2011-11-17T10:00:00&lt;/prov:startTime&gt;
+      &lt;prov:endTime&gt;2011-11-17T17:00:00&lt;/prov:endTime&gt;
+    &lt;/prov:activity&gt;
+
+    &lt;prov:wasAssociatedWith&gt;
+      &lt;prov:activity prov:ref="ex:a2" /&gt;
+      &lt;prov:agent prov:ref="ex:Bob" /&gt;
+      &lt;prov:role xsi:type="xsd:QName"&gt;controller&lt;/prov:role&gt;
+    &lt;/prov:wasAssociatedWith&gt;
+  &lt;/prov:bundle&gt;
+
+  &lt;prov:bundle prov:id="tool:analysis01"&gt;
+    &lt;prov:agent prov:id="tool:Bob-2011-11-16"&gt;
+      &lt;ex:perfrating&gt;good&lt;/ex:perfrating&gt;
+    &lt;/prov:agent&gt;
+
+    <b>&lt;prov:mentionOf&gt;
+      &lt;prov:specificEntity prov:ref="tool:Bob-2011-11-16" /&gt;
+      &lt;prov:generalEntity prov:ref="ex:Bob" /&gt;
+      &lt;prov:bundle prov:ref="ex:run1" /&gt;
+    &lt;/prov:mentionOf&gt;</b>
+
+    &lt;prov:agent prov:id="tool:Bob-2011-11-17"&gt;
+      &lt;ex:perfrating&gt;bad&lt;/ex:perfrating&gt;
+    &lt;/prov:agent&gt;
+
+    <b>&lt;prov:mentionOf&gt;
+      &lt;prov:specificEntity prov:ref="tool:Bob-2011-11-17" /&gt;
+      &lt;prov:generalEntity prov:ref="ex:Bob" /&gt;
+      &lt;prov:bundle prov:ref="ex:run2" /&gt;
+    &lt;/prov:mentionOf&gt;</b>
+  &lt;/prov:bundle&gt;
+
+&lt;/prov:document&gt;</pre></div>
+</section> 
+
+
+
+
+
+
+<section id="mention-constraints"> 
+      <!--OddPage--><h2><span class="secno">5. </span>Constraints associated with Mention</h2> 
+
+
+
+
+
+    <p id="mention-specialization-inference_text">If one entity is a mention of another in a bundle, then the former is also a specialization of the latter:</p>
+    
+       <div class="inference" id="mention-specialization-inference">
+<p>
+<span class="conditional">IF</span> <span class="name">mentionOf(e2,e1,b)</span> <span class="conditional">THEN</span> <span class="name">specializationOf(e2,e1)</span>.</p>
+    </div> 
+
+
+
+
+<div id="unique-mention_text">
+<p>An entity can be the subject of at most one mention relation.</p>
+</div>
+
+
+<div class="constraint" id="unique-mention">
+<p>
+<span class="conditional">IF</span> <span class="name">mentionOf(e, e1, b1)</span> and <span class="name">mentionOf(e, e2, b2)</span>,
+<span class="conditional">THEN</span>  <span class="name">e1</span>=<span class="name">e2</span> and <span class="name">b1</span>=<span class="name">b2</span>.</p>
+</div> 
+
+
+
+</section> 
+
+
+
+<section class="appendix" id="acknowledgements"> 
+      <!--OddPage--><h2><span class="secno">A. </span>Acknowledgements</h2> 
+      <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  Ivan Herman (<abbr title="World Wide Web Consortium">W3C</abbr>/<abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr>).
+      </p> 
+
+<p>
+Members of the PROV Working Group at the time of publication of this document were:
+
+Ilkay Altintas (Invited expert),
+Reza B'Far (Oracle Corporation),
+Khalid Belhajjame (University of Manchester),
+James Cheney (University of Edinburgh, School of Informatics),
+Sam Coppens (IBBT),
+David Corsar (University of Aberdeen, Computing Science),
+Stephen Cresswell (The National Archives),
+Tom De Nies (IBBT),
+Helena Deus (DERI Galway at the National University of Ireland, Galway, Ireland),
+Simon Dobson (Invited expert),
+Martin Doerr (Foundation for Research and Technology - Hellas(FORTH)),
+Kai Eckert (Invited expert),
+Jean-Pierre EVAIN (European Broadcasting Union, EBU-UER),
+James Frew (Invited expert),
+Irini Fundulaki (Foundation for Research and Technology - Hellas(FORTH)),
+Daniel Garijo (Universidad Politécnica de Madrid),
+Yolanda Gil (Invited expert),
+Ryan Golden (Oracle Corporation),
+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>),
+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>),
+Ralph Hodgson (TopQuadrant),
+Hook Hua (Invited expert),
+Trung Dong Huynh (University of Southampton),
+Graham Klyne (University of Oxford),
+Michael Lang (Revelytix, Inc.),
+Timothy Lebo (Rensselaer Polytechnic Institute),
+James McCusker (Rensselaer Polytechnic Institute),
+Deborah McGuinness (Rensselaer Polytechnic Institute),
+Simon Miles (Invited expert),
+Paolo Missier (School of Computing Science, Newcastle university),
+Luc Moreau (University of Southampton),
+James Myers (Rensselaer Polytechnic Institute),
+Vinh Nguyen (Wright State University),
+Edoardo Pignotti (University of Aberdeen, Computing Science),
+Paulo da Silva Pinheiro (Rensselaer Polytechnic Institute),
+Carl Reed (Open Geospatial Consortium),
+Adam Retter (Invited Expert),
+Christine Runnegar (Invited expert),
+Satya Sahoo (Invited expert),
+David Schaengold (Revelytix, Inc.),
+Daniel Schutzer (FSTC, Financial Services Technology Consortium),
+Yogesh Simmhan (Invited expert),
+Stian Soiland-Reyes (University of Manchester),
+Eric Stephan (Pacific Northwest National Laboratory),
+Linda Stewart (The National Archives),
+Ed Summers (Library of Congress),
+Maria Theodoridou (Foundation for Research and Technology - Hellas(FORTH)),
+Ted Thibodeau (OpenLink Software Inc.),
+Curt Tilmes (National Aeronautics and Space Administration),
+Craig Trim (IBM Corporation),
+Stephan Zednik (Rensselaer Polytechnic Institute),
+Jun Zhao (University of Oxford),
+Yuting Zhao (University of Aberdeen, Computing Science).
+</p>
+    </section> 
+
+
+ 
+
+<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">B. </span>References</h2><section id="informative-references"><h3><span class="secno">B.1 </span>Informative references</h3><dl class="bibliography"><dt id="bib-PROV-AQ">[PROV-AQ]</dt><dd>Graham Klyne; Paul Groth; eds. <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/"><cite>Provenance Access and Query</cite></a>. 19 June 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-aq-20120619/">http://www.w3.org/TR/2012/WD-prov-aq-20120619/</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/2012/CR-prov-constraints-20121211/"><cite>Constraints of the PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/">http://www.w3.org/TR/2012/CR-prov-constraints-20121211/</a>
+</dd><dt id="bib-PROV-DM">[PROV-DM]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/"><cite>PROV-DM: The PROV Data Model</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/">http://www.w3.org/TR/2012/CR-prov-dm-20121211/</a>
+</dd><dt id="bib-PROV-N">[PROV-N]</dt><dd>Luc Moreau; Paolo Missier; eds. <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/"><cite>PROV-N: The Provenance Notation</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2012/CR-prov-n-20121211/">http://www.w3.org/TR/2012/CR-prov-n-20121211/</a>
+</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo; Satya Sahoo; Deborah McGuinness; eds. <a href="http://www.w3.org/TR/2012/CR-prov-o-20121211/"><cite>PROV-O: The PROV Ontology</cite></a>. 11 December 2012, W3C Candidate Recommendation. URL: <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 id="bib-PROV-OVERVIEW">[PROV-OVERVIEW]</dt><dd>Paul Groth; Luc Moreau; eds. <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/"><cite>PROV-OVERVIEW: An Overview of the PROV Family of Documents</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-overview-20121211/">http://www.w3.org/TR/2012/WD-prov-overview-20121211/</a>
+</dd><dt id="bib-PROV-PRIMER">[PROV-PRIMER]</dt><dd>Yolanda Gil; Simon Miles; eds. <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/"><cite>PROV Model Primer</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-primer-20121211/">http://www.w3.org/TR/2012/WD-prov-primer-20121211/</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/2012/WD-prov-xml-20121211/"><cite>PROV-XML: The PROV XML Schema</cite></a>. 11 December 2012, Working Draft. URL: <a href="http://www.w3.org/TR/2012/WD-prov-xml-20121211/">http://www.w3.org/TR/2012/WD-prov-xml-20121211/</a>
+</dd></dl></section></section></body></html>
Binary file links/releases/NOTE-prov-links-20121211/figures/component5.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/links/releases/NOTE-prov-links-20121211/figures/component5.svg	Fri Nov 30 15:01:08 2012 +0100
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
+          'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
+<svg fill-opacity="0" xmlns:xlink="http://www.w3.org/1999/xlink" color-rendering="auto" color-interpolation="auto" stroke="rgb(0,0,0)" text-rendering="auto" stroke-linecap="square" width="439" stroke-miterlimit="10" stroke-opacity="0" shape-rendering="auto" fill="rgb(0,0,0)" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="246" xmlns="http://www.w3.org/2000/svg" font-family="&apos;Dialog&apos;" font-style="normal" stroke-linejoin="miter" font-size="12" stroke-dashoffset="0" image-rendering="auto"
+><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
+  /><g
+  ><defs id="defs1"
+    ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath1"
+      ><path d="M-7 -7 L91 -7 L91 61 L-7 61 L-7 -7 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath2"
+      ><path d="M0 0 L0 47 L80 47 L80 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath3"
+      ><path d="M0 0 L80 0 L80 14 L0 14 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath4"
+      ><path d="M-7 -7 L121 -7 L121 51 L-7 51 L-7 -7 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath5"
+      ><path d="M0 0 L0 23 L110 23 L110 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath6"
+      ><path d="M0 0 L110 0 L110 28 L0 28 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"
+      ><path d="M-7 -7 L123 -7 L123 51 L-7 51 L-7 -7 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath8"
+      ><path d="M0 0 L0 37 L112 37 L112 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath9"
+      ><path d="M0 0 L112 0 L112 14 L0 14 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath10"
+      ><path d="M-7 -7 L52 -7 L52 25 L-7 25 L-7 -7 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"
+      ><path d="M0 0 L182 0 L182 157 L0 157 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath12"
+      ><path d="M0 0 L178 0 L178 153 L0 153 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath13"
+      ><path d="M0 0 L264 0 L264 138 L0 138 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath14"
+      ><path d="M0 0 L342 0 L342 134 L0 134 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath15"
+      ><path d="M0 0 L104 0 L104 154 L0 154 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath16"
+      ><path d="M0 0 L180 0 L180 157 L0 157 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath17"
+      ><path d="M-106 -14 L212 -14 L212 28 L-106 28 L-106 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath18"
+      ><path d="M-41 -14 L82 -14 L82 28 L-41 28 L-41 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath19"
+      ><path d="M-58 -14 L116 -14 L116 28 L-58 28 L-58 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"
+      ><path d="M-76 -14 L152 -14 L152 28 L-76 28 L-76 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath21"
+      ><path d="M-82 -14 L164 -14 L164 28 L-82 28 L-82 -14 Z"
+      /></clipPath
+    ></defs
+    ><g fill="white" text-rendering="geometricPrecision" fill-opacity="1" stroke-opacity="1" stroke="white"
+    ><rect x="0" width="439" height="246" y="0" stroke="none"
+    /></g
+    ><g font-size="11" transform="translate(131,77)" fill-opacity="1" fill="rgb(122,207,245)" text-rendering="geometricPrecision" font-family="sans-serif" stroke="rgb(122,207,245)" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="80" height="50" y="0" clip-path="url(#clipPath1)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(131,77)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" font-weight="bold" stroke-opacity="1" stroke-miterlimit="0"
+    ><rect fill="none" x="0" width="80" height="50" y="0" clip-path="url(#clipPath1)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath1)" x2="80" y1="14"
+    /></g
+    ><g font-size="11" transform="translate(131,91)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="2" xml:space="preserve" y="13" clip-path="url(#clipPath2)" stroke="none"
+      > id</text
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath2)" stroke="none"
+      > attributes</text
+    ></g
+    ><g font-size="11" transform="translate(131,77)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="23" xml:space="preserve" y="11" clip-path="url(#clipPath3)" stroke="none"
+      >Entity</text
+    ></g
+    ><g font-size="11" transform="translate(325,152)" fill-opacity="1" fill="rgb(179,214,249)" text-rendering="geometricPrecision" font-family="sans-serif" stroke="rgb(179,214,249)" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="110" height="40" y="0" clip-path="url(#clipPath4)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(325,152)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" font-weight="bold" stroke-opacity="1" stroke-miterlimit="0"
+    ><rect fill="none" x="0" width="110" height="40" y="0" clip-path="url(#clipPath4)"
+      /><line y2="28" fill="none" x1="0" clip-path="url(#clipPath4)" x2="110" y1="28"
+    /></g
+    ><g font-size="11" transform="translate(325,152)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="11" xml:space="preserve" y="11" clip-path="url(#clipPath6)" stroke="none"
+      >&lt;&lt;prov:type&gt;&gt;</text
+      ><text x="35" xml:space="preserve" y="25" font-weight="bold" clip-path="url(#clipPath6)" stroke="none"
+      >Bundle</text
+    ></g
+    ><g font-size="11" transform="translate(35,202)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="112" height="40" y="0" clip-path="url(#clipPath7)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(35,202)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" font-weight="bold" stroke-opacity="1" stroke-miterlimit="0"
+    ><rect fill="none" x="0" width="112" height="40" y="0" clip-path="url(#clipPath7)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath7)" x2="112" y1="14"
+    /></g
+    ><g font-size="11" transform="translate(35,202)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="26" xml:space="preserve" y="11" clip-path="url(#clipPath9)" stroke="none"
+      >MentionOf</text
+    ></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(21,-14)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="50" fill="none" x1="128" clip-path="url(#clipPath11)" x2="128" y1="90"
+      /><line y2="50" fill="none" x1="128" clip-path="url(#clipPath11)" x2="50" y1="50"
+      /><line y2="103" fill="none" x1="50" clip-path="url(#clipPath11)" x2="50" y1="50"
+      /><line y2="103" fill="none" x1="50" clip-path="url(#clipPath11)" x2="109" y1="103"
+      /><line y2="97" fill="none" x1="109" clip-path="url(#clipPath11)" x2="97" y1="103"
+      /><line y2="109" fill="none" x1="109" clip-path="url(#clipPath11)" x2="97" y1="103"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(21,52)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="99" fill="none" x1="124" clip-path="url(#clipPath12)" x2="124" y1="75"
+      /><line y2="99" fill="none" x1="124" clip-path="url(#clipPath12)" x2="50" y1="99"
+      /><line y2="50" fill="none" x1="50" clip-path="url(#clipPath12)" x2="50" y1="99"
+      /><line y2="50" fill="none" x1="50" clip-path="url(#clipPath12)" x2="109" y1="50"
+      /><line y2="44" fill="none" x1="109" clip-path="url(#clipPath12)" x2="97" y1="50"
+      /><line y2="56" fill="none" x1="109" clip-path="url(#clipPath12)" x2="97" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(161,67)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="50" fill="none" x1="50" clip-path="url(#clipPath13)" x2="210" y1="50"
+      /><line y2="84" fill="none" x1="210" clip-path="url(#clipPath13)" x2="210" y1="50"
+      /><polygon fill="white" clip-path="url(#clipPath13)" points=" 50 50 62 56 62 44" stroke="none"
+      /><polygon fill="none" points=" 50 50 62 56 62 44" clip-path="url(#clipPath13)"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(97,142)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="80" fill="none" x1="50" clip-path="url(#clipPath14)" x2="288" y1="80"
+      /><line y2="50" fill="none" x1="288" clip-path="url(#clipPath14)" x2="288" y1="80"
+      /><line y2="62" fill="none" x1="288" clip-path="url(#clipPath14)" x2="282" y1="50"
+      /><line y2="62" fill="none" x1="288" clip-path="url(#clipPath14)" x2="294" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(46,101)" stroke-dashoffset="1" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke-dasharray="5" stroke="black" stroke-opacity="1"
+    ><line y2="100" fill="none" x1="50" clip-path="url(#clipPath15)" x2="50" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(144,-11)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="50" fill="none" x1="50" clip-path="url(#clipPath16)" x2="50" y1="87"
+      /><line y2="50" fill="none" x1="50" clip-path="url(#clipPath16)" x2="126" y1="50"
+      /><line y2="103" fill="none" x1="126" clip-path="url(#clipPath16)" x2="126" y1="50"
+      /><line y2="103" fill="none" x1="126" clip-path="url(#clipPath16)" x2="67" y1="103"
+      /><line y2="75" fill="none" x1="50" clip-path="url(#clipPath16)" x2="56" y1="87"
+      /><line y2="75" fill="none" x1="50" clip-path="url(#clipPath16)" x2="44" y1="87"
+    /></g
+    ><g font-size="11" transform="translate(207,2)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="9" xml:space="preserve" y="11" clip-path="url(#clipPath17)" stroke="none"
+      >SpecializationOf</text
+    ></g
+    ><g font-size="11" transform="translate(385,195)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="10" xml:space="preserve" y="11" clip-path="url(#clipPath18)" stroke="none"
+      >0..1</text
+    ></g
+    ><g font-size="11" transform="translate(253,227)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="10" xml:space="preserve" y="11" clip-path="url(#clipPath19)" stroke="none"
+      >bundle</text
+    ></g
+    ><g font-size="11" transform="translate(2,118)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="10" xml:space="preserve" y="11" clip-path="url(#clipPath20)" stroke="none"
+      >MentionOf</text
+    ></g
+    ><g font-size="11" transform="translate(67,4)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><text x="9" xml:space="preserve" y="11" clip-path="url(#clipPath21)" stroke="none"
+      >AlternateOf</text
+    ></g
+    ><g fill="rgb(120,120,120)" text-rendering="geometricPrecision" fill-opacity="1" font-size="8" stroke-opacity="1" stroke="rgb(120,120,120)"
+    ></g
+  ></g
+></svg
+>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/links/releases/NOTE-prov-links-20121211/figures/mention-prov-o.graffle	Fri Nov 30 15:01:08 2012 +0100
@@ -0,0 +1,601 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>ActiveLayerIndex</key>
+	<integer>0</integer>
+	<key>ApplicationVersion</key>
+	<array>
+		<string>com.omnigroup.OmniGrafflePro</string>
+		<string>139.16.0.171715</string>
+	</array>
+	<key>AutoAdjust</key>
+	<true/>
+	<key>BackgroundGraphic</key>
+	<dict>
+		<key>Bounds</key>
+		<string>{{0, 0}, {576, 733}}</string>
+		<key>Class</key>
+		<string>SolidGraphic</string>
+		<key>ID</key>
+		<integer>2</integer>
+		<key>Style</key>
+		<dict>
+			<key>shadow</key>
+			<dict>
+				<key>Draws</key>
+				<string>NO</string>
+			</dict>
+			<key>stroke</key>
+			<dict>
+				<key>Draws</key>
+				<string>NO</string>
+			</dict>
+		</dict>
+	</dict>
+	<key>BaseZoom</key>
+	<integer>0</integer>
+	<key>CanvasOrigin</key>
+	<string>{0, 0}</string>
+	<key>ColumnAlign</key>
+	<integer>1</integer>
+	<key>ColumnSpacing</key>
+	<real>36</real>
+	<key>CreationDate</key>
+	<string>2012-11-11 20:25:11 +0000</string>
+	<key>Creator</key>
+	<string>lebot</string>
+	<key>DisplayScale</key>
+	<string>1 0/72 in = 1 0/72 in</string>
+	<key>GraphDocumentVersion</key>
+	<integer>8</integer>
+	<key>GraphicsList</key>
+	<array>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>856</integer>
+			</dict>
+			<key>ID</key>
+			<integer>857</integer>
+			<key>Points</key>
+			<array>
+				<string>{144.77065662228318, 77.52652866694288}</string>
+				<string>{167.14285062709018, 83.146080130790608}</string>
+				<string>{162.30322687431669, 101.35875822265692}</string>
+				<string>{125.64739610230785, 90.482761274452116}</string>
+			</array>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.501961</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>0.501961</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>842</integer>
+				<key>Info</key>
+				<integer>7</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{31.985716106742416, 49.578610125210218}, {93.599998474121094, 54}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>856</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, -0.5}</string>
+				<string>{0.039331435999999997, -0.5}</string>
+				<string>{-0.28893053892616649, -0.49999999999999956}</string>
+				<string>{-2.3841858000000002e-07, -2.3841858000000002e-07}</string>
+				<string>{0.49999988000000001, -9.536743200000001e-07}</string>
+				<string>{0.49999976000000002, 0.10706591999999999}</string>
+				<string>{0.49999976000000002, -0.089067459000000002}</string>
+				<string>{-0.50000023999999998, 0.24999975999999999}</string>
+				<string>{-0.49697614000000001, -0.25000023999999998}</string>
+			</array>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.871251</string>
+						<key>g</key>
+						<string>0.994861</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+					<key>CornerRadius</key>
+					<real>17</real>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+Bundle}</string>
+			</dict>
+			<key>VFlip</key>
+			<string>YES</string>
+		</dict>
+		<dict>
+			<key>Class</key>
+			<string>LineGraphic</string>
+			<key>ControlPoints</key>
+			<array>
+				<string>{12.358700000000001, 4.7106804999999996}</string>
+				<string>{1.2090977901762017, 19.859071042262087}</string>
+				<string>{-1.2091544357533621, -19.859070626627982}</string>
+				<string>{13.047700000000001, -4.6650995999999996}</string>
+			</array>
+			<key>Head</key>
+			<dict>
+				<key>ID</key>
+				<integer>842</integer>
+				<key>Info</key>
+				<integer>6</integer>
+			</dict>
+			<key>ID</key>
+			<integer>832</integer>
+			<key>Points</key>
+			<array>
+				<string>{144.28572082519472, 62.878888208631778}</string>
+				<string>{174.50518140834254, 46.642544323251684}</string>
+				<string>{144.78236031253601, 43.179003449853035}</string>
+			</array>
+			<key>Rotation</key>
+			<real>90</real>
+			<key>Style</key>
+			<dict>
+				<key>stroke</key>
+				<dict>
+					<key>Bezier</key>
+					<true/>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.501961</string>
+						<key>g</key>
+						<string>0.501961</string>
+						<key>r</key>
+						<string>0.501961</string>
+					</dict>
+					<key>HeadArrow</key>
+					<string>FilledArrow</string>
+					<key>Legacy</key>
+					<true/>
+					<key>LineType</key>
+					<integer>1</integer>
+					<key>TailArrow</key>
+					<string>0</string>
+					<key>Width</key>
+					<real>2</real>
+				</dict>
+			</dict>
+			<key>Tail</key>
+			<dict>
+				<key>ID</key>
+				<integer>842</integer>
+				<key>Info</key>
+				<integer>12</integer>
+			</dict>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{181.75275747418596, 39.365223589566568}, {87, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>831</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+mentionOf}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{14, 16.717516445313265}, {130.28572082519531, 98.285713195800781}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>HFlip</key>
+			<string>YES</string>
+			<key>ID</key>
+			<integer>842</integer>
+			<key>Magnets</key>
+			<array>
+				<string>{0, -0.5}</string>
+				<string>{-0.13149363754976684, -0.49722411081515494}</string>
+				<string>{-0.2014582147646915, -0.5}</string>
+				<string>{-1.1920929000000001e-07, 0}</string>
+				<string>{0.17504186255564425, -0.49722411081515472}</string>
+				<string>{-0.49683261000000001, -0.2318478277801681}</string>
+				<string>{-0.49683261000000001, 0.11640238999999999}</string>
+				<string>{0.5, -0.11640215}</string>
+				<string>{0.5, 0.11640263000000001}</string>
+				<string>{-0.46656287000000002, -0.47617738999999998}</string>
+				<string>{0.46942066999999998, -0.47617738999999998}</string>
+				<string>{-0.49999999999999956, -0.03033487510684596}</string>
+				<string>{-0.4002385751381714, 0.49440574036245555}</string>
+				<string>{0.29789435283643129, 0.50000000000000022}</string>
+				<string>{0.15661640333194349, 0.49440574036245599}</string>
+				<string>{-0.15129217691539787, 0.50000000000000022}</string>
+			</array>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>fill</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.871251</string>
+						<key>g</key>
+						<string>0.994861</string>
+						<key>r</key>
+						<string>1</string>
+					</dict>
+				</dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Color</key>
+					<dict>
+						<key>b</key>
+						<string>0.6</string>
+						<key>g</key>
+						<string>0.6</string>
+						<key>r</key>
+						<string>0.6</string>
+					</dict>
+					<key>CornerRadius</key>
+					<real>17</real>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\b\fs32 \cf0 Entity}</string>
+			</dict>
+			<key>TextPlacement</key>
+			<integer>0</integer>
+		</dict>
+		<dict>
+			<key>Bounds</key>
+			<string>{{171.6099897349352, 88.084180673132238}, {86, 19}}</string>
+			<key>Class</key>
+			<string>ShapedGraphic</string>
+			<key>FitText</key>
+			<string>YES</string>
+			<key>Flow</key>
+			<string>Resize</string>
+			<key>FontInfo</key>
+			<dict>
+				<key>Color</key>
+				<dict>
+					<key>w</key>
+					<string>0</string>
+				</dict>
+				<key>Font</key>
+				<string>Georgia</string>
+				<key>NSKern</key>
+				<real>0.0</real>
+				<key>Size</key>
+				<real>16</real>
+			</dict>
+			<key>ID</key>
+			<integer>855</integer>
+			<key>Shape</key>
+			<string>Rectangle</string>
+			<key>Style</key>
+			<dict>
+				<key>shadow</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+				<key>stroke</key>
+				<dict>
+					<key>Draws</key>
+					<string>NO</string>
+				</dict>
+			</dict>
+			<key>Text</key>
+			<dict>
+				<key>Pad</key>
+				<integer>2</integer>
+				<key>Text</key>
+				<string>{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf340
+\cocoascreenfonts1{\fonttbl\f0\fnil\fcharset0 Georgia;}
+{\colortbl;\red255\green255\blue255;}
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\qc
+
+\f0\fs32 \cf0 \expnd0\expndtw0\kerning0
+asInBundle}</string>
+				<key>VerticalPad</key>
+				<integer>0</integer>
+			</dict>
+			<key>Wrap</key>
+			<string>NO</string>
+		</dict>
+	</array>
+	<key>GridInfo</key>
+	<dict/>
+	<key>GuidesLocked</key>
+	<string>NO</string>
+	<key>GuidesVisible</key>
+	<string>YES</string>
+	<key>HPages</key>
+	<integer>1</integer>
+	<key>ImageCounter</key>
+	<integer>1</integer>
+	<key>KeepToScale</key>
+	<false/>
+	<key>Layers</key>
+	<array>
+		<dict>
+			<key>Lock</key>
+			<string>NO</string>
+			<key>Name</key>
+			<string>Layer 1</string>
+			<key>Print</key>
+			<string>YES</string>
+			<key>View</key>
+			<string>YES</string>
+		</dict>
+	</array>
+	<key>LayoutInfo</key>
+	<dict>
+		<key>Animate</key>
+		<string>NO</string>
+		<key>circoMinDist</key>
+		<real>18</real>
+		<key>circoSeparation</key>
+		<real>0.0</real>
+		<key>layoutEngine</key>
+		<string>dot</string>
+		<key>neatoSeparation</key>
+		<real>0.0</real>
+		<key>twopiSeparation</key>
+		<real>0.0</real>
+	</dict>
+	<key>LinksVisible</key>
+	<string>NO</string>
+	<key>MagnetsVisible</key>
+	<string>NO</string>
+	<key>MasterSheets</key>
+	<array/>
+	<key>ModificationDate</key>
+	<string>2012-11-11 20:25:42 +0000</string>
+	<key>Modifier</key>
+	<string>lebot</string>
+	<key>NotesVisible</key>
+	<string>NO</string>
+	<key>Orientation</key>
+	<integer>2</integer>
+	<key>OriginVisible</key>
+	<string>NO</string>
+	<key>PageBreaks</key>
+	<string>NO</string>
+	<key>PrintInfo</key>
+	<dict>
+		<key>NSBottomMargin</key>
+		<array>
+			<string>float</string>
+			<string>41</string>
+		</array>
+		<key>NSHorizonalPagination</key>
+		<array>
+			<string>coded</string>
+			<string>BAtzdHJlYW10eXBlZIHoA4QBQISEhAhOU051bWJlcgCEhAdOU1ZhbHVlAISECE5TT2JqZWN0AIWEASqEhAFxlwCG</string>
+		</array>
+		<key>NSLeftMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSPaperSize</key>
+		<array>
+			<string>size</string>
+			<string>{612, 792}</string>
+		</array>
+		<key>NSPrintReverseOrientation</key>
+		<array>
+			<string>int</string>
+			<string>0</string>
+		</array>
+		<key>NSRightMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+		<key>NSTopMargin</key>
+		<array>
+			<string>float</string>
+			<string>18</string>
+		</array>
+	</dict>
+	<key>PrintOnePage</key>
+	<false/>
+	<key>ReadOnly</key>
+	<string>NO</string>
+	<key>RowAlign</key>
+	<integer>1</integer>
+	<key>RowSpacing</key>
+	<real>36</real>
+	<key>SheetTitle</key>
+	<string>Canvas 1</string>
+	<key>SmartAlignmentGuidesActive</key>
+	<string>YES</string>
+	<key>SmartDistanceGuidesActive</key>
+	<string>YES</string>
+	<key>UniqueID</key>
+	<integer>1</integer>
+	<key>UseEntirePage</key>
+	<false/>
+	<key>VPages</key>
+	<integer>1</integer>
+	<key>WindowInfo</key>
+	<dict>
+		<key>CurrentSheet</key>
+		<integer>0</integer>
+		<key>ExpandedCanvases</key>
+		<array>
+			<dict>
+				<key>name</key>
+				<string>Canvas 1</string>
+			</dict>
+		</array>
+		<key>Frame</key>
+		<string>{{394, 116}, {1286, 872}}</string>
+		<key>ListView</key>
+		<true/>
+		<key>OutlineWidth</key>
+		<integer>142</integer>
+		<key>RightSidebar</key>
+		<false/>
+		<key>Sidebar</key>
+		<true/>
+		<key>SidebarWidth</key>
+		<integer>120</integer>
+		<key>VisibleRegion</key>
+		<string>{{-295, -22}, {1166, 778}}</string>
+		<key>Zoom</key>
+		<real>1</real>
+		<key>ZoomValues</key>
+		<array>
+			<array>
+				<string>Canvas 1</string>
+				<real>1</real>
+				<real>1</real>
+			</array>
+		</array>
+	</dict>
+</dict>
+</plist>
--- a/testcases/process.html	Fri Nov 30 14:59:29 2012 +0100
+++ b/testcases/process.html	Fri Nov 30 15:01:08 2012 +0100
@@ -124,16 +124,16 @@
     <th>Documentation</th>
   </tr>
   <tr>
+    <td><b>RDF (PROV-O)</b></td>
+    <td>.ttl</td>
+    <td>[[PROV-O]]</td>
+  </tr>
+  <tr>
     <td><b>PROV-N</b></td>
     <td>.provn</td>
     <td>[[PROV-N]]</td>
   </tr>
   <tr>
-    <td><b>RDF (PROV-O)</b></td>
-    <td>.ttl</td>
-    <td>[[PROV-O]]</td>
-  </tr>
-  <tr>
     <td><b>PROV-XML</b></td>
     <td>.provx</td>
     <td>[[PROV-XML]]</td>
@@ -210,1281 +210,1281 @@
   <tr>
     <td id="ordering-activity1-PASS-c30"><b>ordering-activity1-PASS-c30</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#start-precedes-end"><span>Constraint 30 (start-precedes-end)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#start-precedes-end"><span>Constraint 30 (start-precedes-end)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS-c30.ttl" title="ordering-activity1-PASS-c30.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS-c30.provn" title="ordering-activity1-PASS-c30.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS-c30.provx" title="ordering-activity1-PASS-c30.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity1-PASS-c30.provn" title="ordering-activity1-PASS-c30.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-activity2-PASS-c33"><b>ordering-activity2-PASS-c33</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#usage-within-activity"><span>Constraint 33 (usage-within-activity)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#usage-within-activity"><span>Constraint 33 (usage-within-activity)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS-c33.ttl" title="ordering-activity2-PASS-c33.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS-c33.provn" title="ordering-activity2-PASS-c33.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS-c33.provx" title="ordering-activity2-PASS-c33.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity2-PASS-c33.provn" title="ordering-activity2-PASS-c33.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-activity3-PASS-c34"><b>ordering-activity3-PASS-c34</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#generation-within-activity"><span>Constraint 34 (generation-within-activity)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-within-activity"><span>Constraint 34 (generation-within-activity)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS-c34.ttl" title="ordering-activity3-PASS-c34.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS-c34.provn" title="ordering-activity3-PASS-c34.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS-c34.provx" title="ordering-activity3-PASS-c34.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity3-PASS-c34.provn" title="ordering-activity3-PASS-c34.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-activity4-PASS-c31"><b>ordering-activity4-PASS-c31</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#start-start-ordering"><span>Constraint 31 (start-start-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#start-start-ordering"><span>Constraint 31 (start-start-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS-c31.ttl" title="ordering-activity4-PASS-c31.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS-c31.provn" title="ordering-activity4-PASS-c31.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS-c31.provx" title="ordering-activity4-PASS-c31.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity4-PASS-c31.provn" title="ordering-activity4-PASS-c31.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-activity5-PASS-c32"><b>ordering-activity5-PASS-c32</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#end-end-ordering"><span>Constraint 32 (end-end-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#end-end-ordering"><span>Constraint 32 (end-end-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS-c32.ttl" title="ordering-activity5-PASS-c32.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS-c32.provn" title="ordering-activity5-PASS-c32.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS-c32.provx" title="ordering-activity5-PASS-c32.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-activity5-PASS-c32.provn" title="ordering-activity5-PASS-c32.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-association1-PASS-c47"><b>ordering-association1-PASS-c47</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasAssociatedWith-ordering"><span>Constraint 47 (wasAssociatedWith-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAssociatedWith-ordering"><span>Constraint 47 (wasAssociatedWith-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS-c47.ttl" title="ordering-association1-PASS-c47.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS-c47.provn" title="ordering-association1-PASS-c47.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS-c47.provx" title="ordering-association1-PASS-c47.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association1-PASS-c47.provn" title="ordering-association1-PASS-c47.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-association2-PASS-c47"><b>ordering-association2-PASS-c47</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasAssociatedWith-ordering"><span>Constraint 47 (wasAssociatedWith-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAssociatedWith-ordering"><span>Constraint 47 (wasAssociatedWith-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS-c47.ttl" title="ordering-association2-PASS-c47.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS-c47.provn" title="ordering-association2-PASS-c47.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS-c47.provx" title="ordering-association2-PASS-c47.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-association2-PASS-c47.provn" title="ordering-association2-PASS-c47.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-attribution1-PASS-c48"><b>ordering-attribution1-PASS-c48</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasAttributedTo-ordering"><span>Constraint 48 (wasAttributedTo-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAttributedTo-ordering"><span>Constraint 48 (wasAttributedTo-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS-c48.ttl" title="ordering-attribution1-PASS-c48.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS-c48.provn" title="ordering-attribution1-PASS-c48.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS-c48.provx" title="ordering-attribution1-PASS-c48.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution1-PASS-c48.provn" title="ordering-attribution1-PASS-c48.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-attribution2-PASS-c48"><b>ordering-attribution2-PASS-c48</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasAttributedTo-ordering"><span>Constraint 48 (wasAttributedTo-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAttributedTo-ordering"><span>Constraint 48 (wasAttributedTo-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS-c48.ttl" title="ordering-attribution2-PASS-c48.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS-c48.provn" title="ordering-attribution2-PASS-c48.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS-c48.provx" title="ordering-attribution2-PASS-c48.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-attribution2-PASS-c48.provn" title="ordering-attribution2-PASS-c48.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-delegation1-PASS-c49"><b>ordering-delegation1-PASS-c49</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#actedOnBehalfOf-ordering"><span>Constraint 49 (actedOnBehalfOf-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#actedOnBehalfOf-ordering"><span>Constraint 49 (actedOnBehalfOf-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS-c49.ttl" title="ordering-delegation1-PASS-c49.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS-c49.provn" title="ordering-delegation1-PASS-c49.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS-c49.provx" title="ordering-delegation1-PASS-c49.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation1-PASS-c49.provn" title="ordering-delegation1-PASS-c49.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-delegation2-PASS-c49"><b>ordering-delegation2-PASS-c49</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#actedOnBehalfOf-ordering"><span>Constraint 49 (actedOnBehalfOf-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#actedOnBehalfOf-ordering"><span>Constraint 49 (actedOnBehalfOf-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS-c49.ttl" title="ordering-delegation2-PASS-c49.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS-c49.provn" title="ordering-delegation2-PASS-c49.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS-c49.provx" title="ordering-delegation2-PASS-c49.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-delegation2-PASS-c49.provn" title="ordering-delegation2-PASS-c49.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-derivation1-PASS-c42"><b>ordering-derivation1-PASS-c42</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS-c42.ttl" title="ordering-derivation1-PASS-c42.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS-c42.provn" title="ordering-derivation1-PASS-c42.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS-c42.provx" title="ordering-derivation1-PASS-c42.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation1-PASS-c42.provn" title="ordering-derivation1-PASS-c42.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-derivation2-FAIL-c42"><b>ordering-derivation2-FAIL-c42</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.ttl" title="ordering-derivation2-FAIL-c42.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.provn" title="ordering-derivation2-FAIL-c42.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.provx" title="ordering-derivation2-FAIL-c42.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation2-FAIL-c42.provn" title="ordering-derivation2-FAIL-c42.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-derivation3-PASS-c41-c42"><b>ordering-derivation3-PASS-c41-c42</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-usage-generation-ordering"><span>Constraint 41 (derivation-usage-generation-ordering)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-usage-generation-ordering"><span>Constraint 41 (derivation-usage-generation-ordering)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS-c41-c42.ttl" title="ordering-derivation3-PASS-c41-c42.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS-c41-c42.provn" title="ordering-derivation3-PASS-c41-c42.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS-c41-c42.provx" title="ordering-derivation3-PASS-c41-c42.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-derivation3-PASS-c41-c42.provn" title="ordering-derivation3-PASS-c41-c42.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-ends1-PASS-c44"><b>ordering-ends1-PASS-c44</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasEndedBy-ordering"><span>Constraint 44 (wasEndedBy-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasEndedBy-ordering"><span>Constraint 44 (wasEndedBy-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS-c44.ttl" title="ordering-ends1-PASS-c44.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS-c44.provn" title="ordering-ends1-PASS-c44.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS-c44.provx" title="ordering-ends1-PASS-c44.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-ends1-PASS-c44.provn" title="ordering-ends1-PASS-c44.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-entity1-PASS-c36-c37-c38"><b>ordering-entity1-PASS-c36-c37-c38</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#generation-precedes-invalidation"><span>Constraint 36 (generation-precedes-invalidation)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#generation-precedes-usage"><span>Constraint 37 (generation-precedes-usage)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#usage-precedes-invalidation"><span>Constraint 38 (usage-precedes-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-precedes-invalidation"><span>Constraint 36 (generation-precedes-invalidation)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-precedes-usage"><span>Constraint 37 (generation-precedes-usage)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#usage-precedes-invalidation"><span>Constraint 38 (usage-precedes-invalidation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS-c36-c37-c38.ttl" title="ordering-entity1-PASS-c36-c37-c38.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS-c36-c37-c38.provn" title="ordering-entity1-PASS-c36-c37-c38.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS-c36-c37-c38.provx" title="ordering-entity1-PASS-c36-c37-c38.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity1-PASS-c36-c37-c38.provn" title="ordering-entity1-PASS-c36-c37-c38.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-entity2-PASS-c36"><b>ordering-entity2-PASS-c36</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#generation-precedes-invalidation"><span>Constraint 36 (generation-precedes-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-precedes-invalidation"><span>Constraint 36 (generation-precedes-invalidation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS-c36.ttl" title="ordering-entity2-PASS-c36.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS-c36.provn" title="ordering-entity2-PASS-c36.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS-c36.provx" title="ordering-entity2-PASS-c36.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity2-PASS-c36.provn" title="ordering-entity2-PASS-c36.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-entity3-PASS-c39"><b>ordering-entity3-PASS-c39</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#generation-generation-ordering"><span>Constraint 39 (generation-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-generation-ordering"><span>Constraint 39 (generation-generation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS-c39.ttl" title="ordering-entity3-PASS-c39.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS-c39.provn" title="ordering-entity3-PASS-c39.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS-c39.provx" title="ordering-entity3-PASS-c39.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity3-PASS-c39.provn" title="ordering-entity3-PASS-c39.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-entity4-PASS-c40"><b>ordering-entity4-PASS-c40</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#invalidation-invalidation-ordering"><span>Constraint 40 (invalidation-invalidation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#invalidation-invalidation-ordering"><span>Constraint 40 (invalidation-invalidation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS-c40.ttl" title="ordering-entity4-PASS-c40.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS-c40.provn" title="ordering-entity4-PASS-c40.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS-c40.provx" title="ordering-entity4-PASS-c40.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-entity4-PASS-c40.provn" title="ordering-entity4-PASS-c40.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-specialization1-PASS-c45"><b>ordering-specialization1-PASS-c45</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS-c45.ttl" title="ordering-specialization1-PASS-c45.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS-c45.provn" title="ordering-specialization1-PASS-c45.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS-c45.provx" title="ordering-specialization1-PASS-c45.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization1-PASS-c45.provn" title="ordering-specialization1-PASS-c45.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-specialization2-PASS-c46"><b>ordering-specialization2-PASS-c46</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#specialization-invalidation-ordering"><span>Constraint 46 (specialization-invalidation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-invalidation-ordering"><span>Constraint 46 (specialization-invalidation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS-c46.ttl" title="ordering-specialization2-PASS-c46.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS-c46.provn" title="ordering-specialization2-PASS-c46.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS-c46.provx" title="ordering-specialization2-PASS-c46.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization2-PASS-c46.provn" title="ordering-specialization2-PASS-c46.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-specialization3-PASS-c42-c45"><b>ordering-specialization3-PASS-c42-c45</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS-c42-c45.ttl" title="ordering-specialization3-PASS-c42-c45.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS-c42-c45.provn" title="ordering-specialization3-PASS-c42-c45.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS-c42-c45.provx" title="ordering-specialization3-PASS-c42-c45.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization3-PASS-c42-c45.provn" title="ordering-specialization3-PASS-c42-c45.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-specialization4-FAIL-c42-c45"><b>ordering-specialization4-FAIL-c42-c45</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.ttl" title="ordering-specialization4-FAIL-c42-c45.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provn" title="ordering-specialization4-FAIL-c42-c45.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provx" title="ordering-specialization4-FAIL-c42-c45.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-specialization4-FAIL-c42-c45.provn" title="ordering-specialization4-FAIL-c42-c45.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="ordering-starts1-PASS-c43"><b>ordering-starts1-PASS-c43</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#wasStartedBy-ordering"><span>Constraint 43 (wasStartedBy-ordering)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasStartedBy-ordering"><span>Constraint 43 (wasStartedBy-ordering)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS-c43.ttl" title="ordering-starts1-PASS-c43.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS-c43.provn" title="ordering-starts1-PASS-c43.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS-c43.provx" title="ordering-starts1-PASS-c43.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/ordering-starts1-PASS-c43.provn" title="ordering-starts1-PASS-c43.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="type-collection-FAIL-c56"><b>type-collection-FAIL-c56</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#membership-empty-collection"><span>Constraint 56 (membership-empty-collection)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#membership-empty-collection"><span>Constraint 56 (membership-empty-collection)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-collection-FAIL-c56.ttl" title="type-collection-FAIL-c56.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-collection-FAIL-c56.provn" title="type-collection-FAIL-c56.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-collection-FAIL-c56.provx" title="type-collection-FAIL-c56.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-collection-FAIL-c56.provn" title="type-collection-FAIL-c56.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="type-f1-FAIL-c55"><b>type-f1-FAIL-c55</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f1-FAIL-c55.ttl" title="type-f1-FAIL-c55.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f1-FAIL-c55.provn" title="type-f1-FAIL-c55.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f1-FAIL-c55.provx" title="type-f1-FAIL-c55.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f1-FAIL-c55.provn" title="type-f1-FAIL-c55.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="type-f2-FAIL-c55"><b>type-f2-FAIL-c55</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f2-FAIL-c55.ttl" title="type-f2-FAIL-c55.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f2-FAIL-c55.provn" title="type-f2-FAIL-c55.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f2-FAIL-c55.provx" title="type-f2-FAIL-c55.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f2-FAIL-c55.provn" title="type-f2-FAIL-c55.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="type-f3-FAIL-c54"><b>type-f3-FAIL-c54</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#impossible-object-property-overlap"><span>Constraint 54 (impossible-object-property-overlap)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-object-property-overlap"><span>Constraint 54 (impossible-object-property-overlap)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f3-FAIL-c54.ttl" title="type-f3-FAIL-c54.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f3-FAIL-c54.provn" title="type-f3-FAIL-c54.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f3-FAIL-c54.provx" title="type-f3-FAIL-c54.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f3-FAIL-c54.provn" title="type-f3-FAIL-c54.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="type-f4-FAIL-c53"><b>type-f4-FAIL-c53</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#impossible-property-overlap"><span>Constraint 53 (impossible-property-overlap)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-property-overlap"><span>Constraint 53 (impossible-property-overlap)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f4-FAIL-c53.ttl" title="type-f4-FAIL-c53.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f4-FAIL-c53.provn" title="type-f4-FAIL-c53.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f4-FAIL-c53.provx" title="type-f4-FAIL-c53.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/type-f4-FAIL-c53.provn" title="type-f4-FAIL-c53.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-end-f1-FAIL-c29"><b>unification-activity-end-f1-FAIL-c29</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-endTime"><span>Constraint 29 (unique-endTime)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-endTime"><span>Constraint 29 (unique-endTime)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-f1-FAIL-c29.ttl" title="unification-activity-end-f1-FAIL-c29.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-f1-FAIL-c29.provn" title="unification-activity-end-f1-FAIL-c29.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-f1-FAIL-c29.provx" title="unification-activity-end-f1-FAIL-c29.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-f1-FAIL-c29.provn" title="unification-activity-end-f1-FAIL-c29.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-end-s1-PASS-c29"><b>unification-activity-end-s1-PASS-c29</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-endTime"><span>Constraint 29 (unique-endTime)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-endTime"><span>Constraint 29 (unique-endTime)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-s1-PASS-c29.ttl" title="unification-activity-end-s1-PASS-c29.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-s1-PASS-c29.provn" title="unification-activity-end-s1-PASS-c29.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-s1-PASS-c29.provx" title="unification-activity-end-s1-PASS-c29.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-end-s1-PASS-c29.provn" title="unification-activity-end-s1-PASS-c29.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-s1-PASS-c22"><b>unification-activity-s1-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s1-PASS-c22.ttl" title="unification-activity-s1-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s1-PASS-c22.provn" title="unification-activity-s1-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s1-PASS-c22.provx" title="unification-activity-s1-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s1-PASS-c22.provn" title="unification-activity-s1-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-s2-PASS-c22"><b>unification-activity-s2-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s2-PASS-c22.ttl" title="unification-activity-s2-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s2-PASS-c22.provn" title="unification-activity-s2-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s2-PASS-c22.provx" title="unification-activity-s2-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s2-PASS-c22.provn" title="unification-activity-s2-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-s3-PASS-c22"><b>unification-activity-s3-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s3-PASS-c22.ttl" title="unification-activity-s3-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s3-PASS-c22.provn" title="unification-activity-s3-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s3-PASS-c22.provx" title="unification-activity-s3-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s3-PASS-c22.provn" title="unification-activity-s3-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-s4-PASS-c22"><b>unification-activity-s4-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s4-PASS-c22.ttl" title="unification-activity-s4-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s4-PASS-c22.provn" title="unification-activity-s4-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s4-PASS-c22.provx" title="unification-activity-s4-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-s4-PASS-c22.provn" title="unification-activity-s4-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-start-f1-FAIL-c28"><b>unification-activity-start-f1-FAIL-c28</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-startTime"><span>Constraint 28 (unique-startTime)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-startTime"><span>Constraint 28 (unique-startTime)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-f1-FAIL-c28.ttl" title="unification-activity-start-f1-FAIL-c28.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-f1-FAIL-c28.provn" title="unification-activity-start-f1-FAIL-c28.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-f1-FAIL-c28.provx" title="unification-activity-start-f1-FAIL-c28.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-f1-FAIL-c28.provn" title="unification-activity-start-f1-FAIL-c28.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-activity-start-s1-PASS-c28"><b>unification-activity-start-s1-PASS-c28</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-startTime"><span>Constraint 28 (unique-startTime)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-startTime"><span>Constraint 28 (unique-startTime)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-s1-PASS-c28.ttl" title="unification-activity-start-s1-PASS-c28.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-s1-PASS-c28.provn" title="unification-activity-start-s1-PASS-c28.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-s1-PASS-c28.provx" title="unification-activity-start-s1-PASS-c28.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-activity-start-s1-PASS-c28.provn" title="unification-activity-start-s1-PASS-c28.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f1-FAIL-c23"><b>unification-association-f1-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f1-FAIL-c23.ttl" title="unification-association-f1-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f1-FAIL-c23.provn" title="unification-association-f1-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f1-FAIL-c23.provx" title="unification-association-f1-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f1-FAIL-c23.provn" title="unification-association-f1-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f2-FAIL-c23"><b>unification-association-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f2-FAIL-c23.ttl" title="unification-association-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f2-FAIL-c23.provn" title="unification-association-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f2-FAIL-c23.provx" title="unification-association-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f2-FAIL-c23.provn" title="unification-association-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f3-FAIL-c23"><b>unification-association-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f3-FAIL-c23.ttl" title="unification-association-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f3-FAIL-c23.provn" title="unification-association-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f3-FAIL-c23.provx" title="unification-association-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f3-FAIL-c23.provn" title="unification-association-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f4-FAIL-c23"><b>unification-association-f4-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f4-FAIL-c23.ttl" title="unification-association-f4-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f4-FAIL-c23.provn" title="unification-association-f4-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f4-FAIL-c23.provx" title="unification-association-f4-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f4-FAIL-c23.provn" title="unification-association-f4-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f5-FAIL-c23"><b>unification-association-f5-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f5-FAIL-c23.ttl" title="unification-association-f5-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f5-FAIL-c23.provn" title="unification-association-f5-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f5-FAIL-c23.provx" title="unification-association-f5-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f5-FAIL-c23.provn" title="unification-association-f5-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-f6-FAIL-DM"><b>unification-association-f6-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f6-FAIL-DM.ttl" title="unification-association-f6-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f6-FAIL-DM.provn" title="unification-association-f6-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f6-FAIL-DM.provx" title="unification-association-f6-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-f6-FAIL-DM.provn" title="unification-association-f6-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-s1-PASS-c23"><b>unification-association-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s1-PASS-c23.ttl" title="unification-association-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s1-PASS-c23.provn" title="unification-association-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s1-PASS-c23.provx" title="unification-association-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s1-PASS-c23.provn" title="unification-association-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-s2-PASS-c23"><b>unification-association-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s2-PASS-c23.ttl" title="unification-association-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s2-PASS-c23.provn" title="unification-association-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s2-PASS-c23.provx" title="unification-association-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s2-PASS-c23.provn" title="unification-association-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-s3-PASS-c23"><b>unification-association-s3-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s3-PASS-c23.ttl" title="unification-association-s3-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s3-PASS-c23.provn" title="unification-association-s3-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s3-PASS-c23.provx" title="unification-association-s3-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s3-PASS-c23.provn" title="unification-association-s3-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-s4-PASS-c23"><b>unification-association-s4-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s4-PASS-c23.ttl" title="unification-association-s4-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s4-PASS-c23.provn" title="unification-association-s4-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s4-PASS-c23.provx" title="unification-association-s4-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s4-PASS-c23.provn" title="unification-association-s4-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-association-s5-PASS-c23"><b>unification-association-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s5-PASS-c23.ttl" title="unification-association-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s5-PASS-c23.provn" title="unification-association-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s5-PASS-c23.provx" title="unification-association-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-association-s5-PASS-c23.provn" title="unification-association-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-activity-s1-PASS-c22"><b>unification-attributes-activity-s1-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-activity-s1-PASS-c22.ttl" title="unification-attributes-activity-s1-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-activity-s1-PASS-c22.provn" title="unification-attributes-activity-s1-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-activity-s1-PASS-c22.provx" title="unification-attributes-activity-s1-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-activity-s1-PASS-c22.provn" title="unification-attributes-activity-s1-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-end-s1-PASS-c23"><b>unification-attributes-end-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s1-PASS-c23.ttl" title="unification-attributes-end-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s1-PASS-c23.provn" title="unification-attributes-end-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s1-PASS-c23.provx" title="unification-attributes-end-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s1-PASS-c23.provn" title="unification-attributes-end-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-end-s2-PASS-c23"><b>unification-attributes-end-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s2-PASS-c23.ttl" title="unification-attributes-end-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s2-PASS-c23.provn" title="unification-attributes-end-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s2-PASS-c23.provx" title="unification-attributes-end-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-end-s2-PASS-c23.provn" title="unification-attributes-end-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-entity-s1-PASS-c22"><b>unification-attributes-entity-s1-PASS-c22</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object"><span>Constraint 22 (key-object)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-entity-s1-PASS-c22.ttl" title="unification-attributes-entity-s1-PASS-c22.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-entity-s1-PASS-c22.provn" title="unification-attributes-entity-s1-PASS-c22.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-entity-s1-PASS-c22.provx" title="unification-attributes-entity-s1-PASS-c22.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-entity-s1-PASS-c22.provn" title="unification-attributes-entity-s1-PASS-c22.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-start-s1-PASS-c23"><b>unification-attributes-start-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s1-PASS-c23.ttl" title="unification-attributes-start-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s1-PASS-c23.provn" title="unification-attributes-start-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s1-PASS-c23.provx" title="unification-attributes-start-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s1-PASS-c23.provn" title="unification-attributes-start-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attributes-start-s2-PASS-c23"><b>unification-attributes-start-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s2-PASS-c23.ttl" title="unification-attributes-start-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s2-PASS-c23.provn" title="unification-attributes-start-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s2-PASS-c23.provx" title="unification-attributes-start-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attributes-start-s2-PASS-c23.provn" title="unification-attributes-start-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-f1-FAIL-DM"><b>unification-attribution-f1-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f1-FAIL-DM.ttl" title="unification-attribution-f1-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f1-FAIL-DM.provn" title="unification-attribution-f1-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f1-FAIL-DM.provx" title="unification-attribution-f1-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f1-FAIL-DM.provn" title="unification-attribution-f1-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-f2-FAIL-DM"><b>unification-attribution-f2-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f2-FAIL-DM.ttl" title="unification-attribution-f2-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f2-FAIL-DM.provn" title="unification-attribution-f2-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f2-FAIL-DM.provx" title="unification-attribution-f2-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-f2-FAIL-DM.provn" title="unification-attribution-f2-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-s1-PASS-c23"><b>unification-attribution-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s1-PASS-c23.ttl" title="unification-attribution-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s1-PASS-c23.provn" title="unification-attribution-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s1-PASS-c23.provx" title="unification-attribution-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s1-PASS-c23.provn" title="unification-attribution-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-s2-PASS-c23"><b>unification-attribution-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s2-PASS-c23.ttl" title="unification-attribution-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s2-PASS-c23.provn" title="unification-attribution-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s2-PASS-c23.provx" title="unification-attribution-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s2-PASS-c23.provn" title="unification-attribution-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-s3-PASS-c23"><b>unification-attribution-s3-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s3-PASS-c23.ttl" title="unification-attribution-s3-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s3-PASS-c23.provn" title="unification-attribution-s3-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s3-PASS-c23.provx" title="unification-attribution-s3-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s3-PASS-c23.provn" title="unification-attribution-s3-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-attribution-s4-PASS-c23"><b>unification-attribution-s4-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s4-PASS-c23.ttl" title="unification-attribution-s4-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s4-PASS-c23.provn" title="unification-attribution-s4-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s4-PASS-c23.provx" title="unification-attribution-s4-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-attribution-s4-PASS-c23.provn" title="unification-attribution-s4-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-bundle-f1-FAIL-c55-c56"><b>unification-bundle-f1-FAIL-c55-c56</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#membership-empty-collection"><span>Constraint 56 (membership-empty-collection)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#membership-empty-collection"><span>Constraint 56 (membership-empty-collection)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-bundle-f1-FAIL-c55-c56.ttl" title="unification-bundle-f1-FAIL-c55-c56.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-bundle-f1-FAIL-c55-c56.provn" title="unification-bundle-f1-FAIL-c55-c56.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-bundle-f1-FAIL-c55-c56.provx" title="unification-bundle-f1-FAIL-c55-c56.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-bundle-f1-FAIL-c55-c56.provn" title="unification-bundle-f1-FAIL-c55-c56.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-f1-FAIL-DM"><b>unification-communication-f1-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f1-FAIL-DM.ttl" title="unification-communication-f1-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f1-FAIL-DM.provn" title="unification-communication-f1-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f1-FAIL-DM.provx" title="unification-communication-f1-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f1-FAIL-DM.provn" title="unification-communication-f1-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-f2-FAIL-DM"><b>unification-communication-f2-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f2-FAIL-DM.ttl" title="unification-communication-f2-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f2-FAIL-DM.provn" title="unification-communication-f2-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f2-FAIL-DM.provx" title="unification-communication-f2-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-f2-FAIL-DM.provn" title="unification-communication-f2-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-s1-PASS-c23"><b>unification-communication-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s1-PASS-c23.ttl" title="unification-communication-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s1-PASS-c23.provn" title="unification-communication-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s1-PASS-c23.provx" title="unification-communication-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s1-PASS-c23.provn" title="unification-communication-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-s2-PASS-c23"><b>unification-communication-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s2-PASS-c23.ttl" title="unification-communication-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s2-PASS-c23.provn" title="unification-communication-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s2-PASS-c23.provx" title="unification-communication-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s2-PASS-c23.provn" title="unification-communication-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-s3-PASS-c23"><b>unification-communication-s3-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s3-PASS-c23.ttl" title="unification-communication-s3-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s3-PASS-c23.provn" title="unification-communication-s3-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s3-PASS-c23.provx" title="unification-communication-s3-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s3-PASS-c23.provn" title="unification-communication-s3-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-communication-s4-PASS-c23"><b>unification-communication-s4-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s4-PASS-c23.ttl" title="unification-communication-s4-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s4-PASS-c23.provn" title="unification-communication-s4-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s4-PASS-c23.provx" title="unification-communication-s4-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-communication-s4-PASS-c23.provn" title="unification-communication-s4-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-f1-FAIL-c23"><b>unification-delegation-f1-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f1-FAIL-c23.ttl" title="unification-delegation-f1-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f1-FAIL-c23.provn" title="unification-delegation-f1-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f1-FAIL-c23.provx" title="unification-delegation-f1-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f1-FAIL-c23.provn" title="unification-delegation-f1-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-f2-FAIL-c23"><b>unification-delegation-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f2-FAIL-c23.ttl" title="unification-delegation-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f2-FAIL-c23.provn" title="unification-delegation-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f2-FAIL-c23.provx" title="unification-delegation-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f2-FAIL-c23.provn" title="unification-delegation-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-f3-FAIL-c23"><b>unification-delegation-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f3-FAIL-c23.ttl" title="unification-delegation-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f3-FAIL-c23.provn" title="unification-delegation-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f3-FAIL-c23.provx" title="unification-delegation-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f3-FAIL-c23.provn" title="unification-delegation-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-f6-FAIL-DM"><b>unification-delegation-f6-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f6-FAIL-DM.ttl" title="unification-delegation-f6-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f6-FAIL-DM.provn" title="unification-delegation-f6-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f6-FAIL-DM.provx" title="unification-delegation-f6-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-f6-FAIL-DM.provn" title="unification-delegation-f6-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-s1-PASS-c23"><b>unification-delegation-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s1-PASS-c23.ttl" title="unification-delegation-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s1-PASS-c23.provn" title="unification-delegation-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s1-PASS-c23.provx" title="unification-delegation-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s1-PASS-c23.provn" title="unification-delegation-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-s2-PASS-c23"><b>unification-delegation-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s2-PASS-c23.ttl" title="unification-delegation-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s2-PASS-c23.provn" title="unification-delegation-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s2-PASS-c23.provx" title="unification-delegation-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s2-PASS-c23.provn" title="unification-delegation-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-s3-PASS-c23"><b>unification-delegation-s3-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s3-PASS-c23.ttl" title="unification-delegation-s3-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s3-PASS-c23.provn" title="unification-delegation-s3-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s3-PASS-c23.provx" title="unification-delegation-s3-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s3-PASS-c23.provn" title="unification-delegation-s3-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-s4-PASS-c23"><b>unification-delegation-s4-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s4-PASS-c23.ttl" title="unification-delegation-s4-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s4-PASS-c23.provn" title="unification-delegation-s4-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s4-PASS-c23.provx" title="unification-delegation-s4-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s4-PASS-c23.provn" title="unification-delegation-s4-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-delegation-s5-PASS-c23"><b>unification-delegation-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s5-PASS-c23.ttl" title="unification-delegation-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s5-PASS-c23.provn" title="unification-delegation-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s5-PASS-c23.provx" title="unification-delegation-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-delegation-s5-PASS-c23.provn" title="unification-delegation-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-f1-FAIL-c23"><b>unification-derivation-f1-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f1-FAIL-c23.ttl" title="unification-derivation-f1-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f1-FAIL-c23.provn" title="unification-derivation-f1-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f1-FAIL-c23.provx" title="unification-derivation-f1-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f1-FAIL-c23.provn" title="unification-derivation-f1-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-f2-FAIL-c23"><b>unification-derivation-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f2-FAIL-c23.ttl" title="unification-derivation-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f2-FAIL-c23.provn" title="unification-derivation-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f2-FAIL-c23.provx" title="unification-derivation-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f2-FAIL-c23.provn" title="unification-derivation-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-f3-FAIL-c23"><b>unification-derivation-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f3-FAIL-c23.ttl" title="unification-derivation-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f3-FAIL-c23.provn" title="unification-derivation-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f3-FAIL-c23.provx" title="unification-derivation-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f3-FAIL-c23.provn" title="unification-derivation-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-f4-FAIL-c23"><b>unification-derivation-f4-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f4-FAIL-c23.ttl" title="unification-derivation-f4-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f4-FAIL-c23.provn" title="unification-derivation-f4-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f4-FAIL-c23.provx" title="unification-derivation-f4-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-f4-FAIL-c23.provn" title="unification-derivation-f4-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-s1-PASS-c23"><b>unification-derivation-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s1-PASS-c23.ttl" title="unification-derivation-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s1-PASS-c23.provn" title="unification-derivation-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s1-PASS-c23.provx" title="unification-derivation-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s1-PASS-c23.provn" title="unification-derivation-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-s2-PASS-c23"><b>unification-derivation-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s2-PASS-c23.ttl" title="unification-derivation-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s2-PASS-c23.provn" title="unification-derivation-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s2-PASS-c23.provx" title="unification-derivation-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s2-PASS-c23.provn" title="unification-derivation-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-s3-PASS-c23"><b>unification-derivation-s3-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s3-PASS-c23.ttl" title="unification-derivation-s3-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s3-PASS-c23.provn" title="unification-derivation-s3-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s3-PASS-c23.provx" title="unification-derivation-s3-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s3-PASS-c23.provn" title="unification-derivation-s3-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-s4-PASS-c23"><b>unification-derivation-s4-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s4-PASS-c23.ttl" title="unification-derivation-s4-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s4-PASS-c23.provn" title="unification-derivation-s4-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s4-PASS-c23.provx" title="unification-derivation-s4-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s4-PASS-c23.provn" title="unification-derivation-s4-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-derivation-s5-PASS-c23"><b>unification-derivation-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s5-PASS-c23.ttl" title="unification-derivation-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s5-PASS-c23.provn" title="unification-derivation-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s5-PASS-c23.provx" title="unification-derivation-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-derivation-s5-PASS-c23.provn" title="unification-derivation-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-f1-FAIL-c23"><b>unification-end-f1-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f1-FAIL-c23.ttl" title="unification-end-f1-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f1-FAIL-c23.provn" title="unification-end-f1-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f1-FAIL-c23.provx" title="unification-end-f1-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f1-FAIL-c23.provn" title="unification-end-f1-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-f2-FAIL-c23"><b>unification-end-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f2-FAIL-c23.ttl" title="unification-end-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f2-FAIL-c23.provn" title="unification-end-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f2-FAIL-c23.provx" title="unification-end-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f2-FAIL-c23.provn" title="unification-end-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-f3-FAIL-c23"><b>unification-end-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f3-FAIL-c23.ttl" title="unification-end-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f3-FAIL-c23.provn" title="unification-end-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f3-FAIL-c23.provx" title="unification-end-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f3-FAIL-c23.provn" title="unification-end-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-f4-FAIL-c27"><b>unification-end-f4-FAIL-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f4-FAIL-c27.ttl" title="unification-end-f4-FAIL-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f4-FAIL-c27.provn" title="unification-end-f4-FAIL-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f4-FAIL-c27.provx" title="unification-end-f4-FAIL-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f4-FAIL-c27.provn" title="unification-end-f4-FAIL-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-f5-FAIL-c23"><b>unification-end-f5-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f5-FAIL-c23.ttl" title="unification-end-f5-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f5-FAIL-c23.provn" title="unification-end-f5-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f5-FAIL-c23.provx" title="unification-end-f5-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-f5-FAIL-c23.provn" title="unification-end-f5-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s1-PASS-c27"><b>unification-end-s1-PASS-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s1-PASS-c27.ttl" title="unification-end-s1-PASS-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s1-PASS-c27.provn" title="unification-end-s1-PASS-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s1-PASS-c27.provx" title="unification-end-s1-PASS-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s1-PASS-c27.provn" title="unification-end-s1-PASS-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s2-PASS-c27"><b>unification-end-s2-PASS-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s2-PASS-c27.ttl" title="unification-end-s2-PASS-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s2-PASS-c27.provn" title="unification-end-s2-PASS-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s2-PASS-c27.provx" title="unification-end-s2-PASS-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s2-PASS-c27.provn" title="unification-end-s2-PASS-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s3-PASS-c27"><b>unification-end-s3-PASS-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s3-PASS-c27.ttl" title="unification-end-s3-PASS-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s3-PASS-c27.provn" title="unification-end-s3-PASS-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s3-PASS-c27.provx" title="unification-end-s3-PASS-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s3-PASS-c27.provn" title="unification-end-s3-PASS-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s4-PASS-c27"><b>unification-end-s4-PASS-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s4-PASS-c27.ttl" title="unification-end-s4-PASS-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s4-PASS-c27.provn" title="unification-end-s4-PASS-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s4-PASS-c27.provx" title="unification-end-s4-PASS-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s4-PASS-c27.provn" title="unification-end-s4-PASS-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s5-PASS-c23-c27"><b>unification-end-s5-PASS-c23-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s5-PASS-c23-c27.ttl" title="unification-end-s5-PASS-c23-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s5-PASS-c23-c27.provn" title="unification-end-s5-PASS-c23-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s5-PASS-c23-c27.provx" title="unification-end-s5-PASS-c23-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s5-PASS-c23-c27.provn" title="unification-end-s5-PASS-c23-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-end-s6-PASS-c23-c27"><b>unification-end-s6-PASS-c23-c27</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s6-PASS-c23-c27.ttl" title="unification-end-s6-PASS-c23-c27.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s6-PASS-c23-c27.provn" title="unification-end-s6-PASS-c23-c27.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s6-PASS-c23-c27.provx" title="unification-end-s6-PASS-c23-c27.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-end-s6-PASS-c23-c27.provn" title="unification-end-s6-PASS-c23-c27.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f1-FAIL-c24"><b>unification-generation-f1-FAIL-c24</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-generation"><span>Constraint 24 (unique-generation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-generation"><span>Constraint 24 (unique-generation)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f1-FAIL-c24.ttl" title="unification-generation-f1-FAIL-c24.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f1-FAIL-c24.provn" title="unification-generation-f1-FAIL-c24.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f1-FAIL-c24.provx" title="unification-generation-f1-FAIL-c24.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f1-FAIL-c24.provn" title="unification-generation-f1-FAIL-c24.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f2-FAIL-c23"><b>unification-generation-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f2-FAIL-c23.ttl" title="unification-generation-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f2-FAIL-c23.provn" title="unification-generation-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f2-FAIL-c23.provx" title="unification-generation-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f2-FAIL-c23.provn" title="unification-generation-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f3-FAIL-c23"><b>unification-generation-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f3-FAIL-c23.ttl" title="unification-generation-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f3-FAIL-c23.provn" title="unification-generation-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f3-FAIL-c23.provx" title="unification-generation-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f3-FAIL-c23.provn" title="unification-generation-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f4-FAIL-c23"><b>unification-generation-f4-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f4-FAIL-c23.ttl" title="unification-generation-f4-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f4-FAIL-c23.provn" title="unification-generation-f4-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f4-FAIL-c23.provx" title="unification-generation-f4-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f4-FAIL-c23.provn" title="unification-generation-f4-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f5-FAIL-c23"><b>unification-generation-f5-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f5-FAIL-c23.ttl" title="unification-generation-f5-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f5-FAIL-c23.provn" title="unification-generation-f5-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f5-FAIL-c23.provx" title="unification-generation-f5-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f5-FAIL-c23.provn" title="unification-generation-f5-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f6-FAIL-c23"><b>unification-generation-f6-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f6-FAIL-c23.ttl" title="unification-generation-f6-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f6-FAIL-c23.provn" title="unification-generation-f6-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f6-FAIL-c23.provx" title="unification-generation-f6-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f6-FAIL-c23.provn" title="unification-generation-f6-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-f7-FAIL-c23"><b>unification-generation-f7-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f7-FAIL-c23.ttl" title="unification-generation-f7-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f7-FAIL-c23.provn" title="unification-generation-f7-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f7-FAIL-c23.provx" title="unification-generation-f7-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-f7-FAIL-c23.provn" title="unification-generation-f7-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s1-PASS-c23"><b>unification-generation-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s1-PASS-c23.ttl" title="unification-generation-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s1-PASS-c23.provn" title="unification-generation-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s1-PASS-c23.provx" title="unification-generation-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s1-PASS-c23.provn" title="unification-generation-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s2-PASS-c23"><b>unification-generation-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s2-PASS-c23.ttl" title="unification-generation-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s2-PASS-c23.provn" title="unification-generation-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s2-PASS-c23.provx" title="unification-generation-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s2-PASS-c23.provn" title="unification-generation-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s3-PASS-c24"><b>unification-generation-s3-PASS-c24</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-generation"><span>Constraint 24 (unique-generation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-generation"><span>Constraint 24 (unique-generation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s3-PASS-c24.ttl" title="unification-generation-s3-PASS-c24.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s3-PASS-c24.provn" title="unification-generation-s3-PASS-c24.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s3-PASS-c24.provx" title="unification-generation-s3-PASS-c24.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s3-PASS-c24.provn" title="unification-generation-s3-PASS-c24.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
@@ -1495,682 +1495,682 @@
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s4-PASS.ttl" title="unification-generation-s4-PASS.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s4-PASS.provn" title="unification-generation-s4-PASS.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s4-PASS.provx" title="unification-generation-s4-PASS.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s4-PASS.provn" title="unification-generation-s4-PASS.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s5-PASS-c23"><b>unification-generation-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s5-PASS-c23.ttl" title="unification-generation-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s5-PASS-c23.provn" title="unification-generation-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s5-PASS-c23.provx" title="unification-generation-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s5-PASS-c23.provn" title="unification-generation-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s6-PASS-c23"><b>unification-generation-s6-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s6-PASS-c23.ttl" title="unification-generation-s6-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s6-PASS-c23.provn" title="unification-generation-s6-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s6-PASS-c23.provx" title="unification-generation-s6-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s6-PASS-c23.provn" title="unification-generation-s6-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s7-PASS-c23-c24"><b>unification-generation-s7-PASS-c23-c24</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-generation"><span>Constraint 24 (unique-generation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-generation"><span>Constraint 24 (unique-generation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s7-PASS-c23-c24.ttl" title="unification-generation-s7-PASS-c23-c24.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s7-PASS-c23-c24.provn" title="unification-generation-s7-PASS-c23-c24.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s7-PASS-c23-c24.provx" title="unification-generation-s7-PASS-c23-c24.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s7-PASS-c23-c24.provn" title="unification-generation-s7-PASS-c23-c24.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-generation-s8-PASS-c23-c24"><b>unification-generation-s8-PASS-c23-c24</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-generation"><span>Constraint 24 (unique-generation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-generation"><span>Constraint 24 (unique-generation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s8-PASS-c23-c24.ttl" title="unification-generation-s8-PASS-c23-c24.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s8-PASS-c23-c24.provn" title="unification-generation-s8-PASS-c23-c24.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s8-PASS-c23-c24.provx" title="unification-generation-s8-PASS-c23-c24.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-generation-s8-PASS-c23-c24.provn" title="unification-generation-s8-PASS-c23-c24.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-influence-f1-FAIL-DM"><b>unification-influence-f1-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f1-FAIL-DM.ttl" title="unification-influence-f1-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f1-FAIL-DM.provn" title="unification-influence-f1-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f1-FAIL-DM.provx" title="unification-influence-f1-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f1-FAIL-DM.provn" title="unification-influence-f1-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-influence-f2-FAIL-DM"><b>unification-influence-f2-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f2-FAIL-DM.ttl" title="unification-influence-f2-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f2-FAIL-DM.provn" title="unification-influence-f2-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f2-FAIL-DM.provx" title="unification-influence-f2-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-f2-FAIL-DM.provn" title="unification-influence-f2-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-influence-s1-PASS-c23"><b>unification-influence-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-s1-PASS-c23.ttl" title="unification-influence-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-s1-PASS-c23.provn" title="unification-influence-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-s1-PASS-c23.provx" title="unification-influence-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-influence-s1-PASS-c23.provn" title="unification-influence-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f1-FAIL-c25"><b>unification-invalidation-f1-FAIL-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f1-FAIL-c25.ttl" title="unification-invalidation-f1-FAIL-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f1-FAIL-c25.provn" title="unification-invalidation-f1-FAIL-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f1-FAIL-c25.provx" title="unification-invalidation-f1-FAIL-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f1-FAIL-c25.provn" title="unification-invalidation-f1-FAIL-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f2-FAIL-c23"><b>unification-invalidation-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f2-FAIL-c23.ttl" title="unification-invalidation-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f2-FAIL-c23.provn" title="unification-invalidation-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f2-FAIL-c23.provx" title="unification-invalidation-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f2-FAIL-c23.provn" title="unification-invalidation-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f3-FAIL-c23"><b>unification-invalidation-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f3-FAIL-c23.ttl" title="unification-invalidation-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f3-FAIL-c23.provn" title="unification-invalidation-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f3-FAIL-c23.provx" title="unification-invalidation-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f3-FAIL-c23.provn" title="unification-invalidation-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f4-FAIL-c23"><b>unification-invalidation-f4-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f4-FAIL-c23.ttl" title="unification-invalidation-f4-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f4-FAIL-c23.provn" title="unification-invalidation-f4-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f4-FAIL-c23.provx" title="unification-invalidation-f4-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f4-FAIL-c23.provn" title="unification-invalidation-f4-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f5-FAIL-c23-c25"><b>unification-invalidation-f5-FAIL-c23-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f5-FAIL-c23-c25.ttl" title="unification-invalidation-f5-FAIL-c23-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f5-FAIL-c23-c25.provn" title="unification-invalidation-f5-FAIL-c23-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f5-FAIL-c23-c25.provx" title="unification-invalidation-f5-FAIL-c23-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f5-FAIL-c23-c25.provn" title="unification-invalidation-f5-FAIL-c23-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f6-FAIL-c23-c25"><b>unification-invalidation-f6-FAIL-c23-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f6-FAIL-c23-c25.ttl" title="unification-invalidation-f6-FAIL-c23-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f6-FAIL-c23-c25.provn" title="unification-invalidation-f6-FAIL-c23-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f6-FAIL-c23-c25.provx" title="unification-invalidation-f6-FAIL-c23-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f6-FAIL-c23-c25.provn" title="unification-invalidation-f6-FAIL-c23-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-f7-FAIL-c23-c25"><b>unification-invalidation-f7-FAIL-c23-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f7-FAIL-c23-c25.ttl" title="unification-invalidation-f7-FAIL-c23-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f7-FAIL-c23-c25.provn" title="unification-invalidation-f7-FAIL-c23-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f7-FAIL-c23-c25.provx" title="unification-invalidation-f7-FAIL-c23-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-f7-FAIL-c23-c25.provn" title="unification-invalidation-f7-FAIL-c23-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s1-PASS-c23"><b>unification-invalidation-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s1-PASS-c23.ttl" title="unification-invalidation-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s1-PASS-c23.provn" title="unification-invalidation-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s1-PASS-c23.provx" title="unification-invalidation-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s1-PASS-c23.provn" title="unification-invalidation-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s2-PASS-c23"><b>unification-invalidation-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s2-PASS-c23.ttl" title="unification-invalidation-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s2-PASS-c23.provn" title="unification-invalidation-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s2-PASS-c23.provx" title="unification-invalidation-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s2-PASS-c23.provn" title="unification-invalidation-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s3-PASS-c25"><b>unification-invalidation-s3-PASS-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s3-PASS-c25.ttl" title="unification-invalidation-s3-PASS-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s3-PASS-c25.provn" title="unification-invalidation-s3-PASS-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s3-PASS-c25.provx" title="unification-invalidation-s3-PASS-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s3-PASS-c25.provn" title="unification-invalidation-s3-PASS-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s5-PASS-c23"><b>unification-invalidation-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s5-PASS-c23.ttl" title="unification-invalidation-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s5-PASS-c23.provn" title="unification-invalidation-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s5-PASS-c23.provx" title="unification-invalidation-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s5-PASS-c23.provn" title="unification-invalidation-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s6-PASS-c23"><b>unification-invalidation-s6-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s6-PASS-c23.ttl" title="unification-invalidation-s6-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s6-PASS-c23.provn" title="unification-invalidation-s6-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s6-PASS-c23.provx" title="unification-invalidation-s6-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s6-PASS-c23.provn" title="unification-invalidation-s6-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s7-PASS-c23-c25"><b>unification-invalidation-s7-PASS-c23-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s7-PASS-c23-c25.ttl" title="unification-invalidation-s7-PASS-c23-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s7-PASS-c23-c25.provn" title="unification-invalidation-s7-PASS-c23-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s7-PASS-c23-c25.provx" title="unification-invalidation-s7-PASS-c23-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s7-PASS-c23-c25.provn" title="unification-invalidation-s7-PASS-c23-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-invalidation-s8-PASS-c23-c25"><b>unification-invalidation-s8-PASS-c23-c25</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s8-PASS-c23-c25.ttl" title="unification-invalidation-s8-PASS-c23-c25.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s8-PASS-c23-c25.provn" title="unification-invalidation-s8-PASS-c23-c25.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s8-PASS-c23-c25.provx" title="unification-invalidation-s8-PASS-c23-c25.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-invalidation-s8-PASS-c23-c25.provn" title="unification-invalidation-s8-PASS-c23-c25.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-membership-f1-FAIL-DM"><b>unification-membership-f1-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-membership-f1-FAIL-DM.ttl" title="unification-membership-f1-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-membership-f1-FAIL-DM.provn" title="unification-membership-f1-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-membership-f1-FAIL-DM.provx" title="unification-membership-f1-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-membership-f1-FAIL-DM.provn" title="unification-membership-f1-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-specialization-f1-FAIL-DM"><b>unification-specialization-f1-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f1-FAIL-DM.ttl" title="unification-specialization-f1-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f1-FAIL-DM.provn" title="unification-specialization-f1-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f1-FAIL-DM.provx" title="unification-specialization-f1-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f1-FAIL-DM.provn" title="unification-specialization-f1-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-specialization-f2-FAIL-DM"><b>unification-specialization-f2-FAIL-DM</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f2-FAIL-DM.ttl" title="unification-specialization-f2-FAIL-DM.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f2-FAIL-DM.provn" title="unification-specialization-f2-FAIL-DM.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f2-FAIL-DM.provx" title="unification-specialization-f2-FAIL-DM.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f2-FAIL-DM.provn" title="unification-specialization-f2-FAIL-DM.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-specialization-f3-FAIL-c52"><b>unification-specialization-f3-FAIL-c52</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#impossible-specialization-reflexive"><span>Constraint 52 (impossible-specialization-reflexive)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-specialization-reflexive"><span>Constraint 52 (impossible-specialization-reflexive)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f3-FAIL-c52.ttl" title="unification-specialization-f3-FAIL-c52.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f3-FAIL-c52.provn" title="unification-specialization-f3-FAIL-c52.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f3-FAIL-c52.provx" title="unification-specialization-f3-FAIL-c52.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f3-FAIL-c52.provn" title="unification-specialization-f3-FAIL-c52.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-specialization-f4-FAIL-c52"><b>unification-specialization-f4-FAIL-c52</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#impossible-specialization-reflexive"><span>Constraint 52 (impossible-specialization-reflexive)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-specialization-reflexive"><span>Constraint 52 (impossible-specialization-reflexive)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f4-FAIL-c52.ttl" title="unification-specialization-f4-FAIL-c52.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f4-FAIL-c52.provn" title="unification-specialization-f4-FAIL-c52.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f4-FAIL-c52.provx" title="unification-specialization-f4-FAIL-c52.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-specialization-f4-FAIL-c52.provn" title="unification-specialization-f4-FAIL-c52.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f1-FAIL-c23"><b>unification-start-f1-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f1-FAIL-c23.ttl" title="unification-start-f1-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f1-FAIL-c23.provn" title="unification-start-f1-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f1-FAIL-c23.provx" title="unification-start-f1-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f1-FAIL-c23.provn" title="unification-start-f1-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f2-FAIL-c23"><b>unification-start-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f2-FAIL-c23.ttl" title="unification-start-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f2-FAIL-c23.provn" title="unification-start-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f2-FAIL-c23.provx" title="unification-start-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f2-FAIL-c23.provn" title="unification-start-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f3-FAIL-c23"><b>unification-start-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f3-FAIL-c23.ttl" title="unification-start-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f3-FAIL-c23.provn" title="unification-start-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f3-FAIL-c23.provx" title="unification-start-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f3-FAIL-c23.provn" title="unification-start-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f4-FAIL-c26"><b>unification-start-f4-FAIL-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f4-FAIL-c26.ttl" title="unification-start-f4-FAIL-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f4-FAIL-c26.provn" title="unification-start-f4-FAIL-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f4-FAIL-c26.provx" title="unification-start-f4-FAIL-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f4-FAIL-c26.provn" title="unification-start-f4-FAIL-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f5-FAIL-c23"><b>unification-start-f5-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f5-FAIL-c23.ttl" title="unification-start-f5-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f5-FAIL-c23.provn" title="unification-start-f5-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f5-FAIL-c23.provx" title="unification-start-f5-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f5-FAIL-c23.provn" title="unification-start-f5-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f6-FAIL-c23"><b>unification-start-f6-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f6-FAIL-c23.ttl" title="unification-start-f6-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f6-FAIL-c23.provn" title="unification-start-f6-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f6-FAIL-c23.provx" title="unification-start-f6-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f6-FAIL-c23.provn" title="unification-start-f6-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f7-FAIL-c23"><b>unification-start-f7-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f7-FAIL-c23.ttl" title="unification-start-f7-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f7-FAIL-c23.provn" title="unification-start-f7-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f7-FAIL-c23.provx" title="unification-start-f7-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f7-FAIL-c23.provn" title="unification-start-f7-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-f8-FAIL-c23"><b>unification-start-f8-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f8-FAIL-c23.ttl" title="unification-start-f8-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f8-FAIL-c23.provn" title="unification-start-f8-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f8-FAIL-c23.provx" title="unification-start-f8-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-f8-FAIL-c23.provn" title="unification-start-f8-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s1-PASS-c26"><b>unification-start-s1-PASS-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s1-PASS-c26.ttl" title="unification-start-s1-PASS-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s1-PASS-c26.provn" title="unification-start-s1-PASS-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s1-PASS-c26.provx" title="unification-start-s1-PASS-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s1-PASS-c26.provn" title="unification-start-s1-PASS-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s2-PASS-c26"><b>unification-start-s2-PASS-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s2-PASS-c26.ttl" title="unification-start-s2-PASS-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s2-PASS-c26.provn" title="unification-start-s2-PASS-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s2-PASS-c26.provx" title="unification-start-s2-PASS-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s2-PASS-c26.provn" title="unification-start-s2-PASS-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s3-PASS-c26"><b>unification-start-s3-PASS-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s3-PASS-c26.ttl" title="unification-start-s3-PASS-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s3-PASS-c26.provn" title="unification-start-s3-PASS-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s3-PASS-c26.provx" title="unification-start-s3-PASS-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s3-PASS-c26.provn" title="unification-start-s3-PASS-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s4-PASS-c26"><b>unification-start-s4-PASS-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s4-PASS-c26.ttl" title="unification-start-s4-PASS-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s4-PASS-c26.provn" title="unification-start-s4-PASS-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s4-PASS-c26.provx" title="unification-start-s4-PASS-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s4-PASS-c26.provn" title="unification-start-s4-PASS-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s5-PASS-c23-c26"><b>unification-start-s5-PASS-c23-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s5-PASS-c23-c26.ttl" title="unification-start-s5-PASS-c23-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s5-PASS-c23-c26.provn" title="unification-start-s5-PASS-c23-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s5-PASS-c23-c26.provx" title="unification-start-s5-PASS-c23-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s5-PASS-c23-c26.provn" title="unification-start-s5-PASS-c23-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s6-PASS-c23-c26"><b>unification-start-s6-PASS-c23-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s6-PASS-c23-c26.ttl" title="unification-start-s6-PASS-c23-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s6-PASS-c23-c26.provn" title="unification-start-s6-PASS-c23-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s6-PASS-c23-c26.provx" title="unification-start-s6-PASS-c23-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s6-PASS-c23-c26.provn" title="unification-start-s6-PASS-c23-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s7-PASS-c23-c26"><b>unification-start-s7-PASS-c23-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s7-PASS-c23-c26.ttl" title="unification-start-s7-PASS-c23-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s7-PASS-c23-c26.provn" title="unification-start-s7-PASS-c23-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s7-PASS-c23-c26.provx" title="unification-start-s7-PASS-c23-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s7-PASS-c23-c26.provn" title="unification-start-s7-PASS-c23-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s8-PASS-c23-c26"><b>unification-start-s8-PASS-c23-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s8-PASS-c23-c26.ttl" title="unification-start-s8-PASS-c23-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s8-PASS-c23-c26.provn" title="unification-start-s8-PASS-c23-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s8-PASS-c23-c26.provx" title="unification-start-s8-PASS-c23-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s8-PASS-c23-c26.provn" title="unification-start-s8-PASS-c23-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-start-s9-PASS-c23-c26"><b>unification-start-s9-PASS-c23-c26</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>      <br>
-<a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a><br>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s9-PASS-c23-c26.ttl" title="unification-start-s9-PASS-c23-c26.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s9-PASS-c23-c26.provn" title="unification-start-s9-PASS-c23-c26.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s9-PASS-c23-c26.provx" title="unification-start-s9-PASS-c23-c26.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-start-s9-PASS-c23-c26.provn" title="unification-start-s9-PASS-c23-c26.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f2-FAIL-c23"><b>unification-usage-f2-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f2-FAIL-c23.ttl" title="unification-usage-f2-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f2-FAIL-c23.provn" title="unification-usage-f2-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f2-FAIL-c23.provx" title="unification-usage-f2-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f2-FAIL-c23.provn" title="unification-usage-f2-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f3-FAIL-c23"><b>unification-usage-f3-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f3-FAIL-c23.ttl" title="unification-usage-f3-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f3-FAIL-c23.provn" title="unification-usage-f3-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f3-FAIL-c23.provx" title="unification-usage-f3-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f3-FAIL-c23.provn" title="unification-usage-f3-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f4-FAIL-c23"><b>unification-usage-f4-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f4-FAIL-c23.ttl" title="unification-usage-f4-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f4-FAIL-c23.provn" title="unification-usage-f4-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f4-FAIL-c23.provx" title="unification-usage-f4-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f4-FAIL-c23.provn" title="unification-usage-f4-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f5-FAIL-c23"><b>unification-usage-f5-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f5-FAIL-c23.ttl" title="unification-usage-f5-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f5-FAIL-c23.provn" title="unification-usage-f5-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f5-FAIL-c23.provx" title="unification-usage-f5-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f5-FAIL-c23.provn" title="unification-usage-f5-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f6-FAIL-c23"><b>unification-usage-f6-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f6-FAIL-c23.ttl" title="unification-usage-f6-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f6-FAIL-c23.provn" title="unification-usage-f6-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f6-FAIL-c23.provx" title="unification-usage-f6-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f6-FAIL-c23.provn" title="unification-usage-f6-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-f7-FAIL-c23"><b>unification-usage-f7-FAIL-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>FAIL</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f7-FAIL-c23.ttl" title="unification-usage-f7-FAIL-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f7-FAIL-c23.provn" title="unification-usage-f7-FAIL-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f7-FAIL-c23.provx" title="unification-usage-f7-FAIL-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-f7-FAIL-c23.provn" title="unification-usage-f7-FAIL-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s1-PASS-c23"><b>unification-usage-s1-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s1-PASS-c23.ttl" title="unification-usage-s1-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s1-PASS-c23.provn" title="unification-usage-s1-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s1-PASS-c23.provx" title="unification-usage-s1-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s1-PASS-c23.provn" title="unification-usage-s1-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s2-PASS-c23"><b>unification-usage-s2-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s2-PASS-c23.ttl" title="unification-usage-s2-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s2-PASS-c23.provn" title="unification-usage-s2-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s2-PASS-c23.provx" title="unification-usage-s2-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s2-PASS-c23.provn" title="unification-usage-s2-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s5-PASS-c23"><b>unification-usage-s5-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s5-PASS-c23.ttl" title="unification-usage-s5-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s5-PASS-c23.provn" title="unification-usage-s5-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s5-PASS-c23.provx" title="unification-usage-s5-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s5-PASS-c23.provn" title="unification-usage-s5-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s6-PASS-c23"><b>unification-usage-s6-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s6-PASS-c23.ttl" title="unification-usage-s6-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s6-PASS-c23.provn" title="unification-usage-s6-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s6-PASS-c23.provx" title="unification-usage-s6-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s6-PASS-c23.provn" title="unification-usage-s6-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s7-PASS-c23"><b>unification-usage-s7-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s7-PASS-c23.ttl" title="unification-usage-s7-PASS-c23.ttl">RDF</a>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s7-PASS-c23.provn" title="unification-usage-s7-PASS-c23.provn">PROV-N</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s7-PASS-c23.provx" title="unification-usage-s7-PASS-c23.provx">XML</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s7-PASS-c23.provn" title="unification-usage-s7-PASS-c23.provn">PROV-N</a>
     </td>
   </tr>
   <tr>
     <td id="unification-usage-s8-PASS-c23"><b>unification-usage-s8-PASS-c23</b></td>
     <td>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties"><span>Constraint 23 (key-properties)</a>
+      <a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a>
     </td>
     <td>PASS</td>
     <td>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s8-PASS-c23.ttl" title="unification-usage-s8-PASS-c23.ttl">RDF</a>
-      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s8-PASS-c23.provx" title="unification-usage-s8-PASS-c23.provx">XML</a>
       <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s8-PASS-c23.provn" title="unification-usage-s8-PASS-c23.provn">PROV-N</a>
-    </td>
-  </tr>
+      <a href="http://dvcs.w3.org/hg/prov/raw-file/default/testcases/constraints/unification-usage-s8-PASS-c23.provx" title="unification-usage-s8-PASS-c23.provx">XML</a>
+    </td>
+  </tr> 
 </table>
 
 <p>For each report, the successful and failed validations will need to be checked against
@@ -3223,316 +3223,475 @@
 <h2>Constraint Coverage</h2>
 
 <table border=1 cellpadding=5 cellspacing=0>
-<caption>Table 5. Constraint coverage by unit test cases</caption>
-<tr>
-<th>Identifier</th>
-<th>Pass Test Cases</th>
-<th>Fail Test Cases</th>
-</tr>
-<tr>
-<td><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-object">Constraint 22 (key-object)</a></td>
-<td>unification-activity-s1-PASS-c22<br>
-unification-activity-s2-PASS-c22<br>
-unification-activity-s3-PASS-c22<br>
-unification-activity-s4-PASS-c22<br>
-unification-attributes-activity-s1-PASS-c22<br>
-unification-attributes-entity-s1-PASS-c22</td>
-<td></td>
-</tr>
-<tr>
-<td><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-constraints-20121211/Overview.html#key-properties">Constraint 23 (key-properties)</a></td>
-<td>unification-association-s1-PASS-c23<br>
-unification-association-s2-PASS-c23<br>
-unification-association-s3-PASS-c23<br>
-unification-association-s4-PASS-c23<br>
-unification-association-s5-PASS-c23<br>
-unification-attributes-end-s1-PASS-c23<br>
-unification-attributes-end-s2-PASS-c23<br>
-unification-attributes-start-s1-PASS-c23<br>
-unification-attributes-start-s2-PASS-c23<br>
-unification-attribution-s1-PASS-c23<br>
-unification-attribution-s2-PASS-c23<br>
-unification-attribution-s3-PASS-c23<br>
-unification-attribution-s4-PASS-c23<br>
-unification-communication-s1-PASS-c23<br>
-unification-communication-s2-PASS-c23<br>
-unification-communication-s3-PASS-c23<br>
-unification-communication-s4-PASS-c23<br>
-unification-delegation-s1-PASS-c23<br>
-unification-delegation-s2-PASS-c23<br>
-unification-delegation-s3-PASS-c23<br>
-unification-delegation-s4-PASS-c23<br>
-unification-delegation-s5-PASS-c23<br>
-unification-derivation-s1-PASS-c23<br>
-unification-derivation-s2-PASS-c23<br>
-unification-derivation-s3-PASS-c23<br>
-unification-derivation-s4-PASS-c23<br>
-unification-derivation-s5-PASS-c23<br>
-unification-end-s5-PASS-c23-c27<br>
-unification-end-s6-PASS-c23-c27<br>
-unification-generation-s1-PASS-c23<br>
-unification-generation-s2-PASS-c23<br>
-unification-generation-s5-PASS-c23<br>
-unification-generation-s6-PASS-c23<br>
-unification-generation-s7-PASS-c23-c24<br>
-unification-generation-s8-PASS-c23-c24<br>
-unification-influence-s1-PASS-c23<br>
-unification-invalidation-s1-PASS-c23<br>
-unification-invalidation-s2-PASS-c23<br>
-unification-invalidation-s5-PASS-c23<br>
-unification-invalidation-s6-PASS-c23<br>
-unification-invalidation-s7-PASS-c23-c25<br>
-unification-invalidation-s8-PASS-c23-c25<br>
-unification-start-s5-PASS-c23-c26<br>
-unification-start-s6-PASS-c23-c26<br>
-unification-start-s7-PASS-c23-c26<br>
-unification-start-s8-PASS-c23-c26<br>
-unification-start-s9-PASS-c23-c26<br>
-unification-usage-s1-PASS-c23<br>
-unification-usage-s2-PASS-c23<br>
-unification-usage-s5-PASS-c23<br>
-unification-usage-s6-PASS-c23<br>
-unification-usage-s7-PASS-c23<br>
-unification-usage-s8-PASS-c23</td>
-<td>unification-association-f1-FAIL-c23<br>
-unification-association-f2-FAIL-c23<br>
-unification-association-f3-FAIL-c23<br>
-unification-association-f4-FAIL-c23<br>
-unification-association-f5-FAIL-c23<br>
-unification-delegation-f1-FAIL-c23<br>
-unification-delegation-f2-FAIL-c23<br>
-unification-delegation-f3-FAIL-c23<br>
-unification-derivation-f1-FAIL-c23<br>
-unification-derivation-f2-FAIL-c23<br>
-unification-derivation-f3-FAIL-c23<br>
-unification-derivation-f4-FAIL-c23<br>
-unification-end-f1-FAIL-c23<br>
-unification-end-f2-FAIL-c23<br>
-unification-end-f3-FAIL-c23<br>
-unification-end-f5-FAIL-c23<br>
-unification-generation-f2-FAIL-c23<br>
-unification-generation-f3-FAIL-c23<br>
-unification-generation-f4-FAIL-c23<br>
-unification-generation-f5-FAIL-c23<br>
-unification-generation-f6-FAIL-c23<br>
-unification-generation-f7-FAIL-c23<br>
-unification-invalidation-f2-FAIL-c23<br>
-unification-invalidation-f3-FAIL-c23<br>
-unification-invalidation-f4-FAIL-c23<br>
-unification-invalidation-f5-FAIL-c23-c25<br>
-unification-invalidation-f6-FAIL-c23-c25<br>
-unification-invalidation-f7-FAIL-c23-c25<br>
-unification-start-f1-FAIL-c23<br>
-unification-start-f2-FAIL-c23<br>
-unification-start-f3-FAIL-c23<br>
-unification-start-f5-FAIL-c23<br>
-unification-start-f6-FAIL-c23<br>
-unification-start-f7-FAIL-c23<br>
-unification-start-f8-FAIL-c23<br>
-unification-usage-f2-FAIL-c23<br>
-unification-usage-f3-FAIL-c23<br>
-unification-usage-f4-FAIL-c23<br>
-unification-usage-f5-FAIL-c23<br>
-unification-usage-f6-FAIL-c23<br>
-unification-usage-f7-FAIL-c23</td>
-</tr>
-<tr>
-<td>24</td>
-<td>unification-generation-s3-PASS-c24<br>
-unification-generation-s7-PASS-c23-c24<br>
-unification-generation-s8-PASS-c23-c24</td>
-<td>unification-generation-f1-FAIL-c24</td>
-</tr>
-<tr>
-<td>25</td>
-<td>unification-invalidation-s3-PASS-c25<br>
-unification-invalidation-s7-PASS-c23-c25<br>
-unification-invalidation-s8-PASS-c23-c25</td>
-<td>unification-invalidation-f1-FAIL-c25<br>
-unification-invalidation-f5-FAIL-c23-c25<br>
-unification-invalidation-f6-FAIL-c23-c25<br>
-unification-invalidation-f7-FAIL-c23-c25</td>
-</tr>
-<tr>
-<td>26</td>
-<td>unification-start-s1-PASS-c26<br>
-unification-start-s2-PASS-c26<br>
-unification-start-s3-PASS-c26<br>
-unification-start-s4-PASS-c26<br>
-unification-start-s5-PASS-c23-c26<br>
-unification-start-s6-PASS-c23-c26<br>
-unification-start-s7-PASS-c23-c26<br>
-unification-start-s8-PASS-c23-c26<br>
-unification-start-s9-PASS-c23-c26</td>
-<td>unification-start-f4-FAIL-c26</td>
-</tr>
-<tr>
-<td>27</td>
-<td>unification-end-s1-PASS-c27<br>
-unification-end-s2-PASS-c27<br>
-unification-end-s3-PASS-c27<br>
-unification-end-s4-PASS-c27<br>
-unification-end-s5-PASS-c23-c27<br>
-unification-end-s6-PASS-c23-c27</td>
-<td>unification-end-f4-FAIL-c27</td>
-</tr>
-<tr>
-<td>28</td>
-<td>unification-activity-start-s1-PASS-c28</td>
-<td>unification-activity-start-f1-FAIL-c28</td>
-</tr>
-<tr>
-<td>29</td>
-<td>unification-activity-end-s1-PASS-c29</td>
-<td>unification-activity-end-f1-FAIL-c29</td>
-</tr>
-<tr>
-<td>30</td>
-<td>ordering-activity1-PASS-c30</td>
-<td></td>
-</tr>
-<tr>
-<td>31</td>
-<td>ordering-activity4-PASS-c31</td>
-<td></td>
-</tr>
-<tr>
-<td>32</td>
-<td>ordering-activity5-PASS-c32</td>
-<td></td>
-</tr>
-<tr>
-<td>33</td>
-<td>ordering-activity2-PASS-c33</td>
-<td></td>
-</tr>
-<tr>
-<td>34</td>
-<td>ordering-activity3-PASS-c34</td>
-<td></td>
-</tr>
-<tr>
-<td>36</td>
-<td>ordering-entity1-PASS-c36-c37-c38<br>
-ordering-entity2-PASS-c36</td>
-<td></td>
-</tr>
-<tr>
-<td>37</td>
-<td>ordering-entity1-PASS-c36-c37-c38</td>
-<td></td>
-</tr>
-<tr>
-<td>38</td>
-<td>ordering-entity1-PASS-c36-c37-c38</td>
-<td></td>
-</tr>
-<tr>
-<td>39</td>
-<td>ordering-entity3-PASS-c39</td>
-<td></td>
-</tr>
-<tr>
-<td>40</td>
-<td>ordering-entity4-PASS-c40</td>
-<td></td>
-</tr>
-<tr>
-<td>41</td>
-<td>ordering-derivation3-PASS-c41-c42</td>
-<td></td>
-</tr>
-<tr>
-<td>42</td>
-<td>ordering-derivation1-PASS-c42<br>
-ordering-derivation3-PASS-c41-c42<br>
-ordering-specialization3-PASS-c42-c45</td>
-<td>ordering-derivation2-FAIL-c42<br>
-ordering-specialization4-FAIL-c42-c45</td>
-</tr>
-<tr>
-<td>43</td>
-<td>ordering-starts1-PASS-c43</td>
-<td></td>
-</tr>
-<tr>
-<td>44</td>
-<td>ordering-ends1-PASS-c44</td>
-<td></td>
-</tr>
-<tr>
-<td>45</td>
-<td>ordering-specialization1-PASS-c45<br>
-ordering-specialization3-PASS-c42-c45</td>
-<td>ordering-specialization4-FAIL-c42-c45</td>
-</tr>
-<tr>
-<td>46</td>
-<td>ordering-specialization2-PASS-c46</td>
-<td></td>
-</tr>
-<tr>
-<td>47</td>
-<td>ordering-association1-PASS-c47<br>
-ordering-association2-PASS-c47</td>
-<td></td>
-</tr>
-<tr>
-<td>48</td>
-<td>ordering-attribution1-PASS-c48<br>
-ordering-attribution2-PASS-c48</td>
-<td></td>
-</tr>
-<tr>
-<td>49</td>
-<td>ordering-delegation1-PASS-c49<br>
-ordering-delegation2-PASS-c49</td>
-<td></td>
-</tr>
-<tr>
-<td>52</td>
-<td></td>
-<td>unification-specialization-f3-FAIL-c52<br>
-unification-specialization-f4-FAIL-c52</td>
-</tr>
-<tr>
-<td>53</td>
-<td></td>
-<td>type-f4-FAIL-c53</td>
-</tr>
-<tr>
-<td>54</td>
-<td></td>
-<td>type-f3-FAIL-c54</td>
-</tr>
-<tr>
-<td>55</td>
-<td></td>
-<td>type-f1-FAIL-c55<br>
-type-f2-FAIL-c55<br>
-unification-bundle-f1-FAIL-c55-c56</td>
-</tr>
-<tr>
-<td>56</td>
-<td></td>
-<td>type-collection-FAIL-c56<br>
-unification-bundle-f1-FAIL-c55-c56</td>
-</tr>
-<tr>
-<td><a href="http://dvcs.w3.org/hg/prov/raw-file/default/model/releases/CR-prov-dm-20121211/Overview.html#prov-dm-types-and-relations">Malformed statement(s)</a></td>
-<td></td>
-<td>unification-association-f6-FAIL-DM<br>
-unification-attribution-f1-FAIL-DM<br>
-unification-attribution-f2-FAIL-DM<br>
-unification-communication-f1-FAIL-DM<br>
-unification-communication-f2-FAIL-DM<br>
-unification-delegation-f6-FAIL-DM<br>
-unification-influence-f1-FAIL-DM<br>
-unification-influence-f2-FAIL-DM<br>
-unification-membership-f1-FAIL-DM<br>
-unification-specialization-f1-FAIL-DM<br>
-unification-specialization-f2-FAIL-DM</td>
-</tr>
+  <caption>Table 5. Constraint coverage by unit test cases</caption>
+  <tr>
+    <th>Identifier</th>
+    <th>Pass Test Cases</th>
+    <th>Fail Test Cases</th>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-object"><span>Constraint 22 (key-object)</a></td>
+    <td>
+      <a href="#unification-activity-s1-PASS-c22">unification-activity-s1-PASS-c22</a><br>
+      <a href="#unification-activity-s2-PASS-c22">unification-activity-s2-PASS-c22</a><br>
+      <a href="#unification-activity-s3-PASS-c22">unification-activity-s3-PASS-c22</a><br>
+      <a href="#unification-activity-s4-PASS-c22">unification-activity-s4-PASS-c22</a><br>
+      <a href="#unification-attributes-activity-s1-PASS-c22">unification-attributes-activity-s1-PASS-c22</a><br>
+      <a href="#unification-attributes-entity-s1-PASS-c22">unification-attributes-entity-s1-PASS-c22</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#key-properties"><span>Constraint 23 (key-properties)</a></td>
+    <td>
+      <a href="#unification-association-s1-PASS-c23">unification-association-s1-PASS-c23</a><br>
+      <a href="#unification-association-s2-PASS-c23">unification-association-s2-PASS-c23</a><br>
+      <a href="#unification-association-s3-PASS-c23">unification-association-s3-PASS-c23</a><br>
+      <a href="#unification-association-s4-PASS-c23">unification-association-s4-PASS-c23</a><br>
+      <a href="#unification-association-s5-PASS-c23">unification-association-s5-PASS-c23</a><br>
+      <a href="#unification-attributes-end-s1-PASS-c23">unification-attributes-end-s1-PASS-c23</a><br>
+      <a href="#unification-attributes-end-s2-PASS-c23">unification-attributes-end-s2-PASS-c23</a><br>
+      <a href="#unification-attributes-start-s1-PASS-c23">unification-attributes-start-s1-PASS-c23</a><br>
+      <a href="#unification-attributes-start-s2-PASS-c23">unification-attributes-start-s2-PASS-c23</a><br>
+      <a href="#unification-attribution-s1-PASS-c23">unification-attribution-s1-PASS-c23</a><br>
+      <a href="#unification-attribution-s2-PASS-c23">unification-attribution-s2-PASS-c23</a><br>
+      <a href="#unification-attribution-s3-PASS-c23">unification-attribution-s3-PASS-c23</a><br>
+      <a href="#unification-attribution-s4-PASS-c23">unification-attribution-s4-PASS-c23</a><br>
+      <a href="#unification-communication-s1-PASS-c23">unification-communication-s1-PASS-c23</a><br>
+      <a href="#unification-communication-s2-PASS-c23">unification-communication-s2-PASS-c23</a><br>
+      <a href="#unification-communication-s3-PASS-c23">unification-communication-s3-PASS-c23</a><br>
+      <a href="#unification-communication-s4-PASS-c23">unification-communication-s4-PASS-c23</a><br>
+      <a href="#unification-delegation-s1-PASS-c23">unification-delegation-s1-PASS-c23</a><br>
+      <a href="#unification-delegation-s2-PASS-c23">unification-delegation-s2-PASS-c23</a><br>
+      <a href="#unification-delegation-s3-PASS-c23">unification-delegation-s3-PASS-c23</a><br>
+      <a href="#unification-delegation-s4-PASS-c23">unification-delegation-s4-PASS-c23</a><br>
+      <a href="#unification-delegation-s5-PASS-c23">unification-delegation-s5-PASS-c23</a><br>
+      <a href="#unification-derivation-s1-PASS-c23">unification-derivation-s1-PASS-c23</a><br>
+      <a href="#unification-derivation-s2-PASS-c23">unification-derivation-s2-PASS-c23</a><br>
+      <a href="#unification-derivation-s3-PASS-c23">unification-derivation-s3-PASS-c23</a><br>
+      <a href="#unification-derivation-s4-PASS-c23">unification-derivation-s4-PASS-c23</a><br>
+      <a href="#unification-derivation-s5-PASS-c23">unification-derivation-s5-PASS-c23</a><br>
+      <a href="#unification-end-s5-PASS-c23-c27">unification-end-s5-PASS-c23-c27</a><br>
+      <a href="#unification-end-s6-PASS-c23-c27">unification-end-s6-PASS-c23-c27</a><br>
+      <a href="#unification-generation-s1-PASS-c23">unification-generation-s1-PASS-c23</a><br>
+      <a href="#unification-generation-s2-PASS-c23">unification-generation-s2-PASS-c23</a><br>
+      <a href="#unification-generation-s5-PASS-c23">unification-generation-s5-PASS-c23</a><br>
+      <a href="#unification-generation-s6-PASS-c23">unification-generation-s6-PASS-c23</a><br>
+      <a href="#unification-generation-s7-PASS-c23-c24">unification-generation-s7-PASS-c23-c24</a><br>
+      <a href="#unification-generation-s8-PASS-c23-c24">unification-generation-s8-PASS-c23-c24</a><br>
+      <a href="#unification-influence-s1-PASS-c23">unification-influence-s1-PASS-c23</a><br>
+      <a href="#unification-invalidation-s1-PASS-c23">unification-invalidation-s1-PASS-c23</a><br>
+      <a href="#unification-invalidation-s2-PASS-c23">unification-invalidation-s2-PASS-c23</a><br>
+      <a href="#unification-invalidation-s5-PASS-c23">unification-invalidation-s5-PASS-c23</a><br>
+      <a href="#unification-invalidation-s6-PASS-c23">unification-invalidation-s6-PASS-c23</a><br>
+      <a href="#unification-invalidation-s7-PASS-c23-c25">unification-invalidation-s7-PASS-c23-c25</a><br>
+      <a href="#unification-invalidation-s8-PASS-c23-c25">unification-invalidation-s8-PASS-c23-c25</a><br>
+      <a href="#unification-start-s5-PASS-c23-c26">unification-start-s5-PASS-c23-c26</a><br>
+      <a href="#unification-start-s6-PASS-c23-c26">unification-start-s6-PASS-c23-c26</a><br>
+      <a href="#unification-start-s7-PASS-c23-c26">unification-start-s7-PASS-c23-c26</a><br>
+      <a href="#unification-start-s8-PASS-c23-c26">unification-start-s8-PASS-c23-c26</a><br>
+      <a href="#unification-start-s9-PASS-c23-c26">unification-start-s9-PASS-c23-c26</a><br>
+      <a href="#unification-usage-s1-PASS-c23">unification-usage-s1-PASS-c23</a><br>
+      <a href="#unification-usage-s2-PASS-c23">unification-usage-s2-PASS-c23</a><br>
+      <a href="#unification-usage-s5-PASS-c23">unification-usage-s5-PASS-c23</a><br>
+      <a href="#unification-usage-s6-PASS-c23">unification-usage-s6-PASS-c23</a><br>
+      <a href="#unification-usage-s7-PASS-c23">unification-usage-s7-PASS-c23</a><br>
+      <a href="#unification-usage-s8-PASS-c23">unification-usage-s8-PASS-c23</a>
+    </td>
+    <td>
+      <a href="#unification-association-f1-FAIL-c23">unification-association-f1-FAIL-c23</a><br>
+      <a href="#unification-association-f2-FAIL-c23">unification-association-f2-FAIL-c23</a><br>
+      <a href="#unification-association-f3-FAIL-c23">unification-association-f3-FAIL-c23</a><br>
+      <a href="#unification-association-f4-FAIL-c23">unification-association-f4-FAIL-c23</a><br>
+      <a href="#unification-association-f5-FAIL-c23">unification-association-f5-FAIL-c23</a><br>
+      <a href="#unification-delegation-f1-FAIL-c23">unification-delegation-f1-FAIL-c23</a><br>
+      <a href="#unification-delegation-f2-FAIL-c23">unification-delegation-f2-FAIL-c23</a><br>
+      <a href="#unification-delegation-f3-FAIL-c23">unification-delegation-f3-FAIL-c23</a><br>
+      <a href="#unification-derivation-f1-FAIL-c23">unification-derivation-f1-FAIL-c23</a><br>
+      <a href="#unification-derivation-f2-FAIL-c23">unification-derivation-f2-FAIL-c23</a><br>
+      <a href="#unification-derivation-f3-FAIL-c23">unification-derivation-f3-FAIL-c23</a><br>
+      <a href="#unification-derivation-f4-FAIL-c23">unification-derivation-f4-FAIL-c23</a><br>
+      <a href="#unification-end-f1-FAIL-c23">unification-end-f1-FAIL-c23</a><br>
+      <a href="#unification-end-f2-FAIL-c23">unification-end-f2-FAIL-c23</a><br>
+      <a href="#unification-end-f3-FAIL-c23">unification-end-f3-FAIL-c23</a><br>
+      <a href="#unification-end-f5-FAIL-c23">unification-end-f5-FAIL-c23</a><br>
+      <a href="#unification-generation-f2-FAIL-c23">unification-generation-f2-FAIL-c23</a><br>
+      <a href="#unification-generation-f3-FAIL-c23">unification-generation-f3-FAIL-c23</a><br>
+      <a href="#unification-generation-f4-FAIL-c23">unification-generation-f4-FAIL-c23</a><br>
+      <a href="#unification-generation-f5-FAIL-c23">unification-generation-f5-FAIL-c23</a><br>
+      <a href="#unification-generation-f6-FAIL-c23">unification-generation-f6-FAIL-c23</a><br>
+      <a href="#unification-generation-f7-FAIL-c23">unification-generation-f7-FAIL-c23</a><br>
+      <a href="#unification-invalidation-f2-FAIL-c23">unification-invalidation-f2-FAIL-c23</a><br>
+      <a href="#unification-invalidation-f3-FAIL-c23">unification-invalidation-f3-FAIL-c23</a><br>
+      <a href="#unification-invalidation-f4-FAIL-c23">unification-invalidation-f4-FAIL-c23</a><br>
+      <a href="#unification-invalidation-f5-FAIL-c23-c25">unification-invalidation-f5-FAIL-c23-c25</a><br>
+      <a href="#unification-invalidation-f6-FAIL-c23-c25">unification-invalidation-f6-FAIL-c23-c25</a><br>
+      <a href="#unification-invalidation-f7-FAIL-c23-c25">unification-invalidation-f7-FAIL-c23-c25</a><br>
+      <a href="#unification-start-f1-FAIL-c23">unification-start-f1-FAIL-c23</a><br>
+      <a href="#unification-start-f2-FAIL-c23">unification-start-f2-FAIL-c23</a><br>
+      <a href="#unification-start-f3-FAIL-c23">unification-start-f3-FAIL-c23</a><br>
+      <a href="#unification-start-f5-FAIL-c23">unification-start-f5-FAIL-c23</a><br>
+      <a href="#unification-start-f6-FAIL-c23">unification-start-f6-FAIL-c23</a><br>
+      <a href="#unification-start-f7-FAIL-c23">unification-start-f7-FAIL-c23</a><br>
+      <a href="#unification-start-f8-FAIL-c23">unification-start-f8-FAIL-c23</a><br>
+      <a href="#unification-usage-f2-FAIL-c23">unification-usage-f2-FAIL-c23</a><br>
+      <a href="#unification-usage-f3-FAIL-c23">unification-usage-f3-FAIL-c23</a><br>
+      <a href="#unification-usage-f4-FAIL-c23">unification-usage-f4-FAIL-c23</a><br>
+      <a href="#unification-usage-f5-FAIL-c23">unification-usage-f5-FAIL-c23</a><br>
+      <a href="#unification-usage-f6-FAIL-c23">unification-usage-f6-FAIL-c23</a><br>
+      <a href="#unification-usage-f7-FAIL-c23">unification-usage-f7-FAIL-c23</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-generation"><span>Constraint 24 (unique-generation)</a></td>
+    <td>
+      <a href="#unification-generation-s3-PASS-c24">unification-generation-s3-PASS-c24</a><br>
+      <a href="#unification-generation-s7-PASS-c23-c24">unification-generation-s7-PASS-c23-c24</a><br>
+      <a href="#unification-generation-s8-PASS-c23-c24">unification-generation-s8-PASS-c23-c24</a>
+    </td>
+    <td>
+      <a href="#unification-generation-f1-FAIL-c24">unification-generation-f1-FAIL-c24</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-invalidation"><span>Constraint 25 (unique-invalidation)</a></td>
+    <td>
+      <a href="#unification-invalidation-s3-PASS-c25">unification-invalidation-s3-PASS-c25</a><br>
+      <a href="#unification-invalidation-s7-PASS-c23-c25">unification-invalidation-s7-PASS-c23-c25</a><br>
+      <a href="#unification-invalidation-s8-PASS-c23-c25">unification-invalidation-s8-PASS-c23-c25</a>
+    </td>
+    <td>
+      <a href="#unification-invalidation-f1-FAIL-c25">unification-invalidation-f1-FAIL-c25</a><br>
+      <a href="#unification-invalidation-f5-FAIL-c23-c25">unification-invalidation-f5-FAIL-c23-c25</a><br>
+      <a href="#unification-invalidation-f6-FAIL-c23-c25">unification-invalidation-f6-FAIL-c23-c25</a><br>
+      <a href="#unification-invalidation-f7-FAIL-c23-c25">unification-invalidation-f7-FAIL-c23-c25</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasStartedBy"><span>Constraint 26 (unique-wasStartedBy)</a></td>
+    <td>
+      <a href="#unification-start-s1-PASS-c26">unification-start-s1-PASS-c26</a><br>
+      <a href="#unification-start-s2-PASS-c26">unification-start-s2-PASS-c26</a><br>
+      <a href="#unification-start-s3-PASS-c26">unification-start-s3-PASS-c26</a><br>
+      <a href="#unification-start-s4-PASS-c26">unification-start-s4-PASS-c26</a><br>
+      <a href="#unification-start-s5-PASS-c23-c26">unification-start-s5-PASS-c23-c26</a><br>
+      <a href="#unification-start-s6-PASS-c23-c26">unification-start-s6-PASS-c23-c26</a><br>
+      <a href="#unification-start-s7-PASS-c23-c26">unification-start-s7-PASS-c23-c26</a><br>
+      <a href="#unification-start-s8-PASS-c23-c26">unification-start-s8-PASS-c23-c26</a><br>
+      <a href="#unification-start-s9-PASS-c23-c26">unification-start-s9-PASS-c23-c26</a>
+    </td>
+    <td>
+      <a href="#unification-start-f4-FAIL-c26">unification-start-f4-FAIL-c26</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-wasEndedBy"><span>Constraint 27 (unique-wasEndedBy)</a></td>
+    <td>
+      <a href="#unification-end-s1-PASS-c27">unification-end-s1-PASS-c27</a><br>
+      <a href="#unification-end-s2-PASS-c27">unification-end-s2-PASS-c27</a><br>
+      <a href="#unification-end-s3-PASS-c27">unification-end-s3-PASS-c27</a><br>
+      <a href="#unification-end-s4-PASS-c27">unification-end-s4-PASS-c27</a><br>
+      <a href="#unification-end-s5-PASS-c23-c27">unification-end-s5-PASS-c23-c27</a><br>
+      <a href="#unification-end-s6-PASS-c23-c27">unification-end-s6-PASS-c23-c27</a>
+    </td>
+    <td>
+      <a href="#unification-end-f4-FAIL-c27">unification-end-f4-FAIL-c27</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-startTime"><span>Constraint 28 (unique-startTime)</a></td>
+    <td>
+      <a href="#unification-activity-start-s1-PASS-c28">unification-activity-start-s1-PASS-c28</a>
+    </td>
+    <td>
+      <a href="#unification-activity-start-f1-FAIL-c28">unification-activity-start-f1-FAIL-c28</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#unique-endTime"><span>Constraint 29 (unique-endTime)</a></td>
+    <td>
+      <a href="#unification-activity-end-s1-PASS-c29">unification-activity-end-s1-PASS-c29</a>
+    </td>
+    <td>
+      <a href="#unification-activity-end-f1-FAIL-c29">unification-activity-end-f1-FAIL-c29</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#start-precedes-end"><span>Constraint 30 (start-precedes-end)</a></td>
+    <td>
+      <a href="#ordering-activity1-PASS-c30">ordering-activity1-PASS-c30</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#start-start-ordering"><span>Constraint 31 (start-start-ordering)</a></td>
+    <td>
+      <a href="#ordering-activity4-PASS-c31">ordering-activity4-PASS-c31</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#end-end-ordering"><span>Constraint 32 (end-end-ordering)</a></td>
+    <td>
+      <a href="#ordering-activity5-PASS-c32">ordering-activity5-PASS-c32</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#usage-within-activity"><span>Constraint 33 (usage-within-activity)</a></td>
+    <td>
+      <a href="#ordering-activity2-PASS-c33">ordering-activity2-PASS-c33</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-within-activity"><span>Constraint 34 (generation-within-activity)</a></td>
+    <td>
+      <a href="#ordering-activity3-PASS-c34">ordering-activity3-PASS-c34</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasInformedBy-ordering"><span>Constraint 35 (wasInformedBy-ordering)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-precedes-invalidation"><span>Constraint 36 (generation-precedes-invalidation)</a></td>
+    <td>
+      <a href="#ordering-entity1-PASS-c36-c37-c38">ordering-entity1-PASS-c36-c37-c38</a><br>
+      <a href="#ordering-entity2-PASS-c36">ordering-entity2-PASS-c36</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-precedes-usage"><span>Constraint 37 (generation-precedes-usage)</a></td>
+    <td>
+      <a href="#ordering-entity1-PASS-c36-c37-c38">ordering-entity1-PASS-c36-c37-c38</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#usage-precedes-invalidation"><span>Constraint 38 (usage-precedes-invalidation)</a></td>
+    <td>
+      <a href="#ordering-entity1-PASS-c36-c37-c38">ordering-entity1-PASS-c36-c37-c38</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#generation-generation-ordering"><span>Constraint 39 (generation-generation-ordering)</a></td>
+    <td>
+      <a href="#ordering-entity3-PASS-c39">ordering-entity3-PASS-c39</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#invalidation-invalidation-ordering"><span>Constraint 40 (invalidation-invalidation-ordering)</a></td>
+    <td>
+      <a href="#ordering-entity4-PASS-c40">ordering-entity4-PASS-c40</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-usage-generation-ordering"><span>Constraint 41 (derivation-usage-generation-ordering)</a></td>
+    <td>
+      <a href="#ordering-derivation3-PASS-c41-c42">ordering-derivation3-PASS-c41-c42</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#derivation-generation-generation-ordering"><span>Constraint 42 (derivation-generation-generation-ordering)</a></td>
+    <td>
+      <a href="#ordering-derivation1-PASS-c42">ordering-derivation1-PASS-c42</a><br>
+      <a href="#ordering-derivation3-PASS-c41-c42">ordering-derivation3-PASS-c41-c42</a><br>
+      <a href="#ordering-specialization3-PASS-c42-c45">ordering-specialization3-PASS-c42-c45</a>
+    </td>
+    <td>
+      <a href="#ordering-derivation2-FAIL-c42">ordering-derivation2-FAIL-c42</a><br>
+      <a href="#ordering-specialization4-FAIL-c42-c45">ordering-specialization4-FAIL-c42-c45</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasStartedBy-ordering"><span>Constraint 43 (wasStartedBy-ordering)</a></td>
+    <td>
+      <a href="#ordering-starts1-PASS-c43">ordering-starts1-PASS-c43</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasEndedBy-ordering"><span>Constraint 44 (wasEndedBy-ordering)</a></td>
+    <td>
+      <a href="#ordering-ends1-PASS-c44">ordering-ends1-PASS-c44</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-generation-ordering"><span>Constraint 45 (specialization-generation-ordering)</a></td>
+    <td>
+      <a href="#ordering-specialization1-PASS-c45">ordering-specialization1-PASS-c45</a><br>
+      <a href="#ordering-specialization3-PASS-c42-c45">ordering-specialization3-PASS-c42-c45</a>
+    </td>
+    <td>
+      <a href="#ordering-specialization4-FAIL-c42-c45">ordering-specialization4-FAIL-c42-c45</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#specialization-invalidation-ordering"><span>Constraint 46 (specialization-invalidation-ordering)</a></td>
+    <td>
+      <a href="#ordering-specialization2-PASS-c46">ordering-specialization2-PASS-c46</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAssociatedWith-ordering"><span>Constraint 47 (wasAssociatedWith-ordering)</a></td>
+    <td>
+      <a href="#ordering-association1-PASS-c47">ordering-association1-PASS-c47</a><br>
+      <a href="#ordering-association2-PASS-c47">ordering-association2-PASS-c47</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#wasAttributedTo-ordering"><span>Constraint 48 (wasAttributedTo-ordering)</a></td>
+    <td>
+      <a href="#ordering-attribution1-PASS-c48">ordering-attribution1-PASS-c48</a><br>
+      <a href="#ordering-attribution2-PASS-c48">ordering-attribution2-PASS-c48</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#actedOnBehalfOf-ordering"><span>Constraint 49 (actedOnBehalfOf-ordering)</a></td>
+    <td>
+      <a href="#ordering-delegation1-PASS-c49">ordering-delegation1-PASS-c49</a><br>
+      <a href="#ordering-delegation2-PASS-c49">ordering-delegation2-PASS-c49</a>
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#typing"><span>Constraint 50 (typing)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-unspecified-derivation-generation-use"><span>Constraint 51 (impossible-unspecified-derivation-generation-use)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-specialization-reflexive"><span>Constraint 52 (impossible-specialization-reflexive)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#unification-specialization-f3-FAIL-c52">unification-specialization-f3-FAIL-c52</a><br>
+      <a href="#unification-specialization-f4-FAIL-c52">unification-specialization-f4-FAIL-c52</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-property-overlap"><span>Constraint 53 (impossible-property-overlap)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#type-f4-FAIL-c53">type-f4-FAIL-c53</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#impossible-object-property-overlap"><span>Constraint 54 (impossible-object-property-overlap)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#type-f3-FAIL-c54">type-f3-FAIL-c54</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#entity-activity-disjoint"><span>Constraint 55 (entity-activity-disjoint)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#type-f1-FAIL-c55">type-f1-FAIL-c55</a><br>
+      <a href="#type-f2-FAIL-c55">type-f2-FAIL-c55</a><br>
+      <a href="#unification-bundle-f1-FAIL-c55-c56">unification-bundle-f1-FAIL-c55-c56</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-constraints-20121211/#membership-empty-collection"><span>Constraint 56 (membership-empty-collection)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#type-collection-FAIL-c56">type-collection-FAIL-c56</a><br>
+      <a href="#unification-bundle-f1-FAIL-c55-c56">unification-bundle-f1-FAIL-c55-c56</a>
+    </td>
+  </tr>
+  <tr>
+    <td><a href="http://www.w3.org/TR/2012/CR-prov-dm-20121211/#prov-dm-types-and-relations">Malformed statement(s)</a></td>
+    <td>
+      
+    </td>
+    <td>
+      <a href="#unification-association-f6-FAIL-DM">unification-association-f6-FAIL-DM</a><br>
+      <a href="#unification-attribution-f1-FAIL-DM">unification-attribution-f1-FAIL-DM</a><br>
+      <a href="#unification-attribution-f2-FAIL-DM">unification-attribution-f2-FAIL-DM</a><br>
+      <a href="#unification-communication-f1-FAIL-DM">unification-communication-f1-FAIL-DM</a><br>
+      <a href="#unification-communication-f2-FAIL-DM">unification-communication-f2-FAIL-DM</a><br>
+      <a href="#unification-delegation-f6-FAIL-DM">unification-delegation-f6-FAIL-DM</a><br>
+      <a href="#unification-influence-f1-FAIL-DM">unification-influence-f1-FAIL-DM</a><br>
+      <a href="#unification-influence-f2-FAIL-DM">unification-influence-f2-FAIL-DM</a><br>
+      <a href="#unification-membership-f1-FAIL-DM">unification-membership-f1-FAIL-DM</a><br>
+      <a href="#unification-specialization-f1-FAIL-DM">unification-specialization-f1-FAIL-DM</a><br>
+      <a href="#unification-specialization-f2-FAIL-DM">unification-specialization-f2-FAIL-DM</a>
+    </td>
+  </tr> 
 </table>
 
 </section>