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 OntIDOntID.addComment(String txt) Creates_:this rdfs:comment "txt"^^xsd:stringstatement.default OntIDOntID.addComment(String txt, String lang) Adds the given localized text annotation with builtinrdfs:commentpredicate.Adds the triplethis owl:import urito this resource.default OntIDOntID.addVersionInfo(String txt) Adds aowl:versionInfodescription.default OntIDOntID.addVersionInfo(String txt, String lang) Annotates this object withowl:versionInfopredicate and the specified language-tagged literal.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 OntIDOntModel.getID()Gets the Ontology ID object.OntID.removeImport(String uri) Removes the triplethis owl:import urifrom this resource.Creates a new@uri rdf:type owl:Ontologystatement for the specifieduriand 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 booleanIndicates whether the givenOntology IDis equal to this one in OWL2 terms.