Data Integration with Ontologies
Sebastian Brandt brandt@cs.manchester.ac.uk
(slides by Bijan Parsia bparsia@cs.man.ac.uk) 1
Friday, 2 May 2014
Data Integration with Ontologies Sebastian Brandt - - PowerPoint PPT Presentation
Data Integration with Ontologies Sebastian Brandt brandt@cs.manchester.ac.uk (slides by Bijan Parsia bparsia@cs.man.ac.uk) 1 Friday, 2 May 2014 Ontology Based Data Access (ODBA) Ontology at run time? More, ontology for the end
(slides by Bijan Parsia bparsia@cs.man.ac.uk) 1
Friday, 2 May 2014
Friday, 2 May 2014
Person Student Employee
hasAge hasSalary
create table employee (id number(4) hasAge number(3), hasSalary number(6); create table student (id number(4) hasAge number(3), hasSalary number(5);
Friday, 2 May 2014
Friday, 2 May 2014
Friday, 2 May 2014
http://www.publicdomainpictures.net/view-image.php?image=21541&picture=trassliga-kablar-pa-pole
Friday, 2 May 2014
Friday, 2 May 2014
https://babbage.inf.unibz.it/trac/obdapublic/wiki/ObdalibQuestIntro
Friday, 2 May 2014
Friday, 2 May 2014
Friday, 2 May 2014
answering is in LOGSPACE (more precisely, in AC0) with respect to the size of the data (assertions), while providing many of the main features necessary to express conceptual models such as UML class diagrams and ER diagrams.”
system can be queried through an ontology via a simple rewriting mechanism, i.e., by rewriting the query into an SQL query that is then answered by the RDBMS system, without any changes to the data.”
Friday, 2 May 2014
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.102.1525&rep=rep1&type=pdf
Friday, 2 May 2014
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.102.1525&rep=rep1&type=pdf
Friday, 2 May 2014
Person Student Employee
hasAge hasSalary
create table employee (id number(4) hasAge number(3), hasSalary number(6); create table student (id number(4) hasAge number(3), hasSalary number(5); https://babbage.inf.unibz.it/trac/obdapublic/wiki/SimpleHelloWorldTutorial
Friday, 2 May 2014