|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
OWLOntologyManager
that
should be associated with the parserOWLExpressionVisitor
Node
s to this set.
Node
s to this set.
NodeSet
by wrapping it in a Node
.
Node
to this set.
Node
to this set.
OWLClass
without the need for casting.
OWLSubClassOfAxiom
.
OWLSubClassOfAxiom
s.
PrefixOWLOntologyFormat
then this method
will obtain it as a PrefixOWLOntologyFormat
ClassExpressionTranslator
consumes the triples that represent the class expression, and
translates the triples to the appropriate OWL API OWLClassExpression
object.OWLComplementOf
class expression.NodeSet
contains a specific entity.
InferredAxiomGenerator
OWLOntologyChangeFilter
.OWLAnnotation
object.
OWLAnnotationPropertyDomainAxiom
s where the specified property is the property
in the domain axiom.
OWLAnnotationPropertyRangeAxiom
s where the specified property is the property
in the range axiom.
annotationProperty
.
OWLAsymmetricObjectPropertyAxiom
s contained in this ontology that
make the specified object property asymmetric.
Node
corresponding to the bottom node (containing owl:Nothing
) in the
class hierarchy.
Node
corresponding to the bottom node (containing owl:bottomDataProperty
) in the
data property hierarchy.
Node
corresponding to the bottom node (containing owl:bottomObjectProperty
) in the
object property hierarchy.
IOException
OWLClassAssertionAxiom
s contained in this ontology that
make the specified individual
an instance of some class expression.
OWLClassAssertionAxiom
s contained in this ontology that make the
specified class expression, ce
, a type for some individual.
OWLNaryClassAxiom.getClassExpressions()
method
as a list of class expressions.
OWLDataPropertyAssertionAxiom
s contained in this ontology that
have the specified individual
as the subject of the axiom.
OWLDataPropertyDomainAxiom
s where the property (returned by
OWLUnaryPropertyAxiom.getProperty()
) is equal to the specified property.
OWLDataPropertyRangeAxiom
s where the property (returned by
OWLUnaryPropertyAxiom.getProperty()
) is equal to the
specified property.
OWLSubDataPropertyOfAxiom
s where the sub-property is equal to the specified property.
OWLSubDataPropertyOfAxiom
s where the super-property (returned by
OWLSubPropertyAxiom.getSuperProperty()
) is equal to the specified property.
null
if there is no datatype
OWLDatatype
that is assigned a definition
OWLDatatype
which types this literal.
Number
, this method returns the datatype of
that number.
OWLDatatypeDefinitionAxiom
s contained in this ontology that provide
a definition for the specified datatype.
OWLDifferentIndividualsAxiom
s contained in this ontology that make
the specified individual
different to some other individual.
ce
.
pe
.
OWLDisjointDataPropertiesAxiom
s that make the specified property
disjoint with some other data property expression(s).
pe
.
OWLDisjointObjectPropertiesAxiom
s that make the specified property
disjoint with some other object property expression(s).
e
.
OWLEquivalentDataPropertiesAxiom
s that make the specified property
equivalent to some other data property expression(s).
OWLEquivalentObjectPropertiesAxiom
s that make the specified property
equivalent to some other object property expression(s).
Nodes
in this NodeSet
.
OWLFunctionalDataPropertyAxiom
s contained in this ontology that
make the specified data property functional.
OWLFunctionalObjectPropertyAxiom
s contained in this ontology that
make the specified object property functional.
IndividualNodeSetPolicy
which determines how NodeSet
s
of named individuals are returned from the reasoner.
OWLNaryIndividualAxiom.getIndividuals()
as a list.
XMLWriterFactory
OWLInverseFunctionalObjectPropertyAxiom
s contained in this ontology that
make the specified object property inverse functional.
OWLInverseObjectPropertiesAxiom
s where the specified property
is contained in the set returned by OWLNaryPropertyAxiom.getProperties()
.
OWLIrreflexiveObjectPropertyAxiom
s contained in this ontology that
make the specified object property irreflexive.
IOException
.
OWLNegativeDataPropertyAssertionAxiom
s contained in this ontology that
have the specified individual
as the subject of the axiom.
OWLNegativeObjectPropertyAssertionAxiom
s contained in this ontology that
have the specified individual
as the subject of the axiom.
Node
s contained in this NodeSet
OWLObjectPropertyAssertionAxiom
s contained in this ontology that
have the specified individual
as the subject of the axiom.
OWLObjectPropertyDomainAxiom
s where the property (returned by
OWLUnaryPropertyAxiom.getProperty()
) is equal to the specified property.
OWLObjectPropertyRangeAxiom
s where the property (returned by
OWLUnaryPropertyAxiom.getProperty()
) is equal to the
specified property.
OWLSubObjectPropertyOfAxiom
s where the sub-property is equal to the specified property.
OWLSubObjectPropertyOfAxiom
s where the super-property (returned by
OWLSubPropertyAxiom.getSuperProperty()
) is equal to the specified property.
OWLNaryBooleanClassExpression.getOperands()
as a list of class expressions.
OutputStream
that can be used to write an ontology to an ontology document.
owl:backwardCompatibleWith
.
owl:backwardCompatibleWith
.
DisjointClasses
axiom.
EquivalentClasses
axiom.
owl:incompatibleWith
.
OWLLiteral
, which has the specified lexical value, and is typed with the specified
datatype.
OWLLiteral
, which has the specified lexical value, and is typed with the specified
datatype.
OWLOntology
that is being debugged.
OWLDataFactory.getOWLLiteral(String, String)
Gets an OWLStringLiteral with a language tag.
OWLDataFactory.getOWLLiteral(String, String)
with the second parameter as the empty string ("").
Gets a string literal without a language tag.
OWLDataFactoryImpl.getOWLLiteral(String, String)
Gets an OWLStringLiteral with a language tag.
OWLDataFactoryImpl.getOWLLiteral(String, String)
with the second parameter as the empty string ("").
Gets a string literal without a language tag.
OWLDataFactory.getOWLLiteral(String, OWLDatatype)
OWLDataFactory.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype as its datatype
OWLDataFactory.getOWLLiteral(int)
Convenience method that obtains a literal typed as an integer.
OWLDataFactory.getOWLLiteral(double)
Convenience method that obtains a literal typed as a double.
OWLDataFactory.getOWLLiteral(boolean)
Convenience method that obtains a literal typed as a boolean.
OWLDataFactory.getOWLLiteral(float)
Convenience method that obtains a literal typed as a float.
OWLDataFactory.getOWLLiteral(String)
Convenience method that obtains a literal typed as a string.
OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.model.OWLDatatype)
OWLDataFactoryImpl.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype as its datatype
OWLDataFactoryImpl.getOWLLiteral(int)
Convenience method that obtains a literal typed as an integer.
OWLDataFactoryImpl.getOWLLiteral(double)
Convenience method that obtains a literal typed as a double.
OWLDataFactoryImpl.getOWLLiteral(boolean)
Convenience method that obtains a literal typed as a boolean.
OWLDataFactoryImpl.getOWLLiteral(float)
Convenience method that obtains a literal typed as a float.
OWLDataFactoryImpl.getOWLLiteral(String)
Convenience method that obtains a literal typed as a string.
owl:versionInfo
.
InferenceType
s that are precomputable by reasoner.
rdfs:comment
.
rdfs:isDefinedBy
.
rdfs:label
.
rdfs:seeAlso
.
OWLReflexiveObjectPropertyAxiom
s contained in this ontology that
make the specified object property reflexive.
OWLSameIndividualAxiom
s contained in this ontology that make
the specified individual
the same as some other individual.
Node
SubAnnotationPropertyOfAxiom
s where the specified property is the sub-property.
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set)
or
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set)
instead.
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set, java.util.Set)
or
SWRLDataFactory.getSWRLRule(java.util.Set, java.util.Set)
instead.
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set)
or
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set)
instead.
Gets a SWRL rule which is named with a URI
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set, java.util.Set)
or
OWLDataFactoryImpl.getSWRLRule(java.util.Set, java.util.Set)
instead.
OWLSymmetricObjectPropertyAxiom
s contained in this ontology that
make the specified object property symmetric.
Node
corresponding to the top node (containing owl:Thing
)
in the class hierarchy.
Node
corresponding to the top node (containing owl:topDataProperty
)
in the data property hierarchy.
Node
corresponding to the top node (containing owl:topObjectProperty
)
in the object property hierarchy.
OWLTransitiveObjectPropertyAxiom
s contained in this ontology that
make the specified object property transitive.
OWLLiteral
s) that this data range consists of.
Writer
that can be used to write an ontology to an ontology document.
OWLLiteral
has a particular language tag.
OWLReasoner
to indicate that
the imports closure of the root ontology (returned by OWLReasoner.getRootOntology()
)
is inconsistent.OWLClassAssertionsAxiom
s for inferred individual types.OWLMetric
that returns an integer valueOWLIntersectionOf
.OWLAnonymousIndividual
Note that this method is the dual of OWLIndividual.isNamed()
.
xsd:boolean
"http://www.w3.org/2001/XMLSchema#"boolean
.
NodeSet
is a singleton that only contains the bottom node (in a hierarchy).
rdfs:comment
.
OWLEquivalentClassesAxiom
in the specified ontology.
OWLEquivalentClassesAxiom
in at least one of the specified ontologies.
owl:deprecated
.
xsd:double
"http://www.w3.org/2001/XMLSchema#"double
.
xsd:float
"http://www.w3.org/2001/XMLSchema#"float
.
xsd:integer
"http://www.w3.org/2001/XMLSchema#"integer
.
rdfs:label
.
OWLNamedIndividual
.
OWLNegativeDataPropertyAssertionAxiom
axioms
are structurally OWL 2 axioms, but can be represented using OWL 1 syntax.
owl:Nothing
is named with
OutputStream
.
rdf:PlainLiteral
rdf:PlainLiteral
rdf:PlainLiteral
.
rdf:PlainLiteral
Node
contains just one entity.
NodeSet
is a singleton.
xsd:string
owl:Thing
is named with
NodeSet
is a singleton node that only contains the top node (in a hierarchy).
Writer
.
KRSS2ObjectRenderer
is an extension of KRSSObjectRenderer
which uses the extended vocabulary.KRSSOWLParser
that
it supports an extended KRSS vocabulary available in many reasoning systems.KRSS2ObjectRenderer
for definition/explanation of the syntax.KRSSObjectRenderer
renderes an OWLOntology in the original KRSS syntax.KRSSObjectRenderer
for definition/explanation of the syntax.ontologyIRI
as its IRI or version IRI.
OWLOntology
.
List
, or Java Set
.Comparator
which compares entities.OWLLogicalEntity
is an OWLEntity
that is not an OWLAnnotationProperty
.OWLOntologyManager
with commonly required features (such as an RDF parser for example).OWLObjectVisitorEx
.OWLOntologyAlreadyExistsException
to describe the situation where an attempt to
create an ontology failed because the manager already contained an ontology with specified ontology ID.
OWLOntologyAlreadyExistsException
to describe the situation where an attempt to
load an ontology failed because the manager already contained an ontology with the ID that was the same as
the ontology being loaded
IOException
happened during ontology creation.OWLOntologyCreationHandler
gets notified when the factory has created an empty
ontology (during the loading process).OWLOntologySetProvider
which provides a set of ontologies
which correspond to the imports closure of a given ontology.OWLOntologySetProvider
which provides a set containing the imports
closure of a given ontology.
OWLOntologySingletonSetProvider
which provides a singleton
set contain the specified ontology.
OWLParser
.OWLParserFactoryRegistry
provides a central point for
the registration of parser factories that create parsers to parse OWL
ontologies.IOException
OWLOntologyDocumentTarget
.
OWLOntologyManager
which should be used to load
imports etc.
SWRLAtom
s that are either
OWLLiteral
s or variables for
individuals SWRLLiteralVariable
SWRLAtom
s that are either
OWLIndividual
s or variables for
individuals SWRLIndividualArgument
OWLClassExpression
.
OWLClassExpression
.
OWLUnionOf
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |