Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markpbaggett/bulrax_import_rdf_generator
Generate RDF about Works from a Bulkrax Imort Sheet and a m3 profile
https://github.com/markpbaggett/bulrax_import_rdf_generator
Last synced: 14 days ago
JSON representation
Generate RDF about Works from a Bulkrax Imort Sheet and a m3 profile
- Host: GitHub
- URL: https://github.com/markpbaggett/bulrax_import_rdf_generator
- Owner: markpbaggett
- Created: 2022-12-21T14:33:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T14:55:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T08:11:03.523Z (28 days ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDF Work Generator
Generate RDF about a Work described in a Bulkrax sheet so it can be versioned in
Github, Fedora, or elsewhere.```shell
python versioner/version.py -s sheets/kintner_with_collections.csv -o output -p utk.yml -r turtle
```
## Flags
* **-s**: your import sheet
* **-o**: where to save your rdf
* **-p**: path to your m3 profile
* **-r**: specify your rdf serialization. Must be one of: turtle, rdf-xml, json-ld, n3.