1 / 7

Tema 1: Applicazioni per basi di dati su Internet e Intranet

Tema 1: Applicazioni per basi di dati su Internet e Intranet. Use of ontologies and extensional inter-schema properties for integration. Rapporto D1.R2. 30 Aprile 2001. D. Beneventano, S. Bergamaschi, F. Guerra, S. Castano, M. Vincini. We detail and extend the method described in D1.R1.

xanti
Download Presentation

Tema 1: Applicazioni per basi di dati su Internet e Intranet

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tema 1: Applicazioni per basi di dati su Internet e Intranet Use of ontologies and extensional inter-schema properties for integration Rapporto D1.R2 30 Aprile 2001 D. Beneventano, S. Bergamaschi, F. Guerra, S. Castano, M. Vincini

  2. We detail and extend the method described in D1.R1 Abstract • we take into account the extensional intra and inter-schema properties • we show as these properties influence the integration process • complete syntax and semantics of the OCDL Description Logic • theoretical foundations of the techniques to discover affinity

  3. <C1 SYNext C2> : the instances of C1 are the same of C2 • <C1 NText C2> : the instances C1 are a subset of the instances of C2 Extensional relationships in ODLI3 extensional relationships constrain the structure of the two classes: C1 NText C2 is equivalent to an ISA relationship.

  4. schema-derived extensional relationships Common Thesaurus • ISA relationship in object source schemas • foreign keys in relational source schemas interface Restaurant ( FD source key r_code ... interface Bistro (FD source key r_code foreign_key(r_code) references Restaurant, ... < Bistro NTextRestaurant >

  5. inferred extensional relationships Common Thesaurus < FD.Bistro NTextFD.Restaurant > rule Rule2 forall X in FD.Restaurant : (X.pers_id in FD.Person) then X in ED.Fast-Food; interface Bistro (FD source foreign_key(pers_id) references Person < FD.Bistro Ntext ED.Fast-Food >

  6. extensional relationshipd force the inclusion of a class in a cluster. Clustering … classes that have an extensional relationship with at least one class in the cluster and not yet included in i), are forced to belong to the cluster anyway, the integrated global class is representative of all possible semantically related source classes.

  7. Exploiting extensional knowledge in query processing activities D1.R8 : “Functional specification of the Query Manager” (MO) Phase 2 • optimal query reformulation, by detecting extensionally overlapping classes • object fusion (to identify instances of the same object and fuse them) • by defining join criteria among classes

More Related