Is there anyway to work with RDF triples in Nebula?
d
Dinah
10/21/2024, 7:46 AM
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
D. Draco O'Brien
10/21/2024, 10:56 AM
Ok, that’s fine. I think property graph is more expressive anyway.