Hacker News new | ask | show | jobs
by whartung 718 days ago
I refer to RDF as the "absurd normal form". When my friends and I do DB design, it's almost inevitable we fall into what might inevitably become the "ThingThing" table thats a many-to-many joiner of everything to everything else. (That's when we giggle, leave the room, go to lunch, and then come back when we've returned to our senses.)

But, for RDF its exactly what I want, I'm not interested in schemas and such for this work, so it's perfect for my scenario.

1 comments

The killer feature isn’t even fully indexed queries for ever, it’s the serialization formats.

Need to do a non-trivial merge of complex domain graphs? Why have you tried string concatenating turtle files?