SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Downloaden Sie, um offline zu lesen
SoER makes SENSE
        towards a Shared European and National State of the Environment


                          Antonio De Marinis
        Click to edit Master subtitle style
                        European Environment Agency
                                  eea.europa.eu




     Technical Workshop
9/26/09 meeting 23 Feb 2010
  NRC IS
SOER website
Content provision

                                  SENSE




Scenario 1   Scenario 2   Scenario 3
         I
Manual upload via Plone
SENSE: Automatic content sharing
Why SENSE?

To automatically
    fetch,
    synchronize,
    publish
    share
national SOER information and data across Europe and even
   the entire web
How?
What data format?
   RDF/XML
Why RDF/XML?
  widely accepted open standard
  from
  Used for Linked Data and the wider
  Semantic Web initiatives around the world
The Semantic Web provides a common framework that allows
 data to be shared and reused across application, enterprise,
 and community boundaries
(World Wide Web Consortium - W3C, 2009)
What is RDF/XML?
 RDF stands for systems as web pages (HTML) stands for
 humans
 RDF is a standard framework to describe structured data
 With RDF it is possible to share and link raw data across the
 web
 It enable to browse and query the data, no matter where it is
Simple and powerful data model
XML base syntax (RDF is XML)
Supports XML schema data types
Express statements about any resource
Provides formal semantics and provable inference
Therefore it supports logic programming and reasoning
Semantic web layercake diagram
What is Linked Data?

 a term used to describe a recommended best practice for
exposing, sharing, and connecting pieces of data,
information, and knowledge on the Semantic Web using
URIs and RDF."
LinkedData




           EnvData
EnvData                          EnvData
           EEA-Eionet
Eurostat                         Country
           (reportnet)
                         SENSE
Our long term vision
create the web of environmental data
RDF Basic concepts
RDF Model

                       Predicate
    Subject                                   Object
                       (property)




      sentence: Mr. De Marinis likes Italian wine



                          likes
      Mr. De                                        Italian
     Marinis             (property)                 wine
RDF/XML representation
1. <?xml version="1.0"?>

2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

3.         xmlns= http://wine.com/ >



4. <rdf:Description rdf:about="http://www.eea.europa.eu/staff/MrDeMarinis">

5.   <likes>Italian wine</likes>

6. </rdf:Description>



7. </rdf:RDF>
RDF applied to SoER C
      - SENSE -
SoER C: Class diagram
RDF model example
 SoER sentence: Water bodies located in Norway are in a
               good environmental condition.


  Translates into the following RDF graph:


                              location
          Water
                                              Norway
         bodies



                          condition
                                              good
RDF/XML representation
1.   <?xml version="1.0"?>

2.   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

3.         xmlns="http://www.eea.europa.eu/soer/1.0# ">



4.   <rdf:Description rdf:about="http://www.environment.no/water-bodies">

5.   <location>Norway</location>

6.   <condition>good</condition>

7.   </rdf:Description>



8.   </rdf:RDF>
National Story RDF example
Triples of the data model
Several National Stories

Sequentially add all national stories in same RDF feed:
    <rdf:RDF xml:lang="en" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-
    syntax-ns#" xmlns="http://www.eea.europa.eu/soer/1.0#">
     <NationalStory rdf:about="...">
      ...
     </NationalStory>
     <NationalStory rdf:about="...">
      ...
     </NationalStory>
    </rdf:RDF>
SENSE RDF with figures and data




1




2
Figures and data, alternative RDF representation

    1. <Figure rdf:about="http://www.environment.no/vannkvalitet_07.gif">
    2.
    3.          <dataSource rdf:resource="http://www.environment.no/Maps-and-
         data/Data/?spraak=EN&amp;dsID=AKUTT"/>
    4. </Figure>
1

    5. <DataFile rdf:about="http://www.environment.no/Maps-and-
       data/Data/?spraak=EN&amp;dsID=AKUTT">
    6.        <fileName>AKUTT</fileName>
    7.         <dataURL>http://www.environment.no/Maps-and-
         data/Data/AKUTT/data.xls</dataURL>
2
    8.        <mediaType>application/excel</mediaType>
    9. </DataFile>
