protegeproject / rdf-library

OWLAPI RDF library
9 stars 10 forks source link

Issue 3 #5

Open OyvindLGjesdal opened 6 years ago

OyvindLGjesdal commented 6 years ago

Hey,

I've had a look at #3, trying to solve https://github.com/protegeproject/sparql-query-plugin/issues/5, and have had some luck with opening larger files in sparql-tab. It passes the current tests in the build, but I've not added any additional ones. My example ontology has 131 000 axioms and loads in 5-10 seconds.

OyvindLGjesdal commented 6 years ago

I changed back Owlmpl.addAxiom(OwlAxiom axiom) to use method translate with the single axiom, and added back in translate with single axiom. I tried to refactor the common parts of the translate methods, but I'm not happy with the method names as I don't grasp everything that gets translated.