merged; added justification to wasAttributedTo subprop tracedTo
authorTim L <lebot@rpi.edu>
Mon, 21 May 2012 14:54:01 -0400
changeset 2880 4c96e0ed019d
parent 2879 07dc0f5dc4be (current diff)
parent 2878 dcba4fbf9a18 (diff)
child 2881 4ede31f001d7
merged; added justification to wasAttributedTo subprop tracedTo
model/prov-dm-with-bundle.html
ontology/ProvenanceOntology.owl
ontology/prov.ttl
--- a/model/extra-dm.css	Mon May 21 14:51:39 2012 -0400
+++ b/model/extra-dm.css	Mon May 21 14:54:01 2012 -0400
@@ -425,3 +425,7 @@
     content:    "Structural constraint: ";
     font-weight:    bold;
 }
+
+.essential {
+    font-weight: bold;
+}
--- a/model/glossary.html	Mon May 21 14:51:39 2012 -0400
+++ b/model/glossary.html	Mon May 21 14:54:01 2012 -0400
@@ -76,6 +76,10 @@
 intended by the agent to achieve some goals in the context of this activity.
 </span>
 
+<span class="glossary" id="glossary-core-association">  
+An activity <dfn id="concept-association-core">association</dfn> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. 
+</span>
+
 
 <span class="glossary" id="glossary-generation-event">  
 An <dfn id="dfn-generation-event">entity generation event</dfn> is the <a title="event">instantaneous event</a> that marks the  final instant of an entity's creation timespan, after which
--- a/model/glossary.js	Mon May 21 14:51:39 2012 -0400
+++ b/model/glossary.js	Mon May 21 14:54:01 2012 -0400
@@ -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/643d9c691afa/model/glossary.html';
+glossary_hg='http://dvcs.w3.org/hg/prov/file/850bd03c3161/model/glossary.html';
 glossary_string= 
 ' ' + 
 '<html> ' + 
@@ -83,6 +83,10 @@
 'intended by the agent to achieve some goals in the context of this activity. ' + 
 '</span> ' + 
 ' ' + 
+'<span class="glossary" id="glossary-core-association">   ' + 
+'An activity <dfn id="concept-association-core">association</dfn> is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity.  ' + 
+'</span> ' + 
+' ' + 
 ' ' + 
 '<span class="glossary" id="glossary-generation-event">   ' + 
 'An <dfn id="dfn-generation-event">entity generation event</dfn> is the <a title="event">instantaneous event</a> that marks the  final instant of an entity\'s creation timespan, after which ' + 
--- a/model/prov-dm-with-bundle.html	Mon May 21 14:51:39 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3010 +0,0 @@
-<!DOCTYPE html
->
-
-<html><head> 
-    <title>PROV-DM: The PROV Data Model</title> 
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
-    <!-- 
-      === NOTA BENE ===
-      For the three scripts below, if your spec resides on dev.w3 you can check them
-      out in the same tree and use relative links so that they'll work offline,
-     -->
-<!-- PM -->
-    <style type="text/css">
-      .note { font-size:small; margin-left:50px }
-     </style>
-
-    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
-    <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
-    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
-
-    <script src="glossary.js" class="remove"></script>
-
-    <script class="remove">
-      function updateGlossaryRefs() {
-        $('.glossary-ref').each(function(index) {
-          var ref=$(this).attr('data-ref');
-          var span=$(this).attr('data-withspan')
-          $(this).removeAttr('data-withspan');
-          $(this).removeAttr('data-ref');
-
-          $('#'+ref+'.glossary').contents().clone().appendTo($(this));
-//          $(this).attr("prov:hadOriginalSource",glossary_hg);
-          if (span) {
-            $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
-          }
-        });
-      }
-      $(document).ready(function(){
-        // if glossary is in a string:
-        $('#glossary_div').html(glossary_string)
-        updateGlossaryRefs();
-      });
-
-    </script>
-
-    <script class="remove"> 
-      var addExtraReferences = function() {
-          for (var k in extraReferences)
-              berjon.biblio[k] = extraReferences[k];
-      };
-      var extraReferences = {
-        "CLOCK":
-         "Lamport, L. "+
-         "<a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\"><cite>Time, clocks, and the ordering of events in a distributed system</cite></a>."+
-         "Communications of the ACM 21 (7): 558–565. 1978. "+
-         "URL: <a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\">http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf</a> " +
-         "DOI: doi:10.1145/359545.359563.",
-        "CSP":
-         "Hoare, C. A. R. "+
-         "<a href=\"http://www.usingcsp.com/cspbook.pdf\"><cite>Communicating Sequential Processes</cite></a>."+
-         "Prentice-Hall. 1985"+
-         "URL: <a href=\"http://www.usingcsp.com/cspbook.pdf\">http://www.usingcsp.com/cspbook.pdf</a>",
-        "Logic":
-          "W. E. Johnson"+
-          "<a href=\"http://www.ditext.com/johnson/intro-3.html\"><cite>Logic: Part III</cite></a>."+
-          "1924. "+
-          "URL: <a href=\"http://www.ditext.com/johnson/intro-3.html\">http://www.ditext.com/johnson/intro-3.html</a>",
-        "PROV-SEM":
-          "James Cheney "+
-          "<a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\"><cite>Formal Semantics Strawman</cite></a>. "+
-          "2011, Work in progress. "+
-          "URL: <a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</a>",
-
-        "PROV-PRIMER":
-          "Yolanda Gil and Simon Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik "+
-          "<a href=\"http://www.w3.org/TR/prov-primer/\"><cite>Prov Model Primer</cite></a>. "+
-          "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-primer/\">http://www.w3.org/TR/prov-primer/</a>",
-
-        "PROV-O":
-          "Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, Daniel Garijo, Timothy Lebo, Stian Soiland-Reyes, and Stephan Zednik "+
-          "<a href=\"http://www.w3.org/TR/prov-o/\"><cite>Provenance Formal Model</cite></a>. "+
-          "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-o/\">http://www.w3.org/TR/prov-o/</a>",
-
-
-        "PROV-CONSTRAINTS":
-          "James Cheney, Paolo Missier, and Luc Moreau (eds.) "+
-          "<a href=\"http://www.w3.org/TR/prov-constraints/\"><cite>Constraints of the PROV Data Model</cite></a>. "+
-          "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-constraints/\">http://www.w3.org/TR/prov-constraints/</a>",
-
-        "PROV-N":
-          "Luc Moreau and Paolo Missier (eds.)"+
-          "<a href=\"http://www.w3.org/TR/prov-n/\"><cite>PROV-N: The Provenance Notation</cite></a>. "+
-          "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-n/\">http://www.w3.org/TR/prov-n/</a>",
-
-        "PROV-AQ":
-          "Graham Klyne and Paul Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles "+
-          "<a href=\"http://www.w3.org/TR/prov-aq/\"><cite>Provenance Access and Query</cite></a>. "+
-          "2011, Working Draft. "+
-          "URL: <a href=\"http://www.w3.org/TR/prov-aq/\">http://www.w3.org/TR/prov-aq/</a>",
-      };
-      var respecConfig = {
-          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
-          
-          // the specification's short name, as in http://www.w3.org/TR/short-name/
-          shortName:            "prov-dm",
- 
-          // if your specification has a subtitle that goes below the main
-          // formal title, define it here
-      subtitle   :  "working towards WD6 (<a href=\"diff.html\">Diffs since last release</a>)",
-
- 
-          // if you wish the publication date to be other than today, set this
-//          publishDate:  "2012-05-03",
- 
-          // if the specification's copyright date is a range of years, specify
-          // the start date here:
-          copyrightStart: "2011",
- 
-          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
-          // and its maturity status
-          previousPublishDate:  "2012-05-03",
-          previousMaturity:  "WD",
- 
-          // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html",
- 
-          // if this is a LCWD, uncomment and set the end of its review period
-          // lcEnd: "2009-08-05",
- 
-          // if you want to have extra CSS, append them to this list
-          // it is recommended that the respec.css stylesheet be kept
-          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "./extra-dm.css"],
- 
-          // editors, add as many as you like
-          // only "name" is required
-          editors:  [
-              { name: "Luc Moreau", url: "http://www.ecs.soton.ac.uk/~lavm/",
-                company: "University of Southampton" },
-              { name: "Paolo Missier", url: "http://www.cs.ncl.ac.uk/people/Paolo.Missier",
-                company: "Newcastle University" },
-          ],
- 
-          // authors, add as many as you like. 
-          // This is optional, uncomment if you have authors as well as editors.
-          // only "name" is required. Same format as editors.
- 
-          authors:  [
-              { name: "Khalid Belhajjame", url: "http://semanticweb.org/wiki/Khalid_Belhajjame",
-                company: "University of Manchester" },
-              { name: "Reza B'Far",
-                company: "Oracle Corporation" },
-              { name: "Stephen Cresswell",
-                company: "legislation.gov.uk"},
-              { name: "Yolanda Gil",
-                company: "Invited Expert", url:"http://www.isi.edu/~gil/"},
-              { name: "Paul Groth", url: "http://www.few.vu.nl/~pgroth/",
-                company: "VU University of Amsterdam" },
-              { name: "Graham Klyne",
-                company: "University of Oxford" },
-              { name: "Jim McCusker", url: "http://tw.rpi.edu/web/person/JamesMcCusker",
-                company: "Rensselaer Polytechnic Institute" },
-              { name: "Simon Miles", 
-                company: "Invited Expert", url:"http://www.inf.kcl.ac.uk/staff/simonm/" },
-              { name: "James Myers", url:"http://www.rpi.edu/research/ccni/",
-                company: "Rensselaer Polytechnic Institute"},
-              { name: "Satya Sahoo", url:"http://cci.case.edu/cci/index.php/Satya_Sahoo",
-                company: "Case Western Reserve University" },
-              { name: "Curt Tilmes", 
-                company: "National Aeronautics and Space Administration" },
-          ],
-          
-          // name of the WG
-          wg:           "Provenance Working Group",
-          
-          // URI of the public WG page
-          wgURI:        "http://www.w3.org/2011/prov/",
-          
-          // name (with the @w3c.org) of the public mailing to which comments are due
-          wgPublicList: "public-prov-wg",
-          
-          // URI of the patent status for this WG, for Rec-track documents
-          // !!!! IMPORTANT !!!!
-          // This is important for Rec-track documents, do not copy a patent URI from a random
-          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
-          // Team Contact.
-          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46974/status",
-
-          // Add extraReferences to bibliography database
-          preProcess: [addExtraReferences],
-      };
-    </script> 
-  </head> 
-  <body> 
-
-    <section id="abstract">
-<p>
-PROV-DM, the PROV data model, is a data model for provenance that describes
-the entities, people and activities involved in
-producing a piece of data or thing. 
-PROV-DM is structured in six components, dealing with: 
-(1) entities and activities, and the time at which they were created, used, or ended;
-(2) agents bearing responsibility for entities that were generated and activities that happened;
-(3) derivations of entities from entities;
-(4) properties to link entities that refer to the same thing;
-(5) collections forming a logical structure for its members;
-(6) a simple annotation mechanism.
-</p>
-
-<p>This document introduces the provenance concepts found in
-PROV and defines PROV-DM types and
-relations. PROV data model is domain-agnostic, but is equipped with
-extensibility points allowing domain-specific information to be included. </p>
-
-<p>Two further documents complete the specification of PROV-DM.
-First, a companion document specifies the set of constraints that
-provenance descriptions should follow.  Second, 
-a separate document describes a provenance notation for expressing 
-instances of provenance for human consumption; this notation is used in examples in
-this document. </p>
-
-    </section> 
-
-<section id="sotd">
-<h4>PROV Family of Specifications</h4>
-This document is part of the PROV family of specifications, a set of specifications defining various aspects that are necessary to achieve the vision of inter-operable
-interchange of provenance information in heterogeneous environments such as the Web.  The specifications are:
-<ul>
-<li> PROV-DM, the PROV data model for provenance (this document);</li>
-<li> PROV-CONSTRAINTS, a set of constraints applying to the PROV data model;</li>
-<li> PROV-N, a notation for provenance aimed at human consumption;</li>
-<li> PROV-O, the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF;</li>
-<li> PROV-AQ, the mechanisms for accessing and querying provenance; </li>
-<li> PROV-PRIMER, a primer for the PROV data model;</li>
-<li> PROV-SEM, a formal semantics for the PROV data model;</li>
-<li> PROV-XML, an XML schema for the PROV data model.</li>
-</ul>
-<h4>How to read the PROV Family of Specifications</h4>
-<ul>
-<li>The primer 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 PROV-O defining PROV classes and properties specified in an OWL-RL ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. PROV-SEM provides a mathematical semantics.</li>
-<li>The XML community should focus on PROV-XML defining an XML schema for PROV. Further details can also be found in PROV-DM, PROV-CONSTRAINTS, and PROV-SEM.</li>
-<li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
-<li>Readers seeking to implement other PROV serializations
-should focus on PROV-DM and PROV-CONSTRAINTS.  PROV-O, PROV-N, PROV-XML offer examples of mapping to RDF, text, and XML, respectively.</li>
-</ul>
-
-
-<h4>Fourth Public Working Draft</h4>
-<p>This is the fourth public release of the PROV-DM document. Following feedback, the Working Group has decided to reorganize this document substantially, separating the data model from its contraints and the notation used to illustrate it. The PROV-DM release is synchronized with the release of the PROV-O, PROV-PRIMER, PROV-N, and PROV-CONSTRAINTS documents. We are now clarifying the entry path to the PROV family of specifications.</p>
-</section>
-
-
-
-
-<!-- <div class="buttonpanel"> 
-<form action="#"><p> 
-<input id="hide-asn" onclick="set_display_by_class('div','withAsn','none');set_display_by_class('span','withAsn','none'); set_display_by_id('hide-asn','none'); set_display_by_id('show-asn','');" type="button"
-value="Hide ASN" /> 
-<input id="show-asn" onclick="set_display_by_class('div','withAsn',''); set_display_by_class('span','withAsn','');  set_display_by_id('hide-asn',''); set_display_by_id('show-asn','none');" style="display: none"
-type="button" value="Show ASN" /> 
-</p> 
-</form> 
-</div>     
--->
-
-
-
-
-
-    <section id="introduction"> 
-      <h2>Introduction<br>
-</h2> 
-
-<p> 
-For the purpose of this specification, <dfn>provenance</dfn> is defined as a record that describes the people,
-institutions, entities, and activities involved in producing,
-influencing, or delivering a piece of data or a thing.
-In particular, 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.  In an open and inclusive environment
-such as the Web, where users find information that is often contradictory or
-questionable, provenance can help those users to make trust judgements.
-</p>
-
-
-<p>
-We
-consider a core data model for provenance that allows  domain and application specific representations of provenance to be translated into such a data model and  <em>interchanged</em> between systems.
-Thus, heterogeneous systems can export their native provenance into such a core data model, and applications that need to make sense of provenance in heterogeneous systems can then import it,
-process it, and reason over it.</p>
-
-<p>A set of specifications, referred to as the PROV family of specifications, define the various aspects
-that are necessary to achieve this vision in an interoperable
-way:</p>
-<ul>
-<li>A data model for provenance, which is presented in three documents:
-<ul>
-<li> PROV-DM (part I): the provenance data model, informally described (this document);
-<li> PROV-CONSTRAINTS (part II): constraints underpinning the data model [[PROV-CONSTRAINTS]];
-<li> PROV-N (part III): a notation to express instances of that data model for human consumption [[PROV-N]];
-</ul> 
-</li>
-<li>PROV-O: the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
-<li>PROV-AQ: the mechanisms for accessing and querying provenance [[PROV-AQ]];</li>
-<li>PROV-PRIMER: a primer for the PROV approach [[PROV-PRIMER]];</li>
-<li>PROV-SEM: semantics of the PROV-DM data model [[PROV-SEM]];</li>
-<li>PROV-XML: an XML schema for the PROV data model.</li>
-</ul>
-
-
-<p>
-The  PROV data model is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and
-application-specific extensions to be defined.
-The PROV data model is structured according to six components covering various aspects of provenance:</p>
-<ul>
-<li> component 1: entities and activities, and the time at which they were created, used, or ended;
-<li> component 2: agents bearing responsibility for entities that were generated and activities that happened;
-<li> component 3: derivations of entities from others;
-<li> component 4: properties to link entities that refer to a same thing;
-<li> component 5: bundles, a mechanism to support provenance of provenance;
-<li> component 6: collections forming a logical structure for its members.
-</ul>
-
-
-<p>This specification presents the key concepts of the PROV Data Model, and
-provenance types and relations, without specific concern for how they are applied.
-With these, it becomes possible to write useful provenance descriptions, and publish or embed them along side the data they relate to. </p>
-
-<p>However, if something about which provenance is expressed is subject to change, then it is challenging to express its provenance precisely (e.g. the data from which a daily weather report is derived  changes from day to day).
- To address this challenge, a <em>refinement</em> is proposed to enrich simple provenance, with extra descriptions that  help qualify the specific subject of provenance and provenance itself, with attributes and temporal information, intended to satisfy a comprehensive set of constraints.  These aspects are covered in the companion specification [[PROV-CONSTRAINTS]].
-</p>
-
-
-<section id="structure-of-this-document"> 
-<h3>Structure of this Document</h3>
-
-<p><a href="#starting-points">Section 2</a> provides  starting points for the PROV Data Model, listing a set of types and  relations, which allows users to make initial provenance descriptions.</p>
-
-<p><a href="#prov-dm-example">Section 3</a> illustrates how the PROV data model can be used
-to express the provenance of a report published on the Web.</p>
-
-<p><a href="#data-model-components">Section 4</a> provides the definitions of PROV concepts, structured according to six components.</p>
-
-<p><a href="#extensibility-section">Section 5</a> summarizes PROV-DM extensibility points.</p>
-
-<p><a href="#valid-provenance">Section 6</a> introduces the idea that constraints can be applied to the PROV data model to refine provenance descriptions; these are covered in the companion specification [[PROV-CONSTRAINTS]].</p>
-
-
-</section> 
-
-<section id="conventions"> 
-<h3>Notational Conventions</h3>
-
-
-
-<p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
-      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and
-      "OPTIONAL" in this document are to be interpreted as described in
-      [[!RFC2119]].</p>
-
-
-<p>
-The following namespaces prefixes are used throughout this document.
-
-<div style="text-align: left;">
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="namespace-table">Table 1: Prefix and Namespaces used in this specification</caption>
-<tr><td><a><b>prefix</b></a></td><td><b>namespace uri</b></td> <td><b>definition</b></td></tr>
-<tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td><td>The PROV namespace (see Section <a href="#term-NamespaceDeclaration">4.7.1</a>)</td></tr>
-<tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [[!XMLSCHEMA-2]]</td></tr>
-<tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace  [[!RDF-CONCEPTS]]</td></tr>
-<tr><td><a>(others)</a></td><td>(various)</td><td>All other namespace prefixes are used in examples only. <br/> In particular, URIs starting with "http://example.com" represent<br/> some application-dependent URI [[!URI]]</td></tr>
-</table>
-</div>
-
-</section> 
-
-</section> 
-
-
-
-<section id='starting-points'> 
-<h1>PROV Starting Points</h1>
-
-<p>
-This section introduces provenance concepts with informal descriptions and illustrative
-examples.  Since PROV-DM is a conceptual data
-model, Section 2.5 maps the concepts to various types and relations,
-which are illustrated graphically in
-a simplified UML diagram in <a href="#prov-dm-overview">Figure 1</a>.  Section 2.6
-then summarizes the PROV notation allowing instances of PROV-DM to be
-written down.
-</p>
-
-<form action="#"><p> 
-<input id="hide-examples" onclick="set_display_by_class('div','conceptexample','none'); set_display_by_id('hide-examples','none'); set_display_by_id('show-examples','');" type="button"
-value="Hide Concept Examples" /> 
-<input id="show-examples" onclick="set_display_by_class('div','conceptexample',''); set_display_by_id('hide-examples',''); set_display_by_id('show-examples','none');" style="display: none"
-type="button" value="Show Concept Examples" /> 
-</p> 
-</form> 
-
-
-
-
-  
-    <section id='section-entity-activity'> 
-<h2>Entity and Activity</h2>
-
-
-<p>In PROV, things we want to describe the provenance of are called <em>entities</em> and have some fixed aspect. The term "things" encompasses a broad diversity of notions, including digital objects such as a file or web page, 
-physical things such as a mountain, a building, a printed book, or a car as well as abstract concepts and ideas. 
-</p>
-
-<p>
-<div class="glossary-ref" data-ref="glossary-entity"  data-withspan="true">
-</div>
-
-
-
-<div class="conceptexample" id="entity-example">
-<p>An entity may be the document at URI <a href="http://www.bbc.co.uk/news/science-environment-17526723">http://www.bbc.co.uk/news/science-environment-17526723</a>, a file in a file system, a car, or an idea.</p>
-</div>
-
-
-
-<p>
-<span class="glossary-ref" data-ref="glossary-activity"  data-withspan="true"></span> Activities that operate on digital entities may for example move, copy, or duplicate them.
-</p>
-
-
-
-<div class="conceptexample" id="activity-example">
-<p>An activity may be the publishing of a document on the Web, sending a twitter message, extracting metadata embedded in a file, driving a car from Boston to Cambridge, assembling a data set based on a set of measurements, performing a statistical analysis over a data set, sorting news items according to some criteria, running a SPARQL query over a triple store, or editing a file.</p>
-</div>
-
-</section>
-
-    <section id="section-generation-usage-derivation"> 
-<h2>Generation, Usage, Derivation</h2>
-
-<p>Activities and entities are associated with each other in two different ways: activities utilize entities and activities  produce entities. The act of utilizing or producing an entity may have a duration.  
- The term 'generation' refers to the completion of the act of producing; likewise, the term 'usage' refers to the beginning of the act of utilizing entities. Thus, we define the following notions of generation and usage. </p>
-
-<p>
-<div class="glossary-ref" data-ref="glossary-generation"  data-withspan="true">
-</div>
-
-
-<p>
-<div class="glossary-ref" data-ref="glossary-usage"  data-withspan="true">
-</div>
-
-
-
-
-<div class="conceptexample" id="generation-example">
-<p>Examples of generation are the completed creation of a file by a
-program, the completed creation of a linked data set, and the completed
-publication of a new version of a document.
-</div>
-
-
-
-<div class="conceptexample" id="usage-example">
-<p>Usage examples include a procedure beginning to consume an argument, a service starting to read a value on a port, a program beginning to read a configuration
-file, or the point at which an ingredient, such as eggs, is being added in a baking activity. Usage may entirely consume an entity (e.g. eggs are no longer available after being added to
-the mix); in contrast, the same entity may be used multiple times, possibly by different activities (e.g. a file on a file system can be read indefinitely).
-</div>
-
-
-<p>Activities utilize entities and producer entities. In some cases, utilizing an entity influences the creation of another in some way. This notion is captured by derivations, defined as follows.</p>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-derivation"  data-withspan="true"></span>
-
-
-
-<div class="conceptexample" id="derivation-example">
-<p>Examples of derivation include  the transformation of a relational table into a
-linked data set, the transformation of a canvas into a painting, the transportation of a work of art from London to New York, and a physical transformation such as the melting of ice into water.</p>
-</div>
-
-</section>
-
-<section id="section-agents-attribution-association-responsibility"> 
-<h2>Agents, Attribution, Association, and Responsibility</h2>
-
-<p>The motivation for introducing  agents in the model is to express the agent's responsibility for activities that happened and entities that were generated. </p>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-agent"  data-withspan="true">
-</span> An agent MAY be a particular type of entity or activity. This means that the model can be
- used to express provenance of the agents themselves.  
-</p>
-
-
-<!--
-<p>
-The definition of agent intentionally stays away from using concepts such as enabling, causing, initiating, triggering, affecting, etc, because many entities also enable, cause, initiate, and affect in some way
-the activities. (Concepts such as triggers are themselves defined later in relations between entities and activities.)   So the notion of having some degree of responsibility is really what makes an agent.</p>
--->
-
-
-
-<div class="conceptexample" id="agent-example">
-<p>
-Software for checking the use of grammar in a document may be defined as an agent of a document preparation activity, and at the same time one can describe its provenance, including for instance the vendor and the version history. 
-A site selling books on the Web, the services involved in the processing of orders, and the companies hosting them are also agents.
-</p>
-</div>
-
-
-<p>Agents may adopt sets of actions or steps to achieve their goals. This is captured by the notion of plan. </p>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-plan"  data-withspan="true">
-</span>
-There exist no
-prescriptive requirement on the nature of plans, their representation, the
-actions or steps they consist of, or their intended goals.  Since plans may evolve over time,
-it may become necessary to track their provenance, so plans themselves are
-entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to  
-validate the execution as represented in the provenance record, to  
-manage expectation failures, or to provide explanations.</p> 
-
-<div class="conceptexample" id="plan-example">
-<p>
-A plan can be a blog post tutorial for how to set up a web server, a list of instructions for a micro-processor execution, a cook's written recipe for a chocolate cake, or a workflow for a scientific experiment.
-</p>
-</div>
-
-
-
-
-
-
-<p>Agents can be related to entities, activities, and other agents.</p>  
-
-<div class="glossary-ref" data-ref="glossary-attribution" data-withspan="true"></div>
-
-<div class="conceptexample" id="attribution-example">
-<p>A blog post can be attributed to an author, a mobile phone to its manufacturer.</p>
-</div>
-
-<p>
-Agents are defined as having some kind of responsibility for activities. In some  
-cases, those activities reflect the execution of a plan that was  
-designed in advance to guide the execution.  Thus,
-a plan may also be linked to an activity.  </p>
-
-<!-- <div class="note">Proposal: remove the above para as it repeats from 2.3. Proposed text: "the <em>activity association</em> relation provides a way to indicate that an agent is responsible for an activity, possibly with an associated plan."[PM]</div> -->
-
-
-<p>
-<span class="glossary-ref" data-ref="glossary-activityAssociation"  data-withspan="true"></span>
-</p>
-
-<div class="conceptexample" id="association-example">
-<p>Examples of association between an activity and an agent are:
-<ul>
-<li>creation of a web page under the guidance of a designer;</li>
-<li>various forms of participation in a panel discussion, including audience member, panelist, or panel chair;</li>
-<li>a public event, sponsored by a company, and hosted by a museum;</li>
-<li>an XSLT transform launched by a user based on an XSL style sheet (a plan).</li>
-</ul>
-</div>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-responsibility"  data-withspan="true">
-</span> The nature of this relation is intended to be broad,  including delegation or contractual relation. </p>
-
-<!--<div class="note">Propose to rephrase as follows: <br/>
-A relation between two agents, denoted <dfn title="concept-responsibilityChain">actedOnBehalfOf</dfn> indicates that 
- that a "subordinate" agent acted on behalf of a "responsible" agent, in the context of an activity.  The nature of this relation is intended to be broad,  including delegation or a contractual relation.
-  When this relation is used transitively, i.e., one agent acts on behalf of another, who also acts on behalf of another, etc., these relations form a  <dfn title="concept-responsibilityChain">responsibility chain</dfn>.
-</div>-->
-  
-
-
-
-
-<div class="conceptexample" id="responsibility-example">
-<p>A student publishing a web page describing an academic
-department could result in both the student and the department being
-agents associated with the activity, and it may not matter which
-student published a web page but it matters a lot that the department
-told the student to put up the web page.  
-</p>
-</div>
-</section>
-
-<section id="section-provenance-of-provnance"> 
-<h2>Provenance of Provenance</h2>
-
-
-
-
-<p>
-<span class="glossary-ref" data-ref="glossary-bundle"  data-withspan="true">
-</span>
-
-<div class="conceptexample" id="bundle-example">
-<p>
-For users to decide whether they can place their trust in
-a resource, they may want to analyze the resource's provenance, but also determine
-who its provenance is attributed to, and when it was
-generated. In other words, users need to be able to determine the provenance of provenance.
-Hence, provenance is also
-regarded as an entity (of type Bundle), by which provenance of provenance can then be
-expressed.
-</p>
-</div>
-</section>
-
-<section id="section-collections"> 
-<h2>Collections</h2>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-collection"  data-withspan="true"></span> This concept allows for the provenance of the collection itself to be expressed in addition to that of the members.  Many different types of collections exist, such as a <em>set</em>, <em>dictionaries</em>, or <em>lists</em>, all of which involve a membership relationship between the constituents and the collection. </p>
-
-<div class="conceptexample" id="collection-example">
-<p>
-An example of collection is an archive of documents. Each document has its own provenance, but the archive itself also has some provenance: who maintained it, which documents it contained at which point in time, how it was assembled, etc. 
-</div>
-
-
-</section>
-
-
-</section>
-
-
-
-
-    <section id="section-UML"> 
-<h2>Simplified Overview Diagram</h2>
-
-<p>So far, we have introduced a series of concepts underpinning provenance.   PROV-DM  is a conceptual data model consisting of types and relations between these.  <a href="#overview-types-and-relations">Table 2</a> shows how provenance concepts can be mapped to types and relations in PROV-DM: the first column lists concepts introduced in this section, the second column indicates whether a concept maps to a type or a relation, whereas the third column contains the corresponding name.    Names of relations have a verbal form in the past tense to express what happened in the past, as opposed to what may or will happen. 
-</p>
-
-
-<div style="text-align: left;">
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="overview-types-and-relations">Table 2: Mapping of Provenance concepts to  types and relations</caption>
-<tr><td><a><b>PROV Concepts</b></a></td><td><b>PROV-DM types or relations</b></td><td><b>Name</b></td></tr>
-<tr>
-<td><a>Entity</a></td><td rowspan="3">PROV-DM Types</td><td><a title="dfn-Entity">entity</a></td></tr>
-<tr><td><a>Activity</a></td><td><a title="dfn-Activity">activity</a></td></tr>
-<tr><td><a>Agent</a></td><td><a title="dfn-agent">agent</a></td></tr>
-<tr>
-<td><a>Generation</a></td><td rowspan="6">PROV-DM Relations</td><td><a title="wasGeneratedBy">wasGeneratedBy</a></td></tr>
-<tr><td><a>Usage</a></td><td><a title="used">used</a></td></tr>
-<tr><td><a>Attribution</a></td><td><a title="wasAttributedTo">wasAttributedTo</a></td></tr>
-<tr><td><a>Association</a></td><td><a title="wasAssociatedWith">wasAssociatedWith</a></td></tr>
-<tr><td><a>Responsibility</a></td><td><a title="actedOnBehalfOf">actedOnBehalfOf</a></td></tr>
-<tr><td><a>Derivation</a></td><td><a title="wasDerivedFrom">wasDerivedFrom</a></td></tr>
-</table>
-</div>
-
-<p><a href="#prov-dm-overview">Figure 1</a> illustrates the three types (entity, activity, and agent) and how they relate to each other.  At this stage, all relations are shown to be binary.  Definitions of <a href="#data-model-components">Section 4</a> reveal that some relations, while  involving two primary elements, are n-ary. </p>
-
-
-<div style="text-align: center; ">
-  <figure style="max-width: 70%; " >
-  <img src="images/OverviewDiagram.png" alt="Simplified  Overview of PROV-DM" style="max-width: 70%; "  />
-<figcaption id="prov-dm-overview">Figure 1: Simplified  Overview of PROV-DM</figcaption>
-  </figure>
-</div>
-
-<p><a href="#prov-dm-overview">Figure 1</a> is not intended to be complete: it only illustrates  types and relations introduced in this section (<a href="#starting-points">Section 2</a>), exploited in the example discussed in <a href="#prov-dm-example">Section 3</a>, and explained in detail in <a href="#data-model-components">Section 4</a>.
-Names of relations depicted in <a href="#prov-dm-overview">Figure 1</a> 
-are listed in
-the third column of <a href="#overview-types-and-relations">Table 2</a>. These names are part of a textual notation to write instances of the PROV data model, which we introduce in the next section. </p>
-
-<!--
-<div class="note">
-   TODO: short text required to explain the overview diagram
-<p>I have the impression that the diagram presented in Section 2.5 would 
- > be more useful if placed at the beginning of Section 2 [KB]
-</div>
--->
-</section>
-<section id="prov-n"> 
-<h2>PROV-N: The Provenance Notation</h2>
-
-
-<p>To illustrate the application of PROV concepts to a concrete example (see <a href="#prov-dm-example">Section 3</a>) and to provide examples of concepts (see <a href="#data-model-components">Section 4</a>),
-we introduce PROV-N, a notation for writing instances of the PROV data model. For full details, the reader is referred to the companion specification [[PROV-N]].
-PROV-N is a notation  aimed at human consumption, with the following characteristics:</p>
-<ul>
-<li>PROV-N expressions adopt a <em>functional notation</em> consisting
-of a name and a list of arguments in parentheses.</li>
-
-<li>The interpretation of PROV-N arguments is defined according to their <em>position</em> in the list of arguments. This convention allows for a compact notation. </li>
-
-<li>
-PROV-N <em>optional arguments</em> need not be specified:
-the general rule for optional arguments is that, if none of them are used in the expression, then they are simply omitted, resulting in a simpler expression. However, it may be the case that only some of the optional arguments need to be specified. Because the position of the arguments in the expression matters, in this case an additional marker must be used to indicate that a particular term is not available. The syntactic marker  <span class="name">-</span> is used for this purpose.
-</li>
-
-<li>Most expressions 
-include an identifier 
-and a set of attribute-value pairs; both are optional unless otherwise specified. By convention, the identifier occurs in the <em>first position</em>, and the the set of attribute-value pairs in the <em>last position</em>.
-Consistent with the convention on arguments, the marker  <span class="name">-</span> can be used when the identifier is not available, or can be omitted altogether with no ambiguity arising.
-</li>
-</ul>
-
-<div class="anexample">
-<p>
-An activity with identifier <span class="name">a1</span> and an attribute <span class="name">type</span> with value <span class="name">createFile</span>.
-<pre class="codeexample" >
-activity(a1, [prov:type="createFile"])
-</pre>
-Two entities with identifiers <span class="name">e1</span> and <span class="name">e2</span>.
-<pre class="codeexample" >
-entity(e1)
-entity(e2)
-</pre>
-The activity  <span class="name">a1</span> used  <span class="name">e1</span>, and <span class="name">e2</span> was generated by <span class="name">a1</span>.
-<pre class="codeexample" >
-used(a1,e1)
-wasGeneratedBy(e2,a1)
-</pre>
-The same description, but with an explicit identifier <span class="name">u1</span> for the usage, and the syntactic marker <span class="name">-</span> to mark the absence of identifier in the generation.
-<pre class="codeexample" >
-used(u1;a1,e1)
-wasGeneratedBy(-;e2,a1)
-</pre>
-</div>
-
-</section>
-
-</section>
-
-
-<section id="prov-dm-example"> 
-<h2>Illustration of PROV-DM by an Example</h2>
-
-<p><a href="#starting-points">Section 2</a> has introduced some provenance concepts, and how they are expressed as types or relations in the PROV data model. The purpose of this section is to put these concepts into practice in order to express the provenance of some document published on the Web.  
-With this realistic example, PROV concepts are  composed together,  and a graphical illustration shows a provenance description forming a directed graph, rooted at the entity we want to explain the provenance of, and pointing to the entities, activities, and agents it depended on. This example also shows that, sometimes, multiple provenance descriptions about the same entity can co-exist, which then justifies the need for provenance of provenance.</p>
-
-
-<p>In this example, we consider one of the many documents published by the World Wide Web Consortium, and describe its provenance. 
-Specifically, we consider the document identified by
-<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a>. Its provenance can be expressed from several perspectives: first,  provenance can take the authors' viewpoint; second, it can be concerned with the W3C process. Then, attribution of these two provenance descriptions is provided.</p>
-
-
-<section id="section-example-one"> 
-<h3>The Authors View</h3>
-
-
-<p style="font-style:italic; " ><b>Description:</b> A document
-is edited by some editor, using contributions from various
-contributors.
-</p>
-
-
-
-<p>In this perspective, provenance of the document
-<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a> is concerned with the editing activity as perceived by authors.  This kind of information could be used by authors in their CV or in a narrative about this document. </p>
-
-
-
-
-<p>We paraphrase some PROV-DM descriptions, express them with the PROV-N notation, and then depict them with a graphical illustration (see <a href="#prov-a-document1">Figure 1</a>).
-Full details of the provenance record can be found <a href="examples/w3c-publication3.pn">here</a>.</p>
-
-<ul>
-<li>There was a document <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span>, which from the author's perspective was a document in its second version. 
-<pre>
-entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
-</pre>
-</li>
-
-<li>There was an editing activity.
-<pre>
-activity(ex:edit1,[prov:type="edit"])
-</pre>
-</li>
-
-<li>The document was generated by the editing activity: this was a <a title="concept-generation">Generation</a>.
-<pre>
-wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1, -)
-</pre>
-</li>
-
-
-<li>There were some agents.
-<pre>
-agent(ex:Paolo, [ prov:type="Person" ])
-agent(ex:Simon, [ prov:type="Person" ])
-</pre>
-</li>
-
-<li>Agents were assigned various responsibilities in the editing activity: contributor and editor.
-<pre>
-wasAssociatedWith(ex:edit1, ex:Paolo, -, [ prov:role="editor" ])
-wasAssociatedWith(ex:edit1, ex:Simon, -, [ prov:role="contributor" ])
-</pre>
-</li>
-</ul>
-
-<p>
-Provenance descriptions can be <em>illustrated</em> graphically. The illustration is not intended to represent all the details of the model, but it is intended to show the essence of a set of
-provenance descriptions.  Therefore, it should not be seen as an alternate notation for expressing provenance.</p>
-
-<p>The graphical illustration takes the form of a graph. Entities, activities and agents are represented as nodes, with oval, rectangular, and pentagonal shapes, respectively.  Usage,
-Generation, Derivation, and Association are represented as directed edges.</p>
-
-<p>Entities are laid out according to the ordering of their generation.  We endeavor to show time progressing from left to right. This means that edges for Usage, Generation,
-Derivation, Association typically point leftwards</p>
-
-
-<div style="text-align: center; ">
-  <figure>
-  <img src="images/w3-publication3.png" alt="Provenance of a Document (1)" style="max-width: 98%; "/>
-<figcaption id="prov-a-document1">Figure 2: Provenance of a Document (1)</figcaption>
-  </figure>
-</div>
-
-</section>
-
-<section id="section-example-two"> 
-<h3>The Process View</h3>
-
-
-<p style="font-style:italic; " ><b>Description:</b> The World Wide Web
-Consortium publishes documents according to its publication
-policy.  Working drafts are published regularly to reflect the work
-accomplished by working groups. Every publication of a working draft
-must be preceded by a "publication request" to the Webmaster.  The
-very first version of a document must also be preceded by a
-"transition request" to be approved by the W3C director.  All working
-drafts are made available at a unique URI.  In this scenario, we consider two successive versions of a given document, the policy according to which they were published, and the associated requests.
-</p>
-
-<p>
-We describe the kind of provenance record that the <a href="http://www.w3.org/Consortium">WWW Consortium</a> could keep for auditors to check that due processes are followed. All entities involved in this example are Web resources, with well defined URIs (some of which refer archived email messages, available to W3C Members).</p>
-
-<ul>
-<li> Two versions of a document were involved: <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft);</li>
-<li> Both <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> were published by the WWW Consortium (<span class="name"><a href="http://www.w3.org/Consortium">w3:Consortium</a></span>); </li>
-<li> The publication activity for <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> was <span class="name">ex:act2</span>;</li>
-<li> The publication activity for <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> was <span class="name">ex:act1</span>;
-</li>
-
-<li> The document <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> was derived from <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span>;</li>
-
-<li> The publication activity <span class="name">ex:act1</span> used a <a href="http://www.w3.org/2005/08/01-transitions.html#pubreq">publication request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/w3c-archive/2011Oct/0141">email:2011Oct/0141</a></span>) and a <a href="http://www.w3.org/2005/08/01-transitions.html#transreq">transition request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/chairs/2011OctDec/0004">chairs:2011OctDec/0004</a></span>);</li>
-<li> The publication activity <span class="name">ex:act2</span> used a <a href="http://www.w3.org/2005/08/01-transitions.html#pubreq">publication request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/w3c-archive/2011Dec/0111">email:2011Dec/0111</a></span>);</li>
-<li> Documents were published according to the process rules (<span class="name"><a href="http://www.w3.org/2005/10/Process-20051014/tr.html#rec-advance">process:rec-advance</a></span>), a plan in PROV-DM terminology.</li>
-</ul>
-
-<p>
-We now paraphrase some PROV descriptions, and express them with the PROV-N notation, and then depict them with a graphical illustration (see <a href="#prov-a-document2">Figure 2</a>). Full details of the provenance record can be found <a href="examples/w3c-publication1.pn">here</a>.
-
-<ul>
-<li>There was a document, a working draft (<a href="http://www.w3.org/2001/02pd/rec54#WD">rec54:WD</a>), which is an entity so that we can describe its provenance. Similar descriptions exist for all entities.
-<pre>
-entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD' ])
-</pre>
-</li>
-<li>There was a publication activity.
-<pre>
-activity(ex:act2,[prov:type="publish"])
-</pre>
-</li>
-
-<li>The document was generated by the publication activity: this was a <a title="concept-Generation">Generation</a>.
-<pre>
-wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2, -)
-</pre>
-</li>
-
-
-<li>The second draft of the document was derived from the first draft: this was a <a title="concept-Derivation">Derivation</a>.
-<pre>
-wasDerivedFrom(tr:WD-prov-dm-20111215, tr:WD-prov-dm-20111018)
-</pre>
-</li>
-
-<li>The activity required a publication request: this was a <a title="concept-Usage">Usage</a>.
-<pre>
-used(ex:act2, email:2011Dec/0111, -)
-</pre>
-</li>
-
-<li>The activity was associated with the Consortium agent, and proceeded according to its publication policy: this is an <a title="concept-activityAssociation">Activity Association</a>.
-<pre>
-wasAssociatedWith(ex:act2, w3:Consortium, process:rec-advance)
-</pre>
-</li>
-</ul>
-
-
-
-
-
-
-
-<div style="text-align: center;">
-  <figure>
-  <img src="images/w3-publication1.png" alt="Provenance of a Document (2)" style="max-width: 90%; "/>
-<figcaption id="prov-a-document2">Figure 3: Provenance of a Document (2)</figcaption>
-  </figure>
-</div>
-
-
-<p> This simple example has shown a variety of PROV concepts, such as Entity, Agent, Activity, Usage, Generation, Derivation, and Association. In this example, it happens that all entities were already Web resources, with readily available URIs, which we used. We note that some of the resources are public, whereas others have restricted access: provenance statements only make use of their identifiers. If identifiers do not pre-exist, e.g. for activities, then they can be generated, for instance <span class="name">ex:act2</span>, occurring in the namespace identified by prefix <span class="name">ex</span>.  We note that the URI scheme developed by W3C is particularly suited for expressing provenance of these documents, since each URI denotes a specific version of a document. It then becomes easy to relate the various versions with  PROV-DM relations. We note that an Association is a ternary relation (represented by a multi-edge labeled wasAssociatedWith) from an activity to an agent and a plan.</p>
-
-
-</section>
-
-
-<section id="section-example-c"> 
-<h3>Attribution of Provenance</h3>
-
-<p>The two previous sections  offer two different perspectives on the provenance of a document.  PROV allows for multiple sources to provide the provenance of a subject. For users to decide whether they can place their trust in the document, they may want to analyze its provenance, but also determine who the provenance is attributed to, and when it was
-generated, etc. In other words, we need to be able to express the provenance of provenance.</p>
-
-<p>PROV-DM offers a construct to name a bundle of provenance descriptions. </p>
-
-<pre class="codeexample">
-bundle ex:author-view
-
-  agent(ex:Paolo,   [ prov:type='prov:Person' ])
-  agent(ex:Simon,   [ prov:type='prov:Person' ])
-
-
-...
-
-endBundle
-</pre>
-
-Likewise, the process view can be expressed as a separate named bundle.
-<pre class="codeexample">
-bundle ex:process-view
-
-   agent(w3:Consortium, [ prov:type='prov:Organization' ])
-
-...
-
-endBundle
-</pre>
-
-<p>To express their respective provenance, these bundles must be seen as entities, and all PROV constructs are now available to express their provenance. In the example below, <span class="name">ex:author-view</span> is attributed to the agent  <span class="name">ex:Simon</span>, whereas <span class="name">ex:process-view</span> to  <span class="name">w3:Consortium</span>.
-
-<pre class="codeexample">
-entity(ex:author-view, [prov:type='prov:Bundle' ])
-wasAttributedTo(ex:author-view, ex:Simon)
-
-entity(ex:process-view, [prov:type='prov:Bundle' ])
-wasAttributedTo(ex:process-view, w3:Consortium)
-</pre>
-
-<div class="note">
-<p>TODO: full details of bundles can be found at  <a href="examples/w3c-publication1.pn">ex:process-view</a> and <a href="examples/w3c-publication3.pn">ex:author-view</a>.</p>
-</div>
-
-
-</section>
-
-</section>
-
-
-<section id="data-model-components"> 
-
-<h2>PROV-DM Types and Relations</h2>
-
-<p>Provenance concepts, expressed as PROV-DM types and relations, are structured according to six components that are introduced in this section.
-Components and their dependencies are illustrated in <a href="#prov-dm-components">Figure 4</a>. A component that relies on concepts defined in another also sits above it in this figure.
-PROV-DM consists of the following components.</p>
-
-<div id="prov-dm-components-ul">
-<ul>
-<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
-<li><b>Component 2: agents and responsibility.</b> The second component consists of agents and concepts ascribing responsibility to agents.</li>
-<li><b>Component 3: derivations.</b>  The third component is formed with derivations and derivation subtypes.</li>
-<li><b>Component 4: alternate.</b> The fourth component consists of relations linking entities referring to the same thing. </li>
-<li><b>Component 5: bundles.</b> The fifth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
-<li><b>Component 6: collections.</b> The sixth component is about collections and concepts capturing their transformation, such as insertion and removal. </li>
-</ul>
-</div>
-
-<!-- TODO: update map for linking -->
-
-<div style="text-align: center;">
-<figure style="max-width: 90%; ">
-<img  usemap="#componentMap" src="images/components-with-bundle.png" alt="PROV-DM Components"  style="max-width: 90%; " />
-<map id="componentMap" name="componentMap">
-<area title="collections" href="#component5" coords="220,0,440,70"  alt="collections" shape="rect"/>
-<area title="alternate"   href="#component4" coords="450,0,510,140" alt="alternate"   shape="rect"/>
-<area title="annotations" href="#component6" coords="530,0,590,220" alt="annotations" shape="rect"/>
-<area title="activities/entities" href="#component1" coords="80,150,510,220" alt="activities/entities" shape="rect"/>
-<area title="derivations" href="#component3" coords="80,0,210,70"   alt="derivations" shape="rect"/>
-<area title="agents/responsibility" href="#component2" coords="0,0,70,220"   alt="agents/responsibility" shape="rect"/>
-</map>
-<figcaption id="prov-dm-components">Figure 4: PROV-DM Components</figcaption>
-</figure>
-</div>
-
-<p>
-While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, <a href="#relations-at-a-glance">Table 3</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as <a href="#prov-dm-components">Figure 4</a>, allowing components to be readily identified.
-Note that for simplicity, this table  does not include bundle-oriented and collection-oriented relations.
-</p>
-
-<div id="relations-at-a-glance-div" style="text-align: center;">
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="relations-at-a-glance">Table 3: PROV-DM Relations At a Glance</caption>
-<tr><td></td><td>Entity</td><td>Activity</td><td>Agent</td></tr> 
-<tr><td>Entity</td><td><div class="component3-color"><a>wasDerivedFrom</a><br><a>wasRevisionOf</a><br><a>wasQuotedFrom</a><br><a>hadOriginalSource</a></div><div class="component4-color"><a>alternateOf</a><br><a>specializationOf</a></div></td><td class="component1-color"><a
-title="wasGeneratedBy">wasGeneratedBy</a><br><a
-title="wasInvalidatedBy">wasInvalidatedBy</a></td><td class="component2-color"><a>wasAttributedTo</a></td></tr>
-<tr><td>Activity</td><td><div class="component1-color"><a>used</a><br><a>wasStartedBy</a><br><a>wasEndedBy</a></div></td><td class="component1-color"><a>wasInformedBy</a></td><td class="component2-color"><a>wasAssociatedWith</a></td></tr>
-<tr><td>Agent</td><td>&mdash;</td><td>&mdash;</td><td class="component2-color"><a>actedOnBehalfOf</a></td></tr>
-</table>
-</div>
-
-<p><a href="#prov-dm-types-and-relations">Table 4</a> is a complete index of all the types and relations of PROV-DM, color-coded according to the component they belong to.  In the first column,  concept names  link to their informal definition, whereas, in the second column, representations link to the information used to represent the concept.</p>
-
-
-<div id="prov-dm-types-and-relations-fig" style="text-align: left;">
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="prov-dm-types-and-relations">Table 4: PROV-DM Types and Relations</caption>
-<tr><td><a><b>Type or Relation Name</b></a></td><td><b>Representation in the PROV-N notation</b></td><td><b>Component</b></td></tr>
-<tr class="component1-color"><td><a>Entity</a></td><td><a title="dfn-Entity">entity(id, [ attr1=val1, ...])</a></td><td rowspan="8">Component 1: entities/activities</td></tr>
-<tr class="component1-color"><td><a>Activity</a></td><td><a title="dfn-Activity">activity(id, st, et, [ attr1=val1, ...])</a></td></tr>
-<tr class="component1-color"><td><a>Generation</a></td><td><a title="wasGeneratedBy">wasGeneratedBy(id;e,a,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>Usage</a></td><td><a title="used">used(id;a,e,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>Start</a></td><td><a title="wasStartedBy">wasStartedBy(id;a2,e,a1,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>End</a></td><td><a title="wasEndedBy">wasEndedBy(id;a2,e,a1,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>Invalidation</a></td><td><a title="wasInvalidatedBy">wasInvalidatedBy(id;e,a,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>Communication</a></td><td><a title="wasInformedBy">wasInformedBy(id;a2,a1,attrs)</a></td></tr>
-<tr class="component2-color"><td><a>Agent</a></td><td><a title="dfn-agent">agent(id, [ attr1=val1, ...])</a></td><td  rowspan="4">Component 2: agents/responsibility</td></tr>
-<tr class="component2-color"><td><a>Attribution</a></td><td><a title="wasAttributedTo">wasAttributedTo(id;e,ag,attr)</a></td></tr>
-<tr class="component2-color"><td><a>Association</a></td><td><a title="wasAssociatedWith">wasAssociatedWith(id;a,ag,pl,attrs)</a></td></tr>
-<tr class="component2-color"><td><a>Responsibility</a></td><td><a title="actedOnBehalfOf">actedOnBehalfOf(id;ag2,ag1,a,attrs)</a></td></tr>
-<tr class="component3-color"><td><a>Derivation</a></td><td><a title="wasDerivedFrom">wasDerivedFrom(id; e2, e1, a, g2, u1, attrs)</a></td><td  rowspan="5">Component 3: derivation</td></tr>
-<tr class="component3-color"><td><a>Revision</a></td><td><a title="wasRevisionOf">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
-<tr class="component3-color"><td><a>Quotation</a></td><td><a title="wasQuotedFrom">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
-<tr class="component3-color"><td><a>Original Source</a></td><td><a title="hadOriginalSource">hadOriginalSource(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
-<tr class="component3-color"><td><a>Trace</a></td><td><a title="tracedTo">tracedTo(id;e2,e1,attrs)</a></td></tr>
-<tr class="component4-color"><td><a>Alternate</a></td><td><a title="alternateOf">alternateOf(alt1, alt2)</a></td><td  rowspan="2">Component 4: alternate</td></tr>
-<tr class="component4-color"><td><a>Specialization</a></td><td><a title="specializationOf">specializationOf(sub, super)</a></td></tr>
-<tr class="component6-color"><td><a title="bundle">Bundle declaration</a></td><td><a title="dfn-bundle">bundle id description_1 ... description_n endBundle</a></td><td  rowspan="3">Component 5: bundles</td></tr>
-<tr class="component6-color"><td><a title="bundle">Bundle description</a></td><td><a>Bundle</a></td></tr>
-<tr class="component6-color"><td><a>Provenance Locator</a></td><td><a title="hasProvenanceIn">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</a></td></tr>
-<tr class="component5-color"><td><a>Collection</a></td><td><a>Collection</a></td><td  rowspan="5">Component 6: Collections</td></tr>
-<tr class="component5-color"><td><a>Dictionary</a></td><td><a>Dictionary</a></td></tr>
-<tr class="component5-color"><td><a>Insertion</a></td><td><a title="derivedByInsertionFrom">derivedByInsertionFrom(id; c2, c1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</a></td></tr>
-<tr class="component5-color"><td><a>Removal</a></td><td><a title="derivedByRemovalFrom">derivedByRemovalFrom(id; c2, c1, {key_1, ... key_n}, attrs)</a></td></tr>
-<tr class="component5-color"><td><a>Membership</a></td><td><a title="memberOf">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</a></td></tr>
-</table>
-</div>
-
-<p>
-In the rest of the section, each type and relation is defined informally,
- followed by a summary of the information used to represent the concept, and
- illustrated with PROV-N examples.</p>
-
-
-<section id="component1"> 
-<h3>Component 1: Entities and Activities</h3>
-
-<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their interrelations: <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>, <a>Invalidation</a>, and <a>Communication</a>.  <a href="#figure-component1">Figure 5</a> uses UML to depict the first component, with two classes and associations between them.  <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>  include <em>time</em> attributes.
-UML association classes are used to express n-ary relations <a>Start</a> and <a>End</a>. 
-</p>
-
-<div style="text-align: center;">
-<figure>
-<img src="images/Entities-Activities.png" alt="entities and activities"/>
-<figcaption id="figure-component1">Figure 5: Entities and Activities Component Overview</figcaption>
-</figure>
-</div>
-
-
-
-
-
-   <section id="term-Entity"> 
-      
-<h4>Entity</h4>
-
-
-<div class="glossary-ref" data-ref="glossary-entity"></div>
-
-
-<p><div class="attributes" id="attributes-entity">An <dfn title="dfn-Entity" id="dfn-entity">entity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-entity">entity(id, [attr1=val1, ...])</span> in PROV-N, </span> has:
-<ul>
-<li><span class='attribute' id="entity.id">id</span>: an identifier for an entity; </li>
-<li><span class='attribute' id="entity.attributes">attributes</span>: an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this entity.</li>
-</ul></div>
-
-<div class="anexample">
-<p>
-The following expression</p>
-<pre class="codeexample">
-entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
-</pre>
-states the existence of an entity, denoted by identifier <span class="name">tr:WD-prov-dm-20111215</span>,  with type <span class="name">document</span> and version number <span class="name">2</span>. The attribute <span class="name">ex:version</span> is application specific, whereas the attribute <span
-class="name">type</span> (see <a href="#term-attribute-type">Section 4.7.4.4</a>) is reserved in the <a title="prov-namespace">PROV namespace</a>.
-<!--The following expression</p>
-<pre class="codeexample">
-entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
-entity(e0, [ prov:type="File", ex:path="/shared/crime.txt", ex:creator="Alice" ])
-</pre>
-states the existence of an entity, denoted by identifier <span class="name">e0</span>,  with type <span class="name">File</span> and path <span class="name">/shared/crime.txt</span> in the
-file system,  and creator alice. The  attributes <span class="name">path</span> and <span class="name">creator</span> are application specific, whereas the attribute <span
-class="name">type</span> is reserved in the PROV namespace.-->
-</div>
-
-
-
-
-    </section> 
-
-    <section id="term-Activity"> 
-      
-<h3>Activity</h3>
-
-<div class="glossary-ref" data-ref="glossary-activity"></div>
-
-<p><div class="attributes" id="attributes-activity"> An <dfn title="dfn-Activity" id="dfn-activity">activity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-activity">activity(id, st, et, [attr1=val1, ...])</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="activity.id">id</span>: an identifier for an activity;</li>
-<li><span class='attribute' id="activity.startTime">startTime</span>: an OPTIONAL time (<span class="name">st</span>) for the start of the activity;</li>
-<li><span class='attribute' id="activity.endTime">endTime</span>: an OPTIONAL time (<span class="name">et</span>) for the end of the activity;</li>
-<li><span class='attribute' id="activity.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this activity.</li>
-</ul></div>
-
-<div class="anexample">
-<p>
-The following expression</p>
-<pre class="codeexample">
-activity(a1,2011-11-16T16:05:00,2011-11-16T16:06:00,
-        [ ex:host="server.example.org", prov:type='ex:edit' ])
-</pre>
-<p>states the existence of an activity with identifier <span class="name">a1</span>, start time <span class="name">2011-11-16T16:05:00</span>, and end time <span
-class="name">2011-11-16T16:06:00</span>, running on host <span class="name">server.example.org</span>, and of type <span class="name">edit</span>.  The attribute <span class="name">host</span>  is application specific  (declared in some namespace with prefix <span class="name">ex</span>).  The attribute <span
-class="name">type</span> is a reserved attribute of PROV-DM, allowing for sub-typing to be expressed  (see <a href="#term-attribute-type">Section 4.7.4.4</a>).</p>
-</div>
-
-
-
-<p>Further considerations:</p>
-<ul>
-<li>An activity is not an entity. This distinction is similar to the distinction between 
-'continuant' and 'occurrent' in logic [[Logic]].
-</li>
-</ul>
-
-
-</section>
-
-<section id="term-Generation">
-<h4>Generation</h4>
-
-<div class="glossary-ref" data-ref="glossary-generation"></div>
-
-<p>
-<div class="attributes" id="attributes-generation"><dfn title="wasGeneratedBy">Generation</dfn><span class="withPn">, written <span class="pnExpression">wasGeneratedBy(id;e,a,t,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="generation.id">id</span>:  an OPTIONAL identifier for a generation;</li> 
-<li><span class='attribute' id="generation.entity">entity</span>:  an identifier (<span class="name">e</span>) for a created entity; </li>
-<li><span class='attribute' id="generation.activity">activity</span>:  an OPTIONAL identifier (<span class="name">a</span>) for the activity that creates the entity;</li>
-
-<li><span class='attribute' id="generation.time">time</span>: an OPTIONAL "generation time" (<span class="name">t</span>), the time at which the entity was completely created;</li>
-
-<li><span class='attribute' id="generation.attributes">attributes</span>:  an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this generation.</li>
-</ul></div>
-<p>While each of <span class='attribute'>activity</span>, <span class='attribute'>time</span>, and  <span class='attribute'>attributes</span> is OPTIONAL, at least one of them MUST be present.</p>
-
-
-
-
-
-<div class='anexample'>
-<p>
-The following expressions</p>
-<pre class="codeexample">
-  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52, [ex:port="p1"])
-  wasGeneratedBy(e2,a1, 2001-10-26T10:00:00, [ex:port="p2"])
-</pre>
-<p>state the existence of two generations (with respective times <span class="name">2001-10-26T21:32:52</span> and <span
-class="name">2001-10-26T10:00:00</span>), at which new entities,  identified by <span class="name">e1</span> and <span class="name">e2</span>, are created by an
-activity,  identified by <span class="name">a1</span>.
-The first one is available  on port <span class="name">p1</span>, whereas the other is available on port <span class="name">p2</span>.  The semantics of <span class="name">port</span> are application specific.
-</p>
-</div>
-
-
-<div class='anexample'>
-<p>
-In some cases, we may want to record the time at which an entity was generated without having to specify the activity that generated it. To support this requirement, the activity element in generation is optional. Hence,  the following expression indicates the time at which an entity is generated, without naming the activity that did it.</p>
-<pre class="codeexample">
-  wasGeneratedBy(e,-,2001-10-26T21:32:52)
-</pre>
-</div>
-
-
-</section>
-
-
-<section id="term-Usage">
-<h3>Usage</h3>
-
-<div class="glossary-ref" data-ref="glossary-usage"></div>
-
-
-<p><div class="attributes" id="attributes-usage"><dfn title="used">Usage</dfn><span class="withPn">, written <span class="pnExpression">used(id;a,e,t,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="usage.id">id</span>:  an OPTIONAL identifier for a usage;</li> 
-<li><span class='attribute' id="usage.activity">activity</span>: an identifier (<span class="name">a</span>) for the consuming activity;</li>
-<li><span class='attribute' id="usage.entity">entity</span>: an identifier (<span class="name">e</span>) for the consumed entity;</li>
-<li><span class='attribute' id="usage.time">time</span>: an OPTIONAL "usage time" (<span class="name">t</span>), the time at which the entity started to be used;</li>
-<li><span class='attribute' id="usage.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this usage.</li>
-</ul></div>
-
-<p>
-A reference to a given entity MAY appear in multiple usages that share
- a given activity identifier. 
-</p>
-
-
-<div class='anexample'>
-<p>The following usages</p>
-<pre class="codeexample">
-  used(a1,e1,2011-11-16T16:00:00,[ex:parameter="p1"])
-  used(a1,e2,2011-11-16T16:00:01,[ex:parameter="p2"])
-</pre>
-<p>state that the activity identified by <span class="name">a1</span> used two entities identified by <span
-class="name">e1</span> and <span class="name">e2</span>, at times <span class="name">2011-11-16T16:00:00</span> and  <span class="name">2011-11-16T16:00:01</span>, respectively; the first
-one was found as the value of parameter <span class="name">p1</span>, whereas the second was found as value of parameter <span class="name">p2</span>.  The semantics of <span
-class="name">parameter</span> is application specific.</p>
-</div>
-
-
-
-
-
-
-</section>
-
-
-<section id="term-Start">
-<h4>Start</h4>
-
-<div class="glossary-ref" data-ref="glossary-start"></div>
-
-
-<p><div class="attributes" id="attributes-start">An activity <dfn title="wasStartedBy">start</dfn><span class="withPn">, written <span class="pnExpression">wasStartedBy(id; a2, e, a1, t, attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="start.id">id</span>:  an OPTIONAL identifier for the activity start;</li> 
-<li><span class='attribute' id="start.activity">activity</span>: an identifier (<span class="name">a2</span>) for the started activity;</li> 
-<li><span class='attribute' id="start.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity;</li> 
-<li><span class='attribute' id="start.starter">starter</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
-<li><span class='attribute' id="start.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was started; </li> 
-<li><span class='attribute' id="start.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity start.
-</ul>
-</div>
-
-<div class="anexample">
-<p>
-The following example contains the description of an activity <span class="name">a1</span> (a discussion), which was started at a specific time, and was triggered by an email message <span class="name">e1</span>.</p>
-<pre class="codeexample">
-entity(e1, [prov:type="email message"] )
-activity(a1, [ prov:type="Discuss" ])
-wasStartedBy(a1, e1, -, 2011-11-16T16:05:00)
-</pre>
-Furthermore, if the message is also an input to the activity, this can be described as follows:
-<pre class="codeexample">
-used(a1, e1, -)
-</pre>
-<p>Alternatively, one can also describe the activity that generated the email message.</p>
-<pre class="codeexample">
-activity(a0, [ prov:type="Write" ])
-wasGeneratedBy(e1, a0)
-wasStartedBy(a1, e1, a0, 2011-11-16T16:05:00)
-</pre>
-</div>
-
-<div class="anexample">
-<p>
-In the following example, a race is started by a bang, and responsibility for this trigger is attributed to an agent 
- <span class="name">ex:Bob</span>.
-<pre class="codeexample">
-activity(ex:foot_race)
-wasStartedBy(ex:foot_race, ex:bang, -, 2012-03-09T08:05:08-05:00)
-entity(ex:bang)
-agent(ex:Bob)
-wasAttributedTo(ex:bang, ex:Bob)
-</pre>
-</div>
-
-<div class="anexample">
-<p>
-In this example, filling fuel was started as a consequence of
-observing the low fuel. The trigger entity is unspecified, it could
-for instance have been the low fuel warning light, the fuel tank
-indicator needle position, or the engine not running properly.
-
-
-<pre class="codeexample">
-activity(ex:filling-fuel)
-activity(ex:observing-low-fuel)
-
-agent(ex:driver, [ prov:type='prov:Person'  )
-wasAssociatedWith(ex:filling-fuel, ex:driver)
-wasAssociatedWith(ex:observing-low-fuel, ex:driver)
-
-wasStartedBy(ex:filling-fuel, -, ex:observing-low-fuel, -)
-</pre>
-</div>
-
-<p>The relations wasStartedBy and used are orthogonal, and thus need to be expressed independently, according to the situation being described.</p>
-
-</section>
-
-<section id="term-End">
-<h4>End</h4>
-
-<div class="glossary-ref" data-ref="glossary-end"></div>
-
-
-<p><div class="attributes" id="attributes-end">An activity <dfn title="wasEndedBy">end</dfn><span class="withAsn">, written <span class="pnExpression">wasEndedBy(id;a2,e,a1,t,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="end.id">id</span>:  an OPTIONAL identifier for the activity end;</li> 
-<li><span class='attribute' id="end.activity">activity</span>: an identifier (<span class="name">a2</span>) for the ended activity;
-<li><span class='attribute' id="end.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity ending;
-<li><span class='attribute' id="end.ender">ender</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
-<li><span class='attribute' id="end.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was ended; </li> 
-<li><span class='attribute' id="end.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity end.
-</ul>
-</div>
-
-<div class="anexample">
-<p>
-The following example is a description of an activity <span class="name">a1</span> (editing) that was ended following an approval document <span class="name">e1</span>.</p>
-<pre class="codeexample">
-entity(e1,[prov:type="approval document"])
-activity(a1,[prov:type="Editing"])
-wasEndedBy(a1,e1)
-</pre>
-</div>
-
-
-</section>
-
-<section id="term-Invalidation">
-<h4>Invalidation</h4>
-
-
-<div class="glossary-ref" data-ref="glossary-invalidation"></div>
-
-
-
-<p>
-Entities have a duration. Generation marks the beginning of an entity. An entity's lifetime can end for different reasons:</p>
-<ul>
-<li> an entity was destroyed: e.g. a painting was destroyed by fire; a Web page is taken out of a site;
-<li> an entity was consumed: e.g. Bob ate all his soup, Alice ran out of gas when driving to work;
-<li> an entity expires: e.g. a "buy one beer, get one free" offer is valid during happy hour (7-8pm);
-<li> an entity is time limited: e.g. the BBC news site on April 3rd, 2012;
-<li> an entity attribute is changing: e.g. the traffic light changed from green to red.
-</ul>
-<p>In the first two cases, the entity has physically disappeared after its termination: there is no more soup, or painting.  In the last two cases, there may be an "offer voucher" that still exists, but it is no longer valid; likewise, on April 4th, the BBC news site still exists but it is not the same entity as BBC news Web site on April 3rd; or the traffic light became red and therefore is regarded as a different entity to the green light.
-</p>
-
-
-
-<p>
-<div class="attributes" id="attributes-invalidation"><dfn title="wasInvalidatedBy">Invalidation</dfn><span class="withPn">, written <span class="pnExpression">wasInvalidatedBy(id;e,a,t,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute'>id</span>:  an OPTIONAL identifier for a invalidation;</li> 
-<li><span class='attribute'>entity</span>:  an identifier for the invalidated entity; </li>
-<li><span class='attribute'>activity</span>:  an OPTIONAL identifier for the activity that invalidated the entity;</li>
-
-<li><span class='attribute'>time</span>: an OPTIONAL "invalidation time", the time at which the entity began to be invalidated;</li>
-
-<li><span class='attribute'>attributes</span>:  an OPTIONAL set of attribute-value pairs representing additional information about this invalidation.</li>
-</ul></div>
-<p>While each of <span class='attribute'>activity</span>, <span class='attribute'>time</span>, and  <span class='attribute'>attributes</span> is OPTIONAL, at least one of them MUST be present.</p>
-
-
-
-<div class="anexample" id="anexample-invalidation1">
-<p>
-The Painter, a Picasso painting, is known to have been destroyed in a <a href="http://en.wikipedia.org/wiki/Lost_artworks#20th_century">plane accident</a>.
-
-<pre class="codeexample">
-entity(ex:The-Painter)
-agent(ex:Picasso)
-wasAttributedTo(ex:The-Painter, ex:Picasso)
-activity(ex:crash)
-wasInvalidatedBy(ex:The-Painter, ex:crash, 1998-09-02, [ex:circumstances="plane accident"])
-</pre>
-</div>
-
-<div class="anexample" id="anexample-invalidation2">
-<p>
-The BBC news home page on 2012-04-03 <span class="name">ex:bbcNews2012-04-03</span>
-contained a reference to a given news item
- <a href="http://www.bbc.co.uk/news/uk-17595024">bbc:news/uk-17595024</a>,
-but the BBC news home page on the next day did not.
-<pre class="codeexample">
-entity(ex:bbcNews2012-04-03)
-memberOf(ex:bbcNews2012-04-03,{("item1", bbc:news/uk-17595024)})
-wasGeneratedBy  (ex:bbcNews2012-04-03,-,2012-04-03T00:00:01)
-wasInvalidatedBy(ex:bbcNews2012-04-03,-,2012-04-03T23:59:59)
-</pre>
-We refer to example <a href="#anexample-specialization">anexample-specialization</a> for further descriptions of the BBC Web site, and to Section <a>Membership</a> for a description of the relation <a>memberOf</a>.
-</div>
-
-
-<div class="anexample" id="anexample-invalidation3">
-<p>
-In this example, the  "buy one beer, get one free" offer expired at the end of the happy hour.</p>
-<pre class="codeexample">
-entity(buy_one_beer_get_one_free_offer_during_happy_hour)
-wasAttributedTo(proprietor)
-wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
-                 -,2012-03-10T18:00:00)
-</pre>
-<p>In contrast, in the following descriptions, Bob redeemed the offer 45 minutes before it expired, and got two beers.  
-</p>
-<pre class="codeexample">
-entity(buy_one_beer_get_one_free_offer_during_happy_hour)
-wasAttributedTo(proprietor)
-activity(redeemOffer)
-entity(twoBeers)
-
-wasAssociatedWith(redeemOffer,bob)
-used(buy_one_beer_get_one_free_offer_during_happy_hour,
-     redeemOffer, 2012-03-10T17:15:00)
-wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
-                 redeemOffer, 2012-03-10T17:15:00)
-wasGeneratedBy(twoBeers,redeemOffer)
-</pre>
-<p>We see that the offer was both used to be converted into <span class="name">twoBeers</span> and invalidated by the <span class="name">redeemOffer</span> activity: in other words, the combined usage and invalidation indicate consumption of the offer.</p>
-</div>
-
-
-</section>
-
-
-<section id="term-wasInformedBy">
-<h3>Communication</h3>
-
-<div class="glossary-ref" data-ref="glossary-communication"></div>
-
-
-<p>A communication implies that activity  <span class="name">a2</span> is dependent on another <span class="name">a1</span>, by way of some unspecified entity that is generated by <span class="name">a1</span> and used by <span class="name">a2</span>.</p>
-
-
-
-
-<p><div class="attributes" id="attributes-wasInformedBy">
-A <dfn title="wasInformedBy">communication</dfn><span class="withPn">, written as 
-<span class="pnExpression">wasInformedBy(id;a2,a1,attrs)</span> in PROV-N,</span> has: 
-<ul>
-<li><span class='attribute' id="wasInformedBy.id">id</span>:  an OPTIONAL identifier  identifying the relation;</li> 
-<li><span class='attribute' id="wasInformedBy.informed">informed</span>: the identifier (<span class="name">a2</span>) of the informed activity;
-<li><span class='attribute' id="wasInformedBy.informant">informant</span>: the identifier (<span class="name">a1</span>) of the informant activity;
-<li><span class='attribute' id="wasInformedBy.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this communication.</li>
-</ul>
-</div>
-
-
-
-<div class="anexample">
-<p>
-Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
-<pre class="codeexample">
-activity(a1, [prov:type="traffic regulations enforcing"])
-activity(a2, [prov:type="fine paying, check writing, and mailing"])
-wasInformedBy(a2,a1)
-</pre>
-The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.
-</div>
-</section>
-
-
-
-</section>
-
-<section id="component2"> 
-<h3>Component 2: Agents and Responsibility</h3>
-
-<p>The second component of PROV-DM is concerned with <a title="agent">agents</a> and the notions of
-<a>Attribution</a>, <a>Association</a>, <a>Responsibility</a>, relating agents to entities, activities, and agents, respectively.
-Figure <a href="#figure-component2">figure-component2</a> depicts the second component with four classes (Entity, Activity,  Agent, and Plan) and associations between them. UML association classes are used to express n-ary relations.
-</p>
-
-
-<div style="text-align: center;">
-<figure>
-<img src="images/Agents-Responsibility.png" alt="agents and responsibilities"/>
-<figcaption id="figure-component2">Figure 6: Agents and Responsibilities Component Overview</figcaption>
-</figure>
-</div>
-
-<section id="term-Agent">
-<h3>Agent</h3>
-
-<div class="glossary-ref" data-ref="glossary-agent"></div>
-
-
-<p><div class="attributes" id="attributes-agent">An <dfn title="dfn-agent" id="dfn-agent">agent</dfn><span class="withPn">, written <span class="pnExpression" id="pn-agent">agent(id, [attr1=val1, ...])</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="agent.id">id</span>: an identifier for an agent;</li>
-<li><span class='attribute' id="agent.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this agent.
-</li>
-</ul></div>
-
-
-<p>
-
-It is useful to define some basic categories of agents from an interoperability perspective.
-There are three types of agents that are common across most anticipated domains of use; It is acknowledged that these types do not cover all kinds of agent. </p>
-<ul>
-<li><span class="name">SoftwareAgent</span>
-<div class="glossary-ref" data-ref="glossary-software-agent"></div>
-
-<p></li>
-
-<li><span class="name">Organization</span>
-
-<div class="glossary-ref" data-ref="glossary-organization"></div>
-
-<p></li>
-
-<li><span class="name">Person</span>
-
-<div class="glossary-ref" data-ref="glossary-person"></div></li> 
-</ul>
-
-
-
-
-
-<div class="anexample">
-<p>The following expression is about an agent identified by <span class="name">e1</span>, which is a person, named Alice, with employee number 1234.</p>
-<pre class="codeexample">
-agent(e1, [ex:employee="1234", ex:name="Alice", prov:type='prov:Person' ])
-</pre>
-<p>It is optional to specify the type of an agent. When present, it is expressed using the <span class="name">prov:type</span> attribute.</p>
-</div>
-
-</section>
-
-<section id="term-attribution">
-<h3>Attribution</h3> 
-
-<div class="glossary-ref" data-ref="glossary-attribution"></div>
-
-<p>When an entity  <span class="name">e</span> is attributed to agent  <span class="name">ag</span>, entity <span class="name">e</span> was generated by some unspecified activity that in turn was associated to agent  <span class="name">ag</span>. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
-
-<p><div class="attributes" id="attributes-attribution">An <dfn title="wasAttributedTo">attribution</dfn> relation<span class="withPn">, written <span class="pnExpression">wasAttributedTo(id;e,ag,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="attribution.id">id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="attribution.entity">entity</span>: an entity identifier (<span class="name">e</span>);</li>
-<li><span class='attribute' id="attribution.agent">agent</span>: the identifier (<span class="name">ag</span>) of the agent whom the entity is ascribed to;</li>
-<li><span class='attribute' id="attribution.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this attribution.</li>
-</ul>
-</div>
-
-<div class="anexample" id="anexample-attribution">
-<p>
-Revisiting the example of <a href="#section-example-one">Section 3.1</a>,
-we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without an explicit activity. The reserved attribute <span class="name">role</span> (see <a href="#term-attribute-role">Section 4.7.4.3</a>) allows for role of the agent in the attribution to be specified.
-<pre class="codeexample">
-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"])
-</pre>
-</div>
-
-</section>  <!-- end attribution -->
-
-
-<section id="term-ActivityAssociation">
-<h4>Association</h4>
-
-<div class="glossary-ref" data-ref="glossary-activityAssociation"></div>
-
-<p></p>
-<div class="glossary-ref" data-ref="glossary-plan"></div>
-
-
-<p><div class="attributes" id="attributes-activity-association">An <dfn title="wasAssociatedWith">activity association</dfn><span class="withPn">, written <span class="pnExpression">wasAssociatedWith(id;a,ag,pl,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="association.id">id</span>:  an OPTIONAL identifier for the association between an activity and an agent;</li> 
-<li><span class='attribute' id="association.activity">activity</span>: an identifier (<span class="name">a</span>) for the activity;</li>
-<li><span class='attribute' id="association.agent">agent</span>: an OPTIONAL identifier (<span class="name">ag</span>) for the agent associated with the activity;</li>
-<li><span class='attribute' id="association.plan">plan</span>: an OPTIONAL identifier (<span class="name">pl</span>) for the plan adopted by the agent in the context of this activity;
-<li><span class='attribute' id="association.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this association of this activity with this agent.</li>
-</ul></div>
-
-<div class="anexample" id="anexample-wasAssociateWith">
-<p>In the following example, a designer and an operator agents are associated with an activity. The designer's goals are achieved by a workflow <span class="name">ex:wf</span>, described as an an entity of type <span class="name"><a>plan</a></span>.   </p>
-<pre class="codeexample">
-activity(ex:a, [prov:type="workflow execution"])
-agent(ex:ag1, [prov:type="operator"])
-agent(ex:ag2, [prov:type="designer"])
-wasAssociatedWith(ex:a, ex:ag1, -, [prov:role="loggedInUser", ex:how="webapp"])
-wasAssociatedWith(ex:a, ex:ag2, ex:wf,[prov:role="designer", ex:context="project1"])
-entity(ex:wf, [prov:type='prov:Plan' , ex:label="Workflow 1", 
-              ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
-</pre>
-Since the workflow <span class="name">ex:wf</span> is itself an entity, its provenance can also be expressed in PROV-DM: it can be generated by some activity and derived from other entities,
-for instance.
-</div>
-
-<div class="anexample" id="anexample-wasAssociateWith-2">
-<p>In some cases, one wants to indicate a plan was followed, without having to specify which agent was involved.</p>
-<pre class="codeexample">
-activity(ex:a,[prov:type="workflow execution"])
-wasAssociatedWith(ex:a,-,ex:wf)
-entity(ex:wf,[prov:type='prov:Plan', ex:label="Workflow 1", 
-              ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
-</pre>
-In this case, it is assumed that an agent exists, but it has not been specified.
-</div>
-
-
-
-
-</section>  <!-- end wasAssociatedWith -->
-
-<section id="term-responsibility">
-
-<h4>Responsibility</h4>
-
-<div class="glossary-ref" data-ref="glossary-responsibility"></div>
-
-<p>PROV offers a mild version of responsibility
-in the form of a relation to represent when an agent acted on another
-agent's behalf.  So for example someone running a mail program,
-the program and the person are both
-agents of the activity; furthermore, the mail software
-agent is running on the person's behalf.  In another example, the
-student acted on behalf of his supervisor, who acted on behalf of the
-department chair, who acted on behalf of the university; all those
-agents are responsible in some way for the activity that took place but
-we do not say explicitly who bears responsibility and to what
-degree. </p>
-
-
-<p>
-<div class="attributes" id="attributes-responsibility">
-A <dfn title="actedOnBehalfOf">responsibility</dfn> link<span class="withPn">, written <span class="pnExpression">actedOnBehalfOf(id;ag2,ag1,a,attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="responsibility.id">id</span>:  an OPTIONAL identifier for the responsibility link between subordinate and responsible;</li> 
-<li><span class='attribute' id="responsibility.subordinate">subordinate</span>: an identifier (<span class="name">ag2</span>) for the agent associated with an activity, acting on behalf of the responsible
-agent;</li>
-<li><span class='attribute' id="responsibility.responsible">responsible</span>: an identifier (<span class="name">ag1</span>) for the agent,  on behalf of which the subordinate agent acted;</li>
-<li><span class='attribute' id="responsibility.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) of an activity for which the responsibility link holds;</li>
-<li><span class='attribute' id="responsibility.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this responsibility link.</li>
-</ul></div>
-
-
-<div class="anexample">
-<p>The following fragment describes three agents: a programmer, a researcher, and a funder.  The programmer and researcher are associated with a workflow activity.  The programmer acts on behalf
-of the researcher (delegation) encoding the commands specified by the researcher; the researcher acts on behalf of the funder, who has a contractual agreement with the researcher. The terms
-'delegation' and 'contact' used in this example are domain specific.</p>
-<pre class="codeexample">
-activity(a,[prov:type="workflow"])
-agent(ag1,[prov:type="programmer"])
-agent(ag2,[prov:type="researcher"])
-agent(ag3,[prov:type="funder"])
-wasAssociatedWith(a,ag1,[prov:role="loggedInUser"])
-wasAssociatedWith(a,ag2)
-wasAssociatedWith(a,ag3)
-actedOnBehalfOf(ag1,ag2,a,[prov:type="delegation"])
-actedOnBehalfOf(ag2,ag3,a,[prov:type="contract"])
-</pre>
-</div>
-
-
-<!-- too strong, move to part 2.
-<p>Further considerations:</p>
-<ul>
-<li>If an activity is not specified, then the subordinate agent is considered to act on behalf of
-the responsible agent, in all the activities the subordinate agent is associated with.
-</li>
-</ul>
--->
-</section>
-
-
-
-</section>
-
-<section id="component3"> 
-<h3>Component 3: Derivations</h3>
-
-
-
-<p>The third component of PROV-DM is concerned with <a title="derivation">derivations</a> of <a title="entity">entities</a> from others, and derivation subtypes <a>Revision</a>, <a>Quotation</a>, <a>Original Source</a>, and <a>Trace</a>.
-Figure <a href="#figure-component3">figure-component3</a> depicts the third component with three  classes (Entity, Activity, and Agent) and associations between them. UML association classes express n-ary relations.
-</p>
-
-
-<div style="text-align: center;">
-<figure>
-<img src="images/Derivation.png" alt="derivation"/>
-<figcaption id="figure-component3">Figure 7: Derivation Component Overview</figcaption>
-</figure>
-</div>
-
-<section id="Derivation-Relation">
-<h4>Derivation</h4>
-
-
-
-
-
-<div class="glossary-ref" data-ref="glossary-derivation"></div>
-
-
-
-
-<p>According to <a href="#starting-points">Section 2</a>, for an entity to be transformed from, created from, or resulting from an update to another, there must be some
-underpinning activities performing the necessary actions resulting in such a derivation.  
-A derivation can be described at various levels of precision. In its simplest form, derivation relates two entities. Optionally, attributes can be added to represent further information about the derivation.  If the derivation is the result of a single known activity, then this activity can also be optionally expressed. To provide a completely accurate description of the derivation, the generation and usage of the generated and used entities, respectively, can be provided.  Optional information such as activity, generation, and usage can be linked to derivations to aid analysis of provenance and to facilitate provenance-based reproducibility. </p>
-
-
-<p><div class="attributes" id="attributes-derivation">A <dfn title="wasDerivedFrom">derivation</dfn><span class="withPn">, written <span class="pnExpression" id="pn-wasDerivedFrom">wasDerivedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="derivation.id">id</span>:  an OPTIONAL identifier  for a derivation;</li> 
-<li><span class='attribute' id="derivation.generatedEntity">generatedEntity</span>: the identifier (<span class="name">ee</span>) of the entity generated by the derivation;</li>
-<li><span class='attribute' id="derivation.usedEntity">usedEntity</span>: the identifier (<span class="name">e1</span>) of the entity used by the derivation;</li>
-<li><span class='attribute' id="derivation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
-<li><span class='attribute' id="derivation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
-<li><span class='attribute' id="derivation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
-<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this derivation.</li>
-</ul>
-</div>
-
-
-
-<div class="anexample">
-<p>The following descriptions are about derivations between  <span class="name">e2</span> and  <span class="name">e1</span>, but no information is provided as to the identity of the activity (and usage and generation) underpinning the derivation. In the second line, a type attribute is also provided.</p>
-<pre class="codeexample">
-wasDerivedFrom(e2, e1)
-wasDerivedFrom(e2, e1, [prov:type="physical transform"])
-</pre>
-<p>The following description expresses that activity  <span class="name">a</span>, 
-using the entity <span class="name">e1</span> according to usage <span class="name">u1</span>,
- derived the
-entity <span class="name">e2</span> and generated it according to generation
- <span class="name">g2</span>. It is followed by descriptions for generation <span class="name">g2</span> and usage <span class="name">u1</span>.</p>
-<pre class="codeexample">
-wasDerivedFrom(e2, e1, a, g2, u1)
-wasGeneratedBy(g2; e2, a, -)
-used(u1; a, e1, -)
-</pre>
-<p>With such a comprehensive description of derivation, a program that analyzes provenance can identify the activity underpinning the derivation, it can identify how the original entity <span class="name">e1</span> was used by  the activity (e.g. for instance, which argument it was passed as, if the activity is the result of a function invocation), and which output the derived entity <span class="name">e2</span> was obtained from (say, for a function returning multiple results).</p>
-</div>
-
-
-
-
-</section>
-
-<section id="term-Revision">
-<h3>Revision</h3>
-
-<p><span class="glossary-ref" data-ref="glossary-revision"></span></p>
-
-<p>Revision is a particular case of <a>derivation</a> of an entity into its revised version.</p>
-
-<p> A <dfn title="wasRevisionOf">revision</dfn> relation<span class="withPn">, written <span class="pnExpression">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
-<ul>
-<li><span class='attribute' id="revision.id">id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="revision.newer">newer</span>: the identifier (<span class="name">e2</span>) of the revised  entity;
-<li><span class='attribute' id="revision.older">older</span>: the identifier (<span class="name">e1</span>) of the older entity;
-<li><span class='attribute' id="revision.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
-<li><span class='attribute' id="revision.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
-<li><span class='attribute' id="revision.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
-<li><span class='attribute' id="revision.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-
-
-
-<div class="anexample" id="anexample-revision">
-<p>
-Revisiting the example of <a href="#section-example-two">Section 3.2</a>,
-we can now state that the report 
- <span class="name">tr:WD-prov-dm-20111215</span> was a revision of 
- the report <span class="name">tr:WD-prov-dm-20111018</span>.
-<pre class="codeexample">
-entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD'  ])
-entity(tr:WD-prov-dm-20111018, [ prov:type='rec54:WD'  ])
-wasRevisionOf(tr:WD-prov-dm-20111215, tr:WD-prov-dm-20111018)
-</pre>
-</div>
-
-
-
-</section>  <!-- end revision -->
-
-<section id="term-quotation">
-<h3>Quotation</h3>
-
-<p> 
-<span class="glossary-ref" data-ref="glossary-quotation"></span>
-</p>
-
-<p>Quotation
- is a particular case of  <a>derivation</a> in which entity <span class="name">e2</span> is derived from an original entity <span class="name">e1</span> by copying, or "quoting", some or all of it.
-  A <dfn title="wasQuotedFrom">quotation</dfn> relation<span class="withPn">, written <span class="pnExpression">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
-<ul>
-<li><span class='attribute' id="quotation.id">id</span>: an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="quotation.quote">quote</span>:  an identifier (<span class="name">e2</span>) for the entity that represents the quote (the partial copy);
-<li><span class='attribute' id="quotation.original">original</span>: an identifier (<span class="name">e1</span>) for the original entity being quoted;
-<li><span class='attribute' id="quotation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
-<li><span class='attribute' id="quotation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
-<li><span class='attribute' id="quotation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
-<li><span class='attribute' id="quotation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-
-</ul>
-
-<div class="anexample" id="anexample-quotation">
-<p>
-The following paragraph is a quote from one of  <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/">the author's blogs</a>.
-<blockquote id="bl-dagstuhl"><em>
-"During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax.  This could imply that we could have nice way to trace provenance across systems and through databases and be able to understand the mathematical properties of this interconnection."</em>
-</blockquote>
-<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/</span></a> denotes the original blog by agent <span class="name">ex:Paul</span>, and 
- <a href="#bl-dagstuhl"><span class="name">dm:bl-dagstuhl</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph is copied by agent <span class="name">ex:Luc</span> from a part of the blog, attributed to the agent <span class="name">ex:Paul</span>.</p>
-<pre class="codeexample">
-entity(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
-agent(ex:Luc)
-agent(ex:Paul)
-wasQuotedFrom(dm:bl-dagstuhl,wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
-wasAttributedTo(dm:bl-dagstuhl, ex:Luc)
-wasAttributedTo(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/, ex:Paul)
-</pre>
-
-</div>
-
-
-</section>  <!-- end quotation -->
-
-
-<section id="term-original-source">
-<h3>Original Source</h3>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-original-source"></span>
-</p>
-
-<p>An <dfn>original source</dfn> relation is a particular case of <a>derivation</a> 
-that aims to give
-credit to the source that originated some information. It is recognized that it may be
-hard to determine which entity constitutes an original source. This definition is inspired by
-<span class="name">original-source</span> as defined in
-<a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html</a>.</p>
-
-
-<p> An <dfn title="hadOriginalSource">original source</dfn> relation<span class="withPn">, written <span class="pnExpression">hadOriginalSource(id; e2, e1, a, g2, u1, attrs)</span>,</span> has:</p>
-<ul>
-<li><span class='attribute' id="originalSource.id">id</span>:  an OPTIONAL identifier for the relation;</li> 
-<li><span class='attribute' id="originalSource.derived">derived</span>: an identifier (<span class="name">e2</span>) for the derived entity; </li>
-<li><span class='attribute' id="originalSource.source">source</span>: an identifier (<span class="name">e1</span>) for the original source entity;</li>
-<li><span class='attribute' id="originalSource.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
-<li><span class='attribute' id="originalSource.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
-<li><span class='attribute' id="originalSource.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
-<li><span class='attribute' id="originalSource.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-
-<div class="anexample">
-<p>
-Let us consider the concept introduced in the current section, identified as <a href="#concept-original-source"><span class="name">dm:concept-original-source</span></a>, and
-the Google page <a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html"><span class="name">go:credit-where-credit-is-due.html</span></a>, where the notion original-source was originally described (to the knowledge of the authors).
-<pre class="codeexample">
-entity(dm:concept-original-source)
-entity(go:credit-where-credit-is-due.html)
-hadOriginalSource(dm:concept-original-source,go:credit-where-credit-is-due.html)
-</pre>
-</div>
-
-
-</section>  <!-- end original source -->
-
-<section id="term-trace">
-<h3>Trace</h3>
-
-<p>
-<span class="glossary-ref" data-ref="glossary-trace"></span>
-</p>
-
-
-<p> A trace relation between two entities  <span class="name">e2</span> and  <span class="name">e1</span> is a generic dependency of <span class="name">e2</span>
-on  <span class="name">e1</span> that indicates either that <span class="name">e1</span> may have been necessary for <span class="name">e2</span> to be created, or that <span class="name">e1</span> bears 
-some responsibility for  <span class="name">e2</span>'s existence.
-
-
-<p>A <dfn title="tracedTo">Trace</dfn> relation <span class="withPn">, written <span class="pnExpression">tracedTo(id;e2,e1,attrs)</span> in PROV-N,</span> has:</p>
-<ul>
-<li><span class='attribute' id="trace.id">id</span>:  an OPTIONAL identifier identifying the relation;</li> 
-<li><span class='attribute' id="trace.entity">entity</span>:  an identifier (<span class="name">e2</span>) for an entity;
-<li><span class='attribute' id="trace.ancestor">ancestor</span>: an identifier (<span class="name">e1</span>) for an ancestor entity that the former depends on;
-<li><span class='attribute' id="trace.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-<p>We note that the ancestor is allowed to be an agent since agents are entities. </p>
-
-<p>
-<a>Derivation</a> and <a>attribution</a> are particular cases of  trace.
-</p>
-
-<div class="anexample">
-<p>We refer to the example of <a href="#section-example-two">Section 3.1</a>, and specifically to <a href="#prov-a-document2">Figure 3</a>. We can see that there is a path from 
-<span class="name">tr:WD-prov-dm-20111215</span> to 
-<span class="name">w3:Consortium</span> and to
-<span class="name">process:rec-advance</span>. This is expressed as follows.
-<pre class="codeexample">
- tracedTo(tr:WD-prov-dm-20111215,w3:Consortium)
- tracedTo(tr:WD-prov-dm-20111215,process:rec-advance)
-</pre>
-</div>
-
-
-
-
-</section>
-
-</section>
-
-<section id="component4"> 
-<h3>Component 4: Alternate Entities</h3>
-
-
-<p>The fourth component of PROV-DM is concerned with
-relations <a>specialization</a> and <a>alternate</a> between entities.
-Figure <a href="#figure-component4">figure-component4</a> depicts
-the fourth component with a single class and two associations.
-</p>
-
-
-<div style="text-align: center;">
-<figure>
-<img src="images/Alternates.png" alt="alternates"/>
-<figcaption id="figure-component4">Figure 8: Alternates Component Overview</figcaption>
-</figure>
-</div>
-
-
-
-<p>Two provenance descriptions about the same thing may emphasize differents aspects of that thing.</p>
-<div class="anexample" id="entity-example1">
-<p>User Alice writes an article. In its provenance, she wishes to refer to the precise version of the article with a date-specific URI, as she might edit the article later. Alternatively, user Bob refers to the article in general, independently of its variants over time.</p>
-</div>
-<p>
-The PROV data model introduces relations, called specialization and alternate,
-that allow entities  to be linked together. They are defined as follows. </p>
-
-
-<section id="term-specialization">
-
-<h4>Specialization</h4>
-
-
-<span class="glossary-ref" data-ref="glossary-specialization"></span> 
-
-
-<p>
-Examples of constraints  include a time period, an abstraction, and a context associated with the entity.</p>
-
-
-
-
-<p>
-<div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization</dfn>  relation<span class="withPn">, written <span class="pnExpression">specializationOf(sub, super)</span> in PROV-N,</span> has:
-
-<ul>
-<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier (<span class="name">sub</span>) of the specialized entity;</li>
-<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier (<span class="name">super</span>) of the entity that is being specialized.</li>
-</ul>
-</div>
-
-<div class="anexample" id="anexample-specialization">
-<p>
-The BBC news home page on 2012-03-23 <span class="name">ex:bbcNews2012-03-23</span>
-is a specialization of the BBC news page in general
- <a href="http://www.bbc.co.uk/news/">bbc:news/</a>. This can be expressed as follows.
-<pre class="codeexample">
-specializationOf(ex:bbcNews2012-03-23, bbc:news/)
-</pre>
-We have created a new qualified name,  <span class="name">ex:bbcNews2012-03-23</span>, in the namespace <span class="name">ex</span>, to identify the specific page carrying this day's news, which would otherwise be the generic  <span class="name">bbc:news/</span> page.
-</div>
-
-
-
-
-<!--
-<p>To promote take up of these relations, it is not specified whether they are transitive or symmetric.  We anticipate that applications will specialize these relations according to their needs. </p>
--->
-
-
-
-</section>
-
-<section id="term-alternate">
-
-<h4>Alternate</h4>
-
-
-<span class="glossary-ref" data-ref="glossary-alternate"></span>
-
-
-  
-
-<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(e1, e2)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="alternate.alternate1">alternate1</span>: an identifier (<span class="name">e1</span>) of the first of the two entities;</li>
-<li><span class='attribute' id="alternate.alternate2">alternate2</span>: an identifier (<span class="name">e2</span>) of the second of the two entities.</li>
-</ul>
-</div>
-
-<div class="anexample" id="anexample-alternate">
-<p>
-A given news item on the BBC News site 
- <a href="http://www.bbc.co.uk/news/science-environment-17526723">bbc:news/science-environment-17526723</a> for desktop
-is an alternate of a 
- <a href="http://www.bbc.co.uk/news/mobile/science-environment-17526723">bbc:news/mobile/science-environment-17526723</a> for mobile devices.</p>
-<pre class="codeexample">
-entity(bbc:news/science-environment-17526723, [ prov:type="a news item for desktop"])
-entity(bbc:news/mobile/science-environment-17526723, [ prov:type="a news item for mobile devices"])
-alternateOf(bbc:news/science-environment-17526723, bbc:news/mobile/science-environment-17526723)
-</pre>
-<p>They are both specialization of an (unspecified) entity. </p>
-</div>
-
-
-<div class="anexample" id="anexample-alternate2">
-<p>
-Considering again the two versions of the technical report <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft). They are alternate of each other.
-<pre class="codeexample">
-entity(tr:WD-prov-dm-20111018)
-entity(tr:WD-prov-dm-20111215)
-alternateOf(tr:WD-prov-dm-20111018,tr:WD-prov-dm-20111215)
-</pre>
-<p>They are both specialization of the page <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
-</div>
-
-</section>
-</section>
-
-
-<section id="component5"> 
-<h3>Component 5: Bundles</h3>
-
-
-<p>The fifth component of PROV-DM is concerned with bundles, a mechanism to support provenance of provenance. </p>
-
-
-
-
-
-<section id="term-bundle"> 
-
-<h3>Bundle Declaration</h3>
-
-
-<p>
-<span class="glossary-ref" data-ref="glossary-bundle" >
-</span>
- </p>
-
-
-
-
-<p>
-<div class="attributes" id="attributes-bundle">
- A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle declaration</dfn>, written <span class="pnExpression">bundle id description_1 ... description_n endBundle</span>, consists of:
-<ul>
-<li><span class='attribute' id="bundle.declaration.id">id</span>:  an identifier for the bundle;</li>
-<li><span class='attribute' id="bundle.declaration.descriptions">descriptions</span>: a set of provenance descriptions <span class="name">
-description_1</span>, ..., <span class="name">description_n</span>.</li>
-</ul>
-<p>A bundle's identifier <span class="name">id</span> identifies a unique set of descriptions.</p>
-</section>
-
-
-
-
-
-<section id="term-bundle-entity"> 
-
-<h3>Bundle Description</h3>
-
-<p>A  bundle is a named set of descriptions, but also it is also an entity so that its provenance can be described.  </p>
-
-PROV defines the following type for bundles:
-<ul>
-<li><span class="name">prov:Bundle</span> is the type that denotes <a title="bundle">bundles</a>.
-</ul>
-
-
-<p>
-A  bundle description is of the form <span class="pnExpression">entity(id,[prov:type='prov:Bundle', attr1=val1, ...])</span>
-where <span class='name'>id</span> is  an identifier denoting a bundle,
- a type <span>prov:Bundle</span> and
-an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this bundle.
-</p>
-
-
-<p>The provenance of provenance can then be described using PROV constructs, as illustrated by the following example. </p>
-
-<div class="anexample" id="anexample-provenance-of-provenance">
-<p>Let us consider an example consisting of two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
-<pre class="codeexample"> 
-entity(ex:report1, [ prov:type="report", ex:version=1 ])
-wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-entity(ex:report2, [ prov:type="report", ex:version=2])
-wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
-wasDerivedFrom(ex:report2, ex:report1)
-</pre>
-
-<p>Let us assume that Bob observed the creation of <span class="name">ex:report1</span>.
-A first bundle can be expressed.</p>
-<pre class="codeexample"> 
-bundle bob:bundle1
-  entity(ex:report1, [ prov:type="report", ex:version=1 ])
-  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-endBundle
-</pre>
-
-<p>In contrast,
-Alice observed the creation of <span class="name">ex:report2</span> and its derivation from <span class="name">ex:report1</span>.
-A separate bundle can also be expressed.</p>
-<pre class="codeexample"> 
-bundle alice:bundle2
-  entity(ex:report1)
-  entity(ex:report2, [ prov:type="report", ex:version=2 ])
-  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
-  wasDerivedFrom(ex:report2, ex:report1)
-endBundle
-</pre>
-
-<p>The first bundle contains the descriptions corresponding to  Bob observing the creation of <span class="name">ex:report1</span>. Its provenance can be described as follows.</p>
-<pre class="codeexample"> 
-entity(bob:bundle1, [prov:type='prov:Bundle'])
-wasGeneratedBy(bob:bundle1, -, 2012-05-24T10:30:00)
-wasAttributedTo(bob:bundle1, ex:Bob)
-</pre>
-
-<p>In contrast, the second bundle is attributed to Alice who
-observed the derivation of <span class="name">ex:report2</span> from <span class="name">ex:report1</span>.</p>
-<pre class="codeexample"> 
-entity(alice:bundle2, [ prov:type='prov:Bundle' ])
-wasGeneratedBy(alice:bundle2, -, 2012-05-25T11:15:00)
-wasAttributedTo(alice:bundle2, ex:Alice)
-</pre>
-</div>
-
-<div class="anexample" id="anexample-provenance-aggregation">
-<p>A provenance aggregator could merge two bundles, resulting in a novel bundle, whose provenance is described as follows.</p>
-<pre class="codeexample"> 
-bundle agg:bundle3
-  entity(ex:report1, [ prov:type="report", ex:version=1 ])
-  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-
-  entity(ex:report2, [ prov:type="report", ex:version=2 ])
-  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
-  wasDerivedFrom(ex:report2, ex:report1)
-endBundle
-
-entity(agg:bundle3, [ prov:type='prov:Bundle' ])
-agent(ex:aggregator01, [ prov:type='ex:Aggregator' ])
-wasAttributedTo(agg:bundle3, ex:aggregator01)
-wasDerivedFrom(agg:bundle3, bob:bundle1)
-wasDerivedFrom(agg:bundle3, alice:bundle2)
-</pre>
-<p>The new bundle is given a new identifier <span class="name">agg:bundle3</span> and is attributed to the <span class="name">ex:aggregator01</span> agent.
-</div>
-
-
-</section>
-
-<section id="term-hasProvenanceIn"> 
-
-<h3>Provenance Locator</h3>
-
-
-In <a href="#anexample-provenance-of-provenance">Example anexample-provenance-of-provenance</a>, we initially presented a scenario involving two entities <span class="name">report1</span> and <span class="name">report2</span>, and showed how the descriptions can be organized into two bundles.  There is no explicit indication that the second bundle "continues" the description offered by the first bundle.  Given that bundles may be retrieved separately [[PROV-AQ]], it is not obvious for a provenance consumer to navigate descriptions across bundles.  To aid consumers,
- Alice may wish to express that there is further provenance information about <span class="name">report1</span> in bundle <span class="name">bob:bundle1</span>.  To this end, PROV introduces the notion of provenance locator, inspired by [[PROV-AQ]].
-
-
-<p><div class="glossary-ref" data-ref="glossary-provenance-locator"></div></p>
-
-
-<div class="attributes" id="attributes-hasProvenanceIn">
-A <dfn title="hasProvenanceIn">provenance locator</dfn>,
-written
-<span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, has:
-<ul>
-<li><span class='attribute' id="prov.localtor.id">id</span>: an identifier for a provenance locator; </li>
-<li><span class='attribute' id="prov.locator.subject">subject</span>:  an identifier denoting something (entity, activity, agent, or relatation instance);</li>
-<li><span class='attribute' id="prov.locator.bundle">bundle</span>:  an OPTIONAL identifier (<span class="name">bundle</span>) for a bundle;
-<li><span class='attribute' id="prov.locator.target">target</span>:  an OPTIONAL identifier (<span class="name">target</span>) denoting  something described in another set of descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-target-uri">Target-URI</a> in [[PROV-AQ]]);
-<li><span class='attribute' id="prov.locator.service">service</span>:  an OPTIONAL URI (<span class="name">service</span>) denoting a <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-service">provenance service</a> from which provenance can be retrieved (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-service-uri">Service-URI</a> in [[PROV-AQ]]);
-<li><span class='attribute' id="prov.locator.provenance">provenance</span>:  an OPTIONAL URI (<span class="name">prov</span>), which when dereferenced, allows access to provenance descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-uri">Provenance-URI</a> in [[PROV-AQ]]);
-<li><span class='attribute' id="prov.locator.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator.</li>
-</ul>
-<p>In <span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, <span class="name">service</span> and <span class="name">prov</span> are both optional and mutually exclusive: if specified, either <span class="name">service</span> or <span class="name">prov</span> is provided.</p>
-</div>
-
-<p>A provenance locator specifies a context, referred to
-as <em>located context</em> in which further descriptions can be found
-about something.</p>
-
-<p>When the subject and optional target denote entities,
-a provenance locator not only provides a located context, but it also expresses an <a>alternate</a> relation between the entity denoted by <span class="name">subject</span> and the  entity described in the located context. This is a alternate since the entity denoted by <span class="name">subject</span> in the current context presents other aspects than the entity in the located one.</p>
-
-<div class="anexample" id="anexample-provenance-locator">
-<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>.</p>
-<pre class="codeexample"> 
-hasProvenanceIn(ex:report1, bob:bundle1, -, -, -)
-</pre>
-<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>, which is available from the provenance service identified by the provided URI.</p>
-<pre class="codeexample"> 
-hasProvenanceIn(ex:report1, bob:bundle1, -, "http://example.com/service"^xsd:anyURI, -)
-</pre>
-<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in resource identified by the provided URI.</p>
-<pre class="codeexample"> 
-hasProvenanceIn(ex:report1, -, -, -, "http://example.com/some-provenance.pn"^xsd:anyURI)
-</pre>
-</div>
-
-
-<div class="anexample" id="anexample-provenance-locator2">
-<p>Let us again consider the same scenario involving two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
-<p>The first bundle can be expressed with all Bob's observations about the creation of <span class="name">ex:report1</span>.
-</p>
-<pre class="codeexample"> 
-bundle bob:bundle4
-  entity(ex:report1, [ prov:type="report", ex:version=1 ])
-  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
-endBundle
-</pre>
-
-<p>Likewise, Alice's observation about the derivation of  <span class="name">ex:report2</span>  from <span class="name">ex:report1</span>, is expressed in a separate bundle.</p>
-<pre class="codeexample"> 
-bundle alice:bundle5
-  entity(ex:report1)
-  hasProvenanceIn(ex:report1, bob:bundle4, -, -, -)
-  entity(ex:report2, [ prov:type="report", ex:version=2 ])
-  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
-  wasDerivedFrom(ex:report2, ex:report1)
-endBundle
-</pre>
-<p>In bundle <span class="name">alice:bundle5</span>, there is a description for entity <span class="name">ex:report1</span>, and 
-a provenance locator pointing to bundle <span class="name">bob:bundle4</span>.  
-The locator indicates that some provenance description for <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle4</span>. The purpose of the locator is twofold. First, it allows for <a href="http://www.w3.org/TR/prov-aq/#incremental-provenance-retrieval">incremental navigation</a> of provenance [[PROV-AQ]].  Second, it makes entity <span class="name">ex:report1</span> described in <span class="name">alice:bundle5</span> an <a>alternate</a> of <span class="name">ex:report1</span> described in <span class="name">bob:bundle4</span>.
-</p>
-</div>
-
-
-<div class="anexample" id="anexample-provenance-locator3">
-<p>Alternatively, Alice may have decided to use a different identifier for <span class="name">ex:report1</span>.</p>
-<pre class="codeexample"> 
-bundle alice:bundle6
-  entity(alice:report1)
-  hasProvenanceIn(alice:report1, bob:bundle4, ex:report1, -, -)
-  entity(ex:report2, [ prov:type="report", ex:version=2 ])
-  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
-  wasDerivedFrom(ex:report2, alice:report1)
-endBundle
-</pre>
-<p>Alice can specify the <a href="#prov.locator.target">target</a> in the provenance locator to be  <span class="name">ex:report1</span>.
-With such a statement, Alice states that provenance information about <span class="name">alice:report1</span> can be found in bundle
-<span class="name">bob:bundle4</span> under the name <span class="name">ex:report1</span>.  In effect, <span class="name">alice:report1</span> and <span class="name">ex:report1</span> are declared to be alternate.</p>
-</div>
-
-<div class="anexample" id="aexample-note">
-<p>Consider that the following bundle of descriptions, in which derivation and generations have been identified.
-<pre class="codeexample"> 
-bundle obs:bundle7
-  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:d; ex:report2, ex:report1)
-endBundle
-entity(obs:bundle7, [ prov:type='prov:Bundle' ])
-wasAttributedTo(obs:bundle7, ex:observer01)
-</pre>
-Bundle <span class="name">obs:bundle7</span> is rendered by a visualisation tool.  It may useful for the tool configuration for 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:bundle8
-  entity(tool:bundle8, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
-  wasAttributedTo(tool:bundle8, viz:Visualizer)
-
-  entity(ex:report1, [viz:color="orange"])
-  hasProvenanceIn(ex:report1, obs:bundle7, -, -, -)
-
-  entity(ex:report2, [viz:color="blue"])
-  hasProvenanceIn(ex:report2, obs:bundle7, -, -, -)
-
-  wasDerivedBy(ex:d; ex:report2, ex:report1, [viz:style="dotted"])
-  hasProvenanceIn(ex:d, obs:bundle7, -, -, -)
-endBundle
-</pre>
-
-<p>In bundle <span class="name">tool:bundle8</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
-
-<p>Bundle <span class="name">tool:bundle8</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>Alternates of the entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span> have a visualization attribute for the color to be used when rendering these entities. 
-Likewise, the derivation has a style attribute. </p>
-
-<p>According to their definition,
-derivations have an <a href="#derivation.id">optional identifier</a>. 
-To express an alternate for a derivation, we need to be able to reference it, by means of an identifier. Hence, it is necessary for it to have an identifier in the first place (<span class="name">ex:d</span>).</p>
-</div>
-
-</section>
-</section> 
-
-
-
-<section id="component6"> 
-<h3>Component 6: Collections</h3>
-
-<p>The fifth component of PROV-DM is concerned with the notion of collections. 
-A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection, which members it contains as it evolves, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. In PROV, the concept of Collection is implemented by means of dictionaries, which we introduce in this section. </p>
-
-<p>Figure <a href="#figure-component5">figure-component5</a> depicts
-the fifth component with four new classes and three associations.
-</p>
-
-
-<div style="text-align: center;">
-<figure>
-<img src="images/Dictionaries.png" alt="dictionaries"/>
-<figcaption id="figure-component5">Figure 9: Collections Component Overview</figcaption>
-</figure>
-</div>
-
-
-<p>The intent of these relations and types is to express the <em>history of changes that occurred to a collection</em>. 
-Changes to collections are about the insertion of entities in collections and the removal of members from collections.
-Indirectly, such history provides a way to reconstruct the contents of a collection.</p>
-
-<section id="term-collection">
-<h3>Collection</h3>
-
-<span class="glossary-ref" data-ref="glossary-collection"></span>
-
-<p>In PROV, the concept of Collection is  provided as an extensibility point for other kinds of collections. Collections are implemented by means of dictionaries, which are introduced next. </p>
-
-</section>
-
-<section id="term-dictinonary">
-<h3>Dictionary</h3>
-
-
-<p>PROV-DM defines a specific type of collection: a dictionary, specified as follows.</p>
-
-
-<span class="glossary-ref" data-ref="glossary-dictionary"></span>
-
-<p>Conceptually, a dictionary has a logical structure consisting of key-entity pairs. This structure is often referred to as a <em>map</em>, and is a generic indexing mechanism that can abstract commonly used data structures, including associative lists (also known as "dictionaries" in some programming languages), relational tables, ordered lists, and more. The specification of such specialized structures in terms of key-value pairs is out of the scope of this document.</p>
-
-<p>A given dictionary forms a given structure for its members.  A different structure (obtained either by insertion or removal of members) constitutes a different dictionary. Hence,
- for the purpose of provenance, a dictionary entity is viewed as a snapshot of a structure. Insertion and removal operations result in new snapshots, each snapshot forming an identifiable dictionary entity.</p>
-
-
-<p>PROV-DM defines the following types related to dictionaries:</p>
-
-<ul>
-  <li> <span class="name">prov:Dictionary</span>  denotes an entity of type dictionary, i.e. an entity that  can participate in  relations amongst dictionaries;
-
-  <li><span class="name">prov:EmptyDictionary</span> denotes an empty dictionary.
-</ul>
-
-
-
-
-
-<!--
-In addition, the attribute  <span class="name">prov:content</span> is introduced to allow the explicit specification of the dictionary's content. The example below illustrates the syntax.
--->
-
-<div class="anexample">
-<pre class="codeexample">
-entity(d0, [prov:type='prov:EmptyDictionary' ])  // d0 is an empty dictionary
-entity(d1, [prov:type='prov:Dictionary'  ])      // d1 is a dictionary, with unknown content
-</pre>
-</div>
-
-
-
-</section>  <!-- end of dictionary-types -->
-
-
-<section id="term-dictionary-insertion">
-<h3>Insertion</h3>
-
-<span class="glossary-ref" data-ref="glossary-insertion"></span>
-
-
-
-
-
-<p><div class="attributes" id="attributes-derivedByInsertionFrom">
-<p>An <dfn title="derivedByInsertionFrom">Insertion</dfn> relation<span class="withPn">, written <span class="pnExpression">derivedByInsertionFrom(id; d2, d1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</span>,</span> has:</p>
-<ul>
-<li><span class='attribute' id="derivedByInsertionFrom.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute' id="derivedByInsertionFrom.after">after</span>: an identifier (<span class="name">d2</span>) for the dictionary <em>after</em> insertion; </li>
-<li><span class='attribute' id="derivedByInsertionFrom.before">before</span>: an identifier (<span class="name">d1</span>) for the dictionary <em>before</em> insertion;</li>
-<li><span class='attribute' id="derivedByInsertionFrom.key-entity-set">key-entity-set</span>: the inserted key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> in which each <span class="name">key_i</span> is a <a>value</a>, and <span class="name">e_i</span> is an identifier  for the entity that has been inserted with the key;
- each <span class="name">key_i</span> is expected to be unique for the key-entity-set;
-</li>
-<li><span class='attribute' id="derivedByInsertionFrom.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-</div>
-
-<p>
-An Insertion relation <span class="name">derivedByInsertionFrom(id; d2, d1,  {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">d2</span> is the state of the dictionary
-following the insertion of pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> into dictionary  <span class="name">d1</span>.</p>
-
-
-
-
-
-
-<div class="anexample">
-<pre class="codeexample">
-entity(d0, [prov:type='prov:EmptyDictionary' ])    // d0 is an empty dictionary
-entity(e1)
-entity(e2)
-entity(e3)
-entity(d1, [prov:type='prov:Dictionary' ])
-entity(d2, [prov:type='prov:Dictionary' ])
-
-derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2", e2)})       
-derivedByInsertionFrom(d2, d1, {("k3", e3)})    
-</pre>
-From this set of descriptions, we conclude:
-<ul>
-<li>   <span class="name">d0</span> is the set <span class="name">{  }</span>
-<li>   <span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2) }</span>
-<li>   <span class="name">d2</span> is the set <span class="name">{ ("k1", e1), ("k2", e2), ("k3", e3) }</span>
-</ul>
-</div>
-
-<p>Insertion provides an "update semantics" for the keys that are already present in a dictionary,
-since a new pair replaces an existing pair with the same key in the new dictionary. This is illustrated by the following example.</p>
-
-<div class="anexample">
-<pre class="codeexample">
-entity(d0, [prov:type='prov:EmptyDictionary' ])    // d0 is an empty dictionary
-entity(e1)
-entity(e2)
-entity(e3)
-entity(d1, [prov:type='prov:Dictionary' ])
-entity(d2, [prov:type='prov:Dictionary' ])
-
-derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2", e2)})       
-derivedByInsertionFrom(d2, d1, {("k1", e3)})    
-</pre>
-   This is a case of <em>update</em> of <span class="name">e1</span> to <span class="name">e3</span> for the same key, <span class="name">"k1"</span>. <br/>
-  From this set of descriptions, we conclude:
-<ul>
-<li>   <span class="name">d0</span> is the set <span class="name">{  }</span>
-<li>   <span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2) }</span>
-<li>   <span class="name">d2</span> is the set <span class="name">{ ("k1", e3), ("k2", e2) }</span>
-</ul>
-</div>
-
-</section>  <!-- insertion -->
-
-
-<section id="term-dictionary-removal">
-<h3>Removal</h3>
-
-<span class="glossary-ref" data-ref="glossary-removal"></span>
-
-
-
-
-<p>
-<div class="attributes" id="attributes-derivedByRemovalFrom">
-<p> A <dfn title="derivedByRemovalFrom">Removal</dfn> relation, written <span class="pnExpression">derivedByRemovalFrom(id; d2, d1, {key_1, ... key_n}, attrs)</span>, has:</p>
-<ul>
-<li><span class='attribute' id="derivedByRemovalFrom.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute' id="derivedByRemovalFrom.after">after</span>: an identifier (<span class="name">d2</span>) for the dictionary  <em>after</em> the deletion; </li>
-<li><span class='attribute' id="derivedByRemovalFrom.before">before</span>: an identifier (<span class="name">d1</span>)  for the dictionary <em>before</em> the deletion;</li>
-<li><span class='attribute' id="derivedByRemovalFrom.key-set">key-set</span>: a set of deleted keys  <span class="name">key_1</span>, ..., <span class="name">key_n</span>, for which each <span class="name">key_i</span> is a <a>value</a>;</li>
-<li><span class='attribute' id="derivedByRemovalFrom.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-</div>
-
-<p>A Removal relation <span class="name">derivedByRemovalFrom(id; d2,d1, {key_1, ..., key_n})</span> states that  <span class="name">d2</span> is  the  state of the dictionary following the removal of the set of pairs corresponding to keys  <span class="name">key_1...key_n</span> from  <span class="name">d1</span>.
-
-<div class="anexample">
-<pre class="codeexample">
-entity(d0, [prov:type="prov:EmptyDictionary"])    // d0 is an empty dictionary
-entity(e1)
-entity(e2)
-entity(e3)
-entity(d1, [prov:type="prov:Dictionary"])
-entity(d2, [prov:type="prov:Dictionary"])
-
-derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2",e2)})       
-derivedByInsertionFrom(d2, d1, {("k3", e3)})
-derivedByRemovalFrom(d3, d2, {"k1", "k3"})   
-</pre>
-From this set of descriptions, we conclude:
-<ul>
-<li><span class="name">d0</span> is the set <span class="name">{  }</span>
-<li><span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2)  }</span>
-<li><span class="name">d2</span> is the set <span class="name">{ ("k1", e1), ("k2", e2), ("k3", e3) }</span>
-<li><span class="name">d3</span> is the set <span class="name">{ ("k2", e2) }</span>
-</ul>
-
-  
-</div>
-
-</section>  <!-- removal -->
-
-
-<section id="term-dictionary-membership">
-<h3>Membership</h3>
-
-
-<span class="glossary-ref" data-ref="glossary-membership"></span>
-
-<p>
-The insertion and removal  relations make insertions and removals explicit as part of the history of a dictionary. This, however, requires explicit mention of the state of the dictionary prior to each operation. The membership relation removes this needs, allowing the state of a dictionary <span class="name">c</span> to be expressed without having to introduce a prior state.</p>
-
-<p>
-<div class="attributes" id="attributes-memberOf">
- A <dfn title="memberOf">membership</dfn> relation, written <span class="pnExpression">memberOf(id; c, {(key_1, e_1), ..., (key_n, e_n)}, cplt, attrs)</span>, has:
-<ul>
-<li><span class='attribute' id="memberOf.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
-<li><span class='attribute' id="memberOf.after">after</span>: an identifier (<span class="name">c</span>) for the dictionary whose members are asserted; </li>
-<li><span class='attribute' id="memberOf.key-entity-set">key-entity-set</span>: a set of key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> that are members of the dictionary;</li>
-<li><span class='attribute' id="memberOf.complete">complete</span>: an OPTIONAL boolean 
-<a title="value">Value</a> (<span class="name">cplt</span>); if true, it indicates that no other member belongs to the dictionary;  if false, it indicates that other members belong to the dictionary; if unspecified, other members MAY belong to the dictionary.
-<li><span class='attribute' id="memberOf.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
-</ul>
-</div>
-
-
-
-
-<p>The description <span class="name">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">c</span> is known to include <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)}</span>, without having to introduce a previous state. </p>
-
-<div class="anexample">
-<pre class="codeexample">
-entity(d1, [prov:type='prov:Dictionary'  ])    // d1 is a dictionary, with unknown content
-entity(d2, [prov:type='prov:Dictionary'  ])    // d2 is a dictionary, with unknown content
-
-entity(e1)
-entity(e2)
-
-memberOf(d1, {("k1", e1), ("k2", e2)} )  
-memberOf(d2, {("k1", e1), ("k2", e2)}, true)  
-
-entity(e3)
-entity(d3, [prov:type='prov:Dictionary'  ])
-
-derivedByInsertionFrom(d3, d1, {("k3", e3)})     
-</pre>
-From these descriptions, we conclude:
-<ul>
-<li> <span class="name">d1</span>  has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2)</span>, and may contain others.
-<li> <span class="name">d2</span>  exactly has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2)</span>, and does not contain any other.
-<li> <span class="name">d3</span> has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2), ("k3", v3)</span>, and may contain others.
-</ul>
-<p> Thus, the states of <span class="name">d1</span> and <span class="name">d3</span> are only partially known.</p>
-</div>
-
-<!-- To go to part 2
-
-
-  Note that the following one cannot have at the same time an empty dictionary and membership relations for it, i.e., the following example is invalid:
-<pre class="codeexample">
-  <span class="name"> entity(c, [prov:type="EmptyDictionary"])</span>
-   memberOf(c, {("k1", e1), ("k2", v2)} )  
-  </pre>
-
-
--->
-
-</section>  <!-- Membership -->
-
-
-
-<p>Further considerations: </p>
-
-<ul>
-
-<li>The state of a dictionary (i.e., the set of key-entity pairs it contains) at a given point in a sequence of operations is never stated explicitly. Rather, it can be obtained by querying the chain of derivations involving insertions and removals. Entity type <span class="name">emptyDictionary</span> can be used in this context as it marks the start of a sequence of dictionary operations.</li>
-
-
-<li>The representation of a dictionary through these relations makes no assumption regarding the underlying data structure used to store and manage dictionaries. In particular, no assumptions are needed regarding the mutability of a data structure that is subject to updates. Entities, however, are immutable and this applies  to those entities that represent dictionaries. This is reflected in the constraints listed in [[PROV-CONSTRAINTS]].  </li>
-</ul>
-
-  
-</section>   <!-- end dictionaries-->
-
-
-
-
-
-<section  id="second-class-elements">
-<h3>Further Elements of PROV-DM</h3>
-
-This section introduces further elements of PROV-DM.
-
-<section id="term-NamespaceDeclaration">
-<h3>Namespace Declaration</h3>
-
-<p>A PROV-DM <dfn id="dfn-namespace">namespace</dfn> is identified by an IRI [[!IRI]]. In PROV-DM, attributes, identifiers, and values with <a title="qualified name">qualified names</a> as data type can be placed in a namespace using the mechanisms described in this specification. </p>
-
-
-<p>A <dfn id="dfn-namespaceDeclaration">namespace declaration</dfn> consists of a binding between a prefix and a namespace. Every qualified name with this prefix in the scope of this
-declaration refers to this namespace. 
-A <dfn id="dfn-defaultNamespaceDeclaration">default namespace declaration</dfn> consists of a namespace. Every un-prefixed qualified name in the scope of this default namespace declaration
-refers to this namespace.</p>
-
-<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <a href="http://www.w3.org/ns/prov#">http://www.w3.org/ns/prov#</a>.</p>
-
-</section>
-
-<section id="term-qualified-name">
-<h4>Qualified Name</h4>
-
-
-<span class="glossary-ref" data-ref="glossary-qualifiedName"></span>
-
-<p>PROV-DM stipulates that a qualified name can be mapped into an IRI
- by concatenating the IRI associated with the prefix and the local part.</p>
-
-<p>A qualified name's prefix is OPTIONAL. If a prefix occurs in a
- qualified name, it refers to a <a>namespace</a> declared in a namespace declaration.  In the absence of prefix, the qualified name 
- refers to the <a title="default namespace declaration">default namespace</a>.</p>
-
-</section>
-
-
-
-<section id="term-identifier">
-<h4>Identifier</h4>
-
-<p>
-An <dfn id="dfn-identifier">identifier</dfn> is a <a>qualified
- name</a>. 
-</p>
-
-</section>
-
-<section id="term-attribute">
-<h4>Attribute</h4>
-
-<p>An <dfn title="dfn-attribute" id="dfn-attribute">attribute</dfn> is a <a>qualified name</a>. 
-
-
-<p>The PROV data model introduces a pre-defined set of attributes in the <a title="prov-namespace">PROV namespace</a>, which we define below. 
-This specification does not provide any interpretation for any attribute declared in any other namespace.</p>
-
-<div id="attributes-at-a-glance-div" style="text-align: left;">
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="attributes-at-a-glance">Table 5: PROV-DM Attributes At a Glance</caption>
-<tr><td><b>Attribute</b></td><td><b>value</b></td><td><b>Section</b></td></tr> 
-<tr><td>prov:label</td><td>xsd:string</td><td>Section <a href="#term-attribute-label">4.7.4.1</a> </td></tr>
-<tr><td>prov:location</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-location">4.7.4.2</a> </td></tr>
-<tr><td>prov:role</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-role">4.7.4.3</a> </td></tr>
-<tr><td>prov:type</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-type">4.7.4.4</a> </td></tr>
-<tr><td>prov:value</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-value">4.7.4.5</a> </td></tr>
-</table>
-</div>
-
-
-
-
-
-<section id="term-attribute-label">
-<h4>prov:label</h4>
-
-<p> The attribute <dfn title="dfn-label"><span class="name">prov:label</span></dfn> provides a human-readable representation of a PROV-DM element or relation.  The value associated with the attribute <span class="name">prov:label</span> MUST be a string.</p>
-
-<div class="anexample">
-<p>The following entity is provided with a label attribute.</p>
-<pre class="codeexample">
- entity(ex:e1, [prov:label="This is a label"])
-</pre>
-</div>
-
-
-</section>
-
-
-<section id="term-attribute-location">
-<h4>prov:location</h4>
-
-<p>A <dfn title="dfn-Location">location</dfn> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate,
-address, landmark, and so forth. This  document does not specify how to concretely express  locations, but instead provide a mechanism to introduce locations, by means of a reserved attribute. </p> 
-
-
-<p>
-The attribute <span class="name">prov:location</span> is an OPTIONAL attribute of entity, activity, usage, and generation.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM <a title="value">Value</a>, expected to denote a location.
-</p>
-
-<div class="anexample">
-<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
-<pre class="codeexample">
- entity(ex:MonaLisa, [prov:location="Le Louvres, Paris", prov:type="StillImage"])
-</pre>
-</div>
-</section>
-
-
-<section id="term-attribute-role">
-<h4>prov:role</h4>
-
-<p>The attribute <dfn title="dfn-role"><span class="name">prov:role</span></dfn>  denotes 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>. The attribute <span class="name">prov:role</span> is allowed to occur multiple times in a list of attribute-value pairs. The value associated with a <span
-class="name">prov:role</span> attribute MUST be a PROV-DM <a title="value">Value</a>.</p>
-
-<div class="anexample">
-<p>The following activity is associated with an agent acting as the operator. </p>
-<pre class="codeexample">
- wasAssociatedWith(a, ag, [prov:role="operator"])
-</pre>
-</div>
-</section>
-
-<section id="term-attribute-type">
-<h4>prov:type</h4>
-
-<p>The attribute <dfn title="dfn-type"><span class="name">prov:type</span></dfn>  provides further typing information for an element or relation. PROV-DM liberally
-defines a type as a category of things having common characteristics. PROV-DM is agnostic about the representation of types, and only states that
-the value associated with a <span class="name">prov:type</span> attribute MUST be a PROV-DM <a title="value">Value.</a> The attribute <span class="name">prov:type</span>
-is allowed to occur multiple times.</p>
-
-<div class="anexample">
-<p>The following describes an agent of type software agent.</p>
-<pre class="codeexample">
-   agent(ag, [prov:type='prov:SoftwareAgent' ])
-</pre>
-</div>
-
-<p>The following types are pre-defined in PROV, and are valid values for the <span class="name">prov:type</span> attribute.</p>
-<ul>
-<li><span class="name">prov:Plan</span></li>
-
-<li><span class="name">prov:Account</span></li>
-
-<li><span class="name">prov:SoftwareAgent</span></li>
-
-<li><span class="name">prov:Organization</span></li>
-
-<li><span class="name">prov:Person</span></li>
-
-<li><span class="name">prov:Collection</span></li>
-
-<li><span class="name">prov:Dictionary</span></li>
-
-<li><span class="name">prov:EmptyDictionary</span></li>
-
-</ul>
-
-</section>
-
-
-<section id="term-attribute-value">
-<h4>prov:value</h4>
-
-<p>The attribute <dfn title="dfn-value"><span class="name">prov:value</span></dfn>  provides a <a title="value">Value</a> associated with an entity.</p>
-
-
-<p>The attribute <span class="name">prov:value</span> is an OPTIONAL attribute of entity.  The value associated with the  attribute <span class="name">prov:value</span> MUST be a PROV-DM <a title="value">Value</a>. The attribute <span class="name">prov:value</span> MAY occur at most once in a set of attribute-value pairs.</p>
-
-<div class="anexample">
-<p>The following example illustrates the provenance of the number <span class="name">4</span> obtained by an activity that computed the length of an input string <span class="name">"abcd"</span>.
-The input and the output are expressed as entities <span class="name">ex:in</span> and <span class="name">ex:out</span>, respectively. They each have a <span class="name">prov:value</span> attribute associated with the corresponding value.
-</p>
-<pre class="codeexample">
-entity(ex:in, [prov:value="abcd"]) 
-entity(ex:out, [prov:value=4]) 
-activity(ex:len, [prov:type="string-length"])
-used(ex:len,ex:in)
-wasGeneratedBy(ex:out,ex:len)
-wasDerivedFrom(ex:out,ex:in)
-</pre>
-</div>
-
-<div class="note">Should we also have prov:encoding?</div>
-
-</section>
-
-
-
-
-
-
-
-
-</section>
-
-<section id="term-value">
-<h4>Value</h4>
-
-<p>
-By means of attribute-value pairs, the PROV data model can refer to <dfn title="value">values</dfn> such as strings, numbers, time, qualified names, and IRIs.  
-The interpretation of such values is outside the scope of PROV-DM.</p>
-<p>Each kind of such values is called a <em>datatype</em>. The datatypes are taken from 
-the set of XML Schema Datatypes, version 1.1 [[!XMLSCHEMA-2]] and the RDF specification [[!RDF-CONCEPTS]]. The normative definitions of these datatypes are provided by the respective specifications. 
-Each datatype is identified by its XML <a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a>.</p>
-
-<p>
-</p>
-
-<p>We note that PROV-DM <dfn title="dfn-time">time instants</dfn> are defined according to xsd:dateTime [[!XMLSCHEMA-2]].</p> 
-
-
-
-<table border="1" style="margin-left: auto; margin-right: auto;">
-<caption id="prov-dm-data-types">Table 6: PROV-DM Data Types</caption>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#decimal">xsd:decimal</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#double">xsd:double</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#integer">xsd:integer</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#float">xsd:float</a></td><td><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-XMLLiteral">rdf:XMLLiteral</a></td>  </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</a></td> <td><a href="http://www.w3.org/TR/prov-n/#prod-QUALNAME">prov:QUALNAME</a></td> </tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger">xsd:nonPositiveInteger</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#normalizedString">xsd:normalizedString</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#token">xsd:token</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#negativeInteger">xsd:negativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#language">xsd:language</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#long">xsd:long</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#Name">xsd:Name</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#int">xsd:int</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#NCName">xsd:NCName</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#short">xsd:short</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN">xsd:NMTOKEN</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#byte">xsd:byte</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#boolean">xsd:boolean</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedLong">xsd:unsignedLong</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">xsd:hexBinary</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedInt">xsd:unsignedInt</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">xsd:base64Binary</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedShort">xsd:unsignedShort</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</a></td> <td></td></tr>
-<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a></td><td></td></tr>
-</table>
-
-
-
-
-
-
-<div class="anexample" id="anexample-value">
-<p>
-The following examples respectively are the string "abc", the integer number 1, and the IRI "http://example.org/foo".
-<pre class="codeexample">
-  "abc"
-  1
-  "http://example.org/foo" %% xsd:anyURI
-</pre>
-<p>The following example shows a value of type <span class="name">xsd:QName</span> (see
-<a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#QName">QName</a> [[!XMLSCHEMA-2]]).
-The prefix <span class="name">ex</span>  MUST be bound to a <a>namespace</a> declared in a <a>namespace declaration</a>.</p>
-<pre class="codeexample"> 
-  "ex:value" %% xsd:QName
-</pre>
-</div>
-
-
-
-<div class="anexample" id="anexample-time">
-<p>
-In the following example, the generation time of entity <span class="name">e1</span> is expressed according to 
-<a href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a>  [[!XMLSCHEMA-2]].</p>
-<pre class="codeexample"> 
-  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52)
-</pre>
-</div>
-
-<div class="note">
-We need to check that we are including all xsd types that are the latest versions of XML Schema/RDF.
-</div>
-</section>
-</section>
- 
-
-
-</section>
-
-
-<!-- end sec. 5 -->
-
-    <section id="extensibility-section"> 
-<h2>PROV-DM Extensibility Points</h2>
-
-
-<p>The PROV data model provides extensibility points that allow designers to specialize it to specific applications or domains. We summarize these extensibility points here:
-
-<ul>
-<li> Attribute-value lists occur in all types and relations of the data model.  Applications designers are free to introduce further application-specific attributes. Attributes for a given application can be distinguished by qualifying them with a prefix denoting a namespace
-declared in a namespace declaration.
-
-<p>The <a title="prov-namespace">PROV namespace</a> declares a set of reserved attributes catering for extensibility: <a href="#term-attribute-type"><span class="name">prov:type</span></a>, <a href="#term-attribute-role"><span class="name">prov:role</span></a>, <a href="#term-attribute-location"><span
-class="name">prov:location</span></a>.</li>
-
-<li>Sub-types and sub-relations can be expressed by means of the reserved attribute 
-<a href="#term-attribute-type"><span class="name">prov:type</span></a>.
-
-<div class="anexample" id="anexample-sub-relation">
-<p>
-In the following example,  <span class="name">e2</span> is a translation of <span class="name">e1</span>,
-expressed as a sub-type of derivation.
-<pre class="codeexample"> 
-  wasDerivedFrom(e2,e1, [prov:type='ex:Translation' ])
-</pre>
-</div>
-
-<div class="anexample" id="anexample-sub-type">
-<p>
-In the following example,  <span class="name">e</span> is described as a Car, a type of entity.
-<pre class="codeexample"> 
-  entity(e, [prov:type='ex:Car' ])
-</pre>
-</div>
-
-
-
-
-</li>
-
-
-
-
-
-<li>New namespaces and associated prefixes can be declared, allowing attributes and names to be qualified. </li>
-
-<li>Notes allow arbitrary metadata to be associated with anything identifiable in PROV-DM. Notes consist of attribute-value pairs.  Attributes are qualified by a
-namespace.</li>
-
-</ul>
-
-<p>The PROV data model is designed to be application and technology independent, but specializations of PROV-DM are welcome and encouraged.  To ensure interoperability, specializations of
-the PROV data model that exploit the extensibility points summarized in this section MUST preserve the semantics specified in this document and in [[PROV-CONSTRAINTS]]. </p>
-
-
-
-    </section> 
-
-
-
-<section id="valid-provenance">
-<h4>Creating Valid Provenance</h4>
-
-
-<ul>
-
-<li>This specification defines PROV-DM, a data model that allows 
-descriptions of the people, institutions, entities, and activities,
-involved in producing, influencing, or delivering a piece of data or a
-thing to be expressed.  However, with this data model, it is also possible to compose
-descriptions that would not make sense: for instance, one could
-express that an entity was used before it was generated, or that the
-activity that generated an entity began its existence after the entity
-generation.  A set of constraints have been defined for PROV-DM and
-can be found in a companion specification [[PROV-CONSTRAINTS]].
-They SHOULD be used by developers to compose provenance descriptions that are valid, and
-by implementers of reasoning engines aiming to check whether provenance descriptions have problems. </li>
-
-
-
-<li>
-<p> The example of <a href="#prov-dm-example">section 3</a> contains identifiers such as <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span>, which denotes a specific version of a technical report.  On the other hand, a URI such as <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a> denotes the latest version of a document. One needs to ensure that provenance descriptions for the latter resource remain valid as the resource state changes. </p>
-
-<p>To this end, PROV-DM allows asserters to describe "<em>partial states</em>" of entities by means of attributes and associated values. Some further constraints apply to the use of these attributes, since the values associated with them are expected to remain unchanged for some period of time. The constraints associated to attributes allow provenance descriptions to be refined, they can also be found in the companion specification [[PROV-CONSTRAINTS]].</p>
-
-
-</li>
-
-
-<li>
-<p>The idea of bundling provenance descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed.
-Descriptions in bundles are expected to satisfy constraints specified in the companion specification [[PROV-CONSTRAINTS]].</p>
-</li>
-
-
-</ul>
-
-
-</section>
-
-<div id="glossary_div" class="remove">
-<!-- glossary loaded from glossary.js will be hooked up here,
-     class remove, will remove this element from the final output.
--->
-</div>
-
-<section class="appendix"> 
-      <h2>Acknowledgements</h2> 
-      <p> 
-        WG membership to be listed here.
-      </p> 
-    </section> 
-
- </body>
-</html>
--- a/model/prov-dm.html	Mon May 21 14:51:39 2012 -0400
+++ b/model/prov-dm.html	Mon May 21 14:54:01 2012 -0400
@@ -323,8 +323,8 @@
 <li> component 2: agents bearing responsibility for entities that were generated and activities that happened;
 <li> component 3: derivations of entities from others;
 <li> component 4: properties to link entities that refer to a same thing;
-<li> component 5: collections forming a logical structure for its members;
-<li> component 6: a simple annotation mechanism.
+<li> component 5: bundles, a mechanism to support provenance of provenance;
+<li> component 6: collections forming a logical structure for its members.
 </ul>
 
 
@@ -596,10 +596,31 @@
 </div>
 </section>
 
-<section id="section-types-entities-agents"> 
-<h2>Further Entities: Collections and Accounts</h2>
-
-<p>There are two further types of entities, collections and accounts, which are now introduced. </p>
+<section id="section-provenance-of-provnance"> 
+<h2>Provenance of Provenance</h2>
+
+
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-bundle"  data-withspan="true">
+</span>
+
+<div class="conceptexample" id="bundle-example">
+<p>
+For users to decide whether they can place their trust in
+a resource, they may want to analyze the resource's provenance, but also determine
+who its provenance is attributed to, and when it was
+generated. In other words, users need to be able to determine the provenance of provenance.
+Hence, provenance is also
+regarded as an entity (of type Bundle), by which provenance of provenance can then be
+expressed.
+</p>
+</div>
+</section>
+
+<section id="section-collections"> 
+<h2>Collections</h2>
 
 <p>
 <span class="glossary-ref" data-ref="glossary-collection"  data-withspan="true"></span> This concept allows for the provenance of the collection itself to be expressed in addition to that of the members.  Many different types of collections exist, such as a <em>set</em>, <em>dictionaries</em>, or <em>lists</em>, all of which involve a membership relationship between the constituents and the collection. </p>
@@ -610,28 +631,13 @@
 </div>
 
 
-<!-- alternative names: provenance record, bundle -->
-<p>
-<span class="glossary-ref" data-ref="glossary-account"  data-withspan="true">
-</span>Making an account an entity allows for provenance of provenance to be expressed.
-
-<div class="conceptexample" id="account-example">
-<p>
-For users to decide whether they can place their trust in
-a resource, they may want to analyze the resource's provenance, but also determine
-who its provenance is attributed to, and when it was
-generated. In other words, users need to be able to determine the provenance of provenance.
-Hence, provenance is also
-regarded as an entity (of type Account), by which provenance of provenance can then be
-expressed.
-</p>
-</div>
-
 </section>
 
 
 
 
+
+
     <section id="section-UML"> 
 <h2>Simplified Overview Diagram</h2>
 
@@ -915,20 +921,47 @@
 <section id="section-example-c"> 
 <h3>Attribution of Provenance</h3>
 
-<p>The two previous sections  provide  two different perspectives on the provenance of a document By design, the PROV approach allows for the provenance of a subject to be provided by multiple sources. For users to decide whether they can place their trust in the document, they may want to analyze its provenance, but also determine
-who the provenance is attributed to, and when it was
+<p>The two previous sections  offer two different perspectives on the provenance of a document.  PROV allows for multiple sources to provide the provenance of a subject. For users to decide whether they can place their trust in the document, they may want to analyze its provenance, but also determine who the provenance is attributed to, and when it was
 generated, etc. In other words, we need to be able to express the provenance of provenance.</p>
 
-<p>No new mechanism is required to support this requirement.  PROV-DM makes the assumption that provenance statements have been bundled up, and named, by some mechanism outside the scope of PROV-DM. For instance, in this case, provenance statements were put in a file and exposed on the Web, respectively at <a href="examples/w3c-publication1.pn">ex:w3c-publication1.pn</a> and <a href="examples/w3c-publication3.pn">ex:w3c-publication3.pn</a>.   To express their respective provenance, these resources must be seen as entities, and all the constructs of PROV-DM are now available to characterize their provenance. In the example below, <span class="name">ex:w3c-publication1.pn</span> is attributed to the agent <span class="name">w3:Consortium</span>, whereas <span class="name">ex:w3c-publication3.pn</span> to <span class="name">ex:Simon</span>.
-
-<pre>
-entity(ex:w3c-publication1.pn, [prov:type='prov:Account' ])
-wasAttributedTo(ex:w3c-publication1.pn, w3:Consortium)
-
-entity(ex:w3c-publication3.pn, [prov:type='prov:Account'  ])
-wasAttributedTo(ex:w3c-publication3.pn, ex:Simon)
+<p>PROV-DM offers a construct to name a bundle of provenance descriptions. </p>
+
+<pre class="codeexample">
+bundle ex:author-view
+
+  agent(ex:Paolo,   [ prov:type='prov:Person' ])
+  agent(ex:Simon,   [ prov:type='prov:Person' ])
+
+
+...
+
+endBundle
 </pre>
 
+Likewise, the process view can be expressed as a separate named bundle.
+<pre class="codeexample">
+bundle ex:process-view
+
+   agent(w3:Consortium, [ prov:type='prov:Organization' ])
+
+...
+
+endBundle
+</pre>
+
+<p>To express their respective provenance, these bundles must be seen as entities, and all PROV constructs are now available to express their provenance. In the example below, <span class="name">ex:author-view</span> is attributed to the agent  <span class="name">ex:Simon</span>, whereas <span class="name">ex:process-view</span> to  <span class="name">w3:Consortium</span>.
+
+<pre class="codeexample">
+entity(ex:author-view, [prov:type='prov:Bundle' ])
+wasAttributedTo(ex:author-view, ex:Simon)
+
+entity(ex:process-view, [prov:type='prov:Bundle' ])
+wasAttributedTo(ex:process-view, w3:Consortium)
+</pre>
+
+<div class="note">
+<p>TODO: full details of bundles can be found at  <a href="examples/w3c-publication1.pn">ex:process-view</a> and <a href="examples/w3c-publication3.pn">ex:author-view</a>.</p>
+</div>
 
 
 </section>
@@ -950,15 +983,16 @@
 <li><b>Component 2: agents and responsibility.</b> The second component consists of agents and concepts ascribing responsibility to agents.</li>
 <li><b>Component 3: derivations.</b>  The third component is formed with derivations and derivation subtypes.</li>
 <li><b>Component 4: alternate.</b> The fourth component consists of relations linking entities referring to the same thing. </li>
-<li><b>Component 5: collections.</b> The fifth component is about collections and concepts capturing their transformation, such as insertion and removal. </li>
-<li><b>Component 6: annotations.</b> The sixth component is concerned with annotations to PROV-DM instances.</li>
+<li><b>Component 5: bundles.</b> The fifth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
+<li><b>Component 6: collections.</b> The sixth component is about collections and concepts capturing their transformation, such as insertion and removal. </li>
 </ul>
 </div>
 
+<!-- TODO: update map for linking -->
 
 <div style="text-align: center;">
 <figure style="max-width: 90%; ">
-<img  usemap="#componentMap" src="images/components.png" alt="PROV-DM Components"  style="max-width: 90%; " />
+<img  usemap="#componentMap" src="images/components-with-bundle.png" alt="PROV-DM Components"  style="max-width: 90%; " />
 <map id="componentMap" name="componentMap">
 <area title="collections" href="#component5" coords="220,0,440,70"  alt="collections" shape="rect"/>
 <area title="alternate"   href="#component4" coords="450,0,510,140" alt="alternate"   shape="rect"/>
@@ -973,55 +1007,56 @@
 
 <p>
 While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, <a href="#relations-at-a-glance">Table 3</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as <a href="#prov-dm-components">Figure 4</a>, allowing components to be readily identified.
-Note that for simplicity, this table  does not include collection-oriented relations.
+Note that for simplicity, this table  does not include bundle-oriented and collection-oriented relations.
+Relation names appearing in bold correspond to the essential concepts introduced in the <a href="#starting-points">Starting Points Section</a>.</p>
 </p>
 
 <div id="relations-at-a-glance-div" style="text-align: center;">
 <table border="1" style="margin-left: auto; margin-right: auto;">
 <caption id="relations-at-a-glance">Table 3: PROV-DM Relations At a Glance</caption>
-<tr><td></td><td>Entity</td><td>Activity</td><td>Agent</td><td>Note</td></tr> 
-<tr><td>Entity</td><td><div class="component3-color"><a>wasDerivedFrom</a><br><a>wasRevisionOf</a><br><a>wasQuotedFrom</a><br><a>hadOriginalSource</a></div><div class="component4-color"><a>alternateOf</a><br><a>specializationOf</a></div></td><td class="component1-color"><a
+<tr><td></td><td>Entity</td><td>Activity</td><td>Agent</td></tr> 
+<tr><td>Entity</td><td><div class="component3-color"><a class="essential">wasDerivedFrom</a><br><a>wasRevisionOf</a><br><a>wasQuotedFrom</a><br><a>hadOriginalSource</a></div><div class="component4-color"><a>alternateOf</a><br><a>specializationOf</a></div></td><td class="component1-color"><a class="essential"
 title="wasGeneratedBy">wasGeneratedBy</a><br><a
-title="wasInvalidatedBy">wasInvalidatedBy</a></td><td class="component2-color"><a>wasAttributedTo</a></td><td class="component6-color"><a>hasAnnotation</a></td></tr>
-<tr><td>Activity</td><td><div class="component1-color"><a>used</a><br><a>wasStartedBy</a><br><a>wasEndedBy</a></div></td><td class="component1-color"><a>wasInformedBy</a></td><td class="component2-color"><a>wasAssociatedWith</a></td><td class="component6-color"><a>hasAnnotation</a></td></tr>
-<tr><td>Agent</td><td>&mdash;</td><td>&mdash;</td><td class="component2-color"><a>actedOnBehalfOf</a></td><td class="component6-color"><a>hasAnnotation</a></td></tr>
-<tr><td>Note</td><td>&mdash;</td><td>&mdash;</td><td>&mdash;</td><td class="component6-color"><a>hasAnnotation</a></td></tr>
+title="wasInvalidatedBy">wasInvalidatedBy</a></td><td class="component2-color"><a class="essential">wasAttributedTo</a></td></tr>
+<tr><td>Activity</td><td><div class="component1-color"><a class="essential">used</a><br><a>wasStartedBy</a><br><a>wasEndedBy</a></div></td><td class="component1-color"><a>wasInformedBy</a></td><td class="component2-color"><a class="essential">wasAssociatedWith</a></td></tr>
+<tr><td>Agent</td><td>&mdash;</td><td>&mdash;</td><td class="component2-color"><a class="essential">actedOnBehalfOf</a></td></tr>
 </table>
 </div>
 
-<p><a href="#prov-dm-types-and-relations">Table 4</a> is a complete index of all the types and relations of PROV-DM, color-coded according to the component they belong to.  In the first column,  concept names  link to their informal definition, whereas, in the second column, representations link to the information used to represent the concept.</p>
+<p><a href="#prov-dm-types-and-relations">Table 4</a> is a complete index of all the types and relations of PROV-DM, color-coded according to the component they belong to.  In the first column,  concept names  link to their informal definition, whereas, in the second column, representations link to the information used to represent the concept. Concept names appearing in bold are the essential concepts introduced in the <a href="#starting-points">Starting Points Section</a>.</p>
 
 
 <div id="prov-dm-types-and-relations-fig" style="text-align: left;">
 <table border="1" style="margin-left: auto; margin-right: auto;">
 <caption id="prov-dm-types-and-relations">Table 4: PROV-DM Types and Relations</caption>
-<tr><td><a><b>Type or Relation Name</b></a></td><td><b>Representation in the PROV-N notation</b></td></tr>
-<tr class="component1-color"><td><a>Entity</a></td><td><a title="dfn-Entity">entity(id, [ attr1=val1, ...])</a></td></tr>
-<tr class="component1-color"><td><a>Activity</a></td><td><a title="dfn-Activity">activity(id, st, et, [ attr1=val1, ...])</a></td></tr>
-<tr class="component1-color"><td><a>Generation</a></td><td><a title="wasGeneratedBy">wasGeneratedBy(id;e,a,t,attrs)</a></td></tr>
-<tr class="component1-color"><td><a>Usage</a></td><td><a title="used">used(id;a,e,t,attrs)</a></td></tr>
+<tr><td><a><b>Type or Relation Name</b></a></td><td><b>Representation in the PROV-N notation</b></td><td><b>Component</b></td></tr>
+<tr class="component1-color"><td class="essential"><a>Entity</a></td><td><a title="dfn-Entity" class="essential">entity(id, [ attr1=val1, ...])</a></td><td rowspan="8">Component 1: entities/activities</td></tr>
+<tr class="component1-color"><td class="essential"><a>Activity</a></td><td><a title="dfn-Activity" class="essential">activity(id, st, et, [ attr1=val1, ...])</a></td></tr>
+<tr class="component1-color"><td class="essential"><a>Generation</a></td><td><a title="wasGeneratedBy"><span class="essential">wasGeneratedBy(</span>id;<span class="essential">e,a</span>,t,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component1-color"><td class="essential"><a>Usage</a></td><td><a title="used"><span class="essential">used(</span>id;<span class="essential">a,e</span>,t,attrs<span class="essential">)</span></a></td></tr>
 <tr class="component1-color"><td><a>Start</a></td><td><a title="wasStartedBy">wasStartedBy(id;a2,e,a1,t,attrs)</a></td></tr>
 <tr class="component1-color"><td><a>End</a></td><td><a title="wasEndedBy">wasEndedBy(id;a2,e,a1,t,attrs)</a></td></tr>
 <tr class="component1-color"><td><a>Invalidation</a></td><td><a title="wasInvalidatedBy">wasInvalidatedBy(id;e,a,t,attrs)</a></td></tr>
 <tr class="component1-color"><td><a>Communication</a></td><td><a title="wasInformedBy">wasInformedBy(id;a2,a1,attrs)</a></td></tr>
-<tr class="component2-color"><td><a>Agent</a></td><td><a title="dfn-agent">agent(id, [ attr1=val1, ...])</a></td></tr>
-<tr class="component2-color"><td><a>Attribution</a></td><td><a title="wasAttributedTo">wasAttributedTo(id;e,ag,attr)</a></td></tr>
-<tr class="component2-color"><td><a>Association</a></td><td><a title="wasAssociatedWith">wasAssociatedWith(id;a,ag,pl,attrs)</a></td></tr>
-<tr class="component2-color"><td><a>Responsibility</a></td><td><a title="actedOnBehalfOf">actedOnBehalfOf(id;ag2,ag1,a,attrs)</a></td></tr>
-<tr class="component3-color"><td><a>Derivation</a></td><td><a title="wasDerivedFrom">wasDerivedFrom(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
+<tr class="component2-color"><td  class="essential"><a>Agent</a></td><td><a title="dfn-agent" class="essential">agent(id, [ attr1=val1, ...])</a></td><td  rowspan="4">Component 2: agents/responsibility</td></tr>
+<tr class="component2-color"><td class="essential"><a>Attribution</a></td><td><a title="wasAttributedTo"><span class="essential">wasAttributedTo(</span>id;<span class="essential">e,ag</span>,attr<span class="essential">)</span></a></td></tr>
+<tr class="component2-color"><td class="essential"><a>Association</a></td><td><a title="wasAssociatedWith"><span class="essential">wasAssociatedWith(</span>id;<span class="essential">a,ag</span>,pl,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component2-color"><td class="essential"><a>Responsibility</a></td><td><a title="actedOnBehalfOf"><span class="essential">actedOnBehalfOf(</span>id;<span class="essential">ag2,ag1</span>,a,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component3-color"><td class="essential"><a>Derivation</a></td><td><a title="wasDerivedFrom"><span class="essential">wasDerivedFrom(</span>id; <span class="essential">e2, e1</span>, a, g2, u1, attrs<span class="essential">)</span></a></td><td  rowspan="5">Component 3: derivation</td></tr>
 <tr class="component3-color"><td><a>Revision</a></td><td><a title="wasRevisionOf">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
 <tr class="component3-color"><td><a>Quotation</a></td><td><a title="wasQuotedFrom">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
 <tr class="component3-color"><td><a>Original Source</a></td><td><a title="hadOriginalSource">hadOriginalSource(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
 <tr class="component3-color"><td><a>Trace</a></td><td><a title="tracedTo">tracedTo(id;e2,e1,attrs)</a></td></tr>
-<tr class="component4-color"><td><a>Alternate</a></td><td><a title="alternateOf">alternateOf(alt1, alt2)</a></td></tr>
+<tr class="component4-color"><td><a>Alternate</a></td><td><a title="alternateOf">alternateOf(alt1, alt2)</a></td><td  rowspan="2">Component 4: alternate</td></tr>
 <tr class="component4-color"><td><a>Specialization</a></td><td><a title="specializationOf">specializationOf(sub, super)</a></td></tr>
-<tr class="component5-color"><td><a>Collection</a></td><td><a>Collection</a></td></tr>
+<tr class="component6-color"><td><a title="bundle">Bundle constructor</a></td><td><a title="dfn-bundle">bundle id description_1 ... description_n endBundle</a></td><td  rowspan="3">Component 5: bundles</td></tr>
+<tr class="component6-color"><td><a title="bundle">Bundle description</a></td><td><a>Bundle</a></td></tr>
+<tr class="component6-color"><td><a>Provenance Locator</a></td><td><a title="hasProvenanceIn">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Collection</a></td><td><a>Collection</a></td><td  rowspan="5">Component 6: Collections</td></tr>
 <tr class="component5-color"><td><a>Dictionary</a></td><td><a>Dictionary</a></td></tr>
 <tr class="component5-color"><td><a>Insertion</a></td><td><a title="derivedByInsertionFrom">derivedByInsertionFrom(id; c2, c1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</a></td></tr>
 <tr class="component5-color"><td><a>Removal</a></td><td><a title="derivedByRemovalFrom">derivedByRemovalFrom(id; c2, c1, {key_1, ... key_n}, attrs)</a></td></tr>
 <tr class="component5-color"><td><a>Membership</a></td><td><a title="memberOf">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</a></td></tr>
-<tr class="component6-color"><td><a>Note</a></td><td><a title="dfn-note">note(id, [ attr1=val1, ...])</a></td></tr>
-<tr class="component6-color"><td><a>Annotation</a></td><td><a title="hasAnnotation">hasAnnotation(r,n)</a></td></tr>
 </table>
 </div>
 
@@ -2020,12 +2055,290 @@
 </div>
 
 </section>
-
 </section>
 
 
 <section id="component5"> 
-<h3>Component 5: Collections</h3>
+<h3>Component 5: Bundles</h3>
+
+
+<p>The fifth component of PROV-DM is concerned with bundles, a mechanism to support provenance of provenance. </p>
+
+
+
+
+
+<section id="term-bundle"> 
+
+<h3>Bundle constructor</h3>
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-bundle" >
+</span>
+ </p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-bundle">
+ A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle constructor</dfn>  allows the content and the name of a bundle to be specified; it is written <span class="pnExpression">bundle id description_1 ... description_n endBundle</span> and consists of:
+<ul>
+<li><span class='attribute' id="bundle.declaration.id">id</span>:  an identifier for the bundle;</li>
+<li><span class='attribute' id="bundle.declaration.descriptions">descriptions</span>: a set of provenance descriptions <span class="name">
+description_1</span>, ..., <span class="name">description_n</span>.</li>
+</ul>
+<p>A bundle's identifier <span class="name">id</span> identifies a unique set of descriptions.</p>
+</section>
+
+
+
+
+
+<section id="term-bundle-entity"> 
+
+<h3>Bundle Description</h3>
+
+<p>A  bundle is a named set of descriptions, but also it is also an entity so that its provenance can be described.  </p>
+
+PROV defines the following type for bundles:
+<ul>
+<li><span class="name">prov:Bundle</span> is the type that denotes <a title="bundle">bundles</a>.
+</ul>
+
+
+<p>
+A  bundle description is of the form <span class="pnExpression">entity(id,[prov:type='prov:Bundle', attr1=val1, ...])</span>
+where <span class='name'>id</span> is  an identifier denoting a bundle,
+ a type <span>prov:Bundle</span> and
+an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this bundle.
+</p>
+
+
+<p>The provenance of provenance can then be described using PROV constructs, as illustrated by the following example. </p>
+
+<div class="anexample" id="anexample-provenance-of-provenance">
+<p>Let us consider an example consisting of two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<pre class="codeexample"> 
+entity(ex:report1, [ prov:type="report", ex:version=1 ])
+wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+entity(ex:report2, [ prov:type="report", ex:version=2])
+wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+wasDerivedFrom(ex:report2, ex:report1)
+</pre>
+
+<p>Let us assume that Bob observed the creation of <span class="name">ex:report1</span>.
+A first bundle can be expressed.</p>
+<pre class="codeexample"> 
+bundle bob:bundle1
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>In contrast,
+Alice observed the creation of <span class="name">ex:report2</span> and its derivation from <span class="name">ex:report1</span>.
+A separate bundle can also be expressed.</p>
+<pre class="codeexample"> 
+bundle alice:bundle2
+  entity(ex:report1)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+
+<p>The first bundle contains the descriptions corresponding to  Bob observing the creation of <span class="name">ex:report1</span>. Its provenance can be described as follows.</p>
+<pre class="codeexample"> 
+entity(bob:bundle1, [prov:type='prov:Bundle'])
+wasGeneratedBy(bob:bundle1, -, 2012-05-24T10:30:00)
+wasAttributedTo(bob:bundle1, ex:Bob)
+</pre>
+
+<p>In contrast, the second bundle is attributed to Alice who
+observed the derivation of <span class="name">ex:report2</span> from <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+entity(alice:bundle2, [ prov:type='prov:Bundle' ])
+wasGeneratedBy(alice:bundle2, -, 2012-05-25T11:15:00)
+wasAttributedTo(alice:bundle2, ex:Alice)
+</pre>
+</div>
+
+<div class="anexample" id="anexample-provenance-aggregation">
+<p>A provenance aggregator could merge two bundles, resulting in a novel bundle, whose provenance is described as follows.</p>
+<pre class="codeexample"> 
+bundle agg:bundle3
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+
+entity(agg:bundle3, [ prov:type='prov:Bundle' ])
+agent(ex:aggregator01, [ prov:type='ex:Aggregator' ])
+wasAttributedTo(agg:bundle3, ex:aggregator01)
+wasDerivedFrom(agg:bundle3, bob:bundle1)
+wasDerivedFrom(agg:bundle3, alice:bundle2)
+</pre>
+<p>The new bundle is given a new identifier <span class="name">agg:bundle3</span> and is attributed to the <span class="name">ex:aggregator01</span> agent.
+</div>
+
+
+</section>
+
+<section id="term-hasProvenanceIn"> 
+
+<h3>Provenance Locator</h3>
+
+
+In <a href="#anexample-provenance-of-provenance">Example anexample-provenance-of-provenance</a>, we initially presented a scenario involving two entities <span class="name">report1</span> and <span class="name">report2</span>, and showed how the descriptions can be organized into two bundles.  There is no explicit indication that the second bundle "continues" the description offered by the first bundle.  Given that bundles may be retrieved separately [[PROV-AQ]], it is not obvious for a provenance consumer to navigate descriptions across bundles.  To aid consumers,
+ Alice may wish to express that there is further provenance information about <span class="name">report1</span> in bundle <span class="name">bob:bundle1</span>.  To this end, PROV introduces the notion of provenance locator, inspired by [[PROV-AQ]].
+
+
+<p><div class="glossary-ref" data-ref="glossary-provenance-locator"></div></p>
+
+
+<div class="attributes" id="attributes-hasProvenanceIn">
+A <dfn title="hasProvenanceIn">provenance locator</dfn>,
+written
+<span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, has:
+<ul>
+<li><span class='attribute' id="prov.locator.id">id</span>: an identifier for a provenance locator; </li>
+<li><span class='attribute' id="prov.locator.subject">subject</span>:  an identifier denoting something (entity, activity, agent, or relation instance);</li>
+<li><span class='attribute' id="prov.locator.bundle">bundle</span>:  an OPTIONAL identifier (<span class="name">bundle</span>) for a bundle;
+<li><span class='attribute' id="prov.locator.target">target</span>:  an OPTIONAL identifier (<span class="name">target</span>) denoting  something described in another set of descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-target-uri">Target-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.service">service-uri</span>:  an OPTIONAL URI (<span class="name">service</span>) denoting a <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-service">provenance service</a> from which provenance can be retrieved (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-service-uri">Service-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.provenance">provenance-uri</span>:  an OPTIONAL URI (<span class="name">prov</span>), which when dereferenced, allows access to provenance descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-uri">Provenance-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator.</li>
+</ul>
+<p>In <span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, <span class="name">service</span> and <span class="name">prov</span> are both optional and mutually exclusive: if specified, either <span class="name">service</span> or <span class="name">prov</span> is provided.</p>
+</div>
+
+<p>A provenance locator specifies a context, referred to
+as <em>located context</em> in which further descriptions can be found
+about something.</p>
+
+<div class="note">
+It is suggested that prov:service-uri and prov:provenance-uri should be made optional reserved attributes.
+In the target is not specified, it is assumed that the target is the same identifier as subject.
+</div>
+
+<p>When the subject and optional target denote entities,
+a provenance locator not only provides a located context, but it also expresses an <a>alternate</a> relation between the entity denoted by <span class="name">subject</span> and the  entity described in the located context. This is a alternate since the entity denoted by <span class="name">subject</span> in the current context presents other aspects than the entity in the located one.</p>
+
+<div class="anexample" id="anexample-provenance-locator">
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, -, -)
+</pre>
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>, which is available from the provenance service identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, "http://example.com/service"^xsd:anyURI, -)
+</pre>
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in resource identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, -, -, -, "http://example.com/some-provenance.pn"^xsd:anyURI)
+</pre>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator2">
+<p>Let us again consider the same scenario involving two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<p>The first bundle can be expressed with all Bob's observations about the creation of <span class="name">ex:report1</span>.
+</p>
+<pre class="codeexample"> 
+bundle bob:bundle4
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>Likewise, Alice's observation about the derivation of  <span class="name">ex:report2</span>  from <span class="name">ex:report1</span>, is expressed in a separate bundle.</p>
+<pre class="codeexample"> 
+bundle alice:bundle5
+  entity(ex:report1)
+  hasProvenanceIn(ex:report1, bob:bundle4, -, -, -)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+<p>In bundle <span class="name">alice:bundle5</span>, there is a description for entity <span class="name">ex:report1</span>, and 
+a provenance locator pointing to bundle <span class="name">bob:bundle4</span>.  
+The locator indicates that some provenance description for <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle4</span>. The purpose of the locator is twofold. First, it allows for <a href="http://www.w3.org/TR/prov-aq/#incremental-provenance-retrieval">incremental navigation</a> of provenance [[PROV-AQ]].  Second, it makes entity <span class="name">ex:report1</span> described in <span class="name">alice:bundle5</span> an <a>alternate</a> of <span class="name">ex:report1</span> described in <span class="name">bob:bundle4</span>.
+</p>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator3">
+<p>Alternatively, Alice may have decided to use a different identifier for <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+bundle alice:bundle6
+  entity(alice:report1)
+  hasProvenanceIn(alice:report1, bob:bundle4, ex:report1, -, -)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, alice:report1)
+endBundle
+</pre>
+<p>Alice can specify the <a href="#prov.locator.target">target</a> in the provenance locator to be  <span class="name">ex:report1</span>.
+With such a statement, Alice states that provenance information about <span class="name">alice:report1</span> can be found in bundle
+<span class="name">bob:bundle4</span> under the name <span class="name">ex:report1</span>.  In effect, <span class="name">alice:report1</span> and <span class="name">ex:report1</span> are declared to be alternate.</p>
+</div>
+
+<div class="anexample" id="aexample-note">
+<p>Consider that the following bundle of descriptions, in which derivation and generations have been identified.
+<pre class="codeexample"> 
+bundle obs:bundle7
+  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:d; ex:report2, ex:report1)
+endBundle
+entity(obs:bundle7, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle7, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle7</span> is rendered by a visualisation tool.  It may useful for the tool configuration for 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:bundle8
+  entity(tool:bundle8, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle8, viz:Visualizer)
+
+  entity(ex:report1, [viz:color="orange"])
+  hasProvenanceIn(ex:report1, obs:bundle7, -, -, -)
+
+  entity(ex:report2, [viz:color="blue"])
+  hasProvenanceIn(ex:report2, obs:bundle7, -, -, -)
+
+  wasDerivedBy(ex:d; ex:report2, ex:report1, [viz:style="dotted"])
+  hasProvenanceIn(ex:d, obs:bundle7, -, -, -)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle8</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>Bundle <span class="name">tool:bundle8</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>Alternates of the entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span> have a visualization attribute for the color to be used when rendering these entities. 
+Likewise, the derivation has a style attribute. </p>
+
+<p>According to their definition,
+derivations have an <a href="#derivation.id">optional identifier</a>. 
+To express an alternate for a derivation, we need to be able to reference it, by means of an identifier. Hence, it is necessary for it to have an identifier in the first place (<span class="name">ex:d</span>).</p>
+</div>
+
+</section>
+</section> 
+
+
+
+<section id="component6"> 
+<h3>Component 6: Collections</h3>
 
 <p>The fifth component of PROV-DM is concerned with the notion of collections. 
 A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection, which members it contains as it evolves, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. In PROV, the concept of Collection is implemented by means of dictionaries, which we introduce in this section. </p>
@@ -2308,116 +2621,6 @@
 </section>   <!-- end dictionaries-->
 
 
-<section id="component6"> 
-<h3>Component 6: Annotations</h3>
-
-<p>The sixth component of PROV-DM is concerned with <a title="note">notes</a> and <a title="annotation">annotations</a>.
-</p>
-
-<p>As provenance descriptions are exchanged between systems, it may be useful for a third party to add extra information to what they are describing. For instance, a "trust service" may add value-judgements about the
-trustworthiness of some of the entities or agents occurring in provenance records it is given access to. Likewise, an interactive visualization component may want to enrich an existing set of provenance descriptions with information helping reproduce their
-visual representation. To help with interoperability, PROV-DM introduces a simple annotation mechanism allowing anything that is identifiable to be associated with notes.
-For this, a type and and a relation are introduced.</p>
-
-
-<p>The annotation mechanism (with note and annotation) forms a key aspect of the extensibility mechanism of PROV-DM (see <a
-href="#extensibility-section">extensibility section</a>).</p>
-   <section id="term-note"> 
-      
-<h4>Note</h4>
-
-<span class="glossary-ref" data-ref="glossary-note"></span>
-
-
-<p><div class="attributes" id="attributes-note">A <dfn title="dfn-note" id="dfn-note">note</dfn><span class="withPn">, written <span class="pnExpression">note(id, [attr1=val1, ...])</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="note.id">id</span>: an identifier for a note;</li>
-<li><span class='attribute' id="note.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing application-specific information.</li>
-</ul>
-</div>
-
-
-
-
-<div class="anexample" id="anexample-note1">
-<p>
-The following note consists of a set of application-specific attribute-value pairs, intended
-to help the rendering of the pre-existing entity it is associated with, by
-specifying its color and its position on the screen.</p>
-<pre class="codeexample">
-note(ex:n1,[draw:color="blue", draw:screenX=20, draw:screenY=30])
-hasAnnotation(tr:WD-prov-dm-20111215,ex:n1)
-</pre>
-<p>The note is linked to the entity <span class="name">tr:WD-prov-dm-20111215</span>, with
-relation <a title="annotation">hasAnnotation</a>  
-discussed in  <a href="#term-annotation">Section 4.6.2</a>.  
-The note's identifier is declared in the namespace denoted by prefix <span class="name">ex</span> to illustrate that the rendering  application may differ from the application involving entity <span class="name">tr:WD-prov-dm-20111215</span>. The prefix <span class="name">draw</span> also denotes an application specific namespace.
-</p>
-</div>
-
-<div class="anexample" id="anexample-note2">
-<p>In contrast, a reputation service may enrich an existing provenance record with notes providing reputation ratings about agents. In the following fragment, both agents <span class="name">ex2:Simon</span> and <span class="name">ex2:Paolo</span> are rated "excellent".</p>
-<pre class="codeexample">
-note(ex3:n2,[trust:reputation="excellent"])
-hasAnnotation(ex2:Simon,ex3:n2)
-hasAnnotation(ex2:Paolo,ex3:n2)
-</pre>
-<p>The note's identifier is declared in a separate namespace denoted by prefix <span class="name">ex3</span>. The prefix <span class="name">trust</span> also denotes an application specific namespace.</p>
-
-</div>
-
-
-   </section> 
-
-<section id="term-annotation">
-<h4>Annotation</h4>
-
-
-
-<span class="glossary-ref" data-ref="glossary-annotation"></span>
-
-<p>Multiple notes can
-be associated with a given identified object; symmetrically, multiple objects can be associated with a given note.  Since notes have identifiers,  they can also be
-annotated. </p>
-
-<p></p><div class="attributes" id="attributes-annotation">An <dfn title="hasAnnotation">annotation relation</dfn><span class="withPn">, written <span class="pnExpression">hasAnnotation(r,n)</span> in PROV-N,</span> has:
-<ul>
-<li><span class='attribute' id="annotation.id">something</span>: the identifier (<span class="name">r</span>) of something being annotated;</li>
-<li><span class='attribute' id="annotation.note">note</span>: an identifier (<span class="name">n</span>) of a note.</li>
-</ul>
-</div>
-
-<div class="anexample">
-<p>
-The following expressions</p>
-<pre class="codexample">
-entity(e1,[prov:type="document"])
-entity(e2,[prov:type="document"])
-activity(a,t1,t2)
-used(u1,a,e1,[ex:file="stdin"])
-wasGeneratedBy(e2, a, [ex:file="stdout"])
-
-note(n1,[ex:icon="doc.png"])
-hasAnnotation(e1,n1)
-hasAnnotation(e2,n1)
-
-note(n2,[ex:style="dotted"])
-hasAnnotation(u1,n2)
-</pre>
-<p>describe two  documents (attribute-value pair: <span class="name">prov:type="document"</span>) identified by <span class="name">e1</span> and <span
-class="name">e2</span>, and their annotation with a note indicating that the icon (an application specific way of rendering provenance) is <span class="name">doc.png</span>. The example also
-includes an activity, its usage of the first entity, and its generation of the second entity. The <a title="dfn-usage">usage</a> is annotated with a style (an application specific way
-of rendering this edge graphically). To be able to express this annotation, the usage was provided with an identifier <span class="name">u1</span>, which was then referred to in <span
-class="name">hasAnnotation(u1,n2)</span>.
-</p>
-</div>
-
-
-</section>
-
-
-</section>
-
 
 
 
@@ -2437,7 +2640,7 @@
 A <dfn id="dfn-defaultNamespaceDeclaration">default namespace declaration</dfn> consists of a namespace. Every un-prefixed qualified name in the scope of this default namespace declaration
 refers to this namespace.</p>
 
-<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <span class="name">http://www.w3.org/ns/prov#</span>.</p>
+<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <a href="http://www.w3.org/ns/prov#">http://www.w3.org/ns/prov#</a>.</p>
 
 </section>
 
@@ -2785,7 +2988,8 @@
 
 
 <li>
-<p>The idea of bundling provenance descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed. Such a named bundle is referred to as an <dfn>account</dfn> and is regarded as an <a title="concept-account">Account</a> so that its provenance can be expressed.   The notion of account is specified in the companion specification [[PROV-CONSTRAINTS]], as well as the constraints that  <dfn>structurally well-formed</dfn> descriptions SHOULD satisfy.</p>
+<p>The idea of bundling provenance descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed.
+Descriptions in bundles are expected to satisfy constraints specified in the companion specification [[PROV-CONSTRAINTS]].</p>
 </li>
 
 
--- a/model/uml/component1.svg	Mon May 21 14:51:39 2012 -0400
+++ b/model/uml/component1.svg	Mon May 21 14:54:01 2012 -0400
@@ -1,7 +1,7 @@
 <?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="626" stroke-miterlimit="10" stroke-opacity="0" shape-rendering="auto" fill="rgb(0,0,0)" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="460" 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"
+<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="686" stroke-miterlimit="10" stroke-opacity="0" shape-rendering="auto" fill="rgb(0,0,0)" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="460" 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"
@@ -30,118 +30,121 @@
       ><path d="M0 0 L100 0 L100 14 L0 14 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath9"
-      ><path d="M-7 -7 L37 -7 L37 25 L-7 25 L-7 -7 Z"
+      ><path d="M-7 -7 L91 -7 L91 75 L-7 75 L-7 -7 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath10"
-      ><path d="M-7 -7 L51 -7 L51 31 L-7 31 L-7 -7 Z"
+      ><path d="M0 0 L0 61 L80 61 L80 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"
-      ><path d="M-7 -7 L67 -7 L67 25 L-7 25 L-7 -7 Z"
+      ><path d="M-7 -7 L131 -7 L131 75 L-7 75 L-7 -7 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath12"
-      ><path d="M-7 -7 L91 -7 L91 75 L-7 75 L-7 -7 Z"
+      ><path d="M0 0 L0 61 L120 61 L120 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath13"
-      ><path d="M0 0 L0 61 L80 61 L80 0 Z"
+      ><path d="M0 0 L120 0 L120 14 L0 14 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath14"
-      ><path d="M-7 -7 L131 -7 L131 75 L-7 75 L-7 -7 Z"
+      ><path d="M-7 -7 L121 -7 L121 61 L-7 61 L-7 -7 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath15"
-      ><path d="M0 0 L0 61 L120 61 L120 0 Z"
+      ><path d="M0 0 L0 47 L110 47 L110 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath16"
-      ><path d="M0 0 L120 0 L120 14 L0 14 L0 0 Z"
+      ><path d="M0 0 L110 0 L110 14 L0 14 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath17"
-      ><path d="M0 0 L554 0 L554 143 L0 143 L0 0 Z"
+      ><path d="M-7 -7 L67 -7 L67 25 L-7 25 L-7 -7 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath18"
+      ><path d="M0 0 L554 0 L554 143 L0 143 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath19"
       ><path d="M0 0 L104 0 L104 140 L0 140 L0 0 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath19"
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"
       ><path d="M0 0 L503 0 L503 104 L0 104 L0 0 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath20"
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath21"
       ><path d="M0 0 L314 0 L314 203 L0 203 L0 0 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath21"
-      ><path d="M0 0 L554 0 L554 194 L0 194 L0 0 Z"
-      /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath22"
-      ><path d="M0 0 L104 0 L104 143 L0 143 L0 0 Z"
+      ><path d="M0 0 L554 0 L554 194 L0 194 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath23"
-      ><path d="M0 0 L314 0 L314 294 L0 294 L0 0 Z"
+      ><path d="M0 0 L104 0 L104 143 L0 143 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath24"
-      ><path d="M0 0 L104 0 L104 213 L0 213 L0 0 Z"
+      ><path d="M0 0 L314 0 L314 294 L0 294 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath25"
+      ><path d="M0 0 L104 0 L104 213 L0 213 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath26"
       ><path d="M0 0 L104 0 L104 173 L0 173 L0 0 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath26"
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath27"
       ><path d="M0 0 L104 0 L104 133 L0 133 L0 0 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath27"
-      ><path d="M-56 -14 L112 -14 L112 28 L-56 28 L-56 -14 Z"
-      /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath28"
-      ><path d="M-40 -20 L80 -20 L80 40 L-40 40 L-40 -20 Z"
+      ><path d="M0 0 L164 0 L164 204 L0 204 L0 0 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath29"
-      ><path d="M-55 -14 L110 -14 L110 28 L-55 28 L-55 -14 Z"
+      ><path d="M-56 -14 L112 -14 L112 28 L-56 28 L-56 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath30"
-      ><path d="M-90 -14 L180 -14 L180 28 L-90 28 L-90 -14 Z"
+      ><path d="M-102 -14 L204 -14 L204 28 L-102 28 L-102 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath31"
-      ><path d="M-51 -14 L102 -14 L102 28 L-51 28 L-51 -14 Z"
+      ><path d="M-55 -14 L110 -14 L110 28 L-55 28 L-55 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath32"
-      ><path d="M-46 -14 L92 -14 L92 28 L-46 28 L-46 -14 Z"
+      ><path d="M-90 -14 L180 -14 L180 28 L-90 28 L-90 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath33"
-      ><path d="M-26 -14 L52 -14 L52 28 L-26 28 L-26 -14 Z"
+      ><path d="M-51 -14 L102 -14 L102 28 L-51 28 L-51 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath34"
-      ><path d="M-112 -14 L224 -14 L224 28 L-112 28 L-112 -14 Z"
+      ><path d="M-46 -14 L92 -14 L92 28 L-46 28 L-46 -14 Z"
       /></clipPath
       ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath35"
+      ><path d="M-112 -14 L224 -14 L224 28 L-112 28 L-112 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath36"
       ><path d="M-108 -14 L216 -14 L216 28 L-108 28 L-108 -14 Z"
       /></clipPath
-      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath36"
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath37"
       ><path d="M-86 -14 L172 -14 L172 28 L-86 28 L-86 -14 Z"
       /></clipPath
     ></defs
     ><g fill="white" text-rendering="geometricPrecision" fill-opacity="1" stroke-opacity="1" stroke="white"
-    ><rect x="0" width="626" height="460" y="0" stroke="none"
+    ><rect x="0" width="686" height="460" y="0" stroke="none"
     /></g
-    ><g font-size="11" transform="translate(62,142)" 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"
+    ><g font-size="11" transform="translate(12,142)" 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="130" y="0" clip-path="url(#clipPath1)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(62,142)" 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"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(12,142)" 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="130" 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(62,156)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><g font-size="11" transform="translate(12,156)" 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(62,142)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(12,142)" 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(542,142)" 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"
+    ><g font-size="11" transform="translate(492,142)" 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="120" y="0" clip-path="url(#clipPath4)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(542,142)" 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"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(492,142)" 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="120" y="0" clip-path="url(#clipPath4)"
       /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath4)" x2="80" y1="14"
     /></g
-    ><g font-size="11" transform="translate(542,156)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><g font-size="11" transform="translate(492,156)" 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(#clipPath5)" stroke="none"
       > id</text
       ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath5)" stroke="none"
@@ -151,37 +154,18 @@
       ><text x="2" xml:space="preserve" y="55" clip-path="url(#clipPath5)" stroke="none"
       > attributes</text
     ></g
-    ><g font-size="11" transform="translate(542,142)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(492,142)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
     ><text x="18" xml:space="preserve" y="11" clip-path="url(#clipPath3)" stroke="none"
       >Activity</text
     ></g
-    ><g font-size="11" transform="translate(262,2)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(212,2)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
     ><rect x="0" width="100" height="64" y="0" clip-path="url(#clipPath6)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(262,2)" 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"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(212,2)" 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="100" height="64" y="0" clip-path="url(#clipPath6)"
       /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath6)" x2="100" y1="14"
     /></g
-    ><g font-size="11" transform="translate(262,16)" 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(#clipPath7)" stroke="none"
-      > id</text
-      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath7)" stroke="none"
-      > time</text
-      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath7)" stroke="none"
-      > attributes</text
-    ></g
-    ><g font-size="11" transform="translate(262,2)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
-    ><text x="14" xml:space="preserve" y="11" clip-path="url(#clipPath8)" stroke="none"
-      >wasEndedBy</text
-    ></g
-    ><g font-size="11" transform="translate(262,392)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
-    ><rect x="0" width="100" height="64" y="0" clip-path="url(#clipPath6)" stroke="none"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(262,392)" 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="100" height="64" y="0" clip-path="url(#clipPath6)"
-      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath6)" x2="100" y1="14"
-    /></g
-    ><g font-size="11" transform="translate(262,406)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><g font-size="11" transform="translate(212,16)" 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(#clipPath7)" stroke="none"
       > id</text
       ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath7)" stroke="none"
@@ -189,158 +173,209 @@
       ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath7)" stroke="none"
       > attributes</text
     ></g
-    ><g font-size="11" transform="translate(262,392)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(212,2)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="14" xml:space="preserve" y="11" clip-path="url(#clipPath8)" stroke="none"
+      >wasEndedBy</text
+    ></g
+    ><g font-size="11" transform="translate(212,392)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="100" height="64" y="0" clip-path="url(#clipPath6)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(212,392)" 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="100" height="64" y="0" clip-path="url(#clipPath6)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath6)" x2="100" y1="14"
+    /></g
+    ><g font-size="11" transform="translate(212,406)" 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(#clipPath7)" stroke="none"
+      > id</text
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath7)" stroke="none"
+      > time</text
+      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath7)" stroke="none"
+      > attributes</text
+    ></g
+    ><g font-size="11" transform="translate(212,392)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
     ><text x="12" xml:space="preserve" y="11" clip-path="url(#clipPath8)" stroke="none"
       >wasStartedBy</text
     ></g
-    ><g font-size="11" transform="translate(152,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
-    ><rect x="0" width="80" height="64" y="0" clip-path="url(#clipPath12)" stroke="none"
+    ><g font-size="11" transform="translate(102,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="80" height="64" y="0" clip-path="url(#clipPath9)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(152,272)" 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="64" y="0" clip-path="url(#clipPath12)"
-      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath12)" x2="80" y1="14"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(102,272)" 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="64" y="0" clip-path="url(#clipPath9)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath9)" x2="80" y1="14"
     /></g
-    ><g font-size="11" transform="translate(152,286)" 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(#clipPath13)" stroke="none"
+    ><g font-size="11" transform="translate(102,286)" 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(#clipPath10)" stroke="none"
       > id</text
-      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath13)" stroke="none"
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath10)" stroke="none"
       > time</text
-      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath13)" stroke="none"
+      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath10)" stroke="none"
       > attributes</text
     ></g
-    ><g font-size="11" transform="translate(152,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(102,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
     ><text x="25" xml:space="preserve" y="11" clip-path="url(#clipPath3)" stroke="none"
       >used</text
     ></g
-    ><g font-size="11" transform="translate(262,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
-    ><rect x="0" width="120" height="64" y="0" clip-path="url(#clipPath14)" stroke="none"
+    ><g font-size="11" transform="translate(212,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="120" height="64" y="0" clip-path="url(#clipPath11)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(262,272)" 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="120" height="64" y="0" clip-path="url(#clipPath14)"
-      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath14)" x2="120" y1="14"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(212,272)" 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="120" height="64" y="0" clip-path="url(#clipPath11)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath11)" x2="120" y1="14"
     /></g
-    ><g font-size="11" transform="translate(262,286)" 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(#clipPath15)" stroke="none"
+    ><g font-size="11" transform="translate(212,286)" 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(#clipPath12)" stroke="none"
       > id</text
-      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath15)" stroke="none"
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath12)" stroke="none"
       > time</text
-      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath15)" stroke="none"
+      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath12)" stroke="none"
       > attributes</text
     ></g
-    ><g font-size="11" transform="translate(262,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
-    ><text x="12" xml:space="preserve" y="11" clip-path="url(#clipPath16)" stroke="none"
+    ><g font-size="11" transform="translate(212,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="12" xml:space="preserve" y="11" clip-path="url(#clipPath13)" stroke="none"
       >wasGeneratedBy</text
     ></g
-    ><g font-size="11" transform="translate(402,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
-    ><rect x="0" width="120" height="64" y="0" clip-path="url(#clipPath14)" stroke="none"
+    ><g font-size="11" transform="translate(352,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="120" height="64" y="0" clip-path="url(#clipPath11)" stroke="none"
     /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(402,272)" 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="120" height="64" y="0" clip-path="url(#clipPath14)"
-      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath14)" x2="120" y1="14"
+    ><g font-size="11" stroke-linecap="butt" transform="translate(352,272)" 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="120" height="64" y="0" clip-path="url(#clipPath11)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath11)" x2="120" y1="14"
     /></g
-    ><g font-size="11" transform="translate(402,286)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" stroke-opacity="1"
+    ><g font-size="11" transform="translate(352,286)" 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(#clipPath12)" stroke="none"
+      > id</text
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath12)" stroke="none"
+      > time</text
+      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath12)" stroke="none"
+      > attributes</text
+    ></g
+    ><g font-size="11" transform="translate(352,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="10" xml:space="preserve" y="11" clip-path="url(#clipPath13)" stroke="none"
+      >wasInvalidatedBy</text
+    ></g
+    ><g font-size="11" transform="translate(572,272)" fill-opacity="1" fill="silver" text-rendering="geometricPrecision" font-family="sans-serif" stroke="silver" font-weight="bold" stroke-opacity="1"
+    ><rect x="0" width="110" height="50" y="0" clip-path="url(#clipPath14)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(572,272)" 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="50" y="0" clip-path="url(#clipPath14)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath14)" x2="110" y1="14"
+    /></g
+    ><g font-size="11" transform="translate(572,286)" 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(#clipPath15)" stroke="none"
       > id</text
       ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath15)" stroke="none"
-      > time</text
-      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath15)" stroke="none"
       > attributes</text
     ></g
-    ><g font-size="11" transform="translate(402,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><g font-size="11" transform="translate(572,272)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
     ><text x="10" xml:space="preserve" y="11" clip-path="url(#clipPath16)" stroke="none"
+      >wasInformedBy</text
+    ></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(2,52)" 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="500" clip-path="url(#clipPath18)" x2="500" y1="89"
+      /><line y2="50" fill="none" x1="500" clip-path="url(#clipPath18)" x2="50" y1="50"
+      /><line y2="89" fill="none" x1="50" clip-path="url(#clipPath18)" x2="50" y1="50"
+      /><line y2="77" fill="none" x1="50" clip-path="url(#clipPath18)" x2="56" y1="89"
+      /><line y2="77" fill="none" x1="50" clip-path="url(#clipPath18)" x2="44" y1="89"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(232,16)" 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="50" fill="none" x1="50" clip-path="url(#clipPath19)" x2="50" y1="86"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(42,152)" 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="449" clip-path="url(#clipPath20)" x2="50" y1="50"
+      /><line y2="44" fill="none" x1="449" clip-path="url(#clipPath20)" x2="437" y1="50"
+      /><line y2="56" fill="none" x1="449" clip-path="url(#clipPath20)" x2="437" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(42,192)" 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(#clipPath20)" x2="449" y1="50"
+      /><line y2="44" fill="none" x1="449" clip-path="url(#clipPath20)" x2="437" y1="50"
+      /><line y2="56" fill="none" x1="449" clip-path="url(#clipPath20)" x2="437" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(42,112)" 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="449" clip-path="url(#clipPath20)" x2="50" y1="50"
+      /><line y2="56" fill="none" x1="50" clip-path="url(#clipPath20)" x2="62" y1="50"
+      /><line y2="44" fill="none" x1="50" clip-path="url(#clipPath20)" x2="62" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(262,-8)" 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(#clipPath21)" x2="260" y1="50"
+      /><line y2="149" fill="none" x1="260" clip-path="url(#clipPath21)" x2="260" y1="50"
+      /><line y2="137" fill="none" x1="260" clip-path="url(#clipPath21)" x2="266" y1="149"
+      /><line y2="137" fill="none" x1="260" clip-path="url(#clipPath21)" x2="254" y1="149"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(2,212)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="140" fill="none" x1="500" clip-path="url(#clipPath22)" x2="500" y1="50"
+      /><line y2="140" fill="none" x1="500" clip-path="url(#clipPath22)" x2="50" y1="140"
+      /><line y2="60" fill="none" x1="50" clip-path="url(#clipPath22)" x2="50" y1="140"
+      /><line y2="72" fill="none" x1="50" clip-path="url(#clipPath22)" x2="44" y1="60"
+      /><line y2="72" fill="none" x1="50" clip-path="url(#clipPath22)" x2="56" y1="60"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(222,302)" 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="70" fill="none" x1="50" clip-path="url(#clipPath23)" x2="50" y1="50"
+      /><line y2="89" fill="none" x1="50" clip-path="url(#clipPath23)" x2="50" y1="70"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(262,212)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="240" fill="none" x1="50" clip-path="url(#clipPath24)" x2="260" y1="240"
+      /><line y2="50" fill="none" x1="260" clip-path="url(#clipPath24)" x2="260" y1="240"
+      /><line y2="62" fill="none" x1="260" clip-path="url(#clipPath24)" x2="254" y1="50"
+      /><line y2="62" fill="none" x1="260" clip-path="url(#clipPath24)" x2="266" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(92,112)" 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="159" fill="none" x1="50" clip-path="url(#clipPath25)" x2="50" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(192,152)" 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="119" fill="none" x1="50" clip-path="url(#clipPath26)" x2="50" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(342,192)" 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="79" fill="none" x1="50" clip-path="url(#clipPath27)" x2="50" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(502,52)" 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(#clipPath28)" x2="50" y1="89"
+      /><line y2="50" fill="none" x1="50" clip-path="url(#clipPath28)" x2="110" y1="50"
+      /><line y2="150" fill="none" x1="110" clip-path="url(#clipPath28)" x2="110" y1="50"
+      /><line y2="150" fill="none" x1="110" clip-path="url(#clipPath28)" x2="70" y1="150"
+      /><line y2="156" fill="none" x1="70" clip-path="url(#clipPath28)" x2="82" y1="150"
+      /><line y2="144" fill="none" x1="70" clip-path="url(#clipPath28)" x2="82" y1="150"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(552,152)" 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="119" fill="none" x1="50" clip-path="url(#clipPath26)" x2="50" y1="50"
+    /></g
+    ><g font-size="11" transform="translate(2,112)" 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(#clipPath29)" stroke="none"
+      >trigger</text
+    ></g
+    ><g font-size="11" transform="translate(2,282)" 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(#clipPath29)" stroke="none"
+      >trigger</text
+    ></g
+    ><g font-size="11" transform="translate(572,82)" 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(#clipPath30)" stroke="none"
+      >wasInformedBy</text
+    ></g
+    ><g font-size="11" transform="translate(452,432)" 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(#clipPath31)" stroke="none"
+      >starter</text
+    ></g
+    ><g font-size="11" transform="translate(172,362)" 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(#clipPath32)" stroke="none"
+      >wasStartedBy</text
+    ></g
+    ><g font-size="11" transform="translate(452,22)" 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(#clipPath33)" stroke="none"
+      >ender</text
+    ></g
+    ><g font-size="11" transform="translate(252,142)" 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(#clipPath34)" stroke="none"
+      >used</text
+    ></g
+    ><g font-size="11" transform="translate(252,222)" 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(#clipPath35)" stroke="none"
       >wasInvalidatedBy</text
     ></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(52,52)" 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="500" clip-path="url(#clipPath17)" x2="500" y1="89"
-      /><line y2="50" fill="none" x1="500" clip-path="url(#clipPath17)" x2="50" y1="50"
-      /><line y2="89" fill="none" x1="50" clip-path="url(#clipPath17)" x2="50" y1="50"
-      /><line y2="77" fill="none" x1="50" clip-path="url(#clipPath17)" x2="56" y1="89"
-      /><line y2="77" fill="none" x1="50" clip-path="url(#clipPath17)" x2="44" y1="89"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(282,16)" 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="50" fill="none" x1="50" clip-path="url(#clipPath18)" x2="50" y1="86"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(92,152)" 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="449" clip-path="url(#clipPath19)" x2="50" y1="50"
-      /><line y2="44" fill="none" x1="449" clip-path="url(#clipPath19)" x2="437" y1="50"
-      /><line y2="56" fill="none" x1="449" clip-path="url(#clipPath19)" x2="437" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(92,192)" 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(#clipPath19)" x2="449" y1="50"
-      /><line y2="44" fill="none" x1="449" clip-path="url(#clipPath19)" x2="437" y1="50"
-      /><line y2="56" fill="none" x1="449" clip-path="url(#clipPath19)" x2="437" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(92,112)" 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="449" clip-path="url(#clipPath19)" x2="50" y1="50"
-      /><line y2="56" fill="none" x1="50" clip-path="url(#clipPath19)" x2="62" y1="50"
-      /><line y2="44" fill="none" x1="50" clip-path="url(#clipPath19)" x2="62" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(312,-8)" 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(#clipPath20)" x2="260" y1="50"
-      /><line y2="149" fill="none" x1="260" clip-path="url(#clipPath20)" x2="260" y1="50"
-      /><line y2="137" fill="none" x1="260" clip-path="url(#clipPath20)" x2="266" y1="149"
-      /><line y2="137" fill="none" x1="260" clip-path="url(#clipPath20)" x2="254" y1="149"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(52,212)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
-    ><line y2="140" fill="none" x1="500" clip-path="url(#clipPath21)" x2="500" y1="50"
-      /><line y2="140" fill="none" x1="500" clip-path="url(#clipPath21)" x2="50" y1="140"
-      /><line y2="60" fill="none" x1="50" clip-path="url(#clipPath21)" x2="50" y1="140"
-      /><line y2="72" fill="none" x1="50" clip-path="url(#clipPath21)" x2="44" y1="60"
-      /><line y2="72" fill="none" x1="50" clip-path="url(#clipPath21)" x2="56" y1="60"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(272,302)" 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="70" fill="none" x1="50" clip-path="url(#clipPath22)" x2="50" y1="50"
-      /><line y2="89" fill="none" x1="50" clip-path="url(#clipPath22)" x2="50" y1="70"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(312,212)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
-    ><line y2="240" fill="none" x1="50" clip-path="url(#clipPath23)" x2="260" y1="240"
-      /><line y2="50" fill="none" x1="260" clip-path="url(#clipPath23)" x2="260" y1="240"
-      /><line y2="62" fill="none" x1="260" clip-path="url(#clipPath23)" x2="254" y1="50"
-      /><line y2="62" fill="none" x1="260" clip-path="url(#clipPath23)" x2="266" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(142,112)" 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="159" fill="none" x1="50" clip-path="url(#clipPath24)" x2="50" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(242,152)" 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="119" fill="none" x1="50" clip-path="url(#clipPath25)" x2="50" y1="50"
-    /></g
-    ><g font-size="11" stroke-linecap="butt" transform="translate(392,192)" 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="79" fill="none" x1="50" clip-path="url(#clipPath26)" x2="50" y1="50"
-    /></g
-    ><g font-size="11" transform="translate(52,112)" 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(#clipPath27)" stroke="none"
-      >trigger</text
-    ></g
-    ><g font-size="11" transform="translate(2,242)" 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(#clipPath27)" stroke="none"
-      >trigger</text
-    ></g
-    ><g font-size="11" transform="translate(512,432)" 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(#clipPath29)" stroke="none"
-      >starter</text
-    ></g
-    ><g font-size="11" transform="translate(222,362)" 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(#clipPath30)" stroke="none"
-      >wasStartedBy</text
-    ></g
-    ><g font-size="11" transform="translate(495,22)" 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(#clipPath31)" stroke="none"
-      >ender</text
-    ></g
-    ><g font-size="11" transform="translate(302,142)" 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(#clipPath32)" stroke="none"
-      >used</text
-    ></g
-    ><g font-size="11" transform="translate(302,222)" 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(#clipPath34)" stroke="none"
-      >wasInvalidatedBy</text
-    ></g
-    ><g font-size="11" transform="translate(302,182)" 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(#clipPath35)" stroke="none"
+    ><g font-size="11" transform="translate(252,182)" 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(#clipPath36)" stroke="none"
       >wasGeneratedBy</text
     ></g
-    ><g font-size="11" transform="translate(242,82)" 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(#clipPath36)" stroke="none"
+    ><g font-size="11" transform="translate(192,82)" 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(#clipPath37)" stroke="none"
       >wasEndedBy</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)"
--- a/model/uml/component1.xmi	Mon May 21 14:51:39 2012 -0400
+++ b/model/uml/component1.xmi	Mon May 21 14:54:01 2012 -0400
@@ -10,7 +10,7 @@
 			<projectProperty name="author" value="lavm"/>
 		</projectProperties>
 	</xmi:Extension>
-	<uml:Model name="component1" xmi:id="zNdDmuyEwTiAAgAi">
+	<uml:Model name="prov-dm" xmi:id="zNdDmuyEwTiAAgAi">
 		<xmi:Extension extender="Visual Paradigm for UML">
 			<vpumlChildModels>
 				<vpumlModel id="DtdDmuyEwTiAAgAv" modelType="UseCasePropConfig">
@@ -5153,12 +5153,13 @@
 						<property htmlValue="" name="documentation" type="htmlString" value=""/>
 						<property name="pmAuthor" type="string" value="lavm"/>
 						<property name="pmCreateDateTime" type="string" value="1337241303538"/>
-						<property name="pmLastModified" type="string" value="1337247561572"/>
+						<property name="pmLastModified" type="string" value="1337259149436"/>
 						<property name="qualityScore" type="int" value="-1"/>
 					</properties>
 					<vpumlChildModelRefs>
 						<modelRef value="T59TmuyEwTiAAgNZ"/>
 						<modelRef value="Bu5UWuyEwTiAAgSF"/>
+						<modelRef value="XhLbWuyEwTiAAgjM"/>
 					</vpumlChildModelRefs>
 					<vpumlChildModels>
 						<vpumlModel id="T59TmuyEwTiAAgNZ" modelType="ModelRelationshipContainer">
@@ -5168,7 +5169,7 @@
 								<property htmlValue="" name="documentation" type="htmlString" value=""/>
 								<property name="pmAuthor" type="string" value="lavm"/>
 								<property name="pmCreateDateTime" type="string" value="1337241303538"/>
-								<property name="pmLastModified" type="string" value="1337253122457"/>
+								<property name="pmLastModified" type="string" value="1337325111705"/>
 								<property name="qualityScore" type="int" value="-1"/>
 							</properties>
 							<vpumlChildModelRefs>
@@ -5180,6 +5181,13 @@
 								<modelRef value="oXsuWuyEwTiAAgWq"/>
 								<modelRef value="qsAeWuyEwTiAAgXg"/>
 								<modelRef value="wuw.WuyEwTiAAgYY"/>
+								<modelRef value="LrnLWuyEwTiAAggO"/>
+								<modelRef value="pJ.rWuyEwTiAAghI"/>
+								<modelRef value="V9JrWuyEwTiAAghT"/>
+								<modelRef value="82XrWuyEwTiAAgh1"/>
+								<modelRef value="QPubWuyEwTiAAgim"/>
+								<modelRef value="77xbWuyEwTiAAgi0"/>
+								<modelRef value="g1DjeuyCiu1SNwVB"/>
 							</vpumlChildModelRefs>
 						</vpumlModel>
 						<vpumlModel id="Bu5UWuyEwTiAAgSF" modelType="ModelRelationshipContainer">
@@ -5189,7 +5197,7 @@
 								<property htmlValue="" name="documentation" type="htmlString" value=""/>
 								<property name="pmAuthor" type="string" value="lavm"/>
 								<property name="pmCreateDateTime" type="string" value="1337247561568"/>
-								<property name="pmLastModified" type="string" value="1337256718184"/>
+								<property name="pmLastModified" type="string" value="1337325111709"/>
 								<property name="qualityScore" type="int" value="-1"/>
 							</properties>
 							<vpumlChildModelRefs>
@@ -5198,6 +5206,23 @@
 								<modelRef value="MDhNWuyEwTiAAgc4"/>
 								<modelRef value="fPPNWuyEwTiAAgdW"/>
 								<modelRef value="i8MtWuyEwTiAAgdo"/>
+								<modelRef value="fBMrWuyEwTiAAggi"/>
+								<modelRef value="bCjbWuyEwTiAAgjB"/>
+								<modelRef value="fUCTeuyCiu1SNwWy"/>
+							</vpumlChildModelRefs>
+						</vpumlModel>
+						<vpumlModel id="XhLbWuyEwTiAAgjM" modelType="ModelRelationshipContainer">
+							<properties>
+								<property name="name" type="string" value="Generalization"/>
+								<property name="modelType" type="string" value="ModelRelationshipContainer"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337259149434"/>
+								<property name="pmLastModified" type="string" value="1337259149442"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+							<vpumlChildModelRefs>
+								<modelRef value="c8WbWuyEwTiAAgig"/>
 							</vpumlChildModelRefs>
 						</vpumlModel>
 					</vpumlChildModels>
@@ -6025,6 +6050,51 @@
 						<qualityReason value="1&#9;1"/>
 					</xmi:Extension>
 				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="7_3LWuyEwTiAAggX" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="LrnLWuyEwTiAAggR" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="LrnLWuyEwTiAAggS" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="7_3LWuyEwTiAAggX" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="LrnLWuyEwTiAAggP" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="LrnLWuyEwTiAAggQ" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="iwsbWuyEwTiAAgiT" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="H7xbWuyEwTiAAgi3" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="H7xbWuyEwTiAAgi4" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="iwsbWuyEwTiAAgiT" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="77xbWuyEwTiAAgi1" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="77xbWuyEwTiAAgi2" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
 			</ownedMember>
 			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="Activity" visibility="public" xmi:id="vTljmuyEwTiAAgLp" xmi:type="uml:Class">
 				<xmi:Extension extender="Visual Paradigm for UML">
@@ -6129,6 +6199,28 @@
 						<qualityReason value="1&#9;1&#10;2&#9;2"/>
 					</xmi:Extension>
 				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="cSnjeuyCiu1SNwVU" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="g1DjeuyCiu1SNwVE" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="g1DjeuyCiu1SNwVF" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="cSnjeuyCiu1SNwVU" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="g1DjeuyCiu1SNwVC" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="g1DjeuyCiu1SNwVD" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
 			</ownedMember>
 			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasStartedBy" visibility="public" xmi:id="LvBeWuyEwTiAAgYC" xmi:type="uml:AssociationClass">
 				<xmi:Extension extender="Visual Paradigm for UML">
@@ -6275,6 +6367,87 @@
 					</xmi:Extension>
 				</ownedAttribute>
 			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasInformedBy" visibility="public" xmi:id="cSnjeuyCiu1SNwVU" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasInformedBy" xmi:id="g1DjeuyCiu1SNwVB"/>
+					<associationClass from="g1DjeuyCiu1SNwVB" to="cSnjeuyCiu1SNwVU" xmi:id="fUCTeuyCiu1SNwWy"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="g1DjeuyCiu1SNwVC"/>
+				<memberEnd xmi:idref="g1DjeuyCiu1SNwVE"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="964TeuyCiu1SNwVb" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="OukTeuyCiu1SNwWu" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+		</ownedMember>
+		<ownedMember isAbstract="false" isLeaf="false" name="Component3" visibility="public" xmi:id="WzQLWuyEwTiAAgey" xmi:type="uml:Package">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<qualityScore value="26"/>
+				<qualityReason value="2&#9;2&#10;5&#9;5"/>
+				<subdiagram xmi:value="VRALWuyEwTiAAges"/>
+			</xmi:Extension>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasDerivedFrom" visibility="public" xmi:id="7_3LWuyEwTiAAggX" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasDerivedFrom" xmi:id="LrnLWuyEwTiAAggO"/>
+					<associationClass from="LrnLWuyEwTiAAggO" to="7_3LWuyEwTiAAggX" xmi:id="fBMrWuyEwTiAAggi"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="LrnLWuyEwTiAAggP"/>
+				<memberEnd xmi:idref="LrnLWuyEwTiAAggR"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="l2QrWuyEwTiAAggb" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="8DorWuyEwTiAAggd" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasRevisionOf" visibility="public" xmi:id="iwsbWuyEwTiAAgiT" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasRevisionOf" xmi:id="77xbWuyEwTiAAgi0"/>
+					<associationClass from="77xbWuyEwTiAAgi0" to="iwsbWuyEwTiAAgiT" xmi:id="bCjbWuyEwTiAAgjB"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="77xbWuyEwTiAAgi1"/>
+				<memberEnd xmi:idref="H7xbWuyEwTiAAgi3"/>
+				<generalization general="7_3LWuyEwTiAAggX" xmi:id="c8WbWuyEwTiAAgig" xmi:type="uml:Generalization">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<qualityScore value="100"/>
+					</xmi:Extension>
+				</generalization>
+			</ownedMember>
 		</ownedMember>
 		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="starter" xmi:id="v9.uWuyEwTiAAgXF" xmi:type="uml:Association">
 			<memberEnd xmi:idref="v9.uWuyEwTiAAgXG"/>
@@ -6366,13 +6539,131 @@
 				<qualityReason value="2&#9;2"/>
 			</xmi:Extension>
 		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="activity" xmi:id="pJ.rWuyEwTiAAghI" xmi:type="uml:Association">
+			<memberEnd xmi:idref="pJ.rWuyEwTiAAghJ"/>
+			<ownedEnd aggregation="none" association="pJ.rWuyEwTiAAghI" isDerived="false" type="7_3LWuyEwTiAAggX" xmi:id="pJ.rWuyEwTiAAghJ" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="pJ.rWuyEwTiAAghK" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="pJ.rWuyEwTiAAghL"/>
+			<ownedEnd aggregation="none" association="pJ.rWuyEwTiAAghI" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="pJ.rWuyEwTiAAghL" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="pJ.rWuyEwTiAAghM" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="generation" xmi:id="V9JrWuyEwTiAAghT" xmi:type="uml:Association">
+			<memberEnd xmi:idref="V9JrWuyEwTiAAghU"/>
+			<ownedEnd aggregation="none" association="V9JrWuyEwTiAAghT" isDerived="false" type="7_3LWuyEwTiAAggX" xmi:id="V9JrWuyEwTiAAghU" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="V9JrWuyEwTiAAghV" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="V9JrWuyEwTiAAghW"/>
+			<ownedEnd aggregation="none" association="V9JrWuyEwTiAAghT" isDerived="false" isNavigable="true" type="9un1WuyEwTiAAgcK" xmi:id="V9JrWuyEwTiAAghW" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="V9JrWuyEwTiAAghX" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" xmi:id="82XrWuyEwTiAAgh1" xmi:type="uml:Association">
+			<memberEnd xmi:idref="82XrWuyEwTiAAgh2"/>
+			<ownedEnd aggregation="none" association="82XrWuyEwTiAAgh1" isDerived="false" name="usage" type="7_3LWuyEwTiAAggX" xmi:id="82XrWuyEwTiAAgh2" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="C2XrWuyEwTiAAgh3" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="C2XrWuyEwTiAAgh4"/>
+			<ownedEnd aggregation="none" association="82XrWuyEwTiAAgh1" isDerived="false" isNavigable="true" type="tkL1WuyEwTiAAgcE" xmi:id="C2XrWuyEwTiAAgh4" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="C2XrWuyEwTiAAgh5" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="100"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" xmi:id="QPubWuyEwTiAAgim" xmi:type="uml:Association">
+			<memberEnd xmi:idref="QPubWuyEwTiAAgin"/>
+			<ownedEnd aggregation="none" association="QPubWuyEwTiAAgim" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="QPubWuyEwTiAAgin" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="QPubWuyEwTiAAgio" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="QPubWuyEwTiAAgip"/>
+			<ownedEnd aggregation="none" association="QPubWuyEwTiAAgim" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="QPubWuyEwTiAAgip" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="QPubWuyEwTiAAgiq" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="100"/>
+			</xmi:Extension>
+		</ownedMember>
 	</uml:Model>
 	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Component1" toolName="Visual Paradigm for UML" xmi:id="EUejmuyEwTiAAgLc">
 		<xmi:Extension extender="Visual Paradigm for UML">
 			<properties>
 				<apmAuthor value="lavm"/>
 				<apmCreateDateTime value="1337240969847"/>
-				<apmLastModified value="1337256754012"/>
+				<apmLastModified value="1337325305560"/>
 				<ashowPackageNameStyle value="0"/>
 				<ashowConnectorName value="0"/>
 				<apaintConnectorThroughLabel value="0"/>
@@ -6436,7 +6727,7 @@
 					<properties>
 						<abackground value="Cr:122,207,245,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="21"/>
+						<azOrder value="19"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -6501,7 +6792,7 @@
 					<properties>
 						<abackground value="Cr:122,207,245,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="19"/>
+						<azOrder value="17"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -6566,7 +6857,7 @@
 					<properties>
 						<abackground value="Cr:192,192,192,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="17"/>
+						<azOrder value="15"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
 						<arequestResetCaptionSize value="false"/>
@@ -6792,7 +7083,6 @@
 					<captionInternalHeight value="-2147483648"/>
 					<captionVisible value="true"/>
 					<captionSide value="1"/>
-					<roleB roleName="520,260,26,14"/>
 					<properties>
 						<abackground value="Cr:122,207,245,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
@@ -6818,7 +7108,7 @@
 						<ashowConnectorName value="2"/>
 						<apaintThroughLabel value="2"/>
 						<ahasRoleAShape value="false"/>
-						<ahasRoleBShape value="true"/>
+						<ahasRoleBShape value="false"/>
 						<ashowMultiplicityConstraints value="false"/>
 						<aroleBRectangle value="Re:520.0,260.0,26.0,14.0"/>
 						<amultiplicityBRectangle value="Re:480.0,210.0,42.0,14.0"/>
@@ -6918,7 +7208,7 @@
 			</uml:DiagramElement>
 			<uml:DiagramElement geometry="370,70;580,70;580,169;" preferredShapeType="Association" subject="qsAeWuyEwTiAAgXg" xmi:id="qsAeWuyEwTiAAgXl">
 				<xmi:Extension extender="Visual Paradigm for UML">
-					<captionBounds value="503,50,51,14"/>
+					<captionBounds value="510,50,51,14"/>
 					<captionInternalWidth value="-2147483648"/>
 					<captionInternalHeight value="-2147483648"/>
 					<captionVisible value="true"/>
@@ -6990,7 +7280,7 @@
 					<properties>
 						<abackground value="Cr:192,192,192,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="12"/>
+						<azOrder value="13"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -7052,7 +7342,7 @@
 					<captionInternalHeight value="-2147483648"/>
 					<captionVisible value="true"/>
 					<captionSide value="1"/>
-					<roleB roleName="10,270,56,14"/>
+					<roleB roleName="60,310,56,14"/>
 					<properties>
 						<abackground value="Cr:122,207,245,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
@@ -7081,7 +7371,7 @@
 						<ahasRoleBShape value="true"/>
 						<ashowMultiplicityConstraints value="false"/>
 						<aroleARectangle value="Re:530.0,290.0,40.0,20.0"/>
-						<aroleBRectangle value="Re:10.0,270.0,56.0,14.0"/>
+						<aroleBRectangle value="Re:60.0,310.0,56.0,14.0"/>
 						<ahasMultiplicityAShape value="false"/>
 						<ahasMultiplicityBShape value="false"/>
 						<a0SwDr value="false"/>
@@ -7149,12 +7439,11 @@
 			</uml:DiagramElement>
 			<uml:DiagramElement geometry="370,480;580,480;580,290;" preferredShapeType="Association" subject="cn9.WuyEwTiAAgZN" xmi:id="cn9.WuyEwTiAAgZS">
 				<xmi:Extension extender="Visual Paradigm for UML">
-					<captionBounds value="520,460,55,14"/>
+					<captionBounds value="510,460,55,14"/>
 					<captionInternalWidth value="-2147483648"/>
 					<captionInternalHeight value="-2147483648"/>
 					<captionVisible value="true"/>
 					<captionSide value="1"/>
-					<roleB roleName="570,290,40,20"/>
 					<properties>
 						<abackground value="Cr:122,207,245,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
@@ -7180,7 +7469,7 @@
 						<ashowConnectorName value="2"/>
 						<apaintThroughLabel value="2"/>
 						<ahasRoleAShape value="false"/>
-						<ahasRoleBShape value="true"/>
+						<ahasRoleBShape value="false"/>
 						<ashowMultiplicityConstraints value="false"/>
 						<aroleBRectangle value="Re:570.0,290.0,40.0,20.0"/>
 						<ahasMultiplicityAShape value="false"/>
@@ -7223,7 +7512,7 @@
 					<properties>
 						<abackground value="Cr:192,192,192,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="4"/>
+						<azOrder value="11"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -7288,7 +7577,7 @@
 					<properties>
 						<abackground value="Cr:192,192,192,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="2"/>
+						<azOrder value="9"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -7353,7 +7642,7 @@
 					<properties>
 						<abackground value="Cr:192,192,192,255"/>
 						<aforeground value="Cr:0,0,0,255"/>
-						<azOrder value="0"/>
+						<azOrder value="6"/>
 						<acreatorDiagramType value="ClassDiagram"/>
 						<aselectable value="true"/>
 						<arequestResetCaption value="false"/>
@@ -7513,6 +7802,1045 @@
 				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
 				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
 			</uml:DiagramElement>
+			<uml:DiagramElement geometry="610,169;610,130;670,130;670,230;630,230;" preferredShapeType="Association" subject="g1DjeuyCiu1SNwVB" xmi:id="E1DjeuyCiu1SNwVN">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="630,110,102,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="630,300,110,50" preferredShapeType="Class" subject="cSnjeuyCiu1SNwVU" xmi:id="sSnjeuyCiu1SNwVT">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,110,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="4"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="660,230;660,299;" preferredShapeType="AssociationClass" subject="fUCTeuyCiu1SNwWy" xmi:id="fUCTeuyCiu1SNwWz">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="670,280,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+		</uml:Diagram.element>
+	</uml:Diagram>
+	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Component3" toolName="Visual Paradigm for UML" xmi:id="VRALWuyEwTiAAges">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<properties>
+				<apmAuthor value="lavm"/>
+				<apmCreateDateTime value="1337258412202"/>
+				<apmLastModified value="1337325264995"/>
+				<ashowPackageNameStyle value="0"/>
+				<ashowConnectorName value="0"/>
+				<apaintConnectorThroughLabel value="0"/>
+				<ashowActivityStateNodeCaption value="65535"/>
+				<aeditable value="true"/>
+				<afollowDiagramParentElement value="true"/>
+				<aautoFitShapesSize value="false"/>
+				<ashowTaggedValues value="false"/>
+				<ashowStereotypes value="true"/>
+				<ashowConstraints value="false"/>
+				<aalignToGrid value="true"/>
+				<agridVisible value="false"/>
+				<agridWidth value="10"/>
+				<agridHeight value="10"/>
+				<agridColor value="Cr:192,192,192,255"/>
+				<adiagramBackground value="Cr:255,255,255,255"/>
+				<aconnectorStyle value="1"/>
+				<aconnectorLineJumps value="0"/>
+				<aconnectorLineJumpsSize value="0"/>
+				<aconnectionPointStyle value="0"/>
+				<aconnectorLabelOrientation value="0"/>
+				<amodelElementNameAlignment value="4"/>
+				<azoomRatio value="1.0"/>
+				<amaximized value="true"/>
+				<ax value="0"/>
+				<ay value="0"/>
+				<awidth value="1235"/>
+				<aheight value="602"/>
+				<aqualityScore value="-1"/>
+				<aparentModel value="WzQLWuyEwTiAAgey"/>
+				<a_globalPaletteOption value="true"/>
+				<a_alwaysShowReferenceAndSubdiagramResource value="false"/>
+				<ainitializeDiagramForCreate value="true"/>
+				<arequestValidateSnapToGrid value="false"/>
+				<ashowDefaultPackage value="true"/>
+				<adefaultPackage value="WzQLWuyEwTiAAgey"/>
+				<ashowAttributeGetterSetter value="false"/>
+				<ashowClassOwner value="2"/>
+				<ashowPackageOwner value="2"/>
+				<ashowTemplateInfoOfGeneralizationAndRealization value="false"/>
+				<asuppressImplied1MultiplicityForAttributeAndAssociationEnd value="false"/>
+				<ashowClassEmptyCompartments value="2"/>
+				<ashowAttributesCodeDetails value="2"/>
+				<ashowAttributesType value="1"/>
+				<ashowOperationsParameters value="1"/>
+				<ashowOperationsReturnType value="1"/>
+				<ashowOperationsCodeDetails value="2"/>
+				<ashowParametersCodeDetails value="2"/>
+				<ashowEllipsisForUnshownClassMembers value="2"/>
+				<ageneralizationSetNotation value="2"/>
+			</properties>
+		</xmi:Extension>
+		<uml:Diagram.element>
+			<uml:DiagramElement geometry="580,40,80,80" preferredShapeType="Class" subject="vTljmuyEwTiAAgLp" xmi:id="7rBLWuyEwTiAAgfZ">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="12"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="240,140,80,50" preferredShapeType="Class" subject="m6xjmuyEwTiAAgLk" xmi:id="B3VLWuyEwTiAAgfm">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="10"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="300,139;300,100;360,100;360,165;320,165;" preferredShapeType="Association" subject="LrnLWuyEwTiAAggO" xmi:id="LrnLWuyEwTiAAggT">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="330,80,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="360,240,120,50" preferredShapeType="Class" subject="7_3LWuyEwTiAAggX" xmi:id="7_3LWuyEwTiAAggW">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="8"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="340,165;361,240;" preferredShapeType="AssociationClass" subject="fBMrWuyEwTiAAggi" xmi:id="fBMrWuyEwTiAAggj">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="348,214,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="580,170,120,70" preferredShapeType="Class" subject="9un1WuyEwTiAAgcK" xmi:id="fy6rWuyEwTiAAggx">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="6"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="580,280,80,70" preferredShapeType="Class" subject="tkL1WuyEwTiAAgcE" xmi:id="1u2rWuyEwTiAAgg6">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="4"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="480,240;580,120;" preferredShapeType="Association" subject="pJ.rWuyEwTiAAghI" xmi:id="pJ.rWuyEwTiAAghN">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="510,130,58,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="480,241;580,200;" preferredShapeType="Association" subject="V9JrWuyEwTiAAghT" xmi:id="19JrWuyEwTiAAghY">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="500,230,78,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="480,289;580,320;" preferredShapeType="Association" subject="82XrWuyEwTiAAgh1" xmi:id="C2XrWuyEwTiAAgh6">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="520,304,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<roleA roleName="480,310,52,14"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="true"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleARectangle value="Re:480.0,310.0,52.0,14.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="210,380,110,40" preferredShapeType="Class" subject="iwsbWuyEwTiAAgiT" xmi:id="iwsbWuyEwTiAAgiS">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,110,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="2"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="361,290;319,380;" preferredShapeType="Generalization" subject="c8WbWuyEwTiAAgig" xmi:id="c8WbWuyEwTiAAgih">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="340,334,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:255,255,255,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="280,139;280,100;210,100;210,160;239,160;" preferredShapeType="Association" subject="77xbWuyEwTiAAgi0" xmi:id="H7xbWuyEwTiAAgi5">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="160,80,97,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="220,160;220,379;" preferredShapeType="AssociationClass" subject="bCjbWuyEwTiAAgjB" xmi:id="bCjbWuyEwTiAAgjC">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="230,289,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
 		</uml:Diagram.element>
 	</uml:Diagram>
 </xmi:XMI>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/model/uml/essentials.svg	Mon May 21 14:54:01 2012 -0400
@@ -0,0 +1,175 @@
+<?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="576" stroke-miterlimit="10" stroke-opacity="0" shape-rendering="auto" fill="rgb(0,0,0)" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="440" 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 L91 -7 L91 91 L-7 91 L-7 -7 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath5"
+      ><path d="M0 0 L0 77 L80 77 L80 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath6"
+      ><path d="M0 0 L423 0 L423 104 L0 104 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath7"
+      ><path d="M0 0 L104 0 L104 303 L0 303 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath8"
+      ><path d="M0 0 L424 0 L424 276 L0 276 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath9"
+      ><path d="M0 0 L214 0 L214 169 L0 169 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath10"
+      ><path d="M0 0 L184 0 L184 169 L0 169 L0 0 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath11"
+      ><path d="M-109 -14 L218 -14 L218 28 L-109 28 L-109 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath12"
+      ><path d="M-108 -14 L216 -14 L216 28 L-108 28 L-108 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath13"
+      ><path d="M-121 -14 L242 -14 L242 28 L-121 28 L-121 -14 Z"
+      /></clipPath
+      ><clipPath clipPathUnits="userSpaceOnUse" id="clipPath14"
+      ><path d="M-46 -14 L92 -14 L92 28 L-46 28 L-46 -14 Z"
+      /></clipPath
+    ></defs
+    ><g fill="white" text-rendering="geometricPrecision" fill-opacity="1" stroke-opacity="1" stroke="white"
+    ><rect x="0" width="576" height="440" y="0" stroke="none"
+    /></g
+    ><g font-size="11" transform="translate(92,72)" 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(92,72)" 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(92,86)" 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(92,72)" 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(492,72)" 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="80" y="0" clip-path="url(#clipPath4)" stroke="none"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(492,72)" 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="80" y="0" clip-path="url(#clipPath4)"
+      /><line y2="14" fill="none" x1="0" clip-path="url(#clipPath4)" x2="80" y1="14"
+    /></g
+    ><g font-size="11" transform="translate(492,86)" 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(#clipPath5)" stroke="none"
+      > id</text
+      ><text x="2" xml:space="preserve" y="27" clip-path="url(#clipPath5)" stroke="none"
+      > startTime</text
+      ><text x="2" xml:space="preserve" y="41" clip-path="url(#clipPath5)" stroke="none"
+      > endTime</text
+      ><text x="2" xml:space="preserve" y="55" clip-path="url(#clipPath5)" stroke="none"
+      > attributes</text
+    ></g
+    ><g font-size="11" transform="translate(492,72)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="18" xml:space="preserve" y="11" clip-path="url(#clipPath3)" stroke="none"
+      >Activity</text
+    ></g
+    ><g font-size="11" transform="translate(92,322)" 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(92,322)" 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(92,336)" 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(92,322)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke="black" font-weight="bold" stroke-opacity="1"
+    ><text x="22" xml:space="preserve" y="11" clip-path="url(#clipPath3)" stroke="none"
+      >Agent</text
+    ></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(122,42)" 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="369" clip-path="url(#clipPath6)" x2="50" y1="50"
+      /><line y2="56" fill="none" x1="50" clip-path="url(#clipPath6)" x2="62" y1="50"
+      /><line y2="44" fill="none" x1="50" clip-path="url(#clipPath6)" x2="62" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(122,62)" 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(#clipPath6)" x2="369" y1="50"
+      /><line y2="44" fill="none" x1="369" clip-path="url(#clipPath6)" x2="357" y1="50"
+      /><line y2="56" fill="none" x1="369" clip-path="url(#clipPath6)" x2="357" y1="50"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(82,72)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="249" fill="none" x1="50" clip-path="url(#clipPath7)" x2="50" y1="50"
+      /><line y2="237" fill="none" x1="50" clip-path="url(#clipPath7)" x2="56" y1="249"
+      /><line y2="237" fill="none" x1="50" clip-path="url(#clipPath7)" x2="44" y1="249"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(122,101)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="222" fill="none" x1="370" clip-path="url(#clipPath8)" x2="50" y1="50"
+      /><line y2="222" fill="none" x1="50" clip-path="url(#clipPath8)" x2="63" y1="222"
+      /><line y2="211" fill="none" x1="50" clip-path="url(#clipPath8)" x2="57" y1="222"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(-28,-18)" 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="160" clip-path="url(#clipPath9)" x2="160" y1="89"
+      /><line y2="50" fill="none" x1="160" clip-path="url(#clipPath9)" x2="50" y1="50"
+      /><line y2="115" fill="none" x1="50" clip-path="url(#clipPath9)" x2="50" y1="50"
+      /><line y2="115" fill="none" x1="50" clip-path="url(#clipPath9)" x2="119" y1="115"
+      /><line y2="77" fill="none" x1="160" clip-path="url(#clipPath9)" x2="166" y1="89"
+      /><line y2="77" fill="none" x1="160" clip-path="url(#clipPath9)" x2="154" y1="89"
+    /></g
+    ><g font-size="11" stroke-linecap="butt" transform="translate(82,297)" fill-opacity="1" fill="black" text-rendering="geometricPrecision" font-family="sans-serif" stroke-linejoin="round" stroke="black" stroke-opacity="1"
+    ><line y2="115" fill="none" x1="50" clip-path="url(#clipPath10)" x2="50" y1="75"
+      /><line y2="115" fill="none" x1="50" clip-path="url(#clipPath10)" x2="130" y1="115"
+      /><line y2="50" fill="none" x1="130" clip-path="url(#clipPath10)" x2="130" y1="115"
+      /><line y2="50" fill="none" x1="130" clip-path="url(#clipPath10)" x2="90" y1="50"
+      /><line y2="56" fill="none" x1="90" clip-path="url(#clipPath10)" x2="102" y1="50"
+      /><line y2="44" fill="none" x1="90" clip-path="url(#clipPath10)" x2="102" y1="50"
+    /></g
+    ><g font-size="11" transform="translate(122,422)" 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(#clipPath11)" stroke="none"
+      >actedOnBehalfOf</text
+    ></g
+    ><g font-size="11" transform="translate(2,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(#clipPath12)" stroke="none"
+      >wasDerivedFrom</text
+    ></g
+    ><g font-size="11" transform="translate(352,232)" 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(#clipPath13)" stroke="none"
+      >wasAssociatedWith</text
+    ></g
+    ><g font-size="11" transform="translate(132,214)" 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(#clipPath12)" stroke="none"
+      >wasAttributedTo</text
+    ></g
+    ><g font-size="11" transform="translate(282,122)" 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(#clipPath12)" stroke="none"
+      >wasGeneratedBy</text
+    ></g
+    ><g font-size="11" transform="translate(309,72)" 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(#clipPath14)" stroke="none"
+      >used</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)"
+    ><text x="0" xml:space="preserve" y="10" stroke="none"
+      >Visual Paradigm for UML Standard Edition(University of Southampton)</text
+    ></g
+  ></g
+></svg
+>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/model/uml/essentials.xmi	Mon May 21 14:54:01 2012 -0400
@@ -0,0 +1,10472 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="2.1" xmlns:uml="http://schema.omg.org/spec/UML/2.0" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1">
+	<xmi:Documentation exporter="Visual Paradigm for UML" exporterVersion="7.0.1">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<nickname exportedFromDifferentName="false"/>
+		</xmi:Extension>
+	</xmi:Documentation>
+	<xmi:Extension extender="Visual Paradigm for UML">
+		<projectProperties>
+			<projectProperty name="author" value="lavm"/>
+		</projectProperties>
+	</xmi:Extension>
+	<uml:Model name="prov-dm" xmi:id="zNdDmuyEwTiAAgAi">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<vpumlChildModels>
+				<vpumlModel id="DtdDmuyEwTiAAgAv" modelType="UseCasePropConfig">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="UseCasePropConfig"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240775536"/>
+						<property name="pmLastModified" type="string" value="1337241303555"/>
+						<property name="qualityScore" type="int" value="-1"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="MddDmuyEwTiAAgAx"/>
+						<modelRef value="sddDmuyEwTiAAgAy"/>
+						<modelRef value="sddDmuyEwTiAAgAz"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="MddDmuyEwTiAAgAx" modelType="UseCaseRank">
+							<properties>
+								<property name="name" type="string" value="Low"/>
+								<property name="modelType" type="string" value="UseCaseRank"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775564"/>
+								<property name="pmLastModified" type="string" value="1337241303556"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sddDmuyEwTiAAgAy" modelType="UseCaseRank">
+							<properties>
+								<property name="name" type="string" value="Medium"/>
+								<property name="modelType" type="string" value="UseCaseRank"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775565"/>
+								<property name="pmLastModified" type="string" value="1337241303556"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sddDmuyEwTiAAgAz" modelType="UseCaseRank">
+							<properties>
+								<property name="name" type="string" value="High"/>
+								<property name="modelType" type="string" value="UseCaseRank"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775565"/>
+								<property name="pmLastModified" type="string" value="1337241303556"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="uddDmuyEwTiAAgA1" modelType="WSDLContainer">
+					<properties>
+						<property name="name" type="string" value="WSDLContainer"/>
+						<property name="modelType" type="string" value="WSDLContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="vddDmuyEwTiAAgA3"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="vddDmuyEwTiAAgA3" modelType="XSDSchema">
+							<properties>
+								<property name="name" type="string" value="http://www.w3.org/2001/XMLSchema"/>
+								<property name="modelType" type="string" value="XSDSchema"/>
+								<property name="import" type="boolean" value="false"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775613"/>
+								<property name="pmLastModified" type="string" value="1337241303556"/>
+								<property name="qualityScore" type="int" value="-1"/>
+								<property name="attributeFormDefault" type="int" value="0"/>
+								<property name="elementFormDefault" type="int" value="0"/>
+								<property name="targetNamespace" type="string" value="http://www.w3.org/2001/XMLSchema"/>
+							</properties>
+							<vpumlChildModelRefs>
+								<modelRef value="y9dDmuyEwTiAAgA5"/>
+								<modelRef value="K9dDmuyEwTiAAgA6"/>
+								<modelRef value="K9dDmuyEwTiAAgA7"/>
+								<modelRef value="K9dDmuyEwTiAAgA8"/>
+								<modelRef value="K9dDmuyEwTiAAgA9"/>
+								<modelRef value="K9dDmuyEwTiAAgA."/>
+								<modelRef value="K9dDmuyEwTiAAgA_"/>
+								<modelRef value="K9dDmuyEwTiAAgBA"/>
+								<modelRef value="K9dDmuyEwTiAAgBB"/>
+								<modelRef value="K9dDmuyEwTiAAgBC"/>
+								<modelRef value="q9dDmuyEwTiAAgBD"/>
+								<modelRef value="q9dDmuyEwTiAAgBE"/>
+								<modelRef value="q9dDmuyEwTiAAgBF"/>
+								<modelRef value="q9dDmuyEwTiAAgBG"/>
+								<modelRef value="q9dDmuyEwTiAAgBH"/>
+								<modelRef value="a9dDmuyEwTiAAgBI"/>
+								<modelRef value="a9dDmuyEwTiAAgBJ"/>
+								<modelRef value="a9dDmuyEwTiAAgBK"/>
+								<modelRef value="a9dDmuyEwTiAAgBL"/>
+								<modelRef value="a9dDmuyEwTiAAgBM"/>
+								<modelRef value="a9dDmuyEwTiAAgBN"/>
+								<modelRef value="a9dDmuyEwTiAAgBO"/>
+								<modelRef value="a9dDmuyEwTiAAgBP"/>
+								<modelRef value="a9dDmuyEwTiAAgBQ"/>
+								<modelRef value="69dDmuyEwTiAAgBR"/>
+								<modelRef value="69dDmuyEwTiAAgBS"/>
+								<modelRef value="69dDmuyEwTiAAgBT"/>
+								<modelRef value="69dDmuyEwTiAAgBU"/>
+								<modelRef value="69dDmuyEwTiAAgBV"/>
+								<modelRef value="69dDmuyEwTiAAgBW"/>
+								<modelRef value="69dDmuyEwTiAAgBX"/>
+								<modelRef value="69dDmuyEwTiAAgBY"/>
+								<modelRef value="69dDmuyEwTiAAgBZ"/>
+								<modelRef value="69dDmuyEwTiAAgBa"/>
+								<modelRef value="G9dDmuyEwTiAAgBb"/>
+								<modelRef value="G9dDmuyEwTiAAgBc"/>
+								<modelRef value="G9dDmuyEwTiAAgBd"/>
+								<modelRef value="G9dDmuyEwTiAAgBe"/>
+								<modelRef value="G9dDmuyEwTiAAgBf"/>
+								<modelRef value="G9dDmuyEwTiAAgBg"/>
+								<modelRef value="G9dDmuyEwTiAAgBh"/>
+								<modelRef value="G9dDmuyEwTiAAgBi"/>
+								<modelRef value="G9dDmuyEwTiAAgBj"/>
+								<modelRef value="G9dDmuyEwTiAAgBk"/>
+							</vpumlChildModelRefs>
+							<vpumlChildModels>
+								<vpumlModel id="y9dDmuyEwTiAAgA5" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="ENTITIES"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA6" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="ENTITY"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA7" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="ID"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA8" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="IDREF"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA9" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="IDREFS"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA." modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="NCName"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgA_" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="NMTOKEN"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgBA" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="NMTOKENS"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgBB" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="NOTATION"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775636"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="K9dDmuyEwTiAAgBC" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="Name"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q9dDmuyEwTiAAgBD" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="QName"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q9dDmuyEwTiAAgBE" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="anyURI"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q9dDmuyEwTiAAgBF" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="base64Binary"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q9dDmuyEwTiAAgBG" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="boolean"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q9dDmuyEwTiAAgBH" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="byte"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775637"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBI" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="date"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBJ" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="dateTime"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBK" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="decimal"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBL" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="double"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBM" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="duration"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303557"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBN" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="float"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBO" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="gDay"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBP" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="gMonth"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a9dDmuyEwTiAAgBQ" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="gMonthDay"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775638"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBR" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="gYear"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBS" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="gYearMonth"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBT" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="hexBinary"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBU" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="int"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBV" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="integer"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBW" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="language"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBX" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="long"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBY" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="negativeInteger"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBZ" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="nonNegativeInteger"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="69dDmuyEwTiAAgBa" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="nonPositiveInteger"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775639"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBb" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="normalizedString"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBc" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="positiveInteger"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBd" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="short"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBe" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="string"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBf" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="time"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBg" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="token"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBh" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="unsignedByte"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBi" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="unsignedInt"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBj" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="unsignedLong"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="G9dDmuyEwTiAAgBk" modelType="XSDSimpleType">
+									<properties>
+										<property name="name" type="string" value="unsignedShort"/>
+										<property name="modelType" type="string" value="XSDSimpleType"/>
+										<property name="import" type="boolean" value="false"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240775640"/>
+										<property name="pmLastModified" type="string" value="1337241303558"/>
+										<property name="qualityScore" type="int" value="-1"/>
+									</properties>
+								</vpumlModel>
+							</vpumlChildModels>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="j9dDmuyEwTiAAgBm" modelType="PMStatusContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMStatusContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="v9dDmuyEwTiAAgBo"/>
+						<modelRef value="v9dDmuyEwTiAAgBp"/>
+						<modelRef value="f9dDmuyEwTiAAgBq"/>
+						<modelRef value="f9dDmuyEwTiAAgBr"/>
+						<modelRef value="_9dDmuyEwTiAAgBs"/>
+						<modelRef value="ADdDmuyEwTiAAgBt"/>
+						<modelRef value="ADdDmuyEwTiAAgBu"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="v9dDmuyEwTiAAgBo" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Proposed"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="v9dDmuyEwTiAAgBp" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Approved"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="f9dDmuyEwTiAAgBq" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Planned"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="f9dDmuyEwTiAAgBr" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Designed"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_9dDmuyEwTiAAgBs" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Implemented"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="ADdDmuyEwTiAAgBt" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Tested"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="ADdDmuyEwTiAAgBu" modelType="PMStatus">
+							<properties>
+								<property name="name" type="string" value="Deployed"/>
+								<property name="modelType" type="string" value="PMStatus"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="iDdDmuyEwTiAAgBw" modelType="PMDifficultyContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMDifficultyContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="VDdDmuyEwTiAAgBy"/>
+						<modelRef value="VDdDmuyEwTiAAgBz"/>
+						<modelRef value="1DdDmuyEwTiAAgB0"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="VDdDmuyEwTiAAgBy" modelType="PMDifficulty">
+							<properties>
+								<property name="name" type="string" value="Easy"/>
+								<property name="modelType" type="string" value="PMDifficulty"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="VDdDmuyEwTiAAgBz" modelType="PMDifficulty">
+							<properties>
+								<property name="name" type="string" value="Medium"/>
+								<property name="modelType" type="string" value="PMDifficulty"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="1DdDmuyEwTiAAgB0" modelType="PMDifficulty">
+							<properties>
+								<property name="name" type="string" value="Difficult"/>
+								<property name="modelType" type="string" value="PMDifficulty"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="TDdDmuyEwTiAAgB2" modelType="PMPriorityContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMPriorityContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="UjdDmuyEwTiAAgB4"/>
+						<modelRef value="0jdDmuyEwTiAAgB5"/>
+						<modelRef value="0jdDmuyEwTiAAgB6"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="UjdDmuyEwTiAAgB4" modelType="PMPriority">
+							<properties>
+								<property name="name" type="string" value="Low"/>
+								<property name="modelType" type="string" value="PMPriority"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0jdDmuyEwTiAAgB5" modelType="PMPriority">
+							<properties>
+								<property name="name" type="string" value="Medium"/>
+								<property name="modelType" type="string" value="PMPriority"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0jdDmuyEwTiAAgB6" modelType="PMPriority">
+							<properties>
+								<property name="name" type="string" value="High"/>
+								<property name="modelType" type="string" value="PMPriority"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="ujdDmuyEwTiAAgB8" modelType="PMVersionContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMVersionContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="NjdDmuyEwTiAAgB."/>
+						<modelRef value="NjdDmuyEwTiAAgB_"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="NjdDmuyEwTiAAgB." modelType="PMVersion">
+							<properties>
+								<property name="name" type="string" value="1.0"/>
+								<property name="modelType" type="string" value="PMVersion"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="NjdDmuyEwTiAAgB_" modelType="PMVersion">
+							<properties>
+								<property name="name" type="string" value="2.0"/>
+								<property name="modelType" type="string" value="PMVersion"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="XjdDmuyEwTiAAgCB" modelType="PMIterationContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMIterationContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="YTdDmuyEwTiAAgCD"/>
+						<modelRef value="4TdDmuyEwTiAAgCE"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="YTdDmuyEwTiAAgCD" modelType="PMIteration">
+							<properties>
+								<property name="name" type="string" value="Iteration 1"/>
+								<property name="modelType" type="string" value="PMIteration"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4TdDmuyEwTiAAgCE" modelType="PMIteration">
+							<properties>
+								<property name="name" type="string" value="Iteration 2"/>
+								<property name="modelType" type="string" value="PMIteration"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="ETdDmuyEwTiAAgCG" modelType="PMPhaseContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMPhaseContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="KTdDmuyEwTiAAgCI"/>
+						<modelRef value="qTdDmuyEwTiAAgCJ"/>
+						<modelRef value="qTdDmuyEwTiAAgCK"/>
+						<modelRef value="qTdDmuyEwTiAAgCL"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="KTdDmuyEwTiAAgCI" modelType="PMPhase">
+							<properties>
+								<property name="name" type="string" value="Inception"/>
+								<property name="modelType" type="string" value="PMPhase"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="qTdDmuyEwTiAAgCJ" modelType="PMPhase">
+							<properties>
+								<property name="name" type="string" value="Elaboration"/>
+								<property name="modelType" type="string" value="PMPhase"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="qTdDmuyEwTiAAgCK" modelType="PMPhase">
+							<properties>
+								<property name="name" type="string" value="Construction"/>
+								<property name="modelType" type="string" value="PMPhase"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="qTdDmuyEwTiAAgCL" modelType="PMPhase">
+							<properties>
+								<property name="name" type="string" value="Transition"/>
+								<property name="modelType" type="string" value="PMPhase"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="6TdDmuyEwTiAAgCN" modelType="PMDisciplineContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMDisciplineContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="lTdDmuyEwTiAAgCP"/>
+						<modelRef value="lTdDmuyEwTiAAgCQ"/>
+						<modelRef value="VTdDmuyEwTiAAgCR"/>
+						<modelRef value="VTdDmuyEwTiAAgCS"/>
+						<modelRef value="VTdDmuyEwTiAAgCT"/>
+						<modelRef value="1TdDmuyEwTiAAgCU"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="lTdDmuyEwTiAAgCP" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="Business Modeling"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="lTdDmuyEwTiAAgCQ" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="Requirements"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="VTdDmuyEwTiAAgCR" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="Analysis &amp; Design"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="VTdDmuyEwTiAAgCS" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="Implementation"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="VTdDmuyEwTiAAgCT" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="Testing"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="1TdDmuyEwTiAAgCU" modelType="PMDiscipline">
+							<properties>
+								<property name="name" type="string" value="QA &amp; Maintenance"/>
+								<property name="modelType" type="string" value="PMDiscipline"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="7TdDmuyEwTiAAgCW" modelType="PMAuthorContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="PMAuthorContainer"/>
+						<property modelRef="HTdDmuyEwTiAAgCX" name="defaultValue" type="modelRef"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="HTdDmuyEwTiAAgCX"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="HTdDmuyEwTiAAgCX" modelType="ValueSpecification">
+							<properties>
+								<property name="name" type="string" value="lavm"/>
+								<property name="modelType" type="string" value="ValueSpecification"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775864"/>
+								<property name="pmLastModified" type="string" value="1337241303571"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="ozdDmuyEwTiAAgCZ" modelType="BRKeywords">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="BRKeywords"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240775877"/>
+						<property name="pmLastModified" type="string" value="1337241303572"/>
+						<property name="qualityScore" type="int" value="-1"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="BzdDmuyEwTiAAgCb"/>
+						<modelRef value="hzdDmuyEwTiAAgCc"/>
+						<modelRef value="hzdDmuyEwTiAAgCd"/>
+						<modelRef value="hzdDmuyEwTiAAgCe"/>
+						<modelRef value="RzdDmuyEwTiAAgCf"/>
+						<modelRef value="RzdDmuyEwTiAAgCg"/>
+						<modelRef value="xzdDmuyEwTiAAgCh"/>
+						<modelRef value="xzdDmuyEwTiAAgCi"/>
+						<modelRef value="JzdDmuyEwTiAAgCj"/>
+						<modelRef value="JzdDmuyEwTiAAgCk"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="BzdDmuyEwTiAAgCb" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="must"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775904"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hzdDmuyEwTiAAgCc" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="must be"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775905"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hzdDmuyEwTiAAgCd" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="if"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775905"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hzdDmuyEwTiAAgCe" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="when"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775906"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="RzdDmuyEwTiAAgCf" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="must not"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775906"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="RzdDmuyEwTiAAgCg" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="only"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775906"/>
+								<property name="pmLastModified" type="string" value="1337241303572"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="xzdDmuyEwTiAAgCh" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="may"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775907"/>
+								<property name="pmLastModified" type="string" value="1337241303573"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="xzdDmuyEwTiAAgCi" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="may not"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775907"/>
+								<property name="pmLastModified" type="string" value="1337241303573"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="JzdDmuyEwTiAAgCj" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="need"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775908"/>
+								<property name="pmLastModified" type="string" value="1337241303573"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="JzdDmuyEwTiAAgCk" modelType="BRKeyword">
+							<properties>
+								<property name="name" type="string" value="need not"/>
+								<property name="modelType" type="string" value="BRKeyword"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775908"/>
+								<property name="pmLastModified" type="string" value="1337241303573"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="oLdDmuyEwTiAAgCm" modelType="ChartTypeContainer">
+					<properties>
+						<property name="name" type="string" value="ChartTypeContainer"/>
+						<property name="modelType" type="string" value="ChartTypeContainer"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240775941"/>
+						<property name="pmLastModified" type="string" value="1337241303573"/>
+						<property name="qualityScore" type="int" value="-1"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="GLdDmuyEwTiAAgCo"/>
+						<modelRef value="LLdDmuyEwTiAAgCu"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="GLdDmuyEwTiAAgCo" modelType="ChartType">
+							<properties>
+								<property name="name" type="string" value="RACI"/>
+								<property name="modelType" type="string" value="ChartType"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775960"/>
+								<property name="pmLastModified" type="string" value="1337241303573"/>
+								<property name="qualityScore" type="int" value="-1"/>
+								<property name="codes" type="models">
+									<vpumlModels>
+										<vpumlModel id="zLdDmuyEwTiAAgCq" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Responsible"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775987"/>
+												<property name="pmLastModified" type="string" value="1337241303573"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="R"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCr" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Approver"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303573"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="A"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCs" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Consulted"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303573"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="C"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCt" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Informed"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303573"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="I"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+									</vpumlModels>
+								</property>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="LLdDmuyEwTiAAgCu" modelType="ChartType">
+							<properties>
+								<property name="name" type="string" value="CRUD"/>
+								<property name="modelType" type="string" value="ChartType"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+								<property name="pmLastModified" type="string" value="1337241303574"/>
+								<property name="qualityScore" type="int" value="-1"/>
+								<property name="codes" type="models">
+									<vpumlModels>
+										<vpumlModel id="LLdDmuyEwTiAAgCv" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Create"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303574"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="C"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCw" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Read"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303574"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="R"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCx" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Update"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303574"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="U"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="LLdDmuyEwTiAAgCy" modelType="ChartCode">
+											<properties>
+												<property name="name" type="string" value="Delete"/>
+												<property name="modelType" type="string" value="ChartCode"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240775988"/>
+												<property name="pmLastModified" type="string" value="1337241303574"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="code" type="string" value="D"/>
+												<property name="color" type="int" value="-1"/>
+											</properties>
+										</vpumlModel>
+									</vpumlModels>
+								</property>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="yrdDmuyEwTiAAgC0" modelType="BMMInfluencerCategoryContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="BMMInfluencerCategoryContainer"/>
+						<property name="internalInfluencerCategories" type="modelRefs">
+							<modelRef value="JbdDmuyEwTiAAgC9"/>
+							<modelRef value="JbdDmuyEwTiAAgC."/>
+							<modelRef value="JbdDmuyEwTiAAgC_"/>
+							<modelRef value="pbdDmuyEwTiAAgDA"/>
+							<modelRef value="pbdDmuyEwTiAAgDB"/>
+							<modelRef value="pbdDmuyEwTiAAgDC"/>
+							<modelRef value="ZbdDmuyEwTiAAgDD"/>
+							<modelRef value="ZbdDmuyEwTiAAgDE"/>
+							<modelRef value="5bdDmuyEwTiAAgDF"/>
+						</property>
+						<property name="externalInfluencerCategories" type="modelRefs">
+							<modelRef value="XrdDmuyEwTiAAgC2"/>
+							<modelRef value="RbdDmuyEwTiAAgC3"/>
+							<modelRef value="RbdDmuyEwTiAAgC4"/>
+							<modelRef value="RbdDmuyEwTiAAgC5"/>
+							<modelRef value="xbdDmuyEwTiAAgC6"/>
+							<modelRef value="xbdDmuyEwTiAAgC7"/>
+							<modelRef value="xbdDmuyEwTiAAgC8"/>
+						</property>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="XrdDmuyEwTiAAgC2"/>
+						<modelRef value="RbdDmuyEwTiAAgC3"/>
+						<modelRef value="RbdDmuyEwTiAAgC4"/>
+						<modelRef value="RbdDmuyEwTiAAgC5"/>
+						<modelRef value="xbdDmuyEwTiAAgC6"/>
+						<modelRef value="xbdDmuyEwTiAAgC7"/>
+						<modelRef value="xbdDmuyEwTiAAgC8"/>
+						<modelRef value="JbdDmuyEwTiAAgC9"/>
+						<modelRef value="JbdDmuyEwTiAAgC."/>
+						<modelRef value="JbdDmuyEwTiAAgC_"/>
+						<modelRef value="pbdDmuyEwTiAAgDA"/>
+						<modelRef value="pbdDmuyEwTiAAgDB"/>
+						<modelRef value="pbdDmuyEwTiAAgDC"/>
+						<modelRef value="ZbdDmuyEwTiAAgDD"/>
+						<modelRef value="ZbdDmuyEwTiAAgDE"/>
+						<modelRef value="5bdDmuyEwTiAAgDF"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="XrdDmuyEwTiAAgC2" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Competitor"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A rival enterprise in a struggle for advantage over the subject enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A rival enterprise in a struggle for advantage over the subject enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776058"/>
+								<property name="pmLastModified" type="string" value="1337241303574"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="RbdDmuyEwTiAAgC3" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Customer"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A role played by an individual or enterprise that has investigated, ordered, received, or paid for products or services from the subject enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A role played by an individual or enterprise that has investigated, ordered, received, or paid for products or services from the subject enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776098"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="RbdDmuyEwTiAAgC4" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Environment"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;The aggregate of surrounding conditions or Influencers affecting the existence or development of an enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="The aggregate of surrounding conditions or Influencers affecting the existence or development of an enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776098"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="RbdDmuyEwTiAAgC5" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Partner"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;An enterprise that shares risks and profit with the subject enterprise (or is associated with the subject enterprise to share risks and profit) because this is mutually beneficial.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="An enterprise that shares risks and profit with the subject enterprise (or is associated with the subject enterprise to share risks and profit) because this is mutually beneficial."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776098"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="xbdDmuyEwTiAAgC6" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Regulation"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;An order prescribed by an authority such as a government body or the management of an enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="An order prescribed by an authority such as a government body or the management of an enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776099"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="xbdDmuyEwTiAAgC7" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Supplier"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A role played by an individual or enterprise that can furnish or provide products or services to the subject enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A role played by an individual or enterprise that can furnish or provide products or services to the subject enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776099"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="xbdDmuyEwTiAAgC8" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Technology"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;The role of technology, including its developments and limitations \u2014 there may be prerequisites for use of technology; there may be enterprise activity that technology enables or restricts.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="The role of technology, including its developments and limitations \u2014 there may be prerequisites for use of technology; there may be enterprise activity that technology enables or restricts."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776099"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="JbdDmuyEwTiAAgC9" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Assumption"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Something that is taken for granted or without proof.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Something that is taken for granted or without proof."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776100"/>
+								<property name="pmLastModified" type="string" value="1337241303575"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="JbdDmuyEwTiAAgC." modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Corporate"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Value An ideal, custom, or institution that an enterprise promotes or agrees with (either positive or negative).&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Value An ideal, custom, or institution that an enterprise promotes or agrees with (either positive or negative)."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776100"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="JbdDmuyEwTiAAgC_" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Explicit Value"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A Corporate Value explicitly set forth and declared.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A Corporate Value explicitly set forth and declared."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776100"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="pbdDmuyEwTiAAgDA" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Implicit Value"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A Corporate Value not explicitly declared but nonetheless understood by some or all of the people in an enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A Corporate Value not explicitly declared but nonetheless understood by some or all of the people in an enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776101"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="pbdDmuyEwTiAAgDB" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Habit"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A customary practice or use.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A customary practice or use."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776101"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="pbdDmuyEwTiAAgDC" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Infrastructure"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;The basic underlying framework or features of a system.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="The basic underlying framework or features of a system."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776101"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="ZbdDmuyEwTiAAgDD" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Issue"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;A point in question or a matter that is in dispute as between contending partners.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="A point in question or a matter that is in dispute as between contending partners."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776102"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="ZbdDmuyEwTiAAgDE" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Management"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Prerogative A right or privilege exercised by virtue of ownership or position in an enterprise.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Prerogative A right or privilege exercised by virtue of ownership or position in an enterprise."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776102"/>
+								<property name="pmLastModified" type="string" value="1337241303576"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="5bdDmuyEwTiAAgDF" modelType="BMMInfluencerCategory">
+							<properties>
+								<property name="name" type="string" value="Resource"/>
+								<property name="modelType" type="string" value="BMMInfluencerCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;The resources available for carrying out the business of an enterprise, especially their&#9;quality.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="The resources available for carrying out the business of an enterprise, especially their&#9;quality."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776103"/>
+								<property name="pmLastModified" type="string" value="1337241303577"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="rbdDmuyEwTiAAgDH" modelType="BMMBusinessRuleEnforcementLevelContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevelContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="G7dDmuyEwTiAAgDJ"/>
+						<modelRef value="m7dDmuyEwTiAAgDK"/>
+						<modelRef value="m7dDmuyEwTiAAgDL"/>
+						<modelRef value="m7dDmuyEwTiAAgDM"/>
+						<modelRef value="m7dDmuyEwTiAAgDN"/>
+						<modelRef value="m7dDmuyEwTiAAgDO"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="G7dDmuyEwTiAAgDJ" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Strictly enforced"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;If the rule is violated, the penalty is always applied.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="If the rule is violated, the penalty is always applied."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776152"/>
+								<property name="pmLastModified" type="string" value="1337241303577"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="m7dDmuyEwTiAAgDK" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Deferred enforcement"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Strictly enforced, but enforcement may be delayed (e.g., waiting for resource with required skills).&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Strictly enforced, but enforcement may be delayed (e.g., waiting for resource with required skills)."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776153"/>
+								<property name="pmLastModified" type="string" value="1337241303577"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="m7dDmuyEwTiAAgDL" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Pre-authorized override"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Enforced, but exceptions allowed, with prior approval for actors with before-the-fact override authorization.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Enforced, but exceptions allowed, with prior approval for actors with before-the-fact override authorization."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776153"/>
+								<property name="pmLastModified" type="string" value="1337241303577"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="m7dDmuyEwTiAAgDM" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Post-justified override"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;If not approved after the fact, you may be subject to sanction or other consequences.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="If not approved after the fact, you may be subject to sanction or other consequences."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776153"/>
+								<property name="pmLastModified" type="string" value="1337241303577"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="m7dDmuyEwTiAAgDN" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Override with explanation"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Comment must be provided when the violation occurs.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Comment must be provided when the violation occurs."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776153"/>
+								<property name="pmLastModified" type="string" value="1337241303578"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="m7dDmuyEwTiAAgDO" modelType="BMMBusinessRuleEnforcementLevel">
+							<properties>
+								<property name="name" type="string" value="Guideline"/>
+								<property name="modelType" type="string" value="BMMBusinessRuleEnforcementLevel"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Suggested, but not enforced&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Suggested, but not enforced"/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776154"/>
+								<property name="pmLastModified" type="string" value="1337241303578"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="Z7dDmuyEwTiAAgDQ" modelType="BMMAssetCategoryContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="BMMAssetCategoryContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="v7dDmuyEwTiAAgDS"/>
+						<modelRef value="v7dDmuyEwTiAAgDT"/>
+						<modelRef value="f7dDmuyEwTiAAgDU"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="v7dDmuyEwTiAAgDS" modelType="BMMAssetCategory">
+							<properties>
+								<property name="name" type="string" value="Fixed Assets"/>
+								<property name="modelType" type="string" value="BMMAssetCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Things that are kept long-term, maintained, reused, and perhaps eventually replaced. They can be&#9;tangible, such as equipment and buildings, or intangible, such as patents and licenses.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Things that are kept long-term, maintained, reused, and perhaps eventually replaced. They can be&#9;tangible, such as equipment and buildings, or intangible, such as patents and licenses."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776189"/>
+								<property name="pmLastModified" type="string" value="1337241303578"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="v7dDmuyEwTiAAgDT" modelType="BMMAssetCategory">
+							<properties>
+								<property name="name" type="string" value="Resources"/>
+								<property name="modelType" type="string" value="BMMAssetCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Things that are consumed and replenished, such as raw materials, parts, finished goods, and cash.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Things that are consumed and replenished, such as raw materials, parts, finished goods, and cash."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776189"/>
+								<property name="pmLastModified" type="string" value="1337241303578"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="f7dDmuyEwTiAAgDU" modelType="BMMAssetCategory">
+							<properties>
+								<property name="name" type="string" value="Offerings"/>
+								<property name="modelType" type="string" value="BMMAssetCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;An Offering is a specification of a product or service - an intangible Fixed Asset.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="An Offering is a specification of a product or service - an intangible Fixed Asset."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776190"/>
+								<property name="pmLastModified" type="string" value="1337241303578"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="8HdDmuyEwTiAAgDW" modelType="BMMAssessmentCategoryContainer">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="BMMAssessmentCategoryContainer"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="pHdDmuyEwTiAAgDY"/>
+						<modelRef value="FHdDmuyEwTiAAgDZ"/>
+						<modelRef value="FHdDmuyEwTiAAgDa"/>
+						<modelRef value="FHdDmuyEwTiAAgDb"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="pHdDmuyEwTiAAgDY" modelType="BMMAssessmentCategory">
+							<properties>
+								<property name="name" type="string" value="Strength"/>
+								<property name="modelType" type="string" value="BMMAssessmentCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Some advantage or area of excellence within the enterprise that can impact its employment of Means or achievement of Ends.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Some advantage or area of excellence within the enterprise that can impact its employment of Means or achievement of Ends."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776229"/>
+								<property name="pmLastModified" type="string" value="1337241303579"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="FHdDmuyEwTiAAgDZ" modelType="BMMAssessmentCategory">
+							<properties>
+								<property name="name" type="string" value="Weakness"/>
+								<property name="modelType" type="string" value="BMMAssessmentCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;Some area of inadequacy within the enterprise that can impact its employment of Means or achievement of Ends.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="Some area of inadequacy within the enterprise that can impact its employment of Means or achievement of Ends."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776232"/>
+								<property name="pmLastModified" type="string" value="1337241303579"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="FHdDmuyEwTiAAgDa" modelType="BMMAssessmentCategory">
+							<properties>
+								<property name="name" type="string" value="Opportunity"/>
+								<property name="modelType" type="string" value="BMMAssessmentCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;This category indicates that some Influencer can have a favorable impact on the organization's employment of Means or achievement of Ends.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="This category indicates that some Influencer can have a favorable impact on the organization's employment of Means or achievement of Ends."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776232"/>
+								<property name="pmLastModified" type="string" value="1337241303579"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="FHdDmuyEwTiAAgDb" modelType="BMMAssessmentCategory">
+							<properties>
+								<property name="name" type="string" value="Threat"/>
+								<property name="modelType" type="string" value="BMMAssessmentCategory"/>
+								<property htmlValue="&lt;HTML&gt;&lt;BODY&gt;&lt;p style=&quot;margin-top: 0&quot;&gt;This category indicates that some Influencer can have an unfavorable impact on the organization's employment of Means or achievement of Ends.&lt;/p&gt;&lt;/BODY&gt;&lt;/HTML&gt;" name="documentation" type="htmlString" value="This category indicates that some Influencer can have an unfavorable impact on the organization's employment of Means or achievement of Ends."/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337240776232"/>
+								<property name="pmLastModified" type="string" value="1337241303579"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="DndDmuyEwTiAAgDd" modelType="ProjectFormat">
+					<properties>
+						<property name="name" type="string" value="ProjectFormat"/>
+						<property name="modelType" type="string" value="ProjectFormat"/>
+						<property name="fillColorModels" type="modelRefs">
+							<modelRef value="3ndDmuyEwTiAAgDh"/>
+							<modelRef value="PndDmuyEwTiAAgDi"/>
+							<modelRef value="PndDmuyEwTiAAgDj"/>
+							<modelRef value="PndDmuyEwTiAAgDk"/>
+							<modelRef value="PndDmuyEwTiAAgDl"/>
+							<modelRef value="PndDmuyEwTiAAgDm"/>
+							<modelRef value="PndDmuyEwTiAAgDn"/>
+							<modelRef value="PndDmuyEwTiAAgDo"/>
+							<modelRef value="PndDmuyEwTiAAgDp"/>
+							<modelRef value="PndDmuyEwTiAAgDq"/>
+							<modelRef value="PndDmuyEwTiAAgDr"/>
+							<modelRef value="vndDmuyEwTiAAgDs"/>
+							<modelRef value="vndDmuyEwTiAAgDt"/>
+							<modelRef value="vndDmuyEwTiAAgDu"/>
+							<modelRef value="vndDmuyEwTiAAgDv"/>
+							<modelRef value="vndDmuyEwTiAAgDw"/>
+							<modelRef value="vndDmuyEwTiAAgDx"/>
+							<modelRef value="fndDmuyEwTiAAgDy"/>
+							<modelRef value="fndDmuyEwTiAAgDz"/>
+							<modelRef value="fndDmuyEwTiAAgD0"/>
+							<modelRef value="fndDmuyEwTiAAgD1"/>
+							<modelRef value="fndDmuyEwTiAAgD2"/>
+							<modelRef value="fndDmuyEwTiAAgD3"/>
+							<modelRef value="fndDmuyEwTiAAgD4"/>
+							<modelRef value="fndDmuyEwTiAAgD5"/>
+							<modelRef value="fndDmuyEwTiAAgD6"/>
+							<modelRef value="_ndDmuyEwTiAAgD7"/>
+							<modelRef value="_ndDmuyEwTiAAgD8"/>
+							<modelRef value="_ndDmuyEwTiAAgD9"/>
+							<modelRef value="_ndDmuyEwTiAAgD."/>
+							<modelRef value="_ndDmuyEwTiAAgD_"/>
+							<modelRef value="_ndDmuyEwTiAAgEA"/>
+							<modelRef value="_ndDmuyEwTiAAgEB"/>
+							<modelRef value="_ndDmuyEwTiAAgEC"/>
+							<modelRef value="_ndDmuyEwTiAAgED"/>
+							<modelRef value="_ndDmuyEwTiAAgEE"/>
+							<modelRef value="_ndDmuyEwTiAAgEF"/>
+							<modelRef value="AXdDmuyEwTiAAgEG"/>
+							<modelRef value="AXdDmuyEwTiAAgEH"/>
+							<modelRef value="AXdDmuyEwTiAAgEI"/>
+							<modelRef value="AXdDmuyEwTiAAgEJ"/>
+							<modelRef value="AXdDmuyEwTiAAgEK"/>
+							<modelRef value="AXdDmuyEwTiAAgEL"/>
+							<modelRef value="AXdDmuyEwTiAAgEM"/>
+							<modelRef value="AXdDmuyEwTiAAgEN"/>
+							<modelRef value="AXdDmuyEwTiAAgEO"/>
+							<modelRef value="AXdDmuyEwTiAAgEP"/>
+							<modelRef value="gXdDmuyEwTiAAgEQ"/>
+							<modelRef value="gXdDmuyEwTiAAgER"/>
+							<modelRef value="gXdDmuyEwTiAAgES"/>
+							<modelRef value="gXdDmuyEwTiAAgET"/>
+							<modelRef value="gXdDmuyEwTiAAgEU"/>
+							<modelRef value="gXdDmuyEwTiAAgEV"/>
+							<modelRef value="gXdDmuyEwTiAAgEW"/>
+							<modelRef value="gXdDmuyEwTiAAgEX"/>
+							<modelRef value="gXdDmuyEwTiAAgEY"/>
+							<modelRef value="gXdDmuyEwTiAAgEZ"/>
+							<modelRef value="gXdDmuyEwTiAAgEa"/>
+							<modelRef value="QXdDmuyEwTiAAgEb"/>
+							<modelRef value="QXdDmuyEwTiAAgEc"/>
+							<modelRef value="QXdDmuyEwTiAAgEd"/>
+							<modelRef value="QXdDmuyEwTiAAgEe"/>
+							<modelRef value="QXdDmuyEwTiAAgEf"/>
+							<modelRef value="QXdDmuyEwTiAAgEg"/>
+							<modelRef value="QXdDmuyEwTiAAgEh"/>
+							<modelRef value="QXdDmuyEwTiAAgEi"/>
+							<modelRef value="QXdDmuyEwTiAAgEj"/>
+							<modelRef value="QXdDmuyEwTiAAgEk"/>
+							<modelRef value="QXdDmuyEwTiAAgEl"/>
+							<modelRef value="wXdDmuyEwTiAAgEm"/>
+							<modelRef value="wXdDmuyEwTiAAgEn"/>
+							<modelRef value="wXdDmuyEwTiAAgEo"/>
+							<modelRef value="wXdDmuyEwTiAAgEp"/>
+							<modelRef value="wXdDmuyEwTiAAgEq"/>
+							<modelRef value="wXdDmuyEwTiAAgEr"/>
+							<modelRef value="wXdDmuyEwTiAAgEs"/>
+							<modelRef value="wXdDmuyEwTiAAgEt"/>
+							<modelRef value="wXdDmuyEwTiAAgEu"/>
+							<modelRef value="wXdDmuyEwTiAAgEv"/>
+							<modelRef value="IXdDmuyEwTiAAgEw"/>
+							<modelRef value="IXdDmuyEwTiAAgEx"/>
+							<modelRef value="IXdDmuyEwTiAAgEy"/>
+							<modelRef value="IXdDmuyEwTiAAgEz"/>
+							<modelRef value="IXdDmuyEwTiAAgE0"/>
+							<modelRef value="IXdDmuyEwTiAAgE1"/>
+							<modelRef value="IXdDmuyEwTiAAgE2"/>
+							<modelRef value="IXdDmuyEwTiAAgE3"/>
+							<modelRef value="IXdDmuyEwTiAAgE4"/>
+							<modelRef value="IXdDmuyEwTiAAgE5"/>
+							<modelRef value="IXdDmuyEwTiAAgE6"/>
+							<modelRef value="oXdDmuyEwTiAAgE7"/>
+							<modelRef value="oXdDmuyEwTiAAgE8"/>
+							<modelRef value="oXdDmuyEwTiAAgE9"/>
+							<modelRef value="oXdDmuyEwTiAAgE."/>
+							<modelRef value="oXdDmuyEwTiAAgE_"/>
+							<modelRef value="oXdDmuyEwTiAAgFA"/>
+							<modelRef value="oXdDmuyEwTiAAgFB"/>
+							<modelRef value="oXdDmuyEwTiAAgFC"/>
+							<modelRef value="oXdDmuyEwTiAAgFD"/>
+							<modelRef value="oXdDmuyEwTiAAgFE"/>
+							<modelRef value="oXdDmuyEwTiAAgFF"/>
+							<modelRef value="oXdDmuyEwTiAAgFG"/>
+							<modelRef value="YXdDmuyEwTiAAgFH"/>
+							<modelRef value="YXdDmuyEwTiAAgFI"/>
+							<modelRef value="YXdDmuyEwTiAAgFJ"/>
+							<modelRef value="YXdDmuyEwTiAAgFK"/>
+							<modelRef value="YXdDmuyEwTiAAgFL"/>
+							<modelRef value="YXdDmuyEwTiAAgFM"/>
+							<modelRef value="YXdDmuyEwTiAAgFN"/>
+							<modelRef value="YXdDmuyEwTiAAgFO"/>
+							<modelRef value="YXdDmuyEwTiAAgFP"/>
+							<modelRef value="YXdDmuyEwTiAAgFQ"/>
+							<modelRef value="YXdDmuyEwTiAAgFR"/>
+							<modelRef value="4XdDmuyEwTiAAgFS"/>
+							<modelRef value="4XdDmuyEwTiAAgFT"/>
+							<modelRef value="4XdDmuyEwTiAAgFU"/>
+							<modelRef value="4XdDmuyEwTiAAgFV"/>
+							<modelRef value="4XdDmuyEwTiAAgFW"/>
+							<modelRef value="4XdDmuyEwTiAAgFX"/>
+							<modelRef value="4XdDmuyEwTiAAgFY"/>
+							<modelRef value="4XdDmuyEwTiAAgFZ"/>
+							<modelRef value="4XdDmuyEwTiAAgFa"/>
+							<modelRef value="4XdDmuyEwTiAAgFb"/>
+							<modelRef value="4XdDmuyEwTiAAgFc"/>
+							<modelRef value="EXdDmuyEwTiAAgFd"/>
+						</property>
+						<property name="connectorFillColorModels" type="modelRefs">
+							<modelRef value="EXdDmuyEwTiAAgFe"/>
+							<modelRef value="EXdDmuyEwTiAAgFf"/>
+							<modelRef value="EXdDmuyEwTiAAgFg"/>
+							<modelRef value="EXdDmuyEwTiAAgFh"/>
+							<modelRef value="EXdDmuyEwTiAAgFi"/>
+							<modelRef value="EXdDmuyEwTiAAgFj"/>
+							<modelRef value="EXdDmuyEwTiAAgFk"/>
+							<modelRef value="EXdDmuyEwTiAAgFl"/>
+							<modelRef value="EXdDmuyEwTiAAgFm"/>
+							<modelRef value="EXdDmuyEwTiAAgFn"/>
+							<modelRef value="kXdDmuyEwTiAAgFo"/>
+							<modelRef value="kXdDmuyEwTiAAgFp"/>
+							<modelRef value="kXdDmuyEwTiAAgFq"/>
+							<modelRef value="kXdDmuyEwTiAAgFr"/>
+							<modelRef value="kXdDmuyEwTiAAgFs"/>
+							<modelRef value="kXdDmuyEwTiAAgFt"/>
+							<modelRef value="kXdDmuyEwTiAAgFu"/>
+							<modelRef value="kXdDmuyEwTiAAgFv"/>
+							<modelRef value="UXdDmuyEwTiAAgFw"/>
+							<modelRef value="UXdDmuyEwTiAAgFx"/>
+							<modelRef value="UXdDmuyEwTiAAgFy"/>
+							<modelRef value="UXdDmuyEwTiAAgFz"/>
+							<modelRef value="UXdDmuyEwTiAAgF0"/>
+							<modelRef value="UXdDmuyEwTiAAgF1"/>
+							<modelRef value="UXdDmuyEwTiAAgF2"/>
+							<modelRef value="UXdDmuyEwTiAAgF3"/>
+							<modelRef value="0XdDmuyEwTiAAgF4"/>
+							<modelRef value="0XdDmuyEwTiAAgF5"/>
+							<modelRef value="0XdDmuyEwTiAAgF6"/>
+							<modelRef value="0XdDmuyEwTiAAgF7"/>
+							<modelRef value="0XdDmuyEwTiAAgF8"/>
+							<modelRef value="0XdDmuyEwTiAAgF9"/>
+							<modelRef value="0XdDmuyEwTiAAgF."/>
+							<modelRef value="0XdDmuyEwTiAAgF_"/>
+							<modelRef value="0XdDmuyEwTiAAgGA"/>
+							<modelRef value="0XdDmuyEwTiAAgGB"/>
+							<modelRef value="0XdDmuyEwTiAAgGC"/>
+							<modelRef value="MXdDmuyEwTiAAgGD"/>
+							<modelRef value="MXdDmuyEwTiAAgGE"/>
+							<modelRef value="MXdDmuyEwTiAAgGF"/>
+							<modelRef value="MXdDmuyEwTiAAgGG"/>
+							<modelRef value="MXdDmuyEwTiAAgGH"/>
+							<modelRef value="MXdDmuyEwTiAAgGI"/>
+							<modelRef value="MXdDmuyEwTiAAgGJ"/>
+							<modelRef value="MXdDmuyEwTiAAgGK"/>
+							<modelRef value="MXdDmuyEwTiAAgGL"/>
+							<modelRef value="MXdDmuyEwTiAAgGM"/>
+							<modelRef value="MXdDmuyEwTiAAgGN"/>
+							<modelRef value="MXdDmuyEwTiAAgGO"/>
+							<modelRef value="sXdDmuyEwTiAAgGP"/>
+							<modelRef value="sXdDmuyEwTiAAgGQ"/>
+							<modelRef value="sXdDmuyEwTiAAgGR"/>
+							<modelRef value="sXdDmuyEwTiAAgGS"/>
+							<modelRef value="sXdDmuyEwTiAAgGT"/>
+							<modelRef value="sXdDmuyEwTiAAgGU"/>
+							<modelRef value="sXdDmuyEwTiAAgGV"/>
+							<modelRef value="sXdDmuyEwTiAAgGW"/>
+							<modelRef value="sXdDmuyEwTiAAgGX"/>
+							<modelRef value="sXdDmuyEwTiAAgGY"/>
+							<modelRef value="cXdDmuyEwTiAAgGZ"/>
+							<modelRef value="cXdDmuyEwTiAAgGa"/>
+							<modelRef value="8XdDmuyEwTiAAgGb"/>
+							<modelRef value="8XdDmuyEwTiAAgGc"/>
+							<modelRef value="8XdDmuyEwTiAAgGd"/>
+							<modelRef value="8XdDmuyEwTiAAgGe"/>
+							<modelRef value="8XdDmuyEwTiAAgGf"/>
+							<modelRef value="8XdDmuyEwTiAAgGg"/>
+							<modelRef value="8XdDmuyEwTiAAgGh"/>
+							<modelRef value="8XdDmuyEwTiAAgGi"/>
+							<modelRef value="8XdDmuyEwTiAAgGj"/>
+							<modelRef value="8XdDmuyEwTiAAgGk"/>
+							<modelRef value="8XdDmuyEwTiAAgGl"/>
+							<modelRef value="8XdDmuyEwTiAAgGm"/>
+							<modelRef value="CXdDmuyEwTiAAgGn"/>
+							<modelRef value="CXdDmuyEwTiAAgGo"/>
+							<modelRef value="CXdDmuyEwTiAAgGp"/>
+							<modelRef value="CXdDmuyEwTiAAgGq"/>
+							<modelRef value="CXdDmuyEwTiAAgGr"/>
+							<modelRef value="CXdDmuyEwTiAAgGs"/>
+							<modelRef value="CXdDmuyEwTiAAgGt"/>
+							<modelRef value="CXdDmuyEwTiAAgGu"/>
+							<modelRef value="CXdDmuyEwTiAAgGv"/>
+							<modelRef value="CXdDmuyEwTiAAgGw"/>
+							<modelRef value="CXdDmuyEwTiAAgGx"/>
+							<modelRef value="iXdDmuyEwTiAAgGy"/>
+							<modelRef value="iXdDmuyEwTiAAgGz"/>
+							<modelRef value="iXdDmuyEwTiAAgG0"/>
+							<modelRef value="iXdDmuyEwTiAAgG1"/>
+							<modelRef value="iXdDmuyEwTiAAgG2"/>
+							<modelRef value="iXdDmuyEwTiAAgG3"/>
+							<modelRef value="iXdDmuyEwTiAAgG4"/>
+							<modelRef value="iXdDmuyEwTiAAgG5"/>
+							<modelRef value="iXdDmuyEwTiAAgG6"/>
+							<modelRef value="iXdDmuyEwTiAAgG7"/>
+							<modelRef value="iXdDmuyEwTiAAgG8"/>
+							<modelRef value="SXdDmuyEwTiAAgG9"/>
+							<modelRef value="SXdDmuyEwTiAAgG."/>
+							<modelRef value="SXdDmuyEwTiAAgG_"/>
+							<modelRef value="SXdDmuyEwTiAAgHA"/>
+							<modelRef value="SXdDmuyEwTiAAgHB"/>
+							<modelRef value="SXdDmuyEwTiAAgHC"/>
+							<modelRef value="SXdDmuyEwTiAAgHD"/>
+							<modelRef value="SXdDmuyEwTiAAgHE"/>
+							<modelRef value="SXdDmuyEwTiAAgHF"/>
+						</property>
+						<property name="defaultLineModels" type="modelRefs">
+							<modelRef value="OXdDmuyEwTiAAgHH"/>
+							<modelRef value="BXdDmuyEwTiAAgHI"/>
+							<modelRef value="BXdDmuyEwTiAAgHJ"/>
+							<modelRef value="BXdDmuyEwTiAAgHK"/>
+							<modelRef value="BXdDmuyEwTiAAgHL"/>
+						</property>
+						<property name="connectorDefaultLineModels" type="modelRefs">
+							<modelRef value="hXdDmuyEwTiAAgHQ"/>
+							<modelRef value="hXdDmuyEwTiAAgHR"/>
+							<modelRef value="hXdDmuyEwTiAAgHS"/>
+							<modelRef value="hXdDmuyEwTiAAgHT"/>
+							<modelRef value="hXdDmuyEwTiAAgHU"/>
+						</property>
+						<property modelRef="XndDmuyEwTiAAgDf" name="globalFillColorModel" type="modelRef"/>
+						<property modelRef="XndDmuyEwTiAAgDg" name="globalConnectorFillColorModel" type="modelRef"/>
+						<property name="lineWeight" type="double" value="1.0"/>
+						<property name="lineModelCap" type="int" value="0"/>
+						<property name="lineColor" type="int" value="-16777216"/>
+						<property name="lineTransparency" type="int" value="0"/>
+						<property name="connectorLineWeight" type="double" value="1.0"/>
+						<property name="connectorLineModelCap" type="int" value="0"/>
+						<property name="connectorLineColor" type="int" value="-16777216"/>
+						<property name="connectorLineTransparency" type="int" value="0"/>
+						<property name="defaultShapeBackground" type="int" value="-8728587"/>
+						<property name="defaultShapeForeground" type="int" value="-16777216"/>
+						<property name="defaultFontColor" type="int" value="-16777216"/>
+						<property name="defaultConnectorFontColor" type="int" value="-16777216"/>
+						<property name="defaultFontName" type="string" value="Dialog"/>
+						<property name="defaultFontStyle" type="int" value="0"/>
+						<property name="defaultFontSize" type="int" value="11"/>
+						<property name="defaultConnectorFontName" type="string" value="Dialog"/>
+						<property name="defaultConnectorFontStyle" type="int" value="0"/>
+						<property name="defaultConnectorFontSize" type="int" value="11"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="XndDmuyEwTiAAgDf"/>
+						<modelRef value="XndDmuyEwTiAAgDg"/>
+						<modelRef value="3ndDmuyEwTiAAgDh"/>
+						<modelRef value="PndDmuyEwTiAAgDi"/>
+						<modelRef value="PndDmuyEwTiAAgDj"/>
+						<modelRef value="PndDmuyEwTiAAgDk"/>
+						<modelRef value="PndDmuyEwTiAAgDl"/>
+						<modelRef value="PndDmuyEwTiAAgDm"/>
+						<modelRef value="PndDmuyEwTiAAgDn"/>
+						<modelRef value="PndDmuyEwTiAAgDo"/>
+						<modelRef value="PndDmuyEwTiAAgDp"/>
+						<modelRef value="PndDmuyEwTiAAgDq"/>
+						<modelRef value="PndDmuyEwTiAAgDr"/>
+						<modelRef value="vndDmuyEwTiAAgDs"/>
+						<modelRef value="vndDmuyEwTiAAgDt"/>
+						<modelRef value="vndDmuyEwTiAAgDu"/>
+						<modelRef value="vndDmuyEwTiAAgDv"/>
+						<modelRef value="vndDmuyEwTiAAgDw"/>
+						<modelRef value="vndDmuyEwTiAAgDx"/>
+						<modelRef value="fndDmuyEwTiAAgDy"/>
+						<modelRef value="fndDmuyEwTiAAgDz"/>
+						<modelRef value="fndDmuyEwTiAAgD0"/>
+						<modelRef value="fndDmuyEwTiAAgD1"/>
+						<modelRef value="fndDmuyEwTiAAgD2"/>
+						<modelRef value="fndDmuyEwTiAAgD3"/>
+						<modelRef value="fndDmuyEwTiAAgD4"/>
+						<modelRef value="fndDmuyEwTiAAgD5"/>
+						<modelRef value="fndDmuyEwTiAAgD6"/>
+						<modelRef value="_ndDmuyEwTiAAgD7"/>
+						<modelRef value="_ndDmuyEwTiAAgD8"/>
+						<modelRef value="_ndDmuyEwTiAAgD9"/>
+						<modelRef value="_ndDmuyEwTiAAgD."/>
+						<modelRef value="_ndDmuyEwTiAAgD_"/>
+						<modelRef value="_ndDmuyEwTiAAgEA"/>
+						<modelRef value="_ndDmuyEwTiAAgEB"/>
+						<modelRef value="_ndDmuyEwTiAAgEC"/>
+						<modelRef value="_ndDmuyEwTiAAgED"/>
+						<modelRef value="_ndDmuyEwTiAAgEE"/>
+						<modelRef value="_ndDmuyEwTiAAgEF"/>
+						<modelRef value="AXdDmuyEwTiAAgEG"/>
+						<modelRef value="AXdDmuyEwTiAAgEH"/>
+						<modelRef value="AXdDmuyEwTiAAgEI"/>
+						<modelRef value="AXdDmuyEwTiAAgEJ"/>
+						<modelRef value="AXdDmuyEwTiAAgEK"/>
+						<modelRef value="AXdDmuyEwTiAAgEL"/>
+						<modelRef value="AXdDmuyEwTiAAgEM"/>
+						<modelRef value="AXdDmuyEwTiAAgEN"/>
+						<modelRef value="AXdDmuyEwTiAAgEO"/>
+						<modelRef value="AXdDmuyEwTiAAgEP"/>
+						<modelRef value="gXdDmuyEwTiAAgEQ"/>
+						<modelRef value="gXdDmuyEwTiAAgER"/>
+						<modelRef value="gXdDmuyEwTiAAgES"/>
+						<modelRef value="gXdDmuyEwTiAAgET"/>
+						<modelRef value="gXdDmuyEwTiAAgEU"/>
+						<modelRef value="gXdDmuyEwTiAAgEV"/>
+						<modelRef value="gXdDmuyEwTiAAgEW"/>
+						<modelRef value="gXdDmuyEwTiAAgEX"/>
+						<modelRef value="gXdDmuyEwTiAAgEY"/>
+						<modelRef value="gXdDmuyEwTiAAgEZ"/>
+						<modelRef value="gXdDmuyEwTiAAgEa"/>
+						<modelRef value="QXdDmuyEwTiAAgEb"/>
+						<modelRef value="QXdDmuyEwTiAAgEc"/>
+						<modelRef value="QXdDmuyEwTiAAgEd"/>
+						<modelRef value="QXdDmuyEwTiAAgEe"/>
+						<modelRef value="QXdDmuyEwTiAAgEf"/>
+						<modelRef value="QXdDmuyEwTiAAgEg"/>
+						<modelRef value="QXdDmuyEwTiAAgEh"/>
+						<modelRef value="QXdDmuyEwTiAAgEi"/>
+						<modelRef value="QXdDmuyEwTiAAgEj"/>
+						<modelRef value="QXdDmuyEwTiAAgEk"/>
+						<modelRef value="QXdDmuyEwTiAAgEl"/>
+						<modelRef value="wXdDmuyEwTiAAgEm"/>
+						<modelRef value="wXdDmuyEwTiAAgEn"/>
+						<modelRef value="wXdDmuyEwTiAAgEo"/>
+						<modelRef value="wXdDmuyEwTiAAgEp"/>
+						<modelRef value="wXdDmuyEwTiAAgEq"/>
+						<modelRef value="wXdDmuyEwTiAAgEr"/>
+						<modelRef value="wXdDmuyEwTiAAgEs"/>
+						<modelRef value="wXdDmuyEwTiAAgEt"/>
+						<modelRef value="wXdDmuyEwTiAAgEu"/>
+						<modelRef value="wXdDmuyEwTiAAgEv"/>
+						<modelRef value="IXdDmuyEwTiAAgEw"/>
+						<modelRef value="IXdDmuyEwTiAAgEx"/>
+						<modelRef value="IXdDmuyEwTiAAgEy"/>
+						<modelRef value="IXdDmuyEwTiAAgEz"/>
+						<modelRef value="IXdDmuyEwTiAAgE0"/>
+						<modelRef value="IXdDmuyEwTiAAgE1"/>
+						<modelRef value="IXdDmuyEwTiAAgE2"/>
+						<modelRef value="IXdDmuyEwTiAAgE3"/>
+						<modelRef value="IXdDmuyEwTiAAgE4"/>
+						<modelRef value="IXdDmuyEwTiAAgE5"/>
+						<modelRef value="IXdDmuyEwTiAAgE6"/>
+						<modelRef value="oXdDmuyEwTiAAgE7"/>
+						<modelRef value="oXdDmuyEwTiAAgE8"/>
+						<modelRef value="oXdDmuyEwTiAAgE9"/>
+						<modelRef value="oXdDmuyEwTiAAgE."/>
+						<modelRef value="oXdDmuyEwTiAAgE_"/>
+						<modelRef value="oXdDmuyEwTiAAgFA"/>
+						<modelRef value="oXdDmuyEwTiAAgFB"/>
+						<modelRef value="oXdDmuyEwTiAAgFC"/>
+						<modelRef value="oXdDmuyEwTiAAgFD"/>
+						<modelRef value="oXdDmuyEwTiAAgFE"/>
+						<modelRef value="oXdDmuyEwTiAAgFF"/>
+						<modelRef value="oXdDmuyEwTiAAgFG"/>
+						<modelRef value="YXdDmuyEwTiAAgFH"/>
+						<modelRef value="YXdDmuyEwTiAAgFI"/>
+						<modelRef value="YXdDmuyEwTiAAgFJ"/>
+						<modelRef value="YXdDmuyEwTiAAgFK"/>
+						<modelRef value="YXdDmuyEwTiAAgFL"/>
+						<modelRef value="YXdDmuyEwTiAAgFM"/>
+						<modelRef value="YXdDmuyEwTiAAgFN"/>
+						<modelRef value="YXdDmuyEwTiAAgFO"/>
+						<modelRef value="YXdDmuyEwTiAAgFP"/>
+						<modelRef value="YXdDmuyEwTiAAgFQ"/>
+						<modelRef value="YXdDmuyEwTiAAgFR"/>
+						<modelRef value="4XdDmuyEwTiAAgFS"/>
+						<modelRef value="4XdDmuyEwTiAAgFT"/>
+						<modelRef value="4XdDmuyEwTiAAgFU"/>
+						<modelRef value="4XdDmuyEwTiAAgFV"/>
+						<modelRef value="4XdDmuyEwTiAAgFW"/>
+						<modelRef value="4XdDmuyEwTiAAgFX"/>
+						<modelRef value="4XdDmuyEwTiAAgFY"/>
+						<modelRef value="4XdDmuyEwTiAAgFZ"/>
+						<modelRef value="4XdDmuyEwTiAAgFa"/>
+						<modelRef value="4XdDmuyEwTiAAgFb"/>
+						<modelRef value="4XdDmuyEwTiAAgFc"/>
+						<modelRef value="EXdDmuyEwTiAAgFd"/>
+						<modelRef value="EXdDmuyEwTiAAgFe"/>
+						<modelRef value="EXdDmuyEwTiAAgFf"/>
+						<modelRef value="EXdDmuyEwTiAAgFg"/>
+						<modelRef value="EXdDmuyEwTiAAgFh"/>
+						<modelRef value="EXdDmuyEwTiAAgFi"/>
+						<modelRef value="EXdDmuyEwTiAAgFj"/>
+						<modelRef value="EXdDmuyEwTiAAgFk"/>
+						<modelRef value="EXdDmuyEwTiAAgFl"/>
+						<modelRef value="EXdDmuyEwTiAAgFm"/>
+						<modelRef value="EXdDmuyEwTiAAgFn"/>
+						<modelRef value="kXdDmuyEwTiAAgFo"/>
+						<modelRef value="kXdDmuyEwTiAAgFp"/>
+						<modelRef value="kXdDmuyEwTiAAgFq"/>
+						<modelRef value="kXdDmuyEwTiAAgFr"/>
+						<modelRef value="kXdDmuyEwTiAAgFs"/>
+						<modelRef value="kXdDmuyEwTiAAgFt"/>
+						<modelRef value="kXdDmuyEwTiAAgFu"/>
+						<modelRef value="kXdDmuyEwTiAAgFv"/>
+						<modelRef value="UXdDmuyEwTiAAgFw"/>
+						<modelRef value="UXdDmuyEwTiAAgFx"/>
+						<modelRef value="UXdDmuyEwTiAAgFy"/>
+						<modelRef value="UXdDmuyEwTiAAgFz"/>
+						<modelRef value="UXdDmuyEwTiAAgF0"/>
+						<modelRef value="UXdDmuyEwTiAAgF1"/>
+						<modelRef value="UXdDmuyEwTiAAgF2"/>
+						<modelRef value="UXdDmuyEwTiAAgF3"/>
+						<modelRef value="0XdDmuyEwTiAAgF4"/>
+						<modelRef value="0XdDmuyEwTiAAgF5"/>
+						<modelRef value="0XdDmuyEwTiAAgF6"/>
+						<modelRef value="0XdDmuyEwTiAAgF7"/>
+						<modelRef value="0XdDmuyEwTiAAgF8"/>
+						<modelRef value="0XdDmuyEwTiAAgF9"/>
+						<modelRef value="0XdDmuyEwTiAAgF."/>
+						<modelRef value="0XdDmuyEwTiAAgF_"/>
+						<modelRef value="0XdDmuyEwTiAAgGA"/>
+						<modelRef value="0XdDmuyEwTiAAgGB"/>
+						<modelRef value="0XdDmuyEwTiAAgGC"/>
+						<modelRef value="MXdDmuyEwTiAAgGD"/>
+						<modelRef value="MXdDmuyEwTiAAgGE"/>
+						<modelRef value="MXdDmuyEwTiAAgGF"/>
+						<modelRef value="MXdDmuyEwTiAAgGG"/>
+						<modelRef value="MXdDmuyEwTiAAgGH"/>
+						<modelRef value="MXdDmuyEwTiAAgGI"/>
+						<modelRef value="MXdDmuyEwTiAAgGJ"/>
+						<modelRef value="MXdDmuyEwTiAAgGK"/>
+						<modelRef value="MXdDmuyEwTiAAgGL"/>
+						<modelRef value="MXdDmuyEwTiAAgGM"/>
+						<modelRef value="MXdDmuyEwTiAAgGN"/>
+						<modelRef value="MXdDmuyEwTiAAgGO"/>
+						<modelRef value="sXdDmuyEwTiAAgGP"/>
+						<modelRef value="sXdDmuyEwTiAAgGQ"/>
+						<modelRef value="sXdDmuyEwTiAAgGR"/>
+						<modelRef value="sXdDmuyEwTiAAgGS"/>
+						<modelRef value="sXdDmuyEwTiAAgGT"/>
+						<modelRef value="sXdDmuyEwTiAAgGU"/>
+						<modelRef value="sXdDmuyEwTiAAgGV"/>
+						<modelRef value="sXdDmuyEwTiAAgGW"/>
+						<modelRef value="sXdDmuyEwTiAAgGX"/>
+						<modelRef value="sXdDmuyEwTiAAgGY"/>
+						<modelRef value="cXdDmuyEwTiAAgGZ"/>
+						<modelRef value="cXdDmuyEwTiAAgGa"/>
+						<modelRef value="8XdDmuyEwTiAAgGb"/>
+						<modelRef value="8XdDmuyEwTiAAgGc"/>
+						<modelRef value="8XdDmuyEwTiAAgGd"/>
+						<modelRef value="8XdDmuyEwTiAAgGe"/>
+						<modelRef value="8XdDmuyEwTiAAgGf"/>
+						<modelRef value="8XdDmuyEwTiAAgGg"/>
+						<modelRef value="8XdDmuyEwTiAAgGh"/>
+						<modelRef value="8XdDmuyEwTiAAgGi"/>
+						<modelRef value="8XdDmuyEwTiAAgGj"/>
+						<modelRef value="8XdDmuyEwTiAAgGk"/>
+						<modelRef value="8XdDmuyEwTiAAgGl"/>
+						<modelRef value="8XdDmuyEwTiAAgGm"/>
+						<modelRef value="CXdDmuyEwTiAAgGn"/>
+						<modelRef value="CXdDmuyEwTiAAgGo"/>
+						<modelRef value="CXdDmuyEwTiAAgGp"/>
+						<modelRef value="CXdDmuyEwTiAAgGq"/>
+						<modelRef value="CXdDmuyEwTiAAgGr"/>
+						<modelRef value="CXdDmuyEwTiAAgGs"/>
+						<modelRef value="CXdDmuyEwTiAAgGt"/>
+						<modelRef value="CXdDmuyEwTiAAgGu"/>
+						<modelRef value="CXdDmuyEwTiAAgGv"/>
+						<modelRef value="CXdDmuyEwTiAAgGw"/>
+						<modelRef value="CXdDmuyEwTiAAgGx"/>
+						<modelRef value="iXdDmuyEwTiAAgGy"/>
+						<modelRef value="iXdDmuyEwTiAAgGz"/>
+						<modelRef value="iXdDmuyEwTiAAgG0"/>
+						<modelRef value="iXdDmuyEwTiAAgG1"/>
+						<modelRef value="iXdDmuyEwTiAAgG2"/>
+						<modelRef value="iXdDmuyEwTiAAgG3"/>
+						<modelRef value="iXdDmuyEwTiAAgG4"/>
+						<modelRef value="iXdDmuyEwTiAAgG5"/>
+						<modelRef value="iXdDmuyEwTiAAgG6"/>
+						<modelRef value="iXdDmuyEwTiAAgG7"/>
+						<modelRef value="iXdDmuyEwTiAAgG8"/>
+						<modelRef value="SXdDmuyEwTiAAgG9"/>
+						<modelRef value="SXdDmuyEwTiAAgG."/>
+						<modelRef value="SXdDmuyEwTiAAgG_"/>
+						<modelRef value="SXdDmuyEwTiAAgHA"/>
+						<modelRef value="SXdDmuyEwTiAAgHB"/>
+						<modelRef value="SXdDmuyEwTiAAgHC"/>
+						<modelRef value="SXdDmuyEwTiAAgHD"/>
+						<modelRef value="SXdDmuyEwTiAAgHE"/>
+						<modelRef value="SXdDmuyEwTiAAgHF"/>
+						<modelRef value="OXdDmuyEwTiAAgHH"/>
+						<modelRef value="BXdDmuyEwTiAAgHI"/>
+						<modelRef value="BXdDmuyEwTiAAgHJ"/>
+						<modelRef value="BXdDmuyEwTiAAgHK"/>
+						<modelRef value="BXdDmuyEwTiAAgHL"/>
+						<modelRef value="hXdDmuyEwTiAAgHQ"/>
+						<modelRef value="hXdDmuyEwTiAAgHR"/>
+						<modelRef value="hXdDmuyEwTiAAgHS"/>
+						<modelRef value="hXdDmuyEwTiAAgHT"/>
+						<modelRef value="hXdDmuyEwTiAAgHU"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="XndDmuyEwTiAAgDf" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Global"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="XndDmuyEwTiAAgDg" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Global"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="3ndDmuyEwTiAAgDh" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBTable"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-674182"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDi" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBView"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-674182"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDj" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ORMContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-657931"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDk" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="JoinNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDl" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ForkNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDm" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="InitialNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDn" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ActivityFinalNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDo" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="InitialPseudoState"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDp" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Junction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDq" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Fork"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="PndDmuyEwTiAAgDr" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Join"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDs" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="FinalState2"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDt" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPTask"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1116806"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDu" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPSubProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-662150"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDv" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPPool"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDw" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPStartEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3934854"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="vndDmuyEwTiAAgDx" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPIntermediateEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-670598"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgDy" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPEndEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-689542"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgDz" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPGroup"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD0" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD1" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataOutput"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD2" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataInput"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD3" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataStore"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD4" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPGateway"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-26322"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD5" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPTextAnnotation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="fndDmuyEwTiAAgD6" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPLane"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgD7" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPChoreographyTask"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1116806"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgD8" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPChoreographySubProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-662150"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgD9" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPCallChoreographyActivity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-256"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgD." modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPCallActivity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-256"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgD_" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPMessage"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-6556965"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgEA" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Requirement"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgEB" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="RequirementModel"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgEC" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="TestCase"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgED" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ProcedureContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4331895"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgEE" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ProcedureResultSet"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1841527"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="_ndDmuyEwTiAAgEF" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFDataStore"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEG" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFExternalEntity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEH" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEI" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBTriggerContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7939355"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEJ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="MindMapNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEK" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Callout"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEL" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Rectangle"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEM" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Polygon"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEN" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Oval"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEO" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5447584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="AXdDmuyEwTiAAgEP" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEQ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCAndOperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgER" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCOrOperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgES" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCXOROperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgET" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCOrganizationUnit"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-11102757"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEU" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCProcessPath"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="-5447584"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEV" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCInformationResource"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1914523"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEW" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEX" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMSend"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5447584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEY" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMReceive"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEZ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="OCUnit"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-2979851"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="gXdDmuyEwTiAAgEa" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPMessageFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEb" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFDataFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEc" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPSequenceFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEd" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Message"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEe" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Generalization"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEf" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBSequence"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3434280"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEg" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisViewNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5769862"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEh" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisViewGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5769862"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEi" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisDiagramNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEj" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisDiagramGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEk" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisModelNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="QXdDmuyEwTiAAgEl" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisModelGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEm" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ConversationParticipant"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEn" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ConversationCommunication"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEo" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="SubConversation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEp" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="CallConversation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEq" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessActor"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEr" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessCollaboration"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEs" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEt" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEu" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessInteraction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="wXdDmuyEwTiAAgEv" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgEw" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgEx" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgEy" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessRole"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgEz" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE0" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateProduct"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE1" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateContract"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE2" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateMeaning"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE3" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateValue"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE4" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateRepresentation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE5" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationCollaboration"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="IXdDmuyEwTiAAgE6" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationComponent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgE7" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgE8" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationInteraction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgE9" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgE." modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgE_" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateDataObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFA" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateDevice"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFB" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFC" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateSystemSoftware"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFD" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateInfrastructureInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFE" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateInfrastructureService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFF" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateArtifact"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="oXdDmuyEwTiAAgFG" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateGrouping"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFH" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateNetwork"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFI" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateCommunicationPath"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFJ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Glossary"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-10896911"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFK" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="FactTypeRoleFactName"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-10896911"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFL" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMAssessment"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-589"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFM" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMBusinessPolicy"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFN" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMGoal"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5747"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFO" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMMission"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1639425"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFP" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMRisk"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-589"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFQ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMStrategy"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4921361"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="YXdDmuyEwTiAAgFR" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMTactic"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-6101255"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFS" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMAsset"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1184275"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFT" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMLiability"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1184275"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFU" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMEnd"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-2424873"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFV" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMMeans"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-332801"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFW" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMVision"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-297"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFX" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMPotentialReward"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-589"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFY" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMOrganizationUnit"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1184275"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFZ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMObjective"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-11187"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFa" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMInternalInfluencer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-410113"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFb" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMExternalInfluencer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-410113"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="4XdDmuyEwTiAAgFc" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMInfluencingOrganization"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-410113"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFd" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BMMBusinessProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1184275"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFe" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBTable"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-674182"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFf" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBView"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-674182"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFg" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ORMContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-657931"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFh" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="JoinNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFi" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ForkNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFj" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="InitialNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFk" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ActivityFinalNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFl" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="InitialPseudoState"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFm" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Junction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="EXdDmuyEwTiAAgFn" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Fork"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFo" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Join"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFp" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="FinalState2"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFq" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPTask"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1116806"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFr" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPSubProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-662150"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFs" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPPool"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFt" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPStartEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3934854"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFu" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPIntermediateEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-670598"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="kXdDmuyEwTiAAgFv" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPEndEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-689542"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgFw" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPGroup"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgFx" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgFy" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataOutput"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgFz" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataInput"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgF0" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPDataStore"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgF1" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPGateway"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-26322"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgF2" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPTextAnnotation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="UXdDmuyEwTiAAgF3" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPLane"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF4" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPChoreographyTask"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1116806"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF5" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPChoreographySubProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-662150"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF6" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPCallChoreographyActivity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-256"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF7" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPCallActivity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-256"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF8" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPMessage"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-6556965"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF9" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Requirement"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF." modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="RequirementModel"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgF_" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="TestCase"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4138559"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgGA" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ProcedureContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-4331895"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgGB" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ProcedureResultSet"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1841527"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="0XdDmuyEwTiAAgGC" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFDataStore"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGD" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFExternalEntity"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGE" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-726374"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGF" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBTriggerContainer"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7939355"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGG" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="MindMapNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGH" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Callout"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGI" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Rectangle"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGJ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Polygon"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGK" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Oval"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-792584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGL" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5447584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGM" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGN" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCAndOperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="MXdDmuyEwTiAAgGO" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCOrOperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGP" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCXOROperator"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1471446"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGQ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCOrganizationUnit"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-11102757"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGR" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCProcessPath"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="-5447584"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGS" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="EPCInformationResource"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1914523"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGT" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3023505"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGU" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMSend"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5447584"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGV" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="PMReceive"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGW" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="OCUnit"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-2979851"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGX" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPMessageFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-723724"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="sXdDmuyEwTiAAgGY" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DFDataFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="cXdDmuyEwTiAAgGZ" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="BPSequenceFlow"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="cXdDmuyEwTiAAgGa" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Message"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-16777216"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGb" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Generalization"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGc" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="DBSequence"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3434280"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGd" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisViewNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5769862"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGe" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisViewGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-5769862"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGf" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisDiagramNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGg" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisDiagramGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-39"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGh" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisModelNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGi" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="AnalysisModelGroupNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-8728587"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGj" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ConversationParticipant"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-7873291"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGk" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ConversationCommunication"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGl" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="SubConversation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="8XdDmuyEwTiAAgGm" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="CallConversation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3630094"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGn" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessActor"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGo" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessCollaboration"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGp" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessEvent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGq" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGr" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessInteraction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGs" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGt" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGu" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessProcess"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGv" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessRole"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGw" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateBusinessService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="CXdDmuyEwTiAAgGx" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateProduct"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgGy" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateContract"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgGz" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateMeaning"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG0" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateValue"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG1" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateRepresentation"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-65639"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG2" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationCollaboration"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG3" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationComponent"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG4" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationFunction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG5" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationInteraction"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG6" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG7" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateApplicationService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="iXdDmuyEwTiAAgG8" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateDataObject"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-983041"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgG9" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateDevice"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgG." modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateNode"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgG_" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateSystemSoftware"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHA" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateInfrastructureInterface"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHB" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateInfrastructureService"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHC" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateArtifact"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-3276852"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHD" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="ArchiMateGrouping"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-1"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHE" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="Glossary"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-10896911"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="SXdDmuyEwTiAAgHF" modelType="ProjectFillColorModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectFillColorModel"/>
+								<property name="baseType" type="string" value="FactTypeRoleFactName"/>
+								<property name="fillColorType" type="int" value="1"/>
+								<property name="fillColorGradientStyle" type="int" value="1"/>
+								<property name="fillColorTransparency" type="int" value="0"/>
+								<property name="fillColorColor1" type="int" value="-10896911"/>
+								<property name="fillColorColor2" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="OXdDmuyEwTiAAgHH" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Callout"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="BXdDmuyEwTiAAgHI" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Rectangle"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="BXdDmuyEwTiAAgHJ" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Polygon"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="BXdDmuyEwTiAAgHK" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Oval"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="BXdDmuyEwTiAAgHL" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="BPGroup"/>
+								<property name="lineModelStrokeDashs" type="models">
+									<vpumlModels>
+										<vpumlModel id="BXdDmuyEwTiAAgHM" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776352"/>
+												<property name="pmLastModified" type="string" value="1337241303602"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="12.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="BXdDmuyEwTiAAgHN" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776352"/>
+												<property name="pmLastModified" type="string" value="1337241303602"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="6.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="BXdDmuyEwTiAAgHO" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776352"/>
+												<property name="pmLastModified" type="string" value="1337241303602"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="2.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="hXdDmuyEwTiAAgHP" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776353"/>
+												<property name="pmLastModified" type="string" value="1337241303602"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="6.0"/>
+											</properties>
+										</vpumlModel>
+									</vpumlModels>
+								</property>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="1"/>
+								<property name="lineColor" type="int" value="-16777216"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hXdDmuyEwTiAAgHQ" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Callout"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hXdDmuyEwTiAAgHR" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Rectangle"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hXdDmuyEwTiAAgHS" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Polygon"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hXdDmuyEwTiAAgHT" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="Oval"/>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="0"/>
+								<property name="lineColor" type="int" value="-3370015"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+						<vpumlModel id="hXdDmuyEwTiAAgHU" modelType="ProjectDefaultLineModel">
+							<properties>
+								<property name="name" type="string" value=""/>
+								<property name="modelType" type="string" value="ProjectDefaultLineModel"/>
+								<property name="baseType" type="string" value="BPGroup"/>
+								<property name="lineModelStrokeDashs" type="models">
+									<vpumlModels>
+										<vpumlModel id="hXdDmuyEwTiAAgHV" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776353"/>
+												<property name="pmLastModified" type="string" value="1337241303602"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="12.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="RXdDmuyEwTiAAgHW" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776354"/>
+												<property name="pmLastModified" type="string" value="1337241303603"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="6.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="RXdDmuyEwTiAAgHX" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776354"/>
+												<property name="pmLastModified" type="string" value="1337241303603"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="2.0"/>
+											</properties>
+										</vpumlModel>
+										<vpumlModel id="RXdDmuyEwTiAAgHY" modelType="ValueSpecification">
+											<properties>
+												<property name="name" type="string" value=""/>
+												<property name="modelType" type="string" value="ValueSpecification"/>
+												<property htmlValue="" name="documentation" type="htmlString" value=""/>
+												<property name="pmAuthor" type="string" value="lavm"/>
+												<property name="pmCreateDateTime" type="string" value="1337240776354"/>
+												<property name="pmLastModified" type="string" value="1337241303603"/>
+												<property name="qualityScore" type="int" value="-1"/>
+												<property name="value" type="textModel" value="6.0"/>
+											</properties>
+										</vpumlModel>
+									</vpumlModels>
+								</property>
+								<property name="lineWeight" type="double" value="1.0"/>
+								<property name="lineModelCap" type="int" value="1"/>
+								<property name="lineColor" type="int" value="-16777216"/>
+								<property name="lineTransparency" type="int" value="0"/>
+							</properties>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="j59TmuyEwTiAAgNY" modelType="ModelRelationshipContainer">
+					<properties>
+						<property name="name" type="string" value="relatioships"/>
+						<property name="modelType" type="string" value="ModelRelationshipContainer"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337241303538"/>
+						<property name="pmLastModified" type="string" value="1337259149436"/>
+						<property name="qualityScore" type="int" value="-1"/>
+					</properties>
+					<vpumlChildModelRefs>
+						<modelRef value="T59TmuyEwTiAAgNZ"/>
+						<modelRef value="Bu5UWuyEwTiAAgSF"/>
+						<modelRef value="XhLbWuyEwTiAAgjM"/>
+					</vpumlChildModelRefs>
+					<vpumlChildModels>
+						<vpumlModel id="T59TmuyEwTiAAgNZ" modelType="ModelRelationshipContainer">
+							<properties>
+								<property name="name" type="string" value="Association"/>
+								<property name="modelType" type="string" value="ModelRelationshipContainer"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337241303538"/>
+								<property name="pmLastModified" type="string" value="1337357533277"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+							<vpumlChildModelRefs>
+								<modelRef value="v9.uWuyEwTiAAgXF"/>
+								<modelRef value="cn9.WuyEwTiAAgZN"/>
+								<modelRef value="f1p0WuyEwTiAAgTE"/>
+								<modelRef value="WzlMWuyEwTiAAgT6"/>
+								<modelRef value="JsssWuyEwTiAAgU5"/>
+								<modelRef value="oXsuWuyEwTiAAgWq"/>
+								<modelRef value="qsAeWuyEwTiAAgXg"/>
+								<modelRef value="wuw.WuyEwTiAAgYY"/>
+								<modelRef value="LrnLWuyEwTiAAggO"/>
+								<modelRef value="pJ.rWuyEwTiAAghI"/>
+								<modelRef value="V9JrWuyEwTiAAghT"/>
+								<modelRef value="82XrWuyEwTiAAgh1"/>
+								<modelRef value="QPubWuyEwTiAAgim"/>
+								<modelRef value="77xbWuyEwTiAAgi0"/>
+								<modelRef value="g1DjeuyCiu1SNwVB"/>
+								<modelRef value="gi8U.uyCiu1SNwYm"/>
+								<modelRef value="D2RU.uyCiu1SNwZA"/>
+								<modelRef value="GNitBuyCiu1SNwfx"/>
+								<modelRef value="Wo6tBuyCiu1SNwf."/>
+								<modelRef value="6.htBuyCiu1SNwgL"/>
+								<modelRef value="Uf5tBuyCiu1SNwgY"/>
+								<modelRef value="CNrtBuyCiu1SNwgz"/>
+								<modelRef value="CqftBuyCiu1SNwhD"/>
+							</vpumlChildModelRefs>
+						</vpumlModel>
+						<vpumlModel id="Bu5UWuyEwTiAAgSF" modelType="ModelRelationshipContainer">
+							<properties>
+								<property name="name" type="string" value="AssociationClass"/>
+								<property name="modelType" type="string" value="ModelRelationshipContainer"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337247561568"/>
+								<property name="pmLastModified" type="string" value="1337331644281"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+							<vpumlChildModelRefs>
+								<modelRef value="9G50WuyEwTiAAgTM"/>
+								<modelRef value="nOo.WuyEwTiAAgYg"/>
+								<modelRef value="MDhNWuyEwTiAAgc4"/>
+								<modelRef value="fPPNWuyEwTiAAgdW"/>
+								<modelRef value="i8MtWuyEwTiAAgdo"/>
+								<modelRef value="fBMrWuyEwTiAAggi"/>
+								<modelRef value="bCjbWuyEwTiAAgjB"/>
+								<modelRef value="fUCTeuyCiu1SNwWy"/>
+								<modelRef value="tqk0.uyCiu1SNwZx"/>
+								<modelRef value="blc0.uyCiu1SNwZ3"/>
+							</vpumlChildModelRefs>
+						</vpumlModel>
+						<vpumlModel id="XhLbWuyEwTiAAgjM" modelType="ModelRelationshipContainer">
+							<properties>
+								<property name="name" type="string" value="Generalization"/>
+								<property name="modelType" type="string" value="ModelRelationshipContainer"/>
+								<property htmlValue="" name="documentation" type="htmlString" value=""/>
+								<property name="pmAuthor" type="string" value="lavm"/>
+								<property name="pmCreateDateTime" type="string" value="1337259149434"/>
+								<property name="pmLastModified" type="string" value="1337331644282"/>
+								<property name="qualityScore" type="int" value="-1"/>
+							</properties>
+							<vpumlChildModelRefs>
+								<modelRef value="c8WbWuyEwTiAAgig"/>
+								<modelRef value="6eo0.uyCiu1SNwZp"/>
+								<modelRef value="cW40.uyCiu1SNwZt"/>
+							</vpumlChildModelRefs>
+						</vpumlModel>
+					</vpumlChildModels>
+				</vpumlModel>
+				<vpumlModel id="K3dDmuyEwTiAAgHc" modelType="ValueSpecification">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="ValueSpecification"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776404"/>
+						<property name="pmLastModified" type="string" value="1337241303604"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="value" type="textModel" value="Summary"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="q3dDmuyEwTiAAgHd" modelType="ValueSpecification">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="ValueSpecification"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+						<property name="pmLastModified" type="string" value="1337241303604"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="value" type="textModel" value="User"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="q3dDmuyEwTiAAgHe" modelType="ValueSpecification">
+					<properties>
+						<property name="name" type="string" value=""/>
+						<property name="modelType" type="string" value="ValueSpecification"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+						<property name="pmLastModified" type="string" value="1337241303604"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="value" type="textModel" value="Subfunction"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="q3dDmuyEwTiAAgHf" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Complexity"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+						<property name="pmLastModified" type="string" value="1337241303604"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="q3dDmuyEwTiAAgHg" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Low"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q3dDmuyEwTiAAgHh" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Medium"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="q3dDmuyEwTiAAgHi" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="High"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="q3dDmuyEwTiAAgHj" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Use Case Status"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776405"/>
+						<property name="pmLastModified" type="string" value="1337241303604"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="a3dDmuyEwTiAAgHk" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Name Only"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a3dDmuyEwTiAAgHl" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Initial"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a3dDmuyEwTiAAgHm" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Base"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a3dDmuyEwTiAAgHn" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Complete"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="a3dDmuyEwTiAAgHo" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+										<property name="pmLastModified" type="string" value="1337241303604"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Deferred"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="a3dDmuyEwTiAAgHp" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Implementation Status"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776406"/>
+						<property name="pmLastModified" type="string" value="1337241303605"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="63dDmuyEwTiAAgHq" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+										<property name="pmLastModified" type="string" value="1337241303605"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Scheduled"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="63dDmuyEwTiAAgHr" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+										<property name="pmLastModified" type="string" value="1337241303605"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Started"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="63dDmuyEwTiAAgHs" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+										<property name="pmLastModified" type="string" value="1337241303605"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Partially Complete"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="63dDmuyEwTiAAgHt" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+										<property name="pmLastModified" type="string" value="1337241303605"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Complete"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="63dDmuyEwTiAAgHu" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+										<property name="pmLastModified" type="string" value="1337241303605"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Partially Deferred"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="63dDmuyEwTiAAgHv" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Preconditions"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776407"/>
+						<property name="pmLastModified" type="string" value="1337241303605"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="4"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="G3dDmuyEwTiAAgHw" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Post-conditions"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776408"/>
+						<property name="pmLastModified" type="string" value="1337241303605"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="4"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="G3dDmuyEwTiAAgHx" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Author"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776408"/>
+						<property name="pmLastModified" type="string" value="1337241303605"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="0"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="G3dDmuyEwTiAAgHy" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="Assumptions"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240776408"/>
+						<property name="pmLastModified" type="string" value="1337241303605"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="4"/>
+						<property modelRef="E3dDmuyEwTiAAgHZ" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="aetDmuyEwTiAAgAJ" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="ID"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770454"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="0"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="aetDmuyEwTiAAgAK" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="source"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770454"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="0"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="6etDmuyEwTiAAgAL" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="kind"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770455"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="U.tDmuyEwTiAAgAN" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770506"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Functional"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="Z.tDmuyEwTiAAgAO" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770534"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Performance"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="5.tDmuyEwTiAAgAP" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770535"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Interface"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="5.tDmuyEwTiAAgAQ" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="verifyMethod"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770535"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="5.tDmuyEwTiAAgAR" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770535"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Analysis"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="F.tDmuyEwTiAAgAS" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770536"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Demonstration"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="F.tDmuyEwTiAAgAT" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770536"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Inspection"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="F.tDmuyEwTiAAgAU" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770536"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Test"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="F.tDmuyEwTiAAgAV" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="risk"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770536"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="l.tDmuyEwTiAAgAW" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770537"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="High"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="l.tDmuyEwTiAAgAX" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770537"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Medium"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="l.tDmuyEwTiAAgAY" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770537"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Low"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+				<vpumlModel id="l.tDmuyEwTiAAgAZ" modelType="TaggedValueDefinition">
+					<properties>
+						<property name="name" type="string" value="status"/>
+						<property name="modelType" type="string" value="TaggedValueDefinition"/>
+						<property htmlValue="" name="documentation" type="htmlString" value=""/>
+						<property name="pmAuthor" type="string" value="lavm"/>
+						<property name="pmCreateDateTime" type="string" value="1337240770537"/>
+						<property name="pmLastModified" type="string" value="1337241303607"/>
+						<property name="qualityScore" type="int" value="-1"/>
+						<property name="defaultValue" type="string" value=""/>
+						<property name="defaultHTMLValue" type="string" value=""/>
+						<property name="type" type="int" value="2"/>
+						<property modelRef="XitDmuyEwTiAAgAE" name="tagDefStereotype" type="modelRef"/>
+						<property name="enumerationValues" type="models">
+							<vpumlModels>
+								<vpumlModel id="V.tDmuyEwTiAAgAa" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770538"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Proposed"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="V.tDmuyEwTiAAgAb" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770538"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Approved"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="V.tDmuyEwTiAAgAc" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770538"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Rejected"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="V.tDmuyEwTiAAgAd" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770538"/>
+										<property name="pmLastModified" type="string" value="1337241303607"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Deferred"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="V.tDmuyEwTiAAgAe" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770538"/>
+										<property name="pmLastModified" type="string" value="1337241303608"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Implemented"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="1.tDmuyEwTiAAgAf" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770539"/>
+										<property name="pmLastModified" type="string" value="1337241303608"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Mandatory"/>
+									</properties>
+								</vpumlModel>
+								<vpumlModel id="1.tDmuyEwTiAAgAg" modelType="ValueSpecification">
+									<properties>
+										<property name="name" type="string" value=""/>
+										<property name="modelType" type="string" value="ValueSpecification"/>
+										<property htmlValue="" name="documentation" type="htmlString" value=""/>
+										<property name="pmAuthor" type="string" value="lavm"/>
+										<property name="pmCreateDateTime" type="string" value="1337240770539"/>
+										<property name="pmLastModified" type="string" value="1337241303608"/>
+										<property name="qualityScore" type="int" value="-1"/>
+										<property name="value" type="textModel" value="Obsolete"/>
+									</properties>
+								</vpumlModel>
+							</vpumlModels>
+						</property>
+					</properties>
+				</vpumlModel>
+			</vpumlChildModels>
+		</xmi:Extension>
+		<ownedMember name="UseCase" xmi:id="UseCase_UseCase_id" xmi:type="uml:Stereotype">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<baseType value="UseCase"/>
+				<taggedValueDefinitions>
+					<taggedValueDefinition htmlValue="" id="K3dDmuyEwTiAAgHb" name="Level" type="2" value="">
+						<value id="K3dDmuyEwTiAAgHc" value="Summary"/>
+						<value id="q3dDmuyEwTiAAgHd" value="User"/>
+						<value id="q3dDmuyEwTiAAgHe" value="Subfunction"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="q3dDmuyEwTiAAgHf" name="Complexity" type="2" value="">
+						<value id="q3dDmuyEwTiAAgHg" value="Low"/>
+						<value id="q3dDmuyEwTiAAgHh" value="Medium"/>
+						<value id="q3dDmuyEwTiAAgHi" value="High"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="q3dDmuyEwTiAAgHj" name="Use Case Status" type="2" value="">
+						<value id="a3dDmuyEwTiAAgHk" value="Name Only"/>
+						<value id="a3dDmuyEwTiAAgHl" value="Initial"/>
+						<value id="a3dDmuyEwTiAAgHm" value="Base"/>
+						<value id="a3dDmuyEwTiAAgHn" value="Complete"/>
+						<value id="a3dDmuyEwTiAAgHo" value="Deferred"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="a3dDmuyEwTiAAgHp" name="Implementation Status" type="2" value="">
+						<value id="63dDmuyEwTiAAgHq" value="Scheduled"/>
+						<value id="63dDmuyEwTiAAgHr" value="Started"/>
+						<value id="63dDmuyEwTiAAgHs" value="Partially Complete"/>
+						<value id="63dDmuyEwTiAAgHt" value="Complete"/>
+						<value id="63dDmuyEwTiAAgHu" value="Partially Deferred"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="63dDmuyEwTiAAgHv" name="Preconditions" type="4" value=""/>
+					<taggedValueDefinition htmlValue="" id="G3dDmuyEwTiAAgHw" name="Post-conditions" type="4" value=""/>
+					<taggedValueDefinition htmlValue="" id="G3dDmuyEwTiAAgHx" name="Author" type="0" value=""/>
+					<taggedValueDefinition htmlValue="" id="G3dDmuyEwTiAAgHy" name="Assumptions" type="4" value=""/>
+				</taggedValueDefinitions>
+				<qualityScore value="-1"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember name="requirement" xmi:id="Requirement_requirement_id" xmi:type="uml:Stereotype">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<baseType value="Requirement"/>
+				<taggedValueDefinitions>
+					<taggedValueDefinition htmlValue="" id="02tDmuyEwTiAAgAI" name="Text" type="3" value=""/>
+					<taggedValueDefinition htmlValue="" id="aetDmuyEwTiAAgAJ" name="ID" type="0" value=""/>
+					<taggedValueDefinition htmlValue="" id="aetDmuyEwTiAAgAK" name="source" type="0" value=""/>
+					<taggedValueDefinition htmlValue="" id="6etDmuyEwTiAAgAL" name="kind" type="2" value="">
+						<value id="U.tDmuyEwTiAAgAN" value="Functional"/>
+						<value id="Z.tDmuyEwTiAAgAO" value="Performance"/>
+						<value id="5.tDmuyEwTiAAgAP" value="Interface"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="5.tDmuyEwTiAAgAQ" name="verifyMethod" type="2" value="">
+						<value id="5.tDmuyEwTiAAgAR" value="Analysis"/>
+						<value id="F.tDmuyEwTiAAgAS" value="Demonstration"/>
+						<value id="F.tDmuyEwTiAAgAT" value="Inspection"/>
+						<value id="F.tDmuyEwTiAAgAU" value="Test"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="F.tDmuyEwTiAAgAV" name="risk" type="2" value="">
+						<value id="l.tDmuyEwTiAAgAW" value="High"/>
+						<value id="l.tDmuyEwTiAAgAX" value="Medium"/>
+						<value id="l.tDmuyEwTiAAgAY" value="Low"/>
+					</taggedValueDefinition>
+					<taggedValueDefinition htmlValue="" id="l.tDmuyEwTiAAgAZ" name="status" type="2" value="">
+						<value id="V.tDmuyEwTiAAgAa" value="Proposed"/>
+						<value id="V.tDmuyEwTiAAgAb" value="Approved"/>
+						<value id="V.tDmuyEwTiAAgAc" value="Rejected"/>
+						<value id="V.tDmuyEwTiAAgAd" value="Deferred"/>
+						<value id="V.tDmuyEwTiAAgAe" value="Implemented"/>
+						<value id="1.tDmuyEwTiAAgAf" value="Mandatory"/>
+						<value id="1.tDmuyEwTiAAgAg" value="Obsolete"/>
+					</taggedValueDefinition>
+				</taggedValueDefinitions>
+				<qualityScore value="-1"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasEndedBy" visibility="public" xmi:id="_i1UWuyEwTiAAgSK" xmi:type="uml:AssociationClass">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<modelType value="Class"/>
+				<association isAbstract="false" isDerived="false" isLeaf="false" name="wasEndedBy" xmi:id="f1p0WuyEwTiAAgTE"/>
+				<associationClass from="f1p0WuyEwTiAAgTE" to="_i1UWuyEwTiAAgSK" xmi:id="9G50WuyEwTiAAgTM"/>
+				<businessModel xmi:value="false"/>
+				<qualityScore value="92"/>
+				<qualityReason value="1&#9;1&#10;2&#9;2"/>
+			</xmi:Extension>
+			<memberEnd xmi:idref="f1p0WuyEwTiAAgTF"/>
+			<memberEnd xmi:idref="_1p0WuyEwTiAAgTH"/>
+			<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="SH40WuyEwTiAAgSZ" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<attribute/>
+					<isVisble xmi:value="true"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<lowerValue value="0" xmi:id="SH40WuyEwTiAAgSZ_multiplicity_lowerValue" xmi:type="uml:LiteralString"/>
+				<upperValue value="1" xmi:id="SH40WuyEwTiAAgSZ_multiplicity_upperValue" xmi:type="uml:LiteralString"/>
+			</ownedAttribute>
+			<ownedAttribute aggregation="none" isDerived="false" name="time" ownerScope="instance" xmi:id="irw0WuyEwTiAAgSV" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<attribute/>
+					<isVisble xmi:value="true"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+			</ownedAttribute>
+			<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="2OfUWuyEwTiAAgST" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<attribute/>
+					<isVisble xmi:value="true"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+			</ownedAttribute>
+		</ownedMember>
+		<ownedMember isAbstract="false" isLeaf="false" name="Component1" visibility="public" xmi:id="g7h.WuyEwTiAAgZK" xmi:type="uml:Package">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<vpumlChildModels>
+					<vpumlModel id="1XzVBuyCiu1SNwcI" modelType="ShapeEditorShape">
+						<properties>
+							<property name="name" type="string" value=""/>
+							<property name="modelType" type="string" value="ShapeEditorShape"/>
+							<property htmlValue="" name="documentation" type="htmlString" value=""/>
+							<property name="pmAuthor" type="string" value="lavm"/>
+							<property name="pmCreateDateTime" type="string" value="1337356664491"/>
+							<property name="pmLastModified" type="string" value="1337356993019"/>
+							<property name="qualityScore" type="int" value="100"/>
+						</properties>
+					</vpumlModel>
+					<vpumlModel id="2351BuyCiu1SNwdG" modelType="ShapeEditorShape">
+						<properties>
+							<property name="name" type="string" value=""/>
+							<property name="modelType" type="string" value="ShapeEditorShape"/>
+							<property htmlValue="" name="documentation" type="htmlString" value=""/>
+							<property name="pmAuthor" type="string" value="lavm"/>
+							<property name="pmCreateDateTime" type="string" value="1337356877531"/>
+							<property name="pmLastModified" type="string" value="1337356993024"/>
+							<property name="qualityScore" type="int" value="100"/>
+						</properties>
+					</vpumlModel>
+				</vpumlChildModels>
+				<qualityScore value="26"/>
+				<qualityReason value="2&#9;2&#10;5&#9;5"/>
+				<subdiagram xmi:value="EUejmuyEwTiAAgLc"/>
+			</xmi:Extension>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="Entity" visibility="public" xmi:id="m6xjmuyEwTiAAgLk" xmi:type="uml:Class">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="SlsYWuyEwTiAAgOj" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="z1RYWuyEwTiAAgOn" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="_i1UWuyEwTiAAgSK" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="f1p0WuyEwTiAAgTF" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="f1p0WuyEwTiAAgTG" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="9un1WuyEwTiAAgcK" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="WzlMWuyEwTiAAgT7" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="WzlMWuyEwTiAAgT8" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="100"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="q8f1WuyEwTiAAgcQ" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="JsssWuyEwTiAAgU8" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="JsssWuyEwTiAAgU9" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="tkL1WuyEwTiAAgcE" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="oXsuWuyEwTiAAgWr" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="oXsuWuyEwTiAAgWs" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="LvBeWuyEwTiAAgYC" isDerived="false" name="" type="vTljmuyEwTiAAgLp" xmi:id="wuw.WuyEwTiAAgYZ" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="wuw.WuyEwTiAAgYa" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="7_3LWuyEwTiAAggX" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="LrnLWuyEwTiAAggR" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="LrnLWuyEwTiAAggS" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="7_3LWuyEwTiAAggX" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="LrnLWuyEwTiAAggP" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="LrnLWuyEwTiAAggQ" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="iwsbWuyEwTiAAgiT" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="H7xbWuyEwTiAAgi3" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="H7xbWuyEwTiAAgi4" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="iwsbWuyEwTiAAgiT" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="77xbWuyEwTiAAgi1" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="77xbWuyEwTiAAgi2" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="ZKXU.uyCiu1SNwZb" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="gi8U.uyCiu1SNwYp" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="gi8U.uyCiu1SNwYq" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="ZKXU.uyCiu1SNwZb" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="gi8U.uyCiu1SNwYn" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="gi8U.uyCiu1SNwYo" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="W8Q0.uyCiu1SNwZl" isDerived="false" name="" type="m6xjmuyEwTiAAgLk" xmi:id="D2RU.uyCiu1SNwZD" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="D2RU.uyCiu1SNwZE" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="W8Q0.uyCiu1SNwZl" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="D2RU.uyCiu1SNwZB" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="D2RU.uyCiu1SNwZC" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="Activity" visibility="public" xmi:id="vTljmuyEwTiAAgLp" xmi:type="uml:Class">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="G3u4WuyEwTiAAgPd" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+					<lowerValue value="1" xmi:id="G3u4WuyEwTiAAgPd_multiplicity_lowerValue" xmi:type="uml:LiteralString"/>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="startTime" ownerScope="instance" xmi:id="fa44WuyEwTiAAgPN" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+					<lowerValue value="0" xmi:id="fa44WuyEwTiAAgPN_multiplicity_lowerValue" xmi:type="uml:LiteralString"/>
+					<upperValue value="1" xmi:id="fa44WuyEwTiAAgPN_multiplicity_upperValue" xmi:type="uml:LiteralString"/>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="endTime" ownerScope="instance" xmi:id="mJi4WuyEwTiAAgPP" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+					<lowerValue value="0" xmi:id="mJi4WuyEwTiAAgPP_multiplicity_lowerValue" xmi:type="uml:LiteralString"/>
+					<upperValue value="1" xmi:id="mJi4WuyEwTiAAgPP_multiplicity_upperValue" xmi:type="uml:LiteralString"/>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="Wz64WuyEwTiAAgPY" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="_i1UWuyEwTiAAgSK" isDerived="false" isNavigable="true" name="trigger" type="m6xjmuyEwTiAAgLk" xmi:id="_1p0WuyEwTiAAgTH" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="_1p0WuyEwTiAAgTI" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="92"/>
+						<qualityReason value="1&#9;1&#10;2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="9un1WuyEwTiAAgcK" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="WzlMWuyEwTiAAgT9" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="WzlMWuyEwTiAAgT." xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="100"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="95"/>
+						<qualityReason value="1&#9;1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="q8f1WuyEwTiAAgcQ" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="JsssWuyEwTiAAgU6" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="JsssWuyEwTiAAgU7" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="tkL1WuyEwTiAAgcE" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="oXsuWuyEwTiAAgWt" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="oXsuWuyEwTiAAgWu" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="LvBeWuyEwTiAAgYC" isDerived="false" isNavigable="true" name="trigger" type="m6xjmuyEwTiAAgLk" xmi:id="wuw.WuyEwTiAAgYb" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="wuw.WuyEwTiAAgYc" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="92"/>
+						<qualityReason value="1&#9;1&#10;2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="cSnjeuyCiu1SNwVU" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="g1DjeuyCiu1SNwVE" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="g1DjeuyCiu1SNwVF" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" association="cSnjeuyCiu1SNwVU" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="g1DjeuyCiu1SNwVC" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<associationEnd/>
+						<qualifier name="" xmi:id="g1DjeuyCiu1SNwVD" xmi:type="qualifier">
+							<xmi:Extension extender="Visual Paradigm for UML">
+								<qualityScore value="-1"/>
+							</xmi:Extension>
+						</qualifier>
+						<qualityScore value="-1"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasStartedBy" visibility="public" xmi:id="LvBeWuyEwTiAAgYC" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasStartedBy" xmi:id="wuw.WuyEwTiAAgYY"/>
+					<associationClass from="wuw.WuyEwTiAAgYY" to="LvBeWuyEwTiAAgYC" xmi:id="nOo.WuyEwTiAAgYg"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="wuw.WuyEwTiAAgYZ"/>
+				<memberEnd xmi:idref="wuw.WuyEwTiAAgYb"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="hIW.WuyEwTiAAgY." xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="time" ownerScope="instance" xmi:id="UKQBWuyEwTiAAgZg" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="Jf2.WuyEwTiAAgZA" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="used" visibility="public" xmi:id="tkL1WuyEwTiAAgcE" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="used" xmi:id="oXsuWuyEwTiAAgWq"/>
+					<associationClass from="oXsuWuyEwTiAAgWq" to="tkL1WuyEwTiAAgcE" xmi:id="MDhNWuyEwTiAAgc4"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="-2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="oXsuWuyEwTiAAgWr"/>
+				<memberEnd xmi:idref="oXsuWuyEwTiAAgWt"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="Z6cNWuyEwTiAAgcn" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="time" ownerScope="instance" xmi:id="qdCNWuyEwTiAAgcp" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="FwWNWuyEwTiAAgct" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasGeneratedBy" visibility="public" xmi:id="9un1WuyEwTiAAgcK" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasGeneratedBy" xmi:id="WzlMWuyEwTiAAgT6"/>
+					<associationClass from="WzlMWuyEwTiAAgT6" to="9un1WuyEwTiAAgcK" xmi:id="fPPNWuyEwTiAAgdW"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="-2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="WzlMWuyEwTiAAgT7"/>
+				<memberEnd xmi:idref="WzlMWuyEwTiAAgT9"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="eRdNWuyEwTiAAgdJ" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="time" ownerScope="instance" xmi:id="3mLNWuyEwTiAAgdN" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id=".zHNWuyEwTiAAgdS" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasInvalidatedBy" visibility="public" xmi:id="q8f1WuyEwTiAAgcQ" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasInvalidatedBy" xmi:id="JsssWuyEwTiAAgU5"/>
+					<associationClass from="JsssWuyEwTiAAgU5" to="q8f1WuyEwTiAAgcQ" xmi:id="i8MtWuyEwTiAAgdo"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="-2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="JsssWuyEwTiAAgU6"/>
+				<memberEnd xmi:idref="JsssWuyEwTiAAgU8"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="PYgtWuyEwTiAAgdf" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="time" ownerScope="instance" xmi:id="9DQtWuyEwTiAAgdh" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="9QotWuyEwTiAAgdj" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasInformedBy" visibility="public" xmi:id="cSnjeuyCiu1SNwVU" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasInformedBy" xmi:id="g1DjeuyCiu1SNwVB"/>
+					<associationClass from="g1DjeuyCiu1SNwVB" to="cSnjeuyCiu1SNwVU" xmi:id="fUCTeuyCiu1SNwWy"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="g1DjeuyCiu1SNwVC"/>
+				<memberEnd xmi:idref="g1DjeuyCiu1SNwVE"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="964TeuyCiu1SNwVb" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="OukTeuyCiu1SNwWu" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+		</ownedMember>
+		<ownedMember isAbstract="false" isLeaf="false" name="Component3" visibility="public" xmi:id="WzQLWuyEwTiAAgey" xmi:type="uml:Package">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<qualityScore value="26"/>
+				<qualityReason value="2&#9;2&#10;5&#9;5"/>
+				<subdiagram xmi:value="VRALWuyEwTiAAges"/>
+			</xmi:Extension>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasDerivedFrom" visibility="public" xmi:id="7_3LWuyEwTiAAggX" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasDerivedFrom" xmi:id="LrnLWuyEwTiAAggO"/>
+					<associationClass from="LrnLWuyEwTiAAggO" to="7_3LWuyEwTiAAggX" xmi:id="fBMrWuyEwTiAAggi"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="LrnLWuyEwTiAAggP"/>
+				<memberEnd xmi:idref="LrnLWuyEwTiAAggR"/>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="l2QrWuyEwTiAAggb" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="8DorWuyEwTiAAggd" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasRevisionOf" visibility="public" xmi:id="iwsbWuyEwTiAAgiT" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasRevisionOf" xmi:id="77xbWuyEwTiAAgi0"/>
+					<associationClass from="77xbWuyEwTiAAgi0" to="iwsbWuyEwTiAAgiT" xmi:id="bCjbWuyEwTiAAgjB"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="77xbWuyEwTiAAgi1"/>
+				<memberEnd xmi:idref="H7xbWuyEwTiAAgi3"/>
+				<generalization general="7_3LWuyEwTiAAggX" xmi:id="c8WbWuyEwTiAAgig" xmi:type="uml:Generalization">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<qualityScore value="100"/>
+					</xmi:Extension>
+				</generalization>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="wasQuotedFrom" visibility="public" xmi:id="ZKXU.uyCiu1SNwZb" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="wasQuotedFrom" xmi:id="gi8U.uyCiu1SNwYm"/>
+					<associationClass from="gi8U.uyCiu1SNwYm" to="ZKXU.uyCiu1SNwZb" xmi:id="tqk0.uyCiu1SNwZx"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="gi8U.uyCiu1SNwYn"/>
+				<memberEnd xmi:idref="gi8U.uyCiu1SNwYp"/>
+				<generalization general="7_3LWuyEwTiAAggX" xmi:id="6eo0.uyCiu1SNwZp" xmi:type="uml:Generalization">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<qualityScore value="100"/>
+					</xmi:Extension>
+				</generalization>
+			</ownedMember>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="hadOriginalSource" visibility="public" xmi:id="W8Q0.uyCiu1SNwZl" xmi:type="uml:AssociationClass">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<association isAbstract="false" isDerived="false" isLeaf="false" name="hadOriginalSource" xmi:id="D2RU.uyCiu1SNwZA"/>
+					<associationClass from="D2RU.uyCiu1SNwZA" to="W8Q0.uyCiu1SNwZl" xmi:id="blc0.uyCiu1SNwZ3"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="97"/>
+					<qualityReason value="2&#9;2"/>
+				</xmi:Extension>
+				<memberEnd xmi:idref="D2RU.uyCiu1SNwZB"/>
+				<memberEnd xmi:idref="D2RU.uyCiu1SNwZD"/>
+				<generalization general="7_3LWuyEwTiAAggX" xmi:id="cW40.uyCiu1SNwZt" xmi:type="uml:Generalization">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<qualityScore value="100"/>
+					</xmi:Extension>
+				</generalization>
+			</ownedMember>
+		</ownedMember>
+		<ownedMember isAbstract="false" isLeaf="false" name="Essentials" visibility="public" xmi:id="n4FNBuyCiu1SNwd4" xmi:type="uml:Package">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<qualityScore value="26"/>
+				<qualityReason value="2&#9;2&#10;5&#9;5"/>
+				<subdiagram xmi:value="3YpNBuyCiu1SNwdy"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isLeaf="false" name="Component2" visibility="public" xmi:id="wzrNBuyCiu1SNwe3" xmi:type="uml:Package">
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<isRoot xmi:value="false"/>
+				<qualityScore value="26"/>
+				<qualityReason value="2&#9;2&#10;5&#9;5"/>
+				<subdiagram xmi:value="LDLNBuyCiu1SNwex"/>
+			</xmi:Extension>
+			<ownedMember isAbstract="false" isActive="false" isLeaf="false" name="Agent" visibility="public" xmi:id="2VbNBuyCiu1SNwe6" xmi:type="uml:Class">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<isRoot xmi:value="false"/>
+					<modelType value="Class"/>
+					<businessModel xmi:value="false"/>
+					<qualityScore value="-2"/>
+				</xmi:Extension>
+				<ownedAttribute aggregation="none" isDerived="false" name="id" ownerScope="instance" xmi:id="FXnNBuyCiu1SNwe." xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+				<ownedAttribute aggregation="none" isDerived="false" name="attributes" ownerScope="instance" xmi:id="OF3NBuyCiu1SNwfA" xmi:type="uml:Property">
+					<xmi:Extension extender="Visual Paradigm for UML">
+						<attribute/>
+						<isVisble xmi:value="true"/>
+						<qualityScore value="97"/>
+						<qualityReason value="2&#9;2"/>
+					</xmi:Extension>
+				</ownedAttribute>
+			</ownedMember>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="starter" xmi:id="v9.uWuyEwTiAAgXF" xmi:type="uml:Association">
+			<memberEnd xmi:idref="v9.uWuyEwTiAAgXG"/>
+			<ownedEnd aggregation="none" association="v9.uWuyEwTiAAgXF" isDerived="false" type="_i1UWuyEwTiAAgSK" xmi:id="v9.uWuyEwTiAAgXG" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="v9.uWuyEwTiAAgXH" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="v9.uWuyEwTiAAgXI"/>
+			<ownedEnd aggregation="none" association="v9.uWuyEwTiAAgXF" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="v9.uWuyEwTiAAgXI" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="v9.uWuyEwTiAAgXJ" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="starter" xmi:id="cn9.WuyEwTiAAgZN" xmi:type="uml:Association">
+			<memberEnd xmi:idref="cn9.WuyEwTiAAgZO"/>
+			<ownedEnd aggregation="none" association="cn9.WuyEwTiAAgZN" isDerived="false" type="LvBeWuyEwTiAAgYC" xmi:id="cn9.WuyEwTiAAgZO" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="cn9.WuyEwTiAAgZP" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="cn9.WuyEwTiAAgZQ"/>
+			<ownedEnd aggregation="none" association="cn9.WuyEwTiAAgZN" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="cn9.WuyEwTiAAgZQ" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="cn9.WuyEwTiAAgZR" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="ender" xmi:id="qsAeWuyEwTiAAgXg" xmi:type="uml:Association">
+			<memberEnd xmi:idref="qsAeWuyEwTiAAgXh"/>
+			<ownedEnd aggregation="none" association="qsAeWuyEwTiAAgXg" isDerived="false" type="_i1UWuyEwTiAAgSK" xmi:id="qsAeWuyEwTiAAgXh" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="qsAeWuyEwTiAAgXi" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="qsAeWuyEwTiAAgXj"/>
+			<ownedEnd aggregation="none" association="qsAeWuyEwTiAAgXg" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="qsAeWuyEwTiAAgXj" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="qsAeWuyEwTiAAgXk" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="activity" xmi:id="pJ.rWuyEwTiAAghI" xmi:type="uml:Association">
+			<memberEnd xmi:idref="pJ.rWuyEwTiAAghJ"/>
+			<ownedEnd aggregation="none" association="pJ.rWuyEwTiAAghI" isDerived="false" type="7_3LWuyEwTiAAggX" xmi:id="pJ.rWuyEwTiAAghJ" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="pJ.rWuyEwTiAAghK" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="pJ.rWuyEwTiAAghL"/>
+			<ownedEnd aggregation="none" association="pJ.rWuyEwTiAAghI" isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="pJ.rWuyEwTiAAghL" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="pJ.rWuyEwTiAAghM" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="generation" xmi:id="V9JrWuyEwTiAAghT" xmi:type="uml:Association">
+			<memberEnd xmi:idref="V9JrWuyEwTiAAghU"/>
+			<ownedEnd aggregation="none" association="V9JrWuyEwTiAAghT" isDerived="false" type="7_3LWuyEwTiAAggX" xmi:id="V9JrWuyEwTiAAghU" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="V9JrWuyEwTiAAghV" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="V9JrWuyEwTiAAghW"/>
+			<ownedEnd aggregation="none" association="V9JrWuyEwTiAAghT" isDerived="false" isNavigable="true" type="9un1WuyEwTiAAgcK" xmi:id="V9JrWuyEwTiAAghW" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="V9JrWuyEwTiAAghX" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" xmi:id="82XrWuyEwTiAAgh1" xmi:type="uml:Association">
+			<memberEnd xmi:idref="82XrWuyEwTiAAgh2"/>
+			<ownedEnd aggregation="none" association="82XrWuyEwTiAAgh1" isDerived="false" name="usage" type="7_3LWuyEwTiAAggX" xmi:id="82XrWuyEwTiAAgh2" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="C2XrWuyEwTiAAgh3" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="C2XrWuyEwTiAAgh4"/>
+			<ownedEnd aggregation="none" association="82XrWuyEwTiAAgh1" isDerived="false" isNavigable="true" type="tkL1WuyEwTiAAgcE" xmi:id="C2XrWuyEwTiAAgh4" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="C2XrWuyEwTiAAgh5" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="100"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" xmi:id="QPubWuyEwTiAAgim" xmi:type="uml:Association">
+			<memberEnd xmi:idref="QPubWuyEwTiAAgin"/>
+			<ownedEnd aggregation="none" association="QPubWuyEwTiAAgim" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="QPubWuyEwTiAAgin" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="QPubWuyEwTiAAgio" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="QPubWuyEwTiAAgip"/>
+			<ownedEnd aggregation="none" association="QPubWuyEwTiAAgim" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="QPubWuyEwTiAAgip" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="QPubWuyEwTiAAgiq" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="100"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="used" xmi:id="GNitBuyCiu1SNwfx" xmi:type="uml:Association">
+			<memberEnd xmi:idref="GNitBuyCiu1SNwfy"/>
+			<ownedEnd aggregation="none" association="GNitBuyCiu1SNwfx" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="GNitBuyCiu1SNwfy" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="GNitBuyCiu1SNwfz" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="GNitBuyCiu1SNwf0"/>
+			<ownedEnd aggregation="none" association="GNitBuyCiu1SNwfx" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="GNitBuyCiu1SNwf0" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="GNitBuyCiu1SNwf1" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="wasGeneratedBy" xmi:id="Wo6tBuyCiu1SNwf." xmi:type="uml:Association">
+			<memberEnd xmi:idref="Wo6tBuyCiu1SNwf_"/>
+			<ownedEnd aggregation="none" association="Wo6tBuyCiu1SNwf." isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="Wo6tBuyCiu1SNwf_" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="Wo6tBuyCiu1SNwgA" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="Wo6tBuyCiu1SNwgB"/>
+			<ownedEnd aggregation="none" association="Wo6tBuyCiu1SNwf." isDerived="false" isNavigable="true" type="vTljmuyEwTiAAgLp" xmi:id="Wo6tBuyCiu1SNwgB" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="Wo6tBuyCiu1SNwgC" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="wasAttributedTo" xmi:id="6.htBuyCiu1SNwgL" xmi:type="uml:Association">
+			<memberEnd xmi:idref="6.htBuyCiu1SNwgM"/>
+			<ownedEnd aggregation="none" association="6.htBuyCiu1SNwgL" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="6.htBuyCiu1SNwgM" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="6.htBuyCiu1SNwgN" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="6.htBuyCiu1SNwgO"/>
+			<ownedEnd aggregation="none" association="6.htBuyCiu1SNwgL" isDerived="false" isNavigable="true" type="2VbNBuyCiu1SNwe6" xmi:id="6.htBuyCiu1SNwgO" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="6.htBuyCiu1SNwgP" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="wasAssociatedWith" xmi:id="Uf5tBuyCiu1SNwgY" xmi:type="uml:Association">
+			<memberEnd xmi:idref="Uf5tBuyCiu1SNwgZ"/>
+			<ownedEnd aggregation="none" association="Uf5tBuyCiu1SNwgY" isDerived="false" type="vTljmuyEwTiAAgLp" xmi:id="Uf5tBuyCiu1SNwgZ" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="Uf5tBuyCiu1SNwga" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="Uf5tBuyCiu1SNwgb"/>
+			<ownedEnd aggregation="none" association="Uf5tBuyCiu1SNwgY" isDerived="false" isNavigable="true" type="2VbNBuyCiu1SNwe6" xmi:id="Uf5tBuyCiu1SNwgb" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="Uf5tBuyCiu1SNwgc" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="wasDerivedFrom" xmi:id="CNrtBuyCiu1SNwgz" xmi:type="uml:Association">
+			<memberEnd xmi:idref="CNrtBuyCiu1SNwg0"/>
+			<ownedEnd aggregation="none" association="CNrtBuyCiu1SNwgz" isDerived="false" isNavigable="true" type="m6xjmuyEwTiAAgLk" xmi:id="CNrtBuyCiu1SNwg0" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="CNrtBuyCiu1SNwg1" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="CNrtBuyCiu1SNwg2"/>
+			<ownedEnd aggregation="none" association="CNrtBuyCiu1SNwgz" isDerived="false" type="m6xjmuyEwTiAAgLk" xmi:id="CNrtBuyCiu1SNwg2" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="CNrtBuyCiu1SNwg3" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+		<ownedMember isAbstract="false" isDerived="false" isLeaf="false" name="actedOnBehalfOf" xmi:id="CqftBuyCiu1SNwhD" xmi:type="uml:Association">
+			<memberEnd xmi:idref="CqftBuyCiu1SNwhE"/>
+			<ownedEnd aggregation="none" association="CqftBuyCiu1SNwhD" isDerived="false" type="2VbNBuyCiu1SNwe6" xmi:id="CqftBuyCiu1SNwhE" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="CqftBuyCiu1SNwhF" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<memberEnd xmi:idref="CqftBuyCiu1SNwhG"/>
+			<ownedEnd aggregation="none" association="CqftBuyCiu1SNwhD" isDerived="false" isNavigable="true" type="2VbNBuyCiu1SNwe6" xmi:id="CqftBuyCiu1SNwhG" xmi:type="uml:Property">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<associationEnd/>
+					<qualifier name="" xmi:id="CqftBuyCiu1SNwhH" xmi:type="qualifier">
+						<xmi:Extension extender="Visual Paradigm for UML">
+							<qualityScore value="-1"/>
+						</xmi:Extension>
+					</qualifier>
+					<qualityScore value="-1"/>
+				</xmi:Extension>
+			</ownedEnd>
+			<xmi:Extension extender="Visual Paradigm for UML">
+				<qualityScore value="97"/>
+				<qualityReason value="2&#9;2"/>
+			</xmi:Extension>
+		</ownedMember>
+	</uml:Model>
+	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Component1" toolName="Visual Paradigm for UML" xmi:id="EUejmuyEwTiAAgLc">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<properties>
+				<apmAuthor value="lavm"/>
+				<apmCreateDateTime value="1337240969847"/>
+				<apmLastModified value="1337357128273"/>
+				<ashowPackageNameStyle value="0"/>
+				<ashowConnectorName value="0"/>
+				<apaintConnectorThroughLabel value="0"/>
+				<ashowActivityStateNodeCaption value="65535"/>
+				<aeditable value="true"/>
+				<afollowDiagramParentElement value="true"/>
+				<aautoFitShapesSize value="false"/>
+				<ashowTaggedValues value="false"/>
+				<ashowStereotypes value="true"/>
+				<ashowConstraints value="false"/>
+				<aalignToGrid value="true"/>
+				<agridVisible value="false"/>
+				<agridWidth value="10"/>
+				<agridHeight value="10"/>
+				<agridColor value="Cr:192,192,192,255"/>
+				<adiagramBackground value="Cr:255,255,255,255"/>
+				<aconnectorStyle value="1"/>
+				<aconnectorLineJumps value="0"/>
+				<aconnectorLineJumpsSize value="0"/>
+				<aconnectionPointStyle value="0"/>
+				<aconnectorLabelOrientation value="0"/>
+				<amodelElementNameAlignment value="4"/>
+				<azoomRatio value="1.0"/>
+				<amaximized value="false"/>
+				<ax value="0"/>
+				<ay value="0"/>
+				<awidth value="1235"/>
+				<aheight value="603"/>
+				<aqualityScore value="-1"/>
+				<aparentModel value="g7h.WuyEwTiAAgZK"/>
+				<a_globalPaletteOption value="true"/>
+				<a_alwaysShowReferenceAndSubdiagramResource value="false"/>
+				<ainitializeDiagramForCreate value="true"/>
+				<arequestValidateSnapToGrid value="false"/>
+				<ashowDefaultPackage value="true"/>
+				<adefaultPackage value="g7h.WuyEwTiAAgZK"/>
+				<ashowAttributeGetterSetter value="false"/>
+				<ashowClassOwner value="2"/>
+				<ashowPackageOwner value="2"/>
+				<ashowTemplateInfoOfGeneralizationAndRealization value="false"/>
+				<asuppressImplied1MultiplicityForAttributeAndAssociationEnd value="false"/>
+				<ashowClassEmptyCompartments value="2"/>
+				<ashowAttributesCodeDetails value="2"/>
+				<ashowAttributesType value="1"/>
+				<ashowOperationsParameters value="1"/>
+				<ashowOperationsReturnType value="1"/>
+				<ashowOperationsCodeDetails value="2"/>
+				<ashowParametersCodeDetails value="2"/>
+				<ashowEllipsisForUnshownClassMembers value="2"/>
+				<ageneralizationSetNotation value="2"/>
+			</properties>
+		</xmi:Extension>
+		<uml:Diagram.element>
+			<uml:DiagramElement geometry="70,170,80,130" preferredShapeType="Class" subject="m6xjmuyEwTiAAgLk" xmi:id="OaxjmuyEwTiAAgLj">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="20"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="550,170,80,120" preferredShapeType="Class" subject="vTljmuyEwTiAAgLp" xmi:id="PTljmuyEwTiAAgLo">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="18"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="270,30,100,64" preferredShapeType="Class" subject="_i1UWuyEwTiAAgSK" xmi:id="jNW0WuyEwTiAAgS4">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,100,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="16"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="560,169;560,130;110,130;110,169;" preferredShapeType="Association" subject="f1p0WuyEwTiAAgTE" xmi:id="_1p0WuyEwTiAAgTJ">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="250,110,86,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<roleB roleName="80,110,56,14"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="true"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleBRectangle value="Re:80.0,110.0,56.0,14.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="340,130;340,94;" preferredShapeType="AssociationClass" subject="9G50WuyEwTiAAgTM" xmi:id="9G50WuyEwTiAAgTN">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="350,123,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="549,230;150,230;" preferredShapeType="Association" subject="WzlMWuyEwTiAAgT6" xmi:id="2zlMWuyEwTiAAgT_">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="310,210,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="150,270;549,270;" preferredShapeType="Association" subject="JsssWuyEwTiAAgU5" xmi:id="psssWuyEwTiAAgU.">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="310,250,112,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleBRectangle value="Re:520.0,260.0,26.0,14.0"/>
+						<amultiplicityBRectangle value="Re:480.0,210.0,42.0,14.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="549,190;150,190;" preferredShapeType="Association" subject="oXsuWuyEwTiAAgWq" xmi:id="YXsuWuyEwTiAAgWv">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="310,170,46,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="370,70;580,70;580,169;" preferredShapeType="Association" subject="qsAeWuyEwTiAAgXg" xmi:id="qsAeWuyEwTiAAgXl">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="510,50,51,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="270,440,100,64" preferredShapeType="Class" subject="LvBeWuyEwTiAAgYC" xmi:id="LvBeWuyEwTiAAgYB">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,100,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="14"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="560,290;560,400;110,400;110,300;" preferredShapeType="Association" subject="wuw.WuyEwTiAAgYY" xmi:id="wuw.WuyEwTiAAgYd">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="230,410,90,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<roleB roleName="60,310,56,14"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="true"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleARectangle value="Re:530.0,290.0,40.0,20.0"/>
+						<aroleBRectangle value="Re:60.0,310.0,56.0,14.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="330,400;330,400;330,439;" preferredShapeType="AssociationClass" subject="nOo.WuyEwTiAAgYg" xmi:id="XOo.WuyEwTiAAgYh">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="313,456,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="370,490;580,490;580,290;" preferredShapeType="Association" subject="cn9.WuyEwTiAAgZN" xmi:id="cn9.WuyEwTiAAgZS">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="520,500,55,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleBRectangle value="Re:570.0,290.0,40.0,20.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="160,300,80,64" preferredShapeType="Class" subject="tkL1WuyEwTiAAgcE" xmi:id="tkL1WuyEwTiAAgcD">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="12"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="270,300,120,64" preferredShapeType="Class" subject="9un1WuyEwTiAAgcK" xmi:id="9un1WuyEwTiAAgcJ">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="10"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="410,420,120,64" preferredShapeType="Class" subject="q8f1WuyEwTiAAgcQ" xmi:id="q8f1WuyEwTiAAgcP">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="8"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="200,190;200,299;" preferredShapeType="AssociationClass" subject="MDhNWuyEwTiAAgc4" xmi:id="MDhNWuyEwTiAAgc5">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="210,264,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="300,230;300,299;" preferredShapeType="AssociationClass" subject="fPPNWuyEwTiAAgdW" xmi:id="fPPNWuyEwTiAAgdX">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="310,284,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="450,270;450,419;" preferredShapeType="AssociationClass" subject="i8MtWuyEwTiAAgdo" xmi:id="i8MtWuyEwTiAAgdp">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="460,424,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="610,169;610,130;690,130;690,230;630,230;" preferredShapeType="Association" subject="g1DjeuyCiu1SNwVB" xmi:id="E1DjeuyCiu1SNwVN">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="640,110,102,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="670,300,110,50" preferredShapeType="Class" subject="cSnjeuyCiu1SNwVU" xmi:id="sSnjeuyCiu1SNwVT">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,110,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="6"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="680,230;680,299;" preferredShapeType="AssociationClass" subject="fUCTeuyCiu1SNwWy" xmi:id="fUCTeuyCiu1SNwWz">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="690,280,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="16,136,652,262" preferredShapeType="SECurveShape" subject="1XzVBuyCiu1SNwcI" xmi:id="lXzVBuyCiu1SNwcH">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,40,40"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="false"/>
+					<captionSide value="7"/>
+					<properties>
+						<abackground value="Cr:255,224,192,84"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="22"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<aobjectId value="22"/>
+						<aobjectType value="9096"/>
+						<anotUseVisibleBounds value="false"/>
+						<aalpha value="1.0"/>
+						<arotateAngle value="0.0"/>
+						<anodeName value="VPCurveShape"/>
+						<aactConnector value="true"/>
+						<adrawBy value="3"/>
+					</properties>
+					<FontFormat fontColor="Cr:0,0,0,255">
+						<Font name="Dialog" size="11" style="0"/>
+					</FontFormat>
+					<Label location="Pt:342.0,267.0" text=""/>
+					<Label transparency="0" tx="0.0" ty="0.0" type="0">
+						<FillFormat renderStyle="1">
+							<AffineTransformMatrix>
+								<Matrix value="1.0032154340836015"/>
+								<Matrix value="0.0"/>
+								<Matrix value="0.0"/>
+								<Matrix value="0.9435483870967744"/>
+								<Matrix value="-0.09646302250804695"/>
+								<Matrix value="0.9193548387096969"/>
+							</AffineTransformMatrix>
+							<Render color="Cr:0,0,0,255"/>
+						</FillFormat>
+					</Label>
+					<ShapeBasePoint point="Pt:342.0000000000001,267.0"/>
+					<Arrow endArrow="0" startArrow="0"/>
+					<LineFormat color="Cr:0,0,0,255" style="91" width="1.0">
+						<Stroke cap="0" dashPhase="0.0" join="2" miterlimit="0.0" type="0" width="1.0"/>
+					</LineFormat>
+					<FillFormat renderStyle="1">
+						<AffineTransformMatrix>
+							<Matrix value="1.0032154340836015"/>
+							<Matrix value="0.0"/>
+							<Matrix value="0.0"/>
+							<Matrix value="0.9435483870967744"/>
+							<Matrix value="-0.09646302250804695"/>
+							<Matrix value="0.9193548387096969"/>
+						</AffineTransformMatrix>
+						<Render color="Cr:255,224,192,84"/>
+					</FillFormat>
+					<CurveList windingRule="1">
+						<Curves>
+							<Curve controlPoint1="Pt:186.00000000000006,149.99999999999997" controlPoint2="Pt:498.0000000000001,149.99999999999997" endPoint="Pt:654.0000000000002,149.99999999999997" objectId="1" startPoint="Pt:30.0,149.99999999999997"/>
+							<Curve controlPoint1="Pt:654.0000000000002,208.50000000000003" controlPoint2="Pt:654.0000000000002,325.5" endPoint="Pt:654.0000000000002,384.0" objectId="2" startPoint="Pt:654.0000000000002,149.99999999999997"/>
+							<Curve controlPoint1="Pt:498.0000000000001,384.0" controlPoint2="Pt:186.00000000000006,384.0" endPoint="Pt:30.0,384.0" objectId="3" startPoint="Pt:654.0000000000002,384.0"/>
+							<Curve controlPoint1="Pt:30.0,325.5" controlPoint2="Pt:30.0,208.50000000000003" endPoint="Pt:30.0,149.99999999999997" objectId="4" startPoint="Pt:30.0,384.0"/>
+						</Curves>
+					</CurveList>
+				</xmi:Extension>
+				<elementFill color1="Cr:255,224,192,84" color2="" style="1" transparency="67" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="0,0,40,40" preferredShapeType="SEText" subject="2351BuyCiu1SNwdG" xmi:id="W351BuyCiu1SNwdF">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,40,40"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="false"/>
+					<captionSide value="7"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="0"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<aobjectId value="0"/>
+						<aobjectType value="0"/>
+						<anotUseVisibleBounds value="false"/>
+						<aalpha value="0.0"/>
+						<arotateAngle value="0.0"/>
+						<atop value="0.0"/>
+						<aleft value="0.0"/>
+						<abottom value="0.0"/>
+						<aright value="0.0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+		</uml:Diagram.element>
+	</uml:Diagram>
+	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Component3" toolName="Visual Paradigm for UML" xmi:id="VRALWuyEwTiAAges">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<properties>
+				<apmAuthor value="lavm"/>
+				<apmCreateDateTime value="1337258412202"/>
+				<apmLastModified value="1337356582127"/>
+				<ashowPackageNameStyle value="0"/>
+				<ashowConnectorName value="0"/>
+				<apaintConnectorThroughLabel value="0"/>
+				<ashowActivityStateNodeCaption value="65535"/>
+				<aeditable value="true"/>
+				<afollowDiagramParentElement value="true"/>
+				<aautoFitShapesSize value="false"/>
+				<ashowTaggedValues value="false"/>
+				<ashowStereotypes value="true"/>
+				<ashowConstraints value="false"/>
+				<aalignToGrid value="true"/>
+				<agridVisible value="false"/>
+				<agridWidth value="10"/>
+				<agridHeight value="10"/>
+				<agridColor value="Cr:192,192,192,255"/>
+				<adiagramBackground value="Cr:255,255,255,255"/>
+				<aconnectorStyle value="1"/>
+				<aconnectorLineJumps value="0"/>
+				<aconnectorLineJumpsSize value="0"/>
+				<aconnectionPointStyle value="0"/>
+				<aconnectorLabelOrientation value="0"/>
+				<amodelElementNameAlignment value="4"/>
+				<azoomRatio value="1.0"/>
+				<amaximized value="true"/>
+				<ax value="0"/>
+				<ay value="0"/>
+				<awidth value="1235"/>
+				<aheight value="602"/>
+				<aqualityScore value="-1"/>
+				<aparentModel value="WzQLWuyEwTiAAgey"/>
+				<a_globalPaletteOption value="true"/>
+				<a_alwaysShowReferenceAndSubdiagramResource value="false"/>
+				<ainitializeDiagramForCreate value="true"/>
+				<arequestValidateSnapToGrid value="false"/>
+				<ashowDefaultPackage value="true"/>
+				<adefaultPackage value="WzQLWuyEwTiAAgey"/>
+				<ashowAttributeGetterSetter value="false"/>
+				<ashowClassOwner value="2"/>
+				<ashowPackageOwner value="2"/>
+				<ashowTemplateInfoOfGeneralizationAndRealization value="false"/>
+				<asuppressImplied1MultiplicityForAttributeAndAssociationEnd value="false"/>
+				<ashowClassEmptyCompartments value="2"/>
+				<ashowAttributesCodeDetails value="2"/>
+				<ashowAttributesType value="1"/>
+				<ashowOperationsParameters value="1"/>
+				<ashowOperationsReturnType value="1"/>
+				<ashowOperationsCodeDetails value="2"/>
+				<ashowParametersCodeDetails value="2"/>
+				<ashowEllipsisForUnshownClassMembers value="2"/>
+				<ageneralizationSetNotation value="2"/>
+			</properties>
+		</xmi:Extension>
+		<uml:Diagram.element>
+			<uml:DiagramElement geometry="700,100,80,80" preferredShapeType="Class" subject="vTljmuyEwTiAAgLp" xmi:id="7rBLWuyEwTiAAgfZ">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="17"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="360,140,80,50" preferredShapeType="Class" subject="m6xjmuyEwTiAAgLk" xmi:id="B3VLWuyEwTiAAgfm">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="15"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="420,139;420,100;480,100;480,165;440,165;" preferredShapeType="Association" subject="LrnLWuyEwTiAAggO" xmi:id="LrnLWuyEwTiAAggT">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="450,80,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="450,240,120,50" preferredShapeType="Class" subject="7_3LWuyEwTiAAggX" xmi:id="7_3LWuyEwTiAAggW">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="13"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="460,165;460,239;" preferredShapeType="AssociationClass" subject="fBMrWuyEwTiAAggi" xmi:id="fBMrWuyEwTiAAggj">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="454,214,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="700,230,120,70" preferredShapeType="Class" subject="9un1WuyEwTiAAgcK" xmi:id="fy6rWuyEwTiAAggx">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="11"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="700,340,80,70" preferredShapeType="Class" subject="tkL1WuyEwTiAAgcE" xmi:id="1u2rWuyEwTiAAgg6">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="9"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="570,241;700,179;" preferredShapeType="Association" subject="pJ.rWuyEwTiAAghI" xmi:id="pJ.rWuyEwTiAAghN">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="630,169,58,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="570,240;699,240;" preferredShapeType="Association" subject="V9JrWuyEwTiAAghT" xmi:id="19JrWuyEwTiAAghY">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="600,250,78,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="570,289;700,341;" preferredShapeType="Association" subject="82XrWuyEwTiAAgh1" xmi:id="C2XrWuyEwTiAAgh6">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="627,304,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<roleA roleName="570,310,52,14"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="true"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<aroleARectangle value="Re:570.0,310.0,52.0,14.0"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="350,380,120,40" preferredShapeType="Class" subject="iwsbWuyEwTiAAgiT" xmi:id="iwsbWuyEwTiAAgiS">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="7"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="460,290;460,379;" preferredShapeType="Generalization" subject="c8WbWuyEwTiAAgig" xmi:id="c8WbWuyEwTiAAgih">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="458,329,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:255,255,255,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="400,139;400,80;330,80;330,160;359,160;" preferredShapeType="Association" subject="77xbWuyEwTiAAgi0" xmi:id="H7xbWuyEwTiAAgi5">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="310,60,97,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="350,160;370,380;" preferredShapeType="AssociationClass" subject="bCjbWuyEwTiAAgjB" xmi:id="bCjbWuyEwTiAAgjC">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="371,290,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="390,139;390,90;310,90;310,170;359,170;" preferredShapeType="Association" subject="gi8U.uyCiu1SNwYm" xmi:id="gi8U.uyCiu1SNwYr">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="220,70,107,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="380,139;380,100;290,100;290,180;359,180;" preferredShapeType="Association" subject="D2RU.uyCiu1SNwZA" xmi:id="j2RU.uyCiu1SNwZF">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="170,110,118,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="220,380,120,40" preferredShapeType="Class" subject="ZKXU.uyCiu1SNwZb" xmi:id="ZKXU.uyCiu1SNwZa">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,120,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="3"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="70,380,130,40" preferredShapeType="Class" subject="W8Q0.uyCiu1SNwZl" xmi:id="W8Q0.uyCiu1SNwZk">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,130,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:192,192,192,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="0"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:192,192,192,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="450,290;340,380;" preferredShapeType="Generalization" subject="6eo0.uyCiu1SNwZp" xmi:id="6eo0.uyCiu1SNwZq">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="385,330,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:255,255,255,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="450,270;200,381;" preferredShapeType="Generalization" subject="cW40.uyCiu1SNwZt" xmi:id="8W40.uyCiu1SNwZu">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="316,320,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:255,255,255,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="330,170;280,380;" preferredShapeType="AssociationClass" subject="tqk0.uyCiu1SNwZx" xmi:id="tqk0.uyCiu1SNwZy">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="316,294,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="300,180;130,380;" preferredShapeType="AssociationClass" subject="blc0.uyCiu1SNwZ3" xmi:id="7lc0.uyCiu1SNwZ4">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="225,300,20,0"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+		</uml:Diagram.element>
+	</uml:Diagram>
+	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Essentials" toolName="Visual Paradigm for UML" xmi:id="3YpNBuyCiu1SNwdy">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<properties>
+				<apmAuthor value="lavm"/>
+				<apmCreateDateTime value="1337357128123"/>
+				<apmLastModified value="1337357599063"/>
+				<ashowPackageNameStyle value="0"/>
+				<ashowConnectorName value="0"/>
+				<apaintConnectorThroughLabel value="0"/>
+				<ashowActivityStateNodeCaption value="65535"/>
+				<aeditable value="true"/>
+				<afollowDiagramParentElement value="true"/>
+				<aautoFitShapesSize value="false"/>
+				<ashowTaggedValues value="false"/>
+				<ashowStereotypes value="true"/>
+				<ashowConstraints value="false"/>
+				<aalignToGrid value="true"/>
+				<agridVisible value="false"/>
+				<agridWidth value="10"/>
+				<agridHeight value="10"/>
+				<agridColor value="Cr:192,192,192,255"/>
+				<adiagramBackground value="Cr:255,255,255,255"/>
+				<aconnectorStyle value="1"/>
+				<aconnectorLineJumps value="0"/>
+				<aconnectorLineJumpsSize value="0"/>
+				<aconnectionPointStyle value="0"/>
+				<aconnectorLabelOrientation value="0"/>
+				<amodelElementNameAlignment value="4"/>
+				<azoomRatio value="1.0"/>
+				<amaximized value="false"/>
+				<ax value="-12"/>
+				<ay value="-4"/>
+				<awidth value="1235"/>
+				<aheight value="603"/>
+				<aqualityScore value="-1"/>
+				<aparentModel value="n4FNBuyCiu1SNwd4"/>
+				<a_globalPaletteOption value="true"/>
+				<a_alwaysShowReferenceAndSubdiagramResource value="false"/>
+				<ainitializeDiagramForCreate value="true"/>
+				<arequestValidateSnapToGrid value="false"/>
+				<ashowDefaultPackage value="true"/>
+				<adefaultPackage value="n4FNBuyCiu1SNwd4"/>
+				<ashowAttributeGetterSetter value="false"/>
+				<ashowClassOwner value="2"/>
+				<ashowPackageOwner value="2"/>
+				<ashowTemplateInfoOfGeneralizationAndRealization value="false"/>
+				<asuppressImplied1MultiplicityForAttributeAndAssociationEnd value="false"/>
+				<ashowClassEmptyCompartments value="2"/>
+				<ashowAttributesCodeDetails value="2"/>
+				<ashowAttributesType value="1"/>
+				<ashowOperationsParameters value="1"/>
+				<ashowOperationsReturnType value="1"/>
+				<ashowOperationsCodeDetails value="2"/>
+				<ashowParametersCodeDetails value="2"/>
+				<ashowEllipsisForUnshownClassMembers value="2"/>
+				<ageneralizationSetNotation value="2"/>
+			</properties>
+		</xmi:Extension>
+		<uml:Diagram.element>
+			<uml:DiagramElement geometry="170,130,80,50" preferredShapeType="Class" subject="m6xjmuyEwTiAAgLk" xmi:id="sPlNBuyCiu1SNwd7">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="5"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="570,130,80,80" preferredShapeType="Class" subject="vTljmuyEwTiAAgLp" xmi:id="MS1NBuyCiu1SNweP">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="3"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="170,380,80,50" preferredShapeType="Class" subject="2VbNBuyCiu1SNwe6" xmi:id="R8ItBuyCiu1SNwfd">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="0"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="569,150;250,150;" preferredShapeType="Association" subject="GNitBuyCiu1SNwfx" xmi:id="mNitBuyCiu1SNwf2">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="387,130,46,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="250,170;569,170;" preferredShapeType="Association" subject="Wo6tBuyCiu1SNwf." xmi:id="2o6tBuyCiu1SNwgD">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="360,180,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="210,180;210,379;" preferredShapeType="Association" subject="6.htBuyCiu1SNwgL" xmi:id="6.htBuyCiu1SNwgQ">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="210,272,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="570,209;250,381;" preferredShapeType="Association" subject="Uf5tBuyCiu1SNwgY" xmi:id="0f5tBuyCiu1SNwgd">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="430,290,121,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="210,129;210,90;100,90;100,155;169,155;" preferredShapeType="Association" subject="CNrtBuyCiu1SNwgz" xmi:id="CNrtBuyCiu1SNwg4">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="80,60,108,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+			<uml:DiagramElement geometry="210,430;210,470;290,470;290,405;250,405;" preferredShapeType="Association" subject="CqftBuyCiu1SNwhD" xmi:id="CqftBuyCiu1SNwhI">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="200,480,109,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="1"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="-1"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<aconnectorStyle value="3"/>
+						<aconnectorLineJumps value="4"/>
+						<aconnectorLabelOrientation value="4"/>
+						<afromShapeXDiff value="0"/>
+						<afromShapeYDiff value="0"/>
+						<atoShapeXDiff value="0"/>
+						<atoShapeYDiff value="0"/>
+						<afromConnectType value="0"/>
+						<atoConnectType value="0"/>
+						<auseFromShapeCenter value="true"/>
+						<auseToShapeCenter value="true"/>
+						<afromPinType value="1"/>
+						<atoPinType value="1"/>
+						<arequestRebuild value="false"/>
+						<ashowConnectorName value="2"/>
+						<apaintThroughLabel value="2"/>
+						<ahasRoleAShape value="false"/>
+						<ahasRoleBShape value="false"/>
+						<ashowMultiplicityConstraints value="false"/>
+						<ahasMultiplicityAShape value="false"/>
+						<ahasMultiplicityBShape value="false"/>
+						<a0SwDr value="false"/>
+						<ashowStereotypes value="true"/>
+						<ashowFromRoleName value="true"/>
+						<ashowToRoleName value="true"/>
+						<ashowFromMultiplicity value="true"/>
+						<ashowToMultiplicity value="true"/>
+						<ashowFromRoleVisibility value="true"/>
+						<ashowToRoleVisibility value="true"/>
+						<ashowAssociationEndPropertyStrings value="false"/>
+						<ahasAssociationEndPropertyStringsAShape value="false"/>
+						<ahasAssociationEndPropertyStringsBShape value="false"/>
+						<afromRoleInternalWidth value="-2147483648"/>
+						<afromRoleInternalHeight value="-2147483648"/>
+						<atoRoleInternalWidth value="-2147483648"/>
+						<atoRoleInternalHeight value="-2147483648"/>
+						<afromMultiplicityInternalWidth value="-2147483648"/>
+						<afromMultiplicityInternalHeight value="-2147483648"/>
+						<atoMultiplicityInternalWidth value="-2147483648"/>
+						<atoMultiplicityInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsAInternalHeight value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalWidth value="-2147483648"/>
+						<aassociationEndPropertyStringsBInternalHeight value="-2147483648"/>
+					</properties>
+				</xmi:Extension>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+		</uml:Diagram.element>
+	</uml:Diagram>
+	<uml:Diagram diagramType="ClassDiagram" documentation="" name="Component2" toolName="Visual Paradigm for UML" xmi:id="LDLNBuyCiu1SNwex">
+		<xmi:Extension extender="Visual Paradigm for UML">
+			<properties>
+				<apmAuthor value="lavm"/>
+				<apmCreateDateTime value="1337357192244"/>
+				<apmLastModified value="1337357245621"/>
+				<ashowPackageNameStyle value="0"/>
+				<ashowConnectorName value="0"/>
+				<apaintConnectorThroughLabel value="0"/>
+				<ashowActivityStateNodeCaption value="65535"/>
+				<aeditable value="true"/>
+				<afollowDiagramParentElement value="true"/>
+				<aautoFitShapesSize value="false"/>
+				<ashowTaggedValues value="false"/>
+				<ashowStereotypes value="true"/>
+				<ashowConstraints value="false"/>
+				<aalignToGrid value="true"/>
+				<agridVisible value="false"/>
+				<agridWidth value="10"/>
+				<agridHeight value="10"/>
+				<agridColor value="Cr:192,192,192,255"/>
+				<adiagramBackground value="Cr:255,255,255,255"/>
+				<aconnectorStyle value="1"/>
+				<aconnectorLineJumps value="0"/>
+				<aconnectorLineJumpsSize value="0"/>
+				<aconnectionPointStyle value="0"/>
+				<aconnectorLabelOrientation value="0"/>
+				<amodelElementNameAlignment value="4"/>
+				<azoomRatio value="1.0"/>
+				<amaximized value="false"/>
+				<ax value="0"/>
+				<ay value="0"/>
+				<awidth value="1235"/>
+				<aheight value="603"/>
+				<aqualityScore value="-1"/>
+				<aparentModel value="wzrNBuyCiu1SNwe3"/>
+				<a_globalPaletteOption value="true"/>
+				<a_alwaysShowReferenceAndSubdiagramResource value="false"/>
+				<ainitializeDiagramForCreate value="true"/>
+				<arequestValidateSnapToGrid value="false"/>
+				<ashowDefaultPackage value="true"/>
+				<adefaultPackage value="wzrNBuyCiu1SNwe3"/>
+				<ashowAttributeGetterSetter value="false"/>
+				<ashowClassOwner value="2"/>
+				<ashowPackageOwner value="2"/>
+				<ashowTemplateInfoOfGeneralizationAndRealization value="false"/>
+				<asuppressImplied1MultiplicityForAttributeAndAssociationEnd value="false"/>
+				<ashowClassEmptyCompartments value="2"/>
+				<ashowAttributesCodeDetails value="2"/>
+				<ashowAttributesType value="1"/>
+				<ashowOperationsParameters value="1"/>
+				<ashowOperationsReturnType value="1"/>
+				<ashowOperationsCodeDetails value="2"/>
+				<ashowParametersCodeDetails value="2"/>
+				<ashowEllipsisForUnshownClassMembers value="2"/>
+				<ageneralizationSetNotation value="2"/>
+			</properties>
+		</xmi:Extension>
+		<uml:Diagram.element>
+			<uml:DiagramElement geometry="460,140,80,50" preferredShapeType="Class" subject="2VbNBuyCiu1SNwe6" xmi:id="WVbNBuyCiu1SNwe5">
+				<xmi:Extension extender="Visual Paradigm for UML">
+					<captionBounds value="0,0,80,14"/>
+					<captionInternalWidth value="-2147483648"/>
+					<captionInternalHeight value="-2147483648"/>
+					<captionVisible value="true"/>
+					<captionSide value="12"/>
+					<properties>
+						<abackground value="Cr:122,207,245,255"/>
+						<aforeground value="Cr:0,0,0,255"/>
+						<azOrder value="0"/>
+						<acreatorDiagramType value="ClassDiagram"/>
+						<aselectable value="true"/>
+						<arequestResetCaption value="false"/>
+						<arequestResetCaptionSize value="false"/>
+						<adisplayStereotypeIcon value="false"/>
+						<aoverrideAppearanceWithStereotypeIcon value="true"/>
+						<arequestSetSizeOption value="0"/>
+						<aparentConnectorHeaderLength value="40"/>
+						<aparentConnectorLineLength value="10"/>
+						<aconnectToPoint value="true"/>
+						<aparentConnectorDTheta value="0.0"/>
+						<aconnectionPointType value="2"/>
+						<amodelElementNameAlignment value="9"/>
+						<arequestDefaultSize value="false"/>
+						<arequestFitSize value="false"/>
+						<arequestFitSizeFromCenter value="false"/>
+						<adisplayAsRobustnessAnalysisIcon value="true"/>
+						<avisibilityStyle value="1"/>
+						<ashowAttributeType value="1"/>
+						<ashowOperationType value="1"/>
+						<amSwTpPts value="true"/>
+						<alshRfAts value="true"/>
+						<amShDrAt value="false"/>
+						<akShDrOp value="false"/>
+						<akSwCsMbSt value="true"/>
+						<ashowClassMemberConstraints value="true"/>
+						<alShCmMl value="false"/>
+						<ashowOperationParameterDirection value="false"/>
+						<ashowOperationRaisedExceptions value="false"/>
+						<ashowParameterNameInOperationSignature value="true"/>
+						<ashowOperationTemplateParameters value="false"/>
+						<ashowOperationProperties value="false"/>
+						<awpMbs value="false"/>
+						<aattributeSortType value="0"/>
+						<aoperationSortType value="0"/>
+						<ashowInitialAttributeValue value="true"/>
+						<ashowOperationSignature value="true"/>
+						<ainterfaceBall value="false"/>
+						<ashowEmptyCompartments value="0"/>
+						<ashowEllipsisForUnshownMembers value="0"/>
+						<ashowAttributesCodeDetails value="0"/>
+						<ashowOperationsCodeDetails value="0"/>
+						<ashowParametersCodeDetails value="0"/>
+						<ashowTypeOption value="0"/>
+						<ashowOwnerOption value="3"/>
+						<ashowAttributesType value="0"/>
+						<ashowOperationsParameters value="0"/>
+						<ashowOperationsReturnType value="0"/>
+					</properties>
+				</xmi:Extension>
+				<elementFill color1="Cr:122,207,245,255" color2="" style="1" transparency="0" type="1"/>
+				<elementFont bold="false" color="Cr:0,0,0,255" italic="false" name="Dialog" size="11" style="0"/>
+				<elementLine color="Cr:0,0,0,255" style="1" transparency="0" weight="1.0"/>
+			</uml:DiagramElement>
+		</uml:Diagram.element>
+	</uml:Diagram>
+</xmi:XMI>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/model/working-copy/extra-dm.css	Mon May 21 14:54:01 2012 -0400
@@ -0,0 +1,431 @@
+
+/* --- EDITORIAL NOTES --- */
+.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);
+}
+
+.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[id]::before {
+    content:    "Inference: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.inference::before {
+    content:    "Inference";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.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[id]::before {
+    content:    "Constraint: " attr(id);
+    width:  380px;  /* How can we compute the length of "Constraint: " attr(id) */
+}
+
+
+.constraint::before {
+    content:    "Constraint";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #00f;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+
+.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[id]::before {
+    content:    "Definition: " attr(id);
+    width:  380px; 
+}
+
+
+.definition::before {
+    content:    "Definition";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #000;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+
+.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: 80%;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+
+.name {
+    font-family: monospace;
+}
+
+
+.xmpl {
+    padding:    1em;
+    margin: 1em 0em 0em;
+    border: 1px solid #f00;
+    background: #fff;
+}
+
+.xmpl::before {
+    content:    "Example";
+    display:    block;
+    width:  150px;
+    margin: -1.5em 0 0.5em 0;
+    font-weight:    bold;
+    border: 1px solid #f00;
+    background: #fff;
+    padding:    3px 1em;
+}
+
+.anexample:before {
+    content: "Example:";
+    font-family: sans-serif;
+    font-size: 1.6ex;
+    font-weight: bold;
+}
+.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;
+}
+
+
+.interpretation-forward::before {
+    content:    "Interpretation: ";
+    font-weight:    bold;
+}
+
+.structural-forward::before {
+    content:    "Structural constraint: ";
+    font-weight:    bold;
+}
+
+.essential {
+    font-weight: bold;
+}
--- a/model/working-copy/wd6-bundle.html	Mon May 21 14:51:39 2012 -0400
+++ b/model/working-copy/wd6-bundle.html	Mon May 21 14:54:01 2012 -0400
@@ -111,7 +111,7 @@
  
           // if your specification has a subtitle that goes below the main
           // formal title, define it here
-      subtitle   :  "working towards WD6 --- Working Copy",
+      subtitle   :  "TEXT NOW MERGED in EDITOR'S DRAFT",
 
  
           // if you wish the publication date to be other than today, set this
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/model/working-copy/wd6-prov-dm-with-core.html	Mon May 21 14:54:01 2012 -0400
@@ -0,0 +1,3121 @@
+<!DOCTYPE html
+>
+
+<html><head> 
+    <title>PROV-DM: The PROV Data Model</title> 
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
+    <!-- 
+      === NOTA BENE ===
+      For the three scripts below, if your spec resides on dev.w3 you can check them
+      out in the same tree and use relative links so that they'll work offline,
+     -->
+<!-- PM -->
+    <style type="text/css">
+      .note { font-size:small; margin-left:50px }
+     </style>
+
+    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script> 
+    <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
+    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+
+    <script src="../glossary.js" class="remove"></script>
+
+    <script class="remove">
+      function updateGlossaryRefs() {
+        $('.glossary-ref').each(function(index) {
+          var ref=$(this).attr('data-ref');
+          var span=$(this).attr('data-withspan')
+          $(this).removeAttr('data-withspan');
+          $(this).removeAttr('data-ref');
+
+          $('#'+ref+'.glossary').contents().clone().appendTo($(this));
+//          $(this).attr("prov:hadOriginalSource",glossary_hg);
+          if (span) {
+            $(this).children('dfn').replaceWith(function(){return $('<span>').addClass('dfn').append($(this).contents())});
+          }
+        });
+      }
+      $(document).ready(function(){
+        // if glossary is in a string:
+        $('#glossary_div').html(glossary_string)
+        updateGlossaryRefs();
+      });
+
+    </script>
+
+    <script class="remove"> 
+      var addExtraReferences = function() {
+          for (var k in extraReferences)
+              berjon.biblio[k] = extraReferences[k];
+      };
+      var extraReferences = {
+        "CLOCK":
+         "Lamport, L. "+
+         "<a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\"><cite>Time, clocks, and the ordering of events in a distributed system</cite></a>."+
+         "Communications of the ACM 21 (7): 558–565. 1978. "+
+         "URL: <a href=\"http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf\">http://research.microsoft.com/users/lamport/pubs/time-clocks.pdf</a> " +
+         "DOI: doi:10.1145/359545.359563.",
+        "CSP":
+         "Hoare, C. A. R. "+
+         "<a href=\"http://www.usingcsp.com/cspbook.pdf\"><cite>Communicating Sequential Processes</cite></a>."+
+         "Prentice-Hall. 1985"+
+         "URL: <a href=\"http://www.usingcsp.com/cspbook.pdf\">http://www.usingcsp.com/cspbook.pdf</a>",
+        "Logic":
+          "W. E. Johnson"+
+          "<a href=\"http://www.ditext.com/johnson/intro-3.html\"><cite>Logic: Part III</cite></a>."+
+          "1924. "+
+          "URL: <a href=\"http://www.ditext.com/johnson/intro-3.html\">http://www.ditext.com/johnson/intro-3.html</a>",
+        "PROV-SEM":
+          "James Cheney "+
+          "<a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\"><cite>Formal Semantics Strawman</cite></a>. "+
+          "2011, Work in progress. "+
+          "URL: <a href=\"http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman\">http://www.w3.org/2011/prov/wiki/FormalSemanticsStrawman</a>",
+
+        "PROV-PRIMER":
+          "Yolanda Gil and Simon Miles (eds.) Khalid Belhajjame, Helena Deus, Daniel Garijo, Graham Klyne, Paolo Missier, Stian Soiland-Reyes, and Stephan Zednik "+
+          "<a href=\"http://www.w3.org/TR/prov-primer/\"><cite>Prov Model Primer</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-primer/\">http://www.w3.org/TR/prov-primer/</a>",
+
+        "PROV-O":
+          "Satya Sahoo and Deborah McGuinness (eds.) Khalid Belhajjame, James Cheney, Daniel Garijo, Timothy Lebo, Stian Soiland-Reyes, and Stephan Zednik "+
+          "<a href=\"http://www.w3.org/TR/prov-o/\"><cite>Provenance Formal Model</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-o/\">http://www.w3.org/TR/prov-o/</a>",
+
+
+        "PROV-CONSTRAINTS":
+          "James Cheney, Paolo Missier, and Luc Moreau (eds.) "+
+          "<a href=\"http://www.w3.org/TR/prov-constraints/\"><cite>Constraints of the PROV Data Model</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-constraints/\">http://www.w3.org/TR/prov-constraints/</a>",
+
+        "PROV-N":
+          "Luc Moreau and Paolo Missier (eds.)"+
+          "<a href=\"http://www.w3.org/TR/prov-n/\"><cite>PROV-N: The Provenance Notation</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-n/\">http://www.w3.org/TR/prov-n/</a>",
+
+        "PROV-AQ":
+          "Graham Klyne and Paul Groth (eds.) Luc Moreau, Olaf Hartig, Yogesh Simmhan, James Meyers, Timothy Lebo, Khalid Belhajjame, and Simon Miles "+
+          "<a href=\"http://www.w3.org/TR/prov-aq/\"><cite>Provenance Access and Query</cite></a>. "+
+          "2011, Working Draft. "+
+          "URL: <a href=\"http://www.w3.org/TR/prov-aq/\">http://www.w3.org/TR/prov-aq/</a>",
+      };
+      var respecConfig = {
+          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+          specStatus:           "ED",
+          
+          // the specification's short name, as in http://www.w3.org/TR/short-name/
+          shortName:            "prov-dm",
+ 
+          // if your specification has a subtitle that goes below the main
+          // formal title, define it here
+      subtitle   :  "working towards WD6 (<a href=\"diff.html\">Diffs since last release</a>)",
+
+ 
+          // if you wish the publication date to be other than today, set this
+//          publishDate:  "2012-05-03",
+ 
+          // if the specification's copyright date is a range of years, specify
+          // the start date here:
+          copyrightStart: "2011",
+ 
+          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+          // and its maturity status
+          previousPublishDate:  "2012-05-03",
+          previousMaturity:  "WD",
+ 
+          // if there a publicly available Editor's Draft, this is the link
+          edDraftURI:           "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html",
+ 
+          // if this is a LCWD, uncomment and set the end of its review period
+          // lcEnd: "2009-08-05",
+ 
+          // if you want to have extra CSS, append them to this list
+          // it is recommended that the respec.css stylesheet be kept
+          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css", "./extra-dm.css"],
+ 
+          // editors, add as many as you like
+          // only "name" is required
+          editors:  [
+              { name: "Luc Moreau", url: "http://www.ecs.soton.ac.uk/~lavm/",
+                company: "University of Southampton" },
+              { name: "Paolo Missier", url: "http://www.cs.ncl.ac.uk/people/Paolo.Missier",
+                company: "Newcastle University" },
+          ],
+ 
+          // authors, add as many as you like. 
+          // This is optional, uncomment if you have authors as well as editors.
+          // only "name" is required. Same format as editors.
+ 
+          authors:  [
+              { name: "Khalid Belhajjame", url: "http://semanticweb.org/wiki/Khalid_Belhajjame",
+                company: "University of Manchester" },
+              { name: "Reza B'Far",
+                company: "Oracle Corporation" },
+              { name: "Stephen Cresswell",
+                company: "legislation.gov.uk"},
+              { name: "Yolanda Gil",
+                company: "Invited Expert", url:"http://www.isi.edu/~gil/"},
+              { name: "Paul Groth", url: "http://www.few.vu.nl/~pgroth/",
+                company: "VU University of Amsterdam" },
+              { name: "Graham Klyne",
+                company: "University of Oxford" },
+              { name: "Jim McCusker", url: "http://tw.rpi.edu/web/person/JamesMcCusker",
+                company: "Rensselaer Polytechnic Institute" },
+              { name: "Simon Miles", 
+                company: "Invited Expert", url:"http://www.inf.kcl.ac.uk/staff/simonm/" },
+              { name: "James Myers", url:"http://www.rpi.edu/research/ccni/",
+                company: "Rensselaer Polytechnic Institute"},
+              { name: "Satya Sahoo", url:"http://cci.case.edu/cci/index.php/Satya_Sahoo",
+                company: "Case Western Reserve University" },
+              { name: "Curt Tilmes", 
+                company: "National Aeronautics and Space Administration" },
+          ],
+          
+          // name of the WG
+          wg:           "Provenance Working Group",
+          
+          // URI of the public WG page
+          wgURI:        "http://www.w3.org/2011/prov/",
+          
+          // name (with the @w3c.org) of the public mailing to which comments are due
+          wgPublicList: "public-prov-wg",
+          
+          // URI of the patent status for this WG, for Rec-track documents
+          // !!!! IMPORTANT !!!!
+          // This is important for Rec-track documents, do not copy a patent URI from a random
+          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+          // Team Contact.
+          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46974/status",
+
+          // Add extraReferences to bibliography database
+          preProcess: [addExtraReferences],
+      };
+    </script> 
+  </head> 
+  <body> 
+
+    <section id="abstract">
+<p>
+PROV-DM, the PROV data model, is a data model for provenance that describes
+the entities, people and activities involved in
+producing a piece of data or thing. 
+PROV-DM is structured in six components, dealing with: 
+(1) entities and activities, and the time at which they were created, used, or ended;
+(2) agents bearing responsibility for entities that were generated and activities that happened;
+(3) derivations of entities from entities;
+(4) properties to link entities that refer to the same thing;
+(5) collections forming a logical structure for its members;
+(6) a simple annotation mechanism.
+</p>
+
+<p>This document introduces the provenance concepts found in
+PROV and defines PROV-DM types and
+relations. PROV data model is domain-agnostic, but is equipped with
+extensibility points allowing domain-specific information to be included. </p>
+
+<p>Two further documents complete the specification of PROV-DM.
+First, a companion document specifies the set of constraints that
+provenance descriptions should follow.  Second, 
+a separate document describes a provenance notation for expressing 
+instances of provenance for human consumption; this notation is used in examples in
+this document. </p>
+
+    </section> 
+
+<section id="sotd">
+<h4>PROV Family of Specifications</h4>
+This document is part of the PROV family of specifications, a set of specifications defining various aspects that are necessary to achieve the vision of inter-operable
+interchange of provenance information in heterogeneous environments such as the Web.  The specifications are:
+<ul>
+<li> PROV-DM, the PROV data model for provenance (this document);</li>
+<li> PROV-CONSTRAINTS, a set of constraints applying to the PROV data model;</li>
+<li> PROV-N, a notation for provenance aimed at human consumption;</li>
+<li> PROV-O, the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF;</li>
+<li> PROV-AQ, the mechanisms for accessing and querying provenance; </li>
+<li> PROV-PRIMER, a primer for the PROV data model;</li>
+<li> PROV-SEM, a formal semantics for the PROV data model;</li>
+<li> PROV-XML, an XML schema for the PROV data model.</li>
+</ul>
+<h4>How to read the PROV Family of Specifications</h4>
+<ul>
+<li>The primer 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 PROV-O defining PROV classes and properties specified in an OWL-RL ontology. For further details, PROV-DM and PROV-CONSTRAINTS specify the constraints applicable to the data model, and its interpretation. PROV-SEM provides a mathematical semantics.</li>
+<li>The XML community should focus on PROV-XML defining an XML schema for PROV. Further details can also be found in PROV-DM, PROV-CONSTRAINTS, and PROV-SEM.</li>
+<li>Developers seeking to retrieve or publish provenance should focus on PROV-AQ.</li>
+<li>Readers seeking to implement other PROV serializations
+should focus on PROV-DM and PROV-CONSTRAINTS.  PROV-O, PROV-N, PROV-XML offer examples of mapping to RDF, text, and XML, respectively.</li>
+</ul>
+
+
+<h4>Fourth Public Working Draft</h4>
+<p>This is the fourth public release of the PROV-DM document. Following feedback, the Working Group has decided to reorganize this document substantially, separating the data model from its contraints and the notation used to illustrate it. The PROV-DM release is synchronized with the release of the PROV-O, PROV-PRIMER, PROV-N, and PROV-CONSTRAINTS documents. We are now clarifying the entry path to the PROV family of specifications.</p>
+</section>
+
+
+
+
+<!-- <div class="buttonpanel"> 
+<form action="#"><p> 
+<input id="hide-asn" onclick="set_display_by_class('div','withAsn','none');set_display_by_class('span','withAsn','none'); set_display_by_id('hide-asn','none'); set_display_by_id('show-asn','');" type="button"
+value="Hide ASN" /> 
+<input id="show-asn" onclick="set_display_by_class('div','withAsn',''); set_display_by_class('span','withAsn','');  set_display_by_id('hide-asn',''); set_display_by_id('show-asn','none');" style="display: none"
+type="button" value="Show ASN" /> 
+</p> 
+</form> 
+</div>     
+-->
+
+
+
+
+
+    <section id="introduction"> 
+      <h2>Introduction<br>
+</h2> 
+
+<p> 
+For the purpose of this specification, <dfn>provenance</dfn> is defined as a record that describes the people,
+institutions, entities, and activities involved in producing,
+influencing, or delivering a piece of data or a thing.
+In particular, 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.  In an open and inclusive environment
+such as the Web, where users find information that is often contradictory or
+questionable, provenance can help those users to make trust judgements.
+</p>
+
+
+<p>
+We
+consider a core data model for provenance that allows  domain and application specific representations of provenance to be translated into such a data model and  <em>interchanged</em> between systems.
+Thus, heterogeneous systems can export their native provenance into such a core data model, and applications that need to make sense of provenance in heterogeneous systems can then import it,
+process it, and reason over it.</p>
+
+<p>A set of specifications, referred to as the PROV family of specifications, define the various aspects
+that are necessary to achieve this vision in an interoperable
+way:</p>
+<ul>
+<li>A data model for provenance, which is presented in three documents:
+<ul>
+<li> PROV-DM (part I): the provenance data model, informally described (this document);
+<li> PROV-CONSTRAINTS (part II): constraints underpinning the data model [[PROV-CONSTRAINTS]];
+<li> PROV-N (part III): a notation to express instances of that data model for human consumption [[PROV-N]];
+</ul> 
+</li>
+<li>PROV-O: the PROV ontology, an OWL-RL ontology allowing the mapping of PROV to RDF [[PROV-O]];</li>
+<li>PROV-AQ: the mechanisms for accessing and querying provenance [[PROV-AQ]];</li>
+<li>PROV-PRIMER: a primer for the PROV approach [[PROV-PRIMER]];</li>
+<li>PROV-SEM: semantics of the PROV-DM data model [[PROV-SEM]];</li>
+<li>PROV-XML: an XML schema for the PROV data model.</li>
+</ul>
+
+
+<p>
+The  PROV data model is a domain-agnostic model, but with clear extensibility points allowing further domain-specific and
+application-specific extensions to be defined.
+The PROV data model is structured according to six components covering various aspects of provenance:</p>
+<ul>
+<li> component 1: entities and activities, and the time at which they were created, used, or ended;
+<li> component 2: agents bearing responsibility for entities that were generated and activities that happened;
+<li> component 3: derivations of entities from others;
+<li> component 4: properties to link entities that refer to a same thing;
+<li> component 5: bundles, a mechanism to support provenance of provenance;
+<li> component 6: collections forming a logical structure for its members.
+</ul>
+
+
+<p>This specification presents the key concepts of the PROV Data Model, and
+provenance types and relations, without specific concern for how they are applied.
+With these, it becomes possible to write useful provenance descriptions, and publish or embed them along side the data they relate to. </p>
+
+<p>However, if something about which provenance is expressed is subject to change, then it is challenging to express its provenance precisely (e.g. the data from which a daily weather report is derived  changes from day to day).
+ To address this challenge, a <em>refinement</em> is proposed to enrich simple provenance, with extra descriptions that  help qualify the specific subject of provenance and provenance itself, with attributes and temporal information, intended to satisfy a comprehensive set of constraints.  These aspects are covered in the companion specification [[PROV-CONSTRAINTS]].
+</p>
+
+
+<section id="structure-of-this-document"> 
+<h3>Structure of this Document</h3>
+
+<p><a href="#starting-points">Section 2</a> provides  starting points for the PROV Data Model, listing a set of types and  relations, which allows users to make initial provenance descriptions.</p>
+
+<p><a href="#prov-dm-example">Section 3</a> illustrates how the PROV data model can be used
+to express the provenance of a report published on the Web.</p>
+
+<p><a href="#data-model-components">Section 4</a> provides the definitions of PROV concepts, structured according to six components.</p>
+
+<p><a href="#extensibility-section">Section 5</a> summarizes PROV-DM extensibility points.</p>
+
+<p><a href="#valid-provenance">Section 6</a> introduces the idea that constraints can be applied to the PROV data model to refine provenance descriptions; these are covered in the companion specification [[PROV-CONSTRAINTS]].</p>
+
+
+</section> 
+
+<section id="conventions"> 
+<h3>Notational Conventions</h3>
+
+
+
+<p>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
+      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and
+      "OPTIONAL" in this document are to be interpreted as described in
+      [[!RFC2119]].</p>
+
+
+<p>
+The following namespaces prefixes are used throughout this document.
+
+<div style="text-align: left;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="namespace-table">Table 1: Prefix and Namespaces used in this specification</caption>
+<tr><td><a><b>prefix</b></a></td><td><b>namespace uri</b></td> <td><b>definition</b></td></tr>
+<tr><td><a>prov</a></td><td>http://www.w3.org/ns/prov#</td><td>The PROV namespace (see Section <a href="#term-NamespaceDeclaration">4.7.1</a>)</td></tr>
+<tr><td><a>xsd</a></td><td>http://www.w3.org/2000/10/XMLSchema#</td><td>XML Schema Namespace [[!XMLSCHEMA-2]]</td></tr>
+<tr><td><a>rdf</a></td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td><td>The RDF namespace  [[!RDF-CONCEPTS]]</td></tr>
+<tr><td><a>(others)</a></td><td>(various)</td><td>All other namespace prefixes are used in examples only. <br/> In particular, URIs starting with "http://example.com" represent<br/> some application-dependent URI [[!URI]]</td></tr>
+</table>
+</div>
+
+</section> 
+
+</section> 
+
+
+
+<section id='starting-points'> 
+<h1>PROV Overview</h1>
+
+<p>This section introduces provenance concepts with informal descriptions and illustrative
+examples. PROV distinguishes  <em>core structures</em>, forming the essence of  provenance descriptions, from <em>extended structures</em> catering for more advanced uses of provenance.  Core and extended structures are respectively presented in <a href="#core-structures">Section 2.1.1</a> and <a href="#extended-structures">Section 2.1.2</a>.
+
+
+<section id='core-structures'> 
+<h1>PROV Core Structures</h1>
+
+<p>PROV core consists of essential provenance structures commonly found in provenance descriptions.
+It is summarized graphically by
+the UML diagram of <a href="#prov-core-structures">Figure 1</a>,
+illustrating  three types (entity, activity, and agent) and how they relate to each other.  In PROV Core, all relations are binary. </p>
+
+
+<div style="text-align: center; ">
+  <figure style="max-width: 70%; " >
+<!--  <img src="uml/essentials.svg" alt="PROV Core Structures" style="max-width: 70%; "  /> -->
+   <img src="../images/OverviewDiagram.png" alt="Simplified  Overview of PROV-DM" style="max-width: 70%; "  />
+<figcaption id="prov-core-structures">Figure 1: PROV Core Structures</figcaption>
+  </figure>
+</div>
+
+<p>Since PROV-DM is a conceptual data model,  <a href="#overview-types-and-relations">Table 2</a> shows the provenance concepts corresponding to types and relations: the first column lists concepts we are introducing in the rest of this section, the second column indicates whether a concept maps to a type or a relation, whereas the third column contains the corresponding name.    Names of relations have a verbal form in the past tense to express what happened in the past, as opposed to what may or will happen. 
+</p>
+
+
+
+
+<div style="text-align: left;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="overview-types-and-relations">Table 2: Mapping of Provenance concepts to  types and relations</caption>
+<tr><td><a><b>PROV Concepts</b></a></td><td><b>PROV-DM types or relations</b></td><td><b>Name</b></td></tr>
+<tr>
+<td><a>Entity</a></td><td rowspan="3">PROV-DM Types</td><td><a title="dfn-Entity">entity</a></td></tr>
+<tr><td><a>Activity</a></td><td><a title="dfn-Activity">activity</a></td></tr>
+<tr><td><a>Agent</a></td><td><a title="dfn-agent">agent</a></td></tr>
+<tr>
+<td><a>Generation</a></td><td rowspan="6">PROV-DM Relations</td><td><a title="wasGeneratedBy">wasGeneratedBy</a></td></tr>
+<tr><td><a>Usage</a></td><td><a title="used">used</a></td></tr>
+<tr><td><a>Attribution</a></td><td><a title="wasAttributedTo">wasAttributedTo</a></td></tr>
+<tr><td><a>Association</a></td><td><a title="wasAssociatedWith">wasAssociatedWith</a></td></tr>
+<tr><td><a>Responsibility</a></td><td><a title="actedOnBehalfOf">actedOnBehalfOf</a></td></tr>
+<tr><td><a>Derivation</a></td><td><a title="wasDerivedFrom">wasDerivedFrom</a></td></tr>
+</table>
+</div>
+
+<p>The rest of this section presents the various concepts found in PROV core.</p>
+
+
+<!--
+<p><a href="#prov-core-structures">Figure 1</a> is not intended to be complete: it only illustrates  types and relations introduced in this section (<a href="#starting-points">Section 2</a>), exploited in the example discussed in <a href="#prov-dm-example">Section 3</a>, and explained in detail in <a href="#data-model-components">Section 4</a>.
+Names of relations depicted in <a href="#prov-core-structures">Figure 1</a> 
+are listed in
+the third column of <a href="#overview-types-and-relations">Table 2</a>. These names are part of a textual notation to write instances of the PROV data model, which we introduce in the next section. </p>
+
+-->
+
+
+
+
+
+<form action="#"><p> 
+<input id="hide-examples" onclick="set_display_by_class('div','conceptexample','none'); set_display_by_id('hide-examples','none'); set_display_by_id('show-examples','');" type="button"
+value="Hide Concept Examples" /> 
+<input id="show-examples" onclick="set_display_by_class('div','conceptexample',''); set_display_by_id('hide-examples',''); set_display_by_id('show-examples','none');" style="display: none"
+type="button" value="Show Concept Examples" /> 
+</p> 
+</form> 
+
+
+
+
+  
+    <section id='section-entity-activity'> 
+<h2>Entity and Activity</h2>
+
+
+<p>In PROV, things we want to describe the provenance of are called <em>entities</em> and have some fixed aspect. The term "things" encompasses a broad diversity of notions, including digital objects such as a file or web page, 
+physical things such as a mountain, a building, a printed book, or a car as well as abstract concepts and ideas. 
+</p>
+
+<p>
+<div class="glossary-ref" data-ref="glossary-entity"  data-withspan="true">
+</div>
+
+
+
+<div class="conceptexample" id="entity-example">
+<p>An entity may be the document at URI <a href="http://www.bbc.co.uk/news/science-environment-17526723">http://www.bbc.co.uk/news/science-environment-17526723</a>, a file in a file system, a car, or an idea.</p>
+</div>
+
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-activity"  data-withspan="true"></span> Activities that operate on digital entities may for example move, copy, or duplicate them.
+</p>
+
+
+
+<div class="conceptexample" id="activity-example">
+<p>An activity may be the publishing of a document on the Web, sending a twitter message, extracting metadata embedded in a file, driving a car from Boston to Cambridge, assembling a data set based on a set of measurements, performing a statistical analysis over a data set, sorting news items according to some criteria, running a SPARQL query over a triple store, or editing a file.</p>
+</div>
+
+<p>Activities and entities are associated with each other in two different ways: activities utilize entities and activities  produce entities. The act of utilizing or producing an entity may have a duration.  
+ The term 'generation' refers to the completion of the act of producing; likewise, the term 'usage' refers to the beginning of the act of utilizing entities. Thus, we define the following notions of generation and usage. </p>
+
+<p>
+<div class="glossary-ref" data-ref="glossary-generation"  data-withspan="true">
+</div>
+
+
+<p>
+<div class="glossary-ref" data-ref="glossary-usage"  data-withspan="true">
+</div>
+
+
+
+
+<div class="conceptexample" id="generation-example">
+<p>Examples of generation are the completed creation of a file by a
+program, the completed creation of a linked data set, and the completed
+publication of a new version of a document.
+</div>
+
+
+
+<div class="conceptexample" id="usage-example">
+<p>Usage examples include a procedure beginning to consume an argument, a service starting to read a value on a port, a program beginning to read a configuration
+file, or the point at which an ingredient, such as eggs, is being added in a baking activity. Usage may entirely consume an entity (e.g. eggs are no longer available after being added to
+the mix); in contrast, the same entity may be used multiple times, possibly by different activities (e.g. a file on a file system can be read indefinitely).
+</div>
+
+
+</section>
+
+
+<section id="section-agents-attribution-association-responsibility"> 
+<h2>Agents and Responsibility</h2>
+
+<p>The motivation for introducing  agents in the model is to express the agent's responsibility for activities that happened and entities that were generated. </p>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-agent"  data-withspan="true">
+</span> An agent MAY be a particular type of entity or activity. This means that the model can be
+ used to express provenance of the agents themselves.  
+</p>
+
+
+<!--
+<p>
+The definition of agent intentionally stays away from using concepts such as enabling, causing, initiating, triggering, affecting, etc, because many entities also enable, cause, initiate, and affect in some way
+the activities. (Concepts such as triggers are themselves defined later in relations between entities and activities.)   So the notion of having some degree of responsibility is really what makes an agent.</p>
+-->
+
+
+
+<div class="conceptexample" id="agent-example">
+<p>
+Software for checking the use of grammar in a document may be defined as an agent of a document preparation activity, and at the same time one can describe its provenance, including for instance the vendor and the version history. 
+A site selling books on the Web, the services involved in the processing of orders, and the companies hosting them are also agents.
+</p>
+</div>
+
+
+
+
+<p>Agents can be related to entities, activities, and other agents.</p>  
+
+<div class="glossary-ref" data-ref="glossary-attribution" data-withspan="true"></div>
+
+<div class="conceptexample" id="attribution-example">
+<p>A blog post can be attributed to an author, a mobile phone to its manufacturer.</p>
+</div>
+
+<p>
+Agents are defined as having some kind of responsibility for activities. </p>
+
+<!-- <div class="note">Proposal: remove the above para as it repeats from 2.3. Proposed text: "the <em>activity association</em> relation provides a way to indicate that an agent is responsible for an activity, possibly with an associated plan."[PM]</div> -->
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-core-association"  data-withspan="true"></span>
+</p>
+
+<div class="conceptexample" id="association-example">
+<p>Examples of association between an activity and an agent are:
+<ul>
+<li>creation of a web page under the guidance of a designer;</li>
+<li>various forms of participation in a panel discussion, including audience member, panelist, or panel chair;</li>
+<li>a public event, sponsored by a company, and hosted by a museum;</li>
+</ul>
+</div>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-responsibility"  data-withspan="true">
+</span> The nature of this relation is intended to be broad,  including delegation or contractual relation. </p>
+
+<!--<div class="note">Propose to rephrase as follows: <br/>
+A relation between two agents, denoted <dfn title="concept-responsibilityChain">actedOnBehalfOf</dfn> indicates that 
+ that a "subordinate" agent acted on behalf of a "responsible" agent, in the context of an activity.  The nature of this relation is intended to be broad,  including delegation or a contractual relation.
+  When this relation is used transitively, i.e., one agent acts on behalf of another, who also acts on behalf of another, etc., these relations form a  <dfn title="concept-responsibilityChain">responsibility chain</dfn>.
+</div>-->
+  
+
+
+
+
+<div class="conceptexample" id="responsibility-example">
+<p>A student publishing a web page describing an academic
+department could result in both the student and the department being
+agents associated with the activity, and it may not matter which
+student published a web page but it matters a lot that the department
+told the student to put up the web page.  
+</p>
+</div>
+</section>
+
+    <section id="section-derivation"> 
+<h2>Derivation</h2>
+
+
+
+<p>Activities utilize entities and producer entities. In some cases, utilizing an entity influences the creation of another in some way. This notion is captured by derivations, defined as follows.</p>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-derivation"  data-withspan="true"></span>
+
+
+
+<div class="conceptexample" id="derivation-example">
+<p>Examples of derivation include  the transformation of a relational table into a
+linked data set, the transformation of a canvas into a painting, the transportation of a work of art from London to New York, and a physical transformation such as the melting of ice into water.</p>
+</div>
+
+</section>
+
+</section>
+
+<section id="section-prov-extended"> 
+<h2>PROV Extended Structures</h2>
+
+<p>While the core of PROV focuses on essential provenance structures commonly found in provenance descriptions, extended structures 
+are designed to support more advanced uses of provenance. 
+The purpose of this section is twofold. First, mechanisms to specify these extended structures are introduced.  Second,  two further categories of provenance structures are overviewed: they cater for provenance of provenance and collections,  respectively.</p>
+
+
+
+
+<section id="section-prov-extended-mechanisms"> 
+<h2>Mechanisms to Define Extended Structures</h2>
+
+<p>Extended structures are defined by a variety of mechanisms that we
+outline in this section: subtyping, expanded relations, optional
+identification, and new relations.</p>
+
+
+<section id="section-prov-extended-approach-subtyping"> 
+<h2>Subtyping</h2>
+
+<p>Subtyping can be applied to core types. For example, a software agent is special kind of agent, defined as follows.</p>
+
+<span class="glossary-ref" data-ref="glossary-software-agent"  data-withspan="true">
+</span>
+
+
+<p>Subtyping can also be applied to  core relations. For example, a revision is a special kind of derivation, defined as follows.</p>
+
+
+<p><span class="glossary-ref" data-ref="glossary-revision" data-withspan="true"></span></p>
+
+</section>
+
+<section id="section-prov-extended-approach-expanded-relation"> 
+<h2>Expanded Relations</h2>
+
+<p><a href="#core-structures">Section 2.1</a> shows that six concepts are mapped to binary relations in the core of PROV.  However, some advanced uses of these concepts cannot be captured by a binary relations, but require relations to be expanded to n-ary relations.</p>
+
+
+<p>To illustrate expanded relations, we consider the concept of
+association, described
+in <a href="#section-agents-attribution-association-responsibility">section
+2.1.2</a>.  Agents may adopt sets of actions or steps to achieve their
+goals in the context of an activity: this is captured by the notion of
+plan.  Hence, an activity may reflect the execution of a plan that was
+designed in advance to guide the execution.  Hence, an expanded
+association relation allows a plan a plan be linked to an
+activity. Plan is defined by subtyping and full association by an expanded relation, as follows. </p>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-plan"  data-withspan="true">
+</span>
+There exist no
+prescriptive requirement on the nature of plans, their representation, the
+actions or steps they consist of, or their intended goals.  Since plans may evolve over time,
+it may become necessary to track their provenance, so plans themselves are
+entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to  
+validate the execution as represented in the provenance record, to  
+manage expectation failures, or to provide explanations.</p> 
+
+<!--
+<div class="conceptexample" id="plan-example">
+<p>
+A plan can be a blog post tutorial for how to set up a web server, a list of instructions for a micro-processor execution, a cook's written recipe for a chocolate cake, or a workflow for a scientific experiment.
+</p>
+</div>
+-->
+
+<p>
+<span class="glossary-ref" data-ref="glossary-activityAssociation"  data-withspan="true"></span>
+</p>
+
+
+<div class="conceptexample" id="association-example2">
+<p>An examples of association between an activity and an agent involving a plan is:
+an XSLT transform launched by a user based on an XSL style sheet (a plan).
+
+</div>
+</section>
+
+
+<section id="section-prov-extended-approach-optional-identification-new-relation"> 
+<h2>Optional Identification and New Relations</h2>
+
+<p>We have seen that some concepts exhibit a core use, expressed as
+binary relation, and an extended use, expressed as n-ary relation.  In
+some cases, mapping the concept to a relation, whether binary or
+n-ary, is not sufficient: instead, it may be required to able to
+identify an instance.</p>
+
+<p>In such circumstances, PROV-DM allows an optional identifier to be
+expressed to identify an instance of an association between two or
+more elements.  These identifier can then be referred to as part of
+other concepts.</p>
+
+<div class="conceptexample" id="identifier-example">
+<p>A service may read a same configuration file on two different occasion: each  usage can be identifed by its own identifier, allowing them to be distinguished.
+</div>
+
+<p>Finally, PROV-DM supports further relations that are not subtypes or expanded versions of existing relations.</p>
+
+
+
+
+</section>
+
+
+
+</section>
+
+
+
+<section id="section-provenance-of-provnance"> 
+<h2>Provenance of Provenance</h2>
+
+
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-bundle"  data-withspan="true">
+</span>
+
+<div class="conceptexample" id="bundle-example">
+<p>
+For users to decide whether they can place their trust in
+a resource, they may want to analyze the resource's provenance, but also determine
+who its provenance is attributed to, and when it was
+generated. In other words, users need to be able to determine the provenance of provenance.
+Hence, provenance is also
+regarded as an entity (of type Bundle), by which provenance of provenance can then be
+expressed.
+</p>
+</div>
+</section>
+
+<section id="section-collections"> 
+<h2>Collections</h2>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-collection"  data-withspan="true"></span> This concept allows for the provenance of the collection itself to be expressed in addition to that of the members.  Many different types of collections exist, such as a <em>set</em>, <em>dictionaries</em>, or <em>lists</em>, all of which involve a membership relationship between the constituents and the collection. </p>
+
+<div class="conceptexample" id="collection-example">
+<p>
+An example of collection is an archive of documents. Each document has its own provenance, but the archive itself also has some provenance: who maintained it, which documents it contained at which point in time, how it was assembled, etc. 
+</div>
+
+
+</section>
+
+
+
+
+
+</section>
+</section>
+
+
+<section id="prov-n"> 
+<h2>The Provenance Notation</h2>
+
+<div class="note">
+I am unclear where this section should go.
+<ul>
+<li>Completely delete it, since it's the purpose of the prov-n document.
+<li>Move it to a new section "preliminary" (1.3 or 2.): problem, it exposes a serialization too early in this document.
+<li>Move it to appendix: problem, the notation used in section 4/5 is not explained.
+<li>Leave it here ....
+</div>
+
+
+<p>To illustrate the application of PROV concepts to a concrete example (see <a href="#prov-dm-example">Section 3</a>) and to provide examples of concepts (see <a href="#data-model-components">Section 4</a>),
+we introduce PROV-N, a notation for writing instances of the PROV data model. For full details, the reader is referred to the companion specification [[PROV-N]].
+PROV-N is a notation  aimed at human consumption, with the following characteristics:</p>
+<ul>
+<li>PROV-N expressions adopt a <em>functional notation</em> consisting
+of a name and a list of arguments in parentheses.</li>
+
+<li>The interpretation of PROV-N arguments is defined according to their <em>position</em> in the list of arguments. This convention allows for a compact notation. </li>
+
+<li>
+PROV-N <em>optional arguments</em> need not be specified:
+the general rule for optional arguments is that, if none of them are used in the expression, then they are simply omitted, resulting in a simpler expression. However, it may be the case that only some of the optional arguments need to be specified. Because the position of the arguments in the expression matters, in this case an additional marker must be used to indicate that a particular term is not available. The syntactic marker  <span class="name">-</span> is used for this purpose.
+</li>
+
+<li>Most expressions 
+include an identifier 
+and a set of attribute-value pairs; both are optional unless otherwise specified. By convention, the identifier occurs in the <em>first position</em>, and the the set of attribute-value pairs in the <em>last position</em>.
+Consistent with the convention on arguments, the marker  <span class="name">-</span> can be used when the identifier is not available, or can be omitted altogether with no ambiguity arising.
+</li>
+</ul>
+
+<div class="anexample">
+<p>
+An activity with identifier <span class="name">a1</span> and an attribute <span class="name">type</span> with value <span class="name">createFile</span>.
+<pre class="codeexample" >
+activity(a1, [prov:type="createFile"])
+</pre>
+Two entities with identifiers <span class="name">e1</span> and <span class="name">e2</span>.
+<pre class="codeexample" >
+entity(e1)
+entity(e2)
+</pre>
+The activity  <span class="name">a1</span> used  <span class="name">e1</span>, and <span class="name">e2</span> was generated by <span class="name">a1</span>.
+<pre class="codeexample" >
+used(a1,e1)
+wasGeneratedBy(e2,a1)
+</pre>
+The same description, but with an explicit identifier <span class="name">u1</span> for the usage, and the syntactic marker <span class="name">-</span> to mark the absence of identifier in the generation.
+<pre class="codeexample" >
+used(u1;a1,e1)
+wasGeneratedBy(-;e2,a1)
+</pre>
+</div>
+
+
+
+</section>
+
+
+<section id="prov-dm-example"> 
+<h2>Illustration of PROV-DM by an Example</h2>
+
+<p><a href="#starting-points">Section 2</a> has introduced some provenance concepts, and how they are expressed as types or relations in the PROV data model. The purpose of this section is to put these concepts into practice in order to express the provenance of some document published on the Web.  
+With this realistic example, PROV concepts are  composed together,  and a graphical illustration shows a provenance description forming a directed graph, rooted at the entity we want to explain the provenance of, and pointing to the entities, activities, and agents it depended on. This example also shows that, sometimes, multiple provenance descriptions about the same entity can co-exist, which then justifies the need for provenance of provenance.</p>
+
+
+<p>In this example, we consider one of the many documents published by the World Wide Web Consortium, and describe its provenance. 
+Specifically, we consider the document identified by
+<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a>. Its provenance can be expressed from several perspectives: first,  provenance can take the authors' viewpoint; second, it can be concerned with the W3C process. Then, attribution of these two provenance descriptions is provided.</p>
+
+
+<section id="section-example-one"> 
+<h3>The Authors View</h3>
+
+
+<p style="font-style:italic; " ><b>Description:</b> A document
+is edited by some editor, using contributions from various
+contributors.
+</p>
+
+
+
+<p>In this perspective, provenance of the document
+<a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">http://www.w3.org/TR/2011/WD-prov-dm-20111215</a> is concerned with the editing activity as perceived by authors.  This kind of information could be used by authors in their CV or in a narrative about this document. </p>
+
+
+
+
+<p>We paraphrase some PROV-DM descriptions, express them with the PROV-N notation, and then depict them with a graphical illustration (see <a href="#prov-a-document1">Figure 1</a>).
+Full details of the provenance record can be found <a href="examples/w3c-publication3.pn">here</a>.</p>
+
+<ul>
+<li>There was a document <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span>, which from the author's perspective was a document in its second version. 
+<pre>
+entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
+</pre>
+</li>
+
+<li>There was an editing activity.
+<pre>
+activity(ex:edit1,[prov:type="edit"])
+</pre>
+</li>
+
+<li>The document was generated by the editing activity: this was a <a title="concept-generation">Generation</a>.
+<pre>
+wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1, -)
+</pre>
+</li>
+
+
+<li>There were some agents.
+<pre>
+agent(ex:Paolo, [ prov:type="Person" ])
+agent(ex:Simon, [ prov:type="Person" ])
+</pre>
+</li>
+
+<li>Agents were assigned various responsibilities in the editing activity: contributor and editor.
+<pre>
+wasAssociatedWith(ex:edit1, ex:Paolo, -, [ prov:role="editor" ])
+wasAssociatedWith(ex:edit1, ex:Simon, -, [ prov:role="contributor" ])
+</pre>
+</li>
+</ul>
+
+<p>
+Provenance descriptions can be <em>illustrated</em> graphically. The illustration is not intended to represent all the details of the model, but it is intended to show the essence of a set of
+provenance descriptions.  Therefore, it should not be seen as an alternate notation for expressing provenance.</p>
+
+<p>The graphical illustration takes the form of a graph. Entities, activities and agents are represented as nodes, with oval, rectangular, and pentagonal shapes, respectively.  Usage,
+Generation, Derivation, and Association are represented as directed edges.</p>
+
+<p>Entities are laid out according to the ordering of their generation.  We endeavor to show time progressing from left to right. This means that edges for Usage, Generation,
+Derivation, Association typically point leftwards</p>
+
+
+<div style="text-align: center; ">
+  <figure>
+  <img src="images/w3-publication3.png" alt="Provenance of a Document (1)" style="max-width: 98%; "/>
+<figcaption id="prov-a-document1">Figure 2: Provenance of a Document (1)</figcaption>
+  </figure>
+</div>
+
+</section>
+
+<section id="section-example-two"> 
+<h3>The Process View</h3>
+
+
+<p style="font-style:italic; " ><b>Description:</b> The World Wide Web
+Consortium publishes documents according to its publication
+policy.  Working drafts are published regularly to reflect the work
+accomplished by working groups. Every publication of a working draft
+must be preceded by a "publication request" to the Webmaster.  The
+very first version of a document must also be preceded by a
+"transition request" to be approved by the W3C director.  All working
+drafts are made available at a unique URI.  In this scenario, we consider two successive versions of a given document, the policy according to which they were published, and the associated requests.
+</p>
+
+<p>
+We describe the kind of provenance record that the <a href="http://www.w3.org/Consortium">WWW Consortium</a> could keep for auditors to check that due processes are followed. All entities involved in this example are Web resources, with well defined URIs (some of which refer archived email messages, available to W3C Members).</p>
+
+<ul>
+<li> Two versions of a document were involved: <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft);</li>
+<li> Both <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> were published by the WWW Consortium (<span class="name"><a href="http://www.w3.org/Consortium">w3:Consortium</a></span>); </li>
+<li> The publication activity for <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> was <span class="name">ex:act2</span>;</li>
+<li> The publication activity for <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> was <span class="name">ex:act1</span>;
+</li>
+
+<li> The document <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> was derived from <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span>;</li>
+
+<li> The publication activity <span class="name">ex:act1</span> used a <a href="http://www.w3.org/2005/08/01-transitions.html#pubreq">publication request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/w3c-archive/2011Oct/0141">email:2011Oct/0141</a></span>) and a <a href="http://www.w3.org/2005/08/01-transitions.html#transreq">transition request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/chairs/2011OctDec/0004">chairs:2011OctDec/0004</a></span>);</li>
+<li> The publication activity <span class="name">ex:act2</span> used a <a href="http://www.w3.org/2005/08/01-transitions.html#pubreq">publication request</a> (<span class="name"><a href="https://lists.w3.org/Archives/Member/w3c-archive/2011Dec/0111">email:2011Dec/0111</a></span>);</li>
+<li> Documents were published according to the process rules (<span class="name"><a href="http://www.w3.org/2005/10/Process-20051014/tr.html#rec-advance">process:rec-advance</a></span>), a plan in PROV-DM terminology.</li>
+</ul>
+
+<p>
+We now paraphrase some PROV descriptions, and express them with the PROV-N notation, and then depict them with a graphical illustration (see <a href="#prov-a-document2">Figure 2</a>). Full details of the provenance record can be found <a href="examples/w3c-publication1.pn">here</a>.
+
+<ul>
+<li>There was a document, a working draft (<a href="http://www.w3.org/2001/02pd/rec54#WD">rec54:WD</a>), which is an entity so that we can describe its provenance. Similar descriptions exist for all entities.
+<pre>
+entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD' ])
+</pre>
+</li>
+<li>There was a publication activity.
+<pre>
+activity(ex:act2,[prov:type="publish"])
+</pre>
+</li>
+
+<li>The document was generated by the publication activity: this was a <a title="concept-Generation">Generation</a>.
+<pre>
+wasGeneratedBy(tr:WD-prov-dm-20111215, ex:act2, -)
+</pre>
+</li>
+
+
+<li>The second draft of the document was derived from the first draft: this was a <a title="concept-Derivation">Derivation</a>.
+<pre>
+wasDerivedFrom(tr:WD-prov-dm-20111215, tr:WD-prov-dm-20111018)
+</pre>
+</li>
+
+<li>The activity required a publication request: this was a <a title="concept-Usage">Usage</a>.
+<pre>
+used(ex:act2, email:2011Dec/0111, -)
+</pre>
+</li>
+
+<li>The activity was associated with the Consortium agent, and proceeded according to its publication policy: this is an <a title="concept-activityAssociation">Activity Association</a>.
+<pre>
+wasAssociatedWith(ex:act2, w3:Consortium, process:rec-advance)
+</pre>
+</li>
+</ul>
+
+
+
+
+
+
+
+<div style="text-align: center;">
+  <figure>
+  <img src="images/w3-publication1.png" alt="Provenance of a Document (2)" style="max-width: 90%; "/>
+<figcaption id="prov-a-document2">Figure 3: Provenance of a Document (2)</figcaption>
+  </figure>
+</div>
+
+
+<p> This simple example has shown a variety of PROV concepts, such as Entity, Agent, Activity, Usage, Generation, Derivation, and Association. In this example, it happens that all entities were already Web resources, with readily available URIs, which we used. We note that some of the resources are public, whereas others have restricted access: provenance statements only make use of their identifiers. If identifiers do not pre-exist, e.g. for activities, then they can be generated, for instance <span class="name">ex:act2</span>, occurring in the namespace identified by prefix <span class="name">ex</span>.  We note that the URI scheme developed by W3C is particularly suited for expressing provenance of these documents, since each URI denotes a specific version of a document. It then becomes easy to relate the various versions with  PROV-DM relations. We note that an Association is a ternary relation (represented by a multi-edge labeled wasAssociatedWith) from an activity to an agent and a plan.</p>
+
+
+</section>
+
+
+<section id="section-example-c"> 
+<h3>Attribution of Provenance</h3>
+
+<p>The two previous sections  offer two different perspectives on the provenance of a document.  PROV allows for multiple sources to provide the provenance of a subject. For users to decide whether they can place their trust in the document, they may want to analyze its provenance, but also determine who the provenance is attributed to, and when it was
+generated, etc. In other words, we need to be able to express the provenance of provenance.</p>
+
+<p>PROV-DM offers a construct to name a bundle of provenance descriptions. </p>
+
+<pre class="codeexample">
+bundle ex:author-view
+
+  agent(ex:Paolo,   [ prov:type='prov:Person' ])
+  agent(ex:Simon,   [ prov:type='prov:Person' ])
+
+
+...
+
+endBundle
+</pre>
+
+Likewise, the process view can be expressed as a separate named bundle.
+<pre class="codeexample">
+bundle ex:process-view
+
+   agent(w3:Consortium, [ prov:type='prov:Organization' ])
+
+...
+
+endBundle
+</pre>
+
+<p>To express their respective provenance, these bundles must be seen as entities, and all PROV constructs are now available to express their provenance. In the example below, <span class="name">ex:author-view</span> is attributed to the agent  <span class="name">ex:Simon</span>, whereas <span class="name">ex:process-view</span> to  <span class="name">w3:Consortium</span>.
+
+<pre class="codeexample">
+entity(ex:author-view, [prov:type='prov:Bundle' ])
+wasAttributedTo(ex:author-view, ex:Simon)
+
+entity(ex:process-view, [prov:type='prov:Bundle' ])
+wasAttributedTo(ex:process-view, w3:Consortium)
+</pre>
+
+<div class="note">
+<p>TODO: full details of bundles can be found at  <a href="examples/w3c-publication1.pn">ex:process-view</a> and <a href="examples/w3c-publication3.pn">ex:author-view</a>.</p>
+</div>
+
+
+</section>
+
+</section>
+
+
+<section id="data-model-components"> 
+
+<h2>PROV-DM Types and Relations</h2>
+
+<p>Provenance concepts, expressed as PROV-DM types and relations, are structured according to six components that are introduced in this section.
+Components and their dependencies are illustrated in <a href="#prov-dm-components">Figure 4</a>. A component that relies on concepts defined in another also sits above it in this figure.
+PROV-DM consists of the following components.</p>
+
+<div id="prov-dm-components-ul">
+<ul>
+<li><b>Component 1: entities and activities.</b> The first component consists of entities, activities, and concepts linking them, such as generation, usage, start, end. The first component is the only one comprising time-related concepts. </li>
+<li><b>Component 2: agents and responsibility.</b> The second component consists of agents and concepts ascribing responsibility to agents.</li>
+<li><b>Component 3: derivations.</b>  The third component is formed with derivations and derivation subtypes.</li>
+<li><b>Component 4: alternate.</b> The fourth component consists of relations linking entities referring to the same thing. </li>
+<li><b>Component 5: bundles.</b> The fifth component is concerned with bundles, a mechanism to support provenance of provenance.</li>
+<li><b>Component 6: collections.</b> The sixth component is about collections and concepts capturing their transformation, such as insertion and removal. </li>
+</ul>
+</div>
+
+<!-- TODO: update map for linking -->
+
+<div style="text-align: center;">
+<figure style="max-width: 90%; ">
+<img  usemap="#componentMap" src="images/components-with-bundle.png" alt="PROV-DM Components"  style="max-width: 90%; " />
+<map id="componentMap" name="componentMap">
+<area title="collections" href="#component5" coords="220,0,440,70"  alt="collections" shape="rect"/>
+<area title="alternate"   href="#component4" coords="450,0,510,140" alt="alternate"   shape="rect"/>
+<area title="annotations" href="#component6" coords="530,0,590,220" alt="annotations" shape="rect"/>
+<area title="activities/entities" href="#component1" coords="80,150,510,220" alt="activities/entities" shape="rect"/>
+<area title="derivations" href="#component3" coords="80,0,210,70"   alt="derivations" shape="rect"/>
+<area title="agents/responsibility" href="#component2" coords="0,0,70,220"   alt="agents/responsibility" shape="rect"/>
+</map>
+<figcaption id="prov-dm-components">Figure 4: PROV-DM Components</figcaption>
+</figure>
+</div>
+
+<p>
+While  not all PROV-DM relations are binary, they all involve two primary elements. Hence, <a href="#relations-at-a-glance">Table 3</a> indexes all relations according to their two primary elements.  The table adopts the same color scheme as <a href="#prov-dm-components">Figure 4</a>, allowing components to be readily identified.
+Note that for simplicity, this table  does not include bundle-oriented and collection-oriented relations.
+Relation names appearing in bold correspond to the essential concepts introduced in the <a href="#starting-points">Starting Points Section</a>.</p>
+</p>
+
+<div id="relations-at-a-glance-div" style="text-align: center;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="relations-at-a-glance">Table 3: PROV-DM Relations At a Glance</caption>
+<tr><td></td><td>Entity</td><td>Activity</td><td>Agent</td></tr> 
+<tr><td>Entity</td><td><div class="component3-color"><a class="essential">wasDerivedFrom</a><br><a>wasRevisionOf</a><br><a>wasQuotedFrom</a><br><a>hadOriginalSource</a></div><div class="component4-color"><a>alternateOf</a><br><a>specializationOf</a></div></td><td class="component1-color"><a class="essential"
+title="wasGeneratedBy">wasGeneratedBy</a><br><a
+title="wasInvalidatedBy">wasInvalidatedBy</a></td><td class="component2-color"><a class="essential">wasAttributedTo</a></td></tr>
+<tr><td>Activity</td><td><div class="component1-color"><a class="essential">used</a><br><a>wasStartedBy</a><br><a>wasEndedBy</a></div></td><td class="component1-color"><a>wasInformedBy</a></td><td class="component2-color"><a class="essential">wasAssociatedWith</a></td></tr>
+<tr><td>Agent</td><td>&mdash;</td><td>&mdash;</td><td class="component2-color"><a class="essential">actedOnBehalfOf</a></td></tr>
+</table>
+</div>
+
+<p><a href="#prov-dm-types-and-relations">Table 4</a> is a complete index of all the types and relations of PROV-DM, color-coded according to the component they belong to.  In the first column,  concept names  link to their informal definition, whereas, in the second column, representations link to the information used to represent the concept. Concept names appearing in bold are the essential concepts introduced in the <a href="#starting-points">Starting Points Section</a>.</p>
+
+
+<div id="prov-dm-types-and-relations-fig" style="text-align: left;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-dm-types-and-relations">Table 4: PROV-DM Types and Relations</caption>
+<tr><td><a><b>Type or Relation Name</b></a></td><td><b>Representation in the PROV-N notation</b></td><td><b>Component</b></td></tr>
+<tr class="component1-color"><td class="essential"><a>Entity</a></td><td><a title="dfn-Entity" class="essential">entity(id, [ attr1=val1, ...])</a></td><td rowspan="8">Component 1: entities/activities</td></tr>
+<tr class="component1-color"><td class="essential"><a>Activity</a></td><td><a title="dfn-Activity" class="essential">activity(id, st, et, [ attr1=val1, ...])</a></td></tr>
+<tr class="component1-color"><td class="essential"><a>Generation</a></td><td><a title="wasGeneratedBy"><span class="essential">wasGeneratedBy(</span>id;<span class="essential">e,a</span>,t,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component1-color"><td class="essential"><a>Usage</a></td><td><a title="used"><span class="essential">used(</span>id;<span class="essential">a,e</span>,t,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component1-color"><td><a>Start</a></td><td><a title="wasStartedBy">wasStartedBy(id;a2,e,a1,t,attrs)</a></td></tr>
+<tr class="component1-color"><td><a>End</a></td><td><a title="wasEndedBy">wasEndedBy(id;a2,e,a1,t,attrs)</a></td></tr>
+<tr class="component1-color"><td><a>Invalidation</a></td><td><a title="wasInvalidatedBy">wasInvalidatedBy(id;e,a,t,attrs)</a></td></tr>
+<tr class="component1-color"><td><a>Communication</a></td><td><a title="wasInformedBy">wasInformedBy(id;a2,a1,attrs)</a></td></tr>
+<tr class="component2-color"><td  class="essential"><a>Agent</a></td><td><a title="dfn-agent" class="essential">agent(id, [ attr1=val1, ...])</a></td><td  rowspan="4">Component 2: agents/responsibility</td></tr>
+<tr class="component2-color"><td class="essential"><a>Attribution</a></td><td><a title="wasAttributedTo"><span class="essential">wasAttributedTo(</span>id;<span class="essential">e,ag</span>,attr<span class="essential">)</span></a></td></tr>
+<tr class="component2-color"><td class="essential"><a>Association</a></td><td><a title="wasAssociatedWith"><span class="essential">wasAssociatedWith(</span>id;<span class="essential">a,ag</span>,pl,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component2-color"><td class="essential"><a>Responsibility</a></td><td><a title="actedOnBehalfOf"><span class="essential">actedOnBehalfOf(</span>id;<span class="essential">ag2,ag1</span>,a,attrs<span class="essential">)</span></a></td></tr>
+<tr class="component3-color"><td class="essential"><a>Derivation</a></td><td><a title="wasDerivedFrom"><span class="essential">wasDerivedFrom(</span>id; <span class="essential">e2, e1</span>, a, g2, u1, attrs<span class="essential">)</span></a></td><td  rowspan="5">Component 3: derivation</td></tr>
+<tr class="component3-color"><td><a>Revision</a></td><td><a title="wasRevisionOf">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
+<tr class="component3-color"><td><a>Quotation</a></td><td><a title="wasQuotedFrom">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
+<tr class="component3-color"><td><a>Original Source</a></td><td><a title="hadOriginalSource">hadOriginalSource(id; e2, e1, a, g2, u1, attrs)</a></td></tr>
+<tr class="component3-color"><td><a>Trace</a></td><td><a title="tracedTo">tracedTo(id;e2,e1,attrs)</a></td></tr>
+<tr class="component4-color"><td><a>Alternate</a></td><td><a title="alternateOf">alternateOf(alt1, alt2)</a></td><td  rowspan="2">Component 4: alternate</td></tr>
+<tr class="component4-color"><td><a>Specialization</a></td><td><a title="specializationOf">specializationOf(sub, super)</a></td></tr>
+<tr class="component6-color"><td><a title="bundle">Bundle constructor</a></td><td><a title="dfn-bundle">bundle id description_1 ... description_n endBundle</a></td><td  rowspan="3">Component 5: bundles</td></tr>
+<tr class="component6-color"><td><a title="bundle">Bundle description</a></td><td><a>Bundle</a></td></tr>
+<tr class="component6-color"><td><a>Provenance Locator</a></td><td><a title="hasProvenanceIn">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Collection</a></td><td><a>Collection</a></td><td  rowspan="5">Component 6: Collections</td></tr>
+<tr class="component5-color"><td><a>Dictionary</a></td><td><a>Dictionary</a></td></tr>
+<tr class="component5-color"><td><a>Insertion</a></td><td><a title="derivedByInsertionFrom">derivedByInsertionFrom(id; c2, c1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Removal</a></td><td><a title="derivedByRemovalFrom">derivedByRemovalFrom(id; c2, c1, {key_1, ... key_n}, attrs)</a></td></tr>
+<tr class="component5-color"><td><a>Membership</a></td><td><a title="memberOf">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</a></td></tr>
+</table>
+</div>
+
+<p>
+In the rest of the section, each type and relation is defined informally,
+ followed by a summary of the information used to represent the concept, and
+ illustrated with PROV-N examples.</p>
+
+
+<section id="component1"> 
+<h3>Component 1: Entities and Activities</h3>
+
+<p>The first component of PROV-DM is concerned with <a title="entity">entities</a> and <a title="activity">activities</a>, and their interrelations: <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>, <a>Invalidation</a>, and <a>Communication</a>.  <a href="#figure-component1">Figure 5</a> uses UML to depict the first component, with two classes and associations between them.  <a>Usage</a>, <a>Generation</a>, <a>Start</a>, <a>End</a>  include <em>time</em> attributes.
+UML association classes are used to express n-ary relations <a>Start</a> and <a>End</a>. 
+</p>
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Entities-Activities.png" alt="entities and activities"/>
+<figcaption id="figure-component1">Figure 5: Entities and Activities Component Overview</figcaption>
+</figure>
+</div>
+
+
+
+
+
+   <section id="term-Entity"> 
+      
+<h4>Entity</h4>
+
+
+<div class="glossary-ref" data-ref="glossary-entity"></div>
+
+
+<p><div class="attributes" id="attributes-entity">An <dfn title="dfn-Entity" id="dfn-entity">entity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-entity">entity(id, [attr1=val1, ...])</span> in PROV-N, </span> has:
+<ul>
+<li><span class='attribute' id="entity.id">id</span>: an identifier for an entity; </li>
+<li><span class='attribute' id="entity.attributes">attributes</span>: an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this entity.</li>
+</ul></div>
+
+<div class="anexample">
+<p>
+The following expression</p>
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
+</pre>
+states the existence of an entity, denoted by identifier <span class="name">tr:WD-prov-dm-20111215</span>,  with type <span class="name">document</span> and version number <span class="name">2</span>. The attribute <span class="name">ex:version</span> is application specific, whereas the attribute <span
+class="name">type</span> (see <a href="#term-attribute-type">Section 4.7.4.4</a>) is reserved in the <a title="prov-namespace">PROV namespace</a>.
+<!--The following expression</p>
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])
+entity(e0, [ prov:type="File", ex:path="/shared/crime.txt", ex:creator="Alice" ])
+</pre>
+states the existence of an entity, denoted by identifier <span class="name">e0</span>,  with type <span class="name">File</span> and path <span class="name">/shared/crime.txt</span> in the
+file system,  and creator alice. The  attributes <span class="name">path</span> and <span class="name">creator</span> are application specific, whereas the attribute <span
+class="name">type</span> is reserved in the PROV namespace.-->
+</div>
+
+
+
+
+    </section> 
+
+    <section id="term-Activity"> 
+      
+<h3>Activity</h3>
+
+<div class="glossary-ref" data-ref="glossary-activity"></div>
+
+<p><div class="attributes" id="attributes-activity"> An <dfn title="dfn-Activity" id="dfn-activity">activity</dfn><span class="withPn">, written <span class="pnExpression" id="pn-activity">activity(id, st, et, [attr1=val1, ...])</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="activity.id">id</span>: an identifier for an activity;</li>
+<li><span class='attribute' id="activity.startTime">startTime</span>: an OPTIONAL time (<span class="name">st</span>) for the start of the activity;</li>
+<li><span class='attribute' id="activity.endTime">endTime</span>: an OPTIONAL time (<span class="name">et</span>) for the end of the activity;</li>
+<li><span class='attribute' id="activity.attributes">attributes</span>:  an OPTIONAL set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this activity.</li>
+</ul></div>
+
+<div class="anexample">
+<p>
+The following expression</p>
+<pre class="codeexample">
+activity(a1,2011-11-16T16:05:00,2011-11-16T16:06:00,
+        [ ex:host="server.example.org", prov:type='ex:edit' ])
+</pre>
+<p>states the existence of an activity with identifier <span class="name">a1</span>, start time <span class="name">2011-11-16T16:05:00</span>, and end time <span
+class="name">2011-11-16T16:06:00</span>, running on host <span class="name">server.example.org</span>, and of type <span class="name">edit</span>.  The attribute <span class="name">host</span>  is application specific  (declared in some namespace with prefix <span class="name">ex</span>).  The attribute <span
+class="name">type</span> is a reserved attribute of PROV-DM, allowing for sub-typing to be expressed  (see <a href="#term-attribute-type">Section 4.7.4.4</a>).</p>
+</div>
+
+
+
+<p>Further considerations:</p>
+<ul>
+<li>An activity is not an entity. This distinction is similar to the distinction between 
+'continuant' and 'occurrent' in logic [[Logic]].
+</li>
+</ul>
+
+
+</section>
+
+<section id="term-Generation">
+<h4>Generation</h4>
+
+<div class="glossary-ref" data-ref="glossary-generation"></div>
+
+<p>
+<div class="attributes" id="attributes-generation"><dfn title="wasGeneratedBy">Generation</dfn><span class="withPn">, written <span class="pnExpression">wasGeneratedBy(id;e,a,t,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="generation.id">id</span>:  an OPTIONAL identifier for a generation;</li> 
+<li><span class='attribute' id="generation.entity">entity</span>:  an identifier (<span class="name">e</span>) for a created entity; </li>
+<li><span class='attribute' id="generation.activity">activity</span>:  an OPTIONAL identifier (<span class="name">a</span>) for the activity that creates the entity;</li>
+
+<li><span class='attribute' id="generation.time">time</span>: an OPTIONAL "generation time" (<span class="name">t</span>), the time at which the entity was completely created;</li>
+
+<li><span class='attribute' id="generation.attributes">attributes</span>:  an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this generation.</li>
+</ul></div>
+<p>While each of <span class='attribute'>activity</span>, <span class='attribute'>time</span>, and  <span class='attribute'>attributes</span> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+
+
+
+<div class='anexample'>
+<p>
+The following expressions</p>
+<pre class="codeexample">
+  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52, [ex:port="p1"])
+  wasGeneratedBy(e2,a1, 2001-10-26T10:00:00, [ex:port="p2"])
+</pre>
+<p>state the existence of two generations (with respective times <span class="name">2001-10-26T21:32:52</span> and <span
+class="name">2001-10-26T10:00:00</span>), at which new entities,  identified by <span class="name">e1</span> and <span class="name">e2</span>, are created by an
+activity,  identified by <span class="name">a1</span>.
+The first one is available  on port <span class="name">p1</span>, whereas the other is available on port <span class="name">p2</span>.  The semantics of <span class="name">port</span> are application specific.
+</p>
+</div>
+
+
+<div class='anexample'>
+<p>
+In some cases, we may want to record the time at which an entity was generated without having to specify the activity that generated it. To support this requirement, the activity element in generation is optional. Hence,  the following expression indicates the time at which an entity is generated, without naming the activity that did it.</p>
+<pre class="codeexample">
+  wasGeneratedBy(e,-,2001-10-26T21:32:52)
+</pre>
+</div>
+
+
+</section>
+
+
+<section id="term-Usage">
+<h3>Usage</h3>
+
+<div class="glossary-ref" data-ref="glossary-usage"></div>
+
+
+<p><div class="attributes" id="attributes-usage"><dfn title="used">Usage</dfn><span class="withPn">, written <span class="pnExpression">used(id;a,e,t,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="usage.id">id</span>:  an OPTIONAL identifier for a usage;</li> 
+<li><span class='attribute' id="usage.activity">activity</span>: an identifier (<span class="name">a</span>) for the consuming activity;</li>
+<li><span class='attribute' id="usage.entity">entity</span>: an identifier (<span class="name">e</span>) for the consumed entity;</li>
+<li><span class='attribute' id="usage.time">time</span>: an OPTIONAL "usage time" (<span class="name">t</span>), the time at which the entity started to be used;</li>
+<li><span class='attribute' id="usage.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this usage.</li>
+</ul></div>
+
+<p>
+A reference to a given entity MAY appear in multiple usages that share
+ a given activity identifier. 
+</p>
+
+
+<div class='anexample'>
+<p>The following usages</p>
+<pre class="codeexample">
+  used(a1,e1,2011-11-16T16:00:00,[ex:parameter="p1"])
+  used(a1,e2,2011-11-16T16:00:01,[ex:parameter="p2"])
+</pre>
+<p>state that the activity identified by <span class="name">a1</span> used two entities identified by <span
+class="name">e1</span> and <span class="name">e2</span>, at times <span class="name">2011-11-16T16:00:00</span> and  <span class="name">2011-11-16T16:00:01</span>, respectively; the first
+one was found as the value of parameter <span class="name">p1</span>, whereas the second was found as value of parameter <span class="name">p2</span>.  The semantics of <span
+class="name">parameter</span> is application specific.</p>
+</div>
+
+
+
+
+
+
+</section>
+
+
+<section id="term-Start">
+<h4>Start</h4>
+
+<div class="glossary-ref" data-ref="glossary-start"></div>
+
+
+<p><div class="attributes" id="attributes-start">An activity <dfn title="wasStartedBy">start</dfn><span class="withPn">, written <span class="pnExpression">wasStartedBy(id; a2, e, a1, t, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="start.id">id</span>:  an OPTIONAL identifier for the activity start;</li> 
+<li><span class='attribute' id="start.activity">activity</span>: an identifier (<span class="name">a2</span>) for the started activity;</li> 
+<li><span class='attribute' id="start.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity;</li> 
+<li><span class='attribute' id="start.starter">starter</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
+<li><span class='attribute' id="start.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was started; </li> 
+<li><span class='attribute' id="start.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity start.
+</ul>
+</div>
+
+<div class="anexample">
+<p>
+The following example contains the description of an activity <span class="name">a1</span> (a discussion), which was started at a specific time, and was triggered by an email message <span class="name">e1</span>.</p>
+<pre class="codeexample">
+entity(e1, [prov:type="email message"] )
+activity(a1, [ prov:type="Discuss" ])
+wasStartedBy(a1, e1, -, 2011-11-16T16:05:00)
+</pre>
+Furthermore, if the message is also an input to the activity, this can be described as follows:
+<pre class="codeexample">
+used(a1, e1, -)
+</pre>
+<p>Alternatively, one can also describe the activity that generated the email message.</p>
+<pre class="codeexample">
+activity(a0, [ prov:type="Write" ])
+wasGeneratedBy(e1, a0)
+wasStartedBy(a1, e1, a0, 2011-11-16T16:05:00)
+</pre>
+</div>
+
+<div class="anexample">
+<p>
+In the following example, a race is started by a bang, and responsibility for this trigger is attributed to an agent 
+ <span class="name">ex:Bob</span>.
+<pre class="codeexample">
+activity(ex:foot_race)
+wasStartedBy(ex:foot_race, ex:bang, -, 2012-03-09T08:05:08-05:00)
+entity(ex:bang)
+agent(ex:Bob)
+wasAttributedTo(ex:bang, ex:Bob)
+</pre>
+</div>
+
+<div class="anexample">
+<p>
+In this example, filling fuel was started as a consequence of
+observing the low fuel. The trigger entity is unspecified, it could
+for instance have been the low fuel warning light, the fuel tank
+indicator needle position, or the engine not running properly.
+
+
+<pre class="codeexample">
+activity(ex:filling-fuel)
+activity(ex:observing-low-fuel)
+
+agent(ex:driver, [ prov:type='prov:Person'  )
+wasAssociatedWith(ex:filling-fuel, ex:driver)
+wasAssociatedWith(ex:observing-low-fuel, ex:driver)
+
+wasStartedBy(ex:filling-fuel, -, ex:observing-low-fuel, -)
+</pre>
+</div>
+
+<p>The relations wasStartedBy and used are orthogonal, and thus need to be expressed independently, according to the situation being described.</p>
+
+</section>
+
+<section id="term-End">
+<h4>End</h4>
+
+<div class="glossary-ref" data-ref="glossary-end"></div>
+
+
+<p><div class="attributes" id="attributes-end">An activity <dfn title="wasEndedBy">end</dfn><span class="withAsn">, written <span class="pnExpression">wasEndedBy(id;a2,e,a1,t,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="end.id">id</span>:  an OPTIONAL identifier for the activity end;</li> 
+<li><span class='attribute' id="end.activity">activity</span>: an identifier (<span class="name">a2</span>) for the ended activity;
+<li><span class='attribute' id="end.trigger">trigger</span>: an OPTIONAL identifier (<span class="name">e</span>) for the entity triggering the activity ending;
+<li><span class='attribute' id="end.ender">ender</span>: an OPTIONAL identifier (<span class="name">a1</span>) for the activity that generated the (possibly unspecified) entity (<span class="name">e</span>);</li> 
+<li><span class='attribute' id="end.time">time</span>: the OPTIONAL time (<span class="name">t</span>) at which the activity was ended; </li> 
+<li><span class='attribute' id="end.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this activity end.
+</ul>
+</div>
+
+<div class="anexample">
+<p>
+The following example is a description of an activity <span class="name">a1</span> (editing) that was ended following an approval document <span class="name">e1</span>.</p>
+<pre class="codeexample">
+entity(e1,[prov:type="approval document"])
+activity(a1,[prov:type="Editing"])
+wasEndedBy(a1,e1)
+</pre>
+</div>
+
+
+</section>
+
+<section id="term-Invalidation">
+<h4>Invalidation</h4>
+
+
+<div class="glossary-ref" data-ref="glossary-invalidation"></div>
+
+
+
+<p>
+Entities have a duration. Generation marks the beginning of an entity. An entity's lifetime can end for different reasons:</p>
+<ul>
+<li> an entity was destroyed: e.g. a painting was destroyed by fire; a Web page is taken out of a site;
+<li> an entity was consumed: e.g. Bob ate all his soup, Alice ran out of gas when driving to work;
+<li> an entity expires: e.g. a "buy one beer, get one free" offer is valid during happy hour (7-8pm);
+<li> an entity is time limited: e.g. the BBC news site on April 3rd, 2012;
+<li> an entity attribute is changing: e.g. the traffic light changed from green to red.
+</ul>
+<p>In the first two cases, the entity has physically disappeared after its termination: there is no more soup, or painting.  In the last two cases, there may be an "offer voucher" that still exists, but it is no longer valid; likewise, on April 4th, the BBC news site still exists but it is not the same entity as BBC news Web site on April 3rd; or the traffic light became red and therefore is regarded as a different entity to the green light.
+</p>
+
+
+
+<p>
+<div class="attributes" id="attributes-invalidation"><dfn title="wasInvalidatedBy">Invalidation</dfn><span class="withPn">, written <span class="pnExpression">wasInvalidatedBy(id;e,a,t,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute'>id</span>:  an OPTIONAL identifier for a invalidation;</li> 
+<li><span class='attribute'>entity</span>:  an identifier for the invalidated entity; </li>
+<li><span class='attribute'>activity</span>:  an OPTIONAL identifier for the activity that invalidated the entity;</li>
+
+<li><span class='attribute'>time</span>: an OPTIONAL "invalidation time", the time at which the entity began to be invalidated;</li>
+
+<li><span class='attribute'>attributes</span>:  an OPTIONAL set of attribute-value pairs representing additional information about this invalidation.</li>
+</ul></div>
+<p>While each of <span class='attribute'>activity</span>, <span class='attribute'>time</span>, and  <span class='attribute'>attributes</span> is OPTIONAL, at least one of them MUST be present.</p>
+
+
+
+<div class="anexample" id="anexample-invalidation1">
+<p>
+The Painter, a Picasso painting, is known to have been destroyed in a <a href="http://en.wikipedia.org/wiki/Lost_artworks#20th_century">plane accident</a>.
+
+<pre class="codeexample">
+entity(ex:The-Painter)
+agent(ex:Picasso)
+wasAttributedTo(ex:The-Painter, ex:Picasso)
+activity(ex:crash)
+wasInvalidatedBy(ex:The-Painter, ex:crash, 1998-09-02, [ex:circumstances="plane accident"])
+</pre>
+</div>
+
+<div class="anexample" id="anexample-invalidation2">
+<p>
+The BBC news home page on 2012-04-03 <span class="name">ex:bbcNews2012-04-03</span>
+contained a reference to a given news item
+ <a href="http://www.bbc.co.uk/news/uk-17595024">bbc:news/uk-17595024</a>,
+but the BBC news home page on the next day did not.
+<pre class="codeexample">
+entity(ex:bbcNews2012-04-03)
+memberOf(ex:bbcNews2012-04-03,{("item1", bbc:news/uk-17595024)})
+wasGeneratedBy  (ex:bbcNews2012-04-03,-,2012-04-03T00:00:01)
+wasInvalidatedBy(ex:bbcNews2012-04-03,-,2012-04-03T23:59:59)
+</pre>
+We refer to example <a href="#anexample-specialization">anexample-specialization</a> for further descriptions of the BBC Web site, and to Section <a>Membership</a> for a description of the relation <a>memberOf</a>.
+</div>
+
+
+<div class="anexample" id="anexample-invalidation3">
+<p>
+In this example, the  "buy one beer, get one free" offer expired at the end of the happy hour.</p>
+<pre class="codeexample">
+entity(buy_one_beer_get_one_free_offer_during_happy_hour)
+wasAttributedTo(proprietor)
+wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
+                 -,2012-03-10T18:00:00)
+</pre>
+<p>In contrast, in the following descriptions, Bob redeemed the offer 45 minutes before it expired, and got two beers.  
+</p>
+<pre class="codeexample">
+entity(buy_one_beer_get_one_free_offer_during_happy_hour)
+wasAttributedTo(proprietor)
+activity(redeemOffer)
+entity(twoBeers)
+
+wasAssociatedWith(redeemOffer,bob)
+used(buy_one_beer_get_one_free_offer_during_happy_hour,
+     redeemOffer, 2012-03-10T17:15:00)
+wasInvalidatedBy(buy_one_beer_get_one_free_offer_during_happy_hour,
+                 redeemOffer, 2012-03-10T17:15:00)
+wasGeneratedBy(twoBeers,redeemOffer)
+</pre>
+<p>We see that the offer was both used to be converted into <span class="name">twoBeers</span> and invalidated by the <span class="name">redeemOffer</span> activity: in other words, the combined usage and invalidation indicate consumption of the offer.</p>
+</div>
+
+
+</section>
+
+
+<section id="term-wasInformedBy">
+<h3>Communication</h3>
+
+<div class="glossary-ref" data-ref="glossary-communication"></div>
+
+
+<p>A communication implies that activity  <span class="name">a2</span> is dependent on another <span class="name">a1</span>, by way of some unspecified entity that is generated by <span class="name">a1</span> and used by <span class="name">a2</span>.</p>
+
+
+
+
+<p><div class="attributes" id="attributes-wasInformedBy">
+A <dfn title="wasInformedBy">communication</dfn><span class="withPn">, written as 
+<span class="pnExpression">wasInformedBy(id;a2,a1,attrs)</span> in PROV-N,</span> has: 
+<ul>
+<li><span class='attribute' id="wasInformedBy.id">id</span>:  an OPTIONAL identifier  identifying the relation;</li> 
+<li><span class='attribute' id="wasInformedBy.informed">informed</span>: the identifier (<span class="name">a2</span>) of the informed activity;
+<li><span class='attribute' id="wasInformedBy.informant">informant</span>: the identifier (<span class="name">a1</span>) of the informant activity;
+<li><span class='attribute' id="wasInformedBy.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this communication.</li>
+</ul>
+</div>
+
+
+
+<div class="anexample">
+<p>
+Consider two activities  <span class="name">a1</span> and <span class="name">a2</span>, the former performed by a government agency, and the latter by a driver caught speeding. 
+<pre class="codeexample">
+activity(a1, [prov:type="traffic regulations enforcing"])
+activity(a2, [prov:type="fine paying, check writing, and mailing"])
+wasInformedBy(a2,a1)
+</pre>
+The last line indicates that some implicit entity was generated by  <span class="name">a1</span> and used by  <span class="name">a2</span>; this entity may be a traffic ticket that had a notice of fine, amount, and payment mailing details.
+</div>
+</section>
+
+
+
+</section>
+
+<section id="component2"> 
+<h3>Component 2: Agents and Responsibility</h3>
+
+<p>The second component of PROV-DM is concerned with <a title="agent">agents</a> and the notions of
+<a>Attribution</a>, <a>Association</a>, <a>Responsibility</a>, relating agents to entities, activities, and agents, respectively.
+Figure <a href="#figure-component2">figure-component2</a> depicts the second component with four classes (Entity, Activity,  Agent, and Plan) and associations between them. UML association classes are used to express n-ary relations.
+</p>
+
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Agents-Responsibility.png" alt="agents and responsibilities"/>
+<figcaption id="figure-component2">Figure 6: Agents and Responsibilities Component Overview</figcaption>
+</figure>
+</div>
+
+<section id="term-Agent">
+<h3>Agent</h3>
+
+<div class="glossary-ref" data-ref="glossary-agent"></div>
+
+
+<p><div class="attributes" id="attributes-agent">An <dfn title="dfn-agent" id="dfn-agent">agent</dfn><span class="withPn">, written <span class="pnExpression" id="pn-agent">agent(id, [attr1=val1, ...])</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="agent.id">id</span>: an identifier for an agent;</li>
+<li><span class='attribute' id="agent.attributes">attributes</span>: a set of attribute-value pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this agent.
+</li>
+</ul></div>
+
+
+<p>
+
+It is useful to define some basic categories of agents from an interoperability perspective.
+There are three types of agents that are common across most anticipated domains of use; It is acknowledged that these types do not cover all kinds of agent. </p>
+<ul>
+<li><span class="name">SoftwareAgent</span>
+<div class="glossary-ref" data-ref="glossary-software-agent"></div>
+
+<p></li>
+
+<li><span class="name">Organization</span>
+
+<div class="glossary-ref" data-ref="glossary-organization"></div>
+
+<p></li>
+
+<li><span class="name">Person</span>
+
+<div class="glossary-ref" data-ref="glossary-person"></div></li> 
+</ul>
+
+
+
+
+
+<div class="anexample">
+<p>The following expression is about an agent identified by <span class="name">e1</span>, which is a person, named Alice, with employee number 1234.</p>
+<pre class="codeexample">
+agent(e1, [ex:employee="1234", ex:name="Alice", prov:type='prov:Person' ])
+</pre>
+<p>It is optional to specify the type of an agent. When present, it is expressed using the <span class="name">prov:type</span> attribute.</p>
+</div>
+
+</section>
+
+<section id="term-attribution">
+<h3>Attribution</h3> 
+
+<div class="glossary-ref" data-ref="glossary-attribution"></div>
+
+<p>When an entity  <span class="name">e</span> is attributed to agent  <span class="name">ag</span>, entity <span class="name">e</span> was generated by some unspecified activity that in turn was associated to agent  <span class="name">ag</span>. Thus, this relation is useful when the activity is not known, or irrelevant.</p>
+
+<p><div class="attributes" id="attributes-attribution">An <dfn title="wasAttributedTo">attribution</dfn> relation<span class="withPn">, written <span class="pnExpression">wasAttributedTo(id;e,ag,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="attribution.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="attribution.entity">entity</span>: an entity identifier (<span class="name">e</span>);</li>
+<li><span class='attribute' id="attribution.agent">agent</span>: the identifier (<span class="name">ag</span>) of the agent whom the entity is ascribed to;</li>
+<li><span class='attribute' id="attribution.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this attribution.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-attribution">
+<p>
+Revisiting the example of <a href="#section-example-one">Section 3.1</a>,
+we can ascribe <span class="name">tr:WD-prov-dm-20111215</span> to some agents without an explicit activity. The reserved attribute <span class="name">role</span> (see <a href="#term-attribute-role">Section 4.7.4.3</a>) allows for role of the agent in the attribution to be specified.
+<pre class="codeexample">
+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"])
+</pre>
+</div>
+
+</section>  <!-- end attribution -->
+
+
+<section id="term-ActivityAssociation">
+<h4>Association</h4>
+
+<div class="glossary-ref" data-ref="glossary-activityAssociation"></div>
+
+<p></p>
+<div class="glossary-ref" data-ref="glossary-plan"></div>
+
+
+<p><div class="attributes" id="attributes-activity-association">An <dfn title="wasAssociatedWith">activity association</dfn><span class="withPn">, written <span class="pnExpression">wasAssociatedWith(id;a,ag,pl,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="association.id">id</span>:  an OPTIONAL identifier for the association between an activity and an agent;</li> 
+<li><span class='attribute' id="association.activity">activity</span>: an identifier (<span class="name">a</span>) for the activity;</li>
+<li><span class='attribute' id="association.agent">agent</span>: an OPTIONAL identifier (<span class="name">ag</span>) for the agent associated with the activity;</li>
+<li><span class='attribute' id="association.plan">plan</span>: an OPTIONAL identifier (<span class="name">pl</span>) for the plan adopted by the agent in the context of this activity;
+<li><span class='attribute' id="association.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this association of this activity with this agent.</li>
+</ul></div>
+
+<div class="anexample" id="anexample-wasAssociateWith">
+<p>In the following example, a designer and an operator agents are associated with an activity. The designer's goals are achieved by a workflow <span class="name">ex:wf</span>, described as an an entity of type <span class="name"><a>plan</a></span>.   </p>
+<pre class="codeexample">
+activity(ex:a, [prov:type="workflow execution"])
+agent(ex:ag1, [prov:type="operator"])
+agent(ex:ag2, [prov:type="designer"])
+wasAssociatedWith(ex:a, ex:ag1, -, [prov:role="loggedInUser", ex:how="webapp"])
+wasAssociatedWith(ex:a, ex:ag2, ex:wf,[prov:role="designer", ex:context="project1"])
+entity(ex:wf, [prov:type='prov:Plan' , ex:label="Workflow 1", 
+              ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
+</pre>
+Since the workflow <span class="name">ex:wf</span> is itself an entity, its provenance can also be expressed in PROV-DM: it can be generated by some activity and derived from other entities,
+for instance.
+</div>
+
+<div class="anexample" id="anexample-wasAssociateWith-2">
+<p>In some cases, one wants to indicate a plan was followed, without having to specify which agent was involved.</p>
+<pre class="codeexample">
+activity(ex:a,[prov:type="workflow execution"])
+wasAssociatedWith(ex:a,-,ex:wf)
+entity(ex:wf,[prov:type='prov:Plan', ex:label="Workflow 1", 
+              ex:url="http://example.org/workflow1.bpel" %% xsd:anyURI])
+</pre>
+In this case, it is assumed that an agent exists, but it has not been specified.
+</div>
+
+
+
+
+</section>  <!-- end wasAssociatedWith -->
+
+<section id="term-responsibility">
+
+<h4>Responsibility</h4>
+
+<div class="glossary-ref" data-ref="glossary-responsibility"></div>
+
+<p>PROV offers a mild version of responsibility
+in the form of a relation to represent when an agent acted on another
+agent's behalf.  So for example someone running a mail program,
+the program and the person are both
+agents of the activity; furthermore, the mail software
+agent is running on the person's behalf.  In another example, the
+student acted on behalf of his supervisor, who acted on behalf of the
+department chair, who acted on behalf of the university; all those
+agents are responsible in some way for the activity that took place but
+we do not say explicitly who bears responsibility and to what
+degree. </p>
+
+
+<p>
+<div class="attributes" id="attributes-responsibility">
+A <dfn title="actedOnBehalfOf">responsibility</dfn> link<span class="withPn">, written <span class="pnExpression">actedOnBehalfOf(id;ag2,ag1,a,attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="responsibility.id">id</span>:  an OPTIONAL identifier for the responsibility link between subordinate and responsible;</li> 
+<li><span class='attribute' id="responsibility.subordinate">subordinate</span>: an identifier (<span class="name">ag2</span>) for the agent associated with an activity, acting on behalf of the responsible
+agent;</li>
+<li><span class='attribute' id="responsibility.responsible">responsible</span>: an identifier (<span class="name">ag1</span>) for the agent,  on behalf of which the subordinate agent acted;</li>
+<li><span class='attribute' id="responsibility.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) of an activity for which the responsibility link holds;</li>
+<li><span class='attribute' id="responsibility.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this responsibility link.</li>
+</ul></div>
+
+
+<div class="anexample">
+<p>The following fragment describes three agents: a programmer, a researcher, and a funder.  The programmer and researcher are associated with a workflow activity.  The programmer acts on behalf
+of the researcher (delegation) encoding the commands specified by the researcher; the researcher acts on behalf of the funder, who has a contractual agreement with the researcher. The terms
+'delegation' and 'contact' used in this example are domain specific.</p>
+<pre class="codeexample">
+activity(a,[prov:type="workflow"])
+agent(ag1,[prov:type="programmer"])
+agent(ag2,[prov:type="researcher"])
+agent(ag3,[prov:type="funder"])
+wasAssociatedWith(a,ag1,[prov:role="loggedInUser"])
+wasAssociatedWith(a,ag2)
+wasAssociatedWith(a,ag3)
+actedOnBehalfOf(ag1,ag2,a,[prov:type="delegation"])
+actedOnBehalfOf(ag2,ag3,a,[prov:type="contract"])
+</pre>
+</div>
+
+
+<!-- too strong, move to part 2.
+<p>Further considerations:</p>
+<ul>
+<li>If an activity is not specified, then the subordinate agent is considered to act on behalf of
+the responsible agent, in all the activities the subordinate agent is associated with.
+</li>
+</ul>
+-->
+</section>
+
+
+
+</section>
+
+<section id="component3"> 
+<h3>Component 3: Derivations</h3>
+
+
+
+<p>The third component of PROV-DM is concerned with <a title="derivation">derivations</a> of <a title="entity">entities</a> from others, and derivation subtypes <a>Revision</a>, <a>Quotation</a>, <a>Original Source</a>, and <a>Trace</a>.
+Figure <a href="#figure-component3">figure-component3</a> depicts the third component with three  classes (Entity, Activity, and Agent) and associations between them. UML association classes express n-ary relations.
+</p>
+
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Derivation.png" alt="derivation"/>
+<figcaption id="figure-component3">Figure 7: Derivation Component Overview</figcaption>
+</figure>
+</div>
+
+<section id="Derivation-Relation">
+<h4>Derivation</h4>
+
+
+
+
+
+<div class="glossary-ref" data-ref="glossary-derivation"></div>
+
+
+
+
+<p>According to <a href="#starting-points">Section 2</a>, for an entity to be transformed from, created from, or resulting from an update to another, there must be some
+underpinning activities performing the necessary actions resulting in such a derivation.  
+A derivation can be described at various levels of precision. In its simplest form, derivation relates two entities. Optionally, attributes can be added to represent further information about the derivation.  If the derivation is the result of a single known activity, then this activity can also be optionally expressed. To provide a completely accurate description of the derivation, the generation and usage of the generated and used entities, respectively, can be provided.  Optional information such as activity, generation, and usage can be linked to derivations to aid analysis of provenance and to facilitate provenance-based reproducibility. </p>
+
+
+<p><div class="attributes" id="attributes-derivation">A <dfn title="wasDerivedFrom">derivation</dfn><span class="withPn">, written <span class="pnExpression" id="pn-wasDerivedFrom">wasDerivedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="derivation.id">id</span>:  an OPTIONAL identifier  for a derivation;</li> 
+<li><span class='attribute' id="derivation.generatedEntity">generatedEntity</span>: the identifier (<span class="name">ee</span>) of the entity generated by the derivation;</li>
+<li><span class='attribute' id="derivation.usedEntity">usedEntity</span>: the identifier (<span class="name">e1</span>) of the entity used by the derivation;</li>
+<li><span class='attribute' id="derivation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="derivation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="derivation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="derivation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this derivation.</li>
+</ul>
+</div>
+
+
+
+<div class="anexample">
+<p>The following descriptions are about derivations between  <span class="name">e2</span> and  <span class="name">e1</span>, but no information is provided as to the identity of the activity (and usage and generation) underpinning the derivation. In the second line, a type attribute is also provided.</p>
+<pre class="codeexample">
+wasDerivedFrom(e2, e1)
+wasDerivedFrom(e2, e1, [prov:type="physical transform"])
+</pre>
+<p>The following description expresses that activity  <span class="name">a</span>, 
+using the entity <span class="name">e1</span> according to usage <span class="name">u1</span>,
+ derived the
+entity <span class="name">e2</span> and generated it according to generation
+ <span class="name">g2</span>. It is followed by descriptions for generation <span class="name">g2</span> and usage <span class="name">u1</span>.</p>
+<pre class="codeexample">
+wasDerivedFrom(e2, e1, a, g2, u1)
+wasGeneratedBy(g2; e2, a, -)
+used(u1; a, e1, -)
+</pre>
+<p>With such a comprehensive description of derivation, a program that analyzes provenance can identify the activity underpinning the derivation, it can identify how the original entity <span class="name">e1</span> was used by  the activity (e.g. for instance, which argument it was passed as, if the activity is the result of a function invocation), and which output the derived entity <span class="name">e2</span> was obtained from (say, for a function returning multiple results).</p>
+</div>
+
+
+
+
+</section>
+
+<section id="term-Revision">
+<h3>Revision</h3>
+
+<p><span class="glossary-ref" data-ref="glossary-revision"></span></p>
+
+<p>Revision is a particular case of <a>derivation</a> of an entity into its revised version.</p>
+
+<p> A <dfn title="wasRevisionOf">revision</dfn> relation<span class="withPn">, written <span class="pnExpression">wasRevisionOf(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="revision.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="revision.newer">newer</span>: the identifier (<span class="name">e2</span>) of the revised  entity;
+<li><span class='attribute' id="revision.older">older</span>: the identifier (<span class="name">e1</span>) of the older entity;
+<li><span class='attribute' id="revision.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="revision.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="revision.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="revision.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+
+
+
+<div class="anexample" id="anexample-revision">
+<p>
+Revisiting the example of <a href="#section-example-two">Section 3.2</a>,
+we can now state that the report 
+ <span class="name">tr:WD-prov-dm-20111215</span> was a revision of 
+ the report <span class="name">tr:WD-prov-dm-20111018</span>.
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111215, [ prov:type='rec54:WD'  ])
+entity(tr:WD-prov-dm-20111018, [ prov:type='rec54:WD'  ])
+wasRevisionOf(tr:WD-prov-dm-20111215, tr:WD-prov-dm-20111018)
+</pre>
+</div>
+
+
+
+</section>  <!-- end revision -->
+
+<section id="term-quotation">
+<h3>Quotation</h3>
+
+<p> 
+<span class="glossary-ref" data-ref="glossary-quotation"></span>
+</p>
+
+<p>Quotation
+ is a particular case of  <a>derivation</a> in which entity <span class="name">e2</span> is derived from an original entity <span class="name">e1</span> by copying, or "quoting", some or all of it.
+  A <dfn title="wasQuotedFrom">quotation</dfn> relation<span class="withPn">, written <span class="pnExpression">wasQuotedFrom(id; e2, e1, a, g2, u1, attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="quotation.id">id</span>: an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="quotation.quote">quote</span>:  an identifier (<span class="name">e2</span>) for the entity that represents the quote (the partial copy);
+<li><span class='attribute' id="quotation.original">original</span>: an identifier (<span class="name">e1</span>) for the original entity being quoted;
+<li><span class='attribute' id="quotation.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="quotation.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="quotation.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="quotation.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+
+</ul>
+
+<div class="anexample" id="anexample-quotation">
+<p>
+The following paragraph is a quote from one of  <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/">the author's blogs</a>.
+<blockquote id="bl-dagstuhl"><em>
+"During the workshop, it became clear to me that the consensus based models (which are often graphical in nature) can not only be formalized but also be directly connected to these database focused formalizations. I just needed to get over the differences in syntax.  This could imply that we could have nice way to trace provenance across systems and through databases and be able to understand the mathematical properties of this interconnection."</em>
+</blockquote>
+<p>If <a href="http://thinklinks.wordpress.com/2012/03/07/thoughts-from-the-dagstuhl-principles-of-provenance-workshop/"><span class="name">wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/</span></a> denotes the original blog by agent <span class="name">ex:Paul</span>, and 
+ <a href="#bl-dagstuhl"><span class="name">dm:bl-dagstuhl</span></a> denotes the above paragraph, then the following descriptions express that the above paragraph is copied by agent <span class="name">ex:Luc</span> from a part of the blog, attributed to the agent <span class="name">ex:Paul</span>.</p>
+<pre class="codeexample">
+entity(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
+agent(ex:Luc)
+agent(ex:Paul)
+wasQuotedFrom(dm:bl-dagstuhl,wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/)
+wasAttributedTo(dm:bl-dagstuhl, ex:Luc)
+wasAttributedTo(wp:thoughts-from-the-dagstuhl-principles-of-provenance-workshop/, ex:Paul)
+</pre>
+
+</div>
+
+
+</section>  <!-- end quotation -->
+
+
+<section id="term-original-source">
+<h3>Original Source</h3>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-original-source"></span>
+</p>
+
+<p>An <dfn>original source</dfn> relation is a particular case of <a>derivation</a> 
+that aims to give
+credit to the source that originated some information. It is recognized that it may be
+hard to determine which entity constitutes an original source. This definition is inspired by
+<span class="name">original-source</span> as defined in
+<a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html">http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html</a>.</p>
+
+
+<p> An <dfn title="hadOriginalSource">original source</dfn> relation<span class="withPn">, written <span class="pnExpression">hadOriginalSource(id; e2, e1, a, g2, u1, attrs)</span>,</span> has:</p>
+<ul>
+<li><span class='attribute' id="originalSource.id">id</span>:  an OPTIONAL identifier for the relation;</li> 
+<li><span class='attribute' id="originalSource.derived">derived</span>: an identifier (<span class="name">e2</span>) for the derived entity; </li>
+<li><span class='attribute' id="originalSource.source">source</span>: an identifier (<span class="name">e1</span>) for the original source entity;</li>
+<li><span class='attribute' id="originalSource.activity">activity</span>: an OPTIONAL identifier (<span class="name">a</span>) for the activity using and generating the above entities;</li>
+<li><span class='attribute' id="originalSource.generation">generation</span>: an OPTIONAL identifier (<span class="name">g2</span>) for the generation involving the generated entity (<span class="name">e2</span>) and activity;</li> 
+<li><span class='attribute' id="originalSource.usage">usage</span>: an OPTIONAL identifier (<span class="name">u1</span>) for the usage involving the used entity (<span class="name">e1</span>) and activity;</li> 
+<li><span class='attribute' id="originalSource.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+
+<div class="anexample">
+<p>
+Let us consider the concept introduced in the current section, identified as <a href="#concept-original-source"><span class="name">dm:concept-original-source</span></a>, and
+the Google page <a href="http://googlenewsblog.blogspot.com/2010/11/credit-where-credit-is-due.html"><span class="name">go:credit-where-credit-is-due.html</span></a>, where the notion original-source was originally described (to the knowledge of the authors).
+<pre class="codeexample">
+entity(dm:concept-original-source)
+entity(go:credit-where-credit-is-due.html)
+hadOriginalSource(dm:concept-original-source,go:credit-where-credit-is-due.html)
+</pre>
+</div>
+
+
+</section>  <!-- end original source -->
+
+<section id="term-trace">
+<h3>Trace</h3>
+
+<p>
+<span class="glossary-ref" data-ref="glossary-trace"></span>
+</p>
+
+
+<p> A trace relation between two entities  <span class="name">e2</span> and  <span class="name">e1</span> is a generic dependency of <span class="name">e2</span>
+on  <span class="name">e1</span> that indicates either that <span class="name">e1</span> may have been necessary for <span class="name">e2</span> to be created, or that <span class="name">e1</span> bears 
+some responsibility for  <span class="name">e2</span>'s existence.
+
+
+<p>A <dfn title="tracedTo">Trace</dfn> relation <span class="withPn">, written <span class="pnExpression">tracedTo(id;e2,e1,attrs)</span> in PROV-N,</span> has:</p>
+<ul>
+<li><span class='attribute' id="trace.id">id</span>:  an OPTIONAL identifier identifying the relation;</li> 
+<li><span class='attribute' id="trace.entity">entity</span>:  an identifier (<span class="name">e2</span>) for an entity;
+<li><span class='attribute' id="trace.ancestor">ancestor</span>: an identifier (<span class="name">e1</span>) for an ancestor entity that the former depends on;
+<li><span class='attribute' id="trace.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+<p>We note that the ancestor is allowed to be an agent since agents are entities. </p>
+
+<p>
+<a>Derivation</a> and <a>attribution</a> are particular cases of  trace.
+</p>
+
+<div class="anexample">
+<p>We refer to the example of <a href="#section-example-two">Section 3.1</a>, and specifically to <a href="#prov-a-document2">Figure 3</a>. We can see that there is a path from 
+<span class="name">tr:WD-prov-dm-20111215</span> to 
+<span class="name">w3:Consortium</span> and to
+<span class="name">process:rec-advance</span>. This is expressed as follows.
+<pre class="codeexample">
+ tracedTo(tr:WD-prov-dm-20111215,w3:Consortium)
+ tracedTo(tr:WD-prov-dm-20111215,process:rec-advance)
+</pre>
+</div>
+
+
+
+
+</section>
+
+</section>
+
+<section id="component4"> 
+<h3>Component 4: Alternate Entities</h3>
+
+
+<p>The fourth component of PROV-DM is concerned with
+relations <a>specialization</a> and <a>alternate</a> between entities.
+Figure <a href="#figure-component4">figure-component4</a> depicts
+the fourth component with a single class and two associations.
+</p>
+
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Alternates.png" alt="alternates"/>
+<figcaption id="figure-component4">Figure 8: Alternates Component Overview</figcaption>
+</figure>
+</div>
+
+
+
+<p>Two provenance descriptions about the same thing may emphasize differents aspects of that thing.</p>
+<div class="anexample" id="entity-example1">
+<p>User Alice writes an article. In its provenance, she wishes to refer to the precise version of the article with a date-specific URI, as she might edit the article later. Alternatively, user Bob refers to the article in general, independently of its variants over time.</p>
+</div>
+<p>
+The PROV data model introduces relations, called specialization and alternate,
+that allow entities  to be linked together. They are defined as follows. </p>
+
+
+<section id="term-specialization">
+
+<h4>Specialization</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-specialization"></span> 
+
+
+<p>
+Examples of constraints  include a time period, an abstraction, and a context associated with the entity.</p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-specialization">A <dfn title="specializationOf">specialization</dfn>  relation<span class="withPn">, written <span class="pnExpression">specializationOf(sub, super)</span> in PROV-N,</span> has:
+
+<ul>
+<li><span class='attribute' id="specialization.specializedEntity">specializedEntity</span>: an identifier (<span class="name">sub</span>) of the specialized entity;</li>
+<li><span class='attribute' id="specialization.generalEntity">generalEntity</span>: an identifier (<span class="name">super</span>) of the entity that is being specialized.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-specialization">
+<p>
+The BBC news home page on 2012-03-23 <span class="name">ex:bbcNews2012-03-23</span>
+is a specialization of the BBC news page in general
+ <a href="http://www.bbc.co.uk/news/">bbc:news/</a>. This can be expressed as follows.
+<pre class="codeexample">
+specializationOf(ex:bbcNews2012-03-23, bbc:news/)
+</pre>
+We have created a new qualified name,  <span class="name">ex:bbcNews2012-03-23</span>, in the namespace <span class="name">ex</span>, to identify the specific page carrying this day's news, which would otherwise be the generic  <span class="name">bbc:news/</span> page.
+</div>
+
+
+
+
+<!--
+<p>To promote take up of these relations, it is not specified whether they are transitive or symmetric.  We anticipate that applications will specialize these relations according to their needs. </p>
+-->
+
+
+
+</section>
+
+<section id="term-alternate">
+
+<h4>Alternate</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-alternate"></span>
+
+
+  
+
+<p><div class="attributes" id="attributes-alternate">An <dfn title="alternateOf">alternate</dfn> relation<span class="withPn">, written <span class="pnExpression">alternateOf(e1, e2)</span> in PROV-N,</span> has:
+<ul>
+<li><span class='attribute' id="alternate.alternate1">alternate1</span>: an identifier (<span class="name">e1</span>) of the first of the two entities;</li>
+<li><span class='attribute' id="alternate.alternate2">alternate2</span>: an identifier (<span class="name">e2</span>) of the second of the two entities.</li>
+</ul>
+</div>
+
+<div class="anexample" id="anexample-alternate">
+<p>
+A given news item on the BBC News site 
+ <a href="http://www.bbc.co.uk/news/science-environment-17526723">bbc:news/science-environment-17526723</a> for desktop
+is an alternate of a 
+ <a href="http://www.bbc.co.uk/news/mobile/science-environment-17526723">bbc:news/mobile/science-environment-17526723</a> for mobile devices.</p>
+<pre class="codeexample">
+entity(bbc:news/science-environment-17526723, [ prov:type="a news item for desktop"])
+entity(bbc:news/mobile/science-environment-17526723, [ prov:type="a news item for mobile devices"])
+alternateOf(bbc:news/science-environment-17526723, bbc:news/mobile/science-environment-17526723)
+</pre>
+<p>They are both specialization of an (unspecified) entity. </p>
+</div>
+
+
+<div class="anexample" id="anexample-alternate2">
+<p>
+Considering again the two versions of the technical report <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span> (second working draft) and <span class="name"><span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111018">tr:WD-prov-dm-20111018</a></span></span> (first working draft). They are alternate of each other.
+<pre class="codeexample">
+entity(tr:WD-prov-dm-20111018)
+entity(tr:WD-prov-dm-20111215)
+alternateOf(tr:WD-prov-dm-20111018,tr:WD-prov-dm-20111215)
+</pre>
+<p>They are both specialization of the page <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
+</div>
+
+</section>
+</section>
+
+
+<section id="component5"> 
+<h3>Component 5: Bundles</h3>
+
+
+<p>The fifth component of PROV-DM is concerned with bundles, a mechanism to support provenance of provenance. </p>
+
+
+
+
+
+<section id="term-bundle"> 
+
+<h3>Bundle constructor</h3>
+
+
+<p>
+<span class="glossary-ref" data-ref="glossary-bundle" >
+</span>
+ </p>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-bundle">
+ A <dfn title="dfn-bundle" id="dfn-bundle-declaration">bundle constructor</dfn>  allows the content and the name of a bundle to be specified; it is written <span class="pnExpression">bundle id description_1 ... description_n endBundle</span> and consists of:
+<ul>
+<li><span class='attribute' id="bundle.declaration.id">id</span>:  an identifier for the bundle;</li>
+<li><span class='attribute' id="bundle.declaration.descriptions">descriptions</span>: a set of provenance descriptions <span class="name">
+description_1</span>, ..., <span class="name">description_n</span>.</li>
+</ul>
+<p>A bundle's identifier <span class="name">id</span> identifies a unique set of descriptions.</p>
+</section>
+
+
+
+
+
+<section id="term-bundle-entity"> 
+
+<h3>Bundle Description</h3>
+
+<p>A  bundle is a named set of descriptions, but also it is also an entity so that its provenance can be described.  </p>
+
+PROV defines the following type for bundles:
+<ul>
+<li><span class="name">prov:Bundle</span> is the type that denotes <a title="bundle">bundles</a>.
+</ul>
+
+
+<p>
+A  bundle description is of the form <span class="pnExpression">entity(id,[prov:type='prov:Bundle', attr1=val1, ...])</span>
+where <span class='name'>id</span> is  an identifier denoting a bundle,
+ a type <span>prov:Bundle</span> and
+an OPTIONAL set of attribute-value  pairs ((<span class="name">attr1</span>, <span class="name">val1</span>), ...) representing additional information about this bundle.
+</p>
+
+
+<p>The provenance of provenance can then be described using PROV constructs, as illustrated by the following example. </p>
+
+<div class="anexample" id="anexample-provenance-of-provenance">
+<p>Let us consider an example consisting of two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<pre class="codeexample"> 
+entity(ex:report1, [ prov:type="report", ex:version=1 ])
+wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+entity(ex:report2, [ prov:type="report", ex:version=2])
+wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+wasDerivedFrom(ex:report2, ex:report1)
+</pre>
+
+<p>Let us assume that Bob observed the creation of <span class="name">ex:report1</span>.
+A first bundle can be expressed.</p>
+<pre class="codeexample"> 
+bundle bob:bundle1
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>In contrast,
+Alice observed the creation of <span class="name">ex:report2</span> and its derivation from <span class="name">ex:report1</span>.
+A separate bundle can also be expressed.</p>
+<pre class="codeexample"> 
+bundle alice:bundle2
+  entity(ex:report1)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+
+<p>The first bundle contains the descriptions corresponding to  Bob observing the creation of <span class="name">ex:report1</span>. Its provenance can be described as follows.</p>
+<pre class="codeexample"> 
+entity(bob:bundle1, [prov:type='prov:Bundle'])
+wasGeneratedBy(bob:bundle1, -, 2012-05-24T10:30:00)
+wasAttributedTo(bob:bundle1, ex:Bob)
+</pre>
+
+<p>In contrast, the second bundle is attributed to Alice who
+observed the derivation of <span class="name">ex:report2</span> from <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+entity(alice:bundle2, [ prov:type='prov:Bundle' ])
+wasGeneratedBy(alice:bundle2, -, 2012-05-25T11:15:00)
+wasAttributedTo(alice:bundle2, ex:Alice)
+</pre>
+</div>
+
+<div class="anexample" id="anexample-provenance-aggregation">
+<p>A provenance aggregator could merge two bundles, resulting in a novel bundle, whose provenance is described as follows.</p>
+<pre class="codeexample"> 
+bundle agg:bundle3
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+
+entity(agg:bundle3, [ prov:type='prov:Bundle' ])
+agent(ex:aggregator01, [ prov:type='ex:Aggregator' ])
+wasAttributedTo(agg:bundle3, ex:aggregator01)
+wasDerivedFrom(agg:bundle3, bob:bundle1)
+wasDerivedFrom(agg:bundle3, alice:bundle2)
+</pre>
+<p>The new bundle is given a new identifier <span class="name">agg:bundle3</span> and is attributed to the <span class="name">ex:aggregator01</span> agent.
+</div>
+
+
+</section>
+
+<section id="term-hasProvenanceIn"> 
+
+<h3>Provenance Locator</h3>
+
+
+In <a href="#anexample-provenance-of-provenance">Example anexample-provenance-of-provenance</a>, we initially presented a scenario involving two entities <span class="name">report1</span> and <span class="name">report2</span>, and showed how the descriptions can be organized into two bundles.  There is no explicit indication that the second bundle "continues" the description offered by the first bundle.  Given that bundles may be retrieved separately [[PROV-AQ]], it is not obvious for a provenance consumer to navigate descriptions across bundles.  To aid consumers,
+ Alice may wish to express that there is further provenance information about <span class="name">report1</span> in bundle <span class="name">bob:bundle1</span>.  To this end, PROV introduces the notion of provenance locator, inspired by [[PROV-AQ]].
+
+
+<p><div class="glossary-ref" data-ref="glossary-provenance-locator"></div></p>
+
+
+<div class="attributes" id="attributes-hasProvenanceIn">
+A <dfn title="hasProvenanceIn">provenance locator</dfn>,
+written
+<span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, has:
+<ul>
+<li><span class='attribute' id="prov.locator.id">id</span>: an identifier for a provenance locator; </li>
+<li><span class='attribute' id="prov.locator.subject">subject</span>:  an identifier denoting something (entity, activity, agent, or relation instance);</li>
+<li><span class='attribute' id="prov.locator.bundle">bundle</span>:  an OPTIONAL identifier (<span class="name">bundle</span>) for a bundle;
+<li><span class='attribute' id="prov.locator.target">target</span>:  an OPTIONAL identifier (<span class="name">target</span>) denoting  something described in another set of descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-target-uri">Target-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.service">service-uri</span>:  an OPTIONAL URI (<span class="name">service</span>) denoting a <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-service">provenance service</a> from which provenance can be retrieved (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-service-uri">Service-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.provenance">provenance-uri</span>:  an OPTIONAL URI (<span class="name">prov</span>), which when dereferenced, allows access to provenance descriptions (referred to as <a href="http://www.w3.org/TR/prov-aq/#dfn-provenance-uri">Provenance-URI</a> in [[PROV-AQ]]);
+<li><span class='attribute' id="prov.locator.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this locator.</li>
+</ul>
+<p>In <span class="pnExpression">hasProvenanceIn(id, subject, bundle, target, service, prov, attrs)</span>, <span class="name">service</span> and <span class="name">prov</span> are both optional and mutually exclusive: if specified, either <span class="name">service</span> or <span class="name">prov</span> is provided.</p>
+</div>
+
+<p>A provenance locator specifies a context, referred to
+as <em>located context</em> in which further descriptions can be found
+about something.</p>
+
+<div class="note">
+It is suggested that prov:service-uri and prov:provenance-uri should be made optional reserved attributes.
+In the target is not specified, it is assumed that the target is the same identifier as subject.
+</div>
+
+<p>When the subject and optional target denote entities,
+a provenance locator not only provides a located context, but it also expresses an <a>alternate</a> relation between the entity denoted by <span class="name">subject</span> and the  entity described in the located context. This is a alternate since the entity denoted by <span class="name">subject</span> in the current context presents other aspects than the entity in the located one.</p>
+
+<div class="anexample" id="anexample-provenance-locator">
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, -, -)
+</pre>
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle1</span>, which is available from the provenance service identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, bob:bundle1, -, "http://example.com/service"^xsd:anyURI, -)
+</pre>
+<p>According to the following provenance locator, provenance descriptions about <span class="name">ex:report1</span> can be found in resource identified by the provided URI.</p>
+<pre class="codeexample"> 
+hasProvenanceIn(ex:report1, -, -, -, "http://example.com/some-provenance.pn"^xsd:anyURI)
+</pre>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator2">
+<p>Let us again consider the same scenario involving two entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span>.</p>
+<p>The first bundle can be expressed with all Bob's observations about the creation of <span class="name">ex:report1</span>.
+</p>
+<pre class="codeexample"> 
+bundle bob:bundle4
+  entity(ex:report1, [ prov:type="report", ex:version=1 ])
+  wasGeneratedBy(ex:report1, -, 2012-05-24T10:00:01)
+endBundle
+</pre>
+
+<p>Likewise, Alice's observation about the derivation of  <span class="name">ex:report2</span>  from <span class="name">ex:report1</span>, is expressed in a separate bundle.</p>
+<pre class="codeexample"> 
+bundle alice:bundle5
+  entity(ex:report1)
+  hasProvenanceIn(ex:report1, bob:bundle4, -, -, -)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, ex:report1)
+endBundle
+</pre>
+<p>In bundle <span class="name">alice:bundle5</span>, there is a description for entity <span class="name">ex:report1</span>, and 
+a provenance locator pointing to bundle <span class="name">bob:bundle4</span>.  
+The locator indicates that some provenance description for <span class="name">ex:report1</span> can be found in bundle <span class="name">bob:bundle4</span>. The purpose of the locator is twofold. First, it allows for <a href="http://www.w3.org/TR/prov-aq/#incremental-provenance-retrieval">incremental navigation</a> of provenance [[PROV-AQ]].  Second, it makes entity <span class="name">ex:report1</span> described in <span class="name">alice:bundle5</span> an <a>alternate</a> of <span class="name">ex:report1</span> described in <span class="name">bob:bundle4</span>.
+</p>
+</div>
+
+
+<div class="anexample" id="anexample-provenance-locator3">
+<p>Alternatively, Alice may have decided to use a different identifier for <span class="name">ex:report1</span>.</p>
+<pre class="codeexample"> 
+bundle alice:bundle6
+  entity(alice:report1)
+  hasProvenanceIn(alice:report1, bob:bundle4, ex:report1, -, -)
+  entity(ex:report2, [ prov:type="report", ex:version=2 ])
+  wasGeneratedBy(ex:report2, -, 2012-05-25T11:00:01)
+  wasDerivedFrom(ex:report2, alice:report1)
+endBundle
+</pre>
+<p>Alice can specify the <a href="#prov.locator.target">target</a> in the provenance locator to be  <span class="name">ex:report1</span>.
+With such a statement, Alice states that provenance information about <span class="name">alice:report1</span> can be found in bundle
+<span class="name">bob:bundle4</span> under the name <span class="name">ex:report1</span>.  In effect, <span class="name">alice:report1</span> and <span class="name">ex:report1</span> are declared to be alternate.</p>
+</div>
+
+<div class="anexample" id="aexample-note">
+<p>Consider that the following bundle of descriptions, in which derivation and generations have been identified.
+<pre class="codeexample"> 
+bundle obs:bundle7
+  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:d; ex:report2, ex:report1)
+endBundle
+entity(obs:bundle7, [ prov:type='prov:Bundle' ])
+wasAttributedTo(obs:bundle7, ex:observer01)
+</pre>
+Bundle <span class="name">obs:bundle7</span> is rendered by a visualisation tool.  It may useful for the tool configuration for 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:bundle8
+  entity(tool:bundle8, [ prov:type='viz:Configuration', prov:type='prov:Bundle' ])
+  wasAttributedTo(tool:bundle8, viz:Visualizer)
+
+  entity(ex:report1, [viz:color="orange"])
+  hasProvenanceIn(ex:report1, obs:bundle7, -, -, -)
+
+  entity(ex:report2, [viz:color="blue"])
+  hasProvenanceIn(ex:report2, obs:bundle7, -, -, -)
+
+  wasDerivedBy(ex:d; ex:report2, ex:report1, [viz:style="dotted"])
+  hasProvenanceIn(ex:d, obs:bundle7, -, -, -)
+endBundle
+</pre>
+
+<p>In bundle <span class="name">tool:bundle8</span>, the prefix <span class="name">viz</span> is used for naming visualisation-specific attributes, types or values.</p>
+
+<p>Bundle <span class="name">tool:bundle8</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>Alternates of the entities <span class="name">ex:report1</span> and <span class="name">ex:report2</span> have a visualization attribute for the color to be used when rendering these entities. 
+Likewise, the derivation has a style attribute. </p>
+
+<p>According to their definition,
+derivations have an <a href="#derivation.id">optional identifier</a>. 
+To express an alternate for a derivation, we need to be able to reference it, by means of an identifier. Hence, it is necessary for it to have an identifier in the first place (<span class="name">ex:d</span>).</p>
+</div>
+
+</section>
+</section> 
+
+
+
+<section id="component6"> 
+<h3>Component 6: Collections</h3>
+
+<p>The fifth component of PROV-DM is concerned with the notion of collections. 
+A collection is an entity that has some members. The members are themselves entities, and therefore their provenance can be expressed. Some applications need to be able to express the provenance of the collection  itself: e.g. who maintains the collection, which members it contains as it evolves, and how it was assembled. The purpose of Component 5 is to define the types and relations that are useful to express the provenance of collections. In PROV, the concept of Collection is implemented by means of dictionaries, which we introduce in this section. </p>
+
+<p>Figure <a href="#figure-component5">figure-component5</a> depicts
+the fifth component with four new classes and three associations.
+</p>
+
+
+<div style="text-align: center;">
+<figure>
+<img src="images/Dictionaries.png" alt="dictionaries"/>
+<figcaption id="figure-component5">Figure 9: Collections Component Overview</figcaption>
+</figure>
+</div>
+
+
+<p>The intent of these relations and types is to express the <em>history of changes that occurred to a collection</em>. 
+Changes to collections are about the insertion of entities in collections and the removal of members from collections.
+Indirectly, such history provides a way to reconstruct the contents of a collection.</p>
+
+<section id="term-collection">
+<h3>Collection</h3>
+
+<span class="glossary-ref" data-ref="glossary-collection"></span>
+
+<p>In PROV, the concept of Collection is  provided as an extensibility point for other kinds of collections. Collections are implemented by means of dictionaries, which are introduced next. </p>
+
+</section>
+
+<section id="term-dictinonary">
+<h3>Dictionary</h3>
+
+
+<p>PROV-DM defines a specific type of collection: a dictionary, specified as follows.</p>
+
+
+<span class="glossary-ref" data-ref="glossary-dictionary"></span>
+
+<p>Conceptually, a dictionary has a logical structure consisting of key-entity pairs. This structure is often referred to as a <em>map</em>, and is a generic indexing mechanism that can abstract commonly used data structures, including associative lists (also known as "dictionaries" in some programming languages), relational tables, ordered lists, and more. The specification of such specialized structures in terms of key-value pairs is out of the scope of this document.</p>
+
+<p>A given dictionary forms a given structure for its members.  A different structure (obtained either by insertion or removal of members) constitutes a different dictionary. Hence,
+ for the purpose of provenance, a dictionary entity is viewed as a snapshot of a structure. Insertion and removal operations result in new snapshots, each snapshot forming an identifiable dictionary entity.</p>
+
+
+<p>PROV-DM defines the following types related to dictionaries:</p>
+
+<ul>
+  <li> <span class="name">prov:Dictionary</span>  denotes an entity of type dictionary, i.e. an entity that  can participate in  relations amongst dictionaries;
+
+  <li><span class="name">prov:EmptyDictionary</span> denotes an empty dictionary.
+</ul>
+
+
+
+
+
+<!--
+In addition, the attribute  <span class="name">prov:content</span> is introduced to allow the explicit specification of the dictionary's content. The example below illustrates the syntax.
+-->
+
+<div class="anexample">
+<pre class="codeexample">
+entity(d0, [prov:type='prov:EmptyDictionary' ])  // d0 is an empty dictionary
+entity(d1, [prov:type='prov:Dictionary'  ])      // d1 is a dictionary, with unknown content
+</pre>
+</div>
+
+
+
+</section>  <!-- end of dictionary-types -->
+
+
+<section id="term-dictionary-insertion">
+<h3>Insertion</h3>
+
+<span class="glossary-ref" data-ref="glossary-insertion"></span>
+
+
+
+
+
+<p><div class="attributes" id="attributes-derivedByInsertionFrom">
+<p>An <dfn title="derivedByInsertionFrom">Insertion</dfn> relation<span class="withPn">, written <span class="pnExpression">derivedByInsertionFrom(id; d2, d1, {(key_1, e_1), ..., (key_n, e_n)}, attrs)</span>,</span> has:</p>
+<ul>
+<li><span class='attribute' id="derivedByInsertionFrom.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
+<li><span class='attribute' id="derivedByInsertionFrom.after">after</span>: an identifier (<span class="name">d2</span>) for the dictionary <em>after</em> insertion; </li>
+<li><span class='attribute' id="derivedByInsertionFrom.before">before</span>: an identifier (<span class="name">d1</span>) for the dictionary <em>before</em> insertion;</li>
+<li><span class='attribute' id="derivedByInsertionFrom.key-entity-set">key-entity-set</span>: the inserted key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> in which each <span class="name">key_i</span> is a <a>value</a>, and <span class="name">e_i</span> is an identifier  for the entity that has been inserted with the key;
+ each <span class="name">key_i</span> is expected to be unique for the key-entity-set;
+</li>
+<li><span class='attribute' id="derivedByInsertionFrom.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+</div>
+
+<p>
+An Insertion relation <span class="name">derivedByInsertionFrom(id; d2, d1,  {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">d2</span> is the state of the dictionary
+following the insertion of pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> into dictionary  <span class="name">d1</span>.</p>
+
+
+
+
+
+
+<div class="anexample">
+<pre class="codeexample">
+entity(d0, [prov:type='prov:EmptyDictionary' ])    // d0 is an empty dictionary
+entity(e1)
+entity(e2)
+entity(e3)
+entity(d1, [prov:type='prov:Dictionary' ])
+entity(d2, [prov:type='prov:Dictionary' ])
+
+derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2", e2)})       
+derivedByInsertionFrom(d2, d1, {("k3", e3)})    
+</pre>
+From this set of descriptions, we conclude:
+<ul>
+<li>   <span class="name">d0</span> is the set <span class="name">{  }</span>
+<li>   <span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2) }</span>
+<li>   <span class="name">d2</span> is the set <span class="name">{ ("k1", e1), ("k2", e2), ("k3", e3) }</span>
+</ul>
+</div>
+
+<p>Insertion provides an "update semantics" for the keys that are already present in a dictionary,
+since a new pair replaces an existing pair with the same key in the new dictionary. This is illustrated by the following example.</p>
+
+<div class="anexample">
+<pre class="codeexample">
+entity(d0, [prov:type='prov:EmptyDictionary' ])    // d0 is an empty dictionary
+entity(e1)
+entity(e2)
+entity(e3)
+entity(d1, [prov:type='prov:Dictionary' ])
+entity(d2, [prov:type='prov:Dictionary' ])
+
+derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2", e2)})       
+derivedByInsertionFrom(d2, d1, {("k1", e3)})    
+</pre>
+   This is a case of <em>update</em> of <span class="name">e1</span> to <span class="name">e3</span> for the same key, <span class="name">"k1"</span>. <br/>
+  From this set of descriptions, we conclude:
+<ul>
+<li>   <span class="name">d0</span> is the set <span class="name">{  }</span>
+<li>   <span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2) }</span>
+<li>   <span class="name">d2</span> is the set <span class="name">{ ("k1", e3), ("k2", e2) }</span>
+</ul>
+</div>
+
+</section>  <!-- insertion -->
+
+
+<section id="term-dictionary-removal">
+<h3>Removal</h3>
+
+<span class="glossary-ref" data-ref="glossary-removal"></span>
+
+
+
+
+<p>
+<div class="attributes" id="attributes-derivedByRemovalFrom">
+<p> A <dfn title="derivedByRemovalFrom">Removal</dfn> relation, written <span class="pnExpression">derivedByRemovalFrom(id; d2, d1, {key_1, ... key_n}, attrs)</span>, has:</p>
+<ul>
+<li><span class='attribute' id="derivedByRemovalFrom.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
+<li><span class='attribute' id="derivedByRemovalFrom.after">after</span>: an identifier (<span class="name">d2</span>) for the dictionary  <em>after</em> the deletion; </li>
+<li><span class='attribute' id="derivedByRemovalFrom.before">before</span>: an identifier (<span class="name">d1</span>)  for the dictionary <em>before</em> the deletion;</li>
+<li><span class='attribute' id="derivedByRemovalFrom.key-set">key-set</span>: a set of deleted keys  <span class="name">key_1</span>, ..., <span class="name">key_n</span>, for which each <span class="name">key_i</span> is a <a>value</a>;</li>
+<li><span class='attribute' id="derivedByRemovalFrom.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+</div>
+
+<p>A Removal relation <span class="name">derivedByRemovalFrom(id; d2,d1, {key_1, ..., key_n})</span> states that  <span class="name">d2</span> is  the  state of the dictionary following the removal of the set of pairs corresponding to keys  <span class="name">key_1...key_n</span> from  <span class="name">d1</span>.
+
+<div class="anexample">
+<pre class="codeexample">
+entity(d0, [prov:type="prov:EmptyDictionary"])    // d0 is an empty dictionary
+entity(e1)
+entity(e2)
+entity(e3)
+entity(d1, [prov:type="prov:Dictionary"])
+entity(d2, [prov:type="prov:Dictionary"])
+
+derivedByInsertionFrom(d1, d0, {("k1", e1), ("k2",e2)})       
+derivedByInsertionFrom(d2, d1, {("k3", e3)})
+derivedByRemovalFrom(d3, d2, {"k1", "k3"})   
+</pre>
+From this set of descriptions, we conclude:
+<ul>
+<li><span class="name">d0</span> is the set <span class="name">{  }</span>
+<li><span class="name">d1</span> is the set <span class="name">{ ("k1", e1), ("k2", e2)  }</span>
+<li><span class="name">d2</span> is the set <span class="name">{ ("k1", e1), ("k2", e2), ("k3", e3) }</span>
+<li><span class="name">d3</span> is the set <span class="name">{ ("k2", e2) }</span>
+</ul>
+
+  
+</div>
+
+</section>  <!-- removal -->
+
+
+<section id="term-dictionary-membership">
+<h3>Membership</h3>
+
+
+<span class="glossary-ref" data-ref="glossary-membership"></span>
+
+<p>
+The insertion and removal  relations make insertions and removals explicit as part of the history of a dictionary. This, however, requires explicit mention of the state of the dictionary prior to each operation. The membership relation removes this needs, allowing the state of a dictionary <span class="name">c</span> to be expressed without having to introduce a prior state.</p>
+
+<p>
+<div class="attributes" id="attributes-memberOf">
+ A <dfn title="memberOf">membership</dfn> relation, written <span class="pnExpression">memberOf(id; c, {(key_1, e_1), ..., (key_n, e_n)}, cplt, attrs)</span>, has:
+<ul>
+<li><span class='attribute' id="memberOf.id">id</span>:  an OPTIONAL identifier identifying the relation;</li>
+<li><span class='attribute' id="memberOf.after">after</span>: an identifier (<span class="name">c</span>) for the dictionary whose members are asserted; </li>
+<li><span class='attribute' id="memberOf.key-entity-set">key-entity-set</span>: a set of key-entity pairs <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)</span> that are members of the dictionary;</li>
+<li><span class='attribute' id="memberOf.complete">complete</span>: an OPTIONAL boolean 
+<a title="value">Value</a> (<span class="name">cplt</span>); if true, it indicates that no other member belongs to the dictionary;  if false, it indicates that other members belong to the dictionary; if unspecified, other members MAY belong to the dictionary.
+<li><span class='attribute' id="memberOf.attributes">attributes</span>: an OPTIONAL set (<span class="name">attrs</span>) of attribute-value pairs representing additional information about this relation.</li>
+</ul>
+</div>
+
+
+
+
+<p>The description <span class="name">memberOf(c, {(key_1, e_1), ..., (key_n, e_n)})</span> states that  <span class="name">c</span> is known to include <span class="name">(key_1, e_1)</span>, ..., <span class="name">(key_n, e_n)}</span>, without having to introduce a previous state. </p>
+
+<div class="anexample">
+<pre class="codeexample">
+entity(d1, [prov:type='prov:Dictionary'  ])    // d1 is a dictionary, with unknown content
+entity(d2, [prov:type='prov:Dictionary'  ])    // d2 is a dictionary, with unknown content
+
+entity(e1)
+entity(e2)
+
+memberOf(d1, {("k1", e1), ("k2", e2)} )  
+memberOf(d2, {("k1", e1), ("k2", e2)}, true)  
+
+entity(e3)
+entity(d3, [prov:type='prov:Dictionary'  ])
+
+derivedByInsertionFrom(d3, d1, {("k3", e3)})     
+</pre>
+From these descriptions, we conclude:
+<ul>
+<li> <span class="name">d1</span>  has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2)</span>, and may contain others.
+<li> <span class="name">d2</span>  exactly has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2)</span>, and does not contain any other.
+<li> <span class="name">d3</span> has  the following pairs as members: <span class="name">("k1", e1), ("k2", e2), ("k3", v3)</span>, and may contain others.
+</ul>
+<p> Thus, the states of <span class="name">d1</span> and <span class="name">d3</span> are only partially known.</p>
+</div>
+
+<!-- To go to part 2
+
+
+  Note that the following one cannot have at the same time an empty dictionary and membership relations for it, i.e., the following example is invalid:
+<pre class="codeexample">
+  <span class="name"> entity(c, [prov:type="EmptyDictionary"])</span>
+   memberOf(c, {("k1", e1), ("k2", v2)} )  
+  </pre>
+
+
+-->
+
+</section>  <!-- Membership -->
+
+
+
+<p>Further considerations: </p>
+
+<ul>
+
+<li>The state of a dictionary (i.e., the set of key-entity pairs it contains) at a given point in a sequence of operations is never stated explicitly. Rather, it can be obtained by querying the chain of derivations involving insertions and removals. Entity type <span class="name">emptyDictionary</span> can be used in this context as it marks the start of a sequence of dictionary operations.</li>
+
+
+<li>The representation of a dictionary through these relations makes no assumption regarding the underlying data structure used to store and manage dictionaries. In particular, no assumptions are needed regarding the mutability of a data structure that is subject to updates. Entities, however, are immutable and this applies  to those entities that represent dictionaries. This is reflected in the constraints listed in [[PROV-CONSTRAINTS]].  </li>
+</ul>
+
+  
+</section>   <!-- end dictionaries-->
+
+
+
+
+
+<section  id="second-class-elements">
+<h3>Further Elements of PROV-DM</h3>
+
+This section introduces further elements of PROV-DM.
+
+<section id="term-NamespaceDeclaration">
+<h3>Namespace Declaration</h3>
+
+<p>A PROV-DM <dfn id="dfn-namespace">namespace</dfn> is identified by an IRI [[!IRI]]. In PROV-DM, attributes, identifiers, and values with <a title="qualified name">qualified names</a> as data type can be placed in a namespace using the mechanisms described in this specification. </p>
+
+
+<p>A <dfn id="dfn-namespaceDeclaration">namespace declaration</dfn> consists of a binding between a prefix and a namespace. Every qualified name with this prefix in the scope of this
+declaration refers to this namespace. 
+A <dfn id="dfn-defaultNamespaceDeclaration">default namespace declaration</dfn> consists of a namespace. Every un-prefixed qualified name in the scope of this default namespace declaration
+refers to this namespace.</p>
+
+<p>The <dfn title="prov-namespace">PROV namespace</dfn> is identified by the URI <a href="http://www.w3.org/ns/prov#">http://www.w3.org/ns/prov#</a>.</p>
+
+</section>
+
+<section id="term-qualified-name">
+<h4>Qualified Name</h4>
+
+
+<span class="glossary-ref" data-ref="glossary-qualifiedName"></span>
+
+<p>PROV-DM stipulates that a qualified name can be mapped into an IRI
+ by concatenating the IRI associated with the prefix and the local part.</p>
+
+<p>A qualified name's prefix is OPTIONAL. If a prefix occurs in a
+ qualified name, it refers to a <a>namespace</a> declared in a namespace declaration.  In the absence of prefix, the qualified name 
+ refers to the <a title="default namespace declaration">default namespace</a>.</p>
+
+</section>
+
+
+
+<section id="term-identifier">
+<h4>Identifier</h4>
+
+<p>
+An <dfn id="dfn-identifier">identifier</dfn> is a <a>qualified
+ name</a>. 
+</p>
+
+</section>
+
+<section id="term-attribute">
+<h4>Attribute</h4>
+
+<p>An <dfn title="dfn-attribute" id="dfn-attribute">attribute</dfn> is a <a>qualified name</a>. 
+
+
+<p>The PROV data model introduces a pre-defined set of attributes in the <a title="prov-namespace">PROV namespace</a>, which we define below. 
+This specification does not provide any interpretation for any attribute declared in any other namespace.</p>
+
+<div id="attributes-at-a-glance-div" style="text-align: left;">
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="attributes-at-a-glance">Table 5: PROV-DM Attributes At a Glance</caption>
+<tr><td><b>Attribute</b></td><td><b>value</b></td><td><b>Section</b></td></tr> 
+<tr><td>prov:label</td><td>xsd:string</td><td>Section <a href="#term-attribute-label">4.7.4.1</a> </td></tr>
+<tr><td>prov:location</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-location">4.7.4.2</a> </td></tr>
+<tr><td>prov:role</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-role">4.7.4.3</a> </td></tr>
+<tr><td>prov:type</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-type">4.7.4.4</a> </td></tr>
+<tr><td>prov:value</td><td><a title="value">Value</a></td><td>Section <a href="#term-attribute-value">4.7.4.5</a> </td></tr>
+</table>
+</div>
+
+
+
+
+
+<section id="term-attribute-label">
+<h4>prov:label</h4>
+
+<p> The attribute <dfn title="dfn-label"><span class="name">prov:label</span></dfn> provides a human-readable representation of a PROV-DM element or relation.  The value associated with the attribute <span class="name">prov:label</span> MUST be a string.</p>
+
+<div class="anexample">
+<p>The following entity is provided with a label attribute.</p>
+<pre class="codeexample">
+ entity(ex:e1, [prov:label="This is a label"])
+</pre>
+</div>
+
+
+</section>
+
+
+<section id="term-attribute-location">
+<h4>prov:location</h4>
+
+<p>A <dfn title="dfn-Location">location</dfn> can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate,
+address, landmark, and so forth. This  document does not specify how to concretely express  locations, but instead provide a mechanism to introduce locations, by means of a reserved attribute. </p> 
+
+
+<p>
+The attribute <span class="name">prov:location</span> is an OPTIONAL attribute of entity, activity, usage, and generation.  The value associated with the  attribute <span class="name">prov:location</span> MUST be a PROV-DM <a title="value">Value</a>, expected to denote a location.
+</p>
+
+<div class="anexample">
+<p>The following expression describes entity Mona Lisa, a painting, with a location attribute. </p>
+<pre class="codeexample">
+ entity(ex:MonaLisa, [prov:location="Le Louvres, Paris", prov:type="StillImage"])
+</pre>
+</div>
+</section>
+
+
+<section id="term-attribute-role">
+<h4>prov:role</h4>
+
+<p>The attribute <dfn title="dfn-role"><span class="name">prov:role</span></dfn>  denotes 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>. The attribute <span class="name">prov:role</span> is allowed to occur multiple times in a list of attribute-value pairs. The value associated with a <span
+class="name">prov:role</span> attribute MUST be a PROV-DM <a title="value">Value</a>.</p>
+
+<div class="anexample">
+<p>The following activity is associated with an agent acting as the operator. </p>
+<pre class="codeexample">
+ wasAssociatedWith(a, ag, [prov:role="operator"])
+</pre>
+</div>
+</section>
+
+<section id="term-attribute-type">
+<h4>prov:type</h4>
+
+<p>The attribute <dfn title="dfn-type"><span class="name">prov:type</span></dfn>  provides further typing information for an element or relation. PROV-DM liberally
+defines a type as a category of things having common characteristics. PROV-DM is agnostic about the representation of types, and only states that
+the value associated with a <span class="name">prov:type</span> attribute MUST be a PROV-DM <a title="value">Value.</a> The attribute <span class="name">prov:type</span>
+is allowed to occur multiple times.</p>
+
+<div class="anexample">
+<p>The following describes an agent of type software agent.</p>
+<pre class="codeexample">
+   agent(ag, [prov:type='prov:SoftwareAgent' ])
+</pre>
+</div>
+
+<p>The following types are pre-defined in PROV, and are valid values for the <span class="name">prov:type</span> attribute.</p>
+<ul>
+<li><span class="name">prov:Plan</span></li>
+
+<li><span class="name">prov:Account</span></li>
+
+<li><span class="name">prov:SoftwareAgent</span></li>
+
+<li><span class="name">prov:Organization</span></li>
+
+<li><span class="name">prov:Person</span></li>
+
+<li><span class="name">prov:Collection</span></li>
+
+<li><span class="name">prov:Dictionary</span></li>
+
+<li><span class="name">prov:EmptyDictionary</span></li>
+
+</ul>
+
+</section>
+
+
+<section id="term-attribute-value">
+<h4>prov:value</h4>
+
+<p>The attribute <dfn title="dfn-value"><span class="name">prov:value</span></dfn>  provides a <a title="value">Value</a> associated with an entity.</p>
+
+
+<p>The attribute <span class="name">prov:value</span> is an OPTIONAL attribute of entity.  The value associated with the  attribute <span class="name">prov:value</span> MUST be a PROV-DM <a title="value">Value</a>. The attribute <span class="name">prov:value</span> MAY occur at most once in a set of attribute-value pairs.</p>
+
+<div class="anexample">
+<p>The following example illustrates the provenance of the number <span class="name">4</span> obtained by an activity that computed the length of an input string <span class="name">"abcd"</span>.
+The input and the output are expressed as entities <span class="name">ex:in</span> and <span class="name">ex:out</span>, respectively. They each have a <span class="name">prov:value</span> attribute associated with the corresponding value.
+</p>
+<pre class="codeexample">
+entity(ex:in, [prov:value="abcd"]) 
+entity(ex:out, [prov:value=4]) 
+activity(ex:len, [prov:type="string-length"])
+used(ex:len,ex:in)
+wasGeneratedBy(ex:out,ex:len)
+wasDerivedFrom(ex:out,ex:in)
+</pre>
+</div>
+
+<div class="note">Should we also have prov:encoding?</div>
+
+</section>
+
+
+
+
+
+
+
+
+</section>
+
+<section id="term-value">
+<h4>Value</h4>
+
+<p>
+By means of attribute-value pairs, the PROV data model can refer to <dfn title="value">values</dfn> such as strings, numbers, time, qualified names, and IRIs.  
+The interpretation of such values is outside the scope of PROV-DM.</p>
+<p>Each kind of such values is called a <em>datatype</em>. The datatypes are taken from 
+the set of XML Schema Datatypes, version 1.1 [[!XMLSCHEMA-2]] and the RDF specification [[!RDF-CONCEPTS]]. The normative definitions of these datatypes are provided by the respective specifications. 
+Each datatype is identified by its XML <a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a>.</p>
+
+<p>
+</p>
+
+<p>We note that PROV-DM <dfn title="dfn-time">time instants</dfn> are defined according to xsd:dateTime [[!XMLSCHEMA-2]].</p> 
+
+
+
+<table border="1" style="margin-left: auto; margin-right: auto;">
+<caption id="prov-dm-data-types">Table 6: PROV-DM Data Types</caption>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#decimal">xsd:decimal</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#double">xsd:double</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a></td> </tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#integer">xsd:integer</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#float">xsd:float</a></td><td><a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-XMLLiteral">rdf:XMLLiteral</a></td>  </tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">xsd:nonNegativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#string">xsd:string</a></td> <td><a href="http://www.w3.org/TR/prov-n/#prod-QUALNAME">prov:QUALNAME</a></td> </tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger">xsd:nonPositiveInteger</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#normalizedString">xsd:normalizedString</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">xsd:positiveInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#token">xsd:token</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#negativeInteger">xsd:negativeInteger</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#language">xsd:language</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#long">xsd:long</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#Name">xsd:Name</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#int">xsd:int</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#NCName">xsd:NCName</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#short">xsd:short</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#NMTOKEN">xsd:NMTOKEN</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#byte">xsd:byte</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#boolean">xsd:boolean</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedLong">xsd:unsignedLong</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#hexBinary">xsd:hexBinary</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedInt">xsd:unsignedInt</a></td>  <td><a href="http://www.w3.org/TR/xmlschema-2/#base64Binary">xsd:base64Binary</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedShort">xsd:unsignedShort</a></td><td><a href="http://www.w3.org/TR/xmlschema-2/#anyURI">xsd:anyURI</a></td> <td></td></tr>
+<tr><td><a href="http://www.w3.org/TR/xmlschema-2/#unsignedByte">xsd:unsignedByte</a></td> <td><a href="http://www.w3.org/TR/xmlschema-2/#QName">xsd:QName</a></td><td></td></tr>
+</table>
+
+
+
+
+
+
+<div class="anexample" id="anexample-value">
+<p>
+The following examples respectively are the string "abc", the integer number 1, and the IRI "http://example.org/foo".
+<pre class="codeexample">
+  "abc"
+  1
+  "http://example.org/foo" %% xsd:anyURI
+</pre>
+<p>The following example shows a value of type <span class="name">xsd:QName</span> (see
+<a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#QName">QName</a> [[!XMLSCHEMA-2]]).
+The prefix <span class="name">ex</span>  MUST be bound to a <a>namespace</a> declared in a <a>namespace declaration</a>.</p>
+<pre class="codeexample"> 
+  "ex:value" %% xsd:QName
+</pre>
+</div>
+
+
+
+<div class="anexample" id="anexample-time">
+<p>
+In the following example, the generation time of entity <span class="name">e1</span> is expressed according to 
+<a href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a>  [[!XMLSCHEMA-2]].</p>
+<pre class="codeexample"> 
+  wasGeneratedBy(e1,a1, 2001-10-26T21:32:52)
+</pre>
+</div>
+
+<div class="note">
+We need to check that we are including all xsd types that are the latest versions of XML Schema/RDF.
+</div>
+</section>
+</section>
+ 
+
+
+</section>
+
+
+<!-- end sec. 5 -->
+
+    <section id="extensibility-section"> 
+<h2>PROV-DM Extensibility Points</h2>
+
+
+<p>The PROV data model provides extensibility points that allow designers to specialize it to specific applications or domains. We summarize these extensibility points here:
+
+<ul>
+<li> Attribute-value lists occur in all types and relations of the data model.  Applications designers are free to introduce further application-specific attributes. Attributes for a given application can be distinguished by qualifying them with a prefix denoting a namespace
+declared in a namespace declaration.
+
+<p>The <a title="prov-namespace">PROV namespace</a> declares a set of reserved attributes catering for extensibility: <a href="#term-attribute-type"><span class="name">prov:type</span></a>, <a href="#term-attribute-role"><span class="name">prov:role</span></a>, <a href="#term-attribute-location"><span
+class="name">prov:location</span></a>.</li>
+
+<li>Sub-types and sub-relations can be expressed by means of the reserved attribute 
+<a href="#term-attribute-type"><span class="name">prov:type</span></a>.
+
+<div class="anexample" id="anexample-sub-relation">
+<p>
+In the following example,  <span class="name">e2</span> is a translation of <span class="name">e1</span>,
+expressed as a sub-type of derivation.
+<pre class="codeexample"> 
+  wasDerivedFrom(e2,e1, [prov:type='ex:Translation' ])
+</pre>
+</div>
+
+<div class="anexample" id="anexample-sub-type">
+<p>
+In the following example,  <span class="name">e</span> is described as a Car, a type of entity.
+<pre class="codeexample"> 
+  entity(e, [prov:type='ex:Car' ])
+</pre>
+</div>
+
+
+
+
+</li>
+
+
+
+
+
+<li>New namespaces and associated prefixes can be declared, allowing attributes and names to be qualified. </li>
+
+<li>Notes allow arbitrary metadata to be associated with anything identifiable in PROV-DM. Notes consist of attribute-value pairs.  Attributes are qualified by a
+namespace.</li>
+
+</ul>
+
+<p>The PROV data model is designed to be application and technology independent, but specializations of PROV-DM are welcome and encouraged.  To ensure interoperability, specializations of
+the PROV data model that exploit the extensibility points summarized in this section MUST preserve the semantics specified in this document and in [[PROV-CONSTRAINTS]]. </p>
+
+
+
+    </section> 
+
+
+
+<section id="valid-provenance">
+<h4>Creating Valid Provenance</h4>
+
+
+<ul>
+
+<li>This specification defines PROV-DM, a data model that allows 
+descriptions of the people, institutions, entities, and activities,
+involved in producing, influencing, or delivering a piece of data or a
+thing to be expressed.  However, with this data model, it is also possible to compose
+descriptions that would not make sense: for instance, one could
+express that an entity was used before it was generated, or that the
+activity that generated an entity began its existence after the entity
+generation.  A set of constraints have been defined for PROV-DM and
+can be found in a companion specification [[PROV-CONSTRAINTS]].
+They SHOULD be used by developers to compose provenance descriptions that are valid, and
+by implementers of reasoning engines aiming to check whether provenance descriptions have problems. </li>
+
+
+
+<li>
+<p> The example of <a href="#prov-dm-example">section 3</a> contains identifiers such as <span class="name"><a href="http://www.w3.org/TR/2011/WD-prov-dm-20111215">tr:WD-prov-dm-20111215</a></span>, which denotes a specific version of a technical report.  On the other hand, a URI such as <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a> denotes the latest version of a document. One needs to ensure that provenance descriptions for the latter resource remain valid as the resource state changes. </p>
+
+<p>To this end, PROV-DM allows asserters to describe "<em>partial states</em>" of entities by means of attributes and associated values. Some further constraints apply to the use of these attributes, since the values associated with them are expected to remain unchanged for some period of time. The constraints associated to attributes allow provenance descriptions to be refined, they can also be found in the companion specification [[PROV-CONSTRAINTS]].</p>
+
+
+</li>
+
+
+<li>
+<p>The idea of bundling provenance descriptions is crucial to the PROV approach. Indeed, it allows multiple provenance perspectives to be provided for a given entity. It is also the mechanism by which provenance of provenance can be expressed.
+Descriptions in bundles are expected to satisfy constraints specified in the companion specification [[PROV-CONSTRAINTS]].</p>
+</li>
+
+
+</ul>
+
+
+</section>
+
+<div id="glossary_div" class="remove">
+<!-- glossary loaded from glossary.js will be hooked up here,
+     class remove, will remove this element from the final output.
+-->
+</div>
+
+<section class="appendix"> 
+      <h2>Acknowledgements</h2> 
+      <p> 
+        WG membership to be listed here.
+      </p> 
+    </section> 
+
+ </body>
+</html>
--- a/ontology/ProvenanceOntology.owl	Mon May 21 14:51:39 2012 -0400
+++ b/ontology/ProvenanceOntology.owl	Mon May 21 14:54:01 2012 -0400
@@ -5,22 +5,18 @@
     <!ENTITY prov "http://www.w3.org/ns/prov#" >
     <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
     <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
-    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
-    <!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
     <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
     <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
 ]>
 
 
-<rdf:RDF xmlns="http://example.com/"
-     xml:base="http://example.com/"
+<rdf:RDF xmlns="http://www.w3.org/ns/prov#"
+     xml:base="http://www.w3.org/ns/prov"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:prov="http://www.w3.org/ns/prov#"
-     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:skos="http://www.w3.org/2004/02/skos/core#">
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
     <owl:Ontology rdf:about="http://www.w3.org/ns/prov#">
         <rdfs:label xml:lang="en">PROV Ontology</rdfs:label>
         <rdfs:comment rdf:datatype="&xsd;string">0.2</rdfs:comment>
@@ -126,14 +122,14 @@
 
     <owl:ObjectProperty rdf:about="&prov;actedOnBehalfOf">
         <rdfs:comment xml:lang="en">An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. </rdfs:comment>
-        <prov:inverse>responsibleFor</prov:inverse>
-        <prov:category>starting-point</prov:category>
-        <prov:component>agents-responsibility</prov:component>
+        <inverse>responsibleFor</inverse>
+        <category>starting-point</category>
+        <component>agents-responsibility</component>
         <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
-        <prov:qualifiedForm rdf:resource="&prov;Responsibility"/>
+        <qualifiedForm rdf:resource="&prov;Responsibility"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedResponsibility"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedResponsibility"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedResponsibility"/>
             <rdf:Description rdf:about="&prov;agent"/>
@@ -147,9 +143,9 @@
     <owl:ObjectProperty rdf:about="&prov;activity">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The property used by an prov:ActivityInvolvement to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity.</rdfs:comment>
-        <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>activityInvolvement</prov:inverse>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
+        <category>qualified</category>
+        <inverse>activityInvolvement</inverse>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -161,11 +157,11 @@
 
     <owl:ObjectProperty rdf:about="&prov;agent">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:component>alternate</prov:component>
-        <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
+        <component>alternate</component>
+        <editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
         <rdfs:comment xml:lang="en">The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity.</rdfs:comment>
-        <prov:inverse>agentInvolvement</prov:inverse>
-        <prov:category>qualified</prov:category>
+        <inverse>agentInvolvement</inverse>
+        <category>qualified</category>
         <rdfs:range rdf:resource="&prov;Agent"/>
         <rdfs:domain rdf:resource="&prov;AgentInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -176,14 +172,14 @@
     <!-- http://www.w3.org/ns/prov#alternateOf -->
 
     <owl:ObjectProperty rdf:about="&prov;alternateOf">
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate</prov:prov-dm-constraints>
-        <prov:category>expanded</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov:prov-n>
-        <prov:component>alternate</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov:prov-dm>
-        <prov:definition xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</prov:definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate</prov-dm-constraints>
+        <category>expanded</category>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate</prov-n>
+        <component>alternate</component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate</prov-dm>
+        <inverse>alternateOf</inverse>
+        <definition xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</definition>
         <rdfs:comment xml:lang="en">An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified.</rdfs:comment>
-        <prov:inverse>alternateOf</prov:inverse>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
@@ -197,11 +193,11 @@
     <owl:ObjectProperty rdf:about="&prov;atLocation">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:editorialNote>This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</prov:editorialNote>
-        <prov:inverse>locationOf</prov:inverse>
+        <editorialNote>This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair).</editorialNote>
+        <inverse>locationOf</inverse>
         <rdfs:comment xml:lang="en">Location is an optional attribute of Entity and Activity.</rdfs:comment>
-        <prov:category>expanded</prov:category>
-        <prov:editorialNote>The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.</prov:editorialNote>
+        <category>expanded</category>
+        <editorialNote>The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.</editorialNote>
         <rdfs:range rdf:resource="&prov;Location"/>
     </owl:ObjectProperty>
     
@@ -211,13 +207,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;derivedByInsertionFrom">
         <rdfs:comment xml:lang="en">The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs.</rdfs:comment>
-        <prov:inverse>hadDerivationByInsertion</prov:inverse>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
+        <inverse>hadDerivationByInsertion</inverse>
+        <component>collections</component>
+        <category>collections</category>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
-        <prov:qualifiedForm rdf:resource="&prov;Insertion"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedInsertion"/>
+        <qualifiedForm rdf:resource="&prov;Insertion"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedInsertion"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedInsertion"/>
@@ -225,7 +221,7 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>Insertion is a form of derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs. </rdfs:comment>
+        <rdfs:comment>Insertion is a form of derivation (see http://www.w3.org/TR/prov-dm/#term-dictionary-insertion) that transforms a dictionary into another, by insertion of one or more key-entity pairs. </rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedSource rdf:resource="&prov;derivedByInsertionFrom"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
@@ -237,13 +233,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;derivedByRemovalFrom">
         <rdfs:comment xml:lang="en">The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed key-value pairs.</rdfs:comment>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
-        <prov:inverse>hadDerivationByRemoval</prov:inverse>
+        <component>collections</component>
+        <category>collections</category>
+        <inverse>hadDerivationByRemoval</inverse>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
-        <prov:qualifiedForm rdf:resource="&prov;Removal"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedRemoval"/>
+        <qualifiedForm rdf:resource="&prov;Removal"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedRemoval"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedRemoval"/>
@@ -251,7 +247,7 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>Removal is a form of derivation that transforms a dictionary into another, by removing one or more key-entity pairs. </rdfs:comment>
+        <rdfs:comment>Removal is a form of derivation (see http://www.w3.org/TR/prov-dm/#term-dictionary-removal) that transforms a dictionary into another, by removing one or more key-entity pairs. </rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedSource rdf:resource="&prov;derivedByRemovalFrom"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
@@ -263,10 +259,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;dictionary">
         <rdfs:comment xml:lang="en">The property used by a prov:DictionaryInvolvement to cite the prov:Dictionary that was prov:involved in insertion or removal of elements of a collection. </rdfs:comment>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
-        <prov:editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
-        <prov:inverse>dictionaryInvolvement</prov:inverse>
+        <component>collections</component>
+        <category>collections</category>
+        <editorialNote>This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
+        <inverse>dictionaryInvolvement</inverse>
         <rdfs:range rdf:resource="&prov;Dictionary"/>
         <rdfs:domain rdf:resource="&prov;DictionaryInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -278,10 +274,10 @@
 
     <owl:ObjectProperty rdf:about="&prov;entity">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:inverse>entityInvolvement</prov:inverse>
+        <inverse>entityInvolvement</inverse>
         <rdfs:comment xml:lang="en">The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. </rdfs:comment>
-        <prov:editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</prov:editorialNote>
-        <prov:category>qualified</prov:category>
+        <editorialNote xml:lang="en">This property behaves in spirit like rdf:object; it references the object of a prov:involved triple.</editorialNote>
+        <category>qualified</category>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involvee"/>
@@ -292,9 +288,9 @@
     <!-- http://www.w3.org/ns/prov#generated -->
 
     <owl:ObjectProperty rdf:about="&prov;generated">
-        <prov:component>entities-activities</prov:component>
-        <prov:inverse>wasGeneratedBy</prov:inverse>
-        <prov:category>expanded</prov:category>
+        <component>entities-activities</component>
+        <inverse>wasGeneratedBy</inverse>
+        <category>expanded</category>
         <rdfs:comment>This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to &#39;stop&#39; and start describing the Entity. This helps &#39;Activity-centric&#39; modeling as opposed to &#39;Entity-centric&#39; modeling.</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
@@ -308,11 +304,11 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadActivity">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
+        <component>derivations</component>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">Optional: The Activity that is part of the Involvement, which used, generated, invalidated, or was the responsibility of some Entity.</rdfs:comment>
-        <prov:inverse>wasActivityOfInvolvement</prov:inverse>
-        <prov:editorialNote>The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</prov:editorialNote>
+        <inverse>wasActivityOfInvolvement</inverse>
+        <editorialNote>The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL.</editorialNote>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
         <rdfs:domain>
@@ -334,9 +330,9 @@
     <owl:ObjectProperty rdf:about="&prov;hadGeneration">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The generation involving the generated entity and activity.</rdfs:comment>
-        <prov:inverse>generatedAsDerivation</prov:inverse>
-        <prov:category>qualified</prov:category>
-        <prov:component>derivations</prov:component>
+        <inverse>generatedAsDerivation</inverse>
+        <category>qualified</category>
+        <component>derivations</component>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Generation"/>
     </owl:ObjectProperty>
@@ -346,14 +342,14 @@
     <!-- http://www.w3.org/ns/prov#hadOriginalSource -->
 
     <owl:ObjectProperty rdf:about="&prov;hadOriginalSource">
-        <prov:component>derivations</prov:component>
-        <prov:inverse>wasOriginalSourceOf</prov:inverse>
-        <prov:category>expanded</prov:category>
+        <component>derivations</component>
+        <inverse>wasOriginalSourceOf</inverse>
+        <category>expanded</category>
         <rdfs:comment xml:lang="en">An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information.</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Source"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedSource"/>
+        <qualifiedForm rdf:resource="&prov;Source"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedSource"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedSource"/>
@@ -361,7 +357,7 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>hadOriginalSource property is a particular case of wasDerivedFrom that aims to give credit to the source that originated some information.</rdfs:comment>
+        <rdfs:comment>hadOriginalSource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedSource rdf:resource="&prov;hadOriginalSource"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
@@ -376,9 +372,9 @@
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
         <rdfs:comment xml:lang="en">The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:inverse>wasPlanFor</prov:inverse>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>wasPlanFor</inverse>
         <rdfs:domain rdf:resource="&prov;Association"/>
         <rdfs:range rdf:resource="&prov;Plan"/>
     </owl:ObjectProperty>
@@ -389,11 +385,11 @@
 
     <owl:ObjectProperty rdf:about="&prov;hadRole">
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:component>agents-responsibility</prov:component>
+        <component>agents-responsibility</component>
         <rdfs:comment xml:lang="en">When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].</rdfs:comment>
-        <prov:definition>prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</prov:definition>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>wasRoleIn</prov:inverse>
+        <definition>prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end.</definition>
+        <category>qualified</category>
+        <inverse>wasRoleIn</inverse>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
         <rdfs:range rdf:resource="&prov;Role"/>
         <rdfs:domain>
@@ -416,9 +412,9 @@
     <owl:ObjectProperty rdf:about="&prov;hadUsage">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The usage involving the used entity and activity.</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>wasUsedInDerivation</prov:inverse>
-        <prov:component>derivations</prov:component>
+        <category>qualified</category>
+        <inverse>wasUsedInDerivation</inverse>
+        <component>derivations</component>
         <rdfs:domain rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Usage"/>
     </owl:ObjectProperty>
@@ -428,10 +424,10 @@
     <!-- http://www.w3.org/ns/prov#inserted -->
 
     <owl:ObjectProperty rdf:about="&prov;inserted">
+        <inverse>wasInsertedBy</inverse>
         <rdfs:comment xml:lang="en">An object property to refer to the prov:KeyValuePair inserted into a prov:Dictionary.</rdfs:comment>
-        <prov:inverse>wasInsertedBy</prov:inverse>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
+        <component>collections</component>
+        <category>collections</category>
         <rdfs:domain rdf:resource="&prov;Insertion"/>
         <rdfs:range rdf:resource="&prov;KeyValuePair"/>
     </owl:ObjectProperty>
@@ -441,8 +437,8 @@
     <!-- http://www.w3.org/ns/prov#involved -->
 
     <owl:ObjectProperty rdf:about="&prov;involved">
-        <prov:category>qualified</prov:category>
-        <prov:inverse>wasInvolvedWith</prov:inverse>
+        <category>qualified</category>
+        <inverse>wasInvolvedWith</inverse>
         <rdfs:comment xml:lang="en">The relation specified by the object properties, which are sub-properties of  prov:involved, can also be specified using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
 
 prov:involved should not be used without also using one of its subproperties. 
@@ -455,8 +451,8 @@
     <!-- http://www.w3.org/ns/prov#involvee -->
 
     <owl:ObjectProperty rdf:about="&prov;involvee">
-        <prov:inverse>involvement</prov:inverse>
-        <prov:category>qualified</prov:category>
+        <inverse>involvement</inverse>
+        <category>qualified</category>
         <rdfs:comment>Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used.</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Involvement"/>
     </owl:ObjectProperty>
@@ -466,10 +462,10 @@
     <!-- http://www.w3.org/ns/prov#member -->
 
     <owl:ObjectProperty rdf:about="&prov;member">
-        <prov:component>collections</prov:component>
+        <component>collections</component>
         <rdfs:comment xml:lang="en">The key-value pair was part of the membership. A membership can have multiple members.</rdfs:comment>
-        <prov:inverse>inMembership</prov:inverse>
-        <prov:category>collections</prov:category>
+        <inverse>inMembership</inverse>
+        <category>collections</category>
         <rdfs:range rdf:resource="&prov;KeyValuePair"/>
         <rdfs:domain rdf:resource="&prov;Membership"/>
     </owl:ObjectProperty>
@@ -479,10 +475,10 @@
     <!-- http://www.w3.org/ns/prov#membership -->
 
     <owl:ObjectProperty rdf:about="&prov;membership">
-        <prov:inverse>membershipOf</prov:inverse>
-        <prov:category>collections</prov:category>
+        <inverse>membershipOf</inverse>
+        <category>collections</category>
         <rdfs:comment xml:lang="en">The collection included the specified membership of keys-values.</rdfs:comment>
-        <prov:component>collections</prov:component>
+        <component>collections</component>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
         <rdfs:range rdf:resource="&prov;Membership"/>
     </owl:ObjectProperty>
@@ -494,9 +490,9 @@
     <owl:ObjectProperty rdf:about="&prov;pairValue">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The value of a KeyValuePair.</rdfs:comment>
-        <prov:category>collections</prov:category>
-        <prov:inverse>valueOf</prov:inverse>
-        <prov:component>collections</prov:component>
+        <category>collections</category>
+        <inverse>valueOf</inverse>
+        <component>collections</component>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
     </owl:ObjectProperty>
@@ -508,12 +504,12 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedAssociation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ].</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:inverse>associatedActivity</prov:inverse>
-        <prov:category>qualified</prov:category>
+        <component>agents-responsibility</component>
+        <inverse>associatedActivity</inverse>
+        <category>qualified</category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Association"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
+        <unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
     </owl:ObjectProperty>
     
 
@@ -522,13 +518,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedAttribution">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:category>qualified</prov:category>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:inverse>attributedEntity</prov:inverse>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>attributedEntity</inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
+        <unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
     </owl:ObjectProperty>
     
 
@@ -537,13 +533,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedCommunication">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:component>entities-activities</prov:component>
         <rdfs:comment xml:lang="en">If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>informedActivity</prov:inverse>
+        <component>entities-activities</component>
+        <inverse>informedActivity</inverse>
+        <category>qualified</category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Communication"/>
-        <prov:qualifiedForm rdf:resource="&prov;Communication"/>
+        <qualifiedForm rdf:resource="&prov;Communication"/>
     </owl:ObjectProperty>
     
 
@@ -553,12 +549,12 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedDerivation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>derivedEntity</prov:inverse>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>derivedEntity</inverse>
         <rdfs:range rdf:resource="&prov;Derivation"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
+        <unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
     </owl:ObjectProperty>
     
 
@@ -567,13 +563,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedEnd">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
-        <prov:inverse>endedActivity</prov:inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <inverse>endedActivity</inverse>
         <rdfs:comment xml:lang="en">If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;End"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
+        <unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
     </owl:ObjectProperty>
     
 
@@ -583,12 +579,12 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedGeneration">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:inverse>generatedEntity</prov:inverse>
-        <prov:category>qualified</prov:category>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <inverse>generatedEntity</inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Generation"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
+        <unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
     </owl:ObjectProperty>
     
 
@@ -596,13 +592,13 @@
     <!-- http://www.w3.org/ns/prov#qualifiedInsertion -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedInsertion">
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
-        <prov:inverse>insertedToDictionary</prov:inverse>
+        <component>collections</component>
+        <category>collections</category>
+        <inverse>insertedToDictionary</inverse>
         <rdfs:comment xml:lang="en">If this Dictionary prov:derivedByInsertionFrom another Dictionary :e, then it can qualify how it did perform the Insertion using prov:qualifiedInsertion [ a prov:Insertion;  prov:dictionary :e; prov:inserted [a prov:KeyValuePair; prov:key &quot;k1&quot;^^xsd:string; prov:value :foo] ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
         <rdfs:range rdf:resource="&prov;Insertion"/>
-        <prov:unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
+        <unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
     </owl:ObjectProperty>
     
 
@@ -612,11 +608,11 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedInvalidation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>qualified</prov:category>
+        <component>entities-activities</component>
+        <category>qualified</category>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Invalidation"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasInvalidatedBy"/>
+        <unqualifiedForm rdf:resource="&prov;wasInvalidatedBy"/>
     </owl:ObjectProperty>
     
 
@@ -625,13 +621,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedQuotation">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:inverse>quotedByEntity</prov:inverse>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
+        <inverse>quotedByEntity</inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <prov:component>derivations</prov:component>
+        <component>derivations</component>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Quotation"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
+        <unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
     </owl:ObjectProperty>
     
 
@@ -639,13 +635,13 @@
     <!-- http://www.w3.org/ns/prov#qualifiedRemoval -->
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedRemoval">
-        <prov:inverse>removedFromDictionary</prov:inverse>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
+        <inverse>removedFromDictionary</inverse>
+        <category>collections</category>
+        <component>collections</component>
         <rdfs:comment xml:lang="en">If this Dictionary prov:derivedByRemovalFrom another Dictionary :e, then it can qualify how it did perform the Removal using prov:qualifiedRemoval [ a prov:Removal;  prov:dictionary :c; prov:removed &quot;k1&quot;^^xsd:string ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Dictionary"/>
         <rdfs:range rdf:resource="&prov;Removal"/>
-        <prov:unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
+        <unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
     </owl:ObjectProperty>
     
 
@@ -654,13 +650,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedResponsibility">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:category>qualified</prov:category>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:inverse>responsibleAgent</prov:inverse>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
+        <inverse>responsibleAgent</inverse>
         <rdfs:comment xml:lang="en">If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Agent"/>
         <rdfs:range rdf:resource="&prov;Responsibility"/>
-        <prov:unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
+        <unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
     </owl:ObjectProperty>
     
 
@@ -670,12 +666,12 @@
     <owl:ObjectProperty rdf:about="&prov;qualifiedRevision">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
         <rdfs:comment xml:lang="en">If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was  revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>revisedEntity</prov:inverse>
-        <prov:component>derivations</prov:component>
+        <category>qualified</category>
+        <component>derivations</component>
+        <inverse>revisedEntity</inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Revision"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
+        <unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
     </owl:ObjectProperty>
     
 
@@ -684,13 +680,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedSource">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
-        <prov:inverse>sourcingEntity</prov:inverse>
+        <component>derivations</component>
+        <category>qualified</category>
+        <inverse>sourcingEntity</inverse>
         <rdfs:comment xml:lang="en">If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Source"/>
-        <prov:unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
+        <unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
     </owl:ObjectProperty>
     
 
@@ -699,13 +695,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedStart">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:inverse>startedActivity</prov:inverse>
-        <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <inverse>startedActivity</inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Start"/>
-        <prov:unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
+        <unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
     </owl:ObjectProperty>
     
 
@@ -714,13 +710,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedTrace">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ].</rdfs:comment>
-        <prov:component>derivations</prov:component>
-        <prov:inverse>tracedEntity</prov:inverse>
+        <component>derivations</component>
+        <inverse>tracedEntity</inverse>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Trace"/>
-        <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
+        <unqualifiedForm rdf:resource="&prov;tracedTo"/>
     </owl:ObjectProperty>
     
 
@@ -729,13 +725,13 @@
 
     <owl:ObjectProperty rdf:about="&prov;qualifiedUsage">
         <rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
-        <prov:inverse>consumingActivity</prov:inverse>
-        <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <inverse>consumingActivity</inverse>
+        <category>qualified</category>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Usage"/>
-        <prov:unqualifiedForm rdf:resource="&prov;used"/>
+        <unqualifiedForm rdf:resource="&prov;used"/>
     </owl:ObjectProperty>
     
 
@@ -743,14 +739,14 @@
     <!-- http://www.w3.org/ns/prov#specializationOf -->
 
     <owl:ObjectProperty rdf:about="&prov;specializationOf">
-        <prov:component>alternate</prov:component>
-        <prov:category>expanded</prov:category>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</prov:prov-dm>
-        <prov:definition>An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</prov:definition>
-        <prov:inverse>generalizationOf</prov:inverse>
+        <component>alternate</component>
+        <category>expanded</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization</prov-dm>
+        <definition>An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</definition>
+        <inverse>generalizationOf</inverse>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov-n>
         <rdfs:comment xml:lang="en">An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified.</rdfs:comment>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov:prov-dm-constraints>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization</prov-dm-constraints>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
@@ -763,15 +759,15 @@
 
     <owl:ObjectProperty rdf:about="&prov;tracedTo">
         <rdf:type rdf:resource="&owl;TransitiveProperty"/>
-        <prov:component>derivations</prov:component>
-        <prov:category>expanded</prov:category>
+        <component>derivations</component>
+        <category>expanded</category>
         <rdfs:comment xml:lang="en">An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</rdfs:comment>
-        <prov:inverse>tracedFrom</prov:inverse>
+        <inverse>tracedFrom</inverse>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Trace"/>
+        <qualifiedForm rdf:resource="&prov;Trace"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedTrace"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedTrace"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedTrace"/>
             <rdf:Description rdf:about="&prov;entity"/>
@@ -785,15 +781,15 @@
     <owl:ObjectProperty rdf:about="&prov;used">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:inverse>wasUsedBy</prov:inverse>
+        <inverse>wasUsedBy</inverse>
         <rdfs:comment xml:lang="en">A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .</rdfs:comment>
-        <prov:category>starting-point</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <category>starting-point</category>
+        <component>entities-activities</component>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Usage"/>
+        <qualifiedForm rdf:resource="&prov;Usage"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedUsage"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedUsage"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedUsage"/>
             <rdf:Description rdf:about="&prov;entity"/>
@@ -805,12 +801,12 @@
     <!-- http://www.w3.org/ns/prov#value -->
 
     <owl:ObjectProperty rdf:about="&prov;value">
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <prov:category>expanded</prov:category>
-        <prov:editorialNote>This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</prov:editorialNote>
-        <prov:component>entities-activities</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</prov:prov-dm>
-        <prov:prov-n></prov:prov-n>
+        <prov-dm-constraints></prov-dm-constraints>
+        <category>expanded</category>
+        <editorialNote>This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, &#39;may be used in describing structured values&#39;).</editorialNote>
+        <component>entities-activities</component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value</prov-dm>
+        <prov-n></prov-n>
     </owl:ObjectProperty>
     
 
@@ -818,15 +814,15 @@
     <!-- http://www.w3.org/ns/prov#wasAssociatedWith -->
 
     <owl:ObjectProperty rdf:about="&prov;wasAssociatedWith">
-        <prov:component>agents-responsibility</prov:component>
-        <prov:inverse>wasAssociateFor</prov:inverse>
+        <component>agents-responsibility</component>
         <rdfs:comment xml:lang="en">An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.</rdfs:comment>
-        <prov:category>starting-point</prov:category>
+        <inverse>wasAssociateFor</inverse>
+        <category>starting-point</category>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Agent"/>
-        <prov:qualifiedForm rdf:resource="&prov;Association"/>
+        <qualifiedForm rdf:resource="&prov;Association"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedAssociation"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedAssociation"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedAssociation"/>
             <rdf:Description rdf:about="&prov;agent"/>
@@ -838,15 +834,15 @@
     <!-- http://www.w3.org/ns/prov#wasAttributedTo -->
 
     <owl:ObjectProperty rdf:about="&prov;wasAttributedTo">
-        <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
+        <definition>Attribution is the ascribing of an entity to an agent.</definition>
         <rdfs:comment xml:lang="en">Attribution is the ascribing of an entity to an agent.</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:category>starting-point</prov:category>
-        <prov:inverse>contributed</prov:inverse>
+        <component>agents-responsibility</component>
+        <category>starting-point</category>
+        <inverse>contributed</inverse>
         <rdfs:range rdf:resource="&prov;Agent"/>
-        <prov:qualifiedForm rdf:resource="&prov;Attribution"/>
+        <qualifiedForm rdf:resource="&prov;Attribution"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedAttribution"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedAttribution"/>
         <rdfs:subPropertyOf rdf:resource="&prov;tracedTo"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedAttribution"/>
@@ -856,7 +852,7 @@
     <owl:Axiom>
         <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference</prov:prov-dm-constraints>
         <prov:definition>IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. </prov:definition>
-        <rdfs:comment>Attribution is a particular case of trace, in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
+        <rdfs:comment>Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="&prov;tracedTo"/>
         <owl:annotatedSource rdf:resource="&prov;wasAttributedTo"/>
@@ -869,15 +865,15 @@
     <owl:ObjectProperty rdf:about="&prov;wasDerivedFrom">
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:inverse>hadDerivation</prov:inverse>
-        <prov:definition xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</prov:definition>
+        <inverse>hadDerivation</inverse>
+        <definition xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</definition>
         <rdfs:comment xml:lang="en">A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</rdfs:comment>
-        <prov:category>starting-point</prov:category>
-        <prov:component>derivations</prov:component>
-        <prov:qualifiedForm rdf:resource="&prov;Derivation"/>
+        <category>starting-point</category>
+        <component>derivations</component>
+        <qualifiedForm rdf:resource="&prov;Derivation"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedDerivation"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedDerivation"/>
         <rdfs:subPropertyOf rdf:resource="&prov;tracedTo"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedDerivation"/>
@@ -885,7 +881,7 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>Derivation is a particular case of trace, since it links an entity to another entity that contributed to its existence.</rdfs:comment>
+        <rdfs:comment>Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence.</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="&prov;tracedTo"/>
         <owl:annotatedSource rdf:resource="&prov;wasDerivedFrom"/>
@@ -896,16 +892,16 @@
     <!-- http://www.w3.org/ns/prov#wasEndedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasEndedBy">
-        <prov:category>expanded</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <category>expanded</category>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.</rdfs:comment>
-        <prov:inverse>ended</prov:inverse>
-        <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
+        <inverse>ended</inverse>
+        <editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</editorialNote>
         <rdfs:domain rdf:resource="&prov;Activity"/>
-        <prov:qualifiedForm rdf:resource="&prov;End"/>
+        <qualifiedForm rdf:resource="&prov;End"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedEnd"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedEnd"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedEnd"/>
             <rdf:Description rdf:about="&prov;entity"/>
@@ -920,15 +916,15 @@
         <rdf:type rdf:resource="&owl;AsymmetricProperty"/>
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdf:type rdf:resource="&owl;IrreflexiveProperty"/>
-        <prov:inverse>generated</prov:inverse>
-        <prov:category>starting-point</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <inverse>generated</inverse>
+        <category>starting-point</category>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity</rdfs:comment>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Generation"/>
+        <qualifiedForm rdf:resource="&prov;Generation"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedGeneration"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedGeneration"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedGeneration"/>
             <rdf:Description rdf:about="&prov;activity"/>
@@ -940,15 +936,15 @@
     <!-- http://www.w3.org/ns/prov#wasInformedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasInformedBy">
-        <prov:inverse>informed</prov:inverse>
+        <inverse>informed</inverse>
         <rdfs:comment xml:lang="en">An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.</rdfs:comment>
-        <prov:category>starting-point</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <category>starting-point</category>
+        <component>entities-activities</component>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Activity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Communication"/>
+        <qualifiedForm rdf:resource="&prov;Communication"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedCommunication"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedCommunication"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedCommunication"/>
             <rdf:Description rdf:about="&prov;entity"/>
@@ -960,9 +956,9 @@
     <!-- http://www.w3.org/ns/prov#wasInvalidatedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasInvalidatedBy">
-        <prov:category>starting-point</prov:category>
-        <prov:inverse>invalidated</prov:inverse>
-        <prov:component>entities-activities</prov:component>
+        <category>starting-point</category>
+        <inverse>invalidated</inverse>
+        <component>entities-activities</component>
         <rdfs:range rdf:resource="&prov;Activity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
@@ -977,14 +973,14 @@
     <!-- http://www.w3.org/ns/prov#wasQuotedFrom -->
 
     <owl:ObjectProperty rdf:about="&prov;wasQuotedFrom">
-        <prov:category>expanded</prov:category>
-        <prov:component>derivations</prov:component>
-        <prov:inverse>wasQuotedBy</prov:inverse>
+        <category>expanded</category>
+        <component>derivations</component>
+        <inverse>wasQuotedBy</inverse>
         <rdfs:comment xml:lang="en">An entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it.</rdfs:comment>
         <rdfs:domain rdf:resource="&prov;Entity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Quotation"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedQuotation"/>
+        <qualifiedForm rdf:resource="&prov;Quotation"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedQuotation"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedQuotation"/>
@@ -992,7 +988,7 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>Quotation is a particular case of derivation in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
+        <rdfs:comment>Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or &quot;quoting&quot;, some or all of it. </rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
         <owl:annotatedSource rdf:resource="&prov;wasQuotedFrom"/>
@@ -1003,14 +999,14 @@
     <!-- http://www.w3.org/ns/prov#wasRevisionOf -->
 
     <owl:ObjectProperty rdf:about="&prov;wasRevisionOf">
-        <prov:component>derivations</prov:component>
+        <component>derivations</component>
         <rdfs:comment xml:lang="en">A revision is a derivation that revises an entity into a revised version.</rdfs:comment>
-        <prov:inverse>hadRevision</prov:inverse>
-        <prov:category>expanded</prov:category>
+        <inverse>hadRevision</inverse>
+        <category>expanded</category>
         <rdfs:range rdf:resource="&prov;Entity"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Revision"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedRevision"/>
+        <qualifiedForm rdf:resource="&prov;Revision"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedRevision"/>
         <rdfs:subPropertyOf rdf:resource="&prov;wasDerivedFrom"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedRevision"/>
@@ -1018,7 +1014,8 @@
         </owl:propertyChainAxiom>
     </owl:ObjectProperty>
     <owl:Axiom>
-        <rdfs:comment>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
+        <rdfs:comment>Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 &#39;wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.&#39;</rdfs:comment>
         <owl:annotatedProperty rdf:resource="&rdfs;subPropertyOf"/>
         <owl:annotatedTarget rdf:resource="&prov;wasDerivedFrom"/>
         <owl:annotatedSource rdf:resource="&prov;wasRevisionOf"/>
@@ -1029,16 +1026,16 @@
     <!-- http://www.w3.org/ns/prov#wasStartedBy -->
 
     <owl:ObjectProperty rdf:about="&prov;wasStartedBy">
-        <prov:inverse>started</prov:inverse>
-        <prov:category>expanded</prov:category>
-        <prov:component>entities-activities</prov:component>
+        <inverse>started</inverse>
+        <category>expanded</category>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.</rdfs:comment>
-        <prov:editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</prov:editorialNote>
+        <editorialNote xml:lang="en">was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012</editorialNote>
         <rdfs:domain rdf:resource="&prov;Activity"/>
         <rdfs:range rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Start"/>
+        <qualifiedForm rdf:resource="&prov;Start"/>
         <rdfs:subPropertyOf rdf:resource="&prov;involved"/>
-        <prov:qualifiedForm rdf:resource="&prov;qualifiedStart"/>
+        <qualifiedForm rdf:resource="&prov;qualifiedStart"/>
         <owl:propertyChainAxiom rdf:parseType="Collection">
             <rdf:Description rdf:about="&prov;qualifiedStart"/>
             <rdf:Description rdf:about="&prov;entity"/>
@@ -1062,8 +1059,8 @@
 
     <owl:DatatypeProperty rdf:about="&prov;atTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>qualified</prov:category>
+        <component>entities-activities</component>
+        <category>qualified</category>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <rdfs:domain rdf:resource="&prov;InstantaneousEvent"/>
     </owl:DatatypeProperty>
@@ -1075,12 +1072,12 @@
     <owl:DatatypeProperty rdf:about="&prov;endedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The time when an activity ended.</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>starting-point</prov:category>
+        <component>entities-activities</component>
+        <category>starting-point</category>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
-        <prov:qualifiedForm rdf:resource="&prov;End"/>
-        <prov:qualifiedForm rdf:resource="&prov;atTime"/>
+        <qualifiedForm rdf:resource="&prov;End"/>
+        <qualifiedForm rdf:resource="&prov;atTime"/>
     </owl:DatatypeProperty>
     
 
@@ -1089,13 +1086,13 @@
 
     <owl:DatatypeProperty rdf:about="&prov;generatedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>starting-point</prov:category>
+        <component>entities-activities</component>
+        <category>starting-point</category>
         <rdfs:comment xml:lang="en">The time at which an entity was completely created.</rdfs:comment>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Generation"/>
-        <prov:qualifiedForm rdf:resource="&prov;atTime"/>
+        <qualifiedForm rdf:resource="&prov;Generation"/>
+        <qualifiedForm rdf:resource="&prov;atTime"/>
     </owl:DatatypeProperty>
     
 
@@ -1105,12 +1102,12 @@
     <owl:DatatypeProperty rdf:about="&prov;invalidatedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The time at which the entity began to be invalidated.</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>starting-point</prov:category>
+        <component>entities-activities</component>
+        <category>starting-point</category>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <rdfs:domain rdf:resource="&prov;Entity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Invalidation"/>
-        <prov:qualifiedForm rdf:resource="&prov;atTime"/>
+        <qualifiedForm rdf:resource="&prov;Invalidation"/>
+        <qualifiedForm rdf:resource="&prov;atTime"/>
     </owl:DatatypeProperty>
     
 
@@ -1120,8 +1117,8 @@
     <owl:DatatypeProperty rdf:about="&prov;pairKey">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
         <rdfs:comment xml:lang="en">The key of a KeyValuePair, which is an element of a prov:Dictionary.</rdfs:comment>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
+        <category>collections</category>
+        <component>collections</component>
         <rdfs:range rdf:resource="&rdfs;Literal"/>
         <rdfs:domain rdf:resource="&prov;KeyValuePair"/>
     </owl:DatatypeProperty>
@@ -1131,9 +1128,9 @@
     <!-- http://www.w3.org/ns/prov#removedKey -->
 
     <owl:DatatypeProperty rdf:about="&prov;removedKey">
-        <prov:category>collections</prov:category>
+        <category>collections</category>
         <rdfs:comment xml:lang="en">The key removed in a Removal.</rdfs:comment>
-        <prov:component>collections</prov:component>
+        <component>collections</component>
         <rdfs:range rdf:resource="&rdfs;Literal"/>
         <rdfs:domain rdf:resource="&prov;Removal"/>
     </owl:DatatypeProperty>
@@ -1144,13 +1141,13 @@
 
     <owl:DatatypeProperty rdf:about="&prov;startedAtTime">
         <rdf:type rdf:resource="&owl;FunctionalProperty"/>
-        <prov:category>starting-point</prov:category>
+        <category>starting-point</category>
         <rdfs:comment xml:lang="en">The time when an activity started.</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
+        <component>entities-activities</component>
         <rdfs:range rdf:resource="&xsd;dateTime"/>
         <rdfs:domain rdf:resource="&prov;Activity"/>
-        <prov:qualifiedForm rdf:resource="&prov;Start"/>
-        <prov:qualifiedForm rdf:resource="&prov;atTime"/>
+        <qualifiedForm rdf:resource="&prov;Start"/>
+        <qualifiedForm rdf:resource="&prov;atTime"/>
     </owl:DatatypeProperty>
     
 
@@ -1177,13 +1174,13 @@
     <owl:Class rdf:about="&prov;Account">
         <rdfs:label>Account</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-        <prov:definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</prov:definition>
+        <definition rdf:datatype="&xsd;anyURI">An account is any mechanism by which a set of provenance descriptions can be bundled up and named.</definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov-dm-constraints>
         <rdfs:comment xml:lang="en">Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov:prov-dm>
-        <prov:category>expanded</prov:category>
-        <prov:editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations</prov-dm>
+        <category>expanded</category>
+        <editorialNote xml:lang="en">Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
 
 :account1
    a prov:Account, sd:NamedGraph; 
@@ -1199,7 +1196,7 @@
 
 
 (sd : http://www.w3.org/ns/sparql-service-description#)
-(void : http://rdfs.org/ns/void#)</prov:editorialNote>
+(void : http://rdfs.org/ns/void#)</editorialNote>
     </owl:Class>
     
 
@@ -1209,13 +1206,13 @@
     <owl:Class rdf:about="&prov;Activity">
         <rdfs:label>Activity</rdfs:label>
         <owl:disjointWith rdf:resource="&prov;Entity"/>
-        <prov:prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov:prov-dm>
-        <prov:component>entities-activities</prov:component>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov:prov-n>
+        <prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov-dm>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity</prov-n>
+        <component>entities-activities</component>
         <rdfs:comment xml:lang="en">An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them.</rdfs:comment>
-        <prov:category>starting-point</prov:category>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov:prov-dm-constraints>
-        <prov:definition>An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them.</prov:definition>
+        <category>starting-point</category>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity</prov-dm-constraints>
+        <definition>An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them.</definition>
     </owl:Class>
     
 
@@ -1226,7 +1223,7 @@
         <rdfs:label>ActivityInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
         <owl:disjointWith rdf:resource="&prov;EntityInvolvement"/>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity.</rdfs:comment>
         <rdfs:seeAlso rdf:resource="&prov;activity"/>
     </owl:Class>
@@ -1238,13 +1235,13 @@
     <owl:Class rdf:about="&prov;Agent">
         <rdfs:label>Agent</rdfs:label>
         <owl:disjointWith rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:definition>An agent is a type of entity that bears some form of responsibility for an activity taking place.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</prov:prov-n>
-        <prov:category>starting-point</prov:category>
+        <definition>An agent is a type of entity that bears some form of responsibility for an activity taking place.</definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent</prov-n>
+        <category>starting-point</category>
+        <component>agents-responsibility</component>
         <rdfs:comment xml:lang="en">An agent is a type of entity that bears some form of responsibility for an activity taking place.</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
     </owl:Class>
     
 
@@ -1255,7 +1252,7 @@
         <rdfs:label>AgentInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
         <rdfs:comment xml:lang="en">prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent.</rdfs:comment>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
         <rdfs:seeAlso rdf:resource="&prov;agent"/>
     </owl:Class>
     
@@ -1266,14 +1263,14 @@
     <owl:Class rdf:about="&prov;Association">
         <rdfs:label>Association</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov:prov-dm>
-        <prov:category>qualified</prov:category>
-        <prov:definition>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</prov:definition>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation</prov-dm>
+        <component>agents-responsibility</component>
+        <category>qualified</category>
+        <definition>An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity.</definition>
         <rdfs:comment xml:lang="en">An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:agent :baker; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
-        <prov:unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov-dm-constraints>
+        <unqualifiedForm rdf:resource="&prov;wasAssociatedWith"/>
     </owl:Class>
     
 
@@ -1283,14 +1280,14 @@
     <owl:Class rdf:about="&prov;Attribution">
         <rdfs:label>Attribution</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <prov:definition>Attribution is the ascribing of an entity to an agent.</prov:definition>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov:prov-dm>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov:prov-n>
-        <prov:category>qualified</prov:category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution</prov-dm>
+        <definition>Attribution is the ascribing of an entity to an agent.</definition>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution</prov-n>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution</prov:prov-dm-constraints>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution</prov-dm-constraints>
+        <component>agents-responsibility</component>
+        <unqualifiedForm rdf:resource="&prov;wasAttributedTo"/>
     </owl:Class>
     
 
@@ -1300,14 +1297,14 @@
     <owl:Class rdf:about="&prov;Communication">
         <rdfs:label>Communication</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov:prov-dm-constraints>
-        <prov:component>entities-activities</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy</prov:prov-dm>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</prov:prov-n>
-        <prov:definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</prov:definition>
-        <prov:unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication</prov-dm-constraints>
+        <component>entities-activities</component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy</prov-dm>
+        <definition>Communication is the exchange of an entity by two activities, one activity using the entity generated by the other.</definition>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy</prov-n>
+        <unqualifiedForm rdf:resource="&prov;wasInformedBy"/>
     </owl:Class>
     
 
@@ -1317,9 +1314,9 @@
     <owl:Class rdf:about="&prov;CompleteMembership">
         <rdfs:label xml:lang="en">CompleteMembership</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Membership"/>
-        <prov:category>collections</prov:category>
+        <category>collections</category>
         <rdfs:comment xml:lang="en">Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection.</rdfs:comment>
-        <prov:component xml:lang="en">collections</prov:component>
+        <component xml:lang="en">collections</component>
     </owl:Class>
     
 
@@ -1329,14 +1326,14 @@
     <owl:Class rdf:about="&prov;Derivation">
         <rdfs:label>Derivation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:component>derivations</prov:component>
+        <component>derivations</component>
         <rdfs:comment xml:lang="en">An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</prov:prov-n>
-        <prov:definition>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</prov:definition>
-        <prov:unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
+        <category>qualified</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation</prov-dm>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation</prov-n>
+        <definition>A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one.</definition>
+        <unqualifiedForm rdf:resource="&prov;wasDerivedFrom"/>
     </owl:Class>
     
 
@@ -1346,16 +1343,16 @@
     <owl:Class rdf:about="&prov;Dictionary">
         <rdfs:label xml:lang="en">Dictionary</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5</prov:prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov-dm>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5</prov-n>
         <rdfs:comment xml:lang="en">This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection</prov:prov-dm>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov:prov-dm>
-        <prov:definition>A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection</prov-dm>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection</prov-dm>
+        <definition>A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary.</definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov-dm-constraints>
+        <component>collections</component>
         <rdfs:comment xml:lang="en">A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary.</rdfs:comment>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
+        <category>collections</category>
     </owl:Class>
     
 
@@ -1364,8 +1361,8 @@
 
     <owl:Class rdf:about="&prov;DictionaryInvolvement">
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
+        <category>collections</category>
+        <component>collections</component>
         <rdfs:comment xml:lang="en">prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary.</rdfs:comment>
     </owl:Class>
     
@@ -1375,8 +1372,8 @@
 
     <owl:Class rdf:about="&prov;EmptyDictionary">
         <rdfs:subClassOf rdf:resource="&prov;Dictionary"/>
-        <prov:component>collections</prov:component>
-        <prov:category>collections</prov:category>
+        <component>collections</component>
+        <category>collections</category>
         <rdfs:comment xml:lang="en">An empty dictionary.</rdfs:comment>
     </owl:Class>
     
@@ -1388,15 +1385,15 @@
         <rdfs:label>End</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End</prov:prov-dm-constraints>
-        <prov:category>qualified</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</prov:prov-n>
-        <prov:definition>An activity end event is the instantaneous event that marks the instant an activity ends.</prov:definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End</prov-dm>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End</prov-dm-constraints>
+        <category>qualified</category>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End</prov-n>
+        <definition>An activity end event is the instantaneous event that marks the instant an activity ends.</definition>
         <rdfs:comment xml:lang="en">An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualified [ a prov:Usage; prov:entity :buzzer; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
-        <prov:component>entities-activities</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
+        <component>entities-activities</component>
+        <unqualifiedForm rdf:resource="&prov;wasEndedBy"/>
     </owl:Class>
     
 
@@ -1406,12 +1403,12 @@
     <owl:Class rdf:about="&prov;Entity">
         <rdfs:label>Entity</rdfs:label>
         <owl:disjointWith rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov:prov-dm>
-        <prov:component>entities-activities</prov:component>
-        <prov:definition xml:lang="en">An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</prov:prov-n>
-        <prov:category>starting-point</prov:category>
+        <prov-dm rdf:datatype="&xsd;anyURI">http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity</prov-dm>
+        <component>entities-activities</component>
+        <definition xml:lang="en">An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity</prov-n>
+        <category>starting-point</category>
         <rdfs:comment xml:lang="en">An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary.</rdfs:comment>
     </owl:Class>
     
@@ -1423,7 +1420,7 @@
         <rdfs:label>EntityInvolvement</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Involvement"/>
         <rdfs:comment xml:lang="en">prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity.</rdfs:comment>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
         <rdfs:seeAlso rdf:resource="&prov;entity"/>
     </owl:Class>
     
@@ -1435,15 +1432,15 @@
         <rdfs:label>Generation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</prov:prov-n>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation</prov-n>
         <rdfs:comment xml:lang="en">An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
-        <prov:category>qualified</prov:category>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov:prov-dm>
-        <prov:definition>An entity generation event is the instantaneous event that marks the final instant of an entity&#39;s creation timespan, after which it is no longer available for use.</prov:definition>
-        <prov:component>entities-activities</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <category>qualified</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation</prov-dm>
+        <definition>An entity generation event is the instantaneous event that marks the final instant of an entity&#39;s creation timespan, after which it is no longer available for use.</definition>
+        <component>entities-activities</component>
+        <unqualifiedForm rdf:resource="&prov;wasGeneratedBy"/>
     </owl:Class>
     
 
@@ -1453,14 +1450,14 @@
     <owl:Class rdf:about="&prov;Insertion">
         <rdfs:label>Insertion</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;DictionaryInvolvement"/>
-        <prov:definition>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</prov:definition>
+        <definition>Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</definition>
         <rdfs:comment xml:lang="en">Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion</prov:prov-dm>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion</prov:prov-n>
-        <prov:component>collections</prov:component>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
-        <prov:category>collections</prov:category>
-        <prov:unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion</prov-dm>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion</prov-n>
+        <component>collections</component>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov-dm-constraints>
+        <category>collections</category>
+        <unqualifiedForm rdf:resource="&prov;derivedByInsertionFrom"/>
     </owl:Class>
     
 
@@ -1469,13 +1466,13 @@
 
     <owl:Class rdf:about="&prov;InstantaneousEvent">
         <rdfs:label>InstantaneousEvent</rdfs:label>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event</prov:prov-dm-constraints>
-        <prov:prov-n></prov:prov-n>
-        <prov:component>entities-activities</prov:component>
-        <prov:prov-dm></prov:prov-dm>
-        <prov:definition>An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</prov:definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event</prov-dm-constraints>
+        <prov-n></prov-n>
+        <component>entities-activities</component>
+        <prov-dm></prov-dm>
+        <definition>An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</definition>
         <rdfs:comment xml:lang="en">An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term &#39;event&#39; is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.</rdfs:comment>
-        <prov:category>qualified</prov:category>
+        <category>qualified</category>
     </owl:Class>
     
 
@@ -1485,12 +1482,12 @@
     <owl:Class rdf:about="&prov;Invalidation">
         <rdfs:subClassOf rdf:resource="&prov;ActivityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</prov:prov-n>
-        <prov:component>entities-activities</prov:component>
-        <prov:category>qualified</prov:category>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event</prov:prov-dm-constraints>
-        <prov:definition>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</prov:definition>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation</prov-n>
+        <component>entities-activities</component>
+        <category>qualified</category>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation</prov-dm>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event</prov-dm-constraints>
+        <definition>Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation.</definition>
     </owl:Class>
     
 
@@ -1500,9 +1497,9 @@
     <owl:Class rdf:about="&prov;Involvement">
         <rdfs:label>Involvement</rdfs:label>
         <rdfs:comment xml:lang="en">Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement.</rdfs:comment>
-        <prov:editorialNote>For simplicity, the hierarchy &#39;stops&#39; at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others.</prov:editorialNote>
-        <prov:category>qualified</prov:category>
-        <prov:unqualifiedForm rdf:resource="&prov;involved"/>
+        <editorialNote>For simplicity, the hierarchy &#39;stops&#39; at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others.</editorialNote>
+        <category>qualified</category>
+        <unqualifiedForm rdf:resource="&prov;involved"/>
     </owl:Class>
     
 
@@ -1511,7 +1508,7 @@
 
     <owl:Class rdf:about="&prov;KeyValuePair">
         <rdfs:comment xml:lang="en">A key-value pair. Part of a prov:Dictionary through prov:Membership. The key is any RDF Literal, the value is a prov:Entity.</rdfs:comment>
-        <prov:category>collections</prov:category>
+        <category>collections</category>
     </owl:Class>
     
 
@@ -1520,12 +1517,12 @@
 
     <owl:Class rdf:about="&prov;Location">
         <rdfs:label>Location</rdfs:label>
-        <prov:definition>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</prov:definition>
-        <prov:prov-n></prov:prov-n>
-        <prov:category>expanded</prov:category>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <definition>A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</definition>
+        <prov-n></prov-n>
+        <prov-dm-constraints></prov-dm-constraints>
+        <category>expanded</category>
         <rdfs:comment xml:lang="en">A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov:prov-dm>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location</prov-dm>
         <rdfs:seeAlso rdf:resource="&prov;hadLocation"/>
     </owl:Class>
     
@@ -1535,9 +1532,9 @@
 
     <owl:Class rdf:about="&prov;Membership">
         <rdfs:comment xml:lang="en">Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes.</rdfs:comment>
-        <prov:category>collections</prov:category>
-        <prov:component>collections</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;membership"/>
+        <category>collections</category>
+        <component>collections</component>
+        <unqualifiedForm rdf:resource="&prov;membership"/>
     </owl:Class>
     
 
@@ -1547,13 +1544,13 @@
     <owl:Class rdf:about="&prov;Organization">
         <rdfs:label>Organization</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-        <prov:definition>Agents of type Organization are social institutions such as companies, societies etc.</prov:definition>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <definition>Agents of type Organization are social institutions such as companies, societies etc.</definition>
+        <prov-dm-constraints></prov-dm-constraints>
         <rdfs:comment xml:lang="en">Agents of type Organization are social institutions such as companies, societies etc.</rdfs:comment>
-        <prov:category>expanded</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
+        <category>expanded</category>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
+        <component>agents-responsibility</component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
     </owl:Class>
     
 
@@ -1563,13 +1560,13 @@
     <owl:Class rdf:about="&prov;Person">
         <rdfs:label>Person</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-        <prov:category>expanded</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:definition>Agents of type Person are people.</prov:definition>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <category>expanded</category>
         <rdfs:comment xml:lang="en">Agents of type Person are people.</rdfs:comment>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
+        <definition>Agents of type Person are people.</definition>
+        <component>agents-responsibility</component>
+        <prov-dm-constraints></prov-dm-constraints>
     </owl:Class>
     
 
@@ -1579,13 +1576,13 @@
     <owl:Class rdf:about="&prov;Plan">
         <rdfs:label>Plan</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Entity"/>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov:prov-dm-constraints>
-        <prov:definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</prov:definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association</prov-dm-constraints>
+        <definition>A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals.</definition>
         <rdfs:comment xml:lang="en">There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov:prov-dm>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov:prov-n>
-        <prov:category>qualified</prov:category>
-        <prov:component>agents-responsibility</prov:component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents</prov-dm>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association</prov-n>
+        <category>qualified</category>
+        <component>agents-responsibility</component>
     </owl:Class>
     
 
@@ -1595,14 +1592,14 @@
     <owl:Class rdf:about="&prov;Quotation">
         <rdfs:label>Quotation</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:definition>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</prov:definition>
-        <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
+        <definition>A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author.</definition>
+        <category>qualified</category>
+        <component>derivations</component>
         <rdfs:comment xml:lang="en">An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov:prov-n>
-        <prov:unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation</prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation</prov-dm>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation</prov-n>
+        <unqualifiedForm rdf:resource="&prov;wasQuotedFrom"/>
     </owl:Class>
     
 
@@ -1612,14 +1609,14 @@
     <owl:Class rdf:about="&prov;Removal">
         <rdfs:label>Removal</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;DictionaryInvolvement"/>
-        <prov:category>collections</prov:category>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov:prov-dm-constraints>
-        <prov:definition>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</prov:definition>
+        <category>collections</category>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection</prov-dm-constraints>
+        <definition>Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</definition>
         <rdfs:comment xml:lang="en">Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs.</rdfs:comment>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal</prov:prov-dm>
-        <prov:component>collections</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal</prov-dm>
+        <component>collections</component>
+        <unqualifiedForm rdf:resource="&prov;derivedByRemovalFrom"/>
     </owl:Class>
     
 
@@ -1629,14 +1626,14 @@
     <owl:Class rdf:about="&prov;Responsibility">
         <rdfs:label>Responsibility</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;AgentInvolvement"/>
-        <prov:component>agents-responsibility</prov:component>
+        <component>agents-responsibility</component>
         <rdfs:comment xml:lang="en">An instance of prov:Responsibility provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility</prov:prov-dm>
-        <prov:definition>Responsibility is the fact that an agent is accountable for the actions of a &#39;subordinate&#39; agent, in the context of an activity.</prov:definition>
-        <prov:category>qualified</prov:category>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility</prov:prov-n>
-        <prov:unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility</prov-dm>
+        <definition>Responsibility is the fact that an agent is accountable for the actions of a &#39;subordinate&#39; agent, in the context of an activity.</definition>
+        <category>qualified</category>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility</prov-n>
+        <unqualifiedForm rdf:resource="&prov;actedOnBehalfOf"/>
     </owl:Class>
     
 
@@ -1646,14 +1643,14 @@
     <owl:Class rdf:about="&prov;Revision">
         <rdfs:label>Revision</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov:prov-dm-constraints>
-        <prov:component>derivations</prov:component>
-        <prov:category>qualified</prov:category>
-        <prov:definition>A revision is a derivation that revises an entity into a revised version.</prov:definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision</prov-dm-constraints>
         <rdfs:comment xml:lang="en">An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some prov:Entity to another prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualified [ a prov:Source; prov:entity :draft_1; :foo :bar ].</rdfs:comment>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision</prov:prov-dm>
-        <prov:unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
+        <component>derivations</component>
+        <category>qualified</category>
+        <definition>A revision is a derivation that revises an entity into a revised version.</definition>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision</prov-dm>
+        <unqualifiedForm rdf:resource="&prov;wasRevisionOf"/>
     </owl:Class>
     
 
@@ -1662,13 +1659,13 @@
 
     <owl:Class rdf:about="&prov;Role">
         <rdfs:label>Role</rdfs:label>
-        <prov:category>qualified</prov:category>
-        <prov:prov-n></prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov:prov-dm>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
-        <prov:definition>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</prov:definition>
+        <category>qualified</category>
+        <prov-n></prov-n>
+        <definition>A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</definition>
+        <prov-dm-constraints></prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role</prov-dm>
         <rdfs:comment xml:lang="en">A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end.</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
+        <component>agents-responsibility</component>
         <rdfs:seeAlso rdf:resource="&prov;hadRole"/>
     </owl:Class>
     
@@ -1679,13 +1676,13 @@
     <owl:Class rdf:about="&prov;SoftwareAgent">
         <rdfs:label>SoftwareAgent</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;Agent"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov:prov-n>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov:prov-dm>
-        <prov:prov-dm-constraints></prov:prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types</prov-n>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent</prov-dm>
+        <prov-dm-constraints></prov-dm-constraints>
         <rdfs:comment xml:lang="en">A software agent is running software.</rdfs:comment>
-        <prov:component>agents-responsibility</prov:component>
-        <prov:category>expanded</prov:category>
-        <prov:definition>A software agent is running software.</prov:definition>
+        <component>agents-responsibility</component>
+        <category>expanded</category>
+        <definition>A software agent is running software.</definition>
     </owl:Class>
     
 
@@ -1695,14 +1692,14 @@
     <owl:Class rdf:about="&prov;Source">
         <rdfs:label>Source</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov:prov-n>
-        <prov:definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov:prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source</prov-n>
+        <definition>An original source refers to the source material that is closest to the person, information, period, or idea being studied.</definition>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source</prov-dm-constraints>
         <rdfs:comment xml:lang="en">An instance of prov:Source provides additional descriptions about the binary prov:hadOriginalSource relation from some prov:Entity to another prov:Entity. For example, :blog prov:hadOriginalSource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:component>derivations</prov:component>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source</prov:prov-dm>
-        <prov:unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
+        <category>qualified</category>
+        <component>derivations</component>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source</prov-dm>
+        <unqualifiedForm rdf:resource="&prov;hadOriginalSource"/>
     </owl:Class>
     
 
@@ -1713,15 +1710,15 @@
         <rdfs:label>Start</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:definition>An activity start event is the instantaneous event that marks the instant an activity starts.</prov:definition>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
-        <prov:component>entities-activities</prov:component>
+        <definition>An activity start event is the instantaneous event that marks the instant an activity starts.</definition>
+        <component>entities-activities</component>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <category>qualified</category>
         <rdfs:comment xml:lang="en">An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime &#39;2012-03-09T08:05:08-05:00&#39;^^xsd:dateTime ].</rdfs:comment>
-        <prov:category>qualified</prov:category>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</prov:prov-n>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start</prov:prov-dm-constraints>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov:prov-dm>
-        <prov:unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start</prov-n>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start</prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start</prov-dm>
+        <unqualifiedForm rdf:resource="&prov;wasStartedBy"/>
     </owl:Class>
     
 
@@ -1731,14 +1728,14 @@
     <owl:Class rdf:about="&prov;Trace">
         <rdfs:label>Trace</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
-        <prov:definition>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</prov:definition>
+        <definition>Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed.</definition>
         <rdfs:comment xml:lang="en">An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ].</rdfs:comment>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov:prov-dm>
-        <prov:category>qualified</prov:category>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov:prov-dm-constraints>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov:prov-n>
-        <prov:component>derivations</prov:component>
-        <prov:unqualifiedForm rdf:resource="&prov;tracedTo"/>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability</prov-dm>
+        <category>qualified</category>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability</prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability</prov-n>
+        <component>derivations</component>
+        <unqualifiedForm rdf:resource="&prov;tracedTo"/>
     </owl:Class>
     
 
@@ -1749,19 +1746,19 @@
         <rdfs:label>Usage</rdfs:label>
         <rdfs:subClassOf rdf:resource="&prov;EntityInvolvement"/>
         <rdfs:subClassOf rdf:resource="&prov;InstantaneousEvent"/>
-        <prov:prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</prov:prov-n>
-        <prov:definition>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</prov:definition>
-        <prov:category>qualified</prov:category>
-        <prov:component>entities-activities</prov:component>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov:prov-dm-constraints>
-        <prov:prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</prov:prov-dm>
-        <prov:prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage</prov:prov-dm-constraints>
+        <prov-n>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage</prov-n>
+        <definition>A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity.</definition>
+        <category>qualified</category>
+        <component>entities-activities</component>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events</prov-dm-constraints>
+        <prov-dm>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage</prov-dm>
         <rdfs:comment xml:lang="en">An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ].</rdfs:comment>
-        <prov:unqualifiedForm rdf:resource="&prov;used"/>
+        <prov-dm-constraints>http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage</prov-dm-constraints>
+        <unqualifiedForm rdf:resource="&prov;used"/>
     </owl:Class>
 </rdf:RDF>
 
 
 
-<!-- Generated by the OWL API (version 3.1.0.20069) http://owlapi.sourceforge.net -->
+<!-- Generated by the OWL API (version 3.0.0.1451) http://owlapi.sourceforge.net -->
 
--- a/ontology/prov.ttl	Mon May 21 14:51:39 2012 -0400
+++ b/ontology/prov.ttl	Mon May 21 14:54:01 2012 -0400
@@ -1,11 +1,8 @@
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix : <http://example.com/> .
+@prefix : <http://www.w3.org/ns/prov#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
 @prefix owl: <http://www.w3.org/2002/07/owl#> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
 
 rdfs:comment
     a owl:AnnotationProperty ;
@@ -37,14 +34,14 @@
     rdfs:seeAlso <http://www.w3.org/TR/prov#>, <http://www.w3.org/TR/prov-o/> ;
     owl:versionIRI <http://www.w3.org/TR/2012/WD-prov-o-2012MMDD> .
 
-prov:Account
+:Account
     a owl:Class ;
     rdfs:comment "Note that there are kinds of accounts (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O."@en ;
     rdfs:label "Account" ;
-    rdfs:subClassOf prov:Entity ;
-    prov:category "expanded" ;
-    prov:definition "An account is any mechanism by which a set of provenance descriptions can be bundled up and named."^^xsd:anyURI ;
-    prov:editorialNote """Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
+    rdfs:subClassOf :Entity ;
+    :category "expanded" ;
+    :definition "An account is any mechanism by which a set of provenance descriptions can be bundled up and named."^^xsd:anyURI ;
+    :editorialNote """Accounts expressed in PROV-O (i.e. RDF) may be modeled using:
 
 :account1
    a prov:Account, sd:NamedGraph; 
@@ -61,787 +58,787 @@
 
 (sd : http://www.w3.org/ns/sparql-service-description#)
 (void : http://rdfs.org/ns/void#)"""@en ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#FurtherConsiderations" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#account-constraints" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#account" .
 
-prov:Activity
+:Activity
     a owl:Class ;
     rdfs:comment "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them."@en ;
     rdfs:label "Activity" ;
-    owl:disjointWith prov:Entity ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:definition "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity" .
+    owl:disjointWith :Entity ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :definition "An activity is something that occurs over a period of time and acts upon or with entities. This action can take multiple forms: consuming, processing, transforming, modifying, relocating, using, generating, or being associated with entities. Activities that operate on digital entities may for example move, copy, or duplicate them." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Activity" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Activity" .
 
-prov:ActivityInvolvement
+:ActivityInvolvement
     a owl:Class ;
     rdfs:comment "prov:ActivityInvolvement provides descriptions of any binary involvement between any instance and an prov:Activity."@en ;
     rdfs:label "ActivityInvolvement" ;
-    rdfs:seeAlso prov:activity ;
-    rdfs:subClassOf prov:Involvement ;
-    owl:disjointWith prov:EntityInvolvement ;
-    prov:category "qualified" .
+    rdfs:seeAlso :activity ;
+    rdfs:subClassOf :Involvement ;
+    owl:disjointWith :EntityInvolvement ;
+    :category "qualified" .
 
-prov:Agent
+:Agent
     a owl:Class ;
     rdfs:comment "An agent is a type of entity that bears some form of responsibility for an activity taking place."@en ;
     rdfs:label "Agent" ;
-    owl:disjointWith prov:InstantaneousEvent ;
-    prov:category "starting-point" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "An agent is a type of entity that bears some form of responsibility for an activity taking place." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent" .
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "An agent is a type of entity that bears some form of responsibility for an activity taking place." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Agent" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Agent" .
 
-prov:AgentInvolvement
+:AgentInvolvement
     a owl:Class ;
     rdfs:comment "prov:AgentInvolvement provides descriptions of any binary involvement between any instance and an prov:Agent."@en ;
     rdfs:label "AgentInvolvement" ;
-    rdfs:seeAlso prov:agent ;
-    rdfs:subClassOf prov:Involvement ;
-    prov:category "qualified" .
+    rdfs:seeAlso :agent ;
+    rdfs:subClassOf :Involvement ;
+    :category "qualified" .
 
-prov:Association
+:Association
     a owl:Class ;
     rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that is responsible for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualified [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
     rdfs:label "Association" ;
-    rdfs:subClassOf prov:AgentInvolvement ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" ;
-    prov:unqualifiedForm prov:wasAssociatedWith .
+    rdfs:subClassOf :AgentInvolvement ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-ActivityAssociation" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" ;
+    :unqualifiedForm :wasAssociatedWith .
 
-prov:Attribution
+:Attribution
     a owl:Class ;
     rdfs:comment "An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that is responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualified [ a prov:Attribution; prov:entity :baker; :foo :bar ]."@en ;
     rdfs:label "Attribution" ;
-    rdfs:subClassOf prov:AgentInvolvement ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "Attribution is the ascribing of an entity to an agent." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution" ;
-    prov:unqualifiedForm prov:wasAttributedTo .
+    rdfs:subClassOf :AgentInvolvement ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "Attribution is the ascribing of an entity to an agent." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribution" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#recod-attribution" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-attribution" ;
+    :unqualifiedForm :wasAttributedTo .
 
-prov:Communication
+:Communication
     a owl:Class ;
     rdfs:comment "An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:entity :everyone_else_jumping_off_bridge; :foo :bar ]."@en ;
     rdfs:label "Communication" ;
-    rdfs:subClassOf prov:ActivityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy" ;
-    prov:unqualifiedForm prov:wasInformedBy .
+    rdfs:subClassOf :ActivityInvolvement ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "Communication is the exchange of an entity by two activities, one activity using the entity generated by the other." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-wasInformedBy" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Communication" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-wasInformedBy" ;
+    :unqualifiedForm :wasInformedBy .
 
-prov:CompleteMembership
+:CompleteMembership
     a owl:Class ;
     rdfs:comment "Indicates that no other member belongs to the collection, that is all the prov:member stated for this CompleteMembership constitutes all members of the collection."@en ;
     rdfs:label "CompleteMembership"@en ;
-    rdfs:subClassOf prov:Membership ;
-    prov:category "collections" ;
-    prov:component "collections"@en .
+    rdfs:subClassOf :Membership ;
+    :category "collections" ;
+    :component "collections"@en .
 
-prov:Derivation
+:Derivation
     a owl:Class ;
     rdfs:comment "An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some prov:Entity to another prov:Entity. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualified [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]."@en ;
     rdfs:label "Derivation" ;
-    rdfs:subClassOf prov:EntityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation" ;
-    prov:unqualifiedForm prov:wasDerivedFrom .
+    rdfs:subClassOf :EntityInvolvement ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#Derivation-Relation" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#Derivation-Relation" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#Derivation-Relation" ;
+    :unqualifiedForm :wasDerivedFrom .
 
-prov:Dictionary
+:Dictionary
     a owl:Class ;
     rdfs:comment "A given dictionary forms a given structure for its members. A different structure (obtained either by insertion or removal of members) constitutes a different dictionary."@en, "This concept allows for the provenance of the dictionary, but also of its constituents to be expressed. Such a notion of dictionary corresponds to a wide variety of concrete data structures, such as a maps or associative arrays."@en ;
     rdfs:label "Dictionary"@en ;
-    rdfs:subClassOf prov:Entity ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:definition "A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5" .
+    rdfs:subClassOf :Entity ;
+    :category "collections" ;
+    :component "collections" ;
+    :definition "A dictionary is an entity that provides a structure to some constituents, which are themselves entities. These constituents are said to be member of the dictionary." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#concept-collection", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#component5" .
 
-prov:DictionaryInvolvement
+:DictionaryInvolvement
     a owl:Class ;
     rdfs:comment "prov:DictionaryInvolvement provides descriptions of any binary involvement between any instance and a prov:Dictionary."@en ;
-    rdfs:subClassOf prov:Involvement ;
-    prov:category "collections" ;
-    prov:component "collections" .
+    rdfs:subClassOf :Involvement ;
+    :category "collections" ;
+    :component "collections" .
 
-prov:EmptyDictionary
+:EmptyDictionary
     a owl:Class ;
     rdfs:comment "An empty dictionary."@en ;
-    rdfs:subClassOf prov:Dictionary ;
-    prov:category "collections" ;
-    prov:component "collections" .
+    rdfs:subClassOf :Dictionary ;
+    :category "collections" ;
+    :component "collections" .
 
-prov:End
+:End
     a owl:Class ;
     rdfs:comment "An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualified [ a prov:Usage; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
     rdfs:label "End" ;
-    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "An activity end event is the instantaneous event that marks the instant an activity ends." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End" ;
-    prov:unqualifiedForm prov:wasEndedBy .
+    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "An activity end event is the instantaneous event that marks the instant an activity ends." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-End" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-End", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-End" ;
+    :unqualifiedForm :wasEndedBy .
 
-prov:Entity
+:Entity
     a owl:Class ;
     rdfs:comment "An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary."@en ;
     rdfs:label "Entity" ;
-    owl:disjointWith prov:InstantaneousEvent ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:definition "An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary."@en ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity" .
+    owl:disjointWith :InstantaneousEvent ;
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :definition "An entity is a thing one wants to provide provenance for. For the purpose of this specification, things can be physical, digital, conceptual, or otherwise; things may be real or imaginary."@en ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-entity-activity"^^xsd:anyURI ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Entity" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Entity" .
 
-prov:EntityInvolvement
+:EntityInvolvement
     a owl:Class ;
     rdfs:comment "prov:EntityInvolvement provides descriptions of any binary involvement between any instance and an prov:Entity."@en ;
     rdfs:label "EntityInvolvement" ;
-    rdfs:seeAlso prov:entity ;
-    rdfs:subClassOf prov:Involvement ;
-    prov:category "qualified" .
+    rdfs:seeAlso :entity ;
+    rdfs:subClassOf :Involvement ;
+    :category "qualified" .
 
-prov:Generation
+:Generation
     a owl:Class ;
     rdfs:comment "An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ]."@en ;
     rdfs:label "Generation" ;
-    rdfs:subClassOf prov:ActivityInvolvement, prov:InstantaneousEvent ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation" ;
-    prov:unqualifiedForm prov:wasGeneratedBy .
+    rdfs:subClassOf :ActivityInvolvement, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "An entity generation event is the instantaneous event that marks the final instant of an entity's creation timespan, after which it is no longer available for use." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Generation" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Generation", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Generation" ;
+    :unqualifiedForm :wasGeneratedBy .
 
-prov:Insertion
+:Insertion
     a owl:Class ;
     rdfs:comment "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs."@en ;
     rdfs:label "Insertion" ;
-    rdfs:subClassOf prov:DictionaryInvolvement ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:definition "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion" ;
-    prov:unqualifiedForm prov:derivedByInsertionFrom .
+    rdfs:subClassOf :DictionaryInvolvement ;
+    :category "collections" ;
+    :component "collections" ;
+    :definition "Insertion is a derivation that transforms a dictionary into another, by insertion of one or more key-value pairs." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-insertion" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-insertion" ;
+    :unqualifiedForm :derivedByInsertionFrom .
 
-prov:InstantaneousEvent
+:InstantaneousEvent
     a owl:Class ;
     rdfs:comment "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous."@en ;
     rdfs:label "InstantaneousEvent" ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous." ;
-    prov:prov-dm "" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event" ;
-    prov:prov-n "" .
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "An instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous." ;
+    :prov-dm "" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#section-time-event" ;
+    :prov-n "" .
 
-prov:Invalidation
+:Invalidation
     a owl:Class ;
-    rdfs:subClassOf prov:ActivityInvolvement, prov:InstantaneousEvent ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation" .
+    rdfs:subClassOf :ActivityInvolvement, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use after invalidation. Any generation or usage of an entity precedes its invalidation." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Invalidation" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#dfn-invalidation-event" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Invalidation" .
 
-prov:Involvement
+:Involvement
     a owl:Class ;
     rdfs:comment "Any resource that involved an prov:Activity, prov:Entity, or prov:Agent can qualify its involvement by also referencing an instance of prov:Involvement. Instances of prov:Involvement reference the involved Activity, Entity, or Agent (using prov:activity, prov:entity, or prov:agent, respectively) and may be described with any kind of attributes, including user-defined attributes and those provided by PROV (prov:hadRole, prov:hadPlan, prov:atTime, prov:hadLocation). A description (via prov:Involvement) of the binary involvement implies the assertion of the binary involvement."@en ;
     rdfs:label "Involvement" ;
-    prov:category "qualified" ;
-    prov:editorialNote "For simplicity, the hierarchy 'stops' at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others." ;
-    prov:unqualifiedForm prov:involved .
+    :category "qualified" ;
+    :editorialNote "For simplicity, the hierarchy 'stops' at the primary resources (Activity, Entity, Agent). Distinctions beyond the type of object involved are not necessary in PROV-O, but may be established by others." ;
+    :unqualifiedForm :involved .
 
-prov:KeyValuePair
+:KeyValuePair
     a owl:Class ;
     rdfs:comment "A key-value pair. Part of a prov:Dictionary through prov:Membership. The key is any RDF Literal, the value is a prov:Entity."@en ;
-    prov:category "collections" .
+    :category "collections" .
 
-prov:Location
+:Location
     a owl:Class ;
     rdfs:comment "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
     rdfs:label "Location" ;
-    rdfs:seeAlso prov:hadLocation ;
-    prov:category "expanded" ;
-    prov:definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "" .
+    rdfs:seeAlso :hadLocation ;
+    :category "expanded" ;
+    :definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-location" ;
+    :prov-dm-constraints "" ;
+    :prov-n "" .
 
-prov:Membership
+:Membership
     a owl:Class ;
     rdfs:comment "Described members of a collection, in the form of key-value pairs. The Membership resource can also be annotated with attributes."@en ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:unqualifiedForm prov:membership .
+    :category "collections" ;
+    :component "collections" ;
+    :unqualifiedForm :membership .
 
-prov:Organization
+:Organization
     a owl:Class ;
     rdfs:comment "Agents of type Organization are social institutions such as companies, societies etc."@en ;
     rdfs:label "Organization" ;
-    rdfs:subClassOf prov:Agent ;
-    prov:category "expanded" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "Agents of type Organization are social institutions such as companies, societies etc." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Organization are social institutions such as companies, societies etc." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    :prov-dm-constraints "" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
-prov:Person
+:Person
     a owl:Class ;
     rdfs:comment "Agents of type Person are people."@en ;
     rdfs:label "Person" ;
-    rdfs:subClassOf prov:Agent ;
-    prov:category "expanded" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "Agents of type Person are people." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "Agents of type Person are people." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    :prov-dm-constraints "" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
-prov:Plan
+:Plan
     a owl:Class ;
     rdfs:comment "There exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations."@en ;
     rdfs:label "Plan" ;
-    rdfs:subClassOf prov:Entity ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" .
+    rdfs:subClassOf :Entity ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A plan is an entity that represents a set of actions or steps intended by one or more agents to achieve some goals." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#section-types-entities-agents" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Association" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Association" .
 
-prov:Quotation
+:Quotation
     a owl:Class ;
     rdfs:comment "An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some prov:Entity to another prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualified [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ]."@en ;
     rdfs:label "Quotation" ;
-    rdfs:subClassOf prov:EntityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:definition "A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation" ;
-    prov:unqualifiedForm prov:wasQuotedFrom .
+    rdfs:subClassOf :EntityInvolvement ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "A quotation is the repeat of (some or all of) an entity, such as text or image, by someone other than its original author." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-quotation" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-quotation" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-quotation" ;
+    :unqualifiedForm :wasQuotedFrom .
 
-prov:Removal
+:Removal
     a owl:Class ;
     rdfs:comment "Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs."@en ;
     rdfs:label "Removal" ;
-    rdfs:subClassOf prov:DictionaryInvolvement ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:definition "Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal" ;
-    prov:unqualifiedForm prov:derivedByRemovalFrom .
+    rdfs:subClassOf :DictionaryInvolvement ;
+    :category "collections" ;
+    :component "collections" ;
+    :definition "Removal is a derivation that transforms a dictionary into another, by removing one or more key-value pairs." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-collection-removal" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Collection" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-collection-removal" ;
+    :unqualifiedForm :derivedByRemovalFrom .
 
-prov:Responsibility
+:Responsibility
     a owl:Class ;
     rdfs:comment "An instance of prov:Responsibility provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualified [ a prov:Responsiblity; prov:entity :mother; :foo :bar ]."@en ;
     rdfs:label "Responsibility" ;
-    rdfs:subClassOf prov:AgentInvolvement ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "Responsibility is the fact that an agent is accountable for the actions of a 'subordinate' agent, in the context of an activity." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility" ;
-    prov:unqualifiedForm prov:actedOnBehalfOf .
+    rdfs:subClassOf :AgentInvolvement ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "Responsibility is the fact that an agent is accountable for the actions of a 'subordinate' agent, in the context of an activity." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-responsibility" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Responsibility" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-responsibility" ;
+    :unqualifiedForm :actedOnBehalfOf .
 
-prov:Revision
+:Revision
     a owl:Class ;
     rdfs:comment "An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some prov:Entity to another prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualified [ a prov:Source; prov:entity :draft_1; :foo :bar ]."@en ;
     rdfs:label "Revision" ;
-    rdfs:subClassOf prov:EntityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:definition "A revision is a derivation that revises an entity into a revised version." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision" ;
-    prov:unqualifiedForm prov:wasRevisionOf .
+    rdfs:subClassOf :EntityInvolvement ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "A revision is a derivation that revises an entity into a revised version." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Revision" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Revision" ;
+    :unqualifiedForm :wasRevisionOf .
 
-prov:Role
+:Role
     a owl:Class ;
     rdfs:comment "A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end."@en ;
     rdfs:label "Role" ;
-    rdfs:seeAlso prov:hadRole ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "" .
+    rdfs:seeAlso :hadRole ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "A Role is the function of an entity with respect to an activity, in the context of a usage, generation, association, start, and end." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-role" ;
+    :prov-dm-constraints "" ;
+    :prov-n "" .
 
-prov:SoftwareAgent
+:SoftwareAgent
     a owl:Class ;
     rdfs:comment "A software agent is running software."@en ;
     rdfs:label "SoftwareAgent" ;
-    rdfs:subClassOf prov:Agent ;
-    prov:category "expanded" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "A software agent is running software." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
+    rdfs:subClassOf :Agent ;
+    :category "expanded" ;
+    :component "agents-responsibility" ;
+    :definition "A software agent is running software." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Agent" ;
+    :prov-dm-constraints "" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-types" .
 
-prov:Source
+:Source
     a owl:Class ;
     rdfs:comment "An instance of prov:Source provides additional descriptions about the binary prov:hadOriginalSource relation from some prov:Entity to another prov:Entity. For example, :blog prov:hadOriginalSource :newsArticle; prov:qualified [ a prov:Source; prov:entity :newsArticle; :foo :bar ]."@en ;
     rdfs:label "Source" ;
-    rdfs:subClassOf prov:EntityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:definition "An original source refers to the source material that is closest to the person, information, period, or idea being studied." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source" ;
-    prov:unqualifiedForm prov:hadOriginalSource .
+    rdfs:subClassOf :EntityInvolvement ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "An original source refers to the source material that is closest to the person, information, period, or idea being studied." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-original-source" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-orignal-source" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-original-source" ;
+    :unqualifiedForm :hadOriginalSource .
 
-prov:Start
+:Start
     a owl:Class ;
     rdfs:comment "An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualified [ a prov:Usage; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ]."@en ;
     rdfs:label "Start" ;
-    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "An activity start event is the instantaneous event that marks the instant an activity starts." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start" ;
-    prov:unqualifiedForm prov:wasStartedBy .
+    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "An activity start event is the instantaneous event that marks the instant an activity starts." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Start" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Start", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Start" ;
+    :unqualifiedForm :wasStartedBy .
 
-prov:Trace
+:Trace
     a owl:Class ;
     rdfs:comment "An instance of prov:Trace provides additional descriptions about the binary prov:tracedTo relation from some prov:Entity to some other prov:Element. For example, :stomach_ache prov:tracedTo :spoon; prov:qualified [ a prov:Trace; prov:entity :spoon; :foo :bar ]."@en ;
     rdfs:label "Trace" ;
-    rdfs:subClassOf prov:EntityInvolvement ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:definition "Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
-    prov:unqualifiedForm prov:tracedTo .
+    rdfs:subClassOf :EntityInvolvement ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :definition "Traceability is the ability to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-traceability" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-traceability" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-traceability" ;
+    :unqualifiedForm :tracedTo .
 
-prov:Usage
+:Usage
     a owl:Class ;
     rdfs:comment "An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualified [ a prov:Usage; prov:entity :podium; :foo :bar ]."@en ;
     rdfs:label "Usage" ;
-    rdfs:subClassOf prov:EntityInvolvement, prov:InstantaneousEvent ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:definition "A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage" ;
-    prov:unqualifiedForm prov:used .
+    rdfs:subClassOf :EntityInvolvement, :InstantaneousEvent ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :definition "A usage is an instantaneous world event: an activity beginning to consume an entity. Before this event, the activity had not begun to consume or use to this entity." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-Usage" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Usage", "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#types-of-events" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-Usage" ;
+    :unqualifiedForm :used .
 
-prov:actedOnBehalfOf
+:actedOnBehalfOf
     a owl:ObjectProperty ;
     rdfs:comment "An object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. "@en ;
-    rdfs:domain prov:Agent ;
-    rdfs:range prov:Agent ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedResponsibility
-        prov:agent
+    rdfs:domain :Agent ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedResponsibility
+        :agent
     ) ;
-    prov:category "starting-point" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "responsibleFor" ;
-    prov:qualifiedForm prov:Responsibility, prov:qualifiedResponsibility .
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "responsibleFor" ;
+    :qualifiedForm :Responsibility, :qualifiedResponsibility .
 
-prov:activity
+:activity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by an prov:ActivityInvolvement to cite the prov:Activity that was involved with either an Activity or Entity. It can be used to refer to the activity involved in generating an entity, informing another activity, or starting another activity."@en ;
-    rdfs:domain prov:ActivityInvolvement ;
-    rdfs:range prov:Activity ;
-    rdfs:subPropertyOf prov:involvee ;
-    prov:category "qualified" ;
-    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
-    prov:inverse "activityInvolvement" .
+    rdfs:domain :ActivityInvolvement ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :involvee ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
+    :inverse "activityInvolvement" .
 
-prov:agent
+:agent
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by a prov:AgentInvolvement to cite the Agent that was prov:involved with either an Activity or Entity. It can be used to express the agent involved in being responsible for an activity, being attributed to an entity, starting or ending an activity, or being responsible for another subordinate agent in an activity."@en ;
-    rdfs:domain prov:AgentInvolvement ;
-    rdfs:range prov:Agent ;
-    rdfs:subPropertyOf prov:involvee ;
-    prov:category "qualified" ;
-    prov:component "alternate" ;
-    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
-    prov:inverse "agentInvolvement" .
+    rdfs:domain :AgentInvolvement ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :involvee ;
+    :category "qualified" ;
+    :component "alternate" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
+    :inverse "agentInvolvement" .
 
-prov:alternateOf
+:alternateOf
     a owl:ObjectProperty ;
     rdfs:comment "An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:seeAlso prov:specializationOf ;
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :specializationOf ;
     rdfs:subPropertyOf owl:topObjectProperty ;
-    prov:category "expanded" ;
-    prov:component "alternate" ;
-    prov:definition "An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified."@en ;
-    prov:inverse "alternateOf" ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate" .
+    :category "expanded" ;
+    :component "alternate" ;
+    :definition "An entity is alternate of another if they are both a specialization of some common entity. The common entity does not need to be identified."@en ;
+    :inverse "alternateOf" ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-alternate" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Alternate" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-alternate" .
 
-prov:atLocation
+:atLocation
     a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "Location is an optional attribute of Entity and Activity."@en ;
-    rdfs:range prov:Location ;
-    prov:category "expanded" ;
-    prov:editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.", "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)." ;
-    prov:inverse "locationOf" .
+    rdfs:range :Location ;
+    :category "expanded" ;
+    :editorialNote "The naming of prov:atLocation parallels prov:atTime, and is not named prov:hadLocation to avoid conflicting with the convention that prov:had* properties are used on prov:Involvement classes.", "This property is not functional because the many values could be at a variety of granularies (In this building, in this room, in that chair)." ;
+    :inverse "locationOf" .
 
-prov:atTime
+:atTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
-    rdfs:domain prov:InstantaneousEvent ;
+    rdfs:domain :InstantaneousEvent ;
     rdfs:range xsd:dateTime ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" .
+    :category "qualified" ;
+    :component "entities-activities" .
 
-prov:category
+:category
     a owl:AnnotationProperty ;
     rdfs:comment "Classify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users. "@en .
 
-prov:component
+:component
     a owl:AnnotationProperty ;
     rdfs:comment "Classify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification."@en .
 
-prov:definition
+:definition
     a owl:AnnotationProperty ;
     rdfs:comment "A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term."@en .
 
-prov:derivedByInsertionFrom
+:derivedByInsertionFrom
     a owl:ObjectProperty ;
     rdfs:comment "The dictionary was derived from the other by insertion. prov:qualifiedInsertion shows details of the insertion, in particular the inserted key-value pairs."@en ;
-    rdfs:domain prov:Dictionary ;
-    rdfs:range prov:Dictionary ;
-    rdfs:subPropertyOf prov:wasDerivedFrom ;
-    owl:propertyChainAxiom (prov:qualifiedInsertion
-        prov:dictionary
+    rdfs:domain :Dictionary ;
+    rdfs:range :Dictionary ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedInsertion
+        :dictionary
     ) ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "hadDerivationByInsertion" ;
-    prov:qualifiedForm prov:Insertion, prov:qualifiedInsertion .
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "hadDerivationByInsertion" ;
+    :qualifiedForm :Insertion, :qualifiedInsertion .
 
-prov:derivedByRemovalFrom
+:derivedByRemovalFrom
     a owl:ObjectProperty ;
     rdfs:comment "The dictionary was derived from the other by removal. prov:qualifiedRemoval shows details of the removal, in particular the removed key-value pairs."@en ;
-    rdfs:domain prov:Dictionary ;
-    rdfs:range prov:Dictionary ;
-    rdfs:subPropertyOf prov:wasDerivedFrom ;
-    owl:propertyChainAxiom (prov:qualifiedRemoval
-        prov:dictionary
+    rdfs:domain :Dictionary ;
+    rdfs:range :Dictionary ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedRemoval
+        :dictionary
     ) ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "hadDerivationByRemoval" ;
-    prov:qualifiedForm prov:Removal, prov:qualifiedRemoval .
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "hadDerivationByRemoval" ;
+    :qualifiedForm :Removal, :qualifiedRemoval .
 
-prov:dictionary
+:dictionary
     a owl:ObjectProperty ;
     rdfs:comment "The property used by a prov:DictionaryInvolvement to cite the prov:Dictionary that was prov:involved in insertion or removal of elements of a collection. "@en ;
-    rdfs:domain prov:DictionaryInvolvement ;
-    rdfs:range prov:Dictionary ;
-    rdfs:subPropertyOf prov:involvee ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
-    prov:inverse "dictionaryInvolvement" .
+    rdfs:domain :DictionaryInvolvement ;
+    rdfs:range :Dictionary ;
+    rdfs:subPropertyOf :involvee ;
+    :category "collections" ;
+    :component "collections" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple." ;
+    :inverse "dictionaryInvolvement" .
 
-prov:editorialNote
+:editorialNote
     a owl:AnnotationProperty ;
     rdfs:comment "A note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data."@en .
 
-prov:endedAtTime
+:endedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The time when an activity ended."@en ;
-    rdfs:domain prov:Activity ;
+    rdfs:domain :Activity ;
     rdfs:range xsd:dateTime ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:qualifiedForm prov:End, prov:atTime .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :qualifiedForm :End, :atTime .
 
-prov:entity
+:entity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The property used by an prov:EntityInvolvement to cite the Entity that was prov:involved with either an Activity or Entity. It can be used to refer to the entity involved in deriving another entity, being quoted or revised from, being the source of another entity, or being used in an activity. "@en ;
-    rdfs:domain prov:EntityInvolvement ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involvee ;
-    prov:category "qualified" ;
-    prov:editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
-    prov:inverse "entityInvolvement" .
+    rdfs:domain :EntityInvolvement ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involvee ;
+    :category "qualified" ;
+    :editorialNote "This property behaves in spirit like rdf:object; it references the object of a prov:involved triple."@en ;
+    :inverse "entityInvolvement" .
 
-prov:generated
+:generated
     a owl:ObjectProperty ;
     rdfs:comment "This inverse of prov:wasGeneratedBy is defined so that Activities being described can reference their generated outputs directly without needing to 'stop' and start describing the Entity. This helps 'Activity-centric' modeling as opposed to 'Entity-centric' modeling." ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:inverseOf prov:wasGeneratedBy ;
-    prov:category "expanded" ;
-    prov:component "entities-activities" ;
-    prov:inverse "wasGeneratedBy" .
+    rdfs:domain :Activity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involved ;
+    owl:inverseOf :wasGeneratedBy ;
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :inverse "wasGeneratedBy" .
 
-prov:generatedAtTime
+:generatedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The time at which an entity was completely created."@en ;
-    rdfs:domain prov:Entity ;
+    rdfs:domain :Entity ;
     rdfs:range xsd:dateTime ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:qualifiedForm prov:Generation, prov:atTime .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :qualifiedForm :Generation, :atTime .
 
-prov:hadActivity
+:hadActivity
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "Optional: The Activity that is part of the Involvement, which used, generated, invalidated, or was the responsibility of some Entity."@en ;
-    rdfs:domain prov:Involvement, [
+    rdfs:domain :Involvement, [
         a owl:Class ;
-        owl:unionOf (prov:Derivation
-            prov:Invalidation
-            prov:Responsibility
-            prov:Start
+        owl:unionOf (:Derivation
+            :Invalidation
+            :Responsibility
+            :Start
         )
     ] ;
-    rdfs:range prov:Activity ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL." ;
-    prov:inverse "wasActivityOfInvolvement" .
+    rdfs:range :Activity ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :editorialNote "The multiple rdfs:domain assertions are intended. One is simpler and works for OWL-RL, the union is more specific but is not recognized by OWL-RL." ;
+    :inverse "wasActivityOfInvolvement" .
 
-prov:hadGeneration
+:hadGeneration
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The generation involving the generated entity and activity."@en ;
-    rdfs:domain prov:Derivation ;
-    rdfs:range prov:Generation ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "generatedAsDerivation" .
+    rdfs:domain :Derivation ;
+    rdfs:range :Generation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "generatedAsDerivation" .
 
-prov:hadOriginalSource
+:hadOriginalSource
     a owl:ObjectProperty ;
     rdfs:comment "An original source refers to the source material that is closest to the person, information, period, or idea being studied. An original source relation is a particular case of derivation that aims to give credit to the source that originated some information."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:wasDerivedFrom ;
-    owl:propertyChainAxiom (prov:qualifiedSource
-        prov:entity
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedSource
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "derivations" ;
-    prov:inverse "wasOriginalSourceOf" ;
-    prov:qualifiedForm prov:Source, prov:qualifiedSource .
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "wasOriginalSourceOf" ;
+    :qualifiedForm :Source, :qualifiedSource .
 
-prov:hadPlan
+:hadPlan
     a owl:AsymmetricProperty, owl:FunctionalProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "The Activity performed was described by the given plan resource. Activity specifications, as referred to by plan links, are out of scope of this specification"@en ;
-    rdfs:domain prov:Association ;
-    rdfs:range prov:Plan ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "wasPlanFor" .
+    rdfs:domain :Association ;
+    rdfs:range :Plan ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "wasPlanFor" .
 
-prov:hadRole
+:hadRole
     a owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "When an instance of prov:Involvement uses the prov:hadRole property to cite a prov:Role, it is providing a role for the instance referenced by the prov:entity or the prov:activity properties. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]."@en ;
-    rdfs:domain prov:Involvement, [
+    rdfs:domain :Involvement, [
         a owl:Class ;
-        owl:unionOf (prov:Association
-            prov:End
-            prov:Generation
-            prov:Start
-            prov:Usage
+        owl:unionOf (:Association
+            :End
+            :Generation
+            :Start
+            :Usage
         )
     ] ;
-    rdfs:range prov:Role ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end." ;
-    prov:inverse "wasRoleIn" .
+    rdfs:range :Role ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :definition "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity), in the context of a usage, generation, association, start, and end." ;
+    :inverse "wasRoleIn" .
 
-prov:hadUsage
+:hadUsage
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The usage involving the used entity and activity."@en ;
-    rdfs:domain prov:Derivation ;
-    rdfs:range prov:Usage ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "wasUsedInDerivation" .
+    rdfs:domain :Derivation ;
+    rdfs:range :Usage ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "wasUsedInDerivation" .
 
-prov:inserted
+:inserted
     a owl:ObjectProperty ;
     rdfs:comment "An object property to refer to the prov:KeyValuePair inserted into a prov:Dictionary."@en ;
-    rdfs:domain prov:Insertion ;
-    rdfs:range prov:KeyValuePair ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "wasInsertedBy" .
+    rdfs:domain :Insertion ;
+    rdfs:range :KeyValuePair ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "wasInsertedBy" .
 
-prov:invalidatedAtTime
+:invalidatedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The time at which the entity began to be invalidated."@en ;
-    rdfs:domain prov:Entity ;
+    rdfs:domain :Entity ;
     rdfs:range xsd:dateTime ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:qualifiedForm prov:Invalidation, prov:atTime .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :qualifiedForm :Invalidation, :atTime .
 
-prov:inverse
+:inverse
     a owl:AnnotationProperty ;
     rdfs:comment "PROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used."@en .
 
-prov:involved
+:involved
     a owl:ObjectProperty ;
     rdfs:comment """The relation specified by the object properties, which are sub-properties of  prov:involved, can also be specified using the qualification pattern. For example, the binary relation :baking prov:used :spoon can be qualified by asserting :baking prov:qualified [ a prov:Usage; prov:entity :baking; :foo :bar ]
 
 prov:involved should not be used without also using one of its subproperties. 
 
 Subproperties of prov:involved may also be asserted directly without being qualified."""@en ;
-    prov:category "qualified" ;
-    prov:inverse "wasInvolvedWith" .
+    :category "qualified" ;
+    :inverse "wasInvolvedWith" .
 
-prov:involvee
+:involvee
     a owl:ObjectProperty ;
     rdfs:comment "Subproperties of prov:involvee are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:involved (e.g. prov:used, prov:wasGeneratedBy). prov:involvee is used much like rdf:object is used." ;
-    rdfs:domain prov:Involvement ;
-    prov:category "qualified" ;
-    prov:inverse "involvement" .
+    rdfs:domain :Involvement ;
+    :category "qualified" ;
+    :inverse "involvement" .
 
-prov:member
+:member
     a owl:ObjectProperty ;
     rdfs:comment "The key-value pair was part of the membership. A membership can have multiple members."@en ;
-    rdfs:domain prov:Membership ;
-    rdfs:range prov:KeyValuePair ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "inMembership" .
+    rdfs:domain :Membership ;
+    rdfs:range :KeyValuePair ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "inMembership" .
 
-prov:membership
+:membership
     a owl:ObjectProperty ;
     rdfs:comment "The collection included the specified membership of keys-values."@en ;
-    rdfs:domain prov:Dictionary ;
-    rdfs:range prov:Membership ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "membershipOf" .
+    rdfs:domain :Dictionary ;
+    rdfs:range :Membership ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "membershipOf" .
 
-prov:pairKey
+:pairKey
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The key of a KeyValuePair, which is an element of a prov:Dictionary."@en ;
-    rdfs:domain prov:KeyValuePair ;
+    rdfs:domain :KeyValuePair ;
     rdfs:range rdfs:Literal ;
-    prov:category "collections" ;
-    prov:component "collections" .
+    :category "collections" ;
+    :component "collections" .
 
-prov:pairValue
+:pairValue
     a owl:FunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "The value of a KeyValuePair."@en ;
-    rdfs:domain prov:KeyValuePair ;
-    rdfs:range prov:Entity ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "valueOf" .
+    rdfs:domain :KeyValuePair ;
+    rdfs:range :Entity ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "valueOf" .
 
-prov:prov-dm
+:prov-dm
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-DM document that describes this concept."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-prov:prov-dm-constraints
+:prov-dm-constraints
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-prov:prov-n
+:prov-n
     a owl:AnnotationProperty ;
     rdfs:comment "A reference to the principal section of the PROV-M document that describes this concept."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-prov:qualifiedAssociation
+:qualifiedAssociation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Association ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "associatedActivity" ;
-    prov:unqualifiedForm prov:wasAssociatedWith .
+    rdfs:domain :Activity ;
+    rdfs:range :Association ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "associatedActivity" ;
+    :unqualifiedForm :wasAssociatedWith .
 
-prov:qualifiedAttribution
+:qualifiedAttribution
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was  using prov:qualifiedAttribution [ a prov:Attribution;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Attribution ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "attributedEntity" ;
-    prov:unqualifiedForm prov:wasAttributedTo .
+    rdfs:domain :Entity ;
+    rdfs:range :Attribution ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "attributedEntity" ;
+    :unqualifiedForm :wasAttributedTo .
 
-prov:qualifiedCommunication
+:qualifiedCommunication
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was Inform[ed] using prov:qualifiedCommunication [ a prov:Communication;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Communication ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:inverse "informedActivity" ;
-    prov:qualifiedForm prov:Communication .
+    rdfs:domain :Activity ;
+    rdfs:range :Communication ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "informedActivity" ;
+    :qualifiedForm :Communication .
 
-prov:qualifiedDerivation
+:qualifiedDerivation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Derivation ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "derivedEntity" ;
-    prov:unqualifiedForm prov:wasDerivedFrom .
+    rdfs:domain :Entity ;
+    rdfs:range :Derivation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "derivedEntity" ;
+    :unqualifiedForm :wasDerivedFrom .
 
-prov:qualifiedEnd
+:qualifiedEnd
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:End ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:inverse "endedActivity" ;
-    prov:unqualifiedForm prov:wasEndedBy .
+    rdfs:domain :Activity ;
+    rdfs:range :End ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "endedActivity" ;
+    :unqualifiedForm :wasEndedBy .
 
-prov:qualifiedForm
+:qualifiedForm
     a owl:AnnotationProperty ;
     rdfs:comment """This annotation property links a prov:involved subproperty with a prov:Involved subclass. This indicates that the property can be qualified by using prov:qualified. 
 
@@ -860,382 +857,383 @@
 Note how the range of the unqualified property is mirrored by the prov:activity or prov:entity on the involvement class."""@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-prov:qualifiedGeneration
+:qualifiedGeneration
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:generated Entity :e, then it can qualify how it did performed the Generation using prov:qualifiedGeneration [ a prov:Generation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Generation ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:inverse "generatedEntity" ;
-    prov:unqualifiedForm prov:wasGeneratedBy .
+    rdfs:domain :Entity ;
+    rdfs:range :Generation ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "generatedEntity" ;
+    :unqualifiedForm :wasGeneratedBy .
 
-prov:qualifiedInsertion
+:qualifiedInsertion
     a owl:ObjectProperty ;
     rdfs:comment "If this Dictionary prov:derivedByInsertionFrom another Dictionary :e, then it can qualify how it did perform the Insertion using prov:qualifiedInsertion [ a prov:Insertion;  prov:dictionary :e; prov:inserted [a prov:KeyValuePair; prov:key \"k1\"^^xsd:string; prov:value :foo] ]."@en ;
-    rdfs:domain prov:Dictionary ;
-    rdfs:range prov:Insertion ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "insertedToDictionary" ;
-    prov:unqualifiedForm prov:derivedByInsertionFrom .
+    rdfs:domain :Dictionary ;
+    rdfs:range :Insertion ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "insertedToDictionary" ;
+    :unqualifiedForm :derivedByInsertionFrom .
 
-prov:qualifiedInvalidation
+:qualifiedInvalidation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Invalidation ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:unqualifiedForm prov:wasInvalidatedBy .
+    rdfs:domain :Entity ;
+    rdfs:range :Invalidation ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :unqualifiedForm :wasInvalidatedBy .
 
-prov:qualifiedQuotation
+:qualifiedQuotation
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Quotation ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "quotedByEntity" ;
-    prov:unqualifiedForm prov:wasQuotedFrom .
+    rdfs:domain :Entity ;
+    rdfs:range :Quotation ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "quotedByEntity" ;
+    :unqualifiedForm :wasQuotedFrom .
 
-prov:qualifiedRemoval
+:qualifiedRemoval
     a owl:ObjectProperty ;
     rdfs:comment "If this Dictionary prov:derivedByRemovalFrom another Dictionary :e, then it can qualify how it did perform the Removal using prov:qualifiedRemoval [ a prov:Removal;  prov:dictionary :c; prov:removed \"k1\"^^xsd:string ]."@en ;
-    rdfs:domain prov:Dictionary ;
-    rdfs:range prov:Removal ;
-    prov:category "collections" ;
-    prov:component "collections" ;
-    prov:inverse "removedFromDictionary" ;
-    prov:unqualifiedForm prov:derivedByRemovalFrom .
+    rdfs:domain :Dictionary ;
+    rdfs:range :Removal ;
+    :category "collections" ;
+    :component "collections" ;
+    :inverse "removedFromDictionary" ;
+    :unqualifiedForm :derivedByRemovalFrom .
 
-prov:qualifiedResponsibility
+:qualifiedResponsibility
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility;  prov:agent :ag; :foo :bar ]."@en ;
-    rdfs:domain prov:Agent ;
-    rdfs:range prov:Responsibility ;
-    prov:category "qualified" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "responsibleAgent" ;
-    prov:unqualifiedForm prov:actedOnBehalfOf .
+    rdfs:domain :Agent ;
+    rdfs:range :Responsibility ;
+    :category "qualified" ;
+    :component "agents-responsibility" ;
+    :inverse "responsibleAgent" ;
+    :unqualifiedForm :actedOnBehalfOf .
 
-prov:qualifiedRevision
+:qualifiedRevision
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was  revised using prov:qualifiedRevision [ a prov:Revision;  prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Revision ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "revisedEntity" ;
-    prov:unqualifiedForm prov:wasRevisionOf .
+    rdfs:domain :Entity ;
+    rdfs:range :Revision ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "revisedEntity" ;
+    :unqualifiedForm :wasRevisionOf .
 
-prov:qualifiedSource
+:qualifiedSource
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Entity prov:hadOriginalSource Entity :e, then it can qualify how using prov:qualifiedSource [ a prov:Source; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Source ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "sourcingEntity" ;
-    prov:unqualifiedForm prov:hadOriginalSource .
+    rdfs:domain :Entity ;
+    rdfs:range :Source ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "sourcingEntity" ;
+    :unqualifiedForm :hadOriginalSource .
 
-prov:qualifiedStart
+:qualifiedStart
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start;  prov:entity :e1; :foo :bar ]."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Start ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:inverse "startedActivity" ;
-    prov:unqualifiedForm prov:wasStartedBy .
+    rdfs:domain :Activity ;
+    rdfs:range :Start ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "startedActivity" ;
+    :unqualifiedForm :wasStartedBy .
 
-prov:qualifiedTrace
+:qualifiedTrace
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this prov:wasAttributedTo Entity :e, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:entity :e; :foo :bar ]. If this prov:wasAttributedTo Activity :a, then it can qualify how using prov:qualifiedTrace [ a prov:Trace;  prov:activity :a; :foo :bar ]."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Trace ;
-    prov:category "qualified" ;
-    prov:component "derivations" ;
-    prov:inverse "tracedEntity" ;
-    prov:unqualifiedForm prov:tracedTo .
+    rdfs:domain :Entity ;
+    rdfs:range :Trace ;
+    :category "qualified" ;
+    :component "derivations" ;
+    :inverse "tracedEntity" ;
+    :unqualifiedForm :tracedTo .
 
-prov:qualifiedUsage
+:qualifiedUsage
     a owl:InverseFunctionalProperty, owl:ObjectProperty ;
     rdfs:comment "If this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ]."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Usage ;
-    prov:category "qualified" ;
-    prov:component "entities-activities" ;
-    prov:inverse "consumingActivity" ;
-    prov:unqualifiedForm prov:used .
+    rdfs:domain :Activity ;
+    rdfs:range :Usage ;
+    :category "qualified" ;
+    :component "entities-activities" ;
+    :inverse "consumingActivity" ;
+    :unqualifiedForm :used .
 
-prov:removedKey
+:removedKey
     a owl:DatatypeProperty ;
     rdfs:comment "The key removed in a Removal."@en ;
-    rdfs:domain prov:Removal ;
+    rdfs:domain :Removal ;
     rdfs:range rdfs:Literal ;
-    prov:category "collections" ;
-    prov:component "collections" .
+    :category "collections" ;
+    :component "collections" .
 
-prov:specializationOf
+:specializationOf
     a owl:ObjectProperty ;
     rdfs:comment "An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:seeAlso prov:alternateOf ;
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:seeAlso :alternateOf ;
     rdfs:subPropertyOf owl:topObjectProperty ;
-    prov:category "expanded" ;
-    prov:component "alternate" ;
-    prov:definition "An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified." ;
-    prov:inverse "generalizationOf" ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization" ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization" ;
-    prov:prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization" .
+    :category "expanded" ;
+    :component "alternate" ;
+    :definition "An entity is a specialization of another if they both refer to some common thing but the former is a more constrained entity than the former. The common entity does not need to be identified." ;
+    :inverse "generalizationOf" ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-specialization" ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Specialization" ;
+    :prov-n "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-n.html#expression-specialization" .
 
-prov:startedAtTime
+:startedAtTime
     a owl:DatatypeProperty, owl:FunctionalProperty ;
     rdfs:comment "The time when an activity started."@en ;
-    rdfs:domain prov:Activity ;
+    rdfs:domain :Activity ;
     rdfs:range xsd:dateTime ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:qualifiedForm prov:Start, prov:atTime .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :qualifiedForm :Start, :atTime .
 
-prov:todo
+:todo
     a owl:AnnotationProperty .
 
-prov:tracedTo
+:tracedTo
     a owl:ObjectProperty, owl:TransitiveProperty ;
     rdfs:comment "An object property to link back an entity to another by means of derivation or responsibility relations, possibly repeatedly traversed."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedTrace
-        prov:entity
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedTrace
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "derivations" ;
-    prov:inverse "tracedFrom" ;
-    prov:qualifiedForm prov:Trace, prov:qualifiedTrace .
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "tracedFrom" ;
+    :qualifiedForm :Trace, :qualifiedTrace .
 
-prov:unqualifiedForm
+:unqualifiedForm
     a owl:AnnotationProperty ;
     rdfs:comment "Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation."@en ;
     rdfs:subPropertyOf rdfs:seeAlso .
 
-prov:used
+:used
     a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven ."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedUsage
-        prov:entity
+    rdfs:domain :Activity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedUsage
+        :entity
     ) ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:inverse "wasUsedBy" ;
-    prov:qualifiedForm prov:Usage, prov:qualifiedUsage .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "wasUsedBy" ;
+    :qualifiedForm :Usage, :qualifiedUsage .
 
-prov:value
+:value
     a owl:ObjectProperty ;
-    prov:category "expanded" ;
-    prov:component "entities-activities" ;
-    prov:editorialNote "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')." ;
-    prov:prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value" ;
-    prov:prov-dm-constraints "" ;
-    prov:prov-n "" .
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "This property serves the same purpose as rdf:value, but has been reintroduced to avoid some of the definitional ambiguity in the RDF specification (specifically, 'may be used in describing structured values')." ;
+    :prov-dm "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm.html#term-attribute-value" ;
+    :prov-dm-constraints "" ;
+    :prov-n "" .
 
-prov:wasAssociatedWith
+:wasAssociatedWith
     a owl:ObjectProperty ;
     rdfs:comment "An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Agent ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedAssociation
-        prov:agent
+    rdfs:domain :Activity ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedAssociation
+        :agent
     ) ;
-    prov:category "starting-point" ;
-    prov:component "agents-responsibility" ;
-    prov:inverse "wasAssociateFor" ;
-    prov:qualifiedForm prov:Association, prov:qualifiedAssociation .
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :inverse "wasAssociateFor" ;
+    :qualifiedForm :Association, :qualifiedAssociation .
 
-prov:wasAttributedTo
+:wasAttributedTo
     a owl:ObjectProperty ;
     rdfs:comment "Attribution is the ascribing of an entity to an agent."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Agent ;
-    rdfs:subPropertyOf prov:tracedTo ;
-    owl:propertyChainAxiom (prov:qualifiedAttribution
-        prov:agent
+    rdfs:domain :Entity ;
+    rdfs:range :Agent ;
+    rdfs:subPropertyOf :tracedTo ;
+    owl:propertyChainAxiom (:qualifiedAttribution
+        :agent
     ) ;
-    prov:category "starting-point" ;
-    prov:component "agents-responsibility" ;
-    prov:definition "Attribution is the ascribing of an entity to an agent." ;
-    prov:inverse "contributed" ;
-    prov:qualifiedForm prov:Attribution, prov:qualifiedAttribution .
+    :category "starting-point" ;
+    :component "agents-responsibility" ;
+    :definition "Attribution is the ascribing of an entity to an agent." ;
+    :inverse "contributed" ;
+    :qualifiedForm :Attribution, :qualifiedAttribution .
 
-prov:wasDerivedFrom
+:wasDerivedFrom
     a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:tracedTo ;
-    owl:propertyChainAxiom (prov:qualifiedDerivation
-        prov:entity
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :tracedTo ;
+    owl:propertyChainAxiom (:qualifiedDerivation
+        :entity
     ) ;
-    prov:category "starting-point" ;
-    prov:component "derivations" ;
-    prov:definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
-    prov:inverse "hadDerivation" ;
-    prov:qualifiedForm prov:Derivation, prov:qualifiedDerivation .
+    :category "starting-point" ;
+    :component "derivations" ;
+    :definition "A derivation is a transformation of an entity into another, a construction of an entity into another, or an update of an entity, resulting in a new one."@en ;
+    :inverse "hadDerivation" ;
+    :qualifiedForm :Derivation, :qualifiedDerivation .
 
-prov:wasEndedBy
+:wasEndedBy
     a owl:ObjectProperty ;
     rdfs:comment "End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedEnd
-        prov:entity
+    rdfs:domain :Activity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedEnd
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "entities-activities" ;
-    prov:editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
-    prov:inverse "ended" ;
-    prov:qualifiedForm prov:End, prov:qualifiedEnd .
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
+    :inverse "ended" ;
+    :qualifiedForm :End, :qualifiedEnd .
 
-prov:wasGeneratedBy
+:wasGeneratedBy
     a owl:AsymmetricProperty, owl:FunctionalProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
     rdfs:comment "wasGeneratedBy links Entitites with Activity representing that entity was generated as a result of Activity"@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Activity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedGeneration
-        prov:activity
+    rdfs:domain :Entity ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedGeneration
+        :activity
     ) ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:inverse "generated" ;
-    prov:qualifiedForm prov:Generation, prov:qualifiedGeneration .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "generated" ;
+    :qualifiedForm :Generation, :qualifiedGeneration .
 
-prov:wasInformedBy
+:wasInformedBy
     a owl:ObjectProperty ;
     rdfs:comment "An activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Activity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedCommunication
-        prov:entity
+    rdfs:domain :Activity ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedCommunication
+        :entity
     ) ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:inverse "informed" ;
-    prov:qualifiedForm prov:Communication, prov:qualifiedCommunication .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "informed" ;
+    :qualifiedForm :Communication, :qualifiedCommunication .
 
-prov:wasInvalidatedBy
+:wasInvalidatedBy
     a owl:ObjectProperty ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Activity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedInvalidation
-        prov:activity
+    rdfs:domain :Entity ;
+    rdfs:range :Activity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedInvalidation
+        :activity
     ) ;
-    prov:category "starting-point" ;
-    prov:component "entities-activities" ;
-    prov:inverse "invalidated" .
+    :category "starting-point" ;
+    :component "entities-activities" ;
+    :inverse "invalidated" .
 
-prov:wasQuotedFrom
+:wasQuotedFrom
     a owl:ObjectProperty ;
     rdfs:comment "An entity is derived from an original entity by copying, or \"quoting\", some or all of it."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:wasDerivedFrom ;
-    owl:propertyChainAxiom (prov:qualifiedQuotation
-        prov:entity
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedQuotation
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "derivations" ;
-    prov:inverse "wasQuotedBy" ;
-    prov:qualifiedForm prov:Quotation, prov:qualifiedQuotation .
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "wasQuotedBy" ;
+    :qualifiedForm :Quotation, :qualifiedQuotation .
 
-prov:wasRevisionOf
+:wasRevisionOf
     a owl:ObjectProperty ;
     rdfs:comment "A revision is a derivation that revises an entity into a revised version."@en ;
-    rdfs:domain prov:Entity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:wasDerivedFrom ;
-    owl:propertyChainAxiom (prov:qualifiedRevision
-        prov:entity
+    rdfs:domain :Entity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :wasDerivedFrom ;
+    owl:propertyChainAxiom (:qualifiedRevision
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "derivations" ;
-    prov:inverse "hadRevision" ;
-    prov:qualifiedForm prov:Revision, prov:qualifiedRevision .
+    :category "expanded" ;
+    :component "derivations" ;
+    :inverse "hadRevision" ;
+    :qualifiedForm :Revision, :qualifiedRevision .
 
-prov:wasStartedBy
+:wasStartedBy
     a owl:ObjectProperty ;
     rdfs:comment "Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity."@en ;
-    rdfs:domain prov:Activity ;
-    rdfs:range prov:Entity ;
-    rdfs:subPropertyOf prov:involved ;
-    owl:propertyChainAxiom (prov:qualifiedStart
-        prov:entity
+    rdfs:domain :Activity ;
+    rdfs:range :Entity ;
+    rdfs:subPropertyOf :involved ;
+    owl:propertyChainAxiom (:qualifiedStart
+        :entity
     ) ;
-    prov:category "expanded" ;
-    prov:component "entities-activities" ;
-    prov:editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
-    prov:inverse "started" ;
-    prov:qualifiedForm prov:Start, prov:qualifiedStart .
+    :category "expanded" ;
+    :component "entities-activities" ;
+    :editorialNote "was{Started,Ended}By do not have anything to do with agent/attribution. -Luc 20 April 2012"@en ;
+    :inverse "started" ;
+    :qualifiedForm :Start, :qualifiedStart .
 
 []
     a owl:Axiom ;
-    rdfs:comment "hadOriginalSource property is a particular case of wasDerivedFrom that aims to give credit to the source that originated some information." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:hadOriginalSource ;
-    owl:annotatedTarget prov:wasDerivedFrom .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Attribution is a particular case of trace, in the sense that it links an entity to the agent that ascribed it." ;
+    rdfs:comment "hadOriginalSource property is a particular case of wasDerivedFrom (see http://www.w3.org/TR/prov-dm/#term-original-source) that aims to give credit to the source that originated some information." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:wasAttributedTo ;
-    owl:annotatedTarget prov:tracedTo ;
-    prov:definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. " ;
-    prov:prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .
-
-[]
-    a owl:Axiom ;
-    rdfs:comment "Derivation is a particular case of trace, since it links an entity to another entity that contributed to its existence." ;
-    owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:wasDerivedFrom ;
-    owl:annotatedTarget prov:tracedTo .
+    owl:annotatedSource :hadOriginalSource ;
+    owl:annotatedTarget :wasDerivedFrom .
 
 []
     a owl:Axiom ;
-    rdfs:comment "Quotation is a particular case of derivation in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
+    rdfs:comment "Attribution is a particular case of trace (see http://www.w3.org/TR/prov-dm/#concept-trace), in the sense that it links an entity to the agent that ascribed it." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:wasQuotedFrom ;
-    owl:annotatedTarget prov:wasDerivedFrom .
+    owl:annotatedSource :wasAttributedTo ;
+    owl:annotatedTarget :tracedTo ;
+    :definition "IF wasAttributedTo(e2,ag1,aAttr) holds, THEN tracedTo(e2,ag1) also holds. " ;
+    :prov-dm-constraints "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-constraints.html#traceability-inference" .
 
 []
     a owl:Axiom ;
-    rdfs:comment "http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'" ;
+    rdfs:comment "Derivation is a particular case of trace (see http://www.w3.org/TR/prov-dm/#term-trace), since it links an entity to another entity that contributed to its existence." ;
     owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:wasRevisionOf ;
-    owl:annotatedTarget prov:wasDerivedFrom .
+    owl:annotatedSource :wasDerivedFrom ;
+    owl:annotatedTarget :tracedTo .
 
 []
     a owl:Axiom ;
-    rdfs:comment "Insertion is a form of derivation that transforms a dictionary into another, by insertion of one or more key-entity pairs. " ;
+    rdfs:comment "Quotation is a particular case of derivation (see http://www.w3.org/TR/prov-dm/#term-quotation) in which an entity is derived from an original entity by copying, or \"quoting\", some or all of it. " ;
     owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:derivedByInsertionFrom ;
-    owl:annotatedTarget prov:wasDerivedFrom .
+    owl:annotatedSource :wasQuotedFrom ;
+    owl:annotatedTarget :wasDerivedFrom .
 
 []
     a owl:Axiom ;
-    rdfs:comment "Removal is a form of derivation that transforms a dictionary into another, by removing one or more key-entity pairs. " ;
+    rdfs:comment """Revision is a derivation (see http://www.w3.org/TR/prov-dm/#term-Revision). Moreover, according to 
+http://dvcs.w3.org/hg/prov/raw-file/default/model/prov-dm-constraints.html#term-Revision 23 April 2012 'wasRevisionOf is a strict sub-relation of wasDerivedFrom since two entities e2 and e1 may satisfy wasDerivedFrom(e2,e1) without being a variant of each other.'""" ;
     owl:annotatedProperty rdfs:subPropertyOf ;
-    owl:annotatedSource prov:derivedByRemovalFrom ;
-    owl:annotatedTarget prov:wasDerivedFrom .
+    owl:annotatedSource :wasRevisionOf ;
+    owl:annotatedTarget :wasDerivedFrom .
 
+[]
+    a owl:Axiom ;
+    rdfs:comment "Insertion is a form of derivation (see http://www.w3.org/TR/prov-dm/#term-dictionary-insertion) that transforms a dictionary into another, by insertion of one or more key-entity pairs. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :derivedByInsertionFrom ;
+    owl:annotatedTarget :wasDerivedFrom .
+
+[]
+    a owl:Axiom ;
+    rdfs:comment "Removal is a form of derivation (see http://www.w3.org/TR/prov-dm/#term-dictionary-removal) that transforms a dictionary into another, by removing one or more key-entity pairs. " ;
+    owl:annotatedProperty rdfs:subPropertyOf ;
+    owl:annotatedSource :derivedByRemovalFrom ;
+    owl:annotatedTarget :wasDerivedFrom .
+