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
The recommended prefix for the SKOS namespace: "skos"- See Also:
-
NS
An immutableNamespace
constant that represents the SKOS namespace. -
CONCEPT
The skos:Concept class- See Also:
-
CONCEPT_SCHEME
The skos:ConceptScheme class- See Also:
-
COLLECTION
The skos:Collection class- See Also:
-
ORDERED_COLLECTION
The skos:OrderedCollection class- See Also:
-
PREF_LABEL
The skos:prefLabel lexical label property.- See Also:
-
ALT_LABEL
The skos:altLabel lexical label property.- See Also:
-
HIDDEN_LABEL
The skos:hiddenLabel lexical label property.- See Also:
-
IN_SCHEME
The skos:inScheme relation.- See Also:
-
HAS_TOP_CONCEPT
The skos:hasTopConcept relation.- See Also:
-
TOP_CONCEPT_OF
The skos:topConceptOf relation.- See Also:
-
MEMBER
The skos:member relation.- See Also:
-
MEMBER_LIST
The skos:memberList relation.- See Also:
-
NOTATION
The skos:notation property.- See Also:
-
CHANGE_NOTE
The skos:changeNote property.- See Also:
-
DEFINITION
The skos:definition property.- See Also:
-
EDITORIAL_NOTE
The skos:editorialNote property.- See Also:
-
EXAMPLE
The skos:example property.- See Also:
-
HISTORY_NOTE
The skos:historyNote property.- See Also:
-
NOTE
The skos:note property.- See Also:
-
SCOPE_NOTE
The skos:scopeNote property.- See Also:
-
BROADER
The skos:broader relation.- See Also:
-
BROADER_TRANSITIVE
The skos:broaderTransitive relation.- See Also:
-
NARROWER
The skos:narrower relation.- See Also:
-
NARROWER_TRANSITIVE
The skos:narrowerTransitive relation.- See Also:
-
RELATED
The skos:related relation.- See Also:
-
SEMANTIC_RELATION
The skos:semanticRelation relation.- See Also:
-
BROAD_MATCH
The skos:broadMatch relation.- See Also:
-
CLOSE_MATCH
The skos:closeMatch relation.- See Also:
-
EXACT_MATCH
The skos:exactMatch relation.- See Also:
-
MAPPING_RELATION
The skos:mappingRelation relation.- See Also:
-
NARROW_MATCH
The skos:narrowMatch relation.- See Also:
-
RELATED_MATCH
The skos:relatedMatch relation.- See Also:
-
-
Constructor Details
-
SKOS
public SKOS()
-