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.5.1.tar.gz (11.5 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.5.1-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: semantic_schemas-0.5.1.tar.gz
  • Upload date:
  • Size: 11.5 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.5.1.tar.gz
Algorithm Hash digest
SHA256 4600461cbb010b8a0be33f8dee5f53f2e3f02fec6e175991b6a23e5fc6ba734b
MD5 d4d490352719e053634e4f0c538849a9
BLAKE2b-256 bcc179903ff6785037bd9c42c1012d0bbdd5d08144d1a6365fdd83ff6796dfcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for semantic_schemas-0.5.1.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.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for semantic_schemas-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e54a1eb6b755dd8f7568e38d8e060eb8779398c1949eb0dc3ae177142028ede2
MD5 72fb1328177901cd709a804e6294ed48
BLAKE2b-256 10064661699bcdda3700040abe1cbcca589289950fa3a368b1d5e6054e79727c

See more details on using hashes here.

Provenance

The following attestation bundles were made for semantic_schemas-0.5.1-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