Module prov.model

Interface DictionaryMembership

All Superinterfaces:
Relation, Statement, StatementOrBundle
All Known Implementing Classes:
DictionaryMembership

public interface DictionaryMembership extends Relation

Interface for PROV Dictionary Membership

A PROV Dictionary Definition for Membership: Similar to the collection membership relation, the dictionary membership allows stating the members of a Dictionary. However, it provides additional structure. Note that dictionary membership implies collection membership, but not vice versa.

Relevant Factory Methods:

Schema Definition:

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

 <complexType name="DictionaryMembership">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dictionary" type="{http://www.w3.org/ns/prov#}IDRef"/>
         <element name="keyEntityPair" type="{http://www.w3.org/ns/prov#}KeyEntityPair" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also: