graph - Hypergraphdb weighted rdf property -
i came across hypergraphdb, seems interesting. how represent weighted rdf property , higher order relationships in hypergraphdb?
you can add values relations hgvaluelink method:
hghandle relationlink = hypergraph.add(new hgvaluelink("my-string-identifier", starthandle, endhandle));
"my-string-value" string object add integer or other object relation.
Comments
Post a Comment