- addAltId(OWLOntology, String, String, OWLAnnotationProperty) - Static method in class owltools.ncbi.NCBIOWL
-
Add an alternative identifier for a main term.
- annotate(OWLOntology, OWLEntity, OWLAnnotationProperty, OWLAnnotationValue) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology.
- annotate(OWLOntology, OWLEntity, String, OWLAnnotationValue) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology, taking a CURIE for the property.
- annotate(OWLOntology, OWLEntity, String, String) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology, taking a CURIE for the property and a string literal.
- annotate(OWLOntology, OWLEntity, String, boolean) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology, taking a CURIE for the property and an Boolean literal.
- annotate(OWLOntology, String, IRI) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology itself, taking a CURIE for the property and an Boolean literal.
- annotate(OWLOntology, String, String) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for adding an annotation assertion to the
ontology itself, taking a CURIE for the property and an Boolean literal.
- assertSubAnnotationProperty(OWLOntology, OWLAnnotationProperty, OWLAnnotationProperty) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for asserting a subAnnotationProperty relation
between a parent and child property in an ontology.
- assertSubClass(OWLOntology, OWLClass, String) - Static method in class owltools.ncbi.NCBIConverter
-
Convenience method for asserting a subClass relation between
a parent and child class in an ontology.
- assertSubClass(OWLOntology, OWLClass, OWLClass) - Static method in class owltools.ncbi.OWLConverter
-
Convenience method for asserting a subClass relation between
a parent and child class in an ontology.