Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netwerk-digitaal-erfgoed/omeka-s-module-linkeddatasets
The Linked Data Sets module allows Omeka S users to create dataset descriptions in a data catalog with multiple distributions. When Item Sets are selected within a dataset and an RDF format is chosen as distribution, a data dump is created.
https://github.com/netwerk-digitaal-erfgoed/omeka-s-module-linkeddatasets
datasetdescriptions rdf
Last synced: about 2 months ago
JSON representation
The Linked Data Sets module allows Omeka S users to create dataset descriptions in a data catalog with multiple distributions. When Item Sets are selected within a dataset and an RDF format is chosen as distribution, a data dump is created.
- Host: GitHub
- URL: https://github.com/netwerk-digitaal-erfgoed/omeka-s-module-linkeddatasets
- Owner: netwerk-digitaal-erfgoed
- License: eupl-1.2
- Created: 2023-01-10T13:48:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T20:20:23.000Z (5 months ago)
- Last Synced: 2024-12-01T10:08:32.163Z (about 2 months ago)
- Topics: datasetdescriptions, rdf
- Language: PHP
- Homepage:
- Size: 717 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Linked Data Sets module
=======================This [Omeka S](https://omeka.org/s/) module provides assistance to **describe** and **publish** your dataset as so called Linked Data Sets.
The Linked Data Sets (LDS) module adds the following functionalities to Omeka S:
- make dataset descriptions which conform to the guidelines described in [NDE Requirements for datasets](https://netwerk-digitaal-erfgoed.github.io/requirements-datasets/) and publish these in a RDF format making the datasets **findable** and **accessible**.
- make a RDF datadump of Item Set(s), metadata is harvested and stored after which the distribution part of the datasetdescription (and data catalog) is updated.## Requirements
- [Omeka](https://omeka.org/s/) v4.0.0 or higher
- [Custom Vocab](https://github.com/omeka-s-modules/CustomVocab) v1.7.1 or higher
- [Numeric Data Types](https://github.com/omeka-s-modules/NumericDataTypes) v1.11.0 or higher## Instructions
- [Installing](doc/Installing.md) the module
- The [conceptual model](doc/ConceptualModel.md) implemented in the module
- [Using the Linked Data Sets module](doc/Usage.md) to make a datacatalog and datadumps
- [Developing](doc/Development.md) the module