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 IndividualModifier and TypeMethodDescriptionOntResource.asIndividual()Answer a view of this resource as an individualOntClass.createIndividual()Answer a new individual that has this class as itsrdf:typeOntClass.createIndividual(String uri) Answer a new individual that has this class as itsrdf:typeOntModel.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 anIndividualnode 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 IndividualModifier and TypeMethodDescriptionOntModel.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 withrdf:typecorresponding 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 IndividualModifier and TypeClassDescriptionclassImplementation for the ontology abstraction representing ontology class descriptions.Methods in org.apache.jena.ontology.impl that return IndividualModifier and TypeMethodDescriptionOntResourceImpl.asIndividual()Answer a view of this resource as an individualOntClassImpl.createIndividual()Answer a new individual that has this class as itsrdf:typeOntClassImpl.createIndividual(String uri) Answer a new individual that has this class as itsrdf:typeOntModelImpl.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 IndividualModifier and TypeMethodDescriptionOntModelImpl.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
Fields in org.apache.jena.vocabulary declared as IndividualModifier and TypeFieldDescriptionstatic final IndividualOntEventsVocab.allDifferentDeclarationEvent representing the declaration of a set of individuals being pairwise distinct.static final IndividualOntEventsVocab.allValuesFromEvent representing the declaration that a restriction constrains all values of the property to have some class or datatypestatic final IndividualOntEventsVocab.annotationPropertyDeclarationEvent representing the declaration of a resource as an annotation property.static final IndividualOntEventsVocab.backwardCompatibleWithEvent representing the declaration of a prior version of a given ontology, which the ontology is compatible with.static final IndividualOntEventsVocab.cardinalityEvent representing the declaration of that a restriction has the given cardinality on the restricted propertystatic final IndividualOntEventsVocab.cardinalityQEvent representing the declaration of that a qualified restriction has the given cardinality on the restricted propertystatic final IndividualOntEventsVocab.classDeclarationEvent representing the declaration of a resource as an ontology Class.static final IndividualOntEventsVocab.commentEvent representing a comment on an ontology elementstatic final IndividualOntEventsVocab.complementOfEvent representing the declaration of a class expression being the complement of another class description.static final IndividualOntEventsVocab.datarangeDeclarationEvent representing the declaration of a resource as a Datarange.static final IndividualOntEventsVocab.datatypePropertyDeclarationEvent representing the declaration of a resource as a datatype property.static final IndividualOntEventsVocab.DeprecatedClassEvent representing the declaration of a class as being deprecated.static final IndividualOntEventsVocab.DeprecatedPropertyEvent representing the declaration of a property as being deprecated.static final IndividualOntEventsVocab.differentFromEvent representing the declaration of one ontology individual being distinct from anotherstatic final IndividualOntEventsVocab.disjointWithEvent representing the declaration of one class expression being disjoint with another.static final IndividualOntEventsVocab.distinctMembersEvent representing the identification of a set of individuals that are in the scope of an AllDifferent declaration.static final IndividualOntEventsVocab.domainEvent representing the declaration of a property as having a given class, datatype or datarange as the domainstatic final IndividualOntEventsVocab.equivalentClassEvent representing the declaration of one class expression being equivalent to another.static final IndividualOntEventsVocab.equivalentPropertyEvent representing the declaration of a property as being equivalent to another propertystatic final IndividualOntEventsVocab.functionalPropertyDeclarationEvent representing the declaration of a property as being functional.static final IndividualOntEventsVocab.hasClassQEvent representing the declaration of that a qualified restriction has the given class or datatype for the qualification restrictionstatic final IndividualOntEventsVocab.hasValueEvent representing the declaration that a restriction constrains the property to have a given valuestatic final IndividualOntEventsVocab.importsEvent representing the declaration that one ontology is imported into another ontology.static final IndividualOntEventsVocab.incompatibleWithEvent representing the declaration of a prior version of a given ontology, which the ontology is not compatible with.static final IndividualOntEventsVocab.individualDeclarationEvent representing the declaration of an ontology individualstatic final IndividualOntEventsVocab.intersectionOfEvent representing the declaration of a class expression being an intersection of class descriptions.static final IndividualOntEventsVocab.inverseFunctionalPropertyDeclarationEvent representing the declaration of a property as being inverse functional.static final IndividualOntEventsVocab.inverseOfEvent representing the declaration of a property as being the inverse of another propertystatic final IndividualOntEventsVocab.labelEvent representing a label on an ontology elementstatic final IndividualOntEventsVocab.maxCardinalityEvent representing the declaration of that a restriction has the given maximum cardinality on the restricted propertystatic final IndividualOntEventsVocab.maxCardinalityQEvent representing the declaration of that a qualified restriction has the given maximum cardinality on the restricted propertystatic final IndividualOntEventsVocab.minCardinalityEvent representing the declaration of that a restriction has the given minimum cardinality on the restricted propertystatic final IndividualOntEventsVocab.minCardinalityQEvent representing the declaration of that a qualified restriction has the given minimum cardinality on the restricted propertystatic final IndividualOntEventsVocab.objectPropertyDeclarationEvent representing the declaration of a resource as an object property.static final IndividualOntEventsVocab.oneOfEvent representing the declaration of a class expression being composed of a finite enumeration of identified individuals.static final IndividualOntEventsVocab.onPropertyEvent representing the declaration that a restriction applies to a given propertystatic final IndividualOntEventsVocab.ontologyDeclarationEvent representing the declaration of a resource of type owl:Ontology, representing meta-data about the ontology.static final IndividualOntEventsVocab.ontologyPropertyDeclarationEvent representing the declaration of an ontology property.static final IndividualOntEventsVocab.priorVersionEvent representing the declaration of a prior version of a given ontology.static final IndividualOntEventsVocab.propertyDeclarationEvent representing the declaration of a resource as a plain property.static final IndividualOntEventsVocab.rangeEvent representing the declaration of a property as having a given class, datatype or datarange as the rangestatic final IndividualOntEventsVocab.relatedEvent representing the declaration of one ontology individual being related to another by some named predicate.static final IndividualOntEventsVocab.restrictionDeclarationEvent representing the declaration of a resource being a Restrictionstatic final IndividualOntEventsVocab.sameAsEvent representing a declaration that one resource is the same as another.static final IndividualOntEventsVocab.sameIndividualAsEvent representing the declaration of one ontology individual being the same as anotherstatic final IndividualOntEventsVocab.someValuesFromEvent representing the declaration that a restriction constrains at least one value of the property to have some class or datatypestatic final IndividualOntEventsVocab.subClassOfEvent representing the declaration of one class being the sub-class of another.static final IndividualOntEventsVocab.subPropertyOfEvent representing the declaration of a property as being the sub-property of another propertystatic final IndividualOntEventsVocab.symmetricPropertyDeclarationEvent representing the declaration of a property as being symmetricstatic final IndividualOntEventsVocab.transitivePropertyDeclarationEvent representing the declaration of a property as being transitive.static final IndividualOntEventsVocab.unionOfEvent representing the declaration of a class expression being a union of class descriptions.static final IndividualOntEventsVocab.userDataEvent 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 IndividualOntEventsVocab.versionInfoEvent representing the declaration of version information on an ontology resource.