Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | 9x 9x 9x 9x | import { NamedNode } from '@rdfjs/types';
/** Namespace URI of the PROV_O vocabulary. */
export const _PROV_O = 'http://www.w3.org/ns/prov#';
export const PROV_O = {
/** */
'comment': 'http://www.w3.org/2000/01/rdf-schema#comment',
'isDefinedBy': 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy',
/** */
'label': 'http://www.w3.org/2000/01/rdf-schema#label',
/** */
'seeAlso': 'http://www.w3.org/2000/01/rdf-schema#seeAlso',
'Thing': 'http://www.w3.org/2002/07/owl#Thing',
'versionInfo': 'http://www.w3.org/2002/07/owl#versionInfo',
'Activity': 'http://www.w3.org/ns/prov#Activity',
/** 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. */
'ActivityInfluence': 'http://www.w3.org/ns/prov#ActivityInfluence',
'Agent': 'http://www.w3.org/ns/prov#Agent',
/** 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. */
'AgentInfluence': 'http://www.w3.org/ns/prov#AgentInfluence',
/** 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 responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]. */
'Association': 'http://www.w3.org/ns/prov#Association',
/** 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 ]. */
'Attribution': 'http://www.w3.org/ns/prov#Attribution',
/** 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. */
'Bundle': 'http://www.w3.org/ns/prov#Bundle',
'Collection': 'http://www.w3.org/ns/prov#Collection',
/** 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 ]. */
'Communication': 'http://www.w3.org/ns/prov#Communication',
/** 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 ]. */
'Delegation': 'http://www.w3.org/ns/prov#Delegation',
/** An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]. */
'Derivation': 'http://www.w3.org/ns/prov#Derivation',
'EmptyCollection': 'http://www.w3.org/ns/prov#EmptyCollection',
/** 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 ]. */
'End': 'http://www.w3.org/ns/prov#End',
'Entity': 'http://www.w3.org/ns/prov#Entity',
/** EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity. */
'EntityInfluence': 'http://www.w3.org/ns/prov#EntityInfluence',
/** 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 ]. */
'Generation': 'http://www.w3.org/ns/prov#Generation',
/** An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable. */
'Influence': 'http://www.w3.org/ns/prov#Influence',
/** 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. */
'InstantaneousEvent': 'http://www.w3.org/ns/prov#InstantaneousEvent',
/** 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 ]. */
'Invalidation': 'http://www.w3.org/ns/prov#Invalidation',
'Location': 'http://www.w3.org/ns/prov#Location',
'Organization': 'http://www.w3.org/ns/prov#Organization',
'Person': 'http://www.w3.org/ns/prov#Person',
/** 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. */
'Plan': 'http://www.w3.org/ns/prov#Plan',
/** 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 ] . */
'PrimarySource': 'http://www.w3.org/ns/prov#PrimarySource',
/** 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 ]. */
'Quotation': 'http://www.w3.org/ns/prov#Quotation',
/** 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 ]. */
'Revision': 'http://www.w3.org/ns/prov#Revision',
'Role': 'http://www.w3.org/ns/prov#Role',
'SoftwareAgent': 'http://www.w3.org/ns/prov#SoftwareAgent',
/** 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 ] . */
'Start': 'http://www.w3.org/ns/prov#Start',
/** 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 ]. */
'Usage': 'http://www.w3.org/ns/prov#Usage',
/** 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. */
'actedOnBehalfOf': 'http://www.w3.org/ns/prov#actedOnBehalfOf',
'activity': 'http://www.w3.org/ns/prov#activity',
'agent': 'http://www.w3.org/ns/prov#agent',
'alternateOf': 'http://www.w3.org/ns/prov#alternateOf',
'aq': 'http://www.w3.org/ns/prov#aq',
/** The Location of any resource. */
'atLocation': 'http://www.w3.org/ns/prov#atLocation',
/** The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. */
'atTime': 'http://www.w3.org/ns/prov#atTime',
/** 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. */
'category': 'http://www.w3.org/ns/prov#category',
/** 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. */
'component': 'http://www.w3.org/ns/prov#component',
/** A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept. */
'constraints': 'http://www.w3.org/ns/prov#constraints',
/** A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term. */
'definition': 'http://www.w3.org/ns/prov#definition',
/** A reference to the principal section of the PROV-DM document that describes this concept. */
'dm': 'http://www.w3.org/ns/prov#dm',
/** 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. */
'editorialNote': 'http://www.w3.org/ns/prov#editorialNote',
/** When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one. */
'editorsDefinition': 'http://www.w3.org/ns/prov#editorsDefinition',
/** The time at which an activity ended. See also prov:startedAtTime. */
'endedAtTime': 'http://www.w3.org/ns/prov#endedAtTime',
'entity': 'http://www.w3.org/ns/prov#entity',
'generated': 'http://www.w3.org/ns/prov#generated',
/** The time at which an entity was completely created and is available for use. */
'generatedAtTime': 'http://www.w3.org/ns/prov#generatedAtTime',
/** 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). */
'hadActivity': 'http://www.w3.org/ns/prov#hadActivity',
/** The _optional_ Generation involved in an Entity's Derivation. */
'hadGeneration': 'http://www.w3.org/ns/prov#hadGeneration',
'hadMember': 'http://www.w3.org/ns/prov#hadMember',
/** The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification. */
'hadPlan': 'http://www.w3.org/ns/prov#hadPlan',
'hadPrimarySource': 'http://www.w3.org/ns/prov#hadPrimarySource',
/** The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]. */
'hadRole': 'http://www.w3.org/ns/prov#hadRole',
/** The _optional_ Usage involved in an Entity's Derivation. */
'hadUsage': 'http://www.w3.org/ns/prov#hadUsage',
'influenced': 'http://www.w3.org/ns/prov#influenced',
/** 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. */
'influencer': 'http://www.w3.org/ns/prov#influencer',
'invalidated': 'http://www.w3.org/ns/prov#invalidated',
/** The time at which an entity was invalidated (i.e., no longer usable). */
'invalidatedAtTime': 'http://www.w3.org/ns/prov#invalidatedAtTime',
/** 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. */
'inverse': 'http://www.w3.org/ns/prov#inverse',
/** A reference to the principal section of the PROV-DM document that describes this concept. */
'n': 'http://www.w3.org/ns/prov#n',
/** 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. */
'order': 'http://www.w3.org/ns/prov#order',
/** If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ]. */
'qualifiedAssociation': 'http://www.w3.org/ns/prov#qualifiedAssociation',
/** 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 ]. */
'qualifiedAttribution': 'http://www.w3.org/ns/prov#qualifiedAttribution',
/** 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 ]. */
'qualifiedCommunication': 'http://www.w3.org/ns/prov#qualifiedCommunication',
/** If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ]. */
'qualifiedDelegation': 'http://www.w3.org/ns/prov#qualifiedDelegation',
/** 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 ]. */
'qualifiedDerivation': 'http://www.w3.org/ns/prov#qualifiedDerivation',
/** 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 ]. */
'qualifiedEnd': 'http://www.w3.org/ns/prov#qualifiedEnd',
/** 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. */
'qualifiedForm': 'http://www.w3.org/ns/prov#qualifiedForm',
/** 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 ]. */
'qualifiedGeneration': 'http://www.w3.org/ns/prov#qualifiedGeneration',
/** Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. */
'qualifiedInfluence': 'http://www.w3.org/ns/prov#qualifiedInfluence',
/** 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 ]. */
'qualifiedInvalidation': 'http://www.w3.org/ns/prov#qualifiedInvalidation',
/** If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]. */
'qualifiedPrimarySource': 'http://www.w3.org/ns/prov#qualifiedPrimarySource',
/** If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ]. */
'qualifiedQuotation': 'http://www.w3.org/ns/prov#qualifiedQuotation',
/** 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 ]. */
'qualifiedRevision': 'http://www.w3.org/ns/prov#qualifiedRevision',
/** 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 ]. */
'qualifiedStart': 'http://www.w3.org/ns/prov#qualifiedStart',
/** 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 ]. */
'qualifiedUsage': 'http://www.w3.org/ns/prov#qualifiedUsage',
'sharesDefinitionWith': 'http://www.w3.org/ns/prov#sharesDefinitionWith',
'specializationOf': 'http://www.w3.org/ns/prov#specializationOf',
/** The time at which an activity started. See also prov:endedAtTime. */
'startedAtTime': 'http://www.w3.org/ns/prov#startedAtTime',
'todo': 'http://www.w3.org/ns/prov#todo',
/** Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation. */
'unqualifiedForm': 'http://www.w3.org/ns/prov#unqualifiedForm',
/** A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven . */
'used': 'http://www.w3.org/ns/prov#used',
'value': 'http://www.w3.org/ns/prov#value',
/** An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity. */
'wasAssociatedWith': 'http://www.w3.org/ns/prov#wasAssociatedWith',
/** Attribution is the ascribing of an entity to an agent. */
'wasAttributedTo': 'http://www.w3.org/ns/prov#wasAttributedTo',
/** The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable. */
'wasDerivedFrom': 'http://www.w3.org/ns/prov#wasDerivedFrom',
/** End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity. */
'wasEndedBy': 'http://www.w3.org/ns/prov#wasEndedBy',
'wasGeneratedBy': 'http://www.w3.org/ns/prov#wasGeneratedBy',
/** Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable. */
'wasInfluencedBy': 'http://www.w3.org/ns/prov#wasInfluencedBy',
/** 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. */
'wasInformedBy': 'http://www.w3.org/ns/prov#wasInformedBy',
'wasInvalidatedBy': 'http://www.w3.org/ns/prov#wasInvalidatedBy',
/** An entity is derived from an original entity by copying, or 'quoting', some or all of it. */
'wasQuotedFrom': 'http://www.w3.org/ns/prov#wasQuotedFrom',
/** A revision is a derivation that revises an entity into a revised version. */
'wasRevisionOf': 'http://www.w3.org/ns/prov#wasRevisionOf',
/** Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity. */
'wasStartedBy': 'http://www.w3.org/ns/prov#wasStartedBy',
}
/** Namespace URI of the prov_o vocabulary. */
export const _prov_o = { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#' } as NamedNode;
export const prov_o = {
/** */
'comment': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#comment', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#comment' } as NamedNode,
'isDefinedBy': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy' } as NamedNode,
/** */
'label': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#label', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#label' } as NamedNode,
/** */
'seeAlso': { termType: 'NamedNode', value: 'http://www.w3.org/2000/01/rdf-schema#seeAlso', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2000/01/rdf-schema#seeAlso' } as NamedNode,
'Thing': { termType: 'NamedNode', value: 'http://www.w3.org/2002/07/owl#Thing', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2002/07/owl#Thing' } as NamedNode,
'versionInfo': { termType: 'NamedNode', value: 'http://www.w3.org/2002/07/owl#versionInfo', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2002/07/owl#versionInfo' } as NamedNode,
'Activity': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Activity', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Activity' } as NamedNode,
/** 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. */
'ActivityInfluence': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#ActivityInfluence', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#ActivityInfluence' } as NamedNode,
'Agent': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Agent', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Agent' } as NamedNode,
/** 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. */
'AgentInfluence': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#AgentInfluence', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#AgentInfluence' } as NamedNode,
/** 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 responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ]. */
'Association': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Association', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Association' } as NamedNode,
/** 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 ]. */
'Attribution': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Attribution', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Attribution' } as NamedNode,
/** 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. */
'Bundle': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Bundle', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Bundle' } as NamedNode,
'Collection': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Collection', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Collection' } as NamedNode,
/** 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 ]. */
'Communication': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Communication', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Communication' } as NamedNode,
/** 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 ]. */
'Delegation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Delegation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Delegation' } as NamedNode,
/** An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ]. */
'Derivation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Derivation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Derivation' } as NamedNode,
'EmptyCollection': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#EmptyCollection', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#EmptyCollection' } as NamedNode,
/** 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 ]. */
'End': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#End', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#End' } as NamedNode,
'Entity': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Entity', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Entity' } as NamedNode,
/** EntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity. */
'EntityInfluence': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#EntityInfluence', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#EntityInfluence' } as NamedNode,
/** 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 ]. */
'Generation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Generation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Generation' } as NamedNode,
/** An instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable. */
'Influence': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Influence', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Influence' } as NamedNode,
/** 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. */
'InstantaneousEvent': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#InstantaneousEvent', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#InstantaneousEvent' } as NamedNode,
/** 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 ]. */
'Invalidation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Invalidation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Invalidation' } as NamedNode,
'Location': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Location', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Location' } as NamedNode,
'Organization': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Organization', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Organization' } as NamedNode,
'Person': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Person', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Person' } as NamedNode,
/** 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. */
'Plan': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Plan', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Plan' } as NamedNode,
/** 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 ] . */
'PrimarySource': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#PrimarySource', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#PrimarySource' } as NamedNode,
/** 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 ]. */
'Quotation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Quotation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Quotation' } as NamedNode,
/** 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 ]. */
'Revision': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Revision', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Revision' } as NamedNode,
'Role': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Role', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Role' } as NamedNode,
'SoftwareAgent': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#SoftwareAgent', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#SoftwareAgent' } as NamedNode,
/** 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 ] . */
'Start': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Start', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Start' } as NamedNode,
/** 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 ]. */
'Usage': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#Usage', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#Usage' } as NamedNode,
/** 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. */
'actedOnBehalfOf': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#actedOnBehalfOf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#actedOnBehalfOf' } as NamedNode,
'activity': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#activity', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#activity' } as NamedNode,
'agent': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#agent', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#agent' } as NamedNode,
'alternateOf': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#alternateOf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#alternateOf' } as NamedNode,
'aq': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#aq', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#aq' } as NamedNode,
/** The Location of any resource. */
'atLocation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#atLocation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#atLocation' } as NamedNode,
/** The time at which an InstantaneousEvent occurred, in the form of xsd:dateTime. */
'atTime': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#atTime', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#atTime' } as NamedNode,
/** 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. */
'category': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#category', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#category' } as NamedNode,
/** 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. */
'component': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#component', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#component' } as NamedNode,
/** A reference to the principal section of the PROV-CONSTRAINTS document that describes this concept. */
'constraints': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#constraints', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#constraints' } as NamedNode,
/** A definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term. */
'definition': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#definition', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#definition' } as NamedNode,
/** A reference to the principal section of the PROV-DM document that describes this concept. */
'dm': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#dm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#dm' } as NamedNode,
/** 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. */
'editorialNote': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#editorialNote', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#editorialNote' } as NamedNode,
/** When the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one. */
'editorsDefinition': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#editorsDefinition', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#editorsDefinition' } as NamedNode,
/** The time at which an activity ended. See also prov:startedAtTime. */
'endedAtTime': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#endedAtTime', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#endedAtTime' } as NamedNode,
'entity': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#entity', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#entity' } as NamedNode,
'generated': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#generated', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#generated' } as NamedNode,
/** The time at which an entity was completely created and is available for use. */
'generatedAtTime': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#generatedAtTime', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#generatedAtTime' } as NamedNode,
/** 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). */
'hadActivity': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadActivity', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadActivity' } as NamedNode,
/** The _optional_ Generation involved in an Entity's Derivation. */
'hadGeneration': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadGeneration', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadGeneration' } as NamedNode,
'hadMember': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadMember', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadMember' } as NamedNode,
/** The _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification. */
'hadPlan': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadPlan', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadPlan' } as NamedNode,
'hadPrimarySource': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadPrimarySource', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadPrimarySource' } as NamedNode,
/** The _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ]. */
'hadRole': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadRole', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadRole' } as NamedNode,
/** The _optional_ Usage involved in an Entity's Derivation. */
'hadUsage': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#hadUsage', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#hadUsage' } as NamedNode,
'influenced': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#influenced', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#influenced' } as NamedNode,
/** 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. */
'influencer': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#influencer', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#influencer' } as NamedNode,
'invalidated': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#invalidated', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#invalidated' } as NamedNode,
/** The time at which an entity was invalidated (i.e., no longer usable). */
'invalidatedAtTime': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#invalidatedAtTime', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#invalidatedAtTime' } as NamedNode,
/** 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. */
'inverse': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#inverse', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#inverse' } as NamedNode,
/** A reference to the principal section of the PROV-DM document that describes this concept. */
'n': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#n', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#n' } as NamedNode,
/** 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. */
'order': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#order', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#order' } as NamedNode,
/** If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ]. */
'qualifiedAssociation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedAssociation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedAssociation' } as NamedNode,
/** 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 ]. */
'qualifiedAttribution': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedAttribution', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedAttribution' } as NamedNode,
/** 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 ]. */
'qualifiedCommunication': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedCommunication', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedCommunication' } as NamedNode,
/** If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ]. */
'qualifiedDelegation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedDelegation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedDelegation' } as NamedNode,
/** 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 ]. */
'qualifiedDerivation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedDerivation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedDerivation' } as NamedNode,
/** 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 ]. */
'qualifiedEnd': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedEnd', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedEnd' } as NamedNode,
/** 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. */
'qualifiedForm': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedForm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedForm' } as NamedNode,
/** 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 ]. */
'qualifiedGeneration': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedGeneration', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedGeneration' } as NamedNode,
/** Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. */
'qualifiedInfluence': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedInfluence', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedInfluence' } as NamedNode,
/** 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 ]. */
'qualifiedInvalidation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedInvalidation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedInvalidation' } as NamedNode,
/** If this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ]. */
'qualifiedPrimarySource': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedPrimarySource', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedPrimarySource' } as NamedNode,
/** If this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ]. */
'qualifiedQuotation': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedQuotation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedQuotation' } as NamedNode,
/** 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 ]. */
'qualifiedRevision': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedRevision', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedRevision' } as NamedNode,
/** 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 ]. */
'qualifiedStart': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedStart', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedStart' } as NamedNode,
/** 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 ]. */
'qualifiedUsage': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#qualifiedUsage', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#qualifiedUsage' } as NamedNode,
'sharesDefinitionWith': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#sharesDefinitionWith', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#sharesDefinitionWith' } as NamedNode,
'specializationOf': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#specializationOf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#specializationOf' } as NamedNode,
/** The time at which an activity started. See also prov:endedAtTime. */
'startedAtTime': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#startedAtTime', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#startedAtTime' } as NamedNode,
'todo': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#todo', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#todo' } as NamedNode,
/** Classes and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation. */
'unqualifiedForm': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#unqualifiedForm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#unqualifiedForm' } as NamedNode,
/** A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven . */
'used': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#used', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#used' } as NamedNode,
'value': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#value', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#value' } as NamedNode,
/** An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity. */
'wasAssociatedWith': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasAssociatedWith', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasAssociatedWith' } as NamedNode,
/** Attribution is the ascribing of an entity to an agent. */
'wasAttributedTo': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasAttributedTo', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasAttributedTo' } as NamedNode,
/** The more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable. */
'wasDerivedFrom': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasDerivedFrom', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasDerivedFrom' } as NamedNode,
/** End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity. */
'wasEndedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasEndedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasEndedBy' } as NamedNode,
'wasGeneratedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasGeneratedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasGeneratedBy' } as NamedNode,
/** Because prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable. */
'wasInfluencedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasInfluencedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasInfluencedBy' } as NamedNode,
/** 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. */
'wasInformedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasInformedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasInformedBy' } as NamedNode,
'wasInvalidatedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasInvalidatedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasInvalidatedBy' } as NamedNode,
/** An entity is derived from an original entity by copying, or 'quoting', some or all of it. */
'wasQuotedFrom': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasQuotedFrom', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasQuotedFrom' } as NamedNode,
/** A revision is a derivation that revises an entity into a revised version. */
'wasRevisionOf': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasRevisionOf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasRevisionOf' } as NamedNode,
/** Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity. */
'wasStartedBy': { termType: 'NamedNode', value: 'http://www.w3.org/ns/prov#wasStartedBy', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/ns/prov#wasStartedBy' } as NamedNode,
} |