LOD2 Webinar Series: SILK

LOD2 Creating Knowledge out of Interlinked Data
LOD2 Creating Knowledge out of Interlinked DataFP7 - R&D project at LOD2 project consortium
Creating Knowledge out of Interlinked Data




LOD2 Webinar . 29.11.2011 . Page 1                    http://lod2.eu
Creating Knowledge out of Interlinked Data




        LOD2 is a large-scale integrating project co-funded by the European
        Commission within the FP7 Information and Communication Technologies
        Work Programme. This 4-year project comprises leading Linked Open
        Data technology researchers, companies, and service providers. Coming
        from across 12 countries the partners are coordinated by the Agile
        Knowledge Engineering and Semantic Web Research Group at the
        University of Leipzig, Germany.

        LOD2 will integrate and syndicate Linked Data with existing large-scale
        applications. The project shows the benefits in the scenarios of Media and
        Publishing, Corporate Data intranets and eGovernment.




                                                                                     http://lod2.eu
LOD2 Webinar . 29.11.2011 . Page 2                                                    http://lod2.eu
Creating Knowledge out of Interlinked Data




        Once per month the LOD2 webinar series offer a free webinar about
        tools and services along the Linked Open Data Life Cycle.

        Stay with us and learn more about acquisition, editing, composing,
        connected applications – and finally publishing Linked Open Data.




                                                                             http://lod2.eu
LOD2 Webinar . 29.11.2011 . Page 3                                            http://lod2.eu
Creating Knowledge out of Interlinked Data



Web-based Systems Group

• School of Business & Economics, Freie Universität Berlin
• Research focus: Linked Data technologies for extending the World
  Wide Web with a global data commons
• Funded Projects:
      •   LOD2 - Creating Knowledge out of Interlinked Data
      •   LATC - LOD Around The Clock
      •   PlanetData
• Visit us at: http://wbsg.de




LOD2 Webinar . 21.02.2012 . Page 4                            http://lod2.eu
Creating Knowledge out of Interlinked Data



Main Projects

• DBpedia is a community effort lead by WBSG and AKSW to:
      •   Extract structured information from Wikipedia
      •   Make this information available on the Web under an open license
      •   Interlink the DBpedia dataset with other open datasets on the Web
      •   DBpedia Spotlight: Automatic annotation of free-text with DBpedia URIs


• D2R: Publishing relational databases on the Semantic Web

• Data Integration
      • R2R: Translates Web data that is represented using terms from different
        vocabularies into a single target vocabulary.
      • Silk: Tool for generating RDF links between data items.
      • LDIF: Translates heterogeneous Linked Data from the Web into a clean,
        local target representation while keeping track of data provenance.
LOD2 Webinar . 21.02.2012 . Page 5                                        http://lod2.eu
Creating Knowledge out of Interlinked Data



Motivation

• The Web of Data is a single global data space because data sources
  are connected by links
• Over 30 billion triples published as Linked Open Data (09/19/2011)
• But:
      • Less than 500 million links
      • Most publishers only link to one other dataset




                                                      LOD data sets by the number of
                                                      other data sources that are target
                                                      of outgoing RDF links.
LOD2 Webinar . 21.02.2012 . Page 6                                                  http://lod2.eu
Creating Knowledge out of Interlinked Data



Challenges for Link Discovery

• The Web of Data is heterogeneous
      • Many different vocabularies are in use
      • Different data formats
      • Many different ways to represent the same information




                     Distribution of the most widely used vocabularies
LOD2 Webinar . 21.02.2012 . Page 7                                       http://lod2.eu
Creating Knowledge out of Interlinked Data



Challenges for Link Discovery

• Large range of domains
      • 277 data sources in the LOD cloud from a variety of domains
      • Linkage Rules are different in each domain
      • Writing a Linkage Rule is for each of these domains is usually not trivial




                                Distribution of triples by domain

LOD2 Webinar . 21.02.2012 . Page 8                                          http://lod2.eu
Creating Knowledge out of Interlinked Data



