Package | Description |
---|---|
org.apache.jena.enhanced |
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
|
org.apache.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
org.apache.jena.ontology.impl |
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package. |
org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
org.apache.jena.rdf.model.impl |
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhNode
A specialisation of Polymorphic that models an extended node in a an extended graph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AllDifferent
Interface defining an individual in which all members of a collection are
declared pair-wise disjoint.
|
interface |
AllValuesFromRestriction
A property restriction that requires the named property to have have any range
instances to be members of a given class.
|
interface |
AnnotationProperty
Interface that represents the category of annotation properties in an ontology
language.
|
interface |
BooleanClassDescription
Encapsulates a class description formed from a boolean combination of other
class descriptions (ie union, intersection or complement).
|
interface |
CardinalityQRestriction
Interface representing the ontology abstraction for a qualified cardinality
restriction.
|
interface |
CardinalityRestriction
A property restriction that requires the named property to have have exactly
the given number of values for a given instance to be a member of the class defined
by the restriction.
|
interface |
ComplementClass
Class description that is formed from the complement of another class description
|
interface |
DataRange
Represents an ontology DataRange: a class-like construct that contains only concrete
data literals.
|
interface |
DatatypeProperty
Interface that encapsulates the class of properties whose range values are
datatype values (as distinct from
ObjectProperty whose values are
individuals). |
interface |
EnumeratedClass
Encapsulates a class description representing a closed enumeration of individuals.
|
interface |
FunctionalProperty
Interface encapsulating the class of properties that are functional: that is,
properties in which a given given domain value has a unique value in the
range.
|
interface |
HasValueRestriction
A property restriction that requires the named property to have a given individual as
its value.
|
interface |
Individual
Interface that encapsulates an individual in an ontology, sometimes
referred to as a fact or assertion, or a member of the a-box.
|
interface |
IntersectionClass
Encapsulates a class description that is the intersection of a list of
class expressions.
|
interface |
InverseFunctionalProperty
Interface encapsulating the class of properties that are inverse functional:
that is, properties in which a given given range value has a unique value in
the domain (effectively, a key).
|
interface |
MaxCardinalityQRestriction
Interface representing the ontology abstraction for a qualified maximum cardinality
restriction.
|
interface |
MaxCardinalityRestriction
A property restriction that requires the named property to have have at most
the given number of values for a given instance to be a member of the class defined
by the restriction.
|
interface |
MinCardinalityQRestriction
Interface representing the ontology abstraction for a qualified minimum cardinality
restriction.
|
interface |
MinCardinalityRestriction
A property restriction that requires the named property to have have at least
the given number of values for a given instance to be a member of the class defined
by the restriction.
|
interface |
ObjectProperty
Interface encapsulating properties whose range values are restricted to
individuals (as distinct from datatype valued
properties ). |
interface |
OntClass
Interface that represents an ontology node characterising a class description.
|
interface |
Ontology
Interface encapsulating the distinguished instance in a given ontology
document that presents meta-data and other processing data about the document
(including which other documents are imported by a document).
|
interface |
OntProperty
Interface encapsulating a property in an ontology.
|
interface |
OntResource
Provides a common super-type for all of the abstractions in this ontology
representation package.
|
interface |
QualifiedRestriction
Represents a qualified restriction, in which all values of the restricted property
are required to be members of a given class.
|
interface |
Restriction
Interface that encapsulates a class description formed by restricting one or
more properties to have constrained values and/or cardinalities.
|
interface |
SomeValuesFromRestriction
A property restriction that requires the named property to have at least one
range instance belonging to the given class.
|
interface |
SymmetricProperty
Interface that encapsulates a property that is symmetric, i.e. one
in which if
p(x, y) holds, thenp(y, x)
must also hold. |
interface |
TransitiveProperty
Interface that denotes a property that is transitive i.e. one
in which if
x p y holds,
and y p z
holds, then x p z must also hold. |
interface |
UnionClass
Class description that is formed from the union of a list of a class descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
AllDifferentImpl
Implementation of the abstraction of axioms that denote the single name assumption.
|
class |
AllValuesFromRestrictionImpl
Implementation of the allValuesFrom restriction abstraction.
|
class |
AnnotationPropertyImpl
Implementation for ontology abstraction of annotation property
|
class |
BooleanClassDescriptionImpl
Shared implementation for implementations of Boolean clas expressions.
|
class |
CardinalityQRestrictionImpl
Implementation of the exact qualified cardinality restriction
|
class |
CardinalityRestrictionImpl
Implementation of the cardinality restriction abstraction.
|
class |
ComplementClassImpl
Implementation of a node representing a complement class description.
|
class |
DataRangeImpl
Default implementation of the interface that defines a closed enumeration
of concrete values for the range of a property.
|
class |
DatatypePropertyImpl
Implementation of the datatype property abstraction
|
class |
EnumeratedClassImpl
Implementation of a node representing an enumerated class description.
|
class |
FunctionalPropertyImpl
Implementation of the functional property abstraction
|
class |
HasValueRestrictionImpl
Implementation of the hasValue restriction abstraction.
|
class |
IndividualImpl
Implementation for the ontology abstraction representing ontology class descriptions.
|
class |
IntersectionClassImpl
Implementation of a node representing an intersection class description.
|
class |
InverseFunctionalPropertyImpl
Implementation of the functional property abstraction
|
class |
MaxCardinalityQRestrictionImpl
Implementation of the max qualified cardinality restriction
|
class |
MaxCardinalityRestrictionImpl
Implementation of the max cardinality restriction abstraction.
|
class |
MinCardinalityQRestrictionImpl
Implementation of the min qualified cardinality restriction
|
class |
MinCardinalityRestrictionImpl
Implementation of the min cardinality restriction abstraction.
|
class |
ObjectPropertyImpl
Implementation of the object property abstraction
|
class |
OntClassImpl
Implementation of the ontology abstraction representing ontology classes.
|
class |
OntologyImpl
Implementation of the Ontology interface, encapsulating nodes that hold the
meta-data about whole ontologies.
|
class |
OntPropertyImpl
Implementation of the abstraction representing a general ontology property.
|
class |
OntResourceImpl
Abstract base class to provide shared implementation for implementations of ontology
resources.
|
class |
QualifiedRestrictionImpl
Implementation of qualied restrictions.
|
class |
RestrictionImpl
Implementation of the ontology abstraction representing restrictions.
|
class |
SomeValuesFromRestrictionImpl
Implementation of the someValuesFrom restriction abstraction.
|
class |
SymmetricPropertyImpl
Implementation of the symmetric property abstraction
|
class |
TransitivePropertyImpl
Implementation of the transitive property abstraction
|
class |
UnionClassImpl
Implementation of a node representing a union class description.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Alt
An RDF Alternative container.
|
interface |
Bag
An RDF Bag container.
|
interface |
Container
An RDF Container.
|
interface |
Literal
An RDF Literal.
|
interface |
Property
An RDF Property.
|
interface |
RDFList
Provides a convenience encapsulation for lists formed from chains of RDF
statements arranged to form a head/tail cons-cell structure.
|
interface |
RDFNode
Interface covering RDF resources and literals.
|
interface |
ReifiedStatement
A ReifiedStatement represents a Statement as a Resource.
|
interface |
Resource
An RDF Resource.
|
interface |
Seq
RDF Sequence container.
|
Modifier and Type | Class and Description |
---|---|
class |
AltImpl
An implementation of Alt.
|
class |
BagImpl
An implementation of Bag
|
class |
ContainerImpl
An internal class not normally of interest to application developers.
|
class |
LiteralImpl
An implementation of Literal.
|
class |
PropertyImpl
An implementation of Property.
|
class |
RDFListImpl
Standard implementation the list abstraction from rdf.model.
|
class |
ReifiedStatementImpl
A ReifiedStatementImpl encodes a Statement and behaves as a Resource.
|
class |
ResourceImpl
An implementation of Resource.
|
class |
SeqImpl
An implementation of Seq
|
Licenced under the Apache License, Version 2.0