SlideShare a Scribd company logo
1 of 25
Download to read offline
Introduction     Framework         Tools        Application   Conclusions




                                Melinda
               Methods and tools for Web data Interlinking


                             François Schare

                              December 
                              @ STI Innsbruck
Introduction             Framework   Tools   Application   Conclusions




      1    Introduction

      2    Framework

      3    Tools

      4    Application

      5    Conclusions
Introduction       Framework         Tools         Application      Conclusions


Publishing datasets on the Web



      Four publication principles
        1 Resources are identied by URIs.

        2 URIs are dereferenceable.

        3 When a URI is dereferenced, a description of the identied

          resource should be returned, ideally adapted through content
          negotiation.
        4 Published Web datasets must contain links to other Web

          datasets.
Introduction        Framework         Tools     Application   Conclusions


Interlinking datasets

      Links are contained in specic datasets

        http://www.example.org/linkset/DBPedia-MB
         a void:Linkset ;
         void:target http://www.dpbedia.org;
         void:target http://www.musicbrainz.org;

      http://www.example.org/linkset/DBPedia-MB

        http://www.dbpedia.org/resource/
         Johann_Sebastian_Bach
        owl:sameAs
        http://www.musicbrainz.org/artist/
         24f1766e-9635-4d58-a4d4-9413f9f98a4c .
Introduction   Framework   Tools   Application   Conclusions


Web Data Cloud
Introduction            Framework         Tools         Application       Conclusions


Goodie : Open Data's coming up




               data.gov, US Data Act
               data.gov.co.uk, Sir TBL on the track
               Other intitiatives around : from the EU, Open Data intitiatives
Introduction            Framework        Tools         Application      Conclusions


What do we do ?




               We propose a framework capturing the various data
               interlinking methods
               We study existing tools and position them in the framework
               We propose an architecture allowing to articulate ontology
               alignment and interlinking tools
Introduction      Framework           Tools          Application      Conclusions


General approach




                                 owl :sameAs

               URI1                                            URI2
                              Data interlinking

                      Fig.: The data interlinking problem.
Introduction      Framework             Tools             Application      Conclusions


Manual resource alignement




                                   owl :sameAs

               URI1                                                 URI2
                                URI transformation
                              Fig.: URI transformation.
Introduction          Framework              Tools           Application       Conclusions


Matching identiers - Exemple



                                    owl:sameAs


               http://www.lastfm.fr/music/      http://dbpedia.org/resource/
               Johann+Sebastian+Bach            Johann_Sebastian_Bach



                                    URI alignment


                           Fig.: URI transformation exemple
Introduction         Framework          Tools          Application        Conclusions


Datasets sharing a common ontology



                                    owl :sameAs
                                     Resource
                URI1                matching of                  URI2
                                 datasets described
                                    by the same
                                      ontology
                                         O1
        Fig.: Matching two datasets described according to the same ontology.
Introduction     Framework              Tools              Application   Conclusions


Datasets sharing a common ontology - Exemple

                                   mo:MusicArtist
                                type               type
                DBPedia                                   Musicbrainz
                            URI1                        URI2
                      first     last            first          last

                Johann-                    Jean-
                Sebastian        Bach      Sébastien           Bach




                             Resource matching algorithm,
                             datasets described according
                             to a common ontology


               Fig.: Matching data sharing a common ontology
Introduction          Framework          Tools         Application        Conclusions


Matching datasets having heterogeneous ontologies



                                     owl :sameAs
                                      Resource
                URI1                 matching of                 URI2
                                  datasets described
                                     by dierent
                                      ontologies
                 O1               Implicit alignment                 O2

               Fig.: Two datasets matched using an implicit alignment.
Introduction         Framework                Tools                Application          Conclusions


Exemple



                      OpenCyc                                       Musicbrainz

               Classical Music Performer                           mo:MusicArtist

                     type                                                        type

                         URI1                                            URI2
                                 English ID             givenname

                                                      Jean-Sébastien
                                 Johann
                                 Sebastian                 name
                                 Bach                    Bach
Introduction          Framework          Tools          Application         Conclusions


General interlinking framework


                                     owl :sameAs

                URI1                                              URI2

                                   Data interlinking

                 O1                   Alignment                       O2

                                  Ontology matching
      Fig.: General framework for data interlinking involving ontology matching.
Introduction        Framework           Tools           Application     Conclusions


