prov:Activity a owl:Class
Subclasses
Annotations
| subDomain | DocumentWiseProv |
Properties
| property | description | cardinality | type |
|---|---|---|---|
| prov:startedAtTime | The time at which the activity is started | 0:1 | xsd:DateTime |
| wasAssociatedWith | The agent which be performed this activity | 0:1 | prov:Agent |
| prov:endedAtTime | The time at which the activity is ended, if unknown set equal to startedAt. | 0:1 | xsd:DateTime |
| prov:used | Description of each of the Data Sets used | 0:N | prov:Entity |
| prov:generated | Description of each generated data set | 0:N | prov:Entity |
| prov:wasInformedBy | Denote the parent activity that initiated this task | 0:1 | prov:Activity |