diff importFromOpenMind/importer/model2neo4j.py @ 34:74dfaed3600b

keep relation attributes but no attributes from openmind. change relation type attribute to '_type' too.
author casties
date Tue, 02 Feb 2016 15:16:29 +0100
parents 7e2e344c3b87
children
line wrap: on
line diff
--- a/importFromOpenMind/importer/model2neo4j.py	Tue Feb 02 14:41:08 2016 +0100
+++ b/importFromOpenMind/importer/model2neo4j.py	Tue Feb 02 15:16:29 2016 +0100
@@ -15,7 +15,7 @@
 
 # name of type attribute
 node_type_attribute = '_type'
-rel_type_attribute = 'type'
+rel_type_attribute = '_type'
 
 
 ## setup