SlideShare uma empresa Scribd logo
1 de 20
6/10/2011 U.S. Environmental Protection Agency 1 Linked GeoData #WhereCampDC  2011 David G. Smith PE PLS USEPA Office of Environmental Information 202-566-0797 SmithG.David@epa.gov Twitter:@DruidSmith
Linked DataWhat’s It All About? Speak the Language of the Web Just as you surf web pages, linked data lets you surf data. SOAP was about making the web try to work like applications; REST was about making applications work like the web. Linked Data is about making your DATA work like the web. 6/10/2011 U.S. Environmental Protection Agency 2
Linked DataWhat’s The Big Fuss? Business Case Galore Address the non-hierarchical nature of organizations Combine information sources on the fly W3C standards for interoperability to freely move data US Data Warehouse market in 2010 was $10B http://www.slideshare.net/bhylandwood/bernadette-hyland-semtech-2011-west-linked-data-cookbook 6/10/2011 U.S. Environmental Protection Agency 3
Linked Data Cloud http://richard.cyganiak.de/2007/10/lod/ 6/10/2011 U.S. Environmental Protection Agency 4
Linked Data Basics Speak the Language of the Web Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL) Include links to other URIs, so that they can discover more things. http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 5
Linked Data Basics Tim Berners-Lee:  5-Star model for publishing data http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 6
Linked Data Basics RDF Structure: Triples, much as one might deal with in graphs and other structures, with arcs and nodes – similar to ERDs and Class Diagrams Special sauce:  These elements can be identified with URIs – not only makes them unique, it is self-describing and dereferenceable for more information! http://www.w3.org/TR/rdf-concepts/ http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 7
Linked Data Basics RDF Structure: http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 8
Linked Data Basics RDF Structure: Represent the data in a common format, e.g.  RDF/XML,  Notation-3 (N3),  Turtle (.ttl),  N-Triples,  RDFa, and  RDF/JSON http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 9
Linked Data Best Practices Machine readable format HUMAN readable descriptions Visibility for search engines RDFa and microformats voID descriptions - http://vocab.deri.ie/void http://www.slideshare.net/bhylandwood/bernadette-hyland-semtech-2011-west-linked-data-cookbook 6/10/2011 U.S. Environmental Protection Agency 10
Linked Data Basics Okay, so how do I use it? Query it, just as you would run a SQL query, i.e. SPARQL “Find me the capital of all countries in Africa” PREFIX abc: <nul://sparql/exampleOntology#> . SELECT ?capital ?country WHERE {   ?x abc:cityname ?capital ; abc:isCapitalOf ?y.   ?y abc:countryname ?country ; abc:isInContinentabc:Africa. } http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 11
Linked Data and Geo So is this linked data stuff all unicorns and rainbows? http://en.wikipedia.org/wiki/File:The_Hunt_of_the_Unicorn_Tapestry_7.jpg 6/10/2011 U.S. Environmental Protection Agency 12
Linked Data and Geo Linked GeoData Some decisions to be made, complexity-dependent http://www.w3.org/2003/01/geo/<geo:lat_long>51.4,-0.02</geo:lat_long> GeoRSS GML WKT WorldKit http://www.w3.org/wiki/GeoRDF 6/10/2011 U.S. Environmental Protection Agency 13
Linked Data and Geo What’s Going On? UK – Ordnance Survey http://data.ordnancesurvey.co.uk/.html 6/10/2011 U.S. Environmental Protection Agency 14
Linked Data and Geo What’s Going On? OSM - LinkedGeoData http://linkedgeodata.org/About 6/10/2011 U.S. Environmental Protection Agency 15
Linked Data and Geo What’s Going On? GeoNames http://www.geonames.org/ontology/documentation.html 6/10/2011 U.S. Environmental Protection Agency 16
Linked Data and Geo What’s Going On? OGC - GeoSPARQL http://www.opengeospatial.org/projects/groups/geosparqlswg 6/10/2011 U.S. Environmental Protection Agency 17 SELECT ?f WHERE { ?f my:hasPointGeometry ?fGeom . ?fGeomogc:asWKT ?fWKT . FILTER (ogcf:relate(?fWKT, “<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Polygon ((-83.5 34.0, -83.5 34.3, -83.1 34.3, -83.1 34.0, -83.5 34.0))”^^ogc:WKTLiteral, ogc:within)) }
Linked Data and Geo What is EPA doing? Facility Registry System Soon: Toxic Release Inventory Substance Registry Collaborating CIO Committee DAS SOCOP http://socop.org/ HHS, USGS http://www.w3.org/2011/gld/charter 6/10/2011 U.S. Environmental Protection Agency 18
Linked Data Cloud Here’s where the Cloud is… Where Are You? http://richard.cyganiak.de/2007/10/lod/ 6/10/2011 U.S. Environmental Protection Agency 19
Thanks/Questions David G. Smith PE PLS USEPA Office of Environmental Information 202-566-0797 SmithG.David@epa.gov Twitter:@DruidSmith 6/10/2011 U.S. Environmental Protection Agency 20

