-
Running tests on py36 and py37 using tox fails.
It look like many of the failures are because `csvw` and `pycldf` are using typing, esp. [https://docs.python.org/3.8/library/typing.html#typing.Orde…
-
We currently have a meta-templating language for defining URI templates. This allows you to include variables that aren't available within the csv table - like `$(base-uri)`.
@RickMoynihan has sugg…
-
At https://www.w3.org/ns/csvw#datatype-definitions, the URI Template data type used for example by the valueUrl property is defined to be a subclass of `xsd:anyURI`
```turtle
csvw:uriTemplate a rd…
-
Hi! Thanks for the cool site. A few years ago, at a standards-unification conference for biological data, we looked at csv-on-the-web as something we should all adopt. A lot of our data was from repea…
-
Hi
I'm currently trying to use the processor inside a data management workflow for a small POC: we are using CSVW as datasource (a CSV of ~5Mb, exposed on an "internal" http endpoint).
For my te…
-
This issue will federate the discussion and surveying of relevant data models for neurosymbolic learning in the context of LLOD
-
This is to support reading (#9) and writing to (#15) SDMX and CSVW (#19)
The indicator class will store the raw data, and metadata, and we also want the schema for the data. This includes things su…
-
When I open
https://w3c.github.io/csvw/csv2rdf/#example-events-listing-minimal-ttl
I see in Example 12
```
@base .
@prefix schema: .
@prefix xsd: .
```
Further down in example 23 there is …
-
Suppose we have a custom datatype that we want to use in multiple tables, repeating the custom datatype description for each use is repetitive and risks errors. The datatype could be given a name and …
-
I have a csv file and a metadata file on my file system. With csv2rdf I can write
```sh
csv2rdf -t data/pplEx.csv -u pplEx.csv-meta.json -m minimal
```
in order to transform `data/pplEx.csv` …