90 likes | 112 Views
This project focuses on mapping ontology vertices to resolve heterogeneity in global and local ontologies for efficient querying. It involves exact, subset, superset, approximate, and null mappings. We use the Agreement Maker tool for semi-automatic mapping. Future work includes formalizing mapping types and enhancing Agreement Maker capabilities.
E N D
Ontology Alignment • We consider ontologies represented as XML trees. We can map vertices (nodes) from one tree to the other. We establish a global ontology that will be used for querying purposes. The ontologies used by different Jurisdictions are called local ontologies. We map the global ontology to each local one to resolve heterogeneity. • Vertices of the global ontology are mapped to vertices in the local one using different kinds of mapping: exact, subset, superset, approximate, and no mapping (null)
Mapping types • Exact: the connected vertices exactly refer to the same concept (Car, Automobile) • Subset: the vertex (vertices) in the global ontology is a subset of the vertex in the local ontology (Chinese Food and Thai Food are subset of Oriental Food) • Superset: the vertex in the global ontology is a superset of the vertices in the local ontology (Opposite of Subset) • No Mapping (Null): the vertex in the global ontology does not have a semantically related vertex in the local ontology
Agreement Maker • The agreement maker is a software tool that is used to create the mappings between the global ontology and a local ontology and generate an agreement document containing those mappings. This document is used by a query processor.
Upcoming Work • Formalize mapping types to cover all possible situations that can happen in a mapping scenario. • Re-implement Agreement maker to better accommodate additional tools and capabilities (Dictionaries, virtual nodes in local ontologies…etc)