SlideShare a Scribd company logo
Geo-linked data: towards deep integration of
location in the web of data
Dr. Andrew Woolf, Bureau of Meteorology
Information explosion




      http://www.economist.com/node/21537922
Big data




http://strataconf.com/
Data journalism




http://www.guardian.co.uk/data
Data for development




http://data.worldbank.org/
Location

                         http://tweetping.net


“everything happens
somewhere”



      “80% of data is spatial”
BoM: environmental intelligence




          http://www.eea.europa.eu/highlights/
          beyond-gdp/beyond-gdp-final-technical-paper
Spatial integration

                         neo-geography
semantic web
 SDI                           GIS

      SOA                        big data

HPC                          cloud
Spatial data infrastructure?


2010




2020
       http://inspire.jrc.ec.europa.eu/index.cfm/pageid/44
Neo-geo?
Linked-data: ‘just enough’ integration




“small pieces, loosely joined”
Location: a killer app for linked-data?


          ed
             u   ca
                   tio          th
                      n      al
                          he




                            tra
                               ns
               s                 po
          istic                       rt
     stat
Document web

1. URI document identifier                   3. Standard format (HTML)




                             4. Hyperlinks




             2. Resolves with something useful
Linked-data principles


1. Use URIs as identifiers for Things
    http://sws.geonames.org/2172517


2. Make them actionable
    → http://www.geonames.org/2172517/canberra.html


3. Return information following standards
    → http://sws.geonames.org/2172517/about.rdf


4. Link to other information objects
    <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Canberra"/>


                                         http://www.w3.org/TR/cooluris/
                                         http://www.w3.org/DesignIssues/LinkedData.html
Linked-data querying: SPQRQL

SELECT ?name ?country
WHERE
 {
                                                    http://www.geosparql.org
   ?city gs:nearby(-33.9 151.2 10) .
   ?city gn:name ?name .
   ?city gn:inCountry ?country
 }

                           ----------------------------------------------------------
                           | name         | country                                 |
                           ==========================================================
                           | "Sydney"     | <http://www.geonames.org/countries/#AU> |
                           | "Wollongong" | <http://www.geonames.org/countries/#AU> |
                           | "Katoomba"   | <http://www.geonames.org/countries/#AU> |
                           | "Cessnock"   | <http://www.geonames.org/countries/#AU> |
                           | "Newcastle" | <http://www.geonames.org/countries/#AU> |
                           | "Nowra"      | <http://www.geonames.org/countries/#AU> |
                           | "Goulburn"   | <http://www.geonames.org/countries/#AU> |
                           | "Forster"    | <http://www.geonames.org/countries/#AU> |
                           | "Orange"     | <http://www.geonames.org/countries/#AU> |
                           | "Taree"      | <http://www.geonames.org/countries/#AU> |
                           ----------------------------------------------------------
Five stars of open data



               


               


               


               


               
UK geo linked-data


                                                  •CKAN platform for data.gov.uk
                                                  •Extended to support metadata and
                                                  CSW
                                                  •Ordnance Survey
                                                       http://www.ordnancesurvey.co.uk/
                                                          oswebsite/ontology
                                                       http://data.ordnancesurvey.co.uk
                                                  •Bathing water quality explorer
                                                       http://environment.data.gov.uk/lab/
                                                          bwq-web.html




http://data.gov.uk/library/designing-uri-sets-for-location
Linked data for open government


• OAIC principles on open public sector information
   – WHAT but no HOW


• Linked-data provides a standard implementation approach
  for open public sector information
BoM linked data

lab.environment.data.gov.au
BoM linked data
BoM linked data
BoM linked data

SELECT ?sitename ?districtname
WHERE {
?site rdf:type acorn-site:Site.
?site rdfs:label ?sitename.
?site gn:locatedIn ?district.
?district rdfs:label ?districtname.
?district gn:parentADM1
<http://lab.environment.data.gov.au/id/rainstate/NewSouthWales>.
}
        TIBOOBURRA POST OFFICE            New South Wales Western Far Northwest
        WILCANNIA (REID ST)               New South Wales Western Far Northwest
        COBAR MO                          New South Wales Western Upper Darling
        BOURKE AIRPORT AWS                New South Wales Western Upper Darling
        WALGETT AIRPORT AWS               New South Wales Northwest Plains W
        MOREE AERO                        New South Wales Northwest Plains E
        GUNNEDAH RESOURCE CENTRE          New South Wales Northwest Slopes S
        INVERELL (RAGLAN ST)              New South Wales Northern Tablelands W
        …                                 …
Australian Government Linked Data
                   Working Group (AGLDWG)

