public class ReasonerVocabulary extends Object
Modifier and Type | Field and Description |
---|---|
static Property |
configurationP
Reasoner description property: a configuration property supported by the reasoner
|
static Property |
descriptionP
Reasoner description property: text description of the reasoner
|
static Property |
directRDFType
The property that represents the direct/minimal version of the rdf:type relationship
|
static Property |
directSubClassOf
The property that represents the direct/minimal version of the subClassOf relationship
|
static Property |
directSubPropertyOf
The property that represents the direct/minimal version of the subPropertyOf relationship
|
static Property |
EXT_REASONER_AXIOMS
Property to denote the axioms file that the reasoner will use for background knowledge.
|
static Property |
EXT_REASONER_ONT_LANG
Property to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process.
|
static Property |
EXT_REASONER_URL
Property to denote the URL of an external reasoner.
|
static Property |
hasRule
Property of a GRR rule-set config that specifies a rule as a string in the
Jena rules language.
|
static Property |
individualAsThingP
A faux property used in reasoner capabilty models to denote reasoners that infer that individuals have rdf:type owl:Thing (or daml:Thing)
|
static String |
JenaReasonerNS
The namespace used for system level descriptive properties of any reasoner
|
static Property |
nameP
Reasoner description property: name of the reasoner
|
static Property |
PROPderivationLogging
Property used to configure the derivation logging behaviour of a reasoner.
|
static Property |
PROPenableCMPScan
Property used to switch on/off scanning of data for container membership
properties in RDFS preprocessing.
|
static Property |
PROPenableFunctorFiltering
Property used to switch on/off filtering of functors from returned results
in the generic rule engine.
|
static Property |
PROPenableOWLTranslation
Property used to switch on/off OWL schema translation on a generic rule reasoner.
|
static Property |
PROPenableTGCCaching
Property used to switch on/off use of the dedicated subclass/subproperty
caching in a generic rule reasoner.
|
static Property |
PROPruleMode
Property used to set the mode of a generic rule reasoner.
|
static Property |
PROPruleSet
Property used to attach a file a rules to a generic rule reasoner.
|
static Property |
PROPsetRDFSLevel
Property used to switch to different RDFS processing levles.
|
static Property |
PROPtraceOn
Property used to configure the tracing behaviour of a reasoner.
|
static String |
PropURI
Base URI used for configuration properties for rule reasoners
|
static Property |
RB_VALIDATION
Property used to switch on validation in owl ruleset
|
static Property |
RB_VALIDATION_REPORT
Property used for validation reports in owl ruleset
|
static String |
RBNamespace
A namespace used for Rubrik specific properties
|
static String |
RDFS_DEFAULT
Constant for PROPsetRDFSLevel - default behaviour
|
static String |
RDFS_FULL
Constant for PROPsetRDFSLevel - fullest implementation supported.
|
static String |
RDFS_SIMPLE
Constant for PROPsetRDFSLevel - simplified, higher performance rules.
|
static Resource |
ReasonerClass
The RDF class to which all Reasoners belong
|
static Property |
ruleSet
Property of a GRR config with object a node with rule set properties.
|
static Property |
ruleSetURL
Property of a GRR config with object a resource who's URI is the URL
of a Jena rules text.
|
static Property |
schemaURL
Property of a reasoner that specifies the URL of a schema to load.
|
static Property |
supportsP
Reasoner description property: a schema property supported by the reasoner
|
static Property |
versionP
Reasoner description property: version of the reasoner
|
Constructor and Description |
---|
ReasonerVocabulary() |
Modifier and Type | Method and Description |
---|---|
static String |
getJenaReasonerNS()
Return namespace used for system level descriptive properties of any reasoner
|
static String |
getRBNamespace()
Return namespace used for Rubric specific properties
|
public static final String JenaReasonerNS
public static final Resource ReasonerClass
public static final Property nameP
public static final Property descriptionP
public static final Property versionP
public static final Property supportsP
public static final Property configurationP
public static final Property individualAsThingP
public static final Property directSubClassOf
public static final Property directSubPropertyOf
public static final Property directRDFType
public static final String PropURI
public static final Property PROPderivationLogging
public static final Property PROPtraceOn
public static final Property PROPruleMode
public static final Property PROPruleSet
public static final Property PROPenableOWLTranslation
public static final Property PROPenableTGCCaching
public static final Property PROPenableCMPScan
public static final Property PROPsetRDFSLevel
public static final Property PROPenableFunctorFiltering
public static final String RDFS_DEFAULT
public static final String RDFS_FULL
public static final String RDFS_SIMPLE
public static final String RBNamespace
public static final Property RB_VALIDATION
public static final Property RB_VALIDATION_REPORT
public static final Property EXT_REASONER_URL
public static final Property EXT_REASONER_ONT_LANG
ProfileRegistry
. Default is OWL.public static final Property EXT_REASONER_AXIOMS
public static final Property ruleSet
public static final Property ruleSetURL
public static final Property hasRule
public static final Property schemaURL
Licenced under the Apache License, Version 2.0