Sinar / popit_relationship

This is a POC to feed our popit database to graph software, Currently on networkx and neo4j
9 stars 5 forks source link

Importing relationships data #26

Closed Jeffrey04 closed 4 years ago

Jeffrey04 commented 4 years ago

Import relationship data from the API, and as much as possible, use relationship schema from https://vocab.org/relationship/

expecting result is shown when running the following cypher

match (a:Person)-[b {key: "http://purl.org/vocab/relationship/Relationship"}]->(c:Person) return a,c