Challenges for Link Discovery

• Scalability
      •   The current LOD cloud contains 277 datasets (August 2011)
      •   Over 31 billion triples in total
      •   Infeasible to compare every possible entity pair




                                     LOD datasets per domain
LOD2 Webinar . 21.02.2012 . Page 9                                    http://lod2.eu
Creating Knowledge out of Interlinked Data



Link Discovery Tools

•    Tools enable data publishers to set links
•    Most tools generate links based on user-defined linkage rules
•    A linkage rule specifies the conditions data items must fulfill in order to be
     interlinked
•    Popular Link Discover Tools:
      •   Silk Link Discovery Framework
      •   LIMES
      •   Others:
          http://esw.w3.org/TaskForces/CommunityProjects/LinkingOpenData/EquivalenceMining




LOD2 Webinar . 21.02.2012 . Page 10                                                    http://lod2.eu
Creating Knowledge out of Interlinked Data



Silk Link Discovery Framework

•    Tool for discovering links between data items within different Linked Data
     sources.
•    The Silk Link Specification Language (Silk-LSL) allows to express complex
     linkage rules
•    Can be used to generate owl:sameAs links as well as other relationships
•    Scalability and high performance through efficient data handling




LOD2 Webinar . 21.02.2012 . Page 11                                      http://lod2.eu
Creating Knowledge out of Interlinked Data



Silk Versions

• Silk Single Machine
      • Generate links on a single machine
      • Local or remote data sets
• Silk MapReduce
      • Generate RDF links using a cluster of multiple machines
      • Based on Hadoop (Can be run on Amazon Elastic MapReduce)
• Silk Server
      • Provides an HTTP API for matching instances from an incoming stream
        of RDF data while keeping track of known entities
      • Can be used as an identity resolution component within applications that
        consume Linked Data from the Web




LOD2 Webinar . 21.02.2012 . Page 12                                      http://lod2.eu
Creating Knowledge out of Interlinked Data



(Simplified) Linking Workflow




 Select Datasets                      Write Linkage Rule        Generate Links
 • Select two data                    • Specifies how two       • Locally or on a Hadoop
   sources                              entities are compared     Cluster
 • Select the entity types            • Can be written          • Write Links to file or a
   to be interlinked                    manually or learned       triple store




LOD2 Webinar . 21.02.2012 . Page 13                                               http://lod2.eu
Creating Knowledge out of Interlinked Data



Linkage Rule Components

A linkage rule is represented as a tree consisting of 4 types of operators:

                    RDF paths                                         Transformations
 • Similar to SPARQL 1.1 Property Paths               • Transforms the result set of an RDF paths
 • Examples:                                          • Variety of built-in transformations
   • ?movie/dbpedia:director/rdfs:label               • Examples:
   • ?person/label[@lang=‘en’]                          • LowerCase
                                                        • RegexReplace
                                                        • Stem



                Similarity Metrics                                     Aggregations
 • Similarity of two inputs based on a user-defined   • Aggregates multiple similarity metrics
   metric.                                            • Examples:
 • Examples:                                            • Min, Max, Average
   • Various string similarity metrics                  • Quadratic Mean
   • Geographic similarity                              • Geometric Mean
   • Date similarity


LOD2 Webinar . 21.02.2012 . Page 14                                                              http://lod2.eu
Creating Knowledge out of Interlinked Data



Silk Workbench

• Silk Workbench is a web application which guides the user through
  the process of interlinking different data sources.
• Enables the user to manage different sets of data sources and linking
  tasks.
• Offers a graphical editor which enables the user to easily create and
  edit linkage rules
• Offers tools to evaluate the current linkage rule
• Includes support for learning linkage rules




LOD2 Webinar . 21.02.2012 . Page 15                             http://lod2.eu
Creating Knowledge out of Interlinked Data



Workspace

The Workspace holds a set of projects
consisting of:

•    Data Sources
      •   Holds all information that is needed
          by Silk to retrieve entities from it.
      •   Usually a file dump or a SPARQL
          endpoint
