Annotation Interface Sequence
Specifies mapping of a sequence of items.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionIRI of the object property that represents the 'hasContents' role.URI of the object property that represents the 'hasNext' role.IRI of the class that represents the 'OWLList' concept.Defines the type of the sequence.
-
Element Details
-
type
SequenceType typeDefines the type of the sequence.- Returns:
- Type of sequence
- Default:
- referenced
-
listClassIRI
String listClassIRIIRI of the class that represents the 'OWLList' concept.Relevant only for
SequenceType.referenced
type.- Returns:
- OWLList class IRI
- Default:
- "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#OWLList"
-
hasContentsPropertyIRI
String hasContentsPropertyIRIIRI of the object property that represents the 'hasContents' role.Relevant only for
SequenceType.referenced
type.- Returns:
- hasContents property IRI
- Default:
- "http://krizik.felk.cvut.cz/ontologies/2008/6/sequences.owl#hasContents"
-
hasNextPropertyIRI
String hasNextPropertyIRIURI of the object property that represents the 'hasNext' role.- Returns:
- hasNext property IRI
- Default:
- "http://krizik.felk.cvut.cz/ontologies/2008/sequences.owl#hasNext"
-