Module: RDF::RDFa
- Defined in:
- lib/rdf/rdfa.rb,
lib/rdf/rdfa/format.rb,
lib/rdf/rdfa/reader.rb,
lib/rdf/rdfa/writer.rb,
lib/rdf/rdfa/context.rb,
lib/rdf/rdfa/expansion.rb,
lib/rdf/rdfa/reader/rexml.rb,
lib/rdf/rdfa/reader/nokogiri.rb,
lib/rdf/rdfa/writer/haml_templates.rb
Overview
Default HAML templates used for generating output from the writer
Defined Under Namespace
Modules: Expansion, VERSION Classes: Context, ContextError, Format, Reader, Writer
Constant Summary collapse
- HTML_RDFA_CONTEXT =
"http://www.w3.org/2011/rdfa-context/html-rdfa-1.1"- XHTML_RDFA_CONTEXT =
"http://www.w3.org/2011/rdfa-context/xhtml-rdfa-1.1"- XML_RDFA_CONTEXT =
"http://www.w3.org/2011/rdfa-context/rdfa-1.1"