which database currently supports hypergraph relationship

Dear all, I‘m trying importing rdf* into neo4j according to :
https://neo4j.com/labs/neosemantics/4.2/import/

with example1 in RDF* Spec:
----------------  https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#example-1
@prefix : http://www.example.org/ .
:employee38 :familyName "Smith" .
<< :employee38 :jobTitle "Assistant Designer" >> :accordingTo :employee22 .
-------------------------------

But Neo4j is just a property graph database, so it imported only two nodes but no edges.

Can anyone tell me what tools or graph databases currently support the processing and storage of hypergraphs?
Just like in:   https://enterprise-knowledge.com/rdf-what-is-it-and-why-do-i-need-it/
[cid:image003.jpg@01D74F21.1B686320]
Thanks a lot for any information.

Joylix

Received on Saturday, 22 May 2021 09:38:27 UTC