-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to export my graph to RDF #303
Comments
Hi, the use of the two procedures looks right so probably the problem is elsewhere. |
@jbarrasa Hi jesus, thanks for the reply. I am using neo4j server 4.3.3 and neosemantics 4.3.0.2. There are indeed some data in the Neo4j. Then I try to use The same scenario happened on the procedure And I would like to ask an additional question if I want to export the output in rdf format to a file, is the Thanks, |
Hey @jbarrasa , why haven't you answered this? I am actually having the same issue. I am starting to think that there is no solution for this and that being able to export a graph to RDF is a ruse. Prove this wrong. |
Hi, I am pretty new to Neo4j and the Graph Data Science Library. And I want to export the whole graph from my neo4j graph into RDF format. I studied the n10s documentation and tried to use
call n10s.rdf.export.cypher("match(n) return n",{stream:True})
and
call n10s.rdf.export.cypher("MATCH (n)-[r]-(m) RETURN n,r, m")
But none of them work, and the query results are empty.
The text was updated successfully, but these errors were encountered: