Module org.apache.jena.ontapi
Package org.apache.jena.ontapi.impl.objects
package org.apache.jena.ontapi.impl.objects
-
ClassDescriptionThe implementation of
Annotation
Ontology Object
.Implementation of Annotation Property abstraction (a URI-Resource
withowl:AnnotationProperty
type).A base class for any class-expression implementation.OntClassImpl.CardinalityRestrictionImpl<O extends OntObject,P extends OntRelationalProperty, R extends OntClassImpl.CardinalityRestrictionImpl<?, ?, ?>> Abstraction for any cardinality restriction.OntClassImpl.ComponentRestrictionImpl<O extends org.apache.jena.rdf.model.RDFNode,P extends OntRelationalProperty, R extends OntClassImpl.ComponentRestrictionImpl<?, ?, ?>> Abstract base component-restriction class.OntClassImpl.NaryRestrictionImpl<O extends OntObject,P extends OntRelationalProperty, R extends OntClassImpl.NaryRestrictionImpl<?, ?, ?>> Abstract implementation for any restriction withowl:onProperty
predicate.Base for allOntClass.Restriction
impls.An ontology object implementation with declarative typeowl:DatatypeProperty
.Implementation for Data Range Expressions.OntDisjointImpl<O extends OntObject>Implementation for anonymousowl:AllDisjointProperties
,owl:AllDisjointClasses
,owl:AllDifferent
sections.DisjointClasses := 'DisjointClasses' '(' axiomAnnotations subClassExpression subClassExpression { subClassExpression } ')'
Implementation of Facet RestrictionsAn Ontology ID Implementation.AnOntIndividual
implementation, both for anonymous and named individuals.See description to the interfaceOntIndividual.Anonymous
.Represents a named individual.OntListImpl<E extends org.apache.jena.rdf.model.RDFNode>Default OntList implementation.The simplestiterator
over ardf:List
, whoseIterator.next()
method returns a batch oftriple
s in the form of standardJava List
.An extendedOntListImpl.RDFListIterator
whoseIterator.next()
method does not throwNoSuchElementException
in case no element found, but returnsnull
instead.Named entity withrdf:type = rdfs:Datatype
.OntNegativePropertyAssertionImpl<P extends OntRelationalProperty,T extends org.apache.jena.rdf.model.RDFNode> Implementation of the Negative Property Assertion.The base for any Ontology ObjectResource
implementation.Implementation of the Object Property Expression abstraction.Property Expression base impl-class.owl:Class
Implementation.Primary (named) class (<uri> a owl:Class
).A version of Named class for RL specification.Simple directOntProperty
implementation.An implementation ofOntology Statement
.Ont SWRL Object Implementation.OntSWRLImpl.AtomImpl<P extends OntObject>