Module: RDF::Tabular
- Defined in:
- lib/rdf/tabular.rb,
lib/rdf/tabular/csvw.rb,
lib/rdf/tabular/utils.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
-
Merges multiple Metadata definitions
-
Extract Metadata from a CSV file
-
Return table-level annotations
-
Return Column-level annotations
-
Return row iterator with column information
Defined Under Namespace
Modules: Utils, VERSION Classes: CSVW, Column, Dialect, Error, Format, JSON, Metadata, Reader, Row, Schema, Table, TableGroup, Transformation
Class Method Summary collapse
Class Method Details
.debug=(value) ⇒ Object
32 |
# File 'lib/rdf/tabular.rb', line 32 def self.debug=(value); @debug = value; end |
.debug? ⇒ Boolean
31 |
# File 'lib/rdf/tabular.rb', line 31 def self.debug?; @debug; end |