Archetype: doc_dataset.org.mustache

Table of Contents

Seeder dataset page: #+dataset_name/version/type and source_methodology metadata for ores.seeder datasets. Org-mode document scaffold generated from the entity meta-model. The produced `.org` file is tangled into the site build and kept in the org-roam graph.

See the Template variable reference for the complete list of available variables and their semantics.

Template

The full template source. Edit here and re-tangle with compass build --direct tangle_codegen_templates to regenerate library/templates/doc_dataset.org.mustache.

{{! GENERATED FILE — tangled from projects/ores.codegen/library/templates/doc.org. Edit the org source. }}
:PROPERTIES:
:ID: {{id}}
:END:
#+title: {{title}}
#+description: {{description}}
#+type: dataset_overview
#+dataset_name: {{dataset_name}}
#+dataset_version: {{dataset_version}}
#+dataset_type: {{dataset_type}}
#+source_methodology: {{source_methodology}}
#+filetags: {{filetags}}
#+created: {{date}}
#+updated: {{date}}

* Summary

(One or two sentences: what this dataset represents, its purpose in the ORE Studio test schema, and what component owns the rows it seeds.)

* Contents

| File | Description |
|------+-------------|
|      |             |

* Why this dataset

(Why this crafted dataset exists rather than synthetic data: narrative weight, FK closure, known edge cases, or other reasons the specific rows matter.)

* See also

-

See also

Emacs 29.1 (Org mode 9.6.6)