•    Linking Tasks
      •   Interlinks a type of entity between two
          data sources
      •   e.g. Interlinkiing movies in DBpedia
          and LinkedMDB




LOD2 Webinar . 21.02.2012 . Page 16                    http://lod2.eu
Creating Knowledge out of Interlinked Data



Linkage Rule Editor

•    Allows to view and edit linkage rules
•    Linkage Rules are shown as a tree
•    Editing using drag & drop.




LOD2 Webinar . 21.02.2012 . Page 17                   http://lod2.eu
Creating Knowledge out of Interlinked Data



Learning Linkage Rules

•    Linkage Rules can be learned interactively
•    Can be used to generate new linkage rules or to improve existing rules
•    Learned Linkage Rule can be viewed and edited by the user




LOD2 Webinar . 21.02.2012 . Page 18                                      http://lod2.eu
Creating Knowledge out of Interlinked Data



Demo 1: Interlinking Movies

• Interlinking movies between two datasources:
      •   DBpedia: Linked dataset extracted from Wikipedia
      •   LinkedMDB: Large dataset for movies
•    For demonstration, we assume that no existing links are available




LOD2 Webinar . 21.02.2012 . Page 19                                      http://lod2.eu
Creating Knowledge out of Interlinked Data




                                      Demo


LOD2 Webinar . 21.02.2012 . Page 20                   http://lod2.eu
Creating Knowledge out of Interlinked Data



Demo 2: Cora

•    Cora:
      •   Dataset of citations to research papers from the Cora Computer Science research
          paper search engine
      •   Frequently used for evaluating the performance of interlinking approaches
•    A set of reference links is available




LOD2 Webinar . 21.02.2012 . Page 21                                              http://lod2.eu
Creating Knowledge out of Interlinked Data




                                      Demo


LOD2 Webinar . 21.02.2012 . Page 22                   http://lod2.eu
Creating Knowledge out of Interlinked Data



Availability

•    Silk can be downloaded from the official homepage at:

                            http://www4.wiwiss.fu-berlin.de/bizer/silk/

•    Support is provided through the official mailing list:

                          http://groups.google.com/group/silk-discussion

•    The latest source code is available from the project's Git repository and can
     be browsed online at:

                         http://www.assembla.com/code/silk/git/nodes/

•    Silk is licensed under the terms of the Apache Software

LOD2 Webinar . 21.02.2012 . Page 23                                         http://lod2.eu
Creating Knowledge out of Interlinked Data




                                      Q&A


LOD2 Webinar . 21.02.2012 . Page 24                   http://lod2.eu
Creating Knowledge out of Interlinked Data




Credits

Jingle       R.E.M., Martin Kaltenböck, Florian Kondert
Coordination Thomas Thurner
             Martin Kaltenböck
Moderation   Martin Kaltenböck
Presented by Robert Isele




LOD2 Webinar . 29.11.2011 . Page 25                       http://lod2.eu
Creating Knowledge out of Interlinked Data




        Hope you enjoyed staying with us – if you need more detailed information,
        visit us at www.lod2.eu and let us know how we can improve to meet your
        expectations!

        Don’t forget to register for our next webinar

        March 2012 – LIMES + SAIM (University of Leipzig)
        24.04.2012 – D2R and Sparqlify (University of Leipzig, Free University Berlin)

        Have a great day and don’t forget ...




                                                                                  http://lod2.eu
LOD2 Webinar . 29.11.2011 . Page 26                                                http://lod2.eu
Creating Knowledge out of Interlinked Data




                                                      http://lod2.eu
LOD2 Webinar . 29.11.2011 . Page 27                    http://lod2.eu
1 of 27

Recommended

