EntityInfluence
Class
http://www.w3.org/ns/prov#EntityInfluence
Class Hierarchy
- Influence (w3c-prov-o)
- ↳ EntityInfluence
- ↳ Derivation
- ↳ End
- ↳ Start
- ↳ Usage
Definition
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.
Mappings & provenance
see also
entity (w3c-prov-o)
Properties
Category
qualified
Editors Definition
EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other.
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.Disjoint with
ActivityInfluence
From
owl:disjointWith and owl:AllDisjointClasses membership; the listed classes are pairwise disjoint with this one.Property Structure
1 · Object and Data Properties
rdfs:domain on this class or ancestor
| Property | Range | Description |
|---|---|---|
| entity | Entity | |
| 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 4
Derivation
An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some ... End
An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:... Start
An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started... Usage
An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity t...
An instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some ... End
An instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:... Start
An instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started... Usage
An instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity t...
Used in cases 15
Case ontologies that instantiate this class or one of its base-ontology descendants. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 4 Case 5 Case 6 Case 7 Case 8 Case 9 Case 10 Case 16 Case 20 Case 56 Case 57 Case 58 Case 59 Case 103 Case 121@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:EntityInfluence a owl:Class ;
rdfs:label "EntityInfluence" ;
rdfs:comment "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." ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:seeAlso prov:entity ;
rdfs:subClassOf prov:Influence ;
skos:definition "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." ;
prov:category "qualified" ;
prov:editorsDefinition "EntityInfluence is the capacity of an entity to have an effect on the character, development, or behavior of another by means of usage, start, end, derivation, or other. "@en .