--- a/model/glossary.html Fri Jun 08 15:21:09 2012 +0100
+++ b/model/glossary.html Fri Jun 08 15:55:54 2012 +0100
@@ -241,7 +241,7 @@
<span class="glossary" id="glossary-role">
-A <dfn id="concept-role">role</dfn> is the function of an entity with respect to an activity, in the context of a <a>usage</a>, <a>generation</a>, <a>association</a>, <a>start</a>, and <a>end</a>.
+A <dfn id="concept-role">role</dfn> is the function of an entity or agent with respect to an activity, in the context of a <a>usage</a>, <a>generation</a>, <a>invalidation</a>, <a>association</a>, <a>start</a>, and <a>end</a>.
</span>
--- a/model/glossary.js Fri Jun 08 15:21:09 2012 +0100
+++ b/model/glossary.js Fri Jun 08 15:55:54 2012 +0100
@@ -3,7 +3,7 @@
// with <script src="glossary.js" class="remove"></script>
//Insert glossary definitions with the following
// <div class="glossary-ref" ref="glossary-generation"></div>
-glossary_hg='http://dvcs.w3.org/hg/prov/file/07654b2c1f84/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/63f614d8b265/model/glossary.html';
glossary_string=
' ' +
'<html> ' +
@@ -248,7 +248,7 @@
' ' +
' ' +
'<span class="glossary" id="glossary-role"> ' +
-'A <dfn id="concept-role">role</dfn> is the function of an entity with respect to an activity, in the context of a <a>usage</a>, <a>generation</a>, <a>association</a>, <a>start</a>, and <a>end</a>. ' +
+'A <dfn id="concept-role">role</dfn> is the function of an entity or agent with respect to an activity, in the context of a <a>usage</a>, <a>generation</a>, <a>invalidation</a>, <a>association</a>, <a>start</a>, and <a>end</a>. ' +
'</span> ' +
' ' +
' ' +
--- a/model/prov-dm.html Fri Jun 08 15:21:09 2012 +0100
+++ b/model/prov-dm.html Fri Jun 08 15:55:54 2012 +0100
@@ -2190,8 +2190,8 @@
agent(ex:Paolo, [ prov:type="Person" ])
agent(ex:Simon, [ prov:type="Person" ])
entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD' ])
-wasAttributedTo(tr:WD-prov-dm-20111215, ex:Paolo, [ prov:role="editor" ])
-wasAttributedTo(tr:WD-prov-dm-20111215, ex:Simon, [ prov:role="contributor" ])
+wasAttributedTo(tr:WD-prov-dm-20111215, ex:Paolo, [ prov:type="editorship" ])
+wasAttributedTo(tr:WD-prov-dm-20111215, ex:Simon, [ prov:type="authorship" ])
</pre>
</div>
@@ -3197,7 +3197,7 @@
<tr><td style="border-width: 0px; "></td><td style="border-width: 0px; "></td><td style="border-width: 0px; "><td style="border-width: 0px; "></td></tr>
<tr><td><a title="label">prov:label</a></td><td><em>any construct</em></td><td>A <a>Value</a> of type <a class="section-ref" href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</a></td><td><a class="section-ref" href="#term-attribute-label"><span>TBD</span></a> </td></tr>
<tr><td><a title="location">prov:location</a></td><td><a>Entity</a>, <a>Activity</a>, <a>Usage</a>, and <a>Generation</a>.</td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-location"><span>TBD</span></a> </td></tr>
-<tr><td><a title="role">prov:role</a></td><td><a>Usage</a>, <a>Generation</a>, <a>Association</a>, <a>Start</a>, and <a>End</a></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-role"><span>TBD</span></a> </td></tr>
+<tr><td><a title="role">prov:role</a></td><td><a>Usage</a>, <a>Generation</a>, <a>Invalidation</a>, <a>Association</a>, <a>Start</a>, and <a>End</a></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-role"><span>TBD</span></a> </td></tr>
<tr><td><a title="type">prov:type</a></td><td><em>any construct</em></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-type"><span>TBD</span></a> </td></tr>
<tr><td><a title="value-attribute">prov:value</a></td><td><a>Entity</a></td><td>A <a title="value">Value</a></td><td><a class="section-ref" href="#term-attribute-value"><span>TBD</span></a> </td></tr>
</table>