L Logics for D Data and K Knowledge R Representation
Web Ontology Language (OWL)
Fausto Giunchiglia and Biswanath Dutta
Logics for D Data and K Knowledge L Representation R Web - - PowerPoint PPT Presentation
Logics for D Data and K Knowledge L Representation R Web Ontology Language (OWL) Fausto Giunchiglia and Biswanath Dutta Outline Introduction OWL Syntax Exchange Syntax Abstract Syntax Constructors Axioms and facts
Fausto Giunchiglia and Biswanath Dutta
2
Exchange Syntax Abstract Syntax
Constructors Axioms and facts
2
No localised range and domain constraints
Cannot say that the range of teachBy is only professor when applied to
No cardinality constraints
Cannot say that a course is taught by at least one professor, or persons
No transitive, inverse or symmetrical properties
Cannot say that isPartOf is a transitive property, that hasSupervisor is
Disjoint classes
Cannot say that Graduate and PhD. Students are two disjoint classes
Boolean combinations of classes
Sometimes we may need to build new classes by combining other
3
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
Semantic networks, Topic Maps, UML, RDF
Description Logics (e.g., OIL, DAML+OIL, OWL), Rules (e.g.,
Increased formality makes languages more amenable to machine
4
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
Like, XML, RDF, RDFS
Should be based on familiar KR idioms
Important: the richer the language is, the more inefficient the
5
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
OWL is a Web-friendly syntax for SHOIN
6
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
7
A class can be treated simultaneously as a collection of individuals
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
8
E.g., a sets of class, property and individual names must be disjoint While a class may be a subclass of many classes, a class cannot
Every RDF document is a legal OWL DL document Every legal OWL DL document is a legal RDF document Every legal OWL DL ontology is a legal OWL Full ontology Every valid OWL DL conclusion is a valid OWL Full conclusion
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
9
E.g., OWL Lite excludes
Easy to grasp Easy to implement for tool builders Provides a quick migration path for thesauri and other taxonomies
OWL Lite is not simply an extension of RDF Schema Every legal OWL Lite ontology is a legal OWL DL ontology Every valid OWL Lite conclusion is a valid OWL DL conclusion
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
10
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
11
in OWL, class hierarchy can be built using the rdfs:subClassOf
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
An object property is defined as an instance of the built-in OWL class
A datatype property is defined as an instance of the built-in OWL class
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
12
13
rdfs:Resource rdf:Property rdfs:Class
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
14
An OWL ontology turns into is a set of RDF triples
E.g., <owl:Class rdf:ID=“Person”/> The above can be alternatively represented by the following,
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
15
OWL DL Descriptions(C), Data Ranges(D), Object properties(R), Individuals(o), Datatype properties(U) and Data Values(v) INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT DL Syntax Abstract Syntax
All instances of C satisfy the conditions
Also, possible to specify a precise number using the same minimum
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
16
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
17
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
18
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
19
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
20
21
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT DL Syntax Abstract Syntax
22 E.g.1: Class Axioms, Class(ed:Person partial owl:Thing) Class(ed:Student partial ed:Person) Class(ed:Country partial owl:Thing) Class(ed:Italian complete ed:Person hasValue(ed:nationality ed:Italy)) E.g.2: Property Axioms, DatatypeProperty(ed:age domain(ed:Person) range(xsd:integer)) ObjectProperty(ed:nationality domain(ed:Person) range(ed:Country) E.g.3: Individual Axioms, Individual(ed:India type(ed:Country)) Individual(ed:Italy type(ed:Country)) Individual(ed:Fausto type(ed:Italian) value(ed:age “53”^^xsd:integer)) Individual(value(ed:nationality ed:India) value(ed:age “32”^^xsd:integer))
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
23
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
Name of the property
24
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
E.g., Student ⊓ Teacher ≡ ⊥
“Student is disjoint with Teacher”
a reasoner can deduce an inconsistency when an individual, A is
similarly, a reasoner can also deduce that if A is an instance of
25
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
26
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
27
28
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
29
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
30
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
31
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
32
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
33
checking consistency of the ontology and the knowledge checking for unintended relationships between classes automatically classifying instances in classes
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
34
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
35
Protege (http://protege.stanford.edu/) OilEd (http://oiled.man.ac.uk/) ...
OWL-API (http://owlapi.sourceforge.net) Jena (http://jena.sourceforge.net) …
FaCT++ (http://owl.man.ac.uk/factplusplus/) Pellet (http://clarkparsia.com/pellet/) KAON2 (http://kaon2.semanticweb.org/) …
36
INTRODUCTION :: OWL :: SYNTAX :: SEMANTICS :: REASONING :: TOOL SUPPORT
OWL
Horrocks, I., Patel-Schneider, Peter F., McGuinness, D. L., and
Antoniou, G. and Harmelen, F. V. A semantic web primer.
37