Uses of Interface
org.apache.jena.ontology.Individual

Packages that use Individual
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF.
Provides default implementations for the abstractions defined in the org.apache.jena.ontology package.
A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies.
  • Uses of Individual in org.apache.jena.ontology

    Methods in org.apache.jena.ontology that return Individual
    Modifier and Type
    Method
    Description
    OntResource.asIndividual()
    Answer a view of this resource as an individual
    OntClass.createIndividual()
    Answer a new individual that has this class as its rdf:type
    OntClass.createIndividual(String uri)
    Answer a new individual that has this class as its rdf:type
    OntModel.createIndividual(String uri, Resource cls)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Answer a resource that represents an Individual node in this model.
    OntModel.createIndividual(Resource cls)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Answer a resource that represents an Individual node in this model.
    OntModel.getIndividual(String uri)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Answer a resource that represents an Individual node in this model.
    Methods in org.apache.jena.ontology that return types with arguments of type Individual
    Modifier and Type
    Method
    Description
    OntModel.listIndividuals()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Answer an iterator that ranges over the individual resources in this model, i.e. the resources with rdf:type corresponding to a class defined in the ontology.
    OntModel.listIndividuals(Resource cls)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Answer an iterator that ranges over the resources in this model that are instances of the given class.
  • Uses of Individual in org.apache.jena.ontology.impl

    Classes in org.apache.jena.ontology.impl that implement Individual
    Modifier and Type
    Class
    Description
    class 
    Implementation for the ontology abstraction representing ontology class descriptions.
    Modifier and Type
    Method
    Description
    OntResourceImpl.asIndividual()
    Answer a view of this resource as an individual
    OntClassImpl.createIndividual()
    Answer a new individual that has this class as its rdf:type
    OntClassImpl.createIndividual(String uri)
    Answer a new individual that has this class as its rdf:type
    OntModelImpl.createIndividual(String uri, Resource cls)
    Answer a resource that represents an Individual node in this model.
    OntModelImpl.createIndividual(Resource cls)
    Answer a resource that represents an Indvidual node in this model.
    OntModelImpl.getIndividual(String uri)
    Answer a resource that represents an Individual node in this model.
    Methods in org.apache.jena.ontology.impl that return types with arguments of type Individual
    Modifier and Type
    Method
    Description
    OntModelImpl.listIndividuals()
    Answer an iterator over the individuals in this model.
    OntModelImpl.listIndividuals(Resource cls)
    Answer an iterator that ranges over the resources in this model that are instances of the given class.
    OntClassImpl.listInstances()
    Answer an iterator over the individuals in the model that have this class among their types.
    OntClassImpl.listInstances(boolean direct)
    Answer an iterator over the individuals in the model that have this class among their types, optionally excluding sub-classes of this class.
  • Uses of Individual in org.apache.jena.vocabulary

    Modifier and Type
    Field
    Description
    static final Individual
    Event representing the declaration of a set of individuals being pairwise distinct.
    static final Individual
    OntEventsVocab.allValuesFrom
    Event representing the declaration that a restriction constrains all values of the property to have some class or datatype
    static final Individual
    Event representing the declaration of a resource as an annotation property.
    static final Individual
    OntEventsVocab.backwardCompatibleWith
    Event representing the declaration of a prior version of a given ontology, which the ontology is compatible with.
    static final Individual
    OntEventsVocab.cardinality
    Event representing the declaration of that a restriction has the given cardinality on the restricted property
    static final Individual
    OntEventsVocab.cardinalityQ
    Event representing the declaration of that a qualified restriction has the given cardinality on the restricted property
    static final Individual
    OntEventsVocab.classDeclaration
    Event representing the declaration of a resource as an ontology Class.
    static final Individual
    OntEventsVocab.comment
    Event representing a comment on an ontology element
    static final Individual
    OntEventsVocab.complementOf
    Event representing the declaration of a class expression being the complement of another class description.
    static final Individual
    OntEventsVocab.datarangeDeclaration
    Event representing the declaration of a resource as a Datarange.
    static final Individual
    Event representing the declaration of a resource as a datatype property.
    static final Individual
    OntEventsVocab.DeprecatedClass
    Event representing the declaration of a class as being deprecated.
    static final Individual
    OntEventsVocab.DeprecatedProperty
    Event representing the declaration of a property as being deprecated.
    static final Individual
    OntEventsVocab.differentFrom
    Event representing the declaration of one ontology individual being distinct from another
    static final Individual
    OntEventsVocab.disjointWith
    Event representing the declaration of one class expression being disjoint with another.
    static final Individual
    OntEventsVocab.distinctMembers
    Event representing the identification of a set of individuals that are in the scope of an AllDifferent declaration.
    static final Individual
    OntEventsVocab.domain
    Event representing the declaration of a property as having a given class, datatype or datarange as the domain
    static final Individual
    OntEventsVocab.equivalentClass
    Event representing the declaration of one class expression being equivalent to another.
    static final Individual
    OntEventsVocab.equivalentProperty
    Event representing the declaration of a property as being equivalent to another property
    static final Individual
    Event representing the declaration of a property as being functional.
    static final Individual
    OntEventsVocab.hasClassQ
    Event representing the declaration of that a qualified restriction has the given class or datatype for the qualification restriction
    static final Individual
    OntEventsVocab.hasValue
    Event representing the declaration that a restriction constrains the property to have a given value
    static final Individual
    OntEventsVocab.imports
    Event representing the declaration that one ontology is imported into another ontology.
    static final Individual
    OntEventsVocab.incompatibleWith
    Event representing the declaration of a prior version of a given ontology, which the ontology is not compatible with.
    static final Individual
    OntEventsVocab.individualDeclaration
    Event representing the declaration of an ontology individual
    static final Individual
    OntEventsVocab.intersectionOf
    Event representing the declaration of a class expression being an intersection of class descriptions.
    static final Individual
    Event representing the declaration of a property as being inverse functional.
    static final Individual
    OntEventsVocab.inverseOf
    Event representing the declaration of a property as being the inverse of another property
    static final Individual
    OntEventsVocab.label
    Event representing a label on an ontology element
    static final Individual
    OntEventsVocab.maxCardinality
    Event representing the declaration of that a restriction has the given maximum cardinality on the restricted property
    static final Individual
    OntEventsVocab.maxCardinalityQ
    Event representing the declaration of that a qualified restriction has the given maximum cardinality on the restricted property
    static final Individual
    OntEventsVocab.minCardinality
    Event representing the declaration of that a restriction has the given minimum cardinality on the restricted property
    static final Individual
    OntEventsVocab.minCardinalityQ
    Event representing the declaration of that a qualified restriction has the given minimum cardinality on the restricted property
    static final Individual
    Event representing the declaration of a resource as an object property.
    static final Individual
    OntEventsVocab.oneOf
    Event representing the declaration of a class expression being composed of a finite enumeration of identified individuals.
    static final Individual
    OntEventsVocab.onProperty
    Event representing the declaration that a restriction applies to a given property
    static final Individual
    OntEventsVocab.ontologyDeclaration
    Event representing the declaration of a resource of type owl:Ontology, representing meta-data about the ontology.
    static final Individual
    Event representing the declaration of an ontology property.
    static final Individual
    OntEventsVocab.priorVersion
    Event representing the declaration of a prior version of a given ontology.
    static final Individual
    OntEventsVocab.propertyDeclaration
    Event representing the declaration of a resource as a plain property.
    static final Individual
    OntEventsVocab.range
    Event representing the declaration of a property as having a given class, datatype or datarange as the range
    static final Individual
    OntEventsVocab.related
    Event representing the declaration of one ontology individual being related to another by some named predicate.
    static final Individual
    OntEventsVocab.restrictionDeclaration
    Event representing the declaration of a resource being a Restriction
    static final Individual
    OntEventsVocab.sameAs
    Event representing a declaration that one resource is the same as another.
    static final Individual
    OntEventsVocab.sameIndividualAs
    Event representing the declaration of one ontology individual being the same as another
    static final Individual
    OntEventsVocab.someValuesFrom
    Event representing the declaration that a restriction constrains at least one value of the property to have some class or datatype
    static final Individual
    OntEventsVocab.subClassOf
    Event representing the declaration of one class being the sub-class of another.
    static final Individual
    OntEventsVocab.subPropertyOf
    Event representing the declaration of a property as being the sub-property of another property
    static final Individual
    Event representing the declaration of a property as being symmetric
    static final Individual
    Event representing the declaration of a property as being transitive.
    static final Individual
    OntEventsVocab.unionOf
    Event representing the declaration of a class expression being a union of class descriptions.
    static final Individual
    OntEventsVocab.userData
    Event representing a catch-all category of user-specified data, ie triples in the graph that relate to the use of ontology terms on instances, rather than the definition of ontology terms.
    static final Individual
    OntEventsVocab.versionInfo
    Event representing the declaration of version information on an ontology resource.