Class SKOSXL
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.SKOSXL
Vocabulary constants for the SKOS eXtension for Labels
(SKOS-XL).
- Author:
- Manuel Fiorelli
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
The skosxl:altLabel property.static final IRI
The skosxl:hiddenLabel property.static final IRI
The skosxl:Label class.static final IRI
The skosxl:labelRelation relation.static final IRI
The skosxl:literalForm property.static final String
The SKOS-XL namespace: http://www.w3.org/2008/05/skos-xl#static final Namespace
An immutableNamespace
constant that represents the SKOS-XL namespace.static final IRI
The skosxl:prefLabel property.static final String
The recommended prefix for the SKOS-XL namespace: "skosxl" -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The SKOS-XL namespace: http://www.w3.org/2008/05/skos-xl#- See Also:
-
PREFIX
The recommended prefix for the SKOS-XL namespace: "skosxl"- See Also:
-
NS
An immutableNamespace
constant that represents the SKOS-XL namespace. -
LABEL
The skosxl:Label class.- See Also:
-
LITERAL_FORM
The skosxl:literalForm property.- See Also:
-
PREF_LABEL
The skosxl:prefLabel property.- See Also:
-
ALT_LABEL
The skosxl:altLabel property.- See Also:
-
HIDDEN_LABEL
The skosxl:hiddenLabel property.- See Also:
-
LABEL_RELATION
The skosxl:labelRelation relation.- See Also:
-
-
Constructor Details
-
SKOSXL
public SKOSXL()
-