No shared schema
Systems disagree on how to represent time, place, identity, evidence, and relationships.
Globodex Specification
A shared language for describing what happens in the world: where, when, and why it matters. EDS gives AI agents and media systems a common way to discover, verify, and reason about real-world events.
Designed for the agentic web
Every newsroom, sensor network, public agency, research organization, and AI agent describes the world differently. EDS provides a portable core for exchanging event intelligence without losing its evidence or usage conditions.
Systems disagree on how to represent time, place, identity, evidence, and relationships.
Provenance and verification are bolted on after the data has already changed hands.
Licenses, consent, and permitted uses rarely remain machine-readable downstream.
Architecture
EDS is designed around a layered architecture that preserves raw source assets while adding increasingly useful structure.
Original video, audio, images, text, and telemetry.
Time, place, entities, classification, provenance, trust, and rights.
Embeddings for semantic discovery, similarity, and deduplication.
Typed relationships between events, entities, places, and assets.
The atomic unit
An EDS event is a portable record of something that happened. Six layers make it locatable, comparable, verifiable, and safe to use.
schema · id · status · language · summaryinterval · lower · upper · uncertaintygeometry · altitude · CRS · H3 indextype · subtype · taxonomycreated_at · created_by · collection methodverification · license · consent · restrictions{
"schema": "eds-0.1",
"id": "evt_01HZYR4E1K0A3N7A6J3C4KZ9B2",
"summary": "Large march along Wilshire Boulevard",
"status": "observed",
"time": {
"interval": "2026-08-12T12:05:00Z/2026-08-12T13:40:00Z",
"uncertainty": { "lower": "PT5M", "upper": "PT2M" }
},
"place": {
"geometry": { "type": "Polygon", "coordinates": [] },
"spatial_index": { "h3": { "res7": ["87283082affffff"] } }
},
"classification": {
"type": "public_protest",
"subtype": "march"
},
"provenance": {
"created_by": "org:channel1",
"collection_method": ["mobile_uploads", "wire_service"],
"source_confidence": 0.86
},
"rights": {
"license": "CC-BY-4.0",
"restrictions": ["no_face_recognition"]
}
}Progressive data quality
Not every source can provide every field on day one. Conformance levels let producers contribute useful event data immediately without overstating what is known.
Schema version, event ID, status, and summary.
Something happenedAdds temporal bounds and a spatial footprint.
Anchored in the worldClassification, provenance, rights, trust, entities, and assets.
Production readyCryptographic content-authenticity manifests attached.
End-to-end proofTyped connections
Relations are directional, weighted, and sourced. They let systems reconstruct sequences, trace causal claims, distinguish duplicates, and preserve contradictions.
Design principles
Keep the portable event object readable. Put domain-specific complexity in governed extensions.
Use JSON, GeoJSON, ISO 8601, H3, JSON-LD hooks, and established content-authenticity systems.
Treat provenance, hashing, corroboration, and verification as part of the record—not optional decoration.
Keep licenses, consent, restrictions, and sensitivity machine-readable at every downstream use.
Version explicitly, publish migrations, and give integrations time to adapt to breaking changes.
The standard
EDS gives agents and media systems a common, verifiable way to describe real-world events, so intelligence moves between them without losing its sources. If your systems move event data, we want to hear from you.