Class OntDocManagerVocab
- java.lang.Object
-
- org.apache.jena.vocabulary.OntDocManagerVocab
-
public class OntDocManagerVocab extends java.lang.Object
Vocabulary definitions from file:vocabularies/ont-manager.rdf
-
-
Field Summary
Fields Modifier and Type Field Description static Property
altURL
The resolvable URL that an alternative copy of the ontology document may be fetched fromstatic Property
cacheModels
If true, this property denotes that loaded models should be cached for re-usestatic Resource
DocumentManagerPolicy
A node that specifies behavioural options for the document managerstatic Property
ignoreImport
Specifies URL that will never be loaded as the result of processing an imports statementstatic Property
language
The representation language used by the ontology documentstatic Resource
NAMESPACE
The namespace of the vocabulary as a resourcestatic java.lang.String
NS
The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-manager#")static Resource
OntologySpec
A class of node that specifies document metadata for the DocumentManagerstatic Property
prefix
The prefix string that is used when writing qnames in the ontology's namespacestatic Property
processImports
If true, this property denotes that the document manager should process the imports closure of documentsstatic Property
publicURI
The public URI that is used to refer to the ontology documentstatic Property
useDeclaredNsPrefixes
Boolean flag for whether new ontology models will include the pre-declared namespace prefixes
-
Constructor Summary
Constructors Constructor Description OntDocManagerVocab()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getURI()
The namespace of the vocabulary as a string
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-manager#")
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
language
public static final Property language
The representation language used by the ontology document
-
publicURI
public static final Property publicURI
The public URI that is used to refer to the ontology document
-
prefix
public static final Property prefix
The prefix string that is used when writing qnames in the ontology's namespace
-
useDeclaredNsPrefixes
public static final Property useDeclaredNsPrefixes
Boolean flag for whether new ontology models will include the pre-declared namespace prefixes
-
ignoreImport
public static final Property ignoreImport
Specifies URL that will never be loaded as the result of processing an imports statement
-
processImports
public static final Property processImports
If true, this property denotes that the document manager should process the imports closure of documents
-
cacheModels
public static final Property cacheModels
If true, this property denotes that loaded models should be cached for re-use
-
altURL
public static final Property altURL
The resolvable URL that an alternative copy of the ontology document may be fetched from
-
OntologySpec
public static final Resource OntologySpec
A class of node that specifies document metadata for the DocumentManager
-
DocumentManagerPolicy
public static final Resource DocumentManagerPolicy
A node that specifies behavioural options for the document manager
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-