Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riksantikvarieambetet/soch-dcat-ap
Tool for generating DCAT-AP RDF for all Swedish Open Cultural Heritage datasets.
https://github.com/riksantikvarieambetet/soch-dcat-ap
collections dcat-ap k-samsok metadata open-data owner-idi soch
Last synced: about 1 month ago
JSON representation
Tool for generating DCAT-AP RDF for all Swedish Open Cultural Heritage datasets.
- Host: GitHub
- URL: https://github.com/riksantikvarieambetet/soch-dcat-ap
- Owner: riksantikvarieambetet
- License: mit
- Created: 2018-02-01T15:55:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T07:23:15.000Z (5 months ago)
- Last Synced: 2024-07-23T09:16:38.397Z (5 months ago)
- Topics: collections, dcat-ap, k-samsok, metadata, open-data, owner-idi, soch
- Language: Python
- Homepage: https://oppnadata.se/
- Size: 267 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOCH DCAT-AP
Script for generating a single DCAT-AP RDF from SOCH it self.
![SOCH DCAT-AP](https://github.com/riksantikvarieambetet/soch-dcat-ap/actions/workflows/soch-dcat-ap.yml/badge.svg?branch=master)
## Setup
**Prerequisites**
- Python 3
- [Pipenv](https://docs.pipenv.org/)Cloning:
```
git clone https://github.com/riksantikvarieambetet/soch-dcat-ap.git
```Installing dependencies and running:
```
pipenv install
pipenv run python3 source/index.py
```The generated RDF should be created within the output directory.