This URI identifies the AODM 1.2 core vocabulary — the XML namespace declared by AODM documents.
You have most likely arrived here after seeing a namespace declaration like this:
<aodm:knowledge version="1.2" xmlns:aodm="http://nesaraq.com/aodm/1.2">
The namespace covers seven elements: entity, relationship,
fact, rule, source, confidence
and value, together with the knowledge root container.
Authoritative documents
- aodm-core-1.2.xsd — XML Schema for this namespace
- aodm-core-1.2.schema.json — JSON Schema equivalent
- Specification and element reference
- Full package download
Stability. The version in this URI is the core version. A document
declaring 1.2 promises exactly the elements above. Breaking changes
require a new namespace URI, so this one will not change meaning underneath you.
Requesting this URI with an Accept: application/xml header returns the
XML Schema directly rather than this page.