Aliases for RDFa::Format
This allows the following:
Examples:
Obtaining an HTML format class
RDF::Format.for(:xhtml) # RDF::RDFa::XHTML RDF::Format.for(:xhtml).reader # RDF::RDFa::Reader RDF::Format.for(:xhtml).writer # RDF::RDFa::Writer