Sha256: 2e38fd7df6e45456c00e967d8705c83e749eb2e364280ff47405954502050ef0
Contents?: true
Size: 316 Bytes
Versions: 4
Compression:
Stored size: 316 Bytes
Contents
module RDF::NTriples ## # N-Triples format specification. # # @see http://www.w3.org/TR/rdf-testcases/#ntriples class Format < RDF::Format content_type 'text/plain', :extension => :nt content_encoding 'ascii' reader { RDF::NTriples::Reader } writer { RDF::NTriples::Writer } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rdf-0.1.0 | lib/rdf/ntriples/format.rb |
rdf-0.0.9 | lib/rdf/ntriples/format.rb |
rdf-0.0.8 | lib/rdf/ntriples/format.rb |
rdf-0.0.7 | lib/rdf/ntriples/format.rb |