Mais conteúdo relacionado

Mais procurados

EDF2012: The Web of Data and its Five Stars
EDF2012: The Web of Data and its Five StarsEDF2012: The Web of Data and its Five Stars
EDF2012: The Web of Data and its Five Stars
Richard Cyganiak
 

Mais procurados (19)

Web Data Management with RDF
Web Data Management with RDFWeb Data Management with RDF
Web Data Management with RDF
 
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogCataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
 
2009 11 icudl
2009 11 icudl2009 11 icudl
2009 11 icudl
 
RDF data model
RDF data modelRDF data model
RDF data model
 
An Introduction to EZID
An Introduction to EZIDAn Introduction to EZID
An Introduction to EZID
 
Creating Incentives
Creating IncentivesCreating Incentives
Creating Incentives
 
2014 11-17 crichton institute talk on open data
2014 11-17 crichton institute talk on open data2014 11-17 crichton institute talk on open data
2014 11-17 crichton institute talk on open data
 
Erdmann apr28-2
Erdmann apr28-2Erdmann apr28-2
Erdmann apr28-2
 
Introducing linked data
Introducing linked dataIntroducing linked data
Introducing linked data
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in Libraries
 
DBpedia InsideOut
DBpedia InsideOutDBpedia InsideOut
DBpedia InsideOut
 
EDF2012: The Web of Data and its Five Stars
EDF2012: The Web of Data and its Five StarsEDF2012: The Web of Data and its Five Stars
EDF2012: The Web of Data and its Five Stars
 
It19 20140721 linked data personal perspective
It19 20140721 linked data personal perspectiveIt19 20140721 linked data personal perspective
It19 20140721 linked data personal perspective
 
RDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFaRDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFa
 
Quick Linked Data Introduction
Quick Linked Data IntroductionQuick Linked Data Introduction
Quick Linked Data Introduction
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & Museums
 
The State of Linked Government Data
The State of Linked Government DataThe State of Linked Government Data
The State of Linked Government Data
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 

Semelhante a Linked GeoData - WhereCampDC 20110610

2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
vafopoulos
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
vafopoulos
 
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
Data Beers
 

Semelhante a Linked GeoData - WhereCampDC 20110610 (20)

Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)Linked Data for Architecture, Engineering and Construction (AEC)
Linked Data for Architecture, Engineering and Construction (AEC)
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
 
Going for GOLD - Adventures in Open Linked Metadata
Going for GOLD - Adventures in Open Linked MetadataGoing for GOLD - Adventures in Open Linked Metadata
Going for GOLD - Adventures in Open Linked Metadata
 
Linked Data
Linked DataLinked Data
Linked Data
 
Jarrar: Introduction to Linked Data
Jarrar: Introduction to Linked DataJarrar: Introduction to Linked Data
Jarrar: Introduction to Linked Data
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to Practice
 
Jarrar: Linked Data
Jarrar: Linked DataJarrar: Linked Data
Jarrar: Linked Data
 
Linked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale IntegrationLinked Data Driven Data Virtualization for Web-scale Integration
Linked Data Driven Data Virtualization for Web-scale Integration
 
Discovering Resume Information using linked data  
Discovering Resume Information using linked data  Discovering Resume Information using linked data  
Discovering Resume Information using linked data  
 
Semantic web assignment1
Semantic web assignment1Semantic web assignment1
Semantic web assignment1
 
