Class: RDF::RDFa::HTML

Inherits:
Format
  • Object
show all
Defined in:
lib/rdf/rdfa/format.rb

Overview

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