Subtyping and inheritance with XML and OWL
Explore how subtyping and inheritance work in XML Schema and OWL. Learn to define complex types by extending or restricting existing ones, and understand functional property declarations in OWL to model hierarchical class relationships.
We'll cover the following...
We'll cover the following...
XML schema
In XML Schema, a subtype can be defined if we extend or restrict an existing complex type. When we extend a complex type, we extend its intension by adding elements or attributes. When we restrict a complex type, we restrict ...