SlideShare ist ein Scribd-Unternehmen logo
1 von 22
PlanetData: Consuming Structured
        Data at Web Scale

   Elena Simperl, Barry Norton, Karlsruhe Institute of Technology

1st International Symposium on Data-driven Process Discovery and Analysis

                 June 30, 2011, Campione d’Italia, Italy
PlanetData‘s Aim and Objectives

   Aim: establish an interdisciplinary,
    sustainable European community on
    large-scale data management
    ◦ Purposeful data exposure
                                                         Databases

    ◦ Novel and improved applications
                                                                Data and
                                                  Semantics       Web
                                                                 Mining




•   Objectives
    ◦   Addressing challenges through integrated research
    ◦   Data and technology provisioning through PlanetData Lab
    ◦   Impact through training, dissemination, standardization
        and networking
    ◦   Openness and flexibility through PlanetData Programs
Work Plan Highlights
 Methods and techniques to publish, access and manage stream-
  like data
 Quality assessment of interlinked data sets, including best
  practices for the representation and usage of spatio-temporal
  information
 Provenance and access control framework for Linked (Stream)
  Data

   Data sets and vocabularies, including best practices for
    publishing and managing self-descriptive data

   Linked Services and Processes as an instrument to develop
    applications

 Yearly summer school co-located with the Extended Semantic
  Web Conference
 Semantic Web video journal

   PlanetData Programs
The Rise of Linked Data




     8/10/2011       Slide 4 of x
Data.gov & public sector information
   Many data sets useful for business
    intelligence
BBC & Media
   Value of content increased by Linked Data
BestBuy & eCommerce
   Structured mark-up increases visibility
Linked Data Cloud
   Taken together Linked Data is said to form
    a ‘cloud’ of shared references and
    vocabularies




                              (growing on a weekly basis)
Linked Data Principles
    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.

   Bring together semantic technologies and the
    Web architecture
   Applied to other types of data as well: stream-
    like, multimedia…
Consuming Linked Data




     8/10/2011    Slide 10 of x
Services Over Linked Data
   A problem can be seen in the
    current Linked Data sphere
    when it comes to
    services/APIs/functionalities

   The standards are often not
    then used

   The results of service
    interaction do not
    contribute to the Linked
    Data cloud

   Developers have to work
    with heterogeneous
    representations                 RDF
RDF Services at the BBC
    This is not a problem of scale, efficiency
     or speed




                                               RDF-based
                                               communication
                                               efficiently
                                               realised using
                                               memcached

    04.08.201   Real-time updates to a large
        0
                (ferocious) audience
Linked Open Services
   Aim to promote services over Linked Data
    bringing together:

   RESTful services (respecting Web
    architecture)
    ◦ Resource-oriented
    ◦ Manipulated with HTTP verbs
      GET, PUT (, PATCH), POST, DELETE
    ◦ Negotiate representations
   Linked Data
    ◦ Uniform use of URIs
    ◦ Use of RDF and SPARQL
Linked Services: Principles
   Concretely, Linked Open Services come with a
    set of guiding principles:
    1. Describe services as LOD prosumers
     with input and output descriptions as SPARQL graph
     patterns
    2. Communicate RDF by RESTful content negotiation
    3. Communicate and describe the knowledge
     contribution resulting from service interaction,
     including implicit knowledge relating input, output and
     service provider
   Associated with the last principle is an optional
    fourth:
    4. When wrapping non-LOS services, extend the (lifted,
     if non-RDF) message to make explicit the implicit
     knowledge, and to use Linked Data vocabularies, using
     SPARQL CONSTRUCT queries
                http://www.linkedopenservices.org/blog/?page_id=2
