Jos De Roo

Higher-order Look, First-order Core

Intuition


Signature (pure FOL)

For each arity n ≥ 1, add a predicate:

Optional but common:


Translation schema (HO → FO)

A concise third-party summary of the same “Holdsₙ” trick appears in Horrocks et al., describing Hayes–Menzel’s translation explicitly.


Micro-examples

RDF intuition → FOL core

RDF triple

ex:Alice ex:likes ex:Bob .

reads as

Holds2(likes, Alice, Bob)

since URIs are constants and property extensions are given by IEXT. (W3C)


What you can do (cleanly) in FOL


Pitfalls & notes


References