Download

The complete UOR Foundation ontology is available in seven serialization formats. All files are generated from the same authoritative source in spec/.

FormatDescriptionDownload
.jsonld JSON-LD 1.1 — linked data with @context and @graph uor.foundation.jsonld
.ttl Turtle 1.1 — human-readable RDF serialization uor.foundation.ttl
.nt N-Triples — line-oriented RDF for streaming and tooling uor.foundation.nt
.owl OWL 2 RDF/XML — ontology interchange for Protege and OWL reasoners uor.foundation.owl
.schema.json JSON Schema (Draft 2020-12) — typed code generation in 30+ languages uor.foundation.schema.json
.shapes.ttl SHACL Shapes — W3C validation constraints for RDF data uor.shapes.ttl
.ebnf EBNF Grammar (ISO/IEC 14977) — UOR Term Language formal grammar uor.term.ebnf

Rust Crate

The uor-foundation crate provides the ontology as typed Rust traits and constants, suitable for #![no_std] environments.

View on crates.io