RomanoLab/comptox_ai

Remove namespace prefixes from graph database

JDRomano2 opened this issue · 1 comments

We use an OWL ontology to structure the database before importing it into Neo4j. However, the neosemantics (n10s) library by default sticks a namespace prefix (e.g., "owl__") before every entity. This should be fixed. Perhaps it just needs to be imported to neo4j using a different parameter in n10s (easy fix).

This has been fixed (several commits ago)