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.

Neo semantics RDF

I am using neo4j 4.0.8 and neosemantics 4.1.0.1. I am trying to export my graph as rdf.

I am able to get rdf result using GET API
:GET /rdf/neo4j/describe/find/SUPPLYCHAIN/type/Supply_Chain

But post API using POST /rdf/neo4j/cypher is giving an empty rdf.

:POST /rdf/neo4j/cypher
{ "cypher" : "MATCH path=(cust:Customer {contactName : 'Rita Müller'})-[p:PURCHASED]->(o:Order)-[or:ORDERS]->(pr:Product) RETURN path" , "format": "N-Triples" }

Getting only empty rdf during export
@prefix rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# .
@prefix neovoc: neo4j://vocabulary# .
@prefix neoind: neo4j://individuals# .

0 REPLIES 0