COW
COW copied to clipboard
Integrated CSV to RDF converter, using CSVW and nanopublications
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
Using the "buurt.csv" file from the tutorial, all formats other than nquads fail to serialize. I get the same behavior on my other CSV files. ``` shell> cow_tool convert --format...
SHACL validation is not supported (Validation of the complete dataset is not possible therefore it should be performed as part of the ETL) _This issue is extracted from Issue #108...
Original issue posted via cattle repo by @bblfish. See: https://github.com/CLARIAH/cattle/issues/29 I would like to specify the metadata file via the command line so that I can use the same metadata...
something like ```"valueUrl": "{{gender|lower}}"``` works while ```"valueUrl": "pato:{% if gender == 'F' %}0000383{% else %}0000384{% endif %}"``` does not Reference from the docs: https://github.com/CLARIAH/COW/wiki/12.-example:-if-statement-converting-sex-variable-and-values-appropriately When using the online cattle.datalegend.net tool,...
The exercise for the [if statement](https://github.com/CLARIAH/COW/wiki/2.-Enriching-the-Data#if-statement) wiki page doesn't give the proper results. I included the prefix: `"sdmx-code": "http://purl.org/linked-data/sdmx/2009/code#"` in the [cow_person_example.csv](https://github.com/CLARIAH/COW/blob/21b6b1eb9005be14130b91bcac97b1c6d7106d79/examples/cow_person_example.csv) JSON schema, and replaced the "male" column with...
The results for this [exercise](https://github.com/CLARIAH/COW/wiki/2.-Enriching-the-Data#exercise-1) seem incorrect. The resulting triples append the language property for the reference book title to triples other than the book title. In fact, the book...
Hi community! I got an error [1] using Windows OS running `cow_tool convert`. My file directory `data` has: - tableGames.csv - tableGames.csv-metadata.json I then do: ```bash cow_tool convert data\tableGames.csv ```...
In order to have the json ignore empty fields, I use the expression "null": [""], but this does not seem to work. It does work with for instance "null": ["#N/A"]...