SlideShare a Scribd company logo
1 of 26
Download to read offline
Semantic Web
                             Technologies
Lecture 6: Applications in the Web of Data
                                 04: Linked Data Engineering

                                                                           Dr. Harald Sack
                Hasso Plattner Institute for IT Systems Engineering
                                                                University of Potsdam
                                                                                Spring 2013
          This file is licensed under the Creative Commons Attribution-NonCommercial 3.0 (CC BY-NC 3.0)
2




    Lecture 6: Applications in the Web of Data
                         Open HPI - Course: Semantic Web Technologies
     Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
3




                     04 - Linked Data Engineering
Open HPI - Course: Semantic Web Technologies - Lecture 6: Applications in the Web of Data
     Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
How to Get Data From the Web?
        •Data can only be found on the Web,
4
           if it is available at some website



                                                                             HTTP
                                                                             HTML




                           JDBC
                                                                                              Browser
                                                          Web-Server




                       Database

      Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
How to Get Data From the Web?
      •There is a number of different (proprietary) Web APIs, data
5
        exchange formats, and Mashups on top of that




                                                             Mashup




                              Web                     Web                      Web              Web
                              API 1                   API 2                    API 3            API 4




                          Database 1              Database 2                 Database 3       Database 4

      Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
In the Web today...

6               • Data is locked up in small data islands
                • Other applications usually cannot access this data...



                                                  Database
                                                                                                     Database
      Database


                                                                                     Database


                              Database
                                                                                                            Database
                                                           Database

                                                                                                Database
              Database
    Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
How to Get Rid of Closed Data Islands on the Web?
     •Apply semantic technologies:
7
       •to publish structured data on the web
       •to draw connections from one data source to data from
          other data sources

                   RDF Data                       RDF Data                       RDF Data           RDF Data
                                                                  RDF Links



                                  RDF Links

                                                                                              RDF Links




                 Database 1                     Database 2                      Database 3         Database 4

      Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data Principles
8

         (1) Use URIs as names for things.
         (2) Use HTTP URIs, so that people can look up those
             names.
         (3) When someone looks up a URI, provide useful
             information, using the standards (RDF, SPARQL)
         (4) Include links to other URIs, so that they can
             discover more things.




     Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data Principles
        (1) Use URIs as names for things.
9



           • URIs do not only identify documents but also arbitrary
               objects of the real world as well as abstract concepts
                                                           http://yovisto.blogspot.com/




                                                                                              http://dbpedia.org/resource/Albert_Einstein




                                         http://musicbrainz.org/artist/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d
      Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data Principles

10     (2) Use HTTP URIs, so that people can look up those
           names.


          • HTTP URIs (URLs) as globally unique names enable
             dereferencing of assiciated information in the Web
             • via http Content Negotiation
               • 303 URIs
                     http Response Code 303 ,See Other‘ (redirect)
                 • Hash URIs
                     http://example.com/Harald#me



        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data for Humans and Computers
        ■ URI should deliver information as well as for humans as for
11
          computers, i.e.


                                                                       (Thing)
                                                                         URI


                             Accept:
                                                                                               Accept: text/html
                             application/rdf+xml




                              (RDF data)                                                             (HTML page)



       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data for Humans and Computers
      ■ Server delivers different HTTP responses dependent of
12
        HTTP-Accept-Header (Content Negotiation)




                                                                                               http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/




       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data for Humans and Computers

       ■ URI should deliver information as well as for humans as for
13
         computers, i.e.


                                                                         (Thing)

                                        http://dbpedia.org/resource/Ernest_Hemingway


                             Accept:
                                                                                               Accept: text/html
                             application/rdf+xml




                    http://dbpedia.org/data/                                                   http://dbpedia.org/page/
                    Ernest_Hemingway.rdf                                                       Ernest_Hemingway
                             (RDF data)                                                             (HTML page)
       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data Principles

      (3) When someone looks up a URI, provide useful
14
          information, using the standards (RDF, SPARQL)


       • RDF as universal data model for publishing structured
           data on the Web
       • Make all URIs in the RDF graph dereferencable
       • Avoid RDF constructs that cause problems in Linked
           Data context
           • RDF Reification
           • RDF Collections und Containers
           • unnamed Blank Nodes

       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Data Principles
      (4) Include links to other URIs, so that they can
