protegeproject / rdf-library

OWLAPI RDF library
9 stars 10 forks source link

Translating OWL axioms to triples creates an OWLOntologyManager object per axiom #2

Closed rsgoncalves closed 8 years ago

rsgoncalves commented 8 years ago

This results in sluggish loading of the SPARQL Query Plugin Tab even for small ontologies, as noted in issue https://github.com/protegeproject/sparql-query-plugin/issues/5. The culprit is the translate(...) method in RDFTranslator.