Is there anyway to work with RDF triples in Nebula...
# nebula
d
Is there anyway to work with RDF triples in Nebula?
d
Hi, Draco. NebulaGraph does not natively support RDF triples. Instead, it operates on a Property Graph model. To utilize RDF data within NebulaGraph, it must be transformed into a compatible format, like CSV.
d
Ok, that’s fine. I think property graph is more expressive anyway.
👍 1