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
Modifier and TypeFieldDescriptionstatic final IRI
The skos:altLabel lexical label property.static final IRI
The skos:broadMatch relation.static final IRI
The skos:broader relation.static final IRI
The skos:broaderTransitive relation.static final IRI
The skos:changeNote property.static final IRI
The skos:closeMatch relation.static final IRI
The skos:Collection classstatic final IRI
The skos:Concept classstatic final IRI
The skos:ConceptScheme classstatic final IRI
The skos:definition property.static final IRI
The skos:editorialNote property.static final IRI
The skos:exactMatch relation.static final IRI
The skos:example property.static final IRI
The skos:hasTopConcept relation.static final IRI
The skos:hiddenLabel lexical label property.static final IRI
The skos:historyNote property.static final IRI
The skos:inScheme relation.static final IRI
The skos:mappingRelation relation.static final IRI
The skos:member relation.static final IRI
The skos:memberList relation.static final String
The SKOS namespace: http://www.w3.org/2004/02/skos/core#static final IRI
The skos:narrowMatch relation.static final IRI
The skos:narrower relation.static final IRI
The skos:narrowerTransitive relation.static final IRI
The skos:notation property.static final IRI
The skos:note property.static final Namespace
An immutableNamespace
constant that represents the SKOS namespace.static final IRI
The skos:OrderedCollection classstatic final IRI
The skos:prefLabel lexical label property.static final String
The recommended prefix for the SKOS namespace: "skos"static final IRI
The skos:related relation.static final IRI
The skos:relatedMatch relation.static final IRI
The skos:scopeNote property.static final IRI
The skos:semanticRelation relation.static final IRI
The skos:topConceptOf relation. -
Constructor Summary
-
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()
-