-
-
The triple ` qb:structure ` appears multiple times at the result
e.g. at the file
https://github.com/Swirrl/table2qb/blob/master/examples/employment/ttl/cube.ttl
There are triples:
```
qb:…
-
So far, the CSV2RDF pipeline uses a "version" of the Mustache to be reconfigured. There are almost 240 edits to be done in order to reconfigure the pipeline.
Manual editing would probably introduc…
-
-
Currently validation mode reports validation errors using `csv2rdf.logging/log-warning`, which prints the errors to stdout either using `clojure.tools.logging` (the default) or `println` (on graalvm) …
-
When trying to use the Generating RDF from Tabular Data on the Web Recommendation to map a CSV to the Wikibase data model, I discovered that a column cannot be used as the object of more than one trip…
-
# Overview
A Frictionless Data *Table Schema* could be used to convert the described data from CSV files into RDF. Such programs exist for the *CSV on the Web* (CSVW) standard. This page sketches t…
-
Hi,
I am trying to build a generic tabular structure in RDF that I could use to load CSV and excel files. I've created triples to represent rows, columns and cells, and triples to relate them all. …
-
Maybe I'm wrong, but this part of the code is correct?
``` javascript
if (data["currency_time"]) {
this.push({ subject: subject, predicate: "http://schema.org/priceCurrency", object : '"' + data[…
-
From Paul Hermans: in Belgium, where there are 3 official languages, it is often necessary to provide multiple labels for concepts, dimension properties etc. table2qb currently only allows creation o…