ISEAL Core Metadata Set
Go to file
Alan Orth 0ebe3bd751
util/create-schema-dspace.py: update comment
2022-01-11 20:57:42 +02:00
.github/workflows .github/workflows/pages.yml: quote Python version 2022-01-06 14:02:13 +02:00
data Regenerate controlled vocabularies 2022-01-06 12:40:20 +02:00
site Automated commit with site updates 2022-01-09 08:14:12 +00:00
util util/create-schema-dspace.py: update comment 2022-01-11 20:57:42 +02:00
.gitignore .gitignore: ignore Python virtualenv 2021-12-06 21:29:22 +02:00
LICENSE Add license notice 2021-12-02 10:40:49 +02:00
README.md README.md: update TODO 2022-01-06 13:02:26 +02:00
idds.ttl rdf regenerate 2021-12-13 14:20:13 +01:00
poetry.lock Add requests to Python dependencies 2022-01-09 10:12:21 +02:00
pyproject.toml Add requests to Python dependencies 2022-01-09 10:12:21 +02:00
requirements.txt Update requirements.txt 2022-01-06 13:49:46 +02:00
screenshot.png README.md: add more information 2021-12-06 21:28:18 +02:00
setup.cfg Add setup.cfg for isort 2021-11-01 08:21:32 +02:00

README.md

ISEAL Core Metadata Set

The ISEAL Core Metadata Set (ISEAL Core) is a set of structured terms and vocabularies that can be used as metadata to describe, share, and reuse different digital resources across the ISEAL Community and broader set of stakeholders. The resources described using the ISEAL Core are those that sustainability systems typically collect, curate, manage, use, publish and archive. They may be datasets, published research, certificates, videos, images, maps, or other organizational documentation.

Screenshot of ISEAL Core Metadata Set documentation

You can see a user-friendly version of the schema here.

Requirements

  • Python 3.7+ (for parsing the schema)
  • Node.js 12+ (for generating the HTML documentation site)

Python Setup

Create a Python 3 (3.7+) virtual environment and install the requirements:

$ python3 -m venv virtualenv
$ source virtualenv/bin/activate
$ pip install -r requirements.txt

Then run the utility scripts to parse the schemas:

$ ./util/generate-hugo-content.py -i ./data/iseal-core.csv --clean -d
$ ./util/generate-hugo-content.py -i data/fsc.csv -d

Node.js Setup

To generate the HTML documentation site:

$ cd site
$ npm install
$ npm run build

TODO

  • Repository
    • Add more information and instructions to README.md
  • Schema
    • Remove combined "latLong" fields (they can be inferred from the separate fields)
    • Remove controlled vocabularies from the schema CSVs
  • Site
    • Change "Suggested element" to "DSpace mapping"?

License

This project's source code is licensed under the GNU General Public License v3.0. This project's text and graphics are licensed under the Creative Commons Attribution Share Alike 4.0 International license.