untitled
ff
(ff)
#1
4.5 Exercises 87
Summary
- OWL is based on RDF and has three increasingly more general levels:
OWL Lite, OWL-DL, and OWL Full.
- An OWL document defines a theory of the world. States of the world that
are consistent with the theory are called models of the theory.
- A fact that is true in every model is said to be entailed by the theory. OWL
inference is defined by entailment.
- OWL is especially well suited for defining concepts in terms of other con-
cepts using class constructors.
- OWL has only one property constructor, but it has some property con-
straints.
- Resources can be explicitly stated to be the same or different. It is also
possible to infer that two resources are the same or different.
- To perform inference in OWL one must focus on a particular question.
- OWL inference is monotonic, which can limit inferences, but careful de-
sign can reduce this problem.
4.5 Exercises
- Restate the molecule schema in figure 1.6 as an RDF ontology. There will
not be a single correct answer to this exercise.
- Define the nitrous oxide molecule in figure 2.3 using RDF. The answer will
depend on the RDF ontology.
- Rewrite the bio sequence DTD in exercise 4.2 as an OWL ontology.
- Rewrite the physical units DTD in exercise 4.3 as an OWL ontology.
- Rewrite the Fitzhugh-Nagumo model and DTD in exercise 4.4 as an OWL
ontology.