Module: RDF::Tabular
- Defined in:
 - lib/rdf/tabular.rb,
lib/rdf/tabular/csvw.rb,
lib/rdf/tabular/uax35.rb,
lib/rdf/tabular/format.rb,
lib/rdf/tabular/reader.rb,
lib/rdf/tabular/literal.rb,
lib/rdf/tabular/metadata.rb 
Overview
CSVM Metadata processor
- 
Extracts Metadata from file or Hash definition
 - 
Extract Embedded Metadata from a CSV file
 - 
Return table-level annotations
 - 
Return Column-level annotations
 - 
Return row iterator with column information
 
Defined Under Namespace
Modules: UAX35, VERSION Classes: CSVW, Column, Datatype, Dialect, Error, Format, JSON, Metadata, Reader, Row, Schema, Table, TableGroup, Transformation
Constant Summary collapse
- SITE_WIDE_CONFIG =
          
Relative location of site-wide configuration file
 "/.well-known/csvm".freeze
- SITE_WIDE_DEFAULT =
 %( {+url}-metadata.json csv-metadata.json ).gsub(/^\s+/, '').freeze
Class Method Summary collapse
Class Method Details
.debug=(value) ⇒ Object
      38  | 
    
      # File 'lib/rdf/tabular.rb', line 38 def self.debug=(value); @debug = value; end  | 
  
.debug? ⇒ Boolean
      37  | 
    
      # File 'lib/rdf/tabular.rb', line 37 def self.debug?; @debug; end  |