ΟΝΤΟΛΟΓΊΑ

Ontology

The Study of Being — from Parmenides to Palantir

A study guide to the philosophical, academic/technical, and popular uses of one of the most overloaded words in the English language.

Begin Reading

Roadmap

Three Words, One Spelling

"Ontology" means fundamentally different things depending on who is speaking. This guide tracks it across three domains.

I

Part I

Philosophy

The study of being, existence, and the basic categories of reality

Philosophy — Origins

Etymology: A 17th-Century Coinage

ὄν / ὄντος (on / ontos)

"being" — present participle of einai, "to be"

+

-λογία (-logia)

"study / discourse of"

Literally: "the study / science of being"

The ancient Greeks originated the inquiry but never used this word. "Ontologia" first appears in Latin in the early 1600s.

1606
Jacob LorhardOgdoas Scholastica, earliest known coinage of "ontologia"
1613
Rudolf Göckel (Goclenius) — independently coins the term in Lexicon philosophicum
1730s
Christian Wolff — establishes ontology as philosophia prima, the science of "being in general," distinct from special metaphysics
Ontology vs. Metaphysics: No universally accepted boundary exists (Stanford Encyclopedia of Philosophy). Common view: ontology is the general inventory of what exists and its basic categories; "special metaphysics" covers particular topics like God, mind, or value built atop that inventory.

Philosophy — Core Questions

What Ontology Asks

1

Being & Existence

What does it mean "to be"? Is existence itself a property, or presupposed by having any property at all?

2

The Inventory Question

What is the totality of things that exist — concrete objects, abstract objects, possible or fictional entities?

3

Categories of Entities

How should basic kinds of being be classified? (Aristotle: substance, quantity, quality, relation…)

4

Universals vs. Particulars

Do general properties (redness, humanity) exist independently of the things that instantiate them?

5

Substance & Priority

Is there a fundamental substratum underlying properties, or is reality just bundles of relations?

6

Identity & Persistence

What makes an entity the same thing over time? How do essence and existence relate?

Philosophy — History

2,500 Years of Ontology

c. 515 BCE

Parmenides

"Father of ontology." What-is (to on) is one, eternal, unchanging; what-is-not cannot be thought.

384–322 BCE

Aristotle

Categories & Metaphysics: being qua being; substance (ousia) as primary reality; 10 categories of being.

1079–1347

Scholastics

Abelard (conceptualism), Aquinas (essence/existence), Duns Scotus (univocity of being, haecceity), Ockham (nominalism, Ockham's Razor).

1596–1650

Descartes

Substance dualism: res cogitans (mind) and res extensa (matter) as two really distinct substances.

1632–1716

Spinoza & Leibniz

Spinoza: one substance ("God or Nature"). Leibniz: infinite immaterial "monads" in pre-established harmony.

1724–1804

Kant

Decisive critique of dogmatic ontology: we cannot know things-in-themselves; ontology becomes a study of the categories that structure experience.

1770–1831

Hegel

Science of Logic: being and thought are identical; categories unfold dialectically toward Absolute Spirit.

1927

Heidegger

Being and Time launches "fundamental ontology" — the forgotten question of Being, explored via Dasein's being-in-the-world.

1943

Sartre

Being and Nothingness: being-in-itself vs. being-for-itself; "existence precedes essence."

1948

Quine

"On What There Is": "to be is to be the value of a bound variable" — ontological commitment via logic, founding analytic metaontology.

Philosophy — Schools

Major Branches & Schools

Realism vs. Nominalism vs. Conceptualism

Do universals (properties, kinds) exist mind-independently, are they mere names, or only concepts? The classical "problem of universals."

Materialism vs. Idealism vs. Dualism

Is reality fundamentally physical, fundamentally mental, or composed of two irreducible substances?

Process Ontology

Reality is constituted by events and becoming, not static substances (Whitehead, Heraclitean flux) — opposed to "substance ontology."

Social Ontology

How do collective intentionality and agreement bring institutions, money, and nations into being? (Searle, Epstein, Thomasson)

Philosophy — Live Issues

Debates Still Active Today

Deflationary vs. substantive metaontology

Is "what exists?" a single well-posed question (Quine, van Inwagen) or merely verbal/framework-relative (Carnap, Thomasson's "easy ontology")?

Sparse vs. abundant ontology

Include only fundamental, "joint-carving" entities, or a generous inventory of composites, artifacts, and abstracta?

Grounding & priority

Beyond what exists — what grounds what? Reviving Aristotelian priority in a new idiom (Schaffer, Fine).

Abstract objects

Do numbers, propositions, and possible worlds really exist (Platonism), or are they useful fictions?

Social construction vs. mind-independence

How much of race, gender, money, and borders is constructed yet still objectively real?

Persistence through time

Endurantism (wholly present at each moment) vs. perdurantism (temporal parts / four-dimensionalism).

II

Part II

Computer Science & AI

Formal, machine-readable models of knowledge — borrowed from philosophy in the 1990s

CS/AI — Definition

From Philosophy to Engineering

"An ontology is a formal, explicit specification of a shared conceptualization." Gruber (1993) → Borst (1997) → Studer, Benjamins & Fensel (1998)

Conceptualization

An abstract, simplified model of some phenomenon in the world.

Explicit

Types of concepts & constraints are stated openly, not left implicit in code.

Formal

Machine-readable / machine-interpretable, expressed in a logic-based language.

Shared

Captures consensual knowledge accepted by a community, not one person's view.

In practice: a controlled, structured vocabulary of classes and relations plus formal axioms that constrain how those terms combine — enabling automated reasoning, consistency checking, and knowledge sharing between systems.

CS/AI — Anatomy

Anatomy of a Formal Ontology

1

Classes / Concepts

Categories of things (e.g. Person, Disease) organized into is-a hierarchies.

2

Individuals

Concrete instances of classes — e.g. "Marie Curie" is-a Person.

3

Relations

Typed links between individuals/classes (hasChild, partOf, locatedIn).

4

Attributes

Links from individuals to literal values (hasAge → integer).

5

Axioms

Logical constraints enabling inference — disjointness, necessary & sufficient conditions.

6

Hierarchies

The subclass "is-a" tree — the taxonomic skeleton extended by relations & axioms.

CS/AI — Standards

The Semantic Web Stack

W3C standards, from raw data up to logical reasoning

RDF1999 / 2004Foundational data model: subject–predicate–object triples identified by URIs.
RDFS2004Lightweight vocabulary language: classes, subclass hierarchies, domain/range.
OWL2004 / 2009Rich, logic-based expressiveness grounded in Description Logics; cardinality, disjointness.
SKOS2009Bridges thesauri & taxonomies into RDF — informal broader/narrower/related, not full logic.
SPARQL / SHACLQuery language for triple stores, and shape-based validation for RDF graphs.

CS/AI — In Practice

Ontologies in the Real World

Linked Data

DBpedia (Wikipedia → RDF triples) and Wikidata power the "Linked Open Data cloud."

Biomedicine

Gene Ontology (gene product attributes) and SNOMED CT (clinical terminology in EHRs worldwide).

Search & Knowledge Graphs

Google Knowledge Graph and schema.org markup let search engines disambiguate entities.

Enterprise Data

Product taxonomies, customer models, and supply-chain semantics for data integration & master data management.

Ontology Engineering

Protégé (Stanford) is the standard open-source editor; reasoners like HermiT and Pellet check consistency.

Upper Ontologies

SUMO, DOLCE, and BFO aim to be domain-independent, reusable foundations across fields.

CS/AI — Comparison

Ontology vs. Taxonomy vs. Thesaurus vs. Data Model

ArtifactStructureSemanticsTypical Use
TaxonomySingle tree (is-a / part-of)Informal, no axiomsCategorization, navigation
ThesaurusHierarchy + broader/narrower/relatedInformal, library-science conventionsControlled vocab for indexing
OntologyClasses + relations + formal axiomsFormal, machine-interpretable, enables inferenceKnowledge representation, reasoning, AI
Data ModelEntities, attributes, relationshipsStructural, application-bound, closed-worldApplication / database design

Rule of thumb: glossary → controlled vocabulary → taxonomy → thesaurus → data model → formal ontology — increasing formality & inferential power at each step.

CS/AI — In the LLM Era

Ontologies in the Age of LLMs

GraphRAG

Ontology-backed knowledge graphs ground retrieval-augmented generation, reducing hallucination and enabling multi-hop, explainable reasoning.

Entity disambiguation

Unique URIs let AI systems resolve ambiguous mentions ("Jaguar" the animal vs. the car) — something plain embeddings struggle with.

Symbolic–neural hybrids

Ontologies supply a symbolic backbone — types, hierarchies, constraints — to validate or constrain generative output.

Enterprise "semantic layer"

Companies pair LLMs with domain ontologies so AI assistants query governed structured data, improving accuracy and auditability.

Continuity: today's "knowledge graphs" are directly descended from 1970s semantic networks and 1990s ontology engineering — the same representational paradigm, now infrastructure for grounded, verifiable generative AI.

III

Part III

Popular & Cross-Disciplinary Uses

How "ontology" escaped philosophy — into business, social theory, and anthropology

Popular — Business

The Business Buzzword

In data, marketing, and enterprise-tech contexts, "ontology" is frequently flattened to "a structured way of organizing things and their relationships" — richer than a taxonomy, but far from Aristotle's original stakes.

"Data Ontology"

A model of entities, attributes & relationships in a business domain — relational/web-like vs. a taxonomy's strict tree.

"Brand Ontology"

Marketing agencies use it for a brand's identity, purpose & voice — essentially a strategy document with borrowed prestige.

Palantir Foundry

The most prominent commercial actor: "the Ontology" maps datasets to object types & actions, building an operational "digital twin" of an organization.

Popular — Other Disciplines

Ontology Across the Academy

Sociology — Social Ontology

Searle's Construction of Social Reality: money, marriage & nations are "institutional facts" ("X counts as Y in context C").

IR / Political Science

"Ontological security theory" (Mitzen, Steele): states seek a stable sense of identity, not just physical safety.

UX / Information Architecture

Ontology maps rich typed relationships (habitat, status) beyond a taxonomy's strict parent-child hierarchy.

Gender Studies

Judith Butler's "relational social ontology" grounds vulnerability & interdependency as basic to human being.

Anthropology — The Ontological Turn

Viveiros de Castro's "perspectivism" and Descola's four modes of nature/culture: societies inhabit genuinely different realities, not just different beliefs ("multiple ontologies").

Popular — Pitfalls

Common Misconceptions

Ontology ≠ Epistemology

Ontology asks what exists / the nature of being. Epistemology asks how we know. The single most common conflation in business & social-science writing.

Ontology ≠ "just a categorization system"

Tech/business usage often flattens ontology to any structured taxonomy or schema — losing the sense of a theory about what fundamentally exists.

Prestige borrowing

Brand consultants and startup pitches invoke "ontology" (and cite Aristotle) to lend intellectual weight to what is functionally a categorization framework.

Ontology ≠ hierarchy

Many assume ontology just means a strict tree. Its defining feature — in both philosophy and CS — is capturing non-hierarchical relations too.

Synthesis

One Word, Three Meanings

PhilosophyComputer Science / AIPopular / Cross-Disciplinary
AsksWhat exists, fundamentally?How do we formally model a domain?How do we organize / relate to reality?
MethodArgument, logical analysisFormal logic, ontology languages (OWL)Ethnography, business practice, theory
OutputTheories of being & categoriesMachine-readable class/relation graphsFrameworks, cultural claims, buzzwords
Key nameAristotle, Heidegger, QuineGruber, Berners-Lee, ProtégéSearle, Viveiros de Castro, Palantir