added is to 3.2.3.3
authorPaolo Missier <pmissier@acm.org>
Tue, 07 Feb 2012 15:49:46 +0000
changeset 1480 fbcc0445cefa
parent 1479 8304b1b3a928
child 1481 14ec8f214e94
child 1486 38a426985bc4
added is to 3.2.3.3
model/working-copy/towards-wd4.html
--- a/model/working-copy/towards-wd4.html	Tue Feb 07 15:45:32 2012 +0000
+++ b/model/working-copy/towards-wd4.html	Tue Feb 07 15:49:46 2012 +0000
@@ -1153,18 +1153,20 @@
 -->
   
 
-<p>An <dfn id="dfn-Alternate">alternate relation</dfn><span class="withAsn">, written <span class="name">alternateOf(alt1, alt2, attrs)</span> in PROV-ASN,</span>  captures the intent of assertions (1) and (2). It has the following constituents:</p>
+<p>An <dfn id="dfn-Alternate">alternate relation</dfn><span class="withAsn">, written <span class="name">alternateOf(id, alt1, alt2, attrs)</span> in PROV-ASN,</span>  captures the intent of assertions (1) and (2). It has the following constituents:</p>
 
 <ul>
+<li><em>id</em>:  an OPTIONAL identifier for the association between the two alternates;</li>
 <li><em>first alternate</em>: an identifier <span class="name">alt1</span> of the first of the two entities</li>
 <li><em>second alternate</em>: an identifier <span class="name">alt2</span> of the second of the two entities</li>
 <li><em>attrs</em>: an OPTIONAL set <span class="name">attrs</span> of attribute-value pairs to further describe this relation.</li>
 </ul>
 
 
-<p>A <dfn id="dfn-Specialization">specialization relation</dfn><span class="withAsn">, written <span class="name">specializationOf(sub, super, attrs)</span> in PROV-ASN,</span>, captures the intent of assertion (3). It  has the following constituents:</p>
+<p>A <dfn id="dfn-Specialization">specialization relation</dfn><span class="withAsn">, written <span class="name">specializationOf(id, sub, super, attrs)</span> in PROV-ASN,</span>, captures the intent of assertion (3). It  has the following constituents:</p>
 
 <ul>
+<li><em>id</em>:  an OPTIONAL identifier for the association between the two entities;</li>
 <li><em>specialised entity</em>: an identifier of the specialised entity</li>
 <li><em>general entity</em>: an identifier of the entity that is being specialised</li>
 <li><em>attrs</em>: an OPTIONAL set of attribute-value pairs to further describe this relation.</li>