Class FromOwl

java.lang.Object
org.geneontology.obographs.owlapi.FromOwl

public class FromOwl extends Object
Implements OWL to OG translation ===

See OWL Mapping spec

Author:
cjm
See Also:
  • "[SPEC](https://github.com/geneontology/obographs/blob/master/README-owlmapping.md)"
  • Field Details

  • Constructor Details

    • FromOwl

      public FromOwl()
  • Method Details

    • generateGraphDocument

      public GraphDocument generateGraphDocument(org.semanticweb.owlapi.model.OWLOntology baseOntology)
      Parameters:
      baseOntology -
      Returns:
      GraphDocument where each graph is an ontology in the ontology closure
      See Also:
    • generateGraph

      public Graph generateGraph(org.semanticweb.owlapi.model.OWLOntology ontology)
      Parameters:
      ontology -
      Returns:
      Graph generated from ontology
    • isDefinitionProperty

      public boolean isDefinitionProperty(org.semanticweb.owlapi.model.IRI iri)
    • isHasXrefProperty

      public boolean isHasXrefProperty(org.semanticweb.owlapi.model.IRI iri)
    • isInSubsetProperty

      public boolean isInSubsetProperty(org.semanticweb.owlapi.model.IRI iri)
    • isHasSynonymTypeProperty

      public boolean isHasSynonymTypeProperty(org.semanticweb.owlapi.model.IRI iri)
    • isOboInOwlIdProperty

      public boolean isOboInOwlIdProperty(org.semanticweb.owlapi.model.IRI iri)