Uses of Interface
org.apache.jena.ontapi.model.OntID
Packages that use OntID
Package
Description
-
Uses of OntID in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntIDMethods in org.apache.jena.ontapi.impl that return types with arguments of type OntID -
Uses of OntID in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntID -
Uses of OntID in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntIDModifier and TypeMethodDescriptiondefault OntID
OntID.addComment
(String txt) Creates_:this rdfs:comment "txt"^^xsd:string
statement.default OntID
OntID.addComment
(String txt, String lang) Adds the given localized text annotation with builtinrdfs:comment
predicate.Adds the triplethis owl:import uri
to this resource.default OntID
OntID.addVersionInfo
(String txt) Adds aowl:versionInfo
description.default OntID
OntID.addVersionInfo
(String txt, String lang) Annotates this object withowl:versionInfo
predicate and the specified language-tagged literal.default OntID
OntID.annotate
(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicate
default OntID
OntID.annotate
(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicate
andvalue
.default OntID
OntModel.getID()
Gets the Ontology ID object.OntID.removeImport
(String uri) Removes the triplethis owl:import uri
from this resource.Creates a new@uri rdf:type owl:Ontology
statement for the specifieduri
and wraps it as Ontology ID Resource.OntID.setVersionIRI
(String uri) Assigns a new version IRI to this Ontology ID object.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntIDMethods in org.apache.jena.ontapi.model with parameters of type OntIDModifier and TypeMethodDescriptiondefault boolean
Indicates whether the givenOntology ID
is equal to this one in OWL2 terms.