I'm trying to import into neo4j 4.2.5 YAGO RDF knowledge base (Downloads/yago 4 | Yago Project). All files .nt worked very well, but there's also a file yago-wd-annotated-facts.ntx.gz which is in RDF* format (contains nested triplets as this format supports properties on relationships).
Hi @vlasta , thanks for your interest.
RDF* is supported by Neosemantics since v 4.1 (Sep 2020)
All you need to do is use "Turtle*" as serialisation format.
You can run a quick test on the fragment in your example by using the preview feature. Here's how:
Hi @jesus_barrasa, fantastic, thank you very much!
Maybe a small suggestion - the documentation does not mention Turtle* in the "Parameters" section, might be worth updating.