Geographical coverage and logic deduction

    biogeographical regions like Alpine region or Baltic sea.


         <NationalStory rdf:about="http://www.environment.it/alpine-water-bodies">
            <question>What are the state and impacts?</question>
            <topic>freshwater</topic>
            <keyMessage>Global climate change poses a grave threat to the alpine
1             hydrological system, altering precipitation, snow-cover patterns and
              glaciers, with further effects downstream.</keyMessage>
            <pubDate>2009-05-15</pubDate>
            <geoCoverage
            rdf:resource="http://rdfdata.eionet.europa.eu/article17/bioregions/ALP "
       />
        </NationalStory>
2
    Why not Italy, France, Austria etc ?
    The other geographical coverage can be inferred automatically, deduced by semantic
       (logic) rules. We have linked the bioregions to country regions.

    The same can be done for NUTS code.
Geographical coverage

    <geoCoverage
        rdf:resource="http://rdfdata.eionet.europa.eu/article17/bioregions/ALP " />


    Countries:
           spatial country coverage in Reportnet
1
        For trans-boundary assessments:
       biogeographical regions like Alpine region or Baltic sea.
       International river basin districts
       or sub-national regions like NUTS regions

2
Deduction on topic

    <NationalStory rdf:about="http://www.environment.it/alpine-water-bodies">

         <topic>freshwater</topic>

    </NationalStory>

1
    Deduction by Gemet Thesaurus (now in RDF), we get more topics:

        surface water (BT)
        flowing water (NT)
        ice (NT)
        river water (NT)

2
    We gain much more knowledge and power by linking data and applying
       reasoning.
Conclusions
  The SENSE principles: shared SOER
  information
  How? via semantic web technology
  The potential of Linked Data and RDF
  RDF applied on SOER part C
  Inspiration for future development of the
  web of environmental data!
Further reading and references
  SENSE project intro:
  http://svn.eionet.europa.eu/projects/Zope/wiki/SENSE
  SENSE XML/RDF Specification:
  http://svn.eionet.europa.eu/projects/Zope/wiki/SOERFeedSpec
  The next Web of open, linked data: Tim Berners-Lee on TED
  http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html
  Linked Data http://linkeddata.org/
  Linked Data Tutorial http://www4.wiwiss.fu-
  berlin.de/bizer/pub/LinkedDataTutorial/
  RDF Primer http://www.w3.org/TR/REC-rdf-syntax/
  Semantic web http://www.w3.org/2001/sw/
Let's make SENSE!

Weitere ähnliche Inhalte

Ähnlich wie Towards a Shared European and National State of the Environment - SoER makes SENSE - LinkedData (RDF) applied to Environment - Antonio De Marinis (EEA)

‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...CONUL Conference
 
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
 
Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Peter Waher
 
Web 3.0 & io t (en)
Web 3.0 & io t (en)Web 3.0 & io t (en)
Web 3.0 & io t (en)Rikard Strid
 
Semantic Technology for Development: Semantic Web without the Web?
Semantic Technology for Development: Semantic Web without the Web?Semantic Technology for Development: Semantic Web without the Web?
Semantic Technology for Development: Semantic Web without the Web?Victor de Boer
 
Publishing linked data from relational databases
Publishing linked data from relational databasesPublishing linked data from relational databases
Publishing linked data from relational databasesIván Ruiz-Rube
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 
WSO2 Application Server - Product Overview
WSO2 Application Server - Product OverviewWSO2 Application Server - Product Overview
WSO2 Application Server - Product OverviewWSO2
 
DEMETER at OGC Agriculture Session
DEMETER at OGC Agriculture SessionDEMETER at OGC Agriculture Session
DEMETER at OGC Agriculture SessionH2020 DEMETER
 
20110330 bruxelles doc_freedom
20110330 bruxelles doc_freedom20110330 bruxelles doc_freedom
20110330 bruxelles doc_freedomStefan Gradmann
 
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Karen R
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Mikael Nilsson
 
Linked Data in Linguistics for NLP and Web Annotation
Linked Data in Linguistics for NLP and Web AnnotationLinked Data in Linguistics for NLP and Web Annotation
Linked Data in Linguistics for NLP and Web AnnotationSebastian Hellmann
 

Ähnlich wie Towards a Shared European and National State of the Environment - SoER makes SENSE - LinkedData (RDF) applied to Environment - Antonio De Marinis (EEA) (20)

Semic 2
Semic 2Semic 2
Semic 2
 
