Remix.run Logo
tomComb 7 hours ago

I wonder about mapping RDF data (like Wikidata) to this. I guess the RDF predicate becomes the edge in your node-edge style of graph.

smiths1999 6 hours ago | parent [-]

Yes! This is something I've been thinking about quite a bit the past few weeks. We are going in this direction at work and I think graph storage is a natural way to think about this.

zvr 5 hours ago | parent [-]

If you're going to support RDF, please also consider supporting SPARQL for querying the data.

smiths1999 3 hours ago | parent [-]

I started thinking more deeply about how I would actually do this today and it won't be as straight forward as I initially thought. Will keep it on the radar and see if I can figure out a clean way to implement. Great suggestions!