RightsAssignment
Class
http://www.w3.org/ns/prov#RightsAssignment
Class Hierarchy
- Activity (w3c-prov-o)
- ↳ RightsAssignment
Definition
Activity that identifies the rights assignment of a resource.
Property Structure
1 · Object and Data Properties
rdfs:domain on this class or ancestor
| Property | Range | Description |
|---|---|---|
| atLocation inherited | Location | The Location of any resource. |
| endedAtTime inherited | dateTime | The time at which an activity ended. See also prov:startedAtTime. |
| generated inherited | Entity | |
| invalidated inherited | Entity | |
| qualifiedAssociation inherited | Association | If this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ]. |
| qualifiedCommunication inherited | Communication | 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 ]. |
| qualifiedEnd inherited | End | 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 ]. |
| qualifiedInfluence inherited | Influence | Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. |
| qualifiedStart inherited | Start | 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 ]. |
| qualifiedUsage inherited | Usage | 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 ]. |
| startedAtTime inherited | dateTime | The time at which an activity started. See also prov:endedAtTime. |
| used inherited | Entity | A prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven . |
| wasAssociatedWith inherited | Agent | An prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity. |
| wasEndedBy inherited | Entity | End is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity. |
| wasInfluencedBy inherited | Activity Agent Entity | 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. |
| wasInformedBy inherited | Activity | 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. |
| wasStartedBy inherited | Entity | Start is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity. |
2 · Referenced By
rdfs:range on this class or ancestor
| From | Property | Description |
|---|---|---|
| Activity | wasInfluencedBy inherited | 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. |
| Activity | wasInformedBy inherited | 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. |
| Activity Influence | activity inherited | |
| Agent | wasInfluencedBy inherited | 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. |
| Delegation | hadActivity inherited | 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). |
| Derivation | hadActivity inherited | 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). |
| End | hadActivity inherited | 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). |
| Entity | wasGeneratedBy inherited | |
| Entity | wasInfluencedBy inherited | 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. |
| Entity | wasInvalidatedBy inherited | |
| Semantic Change Event | hasExecutionTrace inherited | Retrospective provenance: WHAT was actually detected. |
| Start | hadActivity inherited | 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). |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
prov:RightsAssignment a owl:Class ;
rdfs:label "RightsAssignment"@en ;
rdfs:subClassOf prov:Activity ;
prov:definition "Activity that identifies the rights assignment of a resource."@en .