-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
Thank you for sharing.. very useful to learn how the Integration web, query, fuseki is done. I am interested to use it for modelling an open source autopilot system. Currently I am using excel that contains
- objects (class id, o Id, attributes on a single spreadsheet
- an other spreadsheet containing relationship information : link type name, parent,child and attributes).
I wrote a vba code that convert this data to a cypher script and the script is used to create the model in Neo4j as a graph database. Neo4j generate the ontological metamodel automcally after running the cypher script.
I would like to try to achieve the same with OML...I have a very large numbers of object and relationships. Is there a limitation using OML and this fuseki server? I am not an expert of opencaesar and curious to know if you think this would be feasible? I need to find out how to generate oml by script reading an excel input. Any advice welcome.
Thank you
Regards