Conceptual modelling in OWL - cw.fel.cvut.cz

19
Conceptual modelling in OWL 7th tutorial Ontologies and Semantic Web Michal Med [email protected]

Transcript of Conceptual modelling in OWL - cw.fel.cvut.cz

Page 1: Conceptual modelling in OWL - cw.fel.cvut.cz

Conceptual modelling in OWL7th tutorial

Ontologies and Semantic Web

Michal Med

[email protected]

Page 2: Conceptual modelling in OWL - cw.fel.cvut.cz

Crash course Protége

• Ontology editor supporting OWL

• Download from http://protege.stanford.edu/ and install (with Java 8 SE)

• Install Pellet Reasoner plug-in (info about reasoner here: https://github.com/stardog-

union/pellet)

• Go to Preferences → Plugins and change the Plugin registry to

https://raw.githubusercontent.com/Complexible/pellet/master/protege/plugin/plugins.repo

sitory. You will need to restart Protege before the repository change is taken into account (a

Protege bug).

Page 3: Conceptual modelling in OWL - cw.fel.cvut.cz

What is OWL? https://www.w3.org/TR/owl2-primer/

Ontology language for Semantic Web. Provides classes, properties, individuals and data values. Can be combined with RDF information.

Supports description logics.

Page 4: Conceptual modelling in OWL - cw.fel.cvut.cz

Description logics in OWL – terminology

DL OWL

concept class

role Object property

Constant/individual individual

theory ontology

axiom axiom

Page 5: Conceptual modelling in OWL - cw.fel.cvut.cz

Description logics in OWL – Manchester syntax

Page 6: Conceptual modelling in OWL - cw.fel.cvut.cz

Tutorial in Protégé

• Download Pizza ontology

from https://protege.stanford.edu/ontologies/pizza/pizza.owl (RDF/XML serialization)

• Open Protégé and open Pizza ontology in it

Page 7: Conceptual modelling in OWL - cw.fel.cvut.cz

Classes

Page 8: Conceptual modelling in OWL - cw.fel.cvut.cz

Object

properties

Page 9: Conceptual modelling in OWL - cw.fel.cvut.cz

Data

properties

Page 10: Conceptual modelling in OWL - cw.fel.cvut.cz

Annotation

properties

Page 11: Conceptual modelling in OWL - cw.fel.cvut.cz

Datatypes

Page 12: Conceptual modelling in OWL - cw.fel.cvut.cz

Individuals

Page 13: Conceptual modelling in OWL - cw.fel.cvut.cz

OWL modeling of

camping and

oversleeping

Page 14: Conceptual modelling in OWL - cw.fel.cvut.cz
Page 15: Conceptual modelling in OWL - cw.fel.cvut.cz

Model this diagram in OWL

Page 16: Conceptual modelling in OWL - cw.fel.cvut.cz

Classes and

object properties

Page 17: Conceptual modelling in OWL - cw.fel.cvut.cz

Rules

Page 18: Conceptual modelling in OWL - cw.fel.cvut.cz

Individuals

Page 19: Conceptual modelling in OWL - cw.fel.cvut.cz

Reasoner