Federated metadata
Federated metadataFederated metadata
Federated metadata
 
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
‘Facilitating User Engagement by Enriching Library Data using Semantic Techno...
 
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
 
Web 3.0 & IoT (English)
Web 3.0 & IoT (English)Web 3.0 & IoT (English)
Web 3.0 & IoT (English)
 
Web 3.0 & io t (en)
Web 3.0 & io t (en)Web 3.0 & io t (en)
Web 3.0 & io t (en)
 
Semantic Technology for Development: Semantic Web without the Web?
Semantic Technology for Development: Semantic Web without the Web?Semantic Technology for Development: Semantic Web without the Web?
Semantic Technology for Development: Semantic Web without the Web?
 
Publishing linked data from relational databases
Publishing linked data from relational databasesPublishing linked data from relational databases
Publishing linked data from relational databases
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 
Linked GeoData - WhereCampDC 20110610
Linked GeoData - WhereCampDC 20110610Linked GeoData - WhereCampDC 20110610
Linked GeoData - WhereCampDC 20110610
 
WSO2 Application Server - Product Overview
WSO2 Application Server - Product OverviewWSO2 Application Server - Product Overview
WSO2 Application Server - Product Overview
 
20110728 datalift-rpi-troy
20110728 datalift-rpi-troy20110728 datalift-rpi-troy
20110728 datalift-rpi-troy
 
Sword Bl 0903[1]
Sword Bl 0903[1]Sword Bl 0903[1]
Sword Bl 0903[1]
 
DEMETER at OGC Agriculture Session
DEMETER at OGC Agriculture SessionDEMETER at OGC Agriculture Session
DEMETER at OGC Agriculture Session
 
20110330 bruxelles doc_freedom
20110330 bruxelles doc_freedom20110330 bruxelles doc_freedom
20110330 bruxelles doc_freedom
 
2005 09 Dc Keynote
2005 09 Dc Keynote2005 09 Dc Keynote
2005 09 Dc Keynote
 
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
Using Dublin Core for DISCOVER: a New Zealand visual art and music resource f...
 
Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19 Chicago LOMRDF update 2003-06-19
Chicago LOMRDF update 2003-06-19
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
 
Linked Data in Linguistics for NLP and Web Annotation
Linked Data in Linguistics for NLP and Web AnnotationLinked Data in Linguistics for NLP and Web Annotation
Linked Data in Linguistics for NLP and Web Annotation
 

Kürzlich hochgeladen

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
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
 

