|
RDFa is pretty good, in that you can losslessly encode RDF into HTML..
the next step is eliminating the verbosity of the inlined (even if namespace-shortened) URIs by moving them to tag level. eg http://purl.org/dc/terms/modified becomes <modified>.. then you get html which is fun to write again, and possible to handwrite without an IDE or app engine populating the attributes/classnames.
i'm doing this by defining the RDF implicity of the tags in a <tag> tag in <head>, overridable in the body in normal fashion..
|