Description: Explore connections in crime data using the POLE - Person, Object, Location, Event - model in a public dataset from Manchester, U.K.
Nodes 61521 Relationships 105840
MATCH (l:Location {address:$address})<-[r:OCCURRED_AT]-(c:Crime)
RETURN c.date as crimeDateThis is for Neo4j version: 3.5,4.0
Required plugins: graph-algorithms
Rendered guide available via: :play https://guides.neo4j.com/sandbox/pole/index.html
Unrendered guide: documentation/pole.neo4j-browser-guide
Load graph data via the following:
- 
Drop the file into the Filessection of a project in Neo4j Desktop. Then choose the option toCreate new DBMS from dumpoption from the file options.
- 
Use the neo4j-admin tool to load data from the command line with the command below. 
bin/neo4j-admin load --from data/pole-40.dump [--database "database"]- 
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions 
Download the zip file pole.zip and add it as "project from file" to Neo4j Desktop.


