200 likes | 494 Views
From SHIQ and RDF to OWL: The Making of a Web Ontology Language. Ian Horrocks Peter F. Patel-Schneider and Frank van Harmelen Presented by Zonghui Lian. Ontology Languages. So far, how many ontology languages we can know XOL (XML-based Ontology Exchange Language)
E N D
From SHIQ and RDF to OWL:The Making of a Web Ontology Language Ian Horrocks Peter F. Patel-Schneider and Frank van Harmelen Presented by Zonghui Lian
Ontology Languages • So far, how many ontology languages we can know • XOL (XML-based Ontology Exchange Language) • SHOE (Simple HTML Ontology Extension) • OML (Ontology Markup Language) • RDF(S) (Resource Description Framework (Schema)) • OIL (Ontology Interchange Language) • DAML+OIL (DARPA Agent Markup Language + OIL) • OWL (Ontology Web Language)
XML – XML Schema • XML provides a standardized syntactical way to expose structural information • XML schema allows to define a schema for XML documents and may already provide machine-understandable semantics of data • Do not attach meaning to structural information
RDF Schema • RDFS is too weak to describe resources in sufficient detail • No localised range and domain constraints • For example, can’t express such a subclass of person: the person who has children. • No existence/cardinality constraints • Can’t say that all instances of person have a mother that is also a person, or that persons have exactly 2 parents • No transitive, inverse or symmetrical properties • Can’t say that isPartOf is a transitive property, that hasPart is the inverse of isPartOf or that touches is symmetrical • Difficult to provide reasoning support
Requirements Desirable features identified for a Web Ontology Language : • Compatiblewith existing Web standards (XML, RDF, RDFS) • Easy to understandand use • Formally specified • Has “adequate” expressive power • Tools for reasoning support
Attribution Explanation We are here! Rules & Inference Ontologies Metadata Standard Syntax Identity Layers of Languages
OWL (Ontology Web Language) • OWL is now a W3C Recommendation • The purpose of OWL is identical to RDFS i.e. to provide an XML vocabulary to define classes, properties and their relationships. • RDFS enables us to express basic relationships and has limited inferencing capability. • OWL enables us to express much richer relationships, thus yielding a much enhanced inferencing capability. • The benefit of OWL is that it facilitates a much greater degree of inferencing than you get with RDF Schema.
Introduction of OWL (Ontology Web Language) • Description logic and frames • Many characteristics of RDF
D.L’s Influence on OWL • Semantics are well defined. • OWL uses D.L model theory to formalise the meaning of the language. • Advantages
D.L’s Influence on OWL • Language constructors • Expressive power • Class (property) constructors • Axioms • Conflict with the computational complexity • OWL entailment • Blance
D.L’s Influence on OWL • Datatypes • Difference with • Advantage • Decrease the complexity & easy to answer question “-5 nonNegative ?”
Origins of OWL DARPA Agent Markup Language Ontology Inference Layer DAML OIL RDF EU/NSF Joint Ad hoc Committee DAML+OIL All influenced by RDF OWL Lite OWL DL OWL Full A W3C Recommendation OWL
Versions of OWL Full: Consider the compatibility with RDF and RDFS as the primary importance. no computation guarantees DL (Description Logic): Friendly syntax, decidable inference. computationally complete Lite: Simpler syntax and more tractable inference. • Depending on the intended usage, OWL provides three increasingly expressive sublanguages OWL Full OWL DL OWL Lite
Advantages/Disadvantages of versions • Full: • The advantage of the Full version of OWL is that we get the full power of the OWL language. • The disadvantage is that it is very difficult to build a computational tool for this version and may not get a quick and complete answer. • DL/Lite: • The advantage of the DL or Lite version of OWL is that tools can be built more quickly and easily, and users can expect responses from such tools to come quicker and be more complete. • The disadvantage is that we don't have access to the full power of the language.
Conclusion • Difference b/w OWL DL & D.L: • Datatyping mechanisms (XML schema datatypes) • RDF URI reference as name • Entailments OWL DL is compatible with that of RDF and RDFS