Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanches7/csv2rdf
https://github.com/stefanches7/csv2rdf
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanches7/csv2rdf
- Owner: stefanches7
- Created: 2024-12-12T17:24:04.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:08:48.000Z (21 days ago)
- Last Synced: 2024-12-13T10:21:27.725Z (21 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV2RDF - convert data tables to RDF format
Specify the namespaces for your triples and convert tabular data to Resource Description Framework.
Currently only TSV / CSV are supported.## How is it different from other tools?
Comparing to [OpenRefine](https://openrefine.org/) this tool leaves the issue of semantics away (to the specified namespaces), and does not require *manual processing*. This tool is really built for *automation*.
Comparing to [rdflib.tools.csv2rdf](https://rdflib.readthedocs.io/en/7.1.1/_modules/rdflib/tools/csv2rdf.html), this interface does not run on CLI and has a shorter (yet less flexible) code.
There is a great tool [Swate](https://github.com/nfdi4plants/Swate) that lets you annotate fields in tabular data (Excel) which this tool can learn much from, and I would be happy to implement more of automated semantic lookup in the upcoming releases.