This catalog is generated from docs/registry.json and is indexed by the site search. Use it to discover domains, versions, and ontology files. Each domain links to a dedicated page with class hierarchy and definitions, and the file columns link to raw files hosted under the documentation site.
- Use the documentation site search to find a domain, class name, or IRI.
- Open a domain page to browse class hierarchy and definitions.
- Query the registry locally with
jqor Python.
Example jq query:
jq -r '.ontologies | to_entries[] | "\(.key)\t\(.value.latest)\t\(.value.iri)"' docs/registry.jsonRegenerate the registry and catalogs with:
python3 -m src.tools.utils.registry_updater