How can you migrate your data from one graph database (Neo4j, Tiger Graph etc.) to another?
Background: I have to decide between the standards of the W3C (RDF (S), OWL) and Databases for property graphs (Neo4j, TigerGraph etc.). I know that all "triple stores" that support the W3C standard also make it possible to simply "pull out" the data and import it into another triple store. For relational databases there is also the standard SQL (and dialects), so that with a little effort you can get the data from one relational database to another. But I can't think of such a solution for graph databases.