Linked Data Management
Linked Data ManagementLinked Data Management
Linked Data Management
 
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
[Databeers] 06/05/2014 - Boris Villazon: “Data Integration - A Linked Data ap...
 
Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database  Linked Data Generation for the University Data From Legacy Database
Linked Data Generation for the University Data From Legacy Database
 
Introducción a Linked Open Data (espacios enlazados y enlazables)
Introducción a Linked Open Data (espacios enlazados y enlazables)Introducción a Linked Open Data (espacios enlazados y enlazables)
Introducción a Linked Open Data (espacios enlazados y enlazables)
 
Linked sensor data
Linked sensor dataLinked sensor data
Linked sensor data
 
When RDFa?
When RDFa?When RDFa?
When RDFa?
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
 

Mais de Dave Smith / USEPA Office of Environmental Information

Mais de Dave Smith / USEPA Office of Environmental Information (11)

DC Web API Meetup Oct 4 2016
DC Web API Meetup Oct 4 2016DC Web API Meetup Oct 4 2016
DC Web API Meetup Oct 4 2016
 
GeoDC Maker Talks: GPS-Enabled Sensor Platforms using Arduino
GeoDC Maker Talks:  GPS-Enabled Sensor Platforms using ArduinoGeoDC Maker Talks:  GPS-Enabled Sensor Platforms using Arduino
GeoDC Maker Talks: GPS-Enabled Sensor Platforms using Arduino
 
FRS Emergency Response Data Quality Initiatives
FRS Emergency Response Data Quality InitiativesFRS Emergency Response Data Quality Initiatives
FRS Emergency Response Data Quality Initiatives
 
Chemical Facilities Safety - Executive Order 13560
Chemical Facilities Safety - Executive Order 13560Chemical Facilities Safety - Executive Order 13560
Chemical Facilities Safety - Executive Order 13560
 
HIFLD Presentation Fall 2013
HIFLD Presentation Fall 2013HIFLD Presentation Fall 2013
HIFLD Presentation Fall 2013
 
Linked Data W3C 20110629
Linked Data W3C  20110629Linked Data W3C  20110629
Linked Data W3C 20110629
 
ESRI DevMeetup 201100607
ESRI DevMeetup 201100607ESRI DevMeetup 201100607
ESRI DevMeetup 201100607
 
Health Data Initiative 20110609
Health Data Initiative 20110609Health Data Initiative 20110609
Health Data Initiative 20110609
 
FRS Linked Open Data Concept v1.3 20101130
FRS Linked Open Data Concept v1.3 20101130FRS Linked Open Data Concept v1.3 20101130
FRS Linked Open Data Concept v1.3 20101130
 
EcoInformatics FRS Presentation 20101206
EcoInformatics FRS Presentation 20101206EcoInformatics FRS Presentation 20101206
EcoInformatics FRS Presentation 20101206
 
EcoInformatics FRS Presentation - Discussion 20101206
EcoInformatics FRS Presentation - Discussion 20101206EcoInformatics FRS Presentation - Discussion 20101206
EcoInformatics FRS Presentation - Discussion 20101206
 

Último

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
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
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
Safe Software
 

