Hello
I imported owl file into Neo4J successfully, however, I cannot get the triples from the graph.
I want to get the triples as I can execute in SPARQL.
I've already tried that
match (n1)-[r]-(n2) return n1, r, n2
However, this only returns the tri...