Uses of Interface
org.apache.jena.ontapi.model.OntAnnotationProperty
Packages that use OntAnnotationProperty
Package
Description
-
Uses of OntAnnotationProperty in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntAnnotationPropertyModifier and TypeMethodDescriptionOntGraphModelImpl.getRDFSComment()OntGraphModelImpl.getRDFSLabel() -
Uses of OntAnnotationProperty in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntAnnotationPropertyModifier and TypeClassDescriptionclassImplementation of Annotation Property abstraction (a URI-Resourcewithowl:AnnotationPropertytype).Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntAnnotationPropertyModifier and TypeMethodDescriptionOntAnnotationPropertyImpl.objectType()OntAnnotationPropertyImpl.subProperties(boolean direct) OntAnnotationPropertyImpl.superProperties(boolean direct) Methods in org.apache.jena.ontapi.impl.objects with parameters of type OntAnnotationPropertyModifier and TypeMethodDescriptionOntAnnotationImpl.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) OntObjectImpl.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Adds an annotation assertion.OntStatementImpl.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) OntObjectImpl.annotationValues(OntAnnotationProperty p, String lang) OntStatementImpl.deleteAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.rdf.model.Literal>OntObjectImpl.listAnnotationLiterals(OntAnnotationProperty predicate) Returns an iterator over all literal's annotations. -
Uses of OntAnnotationProperty in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntAnnotationPropertyModifier and TypeMethodDescriptiondefault OntAnnotationPropertyOntAnnotationProperty.addDomain(org.apache.jena.rdf.model.Resource uri) Adds a statement with theRDFS.domainas predicate and the specifiedurias an object.default OntAnnotationPropertyOntAnnotationProperty.addRange(org.apache.jena.rdf.model.Resource uri) Adds a statement with theRDFS.rangeas predicate and the specifiedurias an object.default OntAnnotationPropertyOntAnnotationProperty.addSubProperty(OntAnnotationProperty property) Adds the given property as sub property returning this property itself.default OntAnnotationPropertyOntAnnotationProperty.addSuperProperty(OntAnnotationProperty property) Adds the given property as super property returning this property itself.default OntAnnotationPropertyOntModel.createAnnotationProperty(String uri) Creates annotation property (owl-entity).default OntAnnotationPropertyOntModel.getAnnotationProperty(String uri) default OntAnnotationPropertyOntModel.getAnnotationProperty(org.apache.jena.rdf.model.Resource uri) default OntAnnotationPropertyOntModel.getOWLBackwardCompatibleWith()default OntAnnotationPropertyOntModel.getOWLDeprecated()default OntAnnotationPropertyOntModel.getOWLIncompatibleWith()default OntAnnotationPropertyOntModel.getOWLPriorVersion()default OntAnnotationPropertyOntModel.getOWLVersionInfo()default OntAnnotationPropertyOntModel.getRDFSComment()default OntAnnotationPropertyOntModel.getRDFSIsDefinedBy()default OntAnnotationPropertyOntModel.getRDFSLabel()default OntAnnotationPropertyOntModel.getRDFSSeeAlso()default OntAnnotationPropertyOntAnnotationProperty.removeDomain(org.apache.jena.rdf.model.Resource domain) Removes the specified domain resource (predicate isrdfs:domain), including the corresponding statement's annotations.default OntAnnotationPropertyOntAnnotationProperty.removeRange(org.apache.jena.rdf.model.Resource range) Removes the specified range resource (predicate isrdfs:range), including the corresponding statement's annotations.default OntAnnotationPropertyOntAnnotationProperty.removeSubProperty(org.apache.jena.rdf.model.Resource property) Removes the specified sub property (predicate isrdfs:subPropertyOf), including the corresponding statement's annotations.default OntAnnotationPropertyOntAnnotationProperty.removeSuperProperty(org.apache.jena.rdf.model.Resource property) Removes the specified super property (predicate isrdfs:subPropertyOf), including the corresponding statement's annotations.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntAnnotationPropertyModifier and TypeMethodDescriptiondefault Stream<OntAnnotationProperty>OntModel.annotationProperties()Lists all annotation properties.default Stream<OntAnnotationProperty>OntAnnotationProperty.subProperties()Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).OntAnnotationProperty.subProperties(boolean direct) Answers aStreamover all the properties that are declared to be sub-properties of this property.default Stream<OntAnnotationProperty>OntAnnotationProperty.superProperties()Lists all the properties that are declared to be super-properties of this property (directly or indirectly).OntAnnotationProperty.superProperties(boolean direct) Answers aStreamover all the properties that are declared to be super-properties of this property.Methods in org.apache.jena.ontapi.model with parameters of type OntAnnotationPropertyModifier and TypeMethodDescriptionOntAnnotation.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Adds a new annotation assertion to this annotation resource.default OntStatementOntObject.addAnnotation(OntAnnotationProperty predicate, String lexicalForm) Adds no-lang annotation assertion.default OntStatementOntObject.addAnnotation(OntAnnotationProperty predicate, String txt, String lang) Adds lang annotation assertion.OntObject.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Adds an annotation assertion with the givenannotation propertyas predicate andRDF Nodeas value.default OntStatementOntStatement.addAnnotation(OntAnnotationProperty predicate, String text) Creates and returns a textual no-lang sub-annotation-assertion.default OntStatementOntStatement.addAnnotation(OntAnnotationProperty predicate, String text, String lang) Creates and returns a textual language-tagged sub-annotation-assertion.OntStatement.addAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Annotates the statement with the givenannotation propertyandRDF Nodevalue and returns a newly added annotation assertion statement.default OntIndividualOntIndividual.addAssertion(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Adds annotation assertionAnnotationAssertion(A s t).default OntAnnotationPropertyOntAnnotationProperty.addSubProperty(OntAnnotationProperty property) Adds the given property as sub property returning this property itself.default OntAnnotationPropertyOntAnnotationProperty.addSuperProperty(OntAnnotationProperty property) Adds the given property as super property returning this property itself.default OntClass.NamedOntClass.Named.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntClass.NamedOntClass.Named.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntDataRange.NamedOntDataRange.Named.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntDataRange.NamedOntDataRange.Named.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntIDOntID.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntIDOntID.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntIndividualOntIndividual.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntIndividualOntIndividual.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default POntNamedProperty.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault POntNamedProperty.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntObjectOntObject.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntObjectOntObject.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntStatementOntStatement.annotate(OntAnnotationProperty property, String text) Annotates the statement with the given predicate and textual message.default OntStatementOntStatement.annotate(OntAnnotationProperty property, String text, String lang) Annotates the statement with the given predicate and language-tagged textual message.default OntStatementOntStatement.annotate(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Annotates the statement with the given predicate and value.default Stream<OntStatement>OntStatement.annotations(OntAnnotationProperty property) Lists all annotations by the property.default Stream<org.apache.jena.rdf.model.RDFNode>OntObject.annotationValues(OntAnnotationProperty predicate) Lists all annotation values for the given predicate.OntObject.annotationValues(OntAnnotationProperty predicate, String lang) Lists all annotation literals for the given predicate and the language tag.default OntStatementOntStatement.deleteAnnotation(OntAnnotationProperty property) Deletes all (sub-)annotations with the given predicate-property.OntStatement.deleteAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Deletes the child annotation if present.