I am experiencing an issue when trying to load an RDF file into Neo4j Desktop on my Windows machine. I have followed the standard procedures for importing RDF data but have been encountering errors that prevent the file from being recognized by Neo4j. I have placed my RDF file, ga_geology_v1-0.nt , in the default import directory as follows:
"ga_geology_v1-0.nt (The system cannot find the file specified)"
Could someone please assist me in troubleshooting this issue? I am not sure if there's a step I might be missing or if there's a configuration setting that needs to be adjusted for my specific environment.
Well, what you see there is the summary of the import process (number of triples parsed/imported, namespaces detected, etc) and not the imported graph.
Now the data is stored in neo4j and you can start querying it with cypher or exploring it visually.
If you're not familiar with cypher, one simple way of starting to interact with the data is clicking on any of the elements on the left bar (node labels, relationship types, etc) and seeing the nodes/rels returned.