Generate & Validate

Check an AODM 1.2 document, or generate one from what you already have. Everything runs in your browser — nothing is uploaded or stored.

Turn what you already have into AODM — a web page, Schema.org JSON-LD, a CSV export, an XBRL filing, or an AODM document you want in another shape. The format is detected for you.

1 What you have

Accepts: HTML · Schema.org JSON-LD · CSV · XBRL 2.1 · AODM XML · AODM JSON

2 The output format you want
Waiting Give a URL or paste HTML, then press Convert.

A web page produces a draft, marked origin="generated". Nothing here understands prose — it cannot tell a claim from a caption, so each fact is a proposal for you to keep, edit or delete, and the confidence values are placeholders. The other input formats already state their values, so those convert faithfully and carry no such caveat.

What gets checked

The validator implements the rules published in VALIDATION-RULES.md, including the semantic checks that neither XML Schema nor JSON Schema can express:

  • Referential integrity — relationship endpoints, about, rule conditions and conclusions, and derived-from must all resolve to real ids.
  • Derivation cycles — a fact must not derive from itself, directly or transitively.
  • Duplicate ids — ids must be unique across the whole document, regardless of element type.
  • Cardinality — at most one confidence and one value per element.
  • Measurement coherence — a number or a range, never both; min not greater than max; tolerance only on point values.
  • Temporal orderingvalid-to not earlier than valid-from; retrieval dates not in the future.
  • Hash format — digests must name their algorithm; bare hex digests from v1.1 are flagged with the migration.
  • Provenance quality — warnings for facts with no source and no confidence, and for unlabelled measurements.

This runs as JavaScript in your browser. Your document never leaves your machine, which means you can safely check proprietary or unpublished data here.

It also reads the HTML Embedding Profile: press Extract from this page above to pull the AODM out of the page you are reading. This page, like the rest of the site, is marked up with the compact data-aodm form.