Presentation is loading. Please wait.

Presentation is loading. Please wait.

DartGrid Browser-based mapping tool of SQL to RDF Point Template Zhejiang University & OpenLink Software.

Similar presentations


Presentation on theme: "DartGrid Browser-based mapping tool of SQL to RDF Point Template Zhejiang University & OpenLink Software."— Presentation transcript:

1 DartGrid Browser-based mapping tool of SQL to RDF Point Template Zhejiang University & OpenLink Software

2 DartGrid Contents Identifies and records the SQL2RDF mapping issues 2 Browser-based mapping tool of SQL to RDF is developed. 4 Why need semantic mapping? 31 Identify a set of mapping cases 33

3 DartGrid Why need semantic mapping tool? 1. Semantic mapping from Relational databases to RDF is the key problem in RDF-based databases integration. 2 Defining semantic mapping manually is a burdensome and error- prone work. 3 So far, there is none full-automatic mapping tool of SQL to RDF, most of which is defined manually..

4 DartGrid 2. Mapping cases W3C Banff life scienece demo W3C Banff life scienece demo also has public available SQL versions. Mapping cases THALIA Testbed THALIA Testbed provides a collection of 40 relational database tables representing course information. More: http://esw.w3.org/topic/SQL2OWLhttp://esw.w3.org/topic/SQL2OWL

5 DartGrid 2.1 Representation and notation 1 Graphical representation: each case is graphically represented for documentation purpose. 3 Syntax level: for implementation purpose, the mappings are finally stored as virtuoso meta- schema language MDL 2 Abstract level: a mapping is abstractly described as a rule that has rule head and rule body.

6 DartGrid 2.1 Representation and notation(2) 1 Variables : a,b are original column names of the relational table. 3 Uri function : it may be implemented as either generating a blank node ID (internal id) or global URI. 2 uri : It is a function used to generate universal resource identifiers. R(?a,?b,?c,…)-: (uri, rdf:type, thalia:Course), (uri, foaf:name,?b), (uri, thalia:hasInstructor, uri ), (uri, rdf:type, thalia:Instructor)

7 DartGrid 2.2 3 kinds of mapping cases 1 The simplest situation of mapping cases is a single table exactly maps to one single class in the ontology. 2 More complex situation is mapping from one table to four ontological classes 3 Most complex situation is self-join that is three or above tables are connected by foreign key, or one table has foreign key relationship with itself.

8 DartGrid 2.3 THALIA Testbed 1 The tested relational databases are taken from the THALIA Testbed benchmark.THALIA Testbed 2 It provides a collection of 40 relational database tables representing university course catalogs. 3 The data in the testbed provide a rich source of syntactic and semantic heterogeneities.

9 DartGrid 2.3.1 Description as a rule  Case 1 Arizona State University  The asu table stores CS course information of the Arizona State University.  This mapping case is that a single table exactly maps to one single ontology class.

10 DartGrid 2.3.1 mapping mechanism Fig.1 mapping case 1 of THALIA

11 DartGrid 2.3.1 Brown University case 1 The normal mapping systems often separately consider the schema-level mapping and instance-level mapping. 2 Thialia:hasInstructor should be considered as a property (schema) in RDF, but is stored in a relational tuple(instance). 3 This use case illustrates the mapping from one table to four ontological classes.

12 DartGrid 2.3.2 Description as a rule  The brown table stores CS course information of the Brown University.  This use case illustrates the mapping from one table to four ontological classes: Course, Instructor, Event, Point.

13 DartGrid 2.3.1 mapping mechanism Fig.2 mapping mechanism of Brown case

14 DartGrid 3. Browser-based mapping tool 1 This mapping tool is developed based on OAT (OpenLink Ajax Toolkit) 3 This mapping tool provides a lot of easy-to-use functionalities and has some special technical features. 2 This mapping tool is developed to help domain experts to define the semantic mapping

15 DartGrid 3.1 Functional components Display databases and ontology schema structure Define instance-level mappings such as table-to-class or column-to-property Define schema-level mappings (for complex joins between tables) Mapping Tool

16 DartGrid 3.1.1 Instance-level mapping  Instance-level mapping is always simple and easy to understand.  Generally speaking, instance-level mapping has two types:  From tables to ontology classes  From one column to one ontology property  3 situations of mapping tables to classes  From one table to one ontology class  From one table to many ontology classes  From many tables to one ontology class

17 DartGrid 3.1.2 Schema-level mapping  It is more complicated than instance-level mapping, which is based on foreign key relation and relativity defined in ontology schema.

18 DartGrid 3.2 Technical Features Drag-and-drop mapping Web browser-based tool Visualization mapping Data source annotation semi-auto mapping for complex joins Browser-based Mapping tool Browser-based

19 DartGrid 3.3 mapping tool pictures Fig.2 DbView/OntoViewFig.3 drag-and-drop mapping

20 DartGrid 4. Future work Automate Automate mapping process as far as possible by adding some heuristic rules to automate the semantic mapping task. MDL Adopt Virtuoso's SPARQL based Meta schema Language as the syntax mapping rule.

21 DartGrid Click to edit subtitle style


Download ppt "DartGrid Browser-based mapping tool of SQL to RDF Point Template Zhejiang University & OpenLink Software."

Similar presentations


Ads by Google