(csv->rdf tabular-source metadata-source)(csv->rdf tabular-source metadata-source {:keys [mode] :as options})Runs the CSVW process for the given tabular or metadata data sources and options. If metadata-source is non-nil then processing will start from the asscociated metadata document, otherwise it will start from tabular-source. Returns a lazy sequence of statements containing the CSVW output for the specified CSVW mode. Mode can be specified by the :mode key of the options map if provided, otherwise standard mode will be used.
Runs the CSVW process for the given tabular or metadata data sources and options. If metadata-source is non-nil then processing will start from the asscociated metadata document, otherwise it will start from tabular-source. Returns a lazy sequence of statements containing the CSVW output for the specified CSVW mode. Mode can be specified by the :mode key of the options map if provided, otherwise standard mode will be used.
(csv->rdf->destination tabular-source metadata-source destination options)Run csv->rdf for the given tabular/metadata sources and options then write the resulting statements to the given destination. destination must implement grafter-2.rdf.protocols/ITripleWriteable.
Run csv->rdf for the given tabular/metadata sources and options then write the resulting statements to the given destination. destination must implement grafter-2.rdf.protocols/ITripleWriteable.
(csv->rdf->file tabular-source metadata-source dest-file options)Run csv->rdf for the given tabular/metadata source and options then write the resulting statements to dest-file.
Run csv->rdf for the given tabular/metadata source and options then write the resulting statements to dest-file.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |