md`There are several ways to approach RDF with the goal, to generate site content from
the a triple-store.
The evolutionary approaches were to adapt LAMP mechanisms from MySQL to RDF
by translating SQL[1] queries into SPARQL[2] and replacing one object-relational
mapping layer with an object-triple mapping layer.
Alternative to that aproach, several more projective approaches are finding
adoption and convincing by rendering much of the mediating processing superfluous.
In one of them, Graphity, combined with Dydra to realize an RDF-bsed CMS which described page content and structure as a graph and relied just on SPARQL and XSLT to generate page content on demand.
`