Class SKOS
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.SKOS
Vocabulary constants for the Simple Knowledge Organization System
(SKOS).
- Author:
 - Jeen Broekstra
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IRIThe skos:altLabel lexical label property.static final IRIThe skos:broadMatch relation.static final IRIThe skos:broader relation.static final IRIThe skos:broaderTransitive relation.static final IRIThe skos:changeNote property.static final IRIThe skos:closeMatch relation.static final IRIThe skos:Collection classstatic final IRIThe skos:Concept classstatic final IRIThe skos:ConceptScheme classstatic final IRIThe skos:definition property.static final IRIThe skos:editorialNote property.static final IRIThe skos:exactMatch relation.static final IRIThe skos:example property.static final IRIThe skos:hasTopConcept relation.static final IRIThe skos:hiddenLabel lexical label property.static final IRIThe skos:historyNote property.static final IRIThe skos:inScheme relation.static final IRIThe skos:mappingRelation relation.static final IRIThe skos:member relation.static final IRIThe skos:memberList relation.static final StringThe SKOS namespace: http://www.w3.org/2004/02/skos/core#static final IRIThe skos:narrowMatch relation.static final IRIThe skos:narrower relation.static final IRIThe skos:narrowerTransitive relation.static final IRIThe skos:notation property.static final IRIThe skos:note property.static final NamespaceAn immutableNamespaceconstant that represents the SKOS namespace.static final IRIThe skos:OrderedCollection classstatic final IRIThe skos:prefLabel lexical label property.static final StringThe recommended prefix for the SKOS namespace: "skos"static final IRIThe skos:related relation.static final IRIThe skos:relatedMatch relation.static final IRIThe skos:scopeNote property.static final IRIThe skos:semanticRelation relation.static final IRIThe skos:topConceptOf relation. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
NAMESPACE
The SKOS namespace: http://www.w3.org/2004/02/skos/core#- See Also:
 
 - 
PREFIX
 - 
NS
 - 
CONCEPT
 - 
CONCEPT_SCHEME
 - 
COLLECTION
 - 
ORDERED_COLLECTION
 - 
PREF_LABEL
 - 
ALT_LABEL
 - 
HIDDEN_LABEL
 - 
IN_SCHEME
 - 
HAS_TOP_CONCEPT
 - 
TOP_CONCEPT_OF
 - 
MEMBER
 - 
MEMBER_LIST
 - 
NOTATION
 - 
CHANGE_NOTE
 - 
DEFINITION
 - 
EDITORIAL_NOTE
 - 
EXAMPLE
 - 
HISTORY_NOTE
 - 
NOTE
 - 
SCOPE_NOTE
 - 
BROADER
 - 
BROADER_TRANSITIVE
 - 
NARROWER
 - 
NARROWER_TRANSITIVE
 - 
RELATED
 - 
SEMANTIC_RELATION
 - 
BROAD_MATCH
 - 
CLOSE_MATCH
 - 
EXACT_MATCH
 - 
MAPPING_RELATION
 - 
NARROW_MATCH
 - 
RELATED_MATCH
 
 - 
 - 
Constructor Details
- 
SKOS
public SKOS() 
 -