I am trying to learn Neo4j. I will like to model the subway network. The schema of a subway station look like this:
{
"identity": 0,
"labels": [
"Station"
],
"properties": {
"name": "station-ew-01",
"line": [
"ew"
]
}
}
"ew" in the "line" property ...