• Ad-hoc group established August 2012
   – BoM, OSP, CSIRO , AGIMO, DRALGAS, NAA, GA, ABS
• Terms of reference
   – Develop technical guidelines and best practice on the use of ‘linked-
     data’ by AG agencies
   – Inform the development of data.gov.au as a platform for publishing
     Commonwealth PSI
   – Promote the benefits and encourage adoption of ‘linked-data’ for
     publishing Commonwealth PSI
   – Where appropriate, undertake specific activities and coordinate
     projects in pursuit of these objectives
• Seeking formal endorsement
AGLDWG activities


• URI rules                     https://www.gov.uk/government/uploads/
                                system/uploads/attachment_data/file/60975/
   – Drawing on UK work         designing-URI-sets-uk-public-sector.pdf

• Deployment architecture
   – DNS config, hosting infrastructure, data.gov.au
     subdomains …
• Ontologies and vocabularies
   – W3C ORG, PROV ontologies, AGIFT
Thank you…




Andrew Woolf

a.woolf@bom.gov.au

More Related Content

PPTX
Open Data
DOCX
GEOG498Journal
PPT
Презентация Астрафарма
PPTX
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
PPTX
Linked Geo-Data and Early Geospatial Documents
PDF
Map4rdf - Faceted Browser for Geospatial Datasets
PDF
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
Open Data
GEOG498Journal
Презентация Астрафарма
WWW09 - Triplify Light-Weight Linked Data Publication from Relational Databases
Linked Geo-Data and Early Geospatial Documents
Map4rdf - Faceted Browser for Geospatial Datasets
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case

Similar to Geo-linked data: towards deep integration of location in the web of data (20)

PDF
Geo linked data lstd10(v2-boris)
PDF
Library of Congress - Neogeography and Geospatial data preservation
PPT
Linked Data Overview - AGI Technical SIG
PDF
Methodological Guidelines for Publishing Linked Data
PDF
Playful Explorations of Public and Personal Data - OSCON Data 2011
PDF
Philippine Geospatial Forum Presentation 20130311
PPT
Introduction to RAGLD
PPTX
Upgrading maps with Linked Data
PDF
Intro To Geospatial
PPT
Sharing the Openness of the Maps via FOSS4G and the Web
PPT
Participatory Web
PPT
Open Spatial Data: Sources and Tools
PPT
Geographic information in govt linked data
PPT
Geographic information in govt linked data
PDF
Linked Data and URIs
PPT
Visualising Urban Geographies - Stuart Nichol
PPT
Going for GOLD - Adventures in Open Linked Geospatial Metadata
PPTX
Environmental Linked Data - Semtech Biz London
PPT
Linked Open Geodata Keynote by Andreas Langegger
PDF
Czech republic 0900 mildorf carrick_tues
Geo linked data lstd10(v2-boris)
Library of Congress - Neogeography and Geospatial data preservation
Linked Data Overview - AGI Technical SIG
Methodological Guidelines for Publishing Linked Data
Playful Explorations of Public and Personal Data - OSCON Data 2011
Philippine Geospatial Forum Presentation 20130311
Introduction to RAGLD
Upgrading maps with Linked Data
Intro To Geospatial
Sharing the Openness of the Maps via FOSS4G and the Web
Participatory Web
Open Spatial Data: Sources and Tools
Geographic information in govt linked data
Geographic information in govt linked data
Linked Data and URIs
Visualising Urban Geographies - Stuart Nichol
Going for GOLD - Adventures in Open Linked Geospatial Metadata
Environmental Linked Data - Semtech Biz London
Linked Open Geodata Keynote by Andreas Langegger
Czech republic 0900 mildorf carrick_tues
Ad

Recently uploaded (20)

DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
Cloud computing and distributed systems.
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
KodekX | Application Modernization Development
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Empathic Computing: Creating Shared Understanding
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
The AUB Centre for AI in Media Proposal.docx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Understanding_Digital_Forensics_Presentation.pptx
Programs and apps: productivity, graphics, security and other tools
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx
Electronic commerce courselecture one. Pdf
Cloud computing and distributed systems.
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Agricultural_Statistics_at_a_Glance_2022_0.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Spectral efficient network and resource selection model in 5G networks
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
KodekX | Application Modernization Development
“AI and Expert System Decision Support & Business Intelligence Systems”
Empathic Computing: Creating Shared Understanding
Chapter 3 Spatial Domain Image Processing.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The Rise and Fall of 3GPP – Time for a Sabbatical?
Ad