LOS Weather Service




    Input: [a wgs84:Point; wgs84:lat ?lat; wgs84:long ?long]
    Output:[met:weatherObservation [
             weather:hasStationID ?icao
             geonames:inCountry ?country;
             ...
             weather:hasWindEvent
                [weather:windDirection ?windDirection],
                [weather:windSpeed ?windSpeed]
Linked Processes: Principles
   In order to compose Linked Services we are
    not specific about the style, except that RDF
    must be stored and forwarded

   Principles:
    ◦ Decide control flow conditions based on SPARQL
      ASK queries
    ◦ Base iteration on SPARQL SELECT queries
    ◦ Define dataflow/mediation based on SPARQL
      CONSTRUCT queries

   In this way compositions, ‘mash-up’s, etc.,
    also use the languages/technologies most
    familiar to the Linked Data community
LOP Media Monitoring Process
   A Social Media Manager is required to monitor
    (micro)blogging sites and respond to negative comments:




                             10.08.2011
Composition Service 1
   A service may monitor the ‘Twittersphere’ for tweets with a
    given tag

Harvest
Input: {?t a sioc_t:Tag; rdfs:label ?l}
Output: {?p a sioc_t:MicroblogPost;
            sioc:topic ?t;
            sioc:has_creator ?m;
            sioc:content ?c .
            OPTIONAL {?p sioc:addressed_to ?a}}




                               10.08.2011
Composition Service 2
   A sentiment analysis service may annotate (micro)blog posts
    according to, e.g., the Human Emotion Ontology

AnalyseSentiment
Input: {?p a sioc:Post; sioc:content ?c}
Output: {?e a heo:Emotion;
            heo:hasManifestationInMedia ?p;
            heo:hasCategory ?c}




                              10.08.2011
Composition Service 3
   A human service selects among possible combinations of
    these and optionally raises a response

ManageMicroblog
Input: {?p a sioc_t:MicroblogPost;
           sioc:has_creator ?m.
        ?e heo:hasManifestationInMedia ?p.
        {?e heo:hasCategory heo:anger UNION
         ?e heo:hasCategory heo:disgust}}
Output: {OPTIONAL {?r a sioc_t:MicroblogPost;
                   sioc:addressed_to ?m}}



                             10.08.2011
PlanetData Collaborations




       8/10/2011      Slide 22 of x
http://www.planet-data.eu
Join PlanetData
   Associate partners have
      Access to open training infrastructure
      Early access to ongoing PD results through
       participation in PlanetData meetings
      Opportunity to shape the results and topics of the
       PD Programs through contribution of
       requirements and use cases
   PlanetData Programs call in 2012

Weitere ähnliche Inhalte

Was ist angesagt?

Geo know general presentation 2013
Geo know general presentation 2013Geo know general presentation 2013
Geo know general presentation 2013geoknow
 
The Next Generation Open Targets Platform
The Next Generation Open Targets PlatformThe Next Generation Open Targets Platform
The Next Generation Open Targets PlatformHelenaCornu
 
Publishing "5 star" data: the case for RDF
Publishing "5 star" data: the case for RDFPublishing "5 star" data: the case for RDF
Publishing "5 star" data: the case for RDFPeterWinstanley1
 
LoCloud Micro Services and the Digitisation Workflow
LoCloud Micro Services and the Digitisation WorkflowLoCloud Micro Services and the Digitisation Workflow
LoCloud Micro Services and the Digitisation Workflowlocloud
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Projectvty
 
Strathclyde University Geospatial Metadata Workshop 20110531
Strathclyde University Geospatial Metadata Workshop 20110531Strathclyde University Geospatial Metadata Workshop 20110531
Strathclyde University Geospatial Metadata Workshop 20110531EDINA, University of Edinburgh
 
D3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsD3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsFOODIE_Project
 

Was ist angesagt? (19)

LOD2 Webinar Series: 3rd relase of the Stack
LOD2 Webinar Series: 3rd relase of the StackLOD2 Webinar Series: 3rd relase of the Stack
LOD2 Webinar Series: 3rd relase of the Stack
 
Who is doing what, and how do we know? [PEPRS]
Who is doing what, and how do we know? [PEPRS]Who is doing what, and how do we know? [PEPRS]
Who is doing what, and how do we know? [PEPRS]
 
Harvesting&Metadata Enrich Project EVA 2009
Harvesting&Metadata Enrich Project   EVA 2009Harvesting&Metadata Enrich Project   EVA 2009
Harvesting&Metadata Enrich Project EVA 2009
 
Geo know general presentation 2013
Geo know general presentation 2013Geo know general presentation 2013
Geo know general presentation 2013
 
The Next Generation Open Targets Platform
The Next Generation Open Targets PlatformThe Next Generation Open Targets Platform
The Next Generation Open Targets Platform
 
Publishing "5 star" data: the case for RDF
Publishing "5 star" data: the case for RDFPublishing "5 star" data: the case for RDF
Publishing "5 star" data: the case for RDF
 
Benchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systemsBenchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systems
 
Lod2 review meeting
Lod2 review meetingLod2 review meeting
Lod2 review meeting
 
LOD2 Webinar Series Classification and Quality Analysis with DL Learner and ORE
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 ORE
 
LOD2 Webinar: SIREn
LOD2 Webinar: SIREnLOD2 Webinar: SIREn
LOD2 Webinar: SIREn
 
LoCloud Micro Services and the Digitisation Workflow
LoCloud Micro Services and the Digitisation WorkflowLoCloud Micro Services and the Digitisation Workflow
LoCloud Micro Services and the Digitisation Workflow
 
Open data quality
Open data qualityOpen data quality
Open data quality
 
Building COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science ProjectBuilding COVID-19 Museum as Open Science Project
Building COVID-19 Museum as Open Science Project
 
UK RepositoryNet+ Mimas Workshop
UK RepositoryNet+ Mimas WorkshopUK RepositoryNet+ Mimas Workshop
UK RepositoryNet+ Mimas Workshop
 
Strathclyde University Geospatial Metadata Workshop 20110531
Strathclyde University Geospatial Metadata Workshop 20110531Strathclyde University Geospatial Metadata Workshop 20110531
Strathclyde University Geospatial Metadata Workshop 20110531
 
D3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication toolsD3.3.1 Sematic tagging and open data publication tools
D3.3.1 Sematic tagging and open data publication tools
 
LOD2 Webinar Series: CubeViz
LOD2 Webinar Series: CubeViz LOD2 Webinar Series: CubeViz
LOD2 Webinar Series: CubeViz
 
Ws Stuff
Ws StuffWs Stuff
Ws Stuff
 
Crowdsourcing the Past with AddressingHistory
Crowdsourcing the Past with AddressingHistory Crowdsourcing the Past with AddressingHistory
Crowdsourcing the Past with AddressingHistory
 

Andere mochten auch

Texas campus s ta r
Texas campus s ta rTexas campus s ta r
Texas campus s ta rjcardenas10
 
Ofício crea presidência viadutos
Ofício crea presidência viadutosOfício crea presidência viadutos
Ofício crea presidência viadutosJamildo Melo
 
Hotel GHL Mila Style
Hotel GHL Mila Style Hotel GHL Mila Style
Hotel GHL Mila Style GHL HOTELES
 
อุปกรณ์เครือข่ายคอมพิวเตอร์
อุปกรณ์เครือข่ายคอมพิวเตอร์อุปกรณ์เครือข่ายคอมพิวเตอร์
อุปกรณ์เครือข่ายคอมพิวเตอร์N'achyp K'aspb
 
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...Achim Friedland
 
10 Golden Rules for Online Tools
10 Golden Rules for Online Tools10 Golden Rules for Online Tools
10 Golden Rules for Online ToolsWijzer in geldzaken
 
ICIC 2016: Examining Funding Data to Predict the Future of Research
ICIC 2016: Examining Funding Data to Predict the Future of ResearchICIC 2016: Examining Funding Data to Predict the Future of Research
ICIC 2016: Examining Funding Data to Predict the Future of ResearchDr. Haxel Consult
 
العمل التطوعي
العمل التطوعي العمل التطوعي
العمل التطوعي Ali Alkhudair
 

Andere mochten auch (20)

Folleto4lectura
Folleto4lecturaFolleto4lectura
Folleto4lectura
 
Texas campus s ta r
Texas campus s ta rTexas campus s ta r
Texas campus s ta r
 
Abstract Access Control Model for Dynamic RDF Datasets
Abstract Access Control Model for Dynamic RDF DatasetsAbstract Access Control Model for Dynamic RDF Datasets
Abstract Access Control Model for Dynamic RDF Datasets
 
Ofício crea presidência viadutos
Ofício crea presidência viadutosOfício crea presidência viadutos
Ofício crea presidência viadutos
 
Respostas 1
Respostas 1Respostas 1
Respostas 1
 
Monserrat.
Monserrat.Monserrat.
Monserrat.
 
Test
TestTest
Test
 
Hotel GHL Mila Style
Hotel GHL Mila Style Hotel GHL Mila Style
Hotel GHL Mila Style
 
Double page analysis mag 1
Double page analysis mag 1Double page analysis mag 1
Double page analysis mag 1
 
Internship_Project_Letter
Internship_Project_LetterInternship_Project_Letter
Internship_Project_Letter
 
MCA_Certificate
MCA_CertificateMCA_Certificate
MCA_Certificate
 
อุปกรณ์เครือข่ายคอมพิวเตอร์
อุปกรณ์เครือข่ายคอมพิวเตอร์อุปกรณ์เครือข่ายคอมพิวเตอร์
อุปกรณ์เครือข่ายคอมพิวเตอร์
 
LETTER OF REFERENCE
LETTER OF REFERENCELETTER OF REFERENCE
LETTER OF REFERENCE
 
ashish kumar cv
ashish kumar cvashish kumar cv
ashish kumar cv
 
Industry 4.0 at the Sensor Level - Simon Sumner
Industry 4.0 at the Sensor Level - Simon SumnerIndustry 4.0 at the Sensor Level - Simon Sumner
Industry 4.0 at the Sensor Level - Simon Sumner
 
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...
Can the e-Mobility Charging Infrastructure be a Blueprint for other IoT Proje...
 
10 Golden Rules for Online Tools
10 Golden Rules for Online Tools10 Golden Rules for Online Tools
10 Golden Rules for Online Tools
 
ICIC 2016: Examining Funding Data to Predict the Future of Research
ICIC 2016: Examining Funding Data to Predict the Future of ResearchICIC 2016: Examining Funding Data to Predict the Future of Research
ICIC 2016: Examining Funding Data to Predict the Future of Research
 
العمل التطوعي
العمل التطوعي العمل التطوعي
العمل التطوعي
 
Les maduixes
Les  maduixesLes  maduixes
Les maduixes
 

Ähnlich wie PlanetData: Consuming Structured Data at Web Scale

Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Linked Data for the Masses: The approach and the Software
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
 
Putting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataPutting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataMartin Kaltenböck
 
Data Access and Semantic Interoperability
Data Access and Semantic InteroperabilityData Access and Semantic Interoperability
Data Access and Semantic InteroperabilityDataPortsProject
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overviewLinDa_FP7
 
Tag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformTag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformSanjay Padhi, Ph.D
 
EPA OEI Linked Data Process
EPA OEI Linked Data ProcessEPA OEI Linked Data Process
EPA OEI Linked Data Process3 Round Stones
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Vivien Bonazzi
 
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSA
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSABetter Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSA
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSAPRBETTER
 
5 years of Dataverse evolution
5 years of Dataverse evolution 5 years of Dataverse evolution
5 years of Dataverse evolution vty
 
Open Data and Standard APIs
Open Data and Standard APIsOpen Data and Standard APIs
Open Data and Standard APIsJari Jussila
 
NIH Data Summit - The NIH Data Commons
NIH Data Summit - The NIH Data CommonsNIH Data Summit - The NIH Data Commons
NIH Data Summit - The NIH Data CommonsVivien Bonazzi
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Christina Berger
 
Koneksys Presentation March 2021
Koneksys Presentation March 2021Koneksys Presentation March 2021
Koneksys Presentation March 2021Axel Reichwein
 
Lider Reference Model ld4lt session March, 3rd, 2015
Lider Reference Model ld4lt session  March, 3rd, 2015Lider Reference Model ld4lt session  March, 3rd, 2015
Lider Reference Model ld4lt session March, 3rd, 2015Sebastian Hellmann
 
Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009subramanian K
 
Geospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL ServicesGeospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL ServicesStephane Fellah
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data ApplicationsEUCLID project
 

Ähnlich wie PlanetData: Consuming Structured Data at Web Scale (20)

Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Linked Data for the Masses: The approach and the Software
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
 
Putting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataPutting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open Data
 
Data Access and Semantic Interoperability
Data Access and Semantic InteroperabilityData Access and Semantic Interoperability
Data Access and Semantic Interoperability
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview
 
Tag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh PlatformTag.bio: Self Service Data Mesh Platform
Tag.bio: Self Service Data Mesh Platform
 
EPA OEI Linked Data Process
EPA OEI Linked Data ProcessEPA OEI Linked Data Process
EPA OEI Linked Data Process
 
Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2Bonazzi commons bd2 k ahm 2016 v2
Bonazzi commons bd2 k ahm 2016 v2
 
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSA
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSABetter Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSA
Better Hackathon 2020 - Fraunhofer IAIS - Semantic geo-clustering with SANSA
 
5 years of Dataverse evolution
5 years of Dataverse evolution 5 years of Dataverse evolution
5 years of Dataverse evolution
 
Open Data and Standard APIs
Open Data and Standard APIsOpen Data and Standard APIs
Open Data and Standard APIs
 
NIH Data Summit - The NIH Data Commons
NIH Data Summit - The NIH Data CommonsNIH Data Summit - The NIH Data Commons
NIH Data Summit - The NIH Data Commons
 
Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...Data As A Service Composition Of Daas And Negotiation...
Data As A Service Composition Of Daas And Negotiation...
 
Koneksys Presentation March 2021
Koneksys Presentation March 2021Koneksys Presentation March 2021
Koneksys Presentation March 2021
 
Lider Reference Model ld4lt session March, 3rd, 2015
Lider Reference Model ld4lt session  March, 3rd, 2015Lider Reference Model ld4lt session  March, 3rd, 2015
Lider Reference Model ld4lt session March, 3rd, 2015
 
GLENNA: The Nordic cloud
GLENNA: The Nordic cloud GLENNA: The Nordic cloud
GLENNA: The Nordic cloud
 
Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009Itz Lecture Bi & Web Tech Standards Feb 2009
Itz Lecture Bi & Web Tech Standards Feb 2009
 
Geospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL ServicesGeospatial Ontologies and GeoSPARQL Services
Geospatial Ontologies and GeoSPARQL Services
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
 
Linked Data and Semantic Web Application Development by Peter Haase
Linked Data and Semantic Web Application Development by Peter HaaseLinked Data and Semantic Web Application Development by Peter Haase
Linked Data and Semantic Web Application Development by Peter Haase
 

Mehr von PlanetData Network of Excellence

A Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoA Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoPlanetData Network of Excellence
 
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksOn Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksPlanetData Network of Excellence
 
Towards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingTowards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingPlanetData Network of Excellence
 
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamDemo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamPlanetData Network of Excellence
 
On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingPlanetData Network of Excellence
 
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...PlanetData Network of Excellence
 
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchLinking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchPlanetData Network of Excellence
 
SciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSSciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSPlanetData Network of Excellence
 
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduceScalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReducePlanetData Network of Excellence
 
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...PlanetData Network of Excellence
 
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsTowards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsPlanetData Network of Excellence
 
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...PlanetData Network of Excellence
 

Mehr von PlanetData Network of Excellence (20)

Dl2014 slides
Dl2014 slidesDl2014 slides
Dl2014 slides
 
A Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about TrentinoA Contextualized Knowledge Repository for Open Data about Trentino
A Contextualized Knowledge Repository for Open Data about Trentino
 
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching NetworksOn Leveraging Crowdsourcing Techniques for Schema Matching Networks
On Leveraging Crowdsourcing Techniques for Schema Matching Networks
 
Towards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory SensingTowards Enabling Probabilistic Databases for Participatory Sensing
Towards Enabling Probabilistic Databases for Participatory Sensing
 
Privacy-Preserving Schema Reuse
Privacy-Preserving Schema ReusePrivacy-Preserving Schema Reuse
Privacy-Preserving Schema Reuse
 
Pay-as-you-go Reconciliation in Schema Matching Networks
Pay-as-you-go Reconciliation in Schema Matching NetworksPay-as-you-go Reconciliation in Schema Matching Networks
Pay-as-you-go Reconciliation in Schema Matching Networks
 
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstreamDemo: tablet-based visualisation of transport data in Madrid using SPARQLstream
Demo: tablet-based visualisation of transport data in Madrid using SPARQLstream
 
On the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream ProcessingOn the need for a W3C community group on RDF Stream Processing
On the need for a W3C community group on RDF Stream Processing
 
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
Urbanopoly: Collection and Quality Assessment of Geo-spatial Linked Data via ...
 
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatchLinking Smart Cities Datasets with Human Computation: the case of UrbanMatch
Linking Smart Cities Datasets with Human Computation: the case of UrbanMatch
 
SciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMSSciQL, Bridging the Gap between Science and Relational DBMS
SciQL, Bridging the Gap between Science and Relational DBMS
 
CLODA: A Crowdsourced Linked Open Data Architecture
CLODA: A Crowdsourced Linked Open Data ArchitectureCLODA: A Crowdsourced Linked Open Data Architecture
CLODA: A Crowdsourced Linked Open Data Architecture
 
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduceScalable Nonmonotonic Reasoning over RDF Data Using MapReduce
Scalable Nonmonotonic Reasoning over RDF Data Using MapReduce
 
Data and Knowledge Evolution
Data and Knowledge Evolution  Data and Knowledge Evolution
Data and Knowledge Evolution
 
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...Evolution of Workflow Provenance Information in the Presence of Custom Infere...
Evolution of Workflow Provenance Information in the Presence of Custom Infere...
 
Access Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract ModelsAccess Control for RDF graphs using Abstract Models
Access Control for RDF graphs using Abstract Models
 
Arrays in Databases, the next frontier?
Arrays in Databases, the next frontier?Arrays in Databases, the next frontier?
Arrays in Databases, the next frontier?
 
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of FactsTowards Parallel Nonmonotonic Reasoning with Billions of Facts
Towards Parallel Nonmonotonic Reasoning with Billions of Facts
 
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
Automation in Cytomics: A Modern RDBMS Based Platform for Image Analysis and ...
 
Heuristic based Query Optimisation for SPARQL
Heuristic based Query Optimisation for SPARQLHeuristic based Query Optimisation for SPARQL
Heuristic based Query Optimisation for SPARQL
 

Kürzlich hochgeladen

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Kürzlich hochgeladen (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

PlanetData: Consuming Structured Data at Web Scale

  • 1. PlanetData: Consuming Structured Data at Web Scale Elena Simperl, Barry Norton, Karlsruhe Institute of Technology 1st International Symposium on Data-driven Process Discovery and Analysis June 30, 2011, Campione d’Italia, Italy
  • 2. PlanetData‘s Aim and Objectives  Aim: establish an interdisciplinary, sustainable European community on large-scale data management ◦ Purposeful data exposure Databases ◦ Novel and improved applications Data and Semantics Web Mining • Objectives ◦ Addressing challenges through integrated research ◦ Data and technology provisioning through PlanetData Lab ◦ Impact through training, dissemination, standardization and networking ◦ Openness and flexibility through PlanetData Programs
  • 3. Work Plan Highlights  Methods and techniques to publish, access and manage stream- like data  Quality assessment of interlinked data sets, including best practices for the representation and usage of spatio-temporal information  Provenance and access control framework for Linked (Stream) Data  Data sets and vocabularies, including best practices for publishing and managing self-descriptive data  Linked Services and Processes as an instrument to develop applications  Yearly summer school co-located with the Extended Semantic Web Conference  Semantic Web video journal  PlanetData Programs
  • 4. The Rise of Linked Data 8/10/2011 Slide 4 of x
  • 5. Data.gov & public sector information  Many data sets useful for business intelligence
  • 6. BBC & Media  Value of content increased by Linked Data
  • 7. BestBuy & eCommerce  Structured mark-up increases visibility
  • 8. Linked Data Cloud  Taken together Linked Data is said to form a ‘cloud’ of shared references and vocabularies (growing on a weekly basis)
  • 9. Linked Data Principles 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.  Bring together semantic technologies and the Web architecture  Applied to other types of data as well: stream- like, multimedia…
  • 10. Consuming Linked Data 8/10/2011 Slide 10 of x
  • 11. Services Over Linked Data  A problem can be seen in the current Linked Data sphere when it comes to services/APIs/functionalities  The standards are often not then used  The results of service interaction do not contribute to the Linked Data cloud  Developers have to work with heterogeneous representations RDF
  • 12. RDF Services at the BBC  This is not a problem of scale, efficiency or speed RDF-based communication efficiently realised using memcached 04.08.201 Real-time updates to a large 0 (ferocious) audience
  • 13. Linked Open Services  Aim to promote services over Linked Data bringing together:  RESTful services (respecting Web architecture) ◦ Resource-oriented ◦ Manipulated with HTTP verbs  GET, PUT (, PATCH), POST, DELETE ◦ Negotiate representations  Linked Data ◦ Uniform use of URIs ◦ Use of RDF and SPARQL
  • 14. Linked Services: Principles  Concretely, Linked Open Services come with a set of guiding principles: 1. Describe services as LOD prosumers with input and output descriptions as SPARQL graph patterns 2. Communicate RDF by RESTful content negotiation 3. Communicate and describe the knowledge contribution resulting from service interaction, including implicit knowledge relating input, output and service provider  Associated with the last principle is an optional fourth: 4. When wrapping non-LOS services, extend the (lifted, if non-RDF) message to make explicit the implicit knowledge, and to use Linked Data vocabularies, using SPARQL CONSTRUCT queries http://www.linkedopenservices.org/blog/?page_id=2
  • 15. LOS Weather Service Input: [a wgs84:Point; wgs84:lat ?lat; wgs84:long ?long] Output:[met:weatherObservation [ weather:hasStationID ?icao geonames:inCountry ?country; ... weather:hasWindEvent [weather:windDirection ?windDirection], [weather:windSpeed ?windSpeed]
  • 16. Linked Processes: Principles  In order to compose Linked Services we are not specific about the style, except that RDF must be stored and forwarded  Principles: ◦ Decide control flow conditions based on SPARQL ASK queries ◦ Base iteration on SPARQL SELECT queries ◦ Define dataflow/mediation based on SPARQL CONSTRUCT queries  In this way compositions, ‘mash-up’s, etc., also use the languages/technologies most familiar to the Linked Data community
  • 17. LOP Media Monitoring Process  A Social Media Manager is required to monitor (micro)blogging sites and respond to negative comments: 10.08.2011
  • 18. Composition Service 1  A service may monitor the ‘Twittersphere’ for tweets with a given tag Harvest Input: {?t a sioc_t:Tag; rdfs:label ?l} Output: {?p a sioc_t:MicroblogPost; sioc:topic ?t; sioc:has_creator ?m; sioc:content ?c . OPTIONAL {?p sioc:addressed_to ?a}} 10.08.2011
  • 19. Composition Service 2  A sentiment analysis service may annotate (micro)blog posts according to, e.g., the Human Emotion Ontology AnalyseSentiment Input: {?p a sioc:Post; sioc:content ?c} Output: {?e a heo:Emotion; heo:hasManifestationInMedia ?p; heo:hasCategory ?c} 10.08.2011
  • 20. Composition Service 3  A human service selects among possible combinations of these and optionally raises a response ManageMicroblog Input: {?p a sioc_t:MicroblogPost; sioc:has_creator ?m. ?e heo:hasManifestationInMedia ?p. {?e heo:hasCategory heo:anger UNION ?e heo:hasCategory heo:disgust}} Output: {OPTIONAL {?r a sioc_t:MicroblogPost; sioc:addressed_to ?m}} 10.08.2011
  • 21. PlanetData Collaborations 8/10/2011 Slide 22 of x
  • 22. http://www.planet-data.eu Join PlanetData  Associate partners have  Access to open training infrastructure  Early access to ongoing PD results through participation in PlanetData meetings  Opportunity to shape the results and topics of the PD Programs through contribution of requirements and use cases  PlanetData Programs call in 2012