Xabbu
FOPL Relational Model (for RDF, Notation 3, Versa,SPARQL)
Notes on mapping a FOPL representational model to a relational model. see Store/ and Space-partitioning for more on a formal API and the motivation for partitioninig the 'quad' space. Also related: Benjamin Nowack's ongong effort in optimizing MySQL RDF persistence and a mapping from SPARQL.
I eventually used a 3 partition / table schema with collision detection for half-MD5 as BIGINTs: see
FOPL Relational Model (for RDF, Notation 3, Versa,SPARQL)
Notes on mapping a FOPL representational model to a relational model. see Store/ and Space-partitioning for more on a formal API and the motivation for partitioninig the 'quad' space. Also related: Benjamin Nowack's ongong effort in optimizing MySQL RDF persistence and a mapping from SPARQL.
I eventually used a 3 partition / table schema with collision detection for half-MD5 as BIGINTs: see