Kürzlich hochgeladen (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 

Towards a Shared European and National State of the Environment - SoER makes SENSE - LinkedData (RDF) applied to Environment - Antonio De Marinis (EEA)

  • 1. SoER makes SENSE towards a Shared European and National State of the Environment Antonio De Marinis Click to edit Master subtitle style European Environment Agency eea.europa.eu Technical Workshop 9/26/09 meeting 23 Feb 2010 NRC IS
  • 3. Content provision SENSE Scenario 1 Scenario 2 Scenario 3 I
  • 5. SENSE: Automatic content sharing Why SENSE? To automatically fetch, synchronize, publish share national SOER information and data across Europe and even the entire web
  • 7. Why RDF/XML? widely accepted open standard from Used for Linked Data and the wider Semantic Web initiatives around the world The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries (World Wide Web Consortium - W3C, 2009)
  • 8. What is RDF/XML? RDF stands for systems as web pages (HTML) stands for humans RDF is a standard framework to describe structured data With RDF it is possible to share and link raw data across the web It enable to browse and query the data, no matter where it is
  • 9. Simple and powerful data model XML base syntax (RDF is XML) Supports XML schema data types Express statements about any resource Provides formal semantics and provable inference Therefore it supports logic programming and reasoning
  • 11. What is Linked Data? a term used to describe a recommended best practice for exposing, sharing, and connecting pieces of data, information, and knowledge on the Semantic Web using URIs and RDF."
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. LinkedData EnvData EnvData EnvData EEA-Eionet Eurostat Country (reportnet) SENSE
  • 18. Our long term vision create the web of environmental data
  • 20. RDF Model Predicate Subject Object (property) sentence: Mr. De Marinis likes Italian wine likes Mr. De Italian Marinis (property) wine
  • 21. RDF/XML representation 1. <?xml version="1.0"?> 2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 3. xmlns= http://wine.com/ > 4. <rdf:Description rdf:about="http://www.eea.europa.eu/staff/MrDeMarinis"> 5. <likes>Italian wine</likes> 6. </rdf:Description> 7. </rdf:RDF>
  • 22. RDF applied to SoER C - SENSE -
  • 23. SoER C: Class diagram
  • 24. RDF model example SoER sentence: Water bodies located in Norway are in a good environmental condition. Translates into the following RDF graph: location Water Norway bodies condition good
  • 25. RDF/XML representation 1. <?xml version="1.0"?> 2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 3. xmlns="http://www.eea.europa.eu/soer/1.0# "> 4. <rdf:Description rdf:about="http://www.environment.no/water-bodies"> 5. <location>Norway</location> 6. <condition>good</condition> 7. </rdf:Description> 8. </rdf:RDF>
  • 27. Triples of the data model
  • 28. Several National Stories Sequentially add all national stories in same RDF feed: <rdf:RDF xml:lang="en" xmlns:rdf="http://www.w3.org/1999/02/22-rdf- syntax-ns#" xmlns="http://www.eea.europa.eu/soer/1.0#"> <NationalStory rdf:about="..."> ... </NationalStory> <NationalStory rdf:about="..."> ... </NationalStory> </rdf:RDF>
  • 29. SENSE RDF with figures and data 1 2
  • 30. Figures and data, alternative RDF representation 1. <Figure rdf:about="http://www.environment.no/vannkvalitet_07.gif"> 2. 3. <dataSource rdf:resource="http://www.environment.no/Maps-and- data/Data/?spraak=EN&amp;dsID=AKUTT"/> 4. </Figure> 1 5. <DataFile rdf:about="http://www.environment.no/Maps-and- data/Data/?spraak=EN&amp;dsID=AKUTT"> 6. <fileName>AKUTT</fileName> 7. <dataURL>http://www.environment.no/Maps-and- data/Data/AKUTT/data.xls</dataURL> 2 8. <mediaType>application/excel</mediaType> 9. </DataFile>
  • 31. Geographical coverage and logic deduction biogeographical regions like Alpine region or Baltic sea. <NationalStory rdf:about="http://www.environment.it/alpine-water-bodies"> <question>What are the state and impacts?</question> <topic>freshwater</topic> <keyMessage>Global climate change poses a grave threat to the alpine 1 hydrological system, altering precipitation, snow-cover patterns and glaciers, with further effects downstream.</keyMessage> <pubDate>2009-05-15</pubDate> <geoCoverage rdf:resource="http://rdfdata.eionet.europa.eu/article17/bioregions/ALP " /> </NationalStory> 2 Why not Italy, France, Austria etc ? The other geographical coverage can be inferred automatically, deduced by semantic (logic) rules. We have linked the bioregions to country regions. The same can be done for NUTS code.
  • 32. Geographical coverage <geoCoverage rdf:resource="http://rdfdata.eionet.europa.eu/article17/bioregions/ALP " /> Countries: spatial country coverage in Reportnet 1 For trans-boundary assessments: biogeographical regions like Alpine region or Baltic sea. International river basin districts or sub-national regions like NUTS regions 2
  • 33. Deduction on topic <NationalStory rdf:about="http://www.environment.it/alpine-water-bodies"> <topic>freshwater</topic> </NationalStory> 1 Deduction by Gemet Thesaurus (now in RDF), we get more topics: surface water (BT) flowing water (NT) ice (NT) river water (NT) 2 We gain much more knowledge and power by linking data and applying reasoning.
  • 34. Conclusions The SENSE principles: shared SOER information How? via semantic web technology The potential of Linked Data and RDF RDF applied on SOER part C Inspiration for future development of the web of environmental data!
  • 35. Further reading and references SENSE project intro: http://svn.eionet.europa.eu/projects/Zope/wiki/SENSE SENSE XML/RDF Specification: http://svn.eionet.europa.eu/projects/Zope/wiki/SOERFeedSpec The next Web of open, linked data: Tim Berners-Lee on TED http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html Linked Data http://linkeddata.org/ Linked Data Tutorial http://www4.wiwiss.fu- berlin.de/bizer/pub/LinkedDataTutorial/ RDF Primer http://www.w3.org/TR/REC-rdf-syntax/ Semantic web http://www.w3.org/2001/sw/