Section: Research Program
Data interlinking with link keys
Vast amounts of rdf data are made available on the web by various institutions providing overlapping information. To be fully exploited, different representations of the same object across various data sets, often using different ontologies, have to be identified. When different vocabularies are used for describing data, it is necessary to identify the concepts they define. This task is called ontology matching and its result is an alignment , i.e. a set of correspondences relating entities and of two different ontologies by a particular relation (which may be equivalence, subsumption, disjointness, etc.) [4].
At the data level, data interlinking is the process of generating links identifying the same resource described in two data sets. Parallel to ontology matching, from two datasets ( and ) it generates a link set, made of pairs of resource identifier.
We have introduced link keys [4], [1] which extend database keys in a way which is more adapted to rdf and deals with two data sets instead of a single relation. An example of a link key expression is:
stating that whenever an instance of the class has the same values for the property as an instance of class has for the property and they share at least one value for their property and , then they denote the same entity. More precisely, a link key is a structure such that:
Such a link key holds if and only if for any pair of resources belonging to the classes in correspondence such that the values of their property in are pairwise equal and the values of those in pairwise intersect, the resources are the same. Link keys can then be used for finding equal individuals across two data sets and generating the corresponding : links. Link keys take into account the non functionality of rdf data and have to deal with non literal values. In particular, they may use arbitrary properties and class expressions. This renders their discovery and use difficult.