Package com.epimorphics.vocabs
Class DGU
- java.lang.Object
-
- com.epimorphics.vocabs.DGU
-
public class DGU extends Object
Vocabulary definitions from ../../../../../resources/ontology/reference.n3- Author:
- Auto-generated by schemagen on 14 Feb 2010 23:35
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.jena.rdf.model.Resourcedraftstatic org.apache.jena.rdf.model.Resourcefinal_static org.apache.jena.rdf.model.PropertyitemTypeThe common class for all the items in this URI set.static org.apache.jena.rdf.model.ResourceNAMESPACEThe namespace of the vocabulary as a resourcestatic StringNSThe namespace of the vocabulary as a stringstatic org.apache.jena.rdf.model.PropertystatusThe status of the URI set or dataset.static org.apache.jena.rdf.model.ResourceStatusThe status of of a URI set or dataset.static org.apache.jena.rdf.model.PropertyuriSetThe URI set that this resource is part of.static org.apache.jena.rdf.model.ResourceURIsetA collection of resources that are all the same kind of thing.
-
Constructor Summary
Constructors Constructor Description DGU()
-
-
-
Field Detail
-
NS
public static final String NS
The namespace of the vocabulary as a string
- See Also:
- Constant Field Values
-
NAMESPACE
public static final org.apache.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
-
itemType
public static final org.apache.jena.rdf.model.Property itemType
The common class for all the items in this URI set.
-
status
public static final org.apache.jena.rdf.model.Property status
The status of the URI set or dataset.
-
uriSet
public static final org.apache.jena.rdf.model.Property uriSet
The URI set that this resource is part of.
-
Status
public static final org.apache.jena.rdf.model.Resource Status
The status of of a URI set or dataset.
-
URIset
public static final org.apache.jena.rdf.model.Resource URIset
A collection of resources that are all the same kind of thing.
-
draft
public static final org.apache.jena.rdf.model.Resource draft
-
final_
public static final org.apache.jena.rdf.model.Resource final_
-
-