public class OntDocManagerVocab extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
altURL
The resolvable URL that an alternative copy of the ontology document may be
fetched from
|
static Property |
cacheModels
If true, this property denotes that loaded models should be cached for re-use
|
static Resource |
DocumentManagerPolicy
A node that specifies behavioural options for the document manager
|
static Property |
ignoreImport
Specifies URL that will never be loaded as the result of processing an imports
statement
|
static Property |
language
The representation language used by the ontology document
|
static Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static 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 DocumentManager
|
static Property |
prefix
The prefix string that is used when writing qnames in the ontology's namespace
|
static Property |
processImports
If true, this property denotes that the document manager should process the
imports closure of documents
|
static Property |
publicURI
The public URI that is used to refer to the ontology document
|
static Property |
useDeclaredNsPrefixes
Boolean flag for whether new ontology models will include the pre-declared
namespace prefixes
|
Constructor and Description |
---|
OntDocManagerVocab() |
public static final String NS
The namespace of the vocabulary as a string ("http://jena.hpl.hp.com/schemas/2003/03/ont-manager#")
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final Property language
The representation language used by the ontology document
public static final Property publicURI
The public URI that is used to refer to the ontology document
public static final Property prefix
The prefix string that is used when writing qnames in the ontology's namespace
public static final Property useDeclaredNsPrefixes
Boolean flag for whether new ontology models will include the pre-declared namespace prefixes
public static final Property ignoreImport
Specifies URL that will never be loaded as the result of processing an imports statement
public static final Property processImports
If true, this property denotes that the document manager should process the imports closure of documents
public static final Property cacheModels
If true, this property denotes that loaded models should be cached for re-use
public static final Property altURL
The resolvable URL that an alternative copy of the ontology document may be fetched from
public static final Resource OntologySpec
A class of node that specifies document metadata for the DocumentManager
public static final Resource DocumentManagerPolicy
A node that specifies behavioural options for the document manager
Licenced under the Apache License, Version 2.0