LOD2 Plenary Vienna 2012: WP3 - Knowledge Base Creation, Enrichment and Repair by
LOD2 Plenary Vienna 2012: WP3 - Knowledge Base Creation, Enrichment and RepairLOD2 Plenary Vienna 2012: WP3 - Knowledge Base Creation, Enrichment and Repair
LOD2 Plenary Vienna 2012: WP3 - Knowledge Base Creation, Enrichment and RepairLOD2 Creating Knowledge out of Interlinked Data
658 views20 slides
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and Authoring by
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and AuthoringLOD2: State of Play WP5 - Linked Data Visualization, Browsing and Authoring
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and AuthoringLOD2 Creating Knowledge out of Interlinked Data
643 views26 slides
Lod2 review meeting by
Lod2 review meetingLod2 review meeting
Lod2 review meetingAndreea Bonea
5.4K views31 slides
LOD2 Webinar Series: Zemanta / Open refine by
LOD2 Webinar Series: Zemanta / Open refine LOD2 Webinar Series: Zemanta / Open refine
LOD2 Webinar Series: Zemanta / Open refine LOD2 Creating Knowledge out of Interlinked Data
1.7K views31 slides
Lecture4a by
Lecture4aLecture4a
Lecture4aSTI Innsbruck
87 views15 slides
Linked data and semantic wikis by
Linked data and semantic wikisLinked data and semantic wikis
Linked data and semantic wikisSören Auer
975 views42 slides

More Related Content

What's hot

Sw 12-semantic web-services by
Sw 12-semantic web-servicesSw 12-semantic web-services
Sw 12-semantic web-servicesSTI Innsbruck
65 views94 slides
Sw 13-tools by
Sw 13-toolsSw 13-tools
Sw 13-toolsSTI Innsbruck
69 views44 slides
Sw 04-web of data by
Sw 04-web of dataSw 04-web of data
Sw 04-web of dataSTI Innsbruck
44 views93 slides
GIS Standards and Interoperability by
GIS Standards and InteroperabilityGIS Standards and Interoperability
GIS Standards and InteroperabilityNasr Khashoggi
1.3K views30 slides
IWMW 1998: Deploying new web technologies by
IWMW 1998: Deploying new web technologiesIWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologiesIWMW
404 views34 slides
Making the Conceptual Layer Real via HTTP based Linked Data by
Making the Conceptual Layer Real via HTTP based Linked DataMaking the Conceptual Layer Real via HTTP based Linked Data
Making the Conceptual Layer Real via HTTP based Linked DataKingsley Uyi Idehen
1.4K views35 slides

What's hot(20)

Sw 12-semantic web-services by STI Innsbruck
Sw 12-semantic web-servicesSw 12-semantic web-services
Sw 12-semantic web-services
STI Innsbruck65 views
GIS Standards and Interoperability by Nasr Khashoggi
GIS Standards and InteroperabilityGIS Standards and Interoperability
GIS Standards and Interoperability
Nasr Khashoggi1.3K views
IWMW 1998: Deploying new web technologies by IWMW
IWMW 1998: Deploying new web technologiesIWMW 1998: Deploying new web technologies
IWMW 1998: Deploying new web technologies
IWMW 404 views
Making the Conceptual Layer Real via HTTP based Linked Data by Kingsley Uyi Idehen
Making the Conceptual Layer Real via HTTP based Linked DataMaking the Conceptual Layer Real via HTTP based Linked Data
Making the Conceptual Layer Real via HTTP based Linked Data
Kingsley Uyi Idehen1.4K views
Tell Me Quality Documentation by Marco Berlot
Tell Me Quality DocumentationTell Me Quality Documentation
Tell Me Quality Documentation
Marco Berlot136 views
The need of Interoperability in Office and GIS formats by Markus Neteler
The need of Interoperability in Office and GIS formatsThe need of Interoperability in Office and GIS formats
The need of Interoperability in Office and GIS formats
Markus Neteler964 views
Introduction To The Semantic Web by guest262aaa
Introduction To The Semantic  WebIntroduction To The Semantic  Web
Introduction To The Semantic Web
guest262aaa3.3K views
Industry Ontologies: Case Studies in Creating and Extending Schema.org by sopekmir
Industry Ontologies: Case Studies in Creating and Extending Schema.org Industry Ontologies: Case Studies in Creating and Extending Schema.org
Industry Ontologies: Case Studies in Creating and Extending Schema.org
sopekmir991 views
14 intelligent systems-semantic_webservices by STI Innsbruck
14 intelligent systems-semantic_webservices14 intelligent systems-semantic_webservices
14 intelligent systems-semantic_webservices
STI Innsbruck91 views

