com.hp.hpl.jena.vocabulary
Class OWL2

java.lang.Object
  extended by com.hp.hpl.jena.vocabulary.OWL2

public class OWL2
extends Object

OWL2 vocabulary. NOTE: Jena does not provide OWL2 inference or OntModel support. These constants are provided for the convenience of users who are doing OWL2 work with the current OWL1 support and desire a suitable set of names.

Author:
chris.dollin

Field Summary
static Resource AllDifferent
           
static Resource AllDisjointClasses
           
static Resource AllDisjointProperties
           
static Property allValuesFrom
           
static Property annotatedProperty
           
static Property annotatedSource
           
static Property annotatedTarget
           
static Resource Annotation
           
static Resource AnnotationProperty
           
static Property assertionProperty
           
static Resource AsymmetricProperty
           
static Resource Axiom
           
static Property backwardCompatibleWith
           
static Property bottomDataProperty
           
static Property bottomObjectProperty
           
static Property cardinality
           
static Resource Class
           
static Property complementOf
           
static Resource DataRange
           
static Property datatypeComplementOf
           
static Resource DatatypeProperty
           
static Property deprecated
           
static Resource DeprecatedClass
           
static Resource DeprecatedProperty
           
static Property differentFrom
           
static Property disjointUnionOf
           
static Property disjointWith
           
static Property distinctMembers
           
static Property equivalentClass
           
static Property equivalentProperty
           
static Resource FunctionalProperty
           
static Property hasKey
           
static Property hasSelf
           
static Property hasValue
           
static Property imports
           
static Property incompatibleWith
           
static Property intersectionOf
           
static Resource InverseFunctionalProperty
           
static Property inverseOf
           
static Resource IrreflexiveProperty
           
static Property maxCardinality
           
static Property maxQualifiedCardinality
           
static Property members
           
static Property minCardinality
           
static Property minQualifiedCardinality
           
static Resource NamedIndividual
           
static Resource NegativePropertyAssertion
           
static Resource Nothing
           
static String NS
           
static Resource ObjectProperty
           
static Property onClass
           
static Property onDataRange
           
static Property onDatatype
           
static Property oneOf
           
static Property onProperties
           
static Property onProperty
           
static Resource Ontology
           
static Resource OntologyProperty
           
static Property priorVersion
           
static Property propertyChainAxiom
           
static Property propertyDisjointWith
           
static Property qualifiedCardinality
           
static Resource ReflexiveProperty
           
static Resource Restriction
           
static Property sameAs
           
static Property someValuesFrom
           
static Property sourceIndividual
           
static Resource SymmetricProperty
           
static Property targetIndividual
           
static Property targetValue
           
static Resource Thing
           
static Property topDataProperty
           
static Property topObjectProperty
           
static Resource TransitiveProperty
           
static Property unionOf
           
static Property versionInfo
           
static Property versionIRI
           
static Property withRestrictions
           
 
Constructor Summary
OWL2()
           
 
Method Summary
static String getURI()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS
See Also:
Constant Field Values

AllDifferent

public static final Resource AllDifferent

AllDisjointClasses

public static final Resource AllDisjointClasses

AllDisjointProperties

public static final Resource AllDisjointProperties

Annotation

public static final Resource Annotation

AnnotationProperty

public static final Resource AnnotationProperty

AsymmetricProperty

public static final Resource AsymmetricProperty

Axiom

public static final Resource Axiom

Class

public static final Resource Class

DataRange

public static final Resource DataRange

DatatypeProperty

public static final Resource DatatypeProperty

DeprecatedClass

public static final Resource DeprecatedClass

DeprecatedProperty

public static final Resource DeprecatedProperty

FunctionalProperty

public static final Resource FunctionalProperty

InverseFunctionalProperty

public static final Resource InverseFunctionalProperty

IrreflexiveProperty

public static final Resource IrreflexiveProperty

NamedIndividual

public static final Resource NamedIndividual

NegativePropertyAssertion

public static final Resource NegativePropertyAssertion

Nothing

public static final Resource Nothing

ObjectProperty

public static final Resource ObjectProperty

Ontology

public static final Resource Ontology

OntologyProperty

public static final Resource OntologyProperty

ReflexiveProperty

public static final Resource ReflexiveProperty

Restriction

public static final Resource Restriction

SymmetricProperty

public static final Resource SymmetricProperty

Thing

public static final Resource Thing

TransitiveProperty

public static final Resource TransitiveProperty

allValuesFrom

public static final Property allValuesFrom

annotatedProperty

public static final Property annotatedProperty

annotatedSource

public static final Property annotatedSource

annotatedTarget

public static final Property annotatedTarget

assertionProperty

public static final Property assertionProperty

backwardCompatibleWith

public static final Property backwardCompatibleWith

bottomDataProperty

public static final Property bottomDataProperty

bottomObjectProperty

public static final Property bottomObjectProperty

cardinality

public static final Property cardinality

complementOf

public static final Property complementOf

datatypeComplementOf

public static final Property datatypeComplementOf

deprecated

public static final Property deprecated

differentFrom

public static final Property differentFrom

disjointUnionOf

public static final Property disjointUnionOf

disjointWith

public static final Property disjointWith

distinctMembers

public static final Property distinctMembers

equivalentClass

public static final Property equivalentClass

equivalentProperty

public static final Property equivalentProperty

hasKey

public static final Property hasKey

hasSelf

public static final Property hasSelf

hasValue

public static final Property hasValue

imports

public static final Property imports

incompatibleWith

public static final Property incompatibleWith

intersectionOf

public static final Property intersectionOf

inverseOf

public static final Property inverseOf

maxCardinality

public static final Property maxCardinality

maxQualifiedCardinality

public static final Property maxQualifiedCardinality

members

public static final Property members

minCardinality

public static final Property minCardinality

minQualifiedCardinality

public static final Property minQualifiedCardinality

onClass

public static final Property onClass

onDataRange

public static final Property onDataRange

onDatatype

public static final Property onDatatype

onProperties

public static final Property onProperties

onProperty

public static final Property onProperty

oneOf

public static final Property oneOf

priorVersion

public static final Property priorVersion

propertyChainAxiom

public static final Property propertyChainAxiom

propertyDisjointWith

public static final Property propertyDisjointWith

qualifiedCardinality

public static final Property qualifiedCardinality

sameAs

public static final Property sameAs

someValuesFrom

public static final Property someValuesFrom

sourceIndividual

public static final Property sourceIndividual

targetIndividual

public static final Property targetIndividual

targetValue

public static final Property targetValue

topDataProperty

public static final Property topDataProperty

topObjectProperty

public static final Property topObjectProperty

unionOf

public static final Property unionOf

versionIRI

public static final Property versionIRI

versionInfo

public static final Property versionInfo

withRestrictions

public static final Property withRestrictions
Constructor Detail

OWL2

public OWL2()
Method Detail

getURI

public static String getURI()


Licenced under the Apache License, Version 2.0