ActivityInfluence
Class
http://www.w3.org/ns/prov#ActivityInfluence
Class Hierarchy
- Influence (w3c-prov-o)
- ↳ ActivityInfluence
- ↳ Communication
- ↳ Generation
- ↳ Invalidation
Definition
ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.
Mappings & provenance
see also
activity (w3c-prov-o)
Properties
Category
qualified
Editors Definition
ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other.
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.Disjoint with
EntityInfluence
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 |
|---|---|---|
| activity | Activity | |
| 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
Communication
An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an ... Generation
An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a gen... Invalidation
An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from a...
An instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an ... Generation
An instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a gen... Invalidation
An instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from a...
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prov:ActivityInfluence a owl:Class ;
rdfs:label "ActivityInfluence" ;
rdfs:comment "ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity." ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:seeAlso prov:activity ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty prov:hadActivity ],
prov:Influence ;
owl:disjointWith prov:EntityInfluence ;
skos:definition "ActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity." ;
prov:category "qualified" ;
prov:editorsDefinition "ActivitiyInfluence is the capacity of an activity to have an effect on the character, development, or behavior of another by means of generation, invalidation, communication, or other."@en .