WoTIS - work in progress!
The aim of this repository is to simplify the current tooling required for generating the WoT Thing Description (TD) specification and related resources. WoTIS toolchain is a python-based project designed to automate the generation of: 1) WoT resources: SHACL Shapes, JSON Schema, JSON-LD context, RDF, and visual figures 2) Documentation: TD specification and ontology specifications
This project leverages LinkML for modelling the Web of Things Thing Description information model.
Below is a simplified overview of the process:
Step 1: Generate WoT resources using WoTIS
Step 2: Generate the final WoT TD specification document using the generated WoT resources along with a static index.html
git clone https://github.com/w3c/wot-thing-description-toolchain-tmp.git
cd wot-thing-description-toolchain-tmp
uv run wotis
See the list of all WoTIS commands:
wotis --help
Generate WoT resources (RDF, JSON-LD Context, SHACL Shapes, and JSON Schema) from a default LinkML schema:
wotis generate-wot-resources [-i] [-d] [-s] [--help]
options:
-i, --input_schema Path to the input schema specified as LinkML yaml.
[default: resources/schemas/thing_description.yaml]
-d, --generate_docs Boolean for local documentation generation.
-s, --serve_docs Boolean for serving the generated documentation.
--help Show this help message and exit.
Generate documentation using the default schema locally and serve it:
wotis generate-wot-resources -d -s
resources/schemas/thing_description.yaml
resources/gens
resources/gens/linkml
We welcome contributions! Please fork the repository, create a branch, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.