Header
Site header with navigation. Displays the ontology title and main navigation links.
Template: templates/components/header.html
Hero
Large title section at the top of the page. Shows ontology name and description.
Template: templates/components/hero.html
Metadata Card
Displays ontology metadata in a structured card format. Shows IRI, version, and description.
Template: templates/components/metadata_card.html
Sidebar Navigation
Collapsible navigation tree showing ontology structure. Displays classes and properties with counts.
Template: templates/components/sidebar.html
Namespace Table
Displays prefix/IRI namespace mappings. Includes copy-to-clipboard functionality for IRIs.
Template: templates/components/namespace_table.html
Section Header
Section title with optional count badge and description. Used to introduce major content sections.
Template: templates/components/section_header.html
Class Card
Displays a single class with its IRI, description, superclass, subclasses, and associated properties.
Template: templates/components/class_card.html
Property Card
Displays a property with its IRI, type (object/data), domain, range, and characteristics.
Template: templates/components/property_card.html
Individual Card
Displays a named individual with its IRI, type(s), and property values.
Template: templates/components/individual_card.html
Footer
Site footer with attribution. Appears at the bottom of every page.
Template: templates/components/footer.html
Design Tokens
CSS custom properties for colors, typography, and spacing used throughout the documentation.
Colors
Class
--color-class
Property
--color-property
Individual
--color-individual
Datatype
--color-datatype
Primary
--color-primary
Text
--color-text
Text Muted
--color-text-muted
Background
--color-bg-secondary
Typography
Heading (--text-3xl)
Subheading (--text-xl)
Body text (--text-base) with links and inline code.
Muted text (--text-sm)