cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

yujin000731
Node
since ‎01-20-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...