Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
noted todo that relation might be changed to something different in f…
Browse files Browse the repository at this point in the history
…uture
  • Loading branch information
carstendraschner committed Jul 6, 2020
1 parent 07990dc commit 4cef2ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ class Similarity_Experiment_Meta_Graph_Factory {
List(
Triple.create(
NodeFactory.createURI(metagraph_experiment_hash),
NodeFactory.createURI(metagraph_element_relation),
NodeFactory.createURI(metagraph_element_relation), //This relation might to be changed in future
NodeFactory.createURI(sim_estimation_node)
), Triple.create(
NodeFactory.createURI(sim_estimation_node),
Expand Down

0 comments on commit 4cef2ee

Please sign in to comment.