Module prov.model

Interface MentionOf

All Superinterfaces:
Relation, Statement, StatementOrBundle

public interface MentionOf extends Relation

Interface for PROV MentionOf association.

PROV-Links Definition for Mention: The mention of an entity in a bundle (containing a description of this entity) is another entity that is a specialization of the former and that presents at least the bundle as a further additional aspect.

Relevant Factory Methods:

Schema Definition:

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

 <complexType name="Mention">
   <complexContent>
     <extension base="{http://www.w3.org/ns/prov#}AStatement">
       <sequence>
         <element name="specificEntity" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="generalEntity" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="bundle" type="{http://www.w3.org/ns/prov#}IDRef"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Author:
lavm
See Also: