Toward a Compositional Web of Meaning

The original web promised structured knowledge—but what we got was a mess of HTML, JavaScript hacks, and data silos. Schema.org tried to clean it up with shared vocabularies for Person, Event, Place, and more. But we rarely treat those vocabularies as more than a sprinkle of SEO dust.

What if we took them seriously? What if we modeled them compositionally?

Schema.org as a Category

Category theory gives us the tools. Think of schema.org like this:

  nginxCopyEditPerson → Organization → Place
  

Now your schema becomes a diagram, not just a dictionary. Your data becomes an instance of a presheaf over this category—structured, queryable, and introspectable.

Functors, Not Formats

This reframes structured data:

You can validate with commutative diagrams. You can infer with composition. You can transform safely with categorical structure.

From Markup to Meaning

Once you go categorical:

This isn’t hand-waving—it’s how we start modeling a semantic web that can compose.

Why Now?

Because we’re building decentralized systems. Because LLMs want structured prompts. Because web3 needs shared semantics. Because we finally care again about meaning.

And because we have the math.