Package thewebsemantic.vocabulary
Interface Skos
-
- All Superinterfaces:
As
- All Known Subinterfaces:
Skos.Concept,Skos.ConceptScheme
public interface Skos extends As
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSkos.Conceptstatic interfaceSkos.ConceptScheme
-
Method Summary
-
Methods inherited from interface thewebsemantic.As
as, asResource, isa
-
-
-
-
Method Detail
-
narrowerTransitive
Collection<Thing> narrowerTransitive()
-
broaderTransitive
Collection<Thing> broaderTransitive()
-
note
Collection<Thing> note()
-
related
Collection<Thing> related()
-
closeMatch
Collection<Thing> closeMatch()
-
semanticRelation
Collection<Thing> semanticRelation()
-
inScheme
Collection<Thing> inScheme()
-
broader
Collection<Thing> broader()
-
narrower
Collection<Thing> narrower()
-
broadMatch
Collection<Thing> broadMatch()
-
scopeNote
Collection<Thing> scopeNote()
-
exactMatch
Collection<Thing> exactMatch()
-
prefLabel
Collection<String> prefLabel()
-
hiddenLabel
Collection<String> hiddenLabel()
-
historyNote
Collection<Thing> historyNote()
-
editorialNote
Collection<Thing> editorialNote()
-
definition
Collection<Thing> definition()
-
changeNote
Collection<Thing> changeNote()
-
narrowMatch
Collection<Thing> narrowMatch()
-
relatedMatch
Collection<Thing> relatedMatch()
-
altLabel
Collection<String> altLabel()
-
topConceptOf
Collection<Thing> topConceptOf()
-
example
Collection<Thing> example()
-
hasTopConcept
Collection<Thing> hasTopConcept()
-
member
Collection<Thing> member()
-
-