JTP API Documentation

jtp.frame.vocab
Class OWL

java.lang.Object
  |
  +--jtp.frame.vocab.OWL

public class OWL
extends Object

Symbols for terms in OWL.


Field Summary
static Symbol AllDifferent
           
static Symbol allValuesFrom
           
static Symbol AnnotationProperty
           
static Symbol backwardCompatibleWith
           
static Symbol cardinality
           
static Symbol Class
           
static Symbol complementOf
           
static Symbol DatatypeProperty
           
static Symbol DeprecatedClass
           
static Symbol DeprecatedProperty
           
static Symbol differentFrom
           
static Symbol disjointWith
           
static Symbol distinctMembers
           
static Symbol equivalentClass
           
static Symbol equivalentProperty
           
static Symbol FunctionalProperty
           
static Symbol hasValue
           
static Symbol imports
           
static Symbol incompatibleWith
           
static Symbol intersectionOf
           
static Symbol InverseFunctionalProperty
           
static Symbol inverseOf
           
static Symbol maxCardinality
           
static Symbol minCardinality
           
static Symbol Nothing
           
static Symbol ObjectProperty
           
static Symbol oneOf
           
static Symbol onProperty
           
static Symbol Ontology
           
static String OWL_URI
           
static Symbol priorVersion
           
static Symbol Restriction
           
static Symbol sameAs
           
static Symbol someValuesFrom
           
static Symbol SymmetricProperty
           
static Symbol Thing
           
static Symbol TransitiveProperty
           
static Symbol unionOf
           
static Symbol versionInfo
           
 
Constructor Summary
OWL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWL_URI

public static final String OWL_URI
See Also:
Constant Field Values

Class

public static final Symbol Class

Restriction

public static final Symbol Restriction

Thing

public static final Symbol Thing

Nothing

public static final Symbol Nothing

ObjectProperty

public static final Symbol ObjectProperty

DatatypeProperty

public static final Symbol DatatypeProperty

TransitiveProperty

public static final Symbol TransitiveProperty

SymmetricProperty

public static final Symbol SymmetricProperty

FunctionalProperty

public static final Symbol FunctionalProperty

InverseFunctionalProperty

public static final Symbol InverseFunctionalProperty

AllDifferent

public static final Symbol AllDifferent

Ontology

public static final Symbol Ontology

DeprecatedClass

public static final Symbol DeprecatedClass

DeprecatedProperty

public static final Symbol DeprecatedProperty

AnnotationProperty

public static final Symbol AnnotationProperty

equivalentProperty

public static final Symbol equivalentProperty

equivalentClass

public static final Symbol equivalentClass

disjointWith

public static final Symbol disjointWith

sameAs

public static final Symbol sameAs

differentFrom

public static final Symbol differentFrom

distinctMembers

public static final Symbol distinctMembers

unionOf

public static final Symbol unionOf

intersectionOf

public static final Symbol intersectionOf

complementOf

public static final Symbol complementOf

oneOf

public static final Symbol oneOf

onProperty

public static final Symbol onProperty

allValuesFrom

public static final Symbol allValuesFrom

hasValue

public static final Symbol hasValue

someValuesFrom

public static final Symbol someValuesFrom

minCardinality

public static final Symbol minCardinality

maxCardinality

public static final Symbol maxCardinality

cardinality

public static final Symbol cardinality

inverseOf

public static final Symbol inverseOf

imports

public static final Symbol imports

versionInfo

public static final Symbol versionInfo

priorVersion

public static final Symbol priorVersion

backwardCompatibleWith

public static final Symbol backwardCompatibleWith

incompatibleWith

public static final Symbol incompatibleWith
Constructor Detail

OWL

public OWL()

JTP API Documentation