CSVW: CSV on the Web
- Dominant language
- Python
- Stars
- 4.8k
- Forks
- 617
- PR merge metrics
- No merged PRs in 30d
Description
- Read/write CSVW
- [ ] Read CSVW
- [ ] Write CSVW
## CSVW
Homepage: https://w3c.github.io/csvw/
Standard: https://www.w3.org/TR/tabular-data-primer/
Standard: https://www.w3.org/TR/tabular-data-model/
Standard: https://www.w3.org/TR/tabular-metadata/
Standard: https://www.w3.org/TR/csv2json/
Standard: https://www.w3.org/TR/csv2rdf/
Namespace: http://www.w3.org/ns/csvw#
xmlns: ``@prefix csvw: .``
@context: http://www.w3.org/ns/csvw.jsonld
CSVW (CSV on the Web) is a set of relatively new standards for representing CSV rows and columns as RDF (and JSON / JSON-LD) along with metadata.
- URIs for datatypes (XSD, ...)
- URIs for columns (RDF)
- Document Metadata
- CSV -> JSON ( -> JSON-LD -> RDF )
- CSV -> RDF
.
- https://wrdrd.github.io/docs/consulting/knowledge-engineering#csvw
Contributor guide
Assessment
This issue has not been assessed yet.