https://github.com/zazuko/barnard59-px
Support for the PC-Axis (PX) format for Barnard59 Linked Data pipelines
https://github.com/zazuko/barnard59-px
Last synced: 12 months ago
JSON representation
Support for the PC-Axis (PX) format for Barnard59 Linked Data pipelines
- Host: GitHub
- URL: https://github.com/zazuko/barnard59-px
- Owner: zazuko
- Created: 2019-10-03T11:51:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T14:50:55.000Z (over 3 years ago)
- Last Synced: 2025-03-06T06:46:34.816Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barnard59-px
This package provides support for the PC-Axis (PX) format for Barnard59 Linked Data pipelines.
## Examples
### Anzahl Forstbetriebe
The example reads a PX file from `https://www.pxweb.bfs.admin.ch/DownloadFile.aspx?file=px-x-0703010000_103`, parses it and writes the content as N-Triples to `examples/anzahl-forstbetriebe.out.nt`.
The pipeline can be started like this:
```bash
npx barnard59 run --format=text/turtle --pipeline=http://example.org/pipeline/pipeline --verbose examples/anzahl-forstbetriebe.ttl
```