com.hp.hpl.jena.vocabulary
Class ReasonerVocabulary

java.lang.Object
  extended bycom.hp.hpl.jena.vocabulary.ReasonerVocabulary

public class ReasonerVocabulary
extends java.lang.Object

A collection of RDF terms used in driving or configuring some of the builtin reasoners.

Version:
$Revision: 1.9 $ on $Date: 2003/06/26 08:11:59 $
Author:
Dave Reynolds

Field Summary
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 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 java.lang.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 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 java.lang.String PropURI
          Base URI used for configuration properties for rule reasoners
static java.lang.String RBNamespace
          A namespace used for Rubric specific properties
static java.lang.String RDFS_DEFAULT
          Constant for PROPsetRDFSLevel default
static java.lang.String RDFS_FULL
          Constant for PROPsetRDFSLevel default
static java.lang.String RDFS_SIMPLE
          Constant for PROPsetRDFSLevel default
static Resource ReasonerClass
          The RDF class to which all Reasoners belong
static Property supportsP
          Reasoner description property: a schema property supported by the reasoner
static Property versionP
          Reasoner description property: version of the reasoner
 
Constructor Summary
ReasonerVocabulary()
           
 
Method Summary
static java.lang.String getJenaReasonerNS()
          Return namespace used for system level descriptive properties of any reasoner
static java.lang.String getRBNamespace()
          Return namespace used for Rubric specific properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JenaReasonerNS

public static java.lang.String JenaReasonerNS
The namespace used for system level descriptive properties of any reasoner


ReasonerClass

public static Resource ReasonerClass
The RDF class to which all Reasoners belong


nameP

public static Property nameP
Reasoner description property: name of the reasoner


descriptionP

public static Property descriptionP
Reasoner description property: text description of the reasoner


versionP

public static Property versionP
Reasoner description property: version of the reasoner


supportsP

public static Property supportsP
Reasoner description property: a schema property supported by the reasoner


configurationP

public static Property configurationP
Reasoner description property: a configuration property supported by the reasoner


directSubClassOf

public static Property directSubClassOf
The property that represents the direct/minimal version of the subClassOf relationship


directSubPropertyOf

public static Property directSubPropertyOf
The property that represents the direct/minimal version of the subPropertyOf relationship


PropURI

public static final java.lang.String PropURI
Base URI used for configuration properties for rule reasoners

See Also:
Constant Field Values

PROPderivationLogging

public static Property PROPderivationLogging
Property used to configure the derivation logging behaviour of a reasoner. Set to "true" to enable logging of derivations.


PROPtraceOn

public static Property PROPtraceOn
Property used to configure the tracing behaviour of a reasoner. Set to "true" to enable internal trace message to be sent to Logger.info .


PROPruleMode

public static Property PROPruleMode
Property used to set the mode of a generic rule reasoner. Valid values are the strings "forward", "backward" or "hybrid"


PROPruleSet

public static Property PROPruleSet
Property used to attach a file a rules to a generic rule reasoner. Value should a URI giving the rule set to use.


PROPenableOWLTranslation

public static Property PROPenableOWLTranslation
Property used to switch on/off OWL schema translation on a generic rule reasoner. Value should be "true" to enable OWL translation


PROPenableTGCCaching

public static Property PROPenableTGCCaching
Property used to switch on/off use of the dedicated subclass/subproperty caching in a generic rule reasoner. Set to "true" to enable caching.


PROPenableCMPScan

public static Property PROPenableCMPScan
Property used to switch on/off scanning of data for container membership properties in RDFS preprocessing.


PROPsetRDFSLevel

public static Property PROPsetRDFSLevel
Property used to switch to different RDFS processing levles. The legal levels are "default", "simple", and "full".


RDFS_DEFAULT

public static java.lang.String RDFS_DEFAULT
Constant for PROPsetRDFSLevel default


RDFS_FULL

public static java.lang.String RDFS_FULL
Constant for PROPsetRDFSLevel default


RDFS_SIMPLE

public static java.lang.String RDFS_SIMPLE
Constant for PROPsetRDFSLevel default


RBNamespace

public static final java.lang.String RBNamespace
A namespace used for Rubric specific properties

See Also:
Constant Field Values
Constructor Detail

ReasonerVocabulary

public ReasonerVocabulary()
Method Detail

getRBNamespace

public static final java.lang.String getRBNamespace()
Return namespace used for Rubric specific properties


getJenaReasonerNS

public static final java.lang.String getJenaReasonerNS()
Return namespace used for system level descriptive properties of any reasoner



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.