Semantic Layer course
Intelligence layer 35 min AccuracyConsistencyExplainability

The intelligence layer

Knowledge about your knowledge, and what happens when it rots

Section 1

The rung that was inserted

Next section
Section 2

Ontology induction, four ways in

Next section
Section 3

The governance gate

Next section
Section 4

Knowing how good your ontology is

Next section
Section 5

When a true fact stops being true

Next section
Section 6

Short-term memory

Next section
Section 7

Where the intelligence layer runs

Hands on

Induce and review

35 min

Auto-generate a candidate ontology plus R2RML mappings from Meridian's Postgres schema into a draft named graph, run ELK for consistency, diff it against your hand-written ontology, then promote the good parts and reject the bad.

make lab-up            # once, starts Postgres + Fuseki + Ontop
make lab lab11-induction

Full instructions, starter files and the solution are in labs/modules/lab11-induction/README.md. The lab checks its own work, so you will know if it passed.

Check yourself

Quiz

7 questions, pass mark 70%. Answers are explained either way, so a wrong guess is not wasted.

1 The AWS guidance inserts an Intelligence tier between Knowledge and Wisdom in the classic DIKW ladder. What does that tier hold?
2 Why can virtualized knowledge accessed through the VKG not go stale, while materialized knowledge can?
3 Induction proposes a class ex:RestructuredLoan defined as any loan with restr_flag = 'Y', confidence 0.88. Ayesha Kapoor from Risk rejects it. Why?
4 Which two things must be true of induced ontology output before any service acts on it? (pick two)

Select all that apply.

5 Daniel Okafor's annual income of 54,000 was extracted from a payslip in March 2026. He changed jobs in June. What does truth maintenance do with the March assertion?
6 A session context graph types its nodes against the ontology (mrb:Query, mrb:Intent, mrb:Document) instead of storing a plain chat transcript. What does that buy you?
7 What do OWL2Vec* and RDF2Vec produce, and what is it used for in the Intelligence layer?