15
          discover more things.


       • Link RDF references among data between different data
           sources, to find information related by content
       • Relationship Links
           Links to external LOD Entitites related with the original
           entity
       • Identity Links
           Links to external LOD Entities referring to the same
           object or concept
       • Vocabulary Links
           Links to definitions of the original entity

       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
The application of the Linked Data Principles
              leads to a ,Web of Data‘
16




       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘

17




                                                                                                May 2007




        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘

18




                                                                                                Nov 2007




        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘

19




        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘

20




                                                                                                July 2009
        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘

21




                                                                                                September 2010

        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Development of the ,Web of Data‘                                                            300 Datasets
                                                                                                 31B RDF Triples
                                                                                                504M Links


22




                                                                                                      September 2011
        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Open Data
       ■ Public Linked Data resources in the Web, licensed as
23       „Creative Common CC-BY“
       ■ Tim Berners-Lee‘s 5-Star Criteria for Linked Open Data


                        ★ Available on the web (whatever format) but with an open
                          licence, to be Open Data
                  ★ ★ Available as machine-readable structured data
                      (e.g. excel instead of image scan of a table)
            ★ ★ ★ as (2) plus non-proprietary format (e.g. CSV instead of excel)
       ★ ★ ★ ★ All the above plus: use open standards from W3C
               (RDF and SPARQL) to identify things, so that people can point at
               your stuff
     ★ ★ ★ ★ ★ All the above, plus: link your data to other people’s data to
               provide context

        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Linked Open Data

24




       Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
Semantic Mashups

     □ Semantic Mashups are applications that use linked RDF
25
       data from various data sources.


     □ in difference to interfaces and exchange formats or ordinary
       Web APIs, Linked Data offers the following benefits:
         □ a flexible and standardized data format (RDF)
         □ standardized access mechanism (http)
         □ possibility to put links (RDF-Links) among different data
           sources
             » enables navigation
             » is supported by search engines (crawler)
             » enables expressive search facilities over the crawled
               data and beyond



        Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
26




          05 - Linked Data Engineering (Part 2)
 Open HPI - Course: Semantic Web Technologies - Lecture 6: Applications in the Web of Data
      Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam

More Related Content

What's hot

Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and StatusMyungjin Lee
 
Towards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphTowards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphSören Auer
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudDhaval Thakker
 
Madrid Building blocks of Linked Data
Madrid Building blocks of Linked DataMadrid Building blocks of Linked Data
Madrid Building blocks of Linked DataVictor de Boer
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataDongpo Deng
 
Trustworthy AI and Open Science
Trustworthy AI and Open ScienceTrustworthy AI and Open Science
Trustworthy AI and Open ScienceBeth Plale
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
LDOW2015 Position Talk and Discussion
LDOW2015 Position Talk and DiscussionLDOW2015 Position Talk and Discussion
LDOW2015 Position Talk and DiscussionSören Auer
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data UsecasesMyungjin Lee
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedKeystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedJoel Azzopardi
 
FAIR Signposting: A KISS Approach to a Burning Issue
FAIR Signposting: A KISS Approach to a Burning IssueFAIR Signposting: A KISS Approach to a Burning Issue
FAIR Signposting: A KISS Approach to a Burning IssueHerbert Van de Sompel
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorialtomasknap
 

What's hot (17)

Linked Data Technology and Status
Linked Data Technology and StatusLinked Data Technology and Status
Linked Data Technology and Status
 
Towards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphTowards an Open Research Knowledge Graph
Towards an Open Research Knowledge Graph
 
Information Extraction and Linked Data Cloud
Information Extraction and Linked Data CloudInformation Extraction and Linked Data Cloud
Information Extraction and Linked Data Cloud
 
Cognitive data
Cognitive dataCognitive data
Cognitive data
 
Madrid Building blocks of Linked Data
Madrid Building blocks of Linked DataMadrid Building blocks of Linked Data
Madrid Building blocks of Linked Data
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental Data
 
Trustworthy AI and Open Science
Trustworthy AI and Open ScienceTrustworthy AI and Open Science
Trustworthy AI and Open Science
 
