Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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