# AODM: AI Optimized Data Markup

> Source: <https://dev.to/fucaspark/aodm-ai-optimized-data-markup-3h5b>
> Published: 2026-09-17 16:24:37+00:00

AODM is an open vocabulary for representing knowledge on the web — entities, relationships, facts and rules — in a form both people and AI systems can read, validate and exchange.

Apache 2.0. The repo has the XML Schema and JSON Schema, the HTML embedding profile for putting it on pages you already publish, worked examples, reference parsers in Python, JavaScript, Java and C#, a graph compiler and inference engine, an XBRL converter, and a conformance suite that requires all 4 parsers to agree.

```
html
<p data-aodm='{"fact":"license","about":"aodm","confidence":1.0}'>
  AODM is released under the Apache License 2.0.
</p>

Try it

Browser validator, nothing to install: https://fucaspark.com/validator.php

Repository: https://github.com/FucaSpark/aodm

Happy to answer anything.
```


