SlideShare uma empresa Scribd logo
1 de 22
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

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
LOD2 Creating Knowledge out of Interlinked Data
 

Mais procurados (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
 

Destaque (8)

We are the data
We are the dataWe are the data
We are the data
 
Sssc2011 semsphere
Sssc2011 semsphereSssc2011 semsphere
Sssc2011 semsphere
 
Methods and guidelines for the design and analysis of online citizen science
Methods and guidelines for the design and analysis of online citizen scienceMethods and guidelines for the design and analysis of online citizen science
Methods and guidelines for the design and analysis of online citizen science
 
Wims2012
Wims2012Wims2012
Wims2012
 
Human computation and the Semantic Web (examples)
Human computation and the Semantic Web (examples)Human computation and the Semantic Web (examples)
Human computation and the Semantic Web (examples)
 
Insemtives iswc2011 session1
Insemtives iswc2011 session1Insemtives iswc2011 session1
Insemtives iswc2011 session1
 
Insemtives semtech2010-20100622
Insemtives semtech2010-20100622Insemtives semtech2010-20100622
Insemtives semtech2010-20100622
 
Eswc2012 ss ontologies
Eswc2012 ss ontologiesEswc2012 ss ontologies
Eswc2012 ss ontologies
 

Semelhante a Planetdata simpda

Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
Dublinked .
 
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
Sanjay Padhi, Ph.D
 
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
 
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
subramanian K
 

Semelhante a Planetdata simpda (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
 

Mais de Elena Simperl

One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
Elena Simperl
 

Mais de Elena Simperl (20)

This talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing scienceThis talk was not generated with ChatGPT: how AI is changing science
This talk was not generated with ChatGPT: how AI is changing science
 
Knowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generationKnowledge graph use cases in natural language generation
Knowledge graph use cases in natural language generation
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
The web of data: how are we doing so far
The web of data: how are we doing so farThe web of data: how are we doing so far
The web of data: how are we doing so far
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
 
Open government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impactOpen government data portals: from publishing to use and impact
Open government data portals: from publishing to use and impact
 
Ten myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdfTen myths about knowledge graphs.pdf
Ten myths about knowledge graphs.pdf
 
What Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineeringWhat Wikidata teaches us about knowledge engineering
What Wikidata teaches us about knowledge engineering
 
Data commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdfData commons and their role in fighting misinformation.pdf
Data commons and their role in fighting misinformation.pdf
 
Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?Are our knowledge graphs trustworthy?
Are our knowledge graphs trustworthy?
 
The web of data: how are we doing so far?
The web of data: how are we doing so far?The web of data: how are we doing so far?
The web of data: how are we doing so far?
 
Crowdsourcing and citizen engagement for people-centric smart cities
Crowdsourcing and citizen engagement for people-centric smart citiesCrowdsourcing and citizen engagement for people-centric smart cities
Crowdsourcing and citizen engagement for people-centric smart cities
 
Pie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on TwitterPie chart or pizza: identifying chart types and their virality on Twitter
Pie chart or pizza: identifying chart types and their virality on Twitter
 
High-value datasets: from publication to impact
High-value datasets: from publication to impactHigh-value datasets: from publication to impact
High-value datasets: from publication to impact
 
The story of Data Stories
The story of Data StoriesThe story of Data Stories
The story of Data Stories
 
The human face of AI: how collective and augmented intelligence can help sol...
The human face of AI:  how collective and augmented intelligence can help sol...The human face of AI:  how collective and augmented intelligence can help sol...
The human face of AI: how collective and augmented intelligence can help sol...
 
Qrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart citiesQrowd and the city: designing people-centric smart cities
Qrowd and the city: designing people-centric smart cities
 
One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
One does not simply crowdsource the Semantic Web: 10 years with people, URIs,...
 
Qrowd and the city
Qrowd and the cityQrowd and the city
Qrowd and the city
 
Inclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approachInclusive cities: a crowdsourcing approach
Inclusive cities: a crowdsourcing approach
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 

Planetdata simpda

  • 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