# OWL - Interactive Learning Companion

Source: [OWL - Interactive Learning Companion.html](OWL%20-%20Interactive%20Learning%20Companion.html)

## What you can learn

This companion explains OWL, the Web Ontology Language, and how it extends RDF/RDFS with richer logical modelling.

You can learn how to:

- Use OWL vocabulary for classes, individuals, object properties, datatype properties, and annotations.
- Build class expressions with Manchester Syntax.
- Combine classes using intersection, union, complement, and restrictions.
- Understand property characteristics such as functional, inverse functional, symmetric, transitive, reflexive, and inverse properties.
- See how OWL reasoners infer new knowledge from asserted axioms.
- Understand the modelling impact of restrictions, equivalence, disjointness, and property axioms.
- Review OWL 2 profiles and when lighter-weight profiles are useful.

## Interactive Activities

- OWL vocabulary explorer.
- OWL class expression builder.
- Property characteristics lab.
- Reasoning simulator.
- OWL modelling game.
- Lecture quiz and OWL 2 cheat sheet.

## Best Used For

Use this after RDF and RDFS. It is best for learning how formal semantics and automated reasoning can enrich an ontology.

## Key Takeaway

OWL lets you model meaning in a way that machines can reason over, but stronger expressiveness requires more care about consistency and inference consequences.
