Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.57 KB

File metadata and controls

31 lines (19 loc) · 1.57 KB

OKN KG registry

KG registry entries

Source files for registry entries can be found here:

https://github.com/frink-okn/okn-registry/tree/main/docs/registry/kgs

The Markdown file for each KG is the source of truth; these are automatically compiled into the registry metadata file. Each Markdown file contains a YAML metadata section at the top, which should use standardized properties (a schema is forthcoming for use in QC). The remaining Markdown content can be used to provide a narrative overview of the KG.

If you are a Proto-OKN KG maintainer, please propose edits to your registry file in a pull request.

Example queries

Example queries for each KG can be placed in the appropriate folder (matching the KG shortname) in https://github.com/frink-okn/okn-registry/tree/main/docs/registry/queries. Please look at existing queries for header syntax documenting a query summary and suggested target KG(s).

Site development

You must have snakemake and uv locally installed to run the build scripts.

This site makes use of the SPARQL-to-Mermaid diagram renderer developed by SIB at https://github.com/sib-swiss/sparql-examples-utils.

Run the website locally

uv run mkdocs serve --livereload