Processes and specications




                                 process         result
                   instance link specication   linkset
                     class       matcher      alignment
               Tab.: Matching process, interlinks, and their results.
Introduction            Framework        Tools         Application      Conclusions


Analysis criterion


      Degree of Automation
               Is the tool completely automatic ?
               Does the tool need to be parametrized by the user ? What kind
               of parameters (data matching techniques, ontology
               alignment) ?
      Used matching techniques
         String matching ?
         External functions (values conversion, data transformations) ?
         Similarity propagation ?
         Other techniques ?
      Domain : Is the tool specic for a given domain ?
Introduction            Framework         Tools         Application        Conclusions


Analysis criterion

      Ontologies
               Does the tool take into account ontologies associated to the
               datasets ?
               Does the tool allow to interlink datasets described according
               to dierent ontologies ?
               In the case the ontologies dier, does the tool perform
               ontology alignment ?
      Output
          What does the tool produce in output ?
          Does the tool propose to merge the two input datasets ?
      Postprocessing Does the tool perform any post-processing
      operations ?
Introduction        Framework         Tools          Application       Conclusions


Six interlinking tools



         RKB-CRS Coreference resolution service of the RKB RDF
                     Knowledge Base.
       LD-mapper Interlinking tool for the music ontology MO.
      ODD Linker Interlinking tool based on SQL record matching.
           RDF-AI Interlinking and data fusion tool.
      Silk et Silk LSL Interlinking tool and link specication language.
      Knofuss architecture Outil Interlinking and data fusion tool with
                     ontology alignment.
Introduction             Framework             Tools           Application           Conclusions


Six interlinking tools

                                         owl:sameAs

               URI 1                                                         URI 2

                                Resource comparison method

                                                   LD-Mapper
                                ODD-Linker
                                                   RKB-CRS

                                    Implicit       Explicit
               O1                Alignment         Alignment                  O2
                              Silk
                             RDF-AI                      Knofuss
                                          Ontology
                                          Matching
                                           System


                       Fig.: Tools positioned in the dened framework
Introduction              Framework                   Tools               Application              Conclusions


 Application
       Let us consider a link specication between DBPedia and
       Geonames :

                                                          Interlink id=cities
Silk
                                                              LinkTypeowl:sameAs/LinkType
  Prefix id=rdfs namespace=
                                                              SourceDataset dataSource=dbpedia var=a
          http://www.w3.org/2000/01/rdf-schema# /
                                                                RestrictTo
  Prefix id=dbpedia namespace=
                                                                   ?a rdf:type dbpedia:City
          http://dbpedia.org/ontology/ /
                                                                /RestrictTo
  Prefix id=gn namespace=
                                                              /SourceDataset
          http://www.geonames.org/ontology# /
                                                              TargetDataset dataSource=geonames var=b
                                                                RestrictTo
  DataSource id=dbpedia
                                                                  ?b rdf:type gn:P
    EndpointURIhttp://demo_sparql_server1/sparql
                                                                /RestrictTo
    /EndpointURI
                                                              /TargetDataset
    Graphhttp://dbpedia.org/Graph
                                                              LinkCondition
  /DataSource
                                                                AVG
                                                                  Compare metric=jaroSimilarity
  DataSource id=geonames
                                                                    Param name=str1 path=?a/rdfs:label /
    EndpointURIhttp://demo_sparql_server2/sparql
                                                                    Param name=str2 path=?b/gn:name /
    /EndpointURI
                                                                  /Compare
    Graphhttp://sws.geonames.org//Graph
                                                                  Compare metric=numSimilarity
  /DataSource
                                                                    Param name=num1
                                                                           path=?a/dbpedia:populationTotal /
  Thresholds accept=0.9 verify=0.7 /
                                                                    Param name=num2 path=?b/gn:population /
  Output acceptedLinks=accepted_links.n3
                                                                  /Compare
      verifyLinks=verify_links.n3
                                                                /AVG
      mode=truncate /
                                                              /LinkCondition
                                                           /Interlink
                                                          /Silk
Introduction              Framework                   Tools              Application               Conclusions


