Business process event data modeled as labeled property graphs Data Format ----------- The dataset comprises one labeled property graph in two different file formats. #1) Neo4j .dump format A neo4j (https://neo4j.com) database dump that contains the entire graph and can be imported into a fresh neo4j database instance using the following command, see also the neo4j documentation: https://neo4j.com/docs/ /bin/neo4j-admin.(bat|sh) load --database=graph.db --from= The .dump was created with Neo4j v3.5. #2) .graphml format A .zip file containing a .graphml file of the entire graph Data Schema ----------- The graph is a labeled property graph over business process event data. Each graph uses the following concepts :Event nodes - each event node ...