Geo-linked data: towards deep integration of location in the web of data

  • 1. Geo-linked data: towards deep integration of location in the web of data Dr. Andrew Woolf, Bureau of Meteorology
  • 2. Information explosion http://www.economist.com/node/21537922
  • 6. Location http://tweetping.net “everything happens somewhere” “80% of data is spatial”
  • 7. BoM: environmental intelligence http://www.eea.europa.eu/highlights/ beyond-gdp/beyond-gdp-final-technical-paper
  • 8. Spatial integration neo-geography semantic web SDI GIS SOA big data HPC cloud
  • 9. Spatial data infrastructure? 2010 2020 http://inspire.jrc.ec.europa.eu/index.cfm/pageid/44
  • 11. Linked-data: ‘just enough’ integration “small pieces, loosely joined”
  • 12. Location: a killer app for linked-data? ed u ca tio th n al he tra ns s po istic rt stat
  • 13. Document web 1. URI document identifier 3. Standard format (HTML) 4. Hyperlinks 2. Resolves with something useful
  • 14. Linked-data principles 1. Use URIs as identifiers for Things http://sws.geonames.org/2172517 2. Make them actionable → http://www.geonames.org/2172517/canberra.html 3. Return information following standards → http://sws.geonames.org/2172517/about.rdf 4. Link to other information objects <rdfs:seeAlso rdf:resource="http://dbpedia.org/resource/Canberra"/> http://www.w3.org/TR/cooluris/ http://www.w3.org/DesignIssues/LinkedData.html
  • 15. Linked-data querying: SPQRQL SELECT ?name ?country WHERE { http://www.geosparql.org ?city gs:nearby(-33.9 151.2 10) . ?city gn:name ?name . ?city gn:inCountry ?country } ---------------------------------------------------------- | name | country | ========================================================== | "Sydney" | <http://www.geonames.org/countries/#AU> | | "Wollongong" | <http://www.geonames.org/countries/#AU> | | "Katoomba" | <http://www.geonames.org/countries/#AU> | | "Cessnock" | <http://www.geonames.org/countries/#AU> | | "Newcastle" | <http://www.geonames.org/countries/#AU> | | "Nowra" | <http://www.geonames.org/countries/#AU> | | "Goulburn" | <http://www.geonames.org/countries/#AU> | | "Forster" | <http://www.geonames.org/countries/#AU> | | "Orange" | <http://www.geonames.org/countries/#AU> | | "Taree" | <http://www.geonames.org/countries/#AU> | ----------------------------------------------------------
  • 16. Five stars of open data     
  • 17. UK geo linked-data •CKAN platform for data.gov.uk •Extended to support metadata and CSW •Ordnance Survey http://www.ordnancesurvey.co.uk/ oswebsite/ontology http://data.ordnancesurvey.co.uk •Bathing water quality explorer http://environment.data.gov.uk/lab/ bwq-web.html http://data.gov.uk/library/designing-uri-sets-for-location
  • 18. Linked data for open government • OAIC principles on open public sector information – WHAT but no HOW • Linked-data provides a standard implementation approach for open public sector information
  • 22. BoM linked data SELECT ?sitename ?districtname WHERE { ?site rdf:type acorn-site:Site. ?site rdfs:label ?sitename. ?site gn:locatedIn ?district. ?district rdfs:label ?districtname. ?district gn:parentADM1 <http://lab.environment.data.gov.au/id/rainstate/NewSouthWales>. } TIBOOBURRA POST OFFICE New South Wales Western Far Northwest WILCANNIA (REID ST) New South Wales Western Far Northwest COBAR MO New South Wales Western Upper Darling BOURKE AIRPORT AWS New South Wales Western Upper Darling WALGETT AIRPORT AWS New South Wales Northwest Plains W MOREE AERO New South Wales Northwest Plains E GUNNEDAH RESOURCE CENTRE New South Wales Northwest Slopes S INVERELL (RAGLAN ST) New South Wales Northern Tablelands W … …
  • 23. Australian Government Linked Data Working Group (AGLDWG) • Ad-hoc group established August 2012 – BoM, OSP, CSIRO , AGIMO, DRALGAS, NAA, GA, ABS • Terms of reference – Develop technical guidelines and best practice on the use of ‘linked- data’ by AG agencies – Inform the development of data.gov.au as a platform for publishing Commonwealth PSI – Promote the benefits and encourage adoption of ‘linked-data’ for publishing Commonwealth PSI – Where appropriate, undertake specific activities and coordinate projects in pursuit of these objectives • Seeking formal endorsement
  • 24. AGLDWG activities • URI rules https://www.gov.uk/government/uploads/ system/uploads/attachment_data/file/60975/ – Drawing on UK work designing-URI-sets-uk-public-sector.pdf • Deployment architecture – DNS config, hosting infrastructure, data.gov.au subdomains … • Ontologies and vocabularies – W3C ORG, PROV ontologies, AGIFT