-
This issue starts with retrieving the Simssa DB data dumps. Can I use the files in [https://github.com/ELVIS-Project/simssadb/tree/develop/sample_data_for_SIMSSA_DB](url)? If yes, what specific files …
-
If you're collecting enhancement requests, would it be useful to adopt the W3C Proposed [Metadata Vocabulary for Tabular Data](https://www.w3.org/TR/tabular-metadata/) as part of import and export fun…
-
- I may refer to https://ontola.io/blog/ordered-data-in-rdf.
- It may be useful to do with the occasion where there are alias for tunes.
- I will see can this be used to deal with the occasion where…
-
"Although uploading CSV files to Virtuoso is straightforward, the process requires some customization before the data can be queried using SPARQL with custom URIs, which are also regarded as defined o…
-
This issue is about creating a valid JSON-LD context a Data Package / Tabular Data Package.
Previous discussion on related topics in #110
-
Convert a sample of MusicBrainz data (exported in a json format) into a csv file. MusicBrainz json may contain arbitrary nesting of objects and arrays, as in the example below.
```json
"artist-cre…
-
I think you should be allowed to annotate parts of the CSVW metadata document with custom types.
```json
{
"@context": "http://www.w3.org/ns/csvw",
"url": "error.csv",
"tableSchema": {"@id…
-
I was surprised to discover that csv2rdf is tolerant of broken json in its metadata files, in particular missing commas etc.
Without wanting to open up the [tolerant reader](https://www.martinfowle…
-
Related to issue #186 - when running csv2rdf with just a `-t` table `csv2rdf` does not locate the metadata document, and instead performs the default conversion.
The default conversion generates a …
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…