Similar to LOD2 Webinar Series: SILK

Link Sets And Why They Are Important (EDF2012) by
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)Anja Jentzsch
828 views26 slides
LOD2 Webinar Series: D2R and Sparqlify by
LOD2 Webinar Series: D2R and SparqlifyLOD2 Webinar Series: D2R and Sparqlify
LOD2 Webinar Series: D2R and SparqlifyLOD2 Creating Knowledge out of Interlinked Data
1.2K views63 slides
Linked Data for the Masses: The approach and the Software by
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareIMC Technologies
771 views29 slides
Lod2 by
Lod2Lod2
Lod2STI Innsbruck
562 views11 slides
Limes webinar by
Limes webinarLimes webinar
Limes webinarSemantic Web Company
721 views26 slides

Similar to LOD2 Webinar Series: SILK(20)

Link Sets And Why They Are Important (EDF2012) by Anja Jentzsch
Link Sets And Why They Are Important (EDF2012)Link Sets And Why They Are Important (EDF2012)
Link Sets And Why They Are Important (EDF2012)
Anja Jentzsch828 views
Linked Data for the Masses: The approach and the Software by IMC Technologies
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
IMC Technologies771 views
Cloud-based Linked Data Management for Self-service Application Development by Peter Haase
Cloud-based Linked Data Management for Self-service Application DevelopmentCloud-based Linked Data Management for Self-service Application Development
Cloud-based Linked Data Management for Self-service Application Development
Peter Haase1.4K views
OntoWiki Application Framework & Erfurt API by Philipp Frischmuth
OntoWiki Application Framework & Erfurt APIOntoWiki Application Framework & Erfurt API
OntoWiki Application Framework & Erfurt API
Philipp Frischmuth1.3K views
Instance Matching by Robert Isele
Instance Matching Instance Matching
Instance Matching
Robert Isele1.2K views
Soren Auer - LOD2 - creating knowledge out of Interlinked Data by Open City Foundation
Soren Auer - LOD2 - creating knowledge out of Interlinked DataSoren Auer - LOD2 - creating knowledge out of Interlinked Data
Soren Auer - LOD2 - creating knowledge out of Interlinked Data
Building Linked Data Applications by EUCLID project
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
EUCLID project18K views
Vila LOD-innovacion- bib-semweb-redux by LIS EPI Meeting
Vila LOD-innovacion- bib-semweb-reduxVila LOD-innovacion- bib-semweb-redux
Vila LOD-innovacion- bib-semweb-redux
LIS EPI Meeting565 views
What is New in W3C land? by Ivan Herman
What is New in W3C land?What is New in W3C land?
What is New in W3C land?
Ivan Herman712 views
Linked Open Data Visualization by Laura Po
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
Laura Po986 views
Linked Open Library Data @hbz by Adrian Pohl
Linked Open Library Data @hbzLinked Open Library Data @hbz
Linked Open Library Data @hbz
Adrian Pohl854 views
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data by Sören Auer
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Sören Auer6.2K views

More from LOD2 Creating Knowledge out of Interlinked Data

LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE by
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORELOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORELOD2 Creating Knowledge out of Interlinked Data
1.8K views32 slides
LOD2 Webinar Series: 3rd relase of the Stack by
LOD2 Webinar Series: 3rd relase of the StackLOD2 Webinar Series: 3rd relase of the Stack
LOD2 Webinar Series: 3rd relase of the StackLOD2 Creating Knowledge out of Interlinked Data
3.9K views45 slides
LOD2 Webinar Series: DBpedia Spotlight by
LOD2 Webinar Series: DBpedia SpotlightLOD2 Webinar Series: DBpedia Spotlight
LOD2 Webinar Series: DBpedia SpotlightLOD2 Creating Knowledge out of Interlinked Data
1.6K views34 slides

