1

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:

DM2_common_patterns

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 the node "elements" and the property that links 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.

How can I implement it, and which Java constructs I should study in order to implement it?

4

2 に答える 2

1

また、 http: //gist.neo4j.org/を使用して自分の考えのプロトタイプを作成できますか?

于 2013-06-28T09:00:03.470 に答える