Semantic Web and Linked Open Data
Semantic Web and Linked Open DataSemantic Web and Linked Open Data
Semantic Web and Linked Open Data
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
LDOW2015 Position Talk and Discussion
LDOW2015 Position Talk and DiscussionLDOW2015 Position Talk and Discussion
LDOW2015 Position Talk and Discussion
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joinedKeystone summer school_2015_miguel_antonio_ldcompression_4-joined
Keystone summer school_2015_miguel_antonio_ldcompression_4-joined
 
FAIR Signposting: A KISS Approach to a Burning Issue
FAIR Signposting: A KISS Approach to a Burning IssueFAIR Signposting: A KISS Approach to a Burning Issue
FAIR Signposting: A KISS Approach to a Burning Issue
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 

Similar to Open hpi semweb-06-part4

Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked DataAdrian Stevenson
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Alexandre Passant
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic WebIvan Herman
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research CentreMichael Hausenblas
 
One day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic WebOne day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic WebVictor de Boer
 
On demand access to Big Data through Semantic Technologies
 On demand access to Big Data through Semantic Technologies On demand access to Big Data through Semantic Technologies
On demand access to Big Data through Semantic TechnologiesPeter Haase
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesSabin Buraga
 

Similar to Open hpi semweb-06-part4 (18)

Linked Data
Linked DataLinked Data
Linked Data
 
Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Introduction to APIs and Linked Data
Introduction to APIs and Linked DataIntroduction to APIs and Linked Data
Introduction to APIs and Linked Data
 
Linked Data In Action
Linked Data In ActionLinked Data In Action
Linked Data In Action
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
Hello Open World - Semtech 2009
Hello Open World - Semtech 2009Hello Open World - Semtech 2009
Hello Open World - Semtech 2009
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
Quick Introduction to the Semantic Web, RDFa & Microformats
Quick Introduction to the Semantic Web, RDFa & MicroformatsQuick Introduction to the Semantic Web, RDFa & Microformats
Quick Introduction to the Semantic Web, RDFa & Microformats
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research Centre
 
Biodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic WebBiodiversity Informatics on the Semantic Web
Biodiversity Informatics on the Semantic Web
 
Linked Data
Linked DataLinked Data
Linked Data
 
One day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic WebOne day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic Web
 
Linked Data Basics
Linked Data BasicsLinked Data Basics
Linked Data Basics
 
On demand access to Big Data through Semantic Technologies
 On demand access to Big Data through Semantic Technologies On demand access to Big Data through Semantic Technologies
On demand access to Big Data through Semantic Technologies
 
Open data and linked data
Open data and linked dataOpen data and linked data
Open data and linked data
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case Studies
 

