03.07.2014 Views

Part II: OWL - Foundations of Semantic Web Technologies

Part II: OWL - Foundations of Semantic Web Technologies

Part II: OWL - Foundations of Semantic Web Technologies

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>OWL</strong> 2 RL<br />

motivated by the question: what fraction <strong>of</strong> <strong>OWL</strong> 2 DL can be<br />

expressed naively by rules (with equality)?<br />

examples:<br />

∃parentOf.∃parentOf.> v Grandfather<br />

rule version: parentOf(x,y) ∧ parentOf(y,z) → Grandfather(x)<br />

Orphan v ∀hasParent.Dead<br />

rule version: Orphan(x) ∧ hasParent(x,y) → Dead(y)<br />

Monogamous v ≤1married.Alive<br />

rule version:<br />

Monogamous(x) ∧ married(x,y) ∧ Alive(y) ∧ married(x,z) ∧ Alive(z)→<br />

y=z<br />

childOf ± childOf v grandchildOf<br />

rule version: childOf(x,y) ∧ childOf(y,z) → grandchildOf(x,z)<br />

Disj(childOf,parentOf)<br />

rule version: childOf(x,y) ∧ parentOf(x,y) →<br />

45

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!