class RDF::TriX::Format

TriX format specification.

@example Loading TriX format support

require 'rdf/trix'

@example Obtaining a TriX format class

RDF::Format.for(:trix)         #=> RDF::TriX::Format
RDF::Format.for("etc/doap.xml")
RDF::Format.for(:file_name      => "etc/doap.xml")
RDF::Format.for(:file_extension => "xml")
RDF::Format.for(:content_type   => "application/trix")

@see www.w3.org/2004/03/trix/

Constants

XMLNS