public class DGU extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
draft |
static org.apache.jena.rdf.model.Resource |
final_ |
static org.apache.jena.rdf.model.Property |
itemType
The common class for all the items in this URI set.
|
static org.apache.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static org.apache.jena.rdf.model.Property |
status
The status of the URI set or dataset.
|
static org.apache.jena.rdf.model.Resource |
Status
The status of of a URI set or dataset.
|
static org.apache.jena.rdf.model.Property |
uriSet
The URI set that this resource is part of.
|
static org.apache.jena.rdf.model.Resource |
URIset
A collection of resources that are all the same kind of thing.
|
| Constructor and Description |
|---|
DGU() |
| 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 itemType
The common class for all the items in this URI set.
public static final org.apache.jena.rdf.model.Property status
The status of the URI set or dataset.
public static final org.apache.jena.rdf.model.Property uriSet
The URI set that this resource is part of.
public static final org.apache.jena.rdf.model.Resource Status
The status of of a URI set or dataset.
public static final org.apache.jena.rdf.model.Resource URIset
A collection of resources that are all the same kind of thing.
public static final org.apache.jena.rdf.model.Resource draft
public static final org.apache.jena.rdf.model.Resource final_
Copyright © 2019. All rights reserved.