public class SKOS extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
altLabel
A SKOS Concept altLabel property.
|
static com.hp.hpl.jena.rdf.model.Property |
broader
A SKOS Concept broader property.
|
static com.hp.hpl.jena.rdf.model.Resource |
Collection
A SKOS Collection (class type) of related SKOS Concept instances.
|
static com.hp.hpl.jena.rdf.model.Resource |
Concept
A SKOS Concept (class type).
|
static com.hp.hpl.jena.rdf.model.Resource |
ConceptScheme
A SKOS ConceptScheme (class type).
|
static com.hp.hpl.jena.rdf.model.Property |
definition
A SKOS Concept definition property.
|
static com.hp.hpl.jena.rdf.model.Property |
hiddenLabel
A SKOS Concept hiddenLabel property.
|
static com.hp.hpl.jena.rdf.model.Property |
inScheme
Indicates the ConceptScheme to which a given SKOS Concept belongs.
|
static com.hp.hpl.jena.rdf.model.Property |
member
Indicates the ConceptScheme to which a given SKOS Concept belongs.
|
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
A SKOS Concept narrower property.
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Property |
prefLabel
A SKOS Concept prefLabel property.
|
static com.hp.hpl.jena.rdf.model.Property |
related
A SKOS Concept related property.
|
| 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.Resource Concept
A SKOS Concept (class type).
public static final com.hp.hpl.jena.rdf.model.Resource Collection
A SKOS Collection (class type) of related SKOS Concept instances.
public static final com.hp.hpl.jena.rdf.model.Resource ConceptScheme
A SKOS ConceptScheme (class type).
public static final com.hp.hpl.jena.rdf.model.Property inScheme
Indicates the ConceptScheme to which a given SKOS Concept belongs.
public static final com.hp.hpl.jena.rdf.model.Property member
Indicates the ConceptScheme to which a given SKOS Concept belongs.
public static final com.hp.hpl.jena.rdf.model.Property prefLabel
A SKOS Concept prefLabel property.
public static final com.hp.hpl.jena.rdf.model.Property altLabel
A SKOS Concept altLabel property.
public static final com.hp.hpl.jena.rdf.model.Property hiddenLabel
A SKOS Concept hiddenLabel property.
public static final com.hp.hpl.jena.rdf.model.Property definition
A SKOS Concept definition property.
public static final com.hp.hpl.jena.rdf.model.Property broader
A SKOS Concept broader property.
public static final com.hp.hpl.jena.rdf.model.Property narrower
A SKOS Concept narrower property.
public static final com.hp.hpl.jena.rdf.model.Property related
A SKOS Concept related property.
Copyright © 2016. All rights reserved.