{"statements": [{"statement": "USING PERIODIC COMMIT 5000\nLOAD CSV WITH HEADERS FROM \"file:/relationship_scRNAseq_exp_FBlc0007532_RO_0002292.csv\" AS cl\nMATCH (s:Entity { iri: cl.start}),(e:Entity { iri: cl.end})\nMERGE (s)-[r:RO_0002292]->(e) SET r.iri = cl.iri SET r.short_form = cl.short_form SET r.expression_extent = [value IN split(cl.expression_extent,\"~|~|~\") | toFloat(trim(value))] SET r.expression_level = [value IN split(cl.expression_level,\"~|~|~\") | toFloat(trim(value))] SET r.label = cl.label SET r.type = cl.type SET r.hide_in_terminfo = [value IN split(cl.hide_in_terminfo,\"~|~|~\") | toBoolean(trim(value))]"}]}