Class FromOwl
java.lang.Object
org.geneontology.obographs.owlapi.FromOwl
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateGraph(org.semanticweb.owlapi.model.OWLOntology ontology) generateGraphDocument(org.semanticweb.owlapi.model.OWLOntology baseOntology) booleanisDefinitionProperty(org.semanticweb.owlapi.model.IRI iri) booleanisHasSynonymTypeProperty(org.semanticweb.owlapi.model.IRI iri) booleanisHasXrefProperty(org.semanticweb.owlapi.model.IRI iri) booleanisInSubsetProperty(org.semanticweb.owlapi.model.IRI iri) booleanisOboInOwlIdProperty(org.semanticweb.owlapi.model.IRI iri)
-
Field Details
-
SUBCLASS_OF
- See Also:
-
SUBPROPERTY_OF
- See Also:
-
INVERSE_OF
- See Also:
-
TYPE
- See Also:
-
-
Constructor Details
-
FromOwl
public FromOwl()
-
-
Method Details
-
generateGraphDocument
- Parameters:
baseOntology-- Returns:
- GraphDocument where each graph is an ontology in the ontology closure
- See Also:
-
generateGraph
- 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)
-