Documentation for developers adopting SemType
SemType is an open standard for describing the entities and "things" that matter to you, in a way that other people, AI agents, and software can all understand and use. It's developed by HASH and published as a free, open-source specification at semtype.org.
The type system at the heart of SemType has been in active use inside HASH for more than five years — underpinning every entity, link, dashboard, and AI workflow our users have built — and is now extracted into a formal, standalone spec that can be adopted independently by other applications, ecosystems, and graphs.
Data has a shape, and some of it has a schema — but almost none of it carries meaning that travels with it beyond the application that created it. When a "Person" in one piece of software meets a "Customer" in another, there's usually no reliable way to tell, ahead of time, whether the two map cleanly onto one another. AI agents asked to reason across these systems hit the same wall, just faster and more expensively.
SemType addresses these mismatches at their source: by giving definitions themselves — not the data — first-class identity, structure, and reuse. A SemType is a versioned, structured definition of a kind of thing, an attribute of a thing, or a relationship between things. The specification describes four kinds of type:
These developer-facing docs cover:
For the canonical specification, the type registry, and the rationale behind the design, visit semtype.org — or head to Adopting SemType to pick the layer that fits your stack.
Next