CREATE (`0` :RawSupplier {name:"RawSupplier0",country:"China"}) , (`1` :Supplier {name:"Supplier0",country:"China"}) , (`2` :Supplier {name:"Supplier1",country:"India"}) , (`3` :Product {name:"bolts"}) , (`4` :RawSupplier {name:"RawSupplier1",country:"India"}) , (`5` :RawSupplier {name:"RawSupplier2",country:"Bangladesh"}) , (`6` :Nonoperational {type:"Fire"}) , (`0`)-[:`deliver` ]->(`1`), (`0`)-[:`deliver` ]->(`2`), (`2`)-[:`deliver` ]->(`3`), (`1`)-[:`deliver` ]->(`3`), (`5`)-[:`deliver` ]->(`2`), (`5`)-[:`deliver` ]->(`1`), (`4`)-[:`deliver` ]->(`1`), (`4`)-[:`deliver` ]->(`2`), (`0`)-[:`affectedby` {from:date("2020-02-01"),to:date("9999-01-01")}]->(`6`), (`1`)-[:`affectedby` {from:date("2020-02-01"),to:date("2020-02-02")}]->(`6`)