Abstract
I'm unsatisfied with HTML as a markup language and CSS as a presentation language. Even DocBook isn't good enough.
I want:
A way to make any semantic assertion I want about the content of the document.
This seems to be a natural fit to RDF. Well, the vocabulary is. RDF/XML markup isn't so pretty, and in most markup languages, a lot of the semantics are implied, where RDF makes you say them. GRDDL is a way to say semantic things in XHTML (and other XML dialects) using the profile attribute and XSLT transformations to RDF. IBM has a method called Semantic SDO which uses OWL to do similar things
A style language that will let me present the information model however I want