Class: Usage
Usage is the beginning of utilizing an entity by an activity. Before usage, the activity had not begun to utilize this entity and could not have been affected by the entity.@en
URI: linkml_prov:Usage
Parents
- is_a: InstantaneousEvent - The PROV data model is implicitly based on a notion of instantaneous events (or just events), that mark transitions in the world. Events include generation, usage, or invalidation of entities, as well as starting or ending of activities. This notion of event is not first-class in the data model, but it is useful for explaining its other concepts and its semantics.@en
Uses Mixins
- mixin: EntityInfluence
Referenced by class
- None hadUsage OPT Usage
- None qualifiedUsage OPT Usage
Attributes
Inherited from InstantaneousEvent:
Mixed in from EntityInfluence:
Mixed in from Influence:
- hadActivity OPT
- range: Activity
Mixed in from Influence:
- influencer OPT
- range: Thing
Other properties
Mappings: | prov:Usage | |
Comments: | 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 ].@en |