Class: RDF::Raptor::RDFa::Format

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

Overview

RDFa format specification.

Examples:

Obtaining an RDFa format class

RDF::Format.for(:rdfa)         #=> RDF::Raptor::RDFa::Format
RDF::Format.for("input.html")
RDF::Format.for(:file_name      => "input.html")
RDF::Format.for(:file_extension => "html")
RDF::Format.for(:content_type   => "application/xhtml+xml")

Method Summary

Methods inherited from Format

rapper_format