Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Table of Contents

Frontmatter schema (v1)

to: path/with/{{ vars }}
vars: { seed: cosmos }
rdf:
  - "graphs/core.ttl"
  - "graphs/x.jsonld"
shape:
  - "graphs/shapes/domain.ttl"
sparql:
  vars:
    - name: slug
      query: "SELECT ?slug WHERE { ?s <urn:ex#slug> ?slug } LIMIT 1"
  matrix:
    query: "SELECT ?id WHERE { ?s <urn:ex#id> ?id } ORDER BY ?id"
    bind: { id: "?id" }
determinism:
  sort: id
  seed: "{{ seed }}"

Validation JSON Schema: schema/frontmatter.schema.json.