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:
- Appendix B of SKOS Simple Knowledge Organization System Reference
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IRI
The skosxl:altLabel property.static IRI
The skosxl:hiddenLabel property.static IRI
The skosxl:Label class.static IRI
The skosxl:labelRelation relation.static IRI
The skosxl:literalForm property.static String
The SKOS-XL namespace: http://www.w3.org/2008/05/skos-xl#static Namespace
An immutableNamespace
constant that represents the SKOS-XL namespace.static IRI
The skosxl:prefLabel property.static String
The recommended prefix for the SKOS-XL namespace: "skosxl" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The SKOS-XL namespace: http://www.w3.org/2008/05/skos-xl#- See Also:
- Constant Field Values
-
PREFIX
The recommended prefix for the SKOS-XL namespace: "skosxl"- See Also:
- Constant Field Values
-
NS
An immutableNamespace
constant that represents the SKOS-XL namespace. -
LABEL
The skosxl:Label class.- See Also:
- The skosxl:Label Class
-
LITERAL_FORM
The skosxl:literalForm property.- See Also:
- The skosxl:Label Class
-
PREF_LABEL
The skosxl:prefLabel property. -
ALT_LABEL
The skosxl:altLabel property. -
HIDDEN_LABEL
The skosxl:hiddenLabel property. -
LABEL_RELATION
The skosxl:labelRelation relation.- See Also:
- Links Between skosxl:Labels
-
-
Constructor Details
-
SKOSXL
public SKOSXL()
-