More from LOD2 Creating Knowledge out of Interlinked Data(20)

Recently uploaded

Cencora Executive Symposium by
Cencora Executive SymposiumCencora Executive Symposium
Cencora Executive Symposiummarketingcommunicati21
139 views14 slides
Network Source of Truth and Infrastructure as Code revisited by
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
52 views45 slides
State of the Union - Rohit Yadav - Apache CloudStack by
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStackShapeBlue
253 views53 slides
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... by
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...ShapeBlue
120 views13 slides
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsShapeBlue
197 views13 slides
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc
160 views29 slides

Recently uploaded(20)

State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue253 views
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... by ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue120 views
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue197 views
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc160 views
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue by ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlueCloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
ShapeBlue93 views
Future of AR - Facebook Presentation by Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty62 views
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... by ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue88 views
The Power of Heat Decarbonisation Plans in the Built Environment by IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE69 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue103 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... by ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue146 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays53 views
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue176 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates by ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue210 views
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by ShapeBlue
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool
ShapeBlue84 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue138 views
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... by ShapeBlue
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
ShapeBlue85 views
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue by ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue94 views

LOD2 Webinar Series: SILK

  • 1. Creating Knowledge out of Interlinked Data LOD2 Webinar . 29.11.2011 . Page 1 http://lod2.eu
  • 2. Creating Knowledge out of Interlinked Data LOD2 is a large-scale integrating project co-funded by the European Commission within the FP7 Information and Communication Technologies Work Programme. This 4-year project comprises leading Linked Open Data technology researchers, companies, and service providers. Coming from across 12 countries the partners are coordinated by the Agile Knowledge Engineering and Semantic Web Research Group at the University of Leipzig, Germany. LOD2 will integrate and syndicate Linked Data with existing large-scale applications. The project shows the benefits in the scenarios of Media and Publishing, Corporate Data intranets and eGovernment. http://lod2.eu LOD2 Webinar . 29.11.2011 . Page 2 http://lod2.eu
  • 3. Creating Knowledge out of Interlinked Data Once per month the LOD2 webinar series offer a free webinar about tools and services along the Linked Open Data Life Cycle. Stay with us and learn more about acquisition, editing, composing, connected applications – and finally publishing Linked Open Data. http://lod2.eu LOD2 Webinar . 29.11.2011 . Page 3 http://lod2.eu
  • 4. Creating Knowledge out of Interlinked Data Web-based Systems Group • School of Business & Economics, Freie Universität Berlin • Research focus: Linked Data technologies for extending the World Wide Web with a global data commons • Funded Projects: • LOD2 - Creating Knowledge out of Interlinked Data • LATC - LOD Around The Clock • PlanetData • Visit us at: http://wbsg.de LOD2 Webinar . 21.02.2012 . Page 4 http://lod2.eu
  • 5. Creating Knowledge out of Interlinked Data Main Projects • DBpedia is a community effort lead by WBSG and AKSW to: • Extract structured information from Wikipedia • Make this information available on the Web under an open license • Interlink the DBpedia dataset with other open datasets on the Web • DBpedia Spotlight: Automatic annotation of free-text with DBpedia URIs • D2R: Publishing relational databases on the Semantic Web • Data Integration • R2R: Translates Web data that is represented using terms from different vocabularies into a single target vocabulary. • Silk: Tool for generating RDF links between data items. • LDIF: Translates heterogeneous Linked Data from the Web into a clean, local target representation while keeping track of data provenance. LOD2 Webinar . 21.02.2012 . Page 5 http://lod2.eu
  • 6. Creating Knowledge out of Interlinked Data Motivation • The Web of Data is a single global data space because data sources are connected by links • Over 30 billion triples published as Linked Open Data (09/19/2011) • But: • Less than 500 million links • Most publishers only link to one other dataset LOD data sets by the number of other data sources that are target of outgoing RDF links. LOD2 Webinar . 21.02.2012 . Page 6 http://lod2.eu
  • 7. Creating Knowledge out of Interlinked Data Challenges for Link Discovery • The Web of Data is heterogeneous • Many different vocabularies are in use • Different data formats • Many different ways to represent the same information Distribution of the most widely used vocabularies LOD2 Webinar . 21.02.2012 . Page 7 http://lod2.eu
  • 8. Creating Knowledge out of Interlinked Data Challenges for Link Discovery • Large range of domains • 277 data sources in the LOD cloud from a variety of domains • Linkage Rules are different in each domain • Writing a Linkage Rule is for each of these domains is usually not trivial Distribution of triples by domain LOD2 Webinar . 21.02.2012 . Page 8 http://lod2.eu
  • 9. Creating Knowledge out of Interlinked Data Challenges for Link Discovery • Scalability • The current LOD cloud contains 277 datasets (August 2011) • Over 31 billion triples in total • Infeasible to compare every possible entity pair LOD datasets per domain LOD2 Webinar . 21.02.2012 . Page 9 http://lod2.eu
  • 10. Creating Knowledge out of Interlinked Data Link Discovery Tools • Tools enable data publishers to set links • Most tools generate links based on user-defined linkage rules • A linkage rule specifies the conditions data items must fulfill in order to be interlinked • Popular Link Discover Tools: • Silk Link Discovery Framework • LIMES • Others: http://esw.w3.org/TaskForces/CommunityProjects/LinkingOpenData/EquivalenceMining LOD2 Webinar . 21.02.2012 . Page 10 http://lod2.eu
  • 11. Creating Knowledge out of Interlinked Data Silk Link Discovery Framework • Tool for discovering links between data items within different Linked Data sources. • The Silk Link Specification Language (Silk-LSL) allows to express complex linkage rules • Can be used to generate owl:sameAs links as well as other relationships • Scalability and high performance through efficient data handling LOD2 Webinar . 21.02.2012 . Page 11 http://lod2.eu
  • 12. Creating Knowledge out of Interlinked Data Silk Versions • Silk Single Machine • Generate links on a single machine • Local or remote data sets • Silk MapReduce • Generate RDF links using a cluster of multiple machines • Based on Hadoop (Can be run on Amazon Elastic MapReduce) • Silk Server • Provides an HTTP API for matching instances from an incoming stream of RDF data while keeping track of known entities • Can be used as an identity resolution component within applications that consume Linked Data from the Web LOD2 Webinar . 21.02.2012 . Page 12 http://lod2.eu
  • 13. Creating Knowledge out of Interlinked Data (Simplified) Linking Workflow Select Datasets Write Linkage Rule Generate Links • Select two data • Specifies how two • Locally or on a Hadoop sources entities are compared Cluster • Select the entity types • Can be written • Write Links to file or a to be interlinked manually or learned triple store LOD2 Webinar . 21.02.2012 . Page 13 http://lod2.eu
  • 14. Creating Knowledge out of Interlinked Data Linkage Rule Components A linkage rule is represented as a tree consisting of 4 types of operators: RDF paths Transformations • Similar to SPARQL 1.1 Property Paths • Transforms the result set of an RDF paths • Examples: • Variety of built-in transformations • ?movie/dbpedia:director/rdfs:label • Examples: • ?person/label[@lang=‘en’] • LowerCase • RegexReplace • Stem Similarity Metrics Aggregations • Similarity of two inputs based on a user-defined • Aggregates multiple similarity metrics metric. • Examples: • Examples: • Min, Max, Average • Various string similarity metrics • Quadratic Mean • Geographic similarity • Geometric Mean • Date similarity LOD2 Webinar . 21.02.2012 . Page 14 http://lod2.eu
  • 15. Creating Knowledge out of Interlinked Data Silk Workbench • Silk Workbench is a web application which guides the user through the process of interlinking different data sources. • Enables the user to manage different sets of data sources and linking tasks. • Offers a graphical editor which enables the user to easily create and edit linkage rules • Offers tools to evaluate the current linkage rule • Includes support for learning linkage rules LOD2 Webinar . 21.02.2012 . Page 15 http://lod2.eu
  • 16. Creating Knowledge out of Interlinked Data Workspace The Workspace holds a set of projects consisting of: • Data Sources • Holds all information that is needed by Silk to retrieve entities from it. • Usually a file dump or a SPARQL endpoint • Linking Tasks • Interlinks a type of entity between two data sources • e.g. Interlinkiing movies in DBpedia and LinkedMDB LOD2 Webinar . 21.02.2012 . Page 16 http://lod2.eu
  • 17. Creating Knowledge out of Interlinked Data Linkage Rule Editor • Allows to view and edit linkage rules • Linkage Rules are shown as a tree • Editing using drag & drop. LOD2 Webinar . 21.02.2012 . Page 17 http://lod2.eu
  • 18. Creating Knowledge out of Interlinked Data Learning Linkage Rules • Linkage Rules can be learned interactively • Can be used to generate new linkage rules or to improve existing rules • Learned Linkage Rule can be viewed and edited by the user LOD2 Webinar . 21.02.2012 . Page 18 http://lod2.eu
  • 19. Creating Knowledge out of Interlinked Data Demo 1: Interlinking Movies • Interlinking movies between two datasources: • DBpedia: Linked dataset extracted from Wikipedia • LinkedMDB: Large dataset for movies • For demonstration, we assume that no existing links are available LOD2 Webinar . 21.02.2012 . Page 19 http://lod2.eu
  • 20. Creating Knowledge out of Interlinked Data Demo LOD2 Webinar . 21.02.2012 . Page 20 http://lod2.eu
  • 21. Creating Knowledge out of Interlinked Data Demo 2: Cora • Cora: • Dataset of citations to research papers from the Cora Computer Science research paper search engine • Frequently used for evaluating the performance of interlinking approaches • A set of reference links is available LOD2 Webinar . 21.02.2012 . Page 21 http://lod2.eu
  • 22. Creating Knowledge out of Interlinked Data Demo LOD2 Webinar . 21.02.2012 . Page 22 http://lod2.eu
  • 23. Creating Knowledge out of Interlinked Data Availability • Silk can be downloaded from the official homepage at: http://www4.wiwiss.fu-berlin.de/bizer/silk/ • Support is provided through the official mailing list: http://groups.google.com/group/silk-discussion • The latest source code is available from the project's Git repository and can be browsed online at: http://www.assembla.com/code/silk/git/nodes/ • Silk is licensed under the terms of the Apache Software LOD2 Webinar . 21.02.2012 . Page 23 http://lod2.eu
  • 24. Creating Knowledge out of Interlinked Data Q&A LOD2 Webinar . 21.02.2012 . Page 24 http://lod2.eu
  • 25. Creating Knowledge out of Interlinked Data Credits Jingle R.E.M., Martin Kaltenböck, Florian Kondert Coordination Thomas Thurner Martin Kaltenböck Moderation Martin Kaltenböck Presented by Robert Isele LOD2 Webinar . 29.11.2011 . Page 25 http://lod2.eu
  • 26. Creating Knowledge out of Interlinked Data Hope you enjoyed staying with us – if you need more detailed information, visit us at www.lod2.eu and let us know how we can improve to meet your expectations! Don’t forget to register for our next webinar March 2012 – LIMES + SAIM (University of Leipzig) 24.04.2012 – D2R and Sparqlify (University of Leipzig, Free University Berlin) Have a great day and don’t forget ... http://lod2.eu LOD2 Webinar . 29.11.2011 . Page 26 http://lod2.eu
  • 27. Creating Knowledge out of Interlinked Data http://lod2.eu LOD2 Webinar . 29.11.2011 . Page 27 http://lod2.eu