https://github.com/cefriel/dspa
DSPA Dataspace vocabulary
https://github.com/cefriel/dspa
Last synced: 5 months ago
JSON representation
DSPA Dataspace vocabulary
- Host: GitHub
- URL: https://github.com/cefriel/dspa
- Owner: cefriel
- License: cc-by-4.0
- Created: 2025-04-10T15:45:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-23T11:15:07.000Z (12 months ago)
- Last Synced: 2025-09-09T23:47:45.043Z (10 months ago)
- Language: HTML
- Homepage: https://knowledge.c-innovationhub.com/dspa#
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSPA - Dataspace vocabulary
A metadata schema to represent Data Product Offerings in dataspaces, aligned with Open Data Product Specifications (v3.1), DCAT-AP and EDC metadata schema.
| Prefix | IRI |
| -- | ------- |
| dspa: | [https://knowledge.c-innovationhub.com/dspa#](https://knowledge.c-innovationhub.com/dspa#) |
## Main concept
The main idea is to convert the metadata model of [Open Data Product Specifications](https://opendataproducts.org/v3.1) into an ontology and adapt it to link to a DCAT metadata model and to Eclipse Dataspace Connector policies model.
The resulting model is roughly [this](./draft-ontology.png).
### `widoco`: RDF to HTML
Download release JAR from [here](https://github.com/dgarijo/Widoco/releases) and rename it as `widoco.jar`. Documentation for the CLI tool is available [here](https://github.com/dgarijo/Widoco#how-to-use-widoco). The `run-onto.sh` script was tested with version `1.4.21`.
3. Execute the `sh run-onto.sh my-ontology x.y.z` script providing as argument the correct version number.
4. Edit the documentation in the [sections](.dspa/sections) folder
5. Git commit and push
6. Enable GitHub Pages to host the ontology
7. Configure a webserver by using the provided [.htaccess](.dspa/.htaccess) file.