RDFa support.
Examples:
Requiring the RDF::Raptor module
RDF::Raptor
require 'rdf/raptor'
Extracting RDF statements from an XHTML+RDFa file
RDF::Reader.open("input.html") do |reader| reader.each_statement do |statement| puts statement.inspect end end
See Also:
Classes: Format, Reader