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