Hi guys,
I am developing a software that has to transform a dataset in a graph database.
So far I have developed the dataset import. Basically, I open the file and afterward it is displayed in the tab1 and stored in a matrix of Objects.
Now I don't have any idea on how to convert it in a graph database and above all I don't know how to map the dataset to the following ontology (see this image http://dodcio.defense.gov/portals/0/Images/dodaf20/DM2_common_patterns.gif).To be clearer I want to give a semantic to the dataset mapping it to the specific ontology (for example each element of the first column has to be under, for example, the node "elements" and the property that link each field of the first column to each field of the second column is under the node of "tuple"). In a nutshell I have to link each field with the element of the same row. The first element the second element and the property that link both of them have to be linked to the specific part of the ontology.
Can you please suggest how can i implement it and which java constructs I should study in order to implement it?
I apologise for being unclear but the topic is a bit hard to be explained
If you need further explanations please ask me and I will be happy to provide other details
Thank you for your help guys