-
https://w3c.github.io/csvw/primer/#example-60:
```
{
"titles": "country",
"name": "country",
"valueUrl": "http://example.org/country/{country}",
"propertyUrl": "schema:url"
}
```
Can …
-
It would be really cool to be able to store data and notebook(s) in a Git repository with CSV (or CSVW with units) and an .ipynb notebook.
-
Hi, users are unable to run **_pyclics_clustering_** due to dependency conflict with _**network**_ package. As shown in the following full dependency graph of **_pyclics_clustering_**, **_pyclics_clus…
-
The library supports specifying a CSV dialect (_e.g._ TSV), and [so does the CSVW spec][1] in more or less the same manner, but the command-line tool doesn’t pick up this info. Why not?
[Note that …
-
On the Metadata Vocabulary, should the heading "EXAMPLE 9: definition of aboutUrl using column titles" instead read "... using column names"?
Sorry if this is a bit pedantic but since `csvw:title` …
-
There was an incomplete proposal for Weather schemas, originally from a team at Microsoft. A rough draft is in W3C mercurial repo, https://dvcs.w3.org/hg/webschema/file/b4c3ad199322/schema.org/ext/wea…
-
Following up on the recent CSVW issue https://github.com/w3c/csvw/issues/872 - I ran into a similar issue with [your RDF distiller](http://rdf.greggkellogg.net/distiller?command=serialize&format=jsonl…
-
https://zulip.zazuko.com/#narrow/stream/34-rdf-workbench/topic/xrm.20csvw.20with.20Literals/near/311958
The output is expected to be a String literal. But a NamedNode is produced instead
XRM Map…
-
The csv-to-csvw action uses another github action to detect changes to the files. When a file is renamed, this other action notifies our action the renamed file. But it does not provide the previous f…
-
Currently, qsv creates, consumes and validates CSV files hewing closely to the [RFC4180 specification](https://www.ietf.org/rfc/rfc4180.txt) as interpreted by the csv crate.
However, it doesn't all…