Último (20)

Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
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
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
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
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
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
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
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
 
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...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
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 New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Linked GeoData - WhereCampDC 20110610

  • 1. 6/10/2011 U.S. Environmental Protection Agency 1 Linked GeoData #WhereCampDC 2011 David G. Smith PE PLS USEPA Office of Environmental Information 202-566-0797 SmithG.David@epa.gov Twitter:@DruidSmith
  • 2. Linked DataWhat’s It All About? Speak the Language of the Web Just as you surf web pages, linked data lets you surf data. SOAP was about making the web try to work like applications; REST was about making applications work like the web. Linked Data is about making your DATA work like the web. 6/10/2011 U.S. Environmental Protection Agency 2
  • 3. Linked DataWhat’s The Big Fuss? Business Case Galore Address the non-hierarchical nature of organizations Combine information sources on the fly W3C standards for interoperability to freely move data US Data Warehouse market in 2010 was $10B http://www.slideshare.net/bhylandwood/bernadette-hyland-semtech-2011-west-linked-data-cookbook 6/10/2011 U.S. Environmental Protection Agency 3
  • 4. Linked Data Cloud http://richard.cyganiak.de/2007/10/lod/ 6/10/2011 U.S. Environmental Protection Agency 4
  • 5. Linked Data Basics Speak the Language of the Web Use URIs as names for things Use HTTP URIs so that people can look up those names. When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL) Include links to other URIs, so that they can discover more things. http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 5
  • 6. Linked Data Basics Tim Berners-Lee: 5-Star model for publishing data http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 6
  • 7. Linked Data Basics RDF Structure: Triples, much as one might deal with in graphs and other structures, with arcs and nodes – similar to ERDs and Class Diagrams Special sauce: These elements can be identified with URIs – not only makes them unique, it is self-describing and dereferenceable for more information! http://www.w3.org/TR/rdf-concepts/ http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 7
  • 8. Linked Data Basics RDF Structure: http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 8
  • 9. Linked Data Basics RDF Structure: Represent the data in a common format, e.g. RDF/XML, Notation-3 (N3), Turtle (.ttl), N-Triples, RDFa, and RDF/JSON http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 9
  • 10. Linked Data Best Practices Machine readable format HUMAN readable descriptions Visibility for search engines RDFa and microformats voID descriptions - http://vocab.deri.ie/void http://www.slideshare.net/bhylandwood/bernadette-hyland-semtech-2011-west-linked-data-cookbook 6/10/2011 U.S. Environmental Protection Agency 10
  • 11. Linked Data Basics Okay, so how do I use it? Query it, just as you would run a SQL query, i.e. SPARQL “Find me the capital of all countries in Africa” PREFIX abc: <nul://sparql/exampleOntology#> . SELECT ?capital ?country WHERE { ?x abc:cityname ?capital ; abc:isCapitalOf ?y. ?y abc:countryname ?country ; abc:isInContinentabc:Africa. } http://en.wikipedia.org/wiki/Resource_Description_Framework http://www.w3.org/DesignIssues/LinkedData.html 6/10/2011 U.S. Environmental Protection Agency 11
  • 12. Linked Data and Geo So is this linked data stuff all unicorns and rainbows? http://en.wikipedia.org/wiki/File:The_Hunt_of_the_Unicorn_Tapestry_7.jpg 6/10/2011 U.S. Environmental Protection Agency 12
  • 13. Linked Data and Geo Linked GeoData Some decisions to be made, complexity-dependent http://www.w3.org/2003/01/geo/<geo:lat_long>51.4,-0.02</geo:lat_long> GeoRSS GML WKT WorldKit http://www.w3.org/wiki/GeoRDF 6/10/2011 U.S. Environmental Protection Agency 13
  • 14. Linked Data and Geo What’s Going On? UK – Ordnance Survey http://data.ordnancesurvey.co.uk/.html 6/10/2011 U.S. Environmental Protection Agency 14
  • 15. Linked Data and Geo What’s Going On? OSM - LinkedGeoData http://linkedgeodata.org/About 6/10/2011 U.S. Environmental Protection Agency 15
  • 16. Linked Data and Geo What’s Going On? GeoNames http://www.geonames.org/ontology/documentation.html 6/10/2011 U.S. Environmental Protection Agency 16
  • 17. Linked Data and Geo What’s Going On? OGC - GeoSPARQL http://www.opengeospatial.org/projects/groups/geosparqlswg 6/10/2011 U.S. Environmental Protection Agency 17 SELECT ?f WHERE { ?f my:hasPointGeometry ?fGeom . ?fGeomogc:asWKT ?fWKT . FILTER (ogcf:relate(?fWKT, “<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Polygon ((-83.5 34.0, -83.5 34.3, -83.1 34.3, -83.1 34.0, -83.5 34.0))”^^ogc:WKTLiteral, ogc:within)) }
  • 18. Linked Data and Geo What is EPA doing? Facility Registry System Soon: Toxic Release Inventory Substance Registry Collaborating CIO Committee DAS SOCOP http://socop.org/ HHS, USGS http://www.w3.org/2011/gld/charter 6/10/2011 U.S. Environmental Protection Agency 18
  • 19. Linked Data Cloud Here’s where the Cloud is… Where Are You? http://richard.cyganiak.de/2007/10/lod/ 6/10/2011 U.S. Environmental Protection Agency 19
  • 20. Thanks/Questions David G. Smith PE PLS USEPA Office of Environmental Information 202-566-0797 SmithG.David@epa.gov Twitter:@DruidSmith 6/10/2011 U.S. Environmental Protection Agency 20