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. -
DEFINITION
The skos:definition property. -
EDITORIAL_NOTE
The skos:editorialNote property. -
EXAMPLE
The skos:example property. -
HISTORY_NOTE
The skos:historyNote property. -
NOTE
The skos:note property. -
SCOPE_NOTE
The skos:scopeNote property. -
BROADER
The skos:broader relation. -
BROADER_TRANSITIVE
The skos:broaderTransitive relation. -
NARROWER
The skos:narrower relation. -
NARROWER_TRANSITIVE
The skos:narrowerTransitive relation. -
RELATED
The skos:related relation. -
SEMANTIC_RELATION
The skos:semanticRelation relation. -
BROAD_MATCH
The skos:broadMatch relation. -
CLOSE_MATCH
The skos:closeMatch relation. -
EXACT_MATCH
The skos:exactMatch relation. -
MAPPING_RELATION
The skos:mappingRelation relation. -
NARROW_MATCH
The skos:narrowMatch relation. -
RELATED_MATCH
The skos:relatedMatch relation.
-
-
Constructor Details
-
SKOS
public SKOS()
-