Ordnung Data Schema
Jump to navigation
Jump to search
| Ordnung Data Schema | |
|---|---|
| Developer | secondtruthLabs |
| Status | Draft |
| First published | 2025 |
| License | Public Domain |
The Ordnung Data Schema (ODS) defines a standardized field schema for semantic data within the Ordnung Name System. It provides common metadata conventions while remaining optional and fully extensible, similar in purpose to JSON-LD contexts for Linked Data.
Overview[edit | edit source]
ODS establishes naming conventions for common metadata fields, enabling interoperability between different ONS deployments while preserving flexibility.
Design philosophy[edit | edit source]
- Standardized but optional
- Domain-agnostic
- Intentionally minimal
- Extensible
Standard fields[edit | edit source]
| Field | Format | Description |
|---|---|---|
_summary |
Text | Brief description of the entity |
_tag |
Comma-separated | Keywords and categories |
_rel |
URI list | Relations and links to other entities |
_meta |
Key-value pairs | Arbitrary metadata |
_hash |
Hash string | Integrity hash of content |
_updated |
ISO 8601 | Last update timestamp |
Usage examples[edit | edit source]
ODS-formatted entry
{{{code}}}
See also[edit | edit source]
References[edit | edit source]