_PROV.py 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. from rdflib.namespace import DefinedNamespace, Namespace
  2. from rdflib.term import URIRef
  3. class PROV(DefinedNamespace):
  4. """
  5. W3C PROVenance Interchange Ontology (PROV-O)
  6. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If
  7. you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe
  8. public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All
  9. feedback is welcome.
  10. PROV Access and Query Ontology
  11. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If
  12. you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe
  13. public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All
  14. feedback is welcome.
  15. Dublin Core extensions of the W3C PROVenance Interchange Ontology (PROV-O)
  16. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If
  17. you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe
  18. public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/). All
  19. feedback is welcome.
  20. W3C PROV Linking Across Provenance Bundles Ontology (PROV-LINKS)
  21. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If
  22. you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe
  23. public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-comments/ ). All
  24. feedback is welcome.
  25. W3C PROVenance Interchange Ontology (PROV-O) Dictionary Extension
  26. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page).
  27. If you wish to make comments regarding this document, please send them to public-prov-comments@w3.org
  28. (subscribe public-prov-comments-request@w3.org, archives http://lists.w3.org/Archives/Public/public-prov-
  29. comments/). All feedback is welcome.
  30. W3C PROVenance Interchange
  31. This document is published by the Provenance Working Group (http://www.w3.org/2011/prov/wiki/Main_Page). If
  32. you wish to make comments regarding this document, please send them to public-prov-comments@w3.org (subscribe
  33. public-prov-comments-request@w3.org, archives http://lists.w3.org/ Archives/Public/public-prov-comments/). All
  34. feedback is welcome.
  35. Generated from: http://www.w3.org/ns/prov
  36. Date: 2020-05-26 14:20:04.650279
  37. """
  38. _fail = True
  39. # http://www.w3.org/2000/01/rdf-schema#Resource
  40. activityOfInfluence: URIRef # activityOfInfluence
  41. agentOfInfluence: URIRef # agentOfInfluence
  42. contributed: URIRef # contributed
  43. ended: URIRef # ended
  44. entityOfInfluence: URIRef # entityOfInfluence
  45. generalizationOf: URIRef # generalizationOf
  46. generatedAsDerivation: URIRef # generatedAsDerivation
  47. hadDelegate: URIRef # hadDelegate
  48. hadDerivation: URIRef # hadDerivation
  49. hadInfluence: URIRef # hadInfluence
  50. hadRevision: URIRef # hadRevision
  51. informed: URIRef # informed
  52. locationOf: URIRef # locationOf
  53. qualifiedAssociationOf: URIRef # qualifiedAssociationOf
  54. qualifiedAttributionOf: URIRef # qualifiedAttributionOf
  55. qualifiedCommunicationOf: URIRef # qualifiedCommunicationOf
  56. qualifiedDelegationOf: URIRef # qualifiedDelegationOf
  57. qualifiedDerivationOf: URIRef # qualifiedDerivationOf
  58. qualifiedEndOf: URIRef # qualifiedEndOf
  59. qualifiedGenerationOf: URIRef # qualifiedGenerationOf
  60. qualifiedInfluenceOf: URIRef # qualifiedInfluenceOf
  61. qualifiedInvalidationOf: URIRef # qualifiedInvalidationOf
  62. qualifiedQuotationOf: URIRef # qualifiedQuotationOf
  63. qualifiedSourceOf: URIRef # qualifiedSourceOf
  64. qualifiedStartOf: URIRef # qualifiedStartOf
  65. qualifiedUsingActivity: URIRef # qualifiedUsingActivity
  66. quotedAs: URIRef # quotedAs
  67. revisedEntity: URIRef # revisedEntity
  68. started: URIRef # started
  69. wasActivityOfInfluence: URIRef # wasActivityOfInfluence
  70. wasAssociateFor: URIRef # wasAssociateFor
  71. wasMemberOf: URIRef # wasMemberOf
  72. wasPlanOf: URIRef # wasPlanOf
  73. wasPrimarySourceOf: URIRef # wasPrimarySourceOf
  74. wasRoleIn: URIRef # wasRoleIn
  75. wasUsedBy: URIRef # wasUsedBy
  76. wasUsedInDerivation: URIRef # wasUsedInDerivation
  77. # http://www.w3.org/2002/07/owl#AnnotationProperty
  78. aq: URIRef #
  79. category: URIRef # 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.
  80. component: URIRef # 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.
  81. constraints: URIRef # A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.
  82. definition: URIRef # A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.
  83. dm: URIRef # A reference to the principal section of the PROV-DM document that describes this concept.
  84. editorialNote: URIRef # 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.
  85. editorsDefinition: URIRef # When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.
  86. inverse: URIRef # 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.
  87. n: URIRef # A reference to the principal section of the PROV-M document that describes this concept.
  88. order: URIRef # The position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.
  89. qualifiedForm: URIRef # This annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. Example annotation: prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation . Then this unqualified assertion: :entity1 prov:wasGeneratedBy :activity1 . can be qualified by adding: :entity1 prov:qualifiedGeneration :entity1Gen . :entity1Gen a prov:Generation, prov:Influence; prov:activity :activity1; :customValue 1337 . Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.
  90. sharesDefinitionWith: URIRef #
  91. specializationOf: URIRef # specializationOf
  92. todo: URIRef #
  93. unqualifiedForm: URIRef # Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.
  94. wasRevisionOf: URIRef # A revision is a derivation that revises an entity into a revised version.
  95. # http://www.w3.org/2002/07/owl#Class
  96. Accept: URIRef # Accept
  97. Activity: URIRef # Activity
  98. ActivityInfluence: URIRef # ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.
  99. Agent: URIRef # Agent
  100. AgentInfluence: URIRef # AgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.
  101. Association: URIRef # An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsibility for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].
  102. Attribution: URIRef # An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].
  103. Bundle: URIRef # Note that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.
  104. Collection: URIRef # Collection
  105. Communication: URIRef # 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:activity :everyone_else_jumping_off_bridge; :foo :bar ].
  106. Contribute: URIRef # Contribute
  107. Contributor: URIRef # Contributor
  108. Copyright: URIRef # Copyright
  109. Create: URIRef # Create
  110. Creator: URIRef # Creator
  111. Delegation: URIRef # An instance of prov:Delegation 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:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].
  112. Derivation: URIRef # The more specific forms of prov:Derivation (i.e., prov:Revision, prov:Quotation, prov:PrimarySource) should be asserted if they apply.
  113. Dictionary: URIRef # 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.
  114. DirectQueryService: URIRef # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
  115. EmptyDictionary: URIRef # Empty Dictionary
  116. End: URIRef # 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:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].
  117. Entity: URIRef # Entity
  118. EntityInfluence: URIRef # It is not recommended that the type EntityInfluence be asserted without also asserting one of its more specific subclasses.
  119. Generation: URIRef # 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 ].
  120. Influence: URIRef # Because prov:Influence is a broad relation, its most specific subclasses (e.g. prov:Communication, prov:Delegation, prov:End, prov:Revision, etc.) should be used when applicable.
  121. Insertion: URIRef # Insertion
  122. InstantaneousEvent: URIRef # 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.
  123. Invalidation: URIRef # An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].
  124. KeyEntityPair: URIRef # Key-Entity Pair
  125. Location: URIRef # Location
  126. Modify: URIRef # Modify
  127. Organization: URIRef # Organization
  128. Person: URIRef # Person
  129. Plan: URIRef # 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.
  130. PrimarySource: URIRef # An instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .
  131. Publish: URIRef # Publish
  132. Publisher: URIRef # Publisher
  133. Quotation: URIRef # An instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].
  134. Removal: URIRef # Removal
  135. Replace: URIRef # Replace
  136. Revision: URIRef # An instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].
  137. RightsAssignment: URIRef # RightsAssignment
  138. RightsHolder: URIRef # RightsHolder
  139. Role: URIRef # Role
  140. ServiceDescription: URIRef # Type for a generic provenance query service. Mainly for use in RDF provenance query service descriptions, to facilitate discovery in linked data environments.
  141. SoftwareAgent: URIRef # SoftwareAgent
  142. Start: URIRef # 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:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .
  143. Submit: URIRef # Submit
  144. Usage: URIRef # 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:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].
  145. # http://www.w3.org/2002/07/owl#DatatypeProperty
  146. atTime: URIRef # The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.
  147. endedAtTime: (
  148. URIRef # The time at which an activity ended. See also prov:startedAtTime.
  149. )
  150. generatedAtTime: URIRef # The time at which an entity was completely created and is available for use.
  151. invalidatedAtTime: (
  152. URIRef # The time at which an entity was invalidated (i.e., no longer usable).
  153. )
  154. provenanceUriTemplate: URIRef # Relates a provenance service to a URI template string for constructing provenance-URIs.
  155. removedKey: URIRef # removedKey
  156. startedAtTime: (
  157. URIRef # The time at which an activity started. See also prov:endedAtTime.
  158. )
  159. value: URIRef # value
  160. # http://www.w3.org/2002/07/owl#FunctionalProperty
  161. pairEntity: URIRef # pairKey
  162. pairKey: URIRef # pairKey
  163. # http://www.w3.org/2002/07/owl#NamedIndividual
  164. EmptyCollection: URIRef # EmptyCollection
  165. # http://www.w3.org/2002/07/owl#ObjectProperty
  166. actedOnBehalfOf: URIRef # 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.
  167. activity: URIRef # activity
  168. agent: URIRef # agent
  169. alternateOf: URIRef # alternateOf
  170. asInBundle: URIRef # prov:asInBundle is used to specify which bundle the general entity of a prov:mentionOf property is described. When :x prov:mentionOf :y and :y is described in Bundle :b, the triple :x prov:asInBundle :b is also asserted to cite the Bundle in which :y was described.
  171. atLocation: URIRef # The Location of any resource.
  172. derivedByInsertionFrom: URIRef # derivedByInsertionFrom
  173. derivedByRemovalFrom: URIRef # derivedByRemovalFrom
  174. describesService: URIRef # relates a generic provenance query service resource (type prov:ServiceDescription) to a specific query service description (e.g. a prov:DirectQueryService or a sd:Service).
  175. dictionary: URIRef # dictionary
  176. entity: URIRef # entity
  177. generated: URIRef # generated
  178. hadActivity: URIRef # The _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).
  179. hadDictionaryMember: URIRef # hadDictionaryMember
  180. hadGeneration: (
  181. URIRef # The _optional_ Generation involved in an Entity's Derivation.
  182. )
  183. hadMember: URIRef # hadMember
  184. hadPlan: URIRef # The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.
  185. hadPrimarySource: URIRef # hadPrimarySource
  186. hadRole: URIRef # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
  187. hadUsage: URIRef # The _optional_ Usage involved in an Entity's Derivation.
  188. has_anchor: (
  189. URIRef # Indicates anchor URI for a potentially dynamic resource instance.
  190. )
  191. has_provenance: URIRef # Indicates a provenance-URI for a resource; the resource identified by this property presents a provenance record about its subject or anchor resource.
  192. has_query_service: URIRef # Indicates a provenance query service that can access provenance related to its subject or anchor resource.
  193. influenced: URIRef # influenced
  194. influencer: URIRef # Subproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.
  195. insertedKeyEntityPair: URIRef # insertedKeyEntityPair
  196. invalidated: URIRef # invalidated
  197. mentionOf: URIRef # prov:mentionOf is used to specialize an entity as described in another bundle. It is to be used in conjunction with prov:asInBundle. prov:asInBundle is used to cite the Bundle in which the generalization was mentioned.
  198. pingback: URIRef # Relates a resource to a provenance pingback service that may receive additional provenance links about the resource.
  199. qualifiedAssociation: URIRef # If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ].
  200. qualifiedAttribution: URIRef # If this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution; prov:agent :ag; :foo :bar ].
  201. qualifiedCommunication: URIRef # If this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication; prov:activity :a; :foo :bar ].
  202. qualifiedDelegation: URIRef # If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].
  203. qualifiedDerivation: URIRef # 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 ].
  204. qualifiedEnd: URIRef # 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 ].
  205. qualifiedGeneration: URIRef # If this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation; prov:entity :e; :foo :bar ].
  206. qualifiedInfluence: URIRef # Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.
  207. qualifiedInsertion: URIRef # qualifiedInsertion
  208. qualifiedInvalidation: URIRef # 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 ].
  209. qualifiedPrimarySource: URIRef # If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].
  210. qualifiedQuotation: URIRef # If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ].
  211. qualifiedRemoval: URIRef # qualifiedRemoval
  212. qualifiedRevision: URIRef # 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 ].
  213. qualifiedStart: URIRef # 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 ].
  214. qualifiedUsage: URIRef # 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 ].
  215. used: URIRef # A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .
  216. wasAssociatedWith: URIRef # An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.
  217. wasAttributedTo: URIRef # Attribution is the ascribing of an entity to an agent.
  218. wasDerivedFrom: URIRef # The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.
  219. wasEndedBy: URIRef # End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.
  220. wasGeneratedBy: URIRef # wasGeneratedBy
  221. wasInfluencedBy: URIRef # This property has multiple RDFS domains to suit multiple OWL Profiles. See <a href="#owl-profile">PROV-O OWL Profile</a>.
  222. wasInformedBy: URIRef # 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.
  223. wasInvalidatedBy: URIRef # wasInvalidatedBy
  224. wasQuotedFrom: URIRef # An entity is derived from an original entity by copying, or 'quoting', some or all of it.
  225. wasStartedBy: URIRef # Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.
  226. _NS = Namespace("http://www.w3.org/ns/prov#")