public class SKOS extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.rdf.model.Property |
altLabel
The range of skos:altLabel is the class of RDF plain literals.skos:prefLabel,
skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
static org.apache.jena.rdf.model.Property |
broader
Broader concepts are typically rendered as parents in a concept hierarchy
(tree).
|
static org.apache.jena.rdf.model.Property |
broaderTransitive |
static org.apache.jena.rdf.model.Property |
broadMatch |
static org.apache.jena.rdf.model.Property |
changeNote |
static org.apache.jena.rdf.model.Property |
closeMatch |
static org.apache.jena.rdf.model.Resource |
Collection |
static org.apache.jena.rdf.model.Resource |
Concept |
static org.apache.jena.rdf.model.Resource |
ConceptScheme |
static org.apache.jena.rdf.model.Property |
definition |
static org.apache.jena.rdf.model.Property |
editorialNote |
static org.apache.jena.rdf.model.Property |
exactMatch
skos:exactMatch is disjoint with each of the properties skos:broadMatch and
skos:relatedMatch.
|
static org.apache.jena.rdf.model.Property |
example |
static org.apache.jena.rdf.model.Property |
hasTopConcept |
static org.apache.jena.rdf.model.Property |
hiddenLabel
The range of skos:hiddenLabel is the class of RDF plain literals.skos:prefLabel,
skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
|
static org.apache.jena.rdf.model.Property |
historyNote |
static org.apache.jena.rdf.model.Property |
inScheme |
static org.apache.jena.rdf.model.Property |
mappingRelation
These concept mapping relations mirror semantic relations, and the data model
defined below is similar (with the exception of skos:exactMatch) to the data
model defined for semantic relations.
|
static org.apache.jena.rdf.model.Property |
member |
static org.apache.jena.rdf.model.Property |
memberList
For any resource, every item in the list given as the value of the skos:memberList
property is also a value of the skos:member property.
|
static org.apache.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static org.apache.jena.rdf.model.Property |
narrower
Narrower concepts are typically rendered as children in a concept hierarchy
(tree).
|
static org.apache.jena.rdf.model.Property |
narrowerTransitive |
static org.apache.jena.rdf.model.Property |
narrowMatch |
static org.apache.jena.rdf.model.Property |
notation |
static org.apache.jena.rdf.model.Property |
note |
static String |
NS
The namespace of the vocabulary as a string
|
static org.apache.jena.rdf.model.Resource |
OrderedCollection |
static org.apache.jena.rdf.model.Property |
prefLabel
A resource has no more than one value of skos:prefLabel per language tag.skos:prefLabel,
skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.The range
of skos:prefLabel is the class of RDF plain literals.
|
static org.apache.jena.rdf.model.Property |
related
skos:related is disjoint with skos:broaderTransitive
|
static org.apache.jena.rdf.model.Property |
relatedMatch |
static org.apache.jena.rdf.model.Property |
scopeNote |
static org.apache.jena.rdf.model.Property |
semanticRelation |
static org.apache.jena.rdf.model.Property |
topConceptOf |
| Constructor and Description |
|---|
SKOS() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
The namespace of the vocabulary as a string
|
public static final String NS
The namespace of the vocabulary as a string
public static final org.apache.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final org.apache.jena.rdf.model.Property altLabel
The range of skos:altLabel is the class of RDF plain literals.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
public static final org.apache.jena.rdf.model.Property broadMatch
public static final org.apache.jena.rdf.model.Property broader
Broader concepts are typically rendered as parents in a concept hierarchy (tree).
public static final org.apache.jena.rdf.model.Property broaderTransitive
public static final org.apache.jena.rdf.model.Property changeNote
public static final org.apache.jena.rdf.model.Property closeMatch
public static final org.apache.jena.rdf.model.Property definition
public static final org.apache.jena.rdf.model.Property editorialNote
public static final org.apache.jena.rdf.model.Property exactMatch
skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.
public static final org.apache.jena.rdf.model.Property example
public static final org.apache.jena.rdf.model.Property hasTopConcept
public static final org.apache.jena.rdf.model.Property hiddenLabel
The range of skos:hiddenLabel is the class of RDF plain literals.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.
public static final org.apache.jena.rdf.model.Property historyNote
public static final org.apache.jena.rdf.model.Property inScheme
public static final org.apache.jena.rdf.model.Property mappingRelation
These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.
public static final org.apache.jena.rdf.model.Property member
public static final org.apache.jena.rdf.model.Property memberList
For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.
public static final org.apache.jena.rdf.model.Property narrowMatch
public static final org.apache.jena.rdf.model.Property narrower
Narrower concepts are typically rendered as children in a concept hierarchy (tree).
public static final org.apache.jena.rdf.model.Property narrowerTransitive
public static final org.apache.jena.rdf.model.Property notation
public static final org.apache.jena.rdf.model.Property note
public static final org.apache.jena.rdf.model.Property prefLabel
A resource has no more than one value of skos:prefLabel per language tag.skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties.The range of skos:prefLabel is the class of RDF plain literals.
public static final org.apache.jena.rdf.model.Property related
skos:related is disjoint with skos:broaderTransitive
public static final org.apache.jena.rdf.model.Property relatedMatch
public static final org.apache.jena.rdf.model.Property scopeNote
public static final org.apache.jena.rdf.model.Property semanticRelation
public static final org.apache.jena.rdf.model.Property topConceptOf
public static final org.apache.jena.rdf.model.Resource Collection
public static final org.apache.jena.rdf.model.Resource Concept
public static final org.apache.jena.rdf.model.Resource ConceptScheme
public static final org.apache.jena.rdf.model.Resource OrderedCollection
Copyright © 2019. All rights reserved.