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

swift - How to change text of a button with a segmented controller? -

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

PHP DOM loadHTML() method unusual warning -