public class SKOS extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property |
broader
Broader concepts are typically rendered as parents in a concept hierarchy
(tree).
|
static com.hp.hpl.jena.rdf.model.Property |
broaderTransitive |
static com.hp.hpl.jena.rdf.model.Property |
broadMatch |
static com.hp.hpl.jena.rdf.model.Property |
changeNote |
static com.hp.hpl.jena.rdf.model.Property |
closeMatch |
static com.hp.hpl.jena.rdf.model.Resource |
Collection |
static com.hp.hpl.jena.rdf.model.Resource |
Concept |
static com.hp.hpl.jena.rdf.model.Resource |
ConceptScheme |
static com.hp.hpl.jena.rdf.model.Property |
definition |
static com.hp.hpl.jena.rdf.model.Property |
editorialNote |
static com.hp.hpl.jena.rdf.model.Property |
exactMatch
skos:exactMatch is disjoint with each of the properties skos:broadMatch and
skos:relatedMatch.
|
static com.hp.hpl.jena.rdf.model.Property |
example |
static com.hp.hpl.jena.rdf.model.Property |
hasTopConcept |
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property |
historyNote |
static com.hp.hpl.jena.rdf.model.Property |
inScheme |
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property |
member |
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static com.hp.hpl.jena.rdf.model.Property |
narrower
Narrower concepts are typically rendered as children in a concept hierarchy
(tree).
|
static com.hp.hpl.jena.rdf.model.Property |
narrowerTransitive |
static com.hp.hpl.jena.rdf.model.Property |
narrowMatch |
static com.hp.hpl.jena.rdf.model.Property |
notation |
static com.hp.hpl.jena.rdf.model.Property |
note |
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Resource |
OrderedCollection |
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property |
related
skos:related is disjoint with skos:broaderTransitive
|
static com.hp.hpl.jena.rdf.model.Property |
relatedMatch |
static com.hp.hpl.jena.rdf.model.Property |
scopeNote |
static com.hp.hpl.jena.rdf.model.Property |
semanticRelation |
static com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property broadMatch
public static final com.hp.hpl.jena.rdf.model.Property broader
Broader concepts are typically rendered as parents in a concept hierarchy (tree).
public static final com.hp.hpl.jena.rdf.model.Property broaderTransitive
public static final com.hp.hpl.jena.rdf.model.Property changeNote
public static final com.hp.hpl.jena.rdf.model.Property closeMatch
public static final com.hp.hpl.jena.rdf.model.Property definition
public static final com.hp.hpl.jena.rdf.model.Property editorialNote
public static final com.hp.hpl.jena.rdf.model.Property exactMatch
skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.
public static final com.hp.hpl.jena.rdf.model.Property example
public static final com.hp.hpl.jena.rdf.model.Property hasTopConcept
public static final com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property historyNote
public static final com.hp.hpl.jena.rdf.model.Property inScheme
public static final com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property member
public static final com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property narrowMatch
public static final com.hp.hpl.jena.rdf.model.Property narrower
Narrower concepts are typically rendered as children in a concept hierarchy (tree).
public static final com.hp.hpl.jena.rdf.model.Property narrowerTransitive
public static final com.hp.hpl.jena.rdf.model.Property notation
public static final com.hp.hpl.jena.rdf.model.Property note
public static final com.hp.hpl.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 com.hp.hpl.jena.rdf.model.Property related
skos:related is disjoint with skos:broaderTransitive
public static final com.hp.hpl.jena.rdf.model.Property relatedMatch
public static final com.hp.hpl.jena.rdf.model.Property scopeNote
public static final com.hp.hpl.jena.rdf.model.Property semanticRelation
public static final com.hp.hpl.jena.rdf.model.Property topConceptOf
public static final com.hp.hpl.jena.rdf.model.Resource Collection
public static final com.hp.hpl.jena.rdf.model.Resource Concept
public static final com.hp.hpl.jena.rdf.model.Resource ConceptScheme
public static final com.hp.hpl.jena.rdf.model.Resource OrderedCollection
Copyright © 2015. All rights reserved.