TriX format specification.
Examples:
Loading TriX format support
require 'rdf/trix'
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 Also:
'http://www.w3.org/2004/03/trix/trix-1/'