org.openrdf.concepts.skos.core
Interface Concept

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
ExtensionsConcept

public interface Concept
extends Resource


Method Summary
 Set<Concept> getSkosBroaders()
          Broader concepts are typically rendered as parents in a concept hierarchy (tree).
 Set<Object> getSkosExternalIDs()
          Deprecated. 
 Set<ConceptScheme> getSkosInSchemes()
          A concept may be a member of more than one concept scheme.
 Set<Object> getSkosIsPrimarySubjectOfs()
          http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf
 Set<Object> getSkosIsSubjectOfs()
          http://www.w3.org/2004/02/skos/core#isSubjectOf
 Set<Concept> getSkosNarrowers()
          Narrower concepts are typically rendered as children in a concept hierarchy (tree).
 Set<Concept> getSkosRelated()
          http://www.w3.org/2004/02/skos/core#related
 Set<Concept> getSkosSemanticRelations()
          This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
 Set<Document> getSkosSubjectIndicators()
          This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
 void setSkosBroaders(Set<? extends Concept> value)
          Broader concepts are typically rendered as parents in a concept hierarchy (tree).
 void setSkosExternalIDs(Set<?> value)
          Deprecated. 
 void setSkosInSchemes(Set<? extends ConceptScheme> value)
          A concept may be a member of more than one concept scheme.
 void setSkosIsPrimarySubjectOfs(Set<?> value)
          http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf
 void setSkosIsSubjectOfs(Set<?> value)
          http://www.w3.org/2004/02/skos/core#isSubjectOf
 void setSkosNarrowers(Set<? extends Concept> value)
          Narrower concepts are typically rendered as children in a concept hierarchy (tree).
 void setSkosRelated(Set<? extends Concept> value)
          http://www.w3.org/2004/02/skos/core#related
 void setSkosSemanticRelations(Set<? extends Concept> value)
          This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.
 void setSkosSubjectIndicators(Set<? extends Document> value)
          This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.
 
Methods inherited from interface org.openrdf.concepts.skos.core.Resource
getSkosAltLabels, getSkosAltSymbols, getSkosBroaderInstantives, getSkosBroaderPartitives, getSkosChangeNotes, getSkosDefinitions, getSkosEditorialNotes, getSkosExamples, getSkosHiddenLabels, getSkosHistoryNotes, getSkosNarrowerGenerics, getSkosNarrowerInstantives, getSkosNarrowerPartitives, getSkosNotes, getSkosPrefLabels, getSkosPrefSymbols, getSkosPrimarySubjects, getSkosPrivateNotes, getSkosPublicNotes, getSkosRelatedHasParts, getSkosRelatedPartOfs, getSkosScopeNotes, getSkosSubjects, getSkosSymbols, setSkosAltLabels, setSkosAltSymbols, setSkosBroaderInstantives, setSkosBroaderPartitives, setSkosChangeNotes, setSkosDefinitions, setSkosEditorialNotes, setSkosExamples, setSkosHiddenLabels, setSkosHistoryNotes, setSkosNarrowerGenerics, setSkosNarrowerInstantives, setSkosNarrowerPartitives, setSkosNotes, setSkosPrefLabels, setSkosPrefSymbols, setSkosPrimarySubjects, setSkosPrivateNotes, setSkosPublicNotes, setSkosRelatedHasParts, setSkosRelatedPartOfs, setSkosScopeNotes, setSkosSubjects, setSkosSymbols
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getSkosBroaders

Set<Concept> getSkosBroaders()
Broader concepts are typically rendered as parents in a concept hierarchy (tree).


setSkosBroaders

void setSkosBroaders(Set<? extends Concept> value)
Broader concepts are typically rendered as parents in a concept hierarchy (tree).


getSkosExternalIDs

@Deprecated
Set<Object> getSkosExternalIDs()
Deprecated. 

Use or extend this property to indicate any non-URI code that is used to uniquely identify a concept within a conceptual scheme.


setSkosExternalIDs

@Deprecated
void setSkosExternalIDs(Set<?> value)
Deprecated. 

Use or extend this property to indicate any non-URI code that is used to uniquely identify a concept within a conceptual scheme.


getSkosInSchemes

Set<ConceptScheme> getSkosInSchemes()
A concept may be a member of more than one concept scheme.


setSkosInSchemes

void setSkosInSchemes(Set<? extends ConceptScheme> value)
A concept may be a member of more than one concept scheme.


getSkosIsPrimarySubjectOfs

Set<Object> getSkosIsPrimarySubjectOfs()
http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf


setSkosIsPrimarySubjectOfs

void setSkosIsPrimarySubjectOfs(Set<?> value)
http://www.w3.org/2004/02/skos/core#isPrimarySubjectOf


getSkosIsSubjectOfs

Set<Object> getSkosIsSubjectOfs()
http://www.w3.org/2004/02/skos/core#isSubjectOf


setSkosIsSubjectOfs

void setSkosIsSubjectOfs(Set<?> value)
http://www.w3.org/2004/02/skos/core#isSubjectOf


getSkosNarrowers

Set<Concept> getSkosNarrowers()
Narrower concepts are typically rendered as children in a concept hierarchy (tree).


setSkosNarrowers

void setSkosNarrowers(Set<? extends Concept> value)
Narrower concepts are typically rendered as children in a concept hierarchy (tree).


getSkosRelated

Set<Concept> getSkosRelated()
http://www.w3.org/2004/02/skos/core#related


setSkosRelated

void setSkosRelated(Set<? extends Concept> value)
http://www.w3.org/2004/02/skos/core#related


getSkosSemanticRelations

Set<Concept> getSkosSemanticRelations()
This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.


setSkosSemanticRelations

void setSkosSemanticRelations(Set<? extends Concept> value)
This property should not be used directly, but as a super-property for all properties denoting a relationship of meaning between concepts.


getSkosSubjectIndicators

Set<Document> getSkosSubjectIndicators()
This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.

See Also:
http://www.isotopicmaps.org/sam/sam-model/, http://www.topicmaps.org/xtm/1.0/, http://www.oasis-open.org/committees/tm-pubsubj/docs/recommendations/general.htm

setSkosSubjectIndicators

void setSkosSubjectIndicators(Set<? extends Document> value)
This property allows subject indicators to be used for concept identification in place of or in addition to directly assigned URIs.



Copyright © 2004-2008 Aduna. All Rights Reserved.