uncommented inference on revision which had been uncorrectly removed
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Thu, 07 Jun 2012 09:07:10 +0100
changeset 3206 619c8b8f82a5
parent 3205 0e08b78ec01a
child 3207 0e9dbc08f2e3
uncommented inference on revision which had been uncorrectly removed
model/prov-constraints.html
--- a/model/prov-constraints.html	Wed Jun 06 22:36:54 2012 +0100
+++ b/model/prov-constraints.html	Thu Jun 07 09:07:10 2012 +0100
@@ -706,22 +706,19 @@
 
   
 
-<!--
-
-<p>A revision admits the following inference, linking the two entities
-  by a derivation, and stating them to be alternates.</p>
-
-<div class='inference' id='wasRevision'>
-Given two identifiers <span class="name">e1</span> and <span class="name">e2</span> identifying two entities, and an identifier <span class="name">ag</span> identifying an agent,
-<span class='conditional'>IF</span> <span class="name">wasRevisionOf(-,e2,e1,ag)</span> holds, <span class='conditional'>THEN</span> the following 
-hold:
+
+<p>A revision admits the following inference, stating that  the two entities
+linked  by a revision are also alternates.</p>
+
+<div class='inference' id='revision-is-alternate'>
+Given two identifiers <span class="name">e1</span> and <span class="name">e2</span> identifying two entities,
+<span class='conditional'>IF</span> <span class="name">wasDerivedFrom(-,e2,e1,[prov:type="prov:WasRevisionOf"])</span> holds, <span class='conditional'>THEN</span> the following 
+hold::
 <pre>
-wasDerivedFrom(-;e2,e1,-)
 alternateOf(e1,e2)
-wasAttributedTo(e2,ag)
 </pre>
 </div>
--->
+
 
 <!--
 <div class="note">