VirtualFlyBrain / neo4j2owl

Semantics preserving mapping of OWL 2 EL and Neo4J. Under development, do not use.
Apache License 2.0
6 stars 4 forks source link

Class Expression parser takes too long #35

Open matentzn opened 4 years ago

matentzn commented 4 years ago

Index for class expression parsers for the config file expressions (for dynamic neo typing) takes 5 min, which should not be necessary at all. The reason for that is that, in order to understand CURIE syntax, I need to preprocess all IRIs with the curie map information on ALL entities in the signature.. But a solution may be cumbersome, so I consider this low priority.