module RDF::Microdata

**‘RDF::Microdata`** is a Microdata extension for RDF.rb.

@example Requiring the ‘RDF::Microdata` module

require 'rdf/microdata'

@example Parsing RDF statements from an HTML file

RDF::Microdata::Reader.open("etc/foaf.html") do |reader|
  reader.each_statement do |statement|
    puts statement.inspect
  end
end

@see ruby-rdf.github.io/rdf/ @see www.w3.org/TR/2011/WD-microdata-20110525/

@author [Gregg Kellogg](greggkellogg.net/)

Constants

DEFAULT_REGISTRY
USES_VOCAB