Open hpi semweb-06-part4

  • 1. Semantic Web Technologies Lecture 6: Applications in the Web of Data 04: Linked Data Engineering Dr. Harald Sack Hasso Plattner Institute for IT Systems Engineering University of Potsdam Spring 2013 This file is licensed under the Creative Commons Attribution-NonCommercial 3.0 (CC BY-NC 3.0)
  • 2. 2 Lecture 6: Applications in the Web of Data Open HPI - Course: Semantic Web Technologies Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 3. 3 04 - Linked Data Engineering Open HPI - Course: Semantic Web Technologies - Lecture 6: Applications in the Web of Data Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 4. How to Get Data From the Web? •Data can only be found on the Web, 4 if it is available at some website HTTP HTML JDBC Browser Web-Server Database Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 5. How to Get Data From the Web? •There is a number of different (proprietary) Web APIs, data 5 exchange formats, and Mashups on top of that Mashup Web Web Web Web API 1 API 2 API 3 API 4 Database 1 Database 2 Database 3 Database 4 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 6. In the Web today... 6 • Data is locked up in small data islands • Other applications usually cannot access this data... Database Database Database Database Database Database Database Database Database Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 7. How to Get Rid of Closed Data Islands on the Web? •Apply semantic technologies: 7 •to publish structured data on the web •to draw connections from one data source to data from other data sources RDF Data RDF Data RDF Data RDF Data RDF Links RDF Links RDF Links Database 1 Database 2 Database 3 Database 4 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 8. Linked Data Principles 8 (1) Use URIs as names for things. (2) Use HTTP URIs, so that people can look up those names. (3) When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL) (4) Include links to other URIs, so that they can discover more things. Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 9. Linked Data Principles (1) Use URIs as names for things. 9 • URIs do not only identify documents but also arbitrary objects of the real world as well as abstract concepts http://yovisto.blogspot.com/ http://dbpedia.org/resource/Albert_Einstein http://musicbrainz.org/artist/b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 10. Linked Data Principles 10 (2) Use HTTP URIs, so that people can look up those names. • HTTP URIs (URLs) as globally unique names enable dereferencing of assiciated information in the Web • via http Content Negotiation • 303 URIs http Response Code 303 ,See Other‘ (redirect) • Hash URIs http://example.com/Harald#me Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 11. Linked Data for Humans and Computers ■ URI should deliver information as well as for humans as for 11 computers, i.e. (Thing) URI Accept: Accept: text/html application/rdf+xml (RDF data) (HTML page) Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 12. Linked Data for Humans and Computers ■ Server delivers different HTTP responses dependent of 12 HTTP-Accept-Header (Content Negotiation) http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/ Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 13. Linked Data for Humans and Computers ■ URI should deliver information as well as for humans as for 13 computers, i.e. (Thing) http://dbpedia.org/resource/Ernest_Hemingway Accept: Accept: text/html application/rdf+xml http://dbpedia.org/data/ http://dbpedia.org/page/ Ernest_Hemingway.rdf Ernest_Hemingway (RDF data) (HTML page) Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 14. Linked Data Principles (3) When someone looks up a URI, provide useful 14 information, using the standards (RDF, SPARQL) • RDF as universal data model for publishing structured data on the Web • Make all URIs in the RDF graph dereferencable • Avoid RDF constructs that cause problems in Linked Data context • RDF Reification • RDF Collections und Containers • unnamed Blank Nodes Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 15. Linked Data Principles (4) Include links to other URIs, so that they can 15 discover more things. • Link RDF references among data between different data sources, to find information related by content • Relationship Links Links to external LOD Entitites related with the original entity • Identity Links Links to external LOD Entities referring to the same object or concept • Vocabulary Links Links to definitions of the original entity Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 16. The application of the Linked Data Principles leads to a ,Web of Data‘ 16 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 17. Development of the ,Web of Data‘ 17 May 2007 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 18. Development of the ,Web of Data‘ 18 Nov 2007 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 19. Development of the ,Web of Data‘ 19 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 20. Development of the ,Web of Data‘ 20 July 2009 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 21. Development of the ,Web of Data‘ 21 September 2010 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 22. Development of the ,Web of Data‘ 300 Datasets 31B RDF Triples 504M Links 22 September 2011 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 23. Linked Open Data ■ Public Linked Data resources in the Web, licensed as 23 „Creative Common CC-BY“ ■ Tim Berners-Lee‘s 5-Star Criteria for Linked Open Data ★ Available on the web (whatever format) but with an open licence, to be Open Data ★ ★ Available as machine-readable structured data (e.g. excel instead of image scan of a table) ★ ★ ★ as (2) plus non-proprietary format (e.g. CSV instead of excel) ★ ★ ★ ★ All the above plus: use open standards from W3C (RDF and SPARQL) to identify things, so that people can point at your stuff ★ ★ ★ ★ ★ All the above, plus: link your data to other people’s data to provide context Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 24. Linked Open Data 24 Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 25. Semantic Mashups □ Semantic Mashups are applications that use linked RDF 25 data from various data sources. □ in difference to interfaces and exchange formats or ordinary Web APIs, Linked Data offers the following benefits: □ a flexible and standardized data format (RDF) □ standardized access mechanism (http) □ possibility to put links (RDF-Links) among different data sources » enables navigation » is supported by search engines (crawler) » enables expressive search facilities over the crawled data and beyond Vorlesung Semantic Web, Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam
  • 26. 26 05 - Linked Data Engineering (Part 2) Open HPI - Course: Semantic Web Technologies - Lecture 6: Applications in the Web of Data Semantic Web Technologies , Dr. Harald Sack, Hasso-Plattner-Institut, Universität Potsdam