AgentInfluence
Class
http://www.w3.org/ns/prov#AgentInfluence
Class Hierarchy
- Influence (w3c-prov-o)
- ↳ AgentInfluence
- ↳ Association
- ↳ Attribution
- ↳ Delegation
Definition
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.
Mappings & provenance
see also
agent (w3c-prov-o)
Properties
Category
qualified
Editors Definition
AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other.
Property Structure
1 · Object and Data Properties
rdfs:domain on this class or ancestor
| Property | Range | Description |
|---|---|---|
| agent | Agent | |
| influencer inherited | Thing | 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. |
2 · Referenced By
rdfs:range on this class or ancestor
| From | Property | Description |
|---|---|---|
| Activity | qualifiedInfluence inherited | Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. |
| Agent | qualifiedInfluence inherited | Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. |
| Entity | qualifiedInfluence inherited | Because prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable. |
Subclasses 3
Association
An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from a... Attribution
An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an ... Delegation
An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a pe...
An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from a... Attribution
An instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an ... Delegation
An instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a pe...
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
prov:AgentInfluence a owl:Class ;
rdfs:label "AgentInfluence" ;
rdfs:comment "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." ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:seeAlso prov:agent ;
rdfs:subClassOf prov:Influence ;
skos:definition "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." ;
prov:category "qualified" ;
prov:editorsDefinition "AgentInfluence is the capacity of an agent to have an effect on the character, development, or behavior of another by means of attribution, association, delegation, or other."@en .