eclipse-rdf4j / rdf4j

Eclipse RDF4J: scalable RDF for Java
https://rdf4j.org/
BSD 3-Clause "New" or "Revised" License
362 stars 165 forks source link

RIO parser for CSV Web #5058

Open barthanssens opened 4 months ago

barthanssens commented 4 months ago

Problem description

CSV on the Web (https://csvw.org/standards.html) specifies how to turn "plain" CSV into RDF using a JSON metadata file, which makes it easy for publishers to turn their existing CSV files (e.g open data from statistical offices) into linked data.

Preferred solution

It would be nice to have a RDFParser capable of transforming the CSVW into triples

Are you interested in contributing a solution yourself?

Yes

Alternatives you've considered

No response

Anything else?

No response

barthanssens commented 3 months ago

Initial code is done. Up next: adding the W3C test suite, probably the SHACL test code (which runs a similar test suite) can be reused.