Class: RDF::Raptor::NTriples::Format
- Inherits:
-
Format
- Object
- Format
- RDF::Raptor::NTriples::Format
- Extended by:
- Format
- Defined in:
- lib/rdf/raptor/ntriples.rb
Overview
N-Triples format specification.
Class Method Summary collapse
Methods included from Format
Class Method Details
.detect(sample) ⇒ Object
44 45 46 47 |
# File 'lib/rdf/raptor/ntriples.rb', line 44 def self.detect(sample) # Raptor's format guessing isn't fully supported RDF::NTriples::Format.detect(sample) end |