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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -