OWL DL / Full Compatability

Similar documents
Today: RDF syntax. + conjunctive queries for OWL. KR4SW Winter 2010 Pascal Hitzler 3

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

Table of Contents. iii

Semantic Web Technologies

The OWL API: An Introduction

Making Ontology Documentation with LODE

An Introduction to the Semantic Web. Jeff Heflin Lehigh University

Knowledge Representation for the Semantic Web

OWL 2 Profiles. An Introduction to Lightweight Ontology Languages. Markus Krötzsch University of Oxford. Reasoning Web 2012

Orchestrating Music Queries via the Semantic Web

Presented By Aditya R Joshi Neha Purohit

Deep integration of Python with Semantic Web technologies

Short notes about OWL 1

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Semantic Web Test

Helmi Ben Hmida Hannover University, Germany

Ontology mutation testing

INF3580/4580 Semantic Technologies Spring 2017

INF3580/4580 Semantic Technologies Spring 2017

Web Ontology Language (OWL)

INF3580 Semantic Technologies Spring 2012

Representing Product Designs Using a Description Graph Extension to OWL 2

Logical reconstruction of RDF and ontology languages

Ontological Modeling: Part 7

Semantic Web. MPRI : Web Data Management. Antoine Amarilli Friday, January 11th 1/29

DAML+OIL: an Ontology Language for the Semantic Web

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry

Extracting Ontologies from Standards: Experiences and Issues

Adding formal semantics to the Web

Tony Mallia Edmond Scientific

FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES

Description Logic. Eva Mráková,

Knowledge Representation for the Semantic Web

Analyzing Schema.org

Publishing OWL ontologies with Presto

Reducing OWL Entailment to Description Logic Satisfiability

A Pattern-based Framework for Representation of Uncertainty in Ontologies

Recursively Enumerable Languages, Turing Machines, and Decidability

COMP718: Ontologies and Knowledge Bases

Ontology Links in the Distributed Ontology Language (DOL)

The P2 Registry

Logics for Data and Knowledge Representation: midterm Exam 2013

LECTURE 09 RDF: SCHEMA - AN INTRODUCTION

Semantic Web Ontologies

Semantic Web Technologies: Web Ontology Language

Semantic Web. RDF and RDF Schema. Morteza Amini. Sharif University of Technology Spring 90-91

Ontological Modeling: Part 2

F-OWL: An OWL Reasoner in Flora-2 Youyong Zou, Harry Chen, Tim Finin, Lalana Kagal

2. Knowledge Representation Applied Artificial Intelligence

So many Logics, so little time

Knowledge Representation RDF Turtle Namespace

! Assessed assignment 1 Due 17 Feb. 3 questions Level 10 students answer Q1 and one other

OWL Tutorial. LD4P RareMat / ARTFrame Meeting Columbia University January 11-12, 2018

Pattern-based design, part I

JENA: A Java API for Ontology Management

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements

XML and Semantic Web Technologies. III. Semantic Web / 1. Ressource Description Framework (RDF)

Introduction to Protégé. Federico Chesani, 18 Febbraio 2010

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages

Logic and Reasoning in the Semantic Web (part I RDF/RDFS)

An Architecture for Semantic Enterprise Application Integration Standards

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037

ARISTOTLE UNIVERSITY OF THESSALONIKI. Department of Computer Science. Technical Report

RDF /RDF-S Providing Framework Support to OWL Ontologies

A Unified Logical Framework for Rules (and Queries) with Ontologies - position paper -

Leveraging the Expressivity of Grounded Conjunctive Query Languages

Deep Integration of Scripting Languages and Semantic Web Technologies

Multi-agent and Semantic Web Systems: RDF Data Structures

12th ICCRTS. On the Automated Generation of an OWL Ontology based on the Joint C3 Information Exchange Data Model (JC3IEDM)

FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES

Bringing the Wiki-Way to the Semantic Web with Rhizome

Semantic Web. Ontology Pattern. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau

Semantic Web Rules. - Tools and Languages - Holger Knublauch. Tutorial at Rule ML 2006, Athens, GA

The National Cancer Institute's Thésaurus and Ontology

On the Reduction of Dublin Core Metadata Application Profiles to Description Logics and OWL

Integrating OWL and Rules: A Syntax Proposal for Nominal Schemas

KNOWLEDGE GRAPHS. Lecture 3: Modelling in RDF/Introduction to SPARQL. TU Dresden, 30th Oct Markus Krötzsch Knowledge-Based Systems

Semantic representation of genetic circuit designs

Opening, Closing Worlds On Integrity Constraints

DC-Text - a simple text-based format for DC metadata

Knowledge Engineering with Semantic Web Technologies

Semantic Web Fundamentals

Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language

2.1 Sets 2.2 Set Operations

Formal languages and computation models

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG

Extracting knowledge from Ontology using Jena for Semantic Web

DCMI Abstract Model - DRAFT Update

Graph Data Management & The Semantic Web

XML technology is very powerful, but also very limited. The more you are aware of the power, the keener your interest in reducing the limitations.

OWL Rules, OK? Ian Horrocks Network Inference Carlsbad, CA, USA

INF3580/4580 Semantic Technologies Spring 2015

Extending OWL with Finite Automata Constraints

Falcon-AO: Aligning Ontologies with Falcon

Building Blocks of Linked Data

2. RDF Semantic Web Basics Semantic Web

Semantic Web Engineering

Transcription:

Peter F. Patel-Schneider, Bell Labs Research Copyright 2007 Bell Labs Model-Theoretic Semantics OWL DL and OWL Full Model Theories Differences Betwen the Two Semantics Forward to OWL 1.1 Model-Theoretic Semantics What does the (or a) world look like? There are data values (e.g., strings, integers). There are objects (e.g., Bell Labs, Peter). Objects belong to classes. Objects are related to other objects and data values via properties. OWL DL has a fairly standard take on all this. RDF and OWL Full have a slightly unusual take. Classes and properties are also objects. What does a construct mean? 2 haschild is the set of objects that are related to at least two other objects by the haschild property John Person John belongs to the Person What follows from what? An ontology containing Student Person and John Student implies John Person Page 1 of 7

Two Model Theories OWL DL OWL Full objects disjoint from numbers includes "everything" OWL classes can't contain numbers contain anything object properties can't point to numbers point to anything annotations handled specially regular facts rdf:type, owl:class objects syntax objects OWL DL Universe: objects and values (numbers, strings,...), mutually disjoint OWL Full Universe: objects can be values, classes, datatypes, properties, syntax, lists, ontologies Differences Number of objects: In OWL Full there are an infinite number of objects (because objects include the integers). In OWL DL there can be a finite number of objects. This is an observable difference (i.e., because of this difference there is an OWL DL ontology that is satisfiable in the OWL DL semantics but unsatisfiable in the OWL Full semantics). In OWL Full it is possible to say things like rdf:type owl:sameindividualas rdfs:subclassof. In OWL DL classes, properties, and individuals have separate namespaces, so SameIndividuals(Person Student) does not imply EquivalentClasses(Person Student). OWL 1.1 OWL 1.1 model theory like the OWL DL model theory. Treatment of entity annotations: OWL DL created special "non-objects" as necessary and associated ontololgy facts with them In OWL Full they are just like regular facts Page 2 of 7

OWL 1.1 treats entity annotations as "semantic-free" Treatment of axiom annotations: Not in OWL DL or OWL Full OWL 1.1 treats axiom annotations as "semantic-free" OWL 1.1 constructs that need reification E.g., negative property assertions How to handle these in OWL Full Imports Peter F. Patel-Schneider, Bell Labs Research Copyright 2007 Bell Labs How it works in OWL DL, OWL Full, and OWL 1.1 See also http://www.w3.org/2007/owl/wiki/imports. Specification in OWL 1.0 OWL DL DL-Style Model Theoretic Semantics Section 3.4 of the OWL Semantics and Abstract Syntax document: [A]n owl:imports annotation also imports the contents of another OWL ontology into the current ontology. The imported ontology is the one, if any, that has as name the argument of the imports construct. (This treatment of imports is divorced from Web issues. The intended use of names for OWL ontologies is to make the name be the location of the ontology on the Web, but this is outside of this formal treatment.) OWL Full Section 5.3 of the OWL Semantics and Abstract Syntax document: Definition: Let K be a collection of RDF graphs. K is imports closed iff for every triple in any element of K of the form x owl:imports u. then K contains a graph that is the result of the RDF processing of the RDF/XML document, if any, accessible at u into an RDF graph. The imports closure of a collection of RDF graphs is the smallest import-closed collection of RDF graphs containing the graphs. OWL DL RDFS-Compatible Semantics Page 3 of 7

Section 5.4 of the OWL Semantics and Abstract Syntax document: Definition: Let T be the mapping from the abstract syntax to RDF graphs from Section 4.1. Let O be a collection of OWL DL ontologies and axioms and facts in abstract syntax form. O is said to be imports closed iff for any URI, u, in an imports directive in any ontology in O the RDF parsing of the document accessible on the Web at u results in T(K), where K is the ontology in O with name u. Specification in OWL 1.1 OWL 1.1 Syntax Section 3 of the OWL 1.1 Structural Specification and Functional Syntax: Summary The structure of OWL 1.1 ontologies is shown in Figure 1. Each ontology is uniquely identified with an ontology URI. This URI need not be equal to the physical location of the ontology file. For example, a file for an ontology with a URI http://www.my.domain.com/example need not be physically stored in that location. A specification of a mechanism for physically locating an ontology from its ontology URI is not in scope of this specification. Each ontology contains a possibly empty set of import declarations. An ontology O directly imports an ontology O' if O contains an import declaration whose value is the ontology URI of O'. The relation imports is defined as a transitive closure of the relation directly imports. The axiom closure of an ontology O is the smallest set containing all the axioms of O and of all ontologies that O imports. Intuitively, an import declaration specification states that, when reasoning with an ontology O, one should consider not only the axioms of O, but the entire axiom closure of O. Summary of OWL 1.0 Design In the OWL DL semantics the ontology retrievable at URI u is supposed to have name u. It is thus irrelevant whether imports is by location or by ontology name. For OWL Full, it is not required that the ontology at u have name u, but it is clear that imports is by location. The end result is that in OWL 1.0, imports works like entire-document XML inclusion. Summary of OWL 1.1 Design Imports is by name, as in the OWL DL semantics, but without the intent that names and locations correspond. The end result is that in OWL 1.1, imports (if it works at all) by searching for the ontology with the matchine name, not location. Page 4 of 7

XML Inclusions XML inclusions is compatible with an imports-by-location mechanism, but XML inclusions provide much more power. XML inclusions do not appear to be appropriate for any non-xml OWL syntax, as they are too tied to XML. Full XML inclusions might be appropriate for an XML-based OWL syntax, provided that imports-by-location is the imports paradigm that is wanted. Imports: Options Ontology names: optional or required Ontology with name u at location u? Imports by ontology name Imports by ontology location Proposal: Loosen the name-location tie, so that ontologies can be handled like W3C publications. An ontology has a base name (a URI, as now) plus version information (as allowed now). The permanent location of an ontology is at its base name concatenated with its version. The current version of an ontology is also linked to from its base name. Proposal: Imports is by location. If an importing ontology cares about version information then it uses the permanent location of an ontology. If an importing ontology wants to use the current version, then it uses the base name. Tools can use ontology caches if they want, with the usual aging and caveats. Proposal: Ontologies need not have names, but such ontologies are not importable. Rich Annotations Peter F. Patel-Schneider, Bell Labs Research Copyright 2007 Bell Labs Basic ideas 1. Allow arbitrary syntax (including annotations) as annotations. 2. Annotations are split into different "spaces". 3. Tools place annotation information into the spaces, and reason in these spaces independently. Page 5 of 7

Syntax 4. Some spaces signal the use of extensions. HOW? 5. Use of spaces marked "mustunderstand" require that tools understand the space's extension. ontology := 'Ontology' '(' ontologyuri { importdeclaration } { annotationspacedeclaration } { annotation } { axiom } ')' annotationspacedeclaration := 'AnnotationSpace' '(' spaceuri [ status ] ')' status := 'mayignore' 'mustunderstand' annotation := 'Annotation' '(' [ spaceuri ] importdeclaration ')' annotation := 'Annotation' '(' [ spaceuri ] annotationspacedeclaration ')' annotation := 'Annotation' '(' [ spaceuri ] annotation ')' annotation := 'Annotation' '(' [ spaceuri ] axiom ')' A special symbol (SELF) in an annotation refers to the axiom or entity being annotated. Least controversial Annotations can be any ontology content (imports, annotations, axioms) More controversial There are multiple annotation spaces. Most controversial Some annotation spaces affect the meaning of regular ontology constructs. Abbreviations Label ( annotations constant ): Annotation ( annotations DataPropertyAssertion ( rdfs:label SELF constant ) ) Comment ( annotations constant ): Annotation ( annotations DataPropertyAssertion ( rdfs:comment SELF constant ) ) Annotation ( annotations annotationuri constant ): Annotation ( annotations DataPropertyAssertion ( annotationuri SELF constant ) ) Annotation ( annotations annotationuri XXX(URI) ): Annotation ( annotations ObjectPropertyAssertion ( annotationuri SELF URI ) ) Semantics NONE Page 6 of 7

Annotations have no semantics in the ontology. Rich Annotations: Pragmatics Tools must: reject an ontology if they don't implement a 'mustunderstand' annotation space. Implementing an annotation space involves: 1. extracting annotations for that space into a separate KBs, 2. reasoning in that KB, and 3. using the results of this reasoning to modify behaviour. Tools are encouraged to do steps 1 and 2 for all ontology spaces. Example Probabilistic extension to OWL 1.1 (like in Pronto): Axioms can have probabilities associated with them via mustunderstand annotations. These probabilities affect reasoning (as per some externally-specified spec). Ignoring the annotations effects makes you unsound. Encoding Syntax in facts: Encode SWRL rules into OWL (RDF?) triples. Annotate (some of) the triple "facts" with a (mustunderstand?) annotation. Ignoring the annotations effects doesn't make you unsound. Page 7 of 7