VirtualFlyBrain / neo4j2owl

Semantics preserving mapping of OWL 2 EL and Neo4J. Under development, do not use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class Expression parser takes too long

matentzn opened this issue · comments

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.