Skip to main content

OO-LD schema library and tooling for materials science data

Project description

Semantic Schemas

A library of templates for recording materials science data in a way that machines can read, search, and connect to other datasets.

Each template covers one concept (e.g. chemical composition, specimen). You fill in a plain JSON file with your values; the tooling converts it into RDF, a standard format for linked data, using vocabulary from materials science ontologies such as DCAT and PMDCo.

New to this? Each schema folder has a Jupyter notebook in docs/. It walks you through the whole process step by step.


Repository structure

schemas/                       # Schema library
  <domain>/
    <ontology>/
      README.md                # What this schema is for and how to use it
      specs/
        schema.oold.yaml             # Full schema definition (expert reference)
        shape.ttl                    # SHACL validation rules (checks the output RDF)
        schema.simplified.json       # Input field reference
        transform.simplified.jsonata # Converts your input to the structured format
      docs/
        example.input.json     # Ready-to-edit example (start here)
        *.ipynb                # Step-by-step workflow notebook
templates/
  schema.oold.yaml             # Blank template for writing a new schema
docs/
  1_concepts.md                  # How the semantic schemas are designed and why
  2_oold-primer.md               # How the OO-LD schema format works
  3_schema-format.md             # Field-by-field reference for schema authors
  4_schema-patterns.md           # Inheritance and composition between schemas
.github/
  ISSUE_TEMPLATE/              # Propose or correct a schema
  PULL_REQUEST_TEMPLATE.md

Installation

Using pip (recommended)

pip install semantic-schemas

Development installation

For development or contributions, clone the repository and install in editable mode:

git clone https://github.com/Semantic-Dataspace/semantic-schemas
cd semantic-schemas
python3 -m venv .venv
source .venv/bin/activate           # Windows: .venv\Scripts\activate
pip install -e ".[dev]"

Note: The semantic_schemas package is used by all workflow notebooks. Without it, the cells that call from semantic_schemas import Schema will fail.


Quick start

I want to record data for an existing schema

  1. Find the schema in CATALOG.md and open its folder.
  2. Copy docs/example.input.json and fill in your values (no ontology knowledge required).
  3. Open the Jupyter notebook in docs/ and run all cells (Kernel → Restart & Run All). It converts your file to RDF and validates the result automatically.

I want to understand how the semantic schemas work

Read docs/1_concepts.md for the big picture: why there are two schemas per concept (one simple for users, one expert for machines), what the transform does, and how the pipeline fits together. Then docs/2_oold-primer.md if you want to go deeper into the OO-LD (Object-Oriented Linked Data) format itself.

I want to contribute a new schema

  1. Read CONTRIBUTING.md for the workflow and conventions.
  2. Copy templates/schema.oold.yaml as your starting point.
  3. Open a New Schema issue to discuss the pattern before submitting a PR.

Documentation

Document Content
docs/1_concepts.md How the semantic schemas are designed: two layers, the transform, the full pipeline
docs/2_oold-primer.md How the OO-LD (Object-Oriented Linked Data) schema format works
docs/3_schema-format.md Field reference for writing and reviewing schemas
docs/4_schema-patterns.md Inheritance and composition between schemas

Related projects

Project Role
OO-LD The schema format specification and Python tooling
PMDCo Platform MaterialDigital Core Ontology
BWMD Ontology Fraunhofer IWM materials ontology

The k-item field type

Some fields in these schemas link to data containers known as Knowledge Items (short: k-items) in a live knowledge management system rather than to a static list of values from an ontology. These containers encapsulate data, metadata, attachments, executables (apps), and more. In JSON, the value is a URI pointing to the k-item’s web page.

See docs/3_schema-format.md for the field syntax. Background and motivation:

Nahshon, Y.; Morand, L.; Büschelberger, M.; Helm, D.; Kumaraswamy, K.; Zierep, P.; Weber, M.; de Andrés, P. (2025). Semantic Orchestration and Exploitation of Material Data: A Dataspace Solution Demonstrated on Steel and Copper Applications. Advanced Engineering Materials, 27(8), 2401448. https://doi.org/10.1002/adem.202401448


License

Schemas are published under CC0 1.0 Universal, with no rights reserved. You may use, adapt, and redistribute them freely, including for commercial purposes, without attribution.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

semantic_schemas-0.3.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

semantic_schemas-0.3.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file semantic_schemas-0.3.0.tar.gz.

File metadata

  • Download URL: semantic_schemas-0.3.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for semantic_schemas-0.3.0.tar.gz
Algorithm Hash digest
SHA256 703c93f0727a04531d7a227fc13dc74cde611fadb4ea6efa218a3562fdbf4ade
MD5 b06aae03772ee97254b1133ebcaaf54f
BLAKE2b-256 01fb24e23e9b91edc4dd66d0b19014c6b80990ce1ee810772e91edff262e8587

See more details on using hashes here.

Provenance

The following attestation bundles were made for semantic_schemas-0.3.0.tar.gz:

Publisher: publish.yml on semantic-dataspace/semantic-schemas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file semantic_schemas-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for semantic_schemas-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b884c44334e20cef8a9af5e851b8d894f7c9bfc593945028125b38eb1fb6452f
MD5 f1b78ed8389f1ad5e184e6158502a54d
BLAKE2b-256 310710e685912646007f53c9aa0e354904e5b60ca87cc109175cb823b75a4e13

See more details on using hashes here.

Provenance

The following attestation bundles were made for semantic_schemas-0.3.0-py3-none-any.whl:

Publisher: publish.yml on semantic-dataspace/semantic-schemas

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page