Module prov.model

Interface WasInfluencedBy

All Superinterfaces:
HasLabel, HasOther, HasType, Identifiable, Influence, QualifiedRelation, Relation, Statement, StatementOrBundle
All Known Implementing Classes:
WasInfluencedBy

public interface WasInfluencedBy extends Identifiable, HasLabel, HasType, HasOther, Influence

Interface for the PROV Influence association.

PROV-DM Definition for Influence: Influence is the capacity of an entity, activity, or agent to have an effect on the character, development, or behavior of another by means of usage, start, end, generation, invalidation, communication, derivation, attribution, association, or delegation.

Relevant Factory Methods:

Schema Definition:

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Influence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="influencee" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="influencer" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element ref="{http://www.w3.org/ns/prov#}label" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/ns/prov#}type" maxOccurs="unbounded" minOccurs="0"/>
         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://www.w3.org/ns/prov#}id"/>
     </restriction>
   </complexContent>
 </complexType>
 

Author:
lavm
See Also: