Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-24-2021 12:03 AM
04-25-2021 03:24 AM
I guess you can do it indirectly by building a graph model from the CSV and then exporting it as RDF...
LOAD CSV FROM. '<path to your csv file...>'
:GET /rdf/neo4j/describe/...
or
:POST /rdf/neo4j/cypher {...}
What's the structure of your CSV and how do you expect the map to a graph to take place?
Cheers,
JB.
05-05-2021 11:51 AM
Given Neosemantics is for interfacing with Neo4j, I think it would make sense to just import the CSV into Neo4j and then export it to RDF ... otherwise the question doesn't really have anything to do with Neo4j. RDF4j itself will export RDF to CSV and probably back, I just don't know if that CSV will work well with Neo4j by default.. I'm guessing it won't.
11-24-2022 04:12 PM
CSV does not have name spaces and individual tag
All the sessions of the conference are now available online