org.semanticweb.skos
Interface SKOSProperty

All Superinterfaces:
SKOSObject
All Known Subinterfaces:
SKOSAltLabelProperty, SKOSBroaderProperty, SKOSBroaderTransitiveProperty, SKOSBroadMatchProperty, SKOSChangeNoteDataProperty, SKOSChangeNoteObjectProperty, SKOSCloseMatchProperty, SKOSDataProperty, SKOSDefinitionDataProperty, SKOSDefinitionObjectProperty, SKOSEditorialNoteDataProperty, SKOSEditorialNoteObjectProperty, SKOSExactMatchProperty, SKOSExampleDataProperty, SKOSExampleObjectProperty, SKOSHasTopConceptProperty, SKOSHiddenLabelProperty, SKOSHistoryNoteDataProperty, SKOSHistoryNoteObjectProperty, SKOSInSchemeProperty, SKOSMappingRelationProperty, SKOSMemberListProperty, SKOSMemberProperty, SKOSNarrowerProperty, SKOSNarrowerTransitiveProperty, SKOSNarrowMatchProperty, SKOSNotationProperty, SKOSNoteDataProperty, SKOSNoteObjectProperty, SKOSObjectProperty, SKOSPrefLabelProperty, SKOSRelatedMatchProperty, SKOSRelatedProperty, SKOSScopeNoteDataProperty, SKOSScopeNoteObjectProperty, SKOSSeeLabelRelationProperty, SKOSSemanticRelationProperty, SKOSTopConceptOfProperty

public interface SKOSProperty
extends SKOSObject

Author: Simon Jupp
Date: Apr 28, 2008
The University of Manchester
Bio-Health Informatics Group


Method Summary
 void accept(SKOSPropertyVisitor visitor)
           
 java.util.Set<SKOSEntity> getReferencingEntities(SKOSDataset dataset)
           
 java.net.URI getURI()
           
 
Methods inherited from interface org.semanticweb.skos.SKOSObject
accept
 

Method Detail

getURI

java.net.URI getURI()

getReferencingEntities

java.util.Set<SKOSEntity> getReferencingEntities(SKOSDataset dataset)

accept

void accept(SKOSPropertyVisitor visitor)