Application
      The alignment implicitely contained in the link specication.
                                                            align:map [ :map2 a align:Cell;
                                                                 align:entity1 [ a align:Property;
                                                                   edoal:and dbpedia:populationTotal.
:dbp-geo a align:Alignment;                              edoal:and [ a edoal:PropertyDomainRestriction;
   align:onto1 http://dbpedia.org/ontology/;              edoal:domain dbpedia:City.
   align:onto2 http://www.geonames.org/ontology#;      ];
   align:map [ :map1 a align:Cell;                               align:entity2 [ a align:Property;
      align:entity1 dbpedia:City;                                  edoal:and gn:population;
      align:entity2 gn:P;                                edoal:and [ a edoal:PropertyDomainRestriction;
      align:relation align:subsumedBy.                      edoal:domain gn:P. ];
   ];                                                            align:relation align:equivalent.
   align:map [ :map2 a align:Cell;                            ];
      align:entity1 dbpedia:populationTotal;                  align:map [ :map2 a align:Cell;
      align:entity2 gn:population;                               align:entity1 [ a align:Property;
      align:relation align:equivalent.                             edoal:and rdfs:label.
   ];                                                    edoal:and [ a edoal:PropertyDomainRestriction;
   align:map [ :map3 a align:Cell;                          edoal:domain dbpedia:City.
      align:entity1 rdfs:label;                          ];
      align:entity2 gn:name;                                     align:entity2 [ a align:Property;
      align:relation align:equivalent.                             edoal:and gn:name;
   ].                                                    edoal:and [ a edoal:PropertyDomainRestriction;
                                                            edoal:domain gn:P. ];
                                                                 align:relation align:equivalent.
                                                              ].
Introduction              Framework                   Tools   Application   Conclusions


Application

      Using the alignment, the link specication can be simplied.
        UseAlignment rdf:resource=#dbp-geo /

        Interlink id=cities
          LinkTypeowl:sameAs/LinkType
          LinkCell rdf:resource=#map1 /
          LinkCondition
            AVG
              Compare metric=jaroSimilarity
                CellParam rdf:resource=#map2 /
              /Compare
              Compare metric=numSimilarity
                CellParam rdf:resource=#map3 /
              /Compare
            /AVG
          /LinkCondition

          Thresholds accept=0.9 verify=0.7 /
          Output acceptedLinks=accepted_links.n3
            verifyLinks=verify_links.n3
            mode=truncate /
        /Interlink
Introduction            Framework        Tools         Application       Conclusions


Conclusions


               We propose a framework for data interlinking on the Web of
               data.
               We have presented existing tools and positioned them wrt the
               framework.
               We propose a simplication of the interlinking task and
               demonstrate it on an example.
      Our current work goes towards more interoperability for link
      specications :
           Is it possible to construct more generic link specications ? ie
           attached to datasets or ontologies
           Is it possible to automatically nd out the key properties
           allowing to identify matching pairs ?
Introduction            Framework        Tools         Application       Conclusions


For more




               http://melinda.inrialpes.fr
               François Schare et Jérôme Euzenat. Linked data meets
               ontology matching : enhancing data interlinking through
               ontology alignments. (submitted WWW'2010).

More Related Content

Viewers also liked

Origens i consolidació del catalanisme
Origens i consolidació del catalanismeOrigens i consolidació del catalanisme
Origens i consolidació del catalanismeGemma Ajenjo Rodriguez
 
Wedgeofmisery V1b
Wedgeofmisery V1bWedgeofmisery V1b
Wedgeofmisery V1bguest4cea8c
 
Web Marketing Week1
Web Marketing Week1Web Marketing Week1
Web Marketing Week1cghb1210
 
Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Bryan O'Sullivan
 
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...EwaB
 
Real World Haskell: Lecture 3
Real World Haskell: Lecture 3Real World Haskell: Lecture 3
Real World Haskell: Lecture 3Bryan O'Sullivan
 
Szkolenia Kadry WHSZ - OZE - zdjecia
Szkolenia Kadry WHSZ - OZE - zdjeciaSzkolenia Kadry WHSZ - OZE - zdjecia
Szkolenia Kadry WHSZ - OZE - zdjeciaEwaB
 
Branding with Social Media
Branding with Social MediaBranding with Social Media
Branding with Social MediaJaci Russo
 
Pozycje w wyszukiwarkach - artykul - Ewa Bialek
Pozycje w wyszukiwarkach - artykul - Ewa BialekPozycje w wyszukiwarkach - artykul - Ewa Bialek
Pozycje w wyszukiwarkach - artykul - Ewa BialekEwaB
 
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0Cvimc 2011 gebruik van ict door docenten in het MBO v1.0
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0Stichting Kennisnet
 
Brochure Ladies Holland Tour9 06
Brochure Ladies Holland Tour9 06Brochure Ladies Holland Tour9 06
Brochure Ladies Holland Tour9 06AMTR
 
20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens
20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens
20090924 ROC I Conferentie: Standaardisatie DeelnemergegevensStichting Kennisnet
 
Branding To Sell
Branding To SellBranding To Sell
Branding To SellJaci Russo
 
BPMNext 2013 Swenson
BPMNext 2013 SwensonBPMNext 2013 Swenson
BPMNext 2013 SwensonKeith Swenson
 
Debugging a Production Issue
Debugging a Production IssueDebugging a Production Issue
Debugging a Production IssueNikhil Prabhakar
 
Dlugi ogon wyszukiwania - artykul - Ewa Bialek
Dlugi ogon wyszukiwania - artykul - Ewa BialekDlugi ogon wyszukiwania - artykul - Ewa Bialek
Dlugi ogon wyszukiwania - artykul - Ewa BialekEwaB
 
Trendy w turystyce - artykul - Ewa Bialek
Trendy w turystyce - artykul - Ewa BialekTrendy w turystyce - artykul - Ewa Bialek
Trendy w turystyce - artykul - Ewa BialekEwaB
 
WHSZ-Creative-Commons
WHSZ-Creative-CommonsWHSZ-Creative-Commons
WHSZ-Creative-CommonsEwaB
 
Fball Brophy Urban Meyer Spread
Fball Brophy Urban Meyer SpreadFball Brophy Urban Meyer Spread
Fball Brophy Urban Meyer SpreadTom Neuman
 

Viewers also liked (20)

Origens i consolidació del catalanisme
Origens i consolidació del catalanismeOrigens i consolidació del catalanisme
Origens i consolidació del catalanisme
 
Wedgeofmisery V1b
Wedgeofmisery V1bWedgeofmisery V1b
Wedgeofmisery V1b
 
Laocoont i els seus fills
Laocoont i els seus fillsLaocoont i els seus fills
Laocoont i els seus fills
 
Web Marketing Week1
Web Marketing Week1Web Marketing Week1
Web Marketing Week1
 
Real World Haskell: Lecture 2
Real World Haskell: Lecture 2Real World Haskell: Lecture 2
Real World Haskell: Lecture 2
 
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...
Najbrzydszy Mikołaj, wspomnienia z dzieciństwa...
 
Real World Haskell: Lecture 3
Real World Haskell: Lecture 3Real World Haskell: Lecture 3
Real World Haskell: Lecture 3
 
Szkolenia Kadry WHSZ - OZE - zdjecia
Szkolenia Kadry WHSZ - OZE - zdjeciaSzkolenia Kadry WHSZ - OZE - zdjecia
Szkolenia Kadry WHSZ - OZE - zdjecia
 
Branding with Social Media
Branding with Social MediaBranding with Social Media
Branding with Social Media
 
Pozycje w wyszukiwarkach - artykul - Ewa Bialek
Pozycje w wyszukiwarkach - artykul - Ewa BialekPozycje w wyszukiwarkach - artykul - Ewa Bialek
Pozycje w wyszukiwarkach - artykul - Ewa Bialek
 
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0Cvimc 2011 gebruik van ict door docenten in het MBO v1.0
Cvimc 2011 gebruik van ict door docenten in het MBO v1.0
 
Brochure Ladies Holland Tour9 06
Brochure Ladies Holland Tour9 06Brochure Ladies Holland Tour9 06
Brochure Ladies Holland Tour9 06
 
20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens
20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens
20090924 ROC I Conferentie: Standaardisatie Deelnemergegevens
 
Branding To Sell
Branding To SellBranding To Sell
Branding To Sell
 
BPMNext 2013 Swenson
BPMNext 2013 SwensonBPMNext 2013 Swenson
BPMNext 2013 Swenson
 
Debugging a Production Issue
Debugging a Production IssueDebugging a Production Issue
Debugging a Production Issue
 
Dlugi ogon wyszukiwania - artykul - Ewa Bialek
Dlugi ogon wyszukiwania - artykul - Ewa BialekDlugi ogon wyszukiwania - artykul - Ewa Bialek
Dlugi ogon wyszukiwania - artykul - Ewa Bialek
 
Trendy w turystyce - artykul - Ewa Bialek
Trendy w turystyce - artykul - Ewa BialekTrendy w turystyce - artykul - Ewa Bialek
Trendy w turystyce - artykul - Ewa Bialek
 
WHSZ-Creative-Commons
WHSZ-Creative-CommonsWHSZ-Creative-Commons
WHSZ-Creative-Commons
 
Fball Brophy Urban Meyer Spread
Fball Brophy Urban Meyer SpreadFball Brophy Urban Meyer Spread
Fball Brophy Urban Meyer Spread
 

Similar to Melinda: Methods and tools for Web Data Interlinking

Wikipedia as an Ontology for Describing Documents
Wikipedia as an Ontology for Describing DocumentsWikipedia as an Ontology for Describing Documents
Wikipedia as an Ontology for Describing DocumentsZareen Syed
 
Semantic IoT Semantic Inter-Operability Practices - Part 1
Semantic IoT Semantic Inter-Operability Practices - Part 1Semantic IoT Semantic Inter-Operability Practices - Part 1
Semantic IoT Semantic Inter-Operability Practices - Part 1iotest
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than DataAmit Sheth
 
An Open Annotation Ontology For Science On Web 3.0
An Open Annotation Ontology For Science On Web 3.0An Open Annotation Ontology For Science On Web 3.0
An Open Annotation Ontology For Science On Web 3.0Natasha Grant
 
UniProt and the Semantic Web
UniProt and the Semantic WebUniProt and the Semantic Web
UniProt and the Semantic WebChimezie Ogbuji
 
Searching for Interestingness in Wikipedia and Yahoo! Answers
Searching for Interestingness in Wikipedia and Yahoo! AnswersSearching for Interestingness in Wikipedia and Yahoo! Answers
Searching for Interestingness in Wikipedia and Yahoo! AnswersGabriela Agustini
 
Full text
Full textFull text
Full textbutest
 
Full text
Full textFull text
Full textbutest
 
OpenTox - an open community and framework supporting predictive toxicology an...
OpenTox - an open community and framework supporting predictive toxicology an...OpenTox - an open community and framework supporting predictive toxicology an...
OpenTox - an open community and framework supporting predictive toxicology an...Barry Hardy
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mappingbutest
 
OpenURL - The Rough Guide
OpenURL - The Rough GuideOpenURL - The Rough Guide
OpenURL - The Rough GuideTony Hammond
 
Supporting scientific discovery through linkages of literature and data
Supporting scientific discovery through linkages of literature and dataSupporting scientific discovery through linkages of literature and data
Supporting scientific discovery through linkages of literature and dataDon Pellegrino
 
Entity Linking Combining Open Source Annotators
Entity Linking Combining Open Source AnnotatorsEntity Linking Combining Open Source Annotators
Entity Linking Combining Open Source Annotatorspruiz_
 
Cole using oa-intro-dlf2012
Cole using oa-intro-dlf2012Cole using oa-intro-dlf2012
Cole using oa-intro-dlf2012Timothy Cole
 
A Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisA Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisJamshaid Ashraf
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Anita de Waard
 
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalKeystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalMauro Dragoni
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mappingsamhati27
 

Similar to Melinda: Methods and tools for Web Data Interlinking (20)

Wikipedia as an Ontology for Describing Documents
Wikipedia as an Ontology for Describing DocumentsWikipedia as an Ontology for Describing Documents
Wikipedia as an Ontology for Describing Documents
 
Semantic IoT Semantic Inter-Operability Practices - Part 1
Semantic IoT Semantic Inter-Operability Practices - Part 1Semantic IoT Semantic Inter-Operability Practices - Part 1
Semantic IoT Semantic Inter-Operability Practices - Part 1
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than Data
 
How To Make Linked Data More than Data
How To Make Linked Data More than DataHow To Make Linked Data More than Data
How To Make Linked Data More than Data
 
An Open Annotation Ontology For Science On Web 3.0
An Open Annotation Ontology For Science On Web 3.0An Open Annotation Ontology For Science On Web 3.0
An Open Annotation Ontology For Science On Web 3.0
 
UniProt and the Semantic Web
UniProt and the Semantic WebUniProt and the Semantic Web
UniProt and the Semantic Web
 
Searching for Interestingness in Wikipedia and Yahoo! Answers
Searching for Interestingness in Wikipedia and Yahoo! AnswersSearching for Interestingness in Wikipedia and Yahoo! Answers
Searching for Interestingness in Wikipedia and Yahoo! Answers
 
Full text
Full textFull text
Full text
 
Full text
Full textFull text
Full text
 
OpenTox - an open community and framework supporting predictive toxicology an...
OpenTox - an open community and framework supporting predictive toxicology an...OpenTox - an open community and framework supporting predictive toxicology an...
OpenTox - an open community and framework supporting predictive toxicology an...
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mapping
 
OpenURL - The Rough Guide
OpenURL - The Rough GuideOpenURL - The Rough Guide
OpenURL - The Rough Guide
 
Supporting scientific discovery through linkages of literature and data
Supporting scientific discovery through linkages of literature and dataSupporting scientific discovery through linkages of literature and data
Supporting scientific discovery through linkages of literature and data
 
Deliverable_5.1.2
Deliverable_5.1.2Deliverable_5.1.2
Deliverable_5.1.2
 
Entity Linking Combining Open Source Annotators
Entity Linking Combining Open Source AnnotatorsEntity Linking Combining Open Source Annotators
Entity Linking Combining Open Source Annotators
 
Cole using oa-intro-dlf2012
Cole using oa-intro-dlf2012Cole using oa-intro-dlf2012
Cole using oa-intro-dlf2012
 
A Framework for Ontology Usage Analysis
A Framework for Ontology Usage AnalysisA Framework for Ontology Usage Analysis
A Framework for Ontology Usage Analysis
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
 
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information RetrievalKeystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
Keystone Summer School 2015: Mauro Dragoni, Ontologies For Information Retrieval
 
Ontology Mapping
Ontology MappingOntology Mapping
Ontology Mapping
 

More from François Scharffe

Word embeddings as a service - PyData NYC 2015
Word embeddings as a service -  PyData NYC 2015Word embeddings as a service -  PyData NYC 2015
Word embeddings as a service - PyData NYC 2015François Scharffe
 
Publication et intégration de données ouvertes
Publication et intégration de données ouvertesPublication et intégration de données ouvertes
Publication et intégration de données ouvertesFrançois Scharffe
 
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...The Open Data Walk of Fame - from raw open data to five stars interlinked dat...
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...François Scharffe
 
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiquesFrançois Scharffe
 
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011François Scharffe
 
Méthodes et outils pour interrelier le web des données
Méthodes et outils pour interrelier le web des donnéesMéthodes et outils pour interrelier le web des données
Méthodes et outils pour interrelier le web des donnéesFrançois Scharffe
 
Ontology alignment representation
Ontology alignment representationOntology alignment representation
Ontology alignment representationFrançois Scharffe
 

More from François Scharffe (10)

Word embeddings as a service - PyData NYC 2015
Word embeddings as a service -  PyData NYC 2015Word embeddings as a service -  PyData NYC 2015
Word embeddings as a service - PyData NYC 2015
 
Publication et intégration de données ouvertes
Publication et intégration de données ouvertesPublication et intégration de données ouvertes
Publication et intégration de données ouvertes
 
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...The Open Data Walk of Fame - from raw open data to five stars interlinked dat...
The Open Data Walk of Fame - from raw open data to five stars interlinked dat...
 
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques
20120313 coepia-mise-à-disposition-et-valorisation-des-données-publiques
 
20110728 datalift-rpi-troy
20110728 datalift-rpi-troy20110728 datalift-rpi-troy
20110728 datalift-rpi-troy
 
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
 
Cemagref
CemagrefCemagref
Cemagref
 
Méthodes et outils pour interrelier le web des données
Méthodes et outils pour interrelier le web des donnéesMéthodes et outils pour interrelier le web des données
Méthodes et outils pour interrelier le web des données
 
Linked Data Integration
Linked Data IntegrationLinked Data Integration
Linked Data Integration
 
Ontology alignment representation
Ontology alignment representationOntology alignment representation
Ontology alignment representation
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

Melinda: Methods and tools for Web Data Interlinking

  • 1. Introduction Framework Tools Application Conclusions Melinda Methods and tools for Web data Interlinking François Schare December  @ STI Innsbruck
  • 2. Introduction Framework Tools Application Conclusions 1 Introduction 2 Framework 3 Tools 4 Application 5 Conclusions
  • 3. Introduction Framework Tools Application Conclusions Publishing datasets on the Web Four publication principles 1 Resources are identied by URIs. 2 URIs are dereferenceable. 3 When a URI is dereferenced, a description of the identied resource should be returned, ideally adapted through content negotiation. 4 Published Web datasets must contain links to other Web datasets.
  • 4. Introduction Framework Tools Application Conclusions Interlinking datasets Links are contained in specic datasets http://www.example.org/linkset/DBPedia-MB a void:Linkset ; void:target http://www.dpbedia.org; void:target http://www.musicbrainz.org; http://www.example.org/linkset/DBPedia-MB http://www.dbpedia.org/resource/ Johann_Sebastian_Bach owl:sameAs http://www.musicbrainz.org/artist/ 24f1766e-9635-4d58-a4d4-9413f9f98a4c .
  • 5. Introduction Framework Tools Application Conclusions Web Data Cloud
  • 6. Introduction Framework Tools Application Conclusions Goodie : Open Data's coming up data.gov, US Data Act data.gov.co.uk, Sir TBL on the track Other intitiatives around : from the EU, Open Data intitiatives
  • 7. Introduction Framework Tools Application Conclusions What do we do ? We propose a framework capturing the various data interlinking methods We study existing tools and position them in the framework We propose an architecture allowing to articulate ontology alignment and interlinking tools
  • 8. Introduction Framework Tools Application Conclusions General approach owl :sameAs URI1 URI2 Data interlinking Fig.: The data interlinking problem.
  • 9. Introduction Framework Tools Application Conclusions Manual resource alignement owl :sameAs URI1 URI2 URI transformation Fig.: URI transformation.
  • 10. Introduction Framework Tools Application Conclusions Matching identiers - Exemple owl:sameAs http://www.lastfm.fr/music/ http://dbpedia.org/resource/ Johann+Sebastian+Bach Johann_Sebastian_Bach URI alignment Fig.: URI transformation exemple
  • 11. Introduction Framework Tools Application Conclusions Datasets sharing a common ontology owl :sameAs Resource URI1 matching of URI2 datasets described by the same ontology O1 Fig.: Matching two datasets described according to the same ontology.
  • 12. Introduction Framework Tools Application Conclusions Datasets sharing a common ontology - Exemple mo:MusicArtist type type DBPedia Musicbrainz URI1 URI2 first last first last Johann- Jean- Sebastian Bach Sébastien Bach Resource matching algorithm, datasets described according to a common ontology Fig.: Matching data sharing a common ontology
  • 13. Introduction Framework Tools Application Conclusions Matching datasets having heterogeneous ontologies owl :sameAs Resource URI1 matching of URI2 datasets described by dierent ontologies O1 Implicit alignment O2 Fig.: Two datasets matched using an implicit alignment.
  • 14. Introduction Framework Tools Application Conclusions Exemple OpenCyc Musicbrainz Classical Music Performer mo:MusicArtist type type URI1 URI2 English ID givenname Jean-Sébastien Johann Sebastian name Bach Bach
  • 15. Introduction Framework Tools Application Conclusions General interlinking framework owl :sameAs URI1 URI2 Data interlinking O1 Alignment O2 Ontology matching Fig.: General framework for data interlinking involving ontology matching.
  • 16. Introduction Framework Tools Application Conclusions Processes and specications process result instance link specication linkset class matcher alignment Tab.: Matching process, interlinks, and their results.
  • 17. Introduction Framework Tools Application Conclusions Analysis criterion Degree of Automation Is the tool completely automatic ? Does the tool need to be parametrized by the user ? What kind of parameters (data matching techniques, ontology alignment) ? Used matching techniques String matching ? External functions (values conversion, data transformations) ? Similarity propagation ? Other techniques ? Domain : Is the tool specic for a given domain ?
  • 18. Introduction Framework Tools Application Conclusions Analysis criterion Ontologies Does the tool take into account ontologies associated to the datasets ? Does the tool allow to interlink datasets described according to dierent ontologies ? In the case the ontologies dier, does the tool perform ontology alignment ? Output What does the tool produce in output ? Does the tool propose to merge the two input datasets ? Postprocessing Does the tool perform any post-processing operations ?
  • 19. Introduction Framework Tools Application Conclusions Six interlinking tools RKB-CRS Coreference resolution service of the RKB RDF Knowledge Base. LD-mapper Interlinking tool for the music ontology MO. ODD Linker Interlinking tool based on SQL record matching. RDF-AI Interlinking and data fusion tool. Silk et Silk LSL Interlinking tool and link specication language. Knofuss architecture Outil Interlinking and data fusion tool with ontology alignment.
  • 20. Introduction Framework Tools Application Conclusions Six interlinking tools owl:sameAs URI 1 URI 2 Resource comparison method LD-Mapper ODD-Linker RKB-CRS Implicit Explicit O1 Alignment Alignment O2 Silk RDF-AI Knofuss Ontology Matching System Fig.: Tools positioned in the dened framework
  • 21. Introduction Framework Tools Application Conclusions Application Let us consider a link specication between DBPedia and Geonames : Interlink id=cities Silk LinkTypeowl:sameAs/LinkType Prefix id=rdfs namespace= SourceDataset dataSource=dbpedia var=a http://www.w3.org/2000/01/rdf-schema# / RestrictTo Prefix id=dbpedia namespace= ?a rdf:type dbpedia:City http://dbpedia.org/ontology/ / /RestrictTo Prefix id=gn namespace= /SourceDataset http://www.geonames.org/ontology# / TargetDataset dataSource=geonames var=b RestrictTo DataSource id=dbpedia ?b rdf:type gn:P EndpointURIhttp://demo_sparql_server1/sparql /RestrictTo /EndpointURI /TargetDataset Graphhttp://dbpedia.org/Graph LinkCondition /DataSource AVG Compare metric=jaroSimilarity DataSource id=geonames Param name=str1 path=?a/rdfs:label / EndpointURIhttp://demo_sparql_server2/sparql Param name=str2 path=?b/gn:name / /EndpointURI /Compare Graphhttp://sws.geonames.org//Graph Compare metric=numSimilarity /DataSource Param name=num1 path=?a/dbpedia:populationTotal / Thresholds accept=0.9 verify=0.7 / Param name=num2 path=?b/gn:population / Output acceptedLinks=accepted_links.n3 /Compare verifyLinks=verify_links.n3 /AVG mode=truncate / /LinkCondition /Interlink /Silk
  • 22. Introduction Framework Tools Application Conclusions Application The alignment implicitely contained in the link specication. align:map [ :map2 a align:Cell; align:entity1 [ a align:Property; edoal:and dbpedia:populationTotal. :dbp-geo a align:Alignment; edoal:and [ a edoal:PropertyDomainRestriction; align:onto1 http://dbpedia.org/ontology/; edoal:domain dbpedia:City. align:onto2 http://www.geonames.org/ontology#; ]; align:map [ :map1 a align:Cell; align:entity2 [ a align:Property; align:entity1 dbpedia:City; edoal:and gn:population; align:entity2 gn:P; edoal:and [ a edoal:PropertyDomainRestriction; align:relation align:subsumedBy. edoal:domain gn:P. ]; ]; align:relation align:equivalent. align:map [ :map2 a align:Cell; ]; align:entity1 dbpedia:populationTotal; align:map [ :map2 a align:Cell; align:entity2 gn:population; align:entity1 [ a align:Property; align:relation align:equivalent. edoal:and rdfs:label. ]; edoal:and [ a edoal:PropertyDomainRestriction; align:map [ :map3 a align:Cell; edoal:domain dbpedia:City. align:entity1 rdfs:label; ]; align:entity2 gn:name; align:entity2 [ a align:Property; align:relation align:equivalent. edoal:and gn:name; ]. edoal:and [ a edoal:PropertyDomainRestriction; edoal:domain gn:P. ]; align:relation align:equivalent. ].
  • 23. Introduction Framework Tools Application Conclusions Application Using the alignment, the link specication can be simplied. UseAlignment rdf:resource=#dbp-geo / Interlink id=cities LinkTypeowl:sameAs/LinkType LinkCell rdf:resource=#map1 / LinkCondition AVG Compare metric=jaroSimilarity CellParam rdf:resource=#map2 / /Compare Compare metric=numSimilarity CellParam rdf:resource=#map3 / /Compare /AVG /LinkCondition Thresholds accept=0.9 verify=0.7 / Output acceptedLinks=accepted_links.n3 verifyLinks=verify_links.n3 mode=truncate / /Interlink
  • 24. Introduction Framework Tools Application Conclusions Conclusions We propose a framework for data interlinking on the Web of data. We have presented existing tools and positioned them wrt the framework. We propose a simplication of the interlinking task and demonstrate it on an example. Our current work goes towards more interoperability for link specications : Is it possible to construct more generic link specications ? ie attached to datasets or ontologies Is it possible to automatically nd out the key properties allowing to identify matching pairs ?
  • 25. Introduction Framework Tools Application Conclusions For more http://melinda.inrialpes.fr François Schare et Jérôme Euzenat. Linked data meets ontology matching : enhancing data interlinking through ontology alignments. (submitted WWW'2010).