Import SysML Models with xml/xmi Format to a Graph database

582 views Asked by At

I am looking for a method to import SysML (UML) Models into Neo4J. I am working with Xpath to extract the Elements and Relationships between them. Is there a good way to export the Elements structured from XML/XML files so they can be converted in simple CSV files and imported to a Graph database?

1

There are 1 answers

0
Lju On

The APOC Load XML functionality may be of interest to you