(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 is a website building & hosting documentation for Clojure/Script libraries
× close