https://github.com/opendatasoft/dcat-draft
https://github.com/opendatasoft/dcat-draft
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opendatasoft/dcat-draft
- Owner: opendatasoft
- Archived: true
- Created: 2015-08-11T12:18:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T15:46:47.000Z (over 9 years ago)
- Last Synced: 2024-11-03T19:37:18.340Z (6 months ago)
- Language: Clojure
- Size: 38.6 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - opendatasoft/dcat-draft - (others)
README
# ODS Data Catalog Graft
A Grafter transformation to RDFize a CSV catalog => DCAT-AP
## Requirement
* [Leiningen (recommended)](http://leiningen.org/)
* [rdfcat](http://www.inf.ed.ac.uk/teaching/courses/masws/Coding/build/html/jena.html)## Usage *with leiningen*
To transform a catalog CSV with the same structure than `catalog.csv`:
$ lein run catalog.csv output.ttl
=> Start pipeline
Grafted: catalog.csv
=> DONE!$ rdfcat -out n3 output.ttl prefixes.ttl > catalog.ttl
$ open catalog.ttl
## Usage *without leiningen*
$ java -jar ods-0.1.0-SNAPSHOT-standalone.jar catalog.csv output.ttl
=> Start pipeline
Grafted: catalog.csv
=> DONE!$ rdfcat -out n3 output.ttl prefixes.ttl > catalog.ttl
$ open catalog.ttl