SlideShare una empresa de Scribd logo
1 de 45
Descargar para leer sin conexión
Introduction to the
    Ressource              Arnulf Christl

     Oriented       http://www.metaspatial.net

    Architecture
Download
                  ...this slide set and other stuff at:
                        http://arnulf.us/Publications
           On slide share the next slide links to the 
                      YouTube video. 
             Please fast forward to ~ minute 26

Download: http://arnulf.us/publications/resource­oriented­future_arnulf­christl.odp (pdf)
See also article on: Introduction to Semantic Web Technology and Geodata (pdf)
YouTube video: http://www.youtube.com/watch?v=DDIeR_JLO_o&feature=player_detailpage#t=1637s 
SmartKorea 2011, Seoul, Korea           Arnulf Christl                                   2 / 45
Arnulf Christl, Geospatial Systems Architect
  ●   Member of OGC Architecture Board 
  ●   OSGeo President
  ●   OpenStreetMap advocate




                                My alter ego Seven is an Ex­Borg
SmartKorea 2011, Seoul, Korea       Arnulf Christl          3 / 45
Introduction
     ●   Hypes
          ●   SDI, SOA, SOAP, ESB, ROA, RESTful
     ●   Architecture Models: RM­ODP View Points
     ●   The components of the ROA 
     ●   The Internet and the Web 
     ●   RESTful, REST, Linked Open Data, ROA
     ●   ...and how it all might come together

SmartKorea 2011, Seoul, Korea      Arnulf Christl   4 / 45
Why?
     Imagine you have data (population statistics) 
     and want to show them in a map. 


     Total | Male | Female | Unknown


     What do you need to do?


SmartKorea 2011, Seoul, Korea   Arnulf Christl    5 / 45
ETL, process, present
●   Get the spatial data somewhere (hopefully)
●   Download it (or > use a service)
●   Transform it to your system (or > interoperate)
●   Process your data to fit with the spatial data
●   Configure your system (cartography, etc.)
●   Present


SmartKorea 2011, Seoul, Korea   Arnulf Christl       6 / 45
Then the spatial data changes!

                         What do you need to do?




                        Go back and over again...


                                                 Awww, Snap!
SmartKorea 2011, Seoul, Korea   Arnulf Christl           7 / 45
But let's Imagine that...
  every geometry has a URL...
                    ...and you simply link your data to it.


  ...and if anything changes you are            
                              automagically notified. 


                                Sounds like Alice in Wonderland?
SmartKorea 2011, Seoul, Korea       Arnulf Christl           8 / 45
Hypes
 Geospatial Data Infrastructure
  ●   The core idea goes back to the 90ies of the last 
      Millennium (no ubiquitous Internet yet)
  ●   Paradigm change from desktop to 
      client­server architectures
         (...before that it was called the Mainframe,       
                             now we call it the Cloud...)     

SmartKorea 2011, Seoul, Korea   Arnulf Christl           9 / 45
Hypes
 Service Oriented Architecture (SOA)
  ●   Fairly loose concept, lots of room for  
      interpretation
  ●   Software­centric (!)
  ●   Single Point of Access (one single URL)
  ●   OGC Standards WMS, WFS


SmartKorea 2011, Seoul, Korea   Arnulf Christl   10 / 45
Hypes
 Enterprise Service Bus 
  ●   Buzzword
  ●   Many proprietary / closed solutions
  ●   High potential for Vendor­Lock­In
  ●   Came to some fame in the geospatial domain 
      because of early INSPIRE


SmartKorea 2011, Seoul, Korea   Arnulf Christl   11 / 45
Enterprise Service Bus 




SmartKorea 2011, Seoul, Korea   Arnulf Christl   12 / 45
Internet & Web (2.0)

                                                    ?

                                                    ?
SmartKorea 2011, Seoul, Korea   Arnulf Christl   13 / 45
Hypes
 SOAP
  ●   Just a similarity of name with "SOA"
  ●   Basics: Remote Procedure Call & Messaging
  ●   Message­oriented
  ●   Client requires description (WSDL)
  ●   Technology­ and Service­centric
  ●   W3C Standard (several of them, and dying out)
SmartKorea 2011, Seoul, Korea   Arnulf Christl   14 / 45
Hypes
 RESTful
  ●   Core idea: Everything is the representation of a 
      resource 
  ●   Data (not technology) centric
  ●   Web­centric: Implements HTTP correctly
  ●   No official encoded standard (yet – but 
      increasing usage all the same)
  ●   Optimized scalable
SmartKorea 2011, Seoul, Korea   Arnulf Christl    15 / 45
IT­Architectures
 RM­ODP
  ●   Refrence Model – Open Distributed Computing
  ●   Model to describe software architectures
  ●   Developed in the mid 90s (US DoD)
  ●   ISO Standard
  ●   Applicable in enterprise systems (B.I.G.)
  ●   Separation in so called "View Points"
SmartKorea 2011, Seoul, Korea   Arnulf Christl    16 / 45
RM­ODP View Points
                                                    People
  ●   Enterprise View Point (organization)
  ●   Business View Point (processes, work flows)
  ●   Information View Point (data schema, ROA)
  ●   Computational View Point (services, SOA)
  ●   Technology View Point (technology, software, 
      SOAP, RESTful APIs, etc.)
                                                 Technology
SmartKorea 2011, Seoul, Korea   Arnulf Christl                17 / 45
Basics of the ROA I.
  ●   The Resource Orientied Architecture (ROA) is 
      an information modell. 
  ●   It is not a distinct technology... 
  ●   ...but Web technology (HTTP + URLs) are 
      currently the best fit 
  ●   The ROA describes conditions in which the 
      Web works optimally.

SmartKorea 2011, Seoul, Korea   Arnulf Christl     18 / 45
Basics of the ROA II.
  ●   All data is designed in resources. 
  ●   Data can be delivered in different ways. 
  ●   Each delivery is simply a different  
      representation of the same resource 
  ●   The representation is the form of the content
  ●   The separation of form and content is crucial. 
      Immeasurably important! 
      (We do have heard this before: think HTML and CSS)

SmartKorea 2011, Seoul, Korea   Arnulf Christl             19 / 45
Basics of the ROA III.
   Looking at geospatial data as a resource, it can come 
   in a variety of representations: 
    ●   A map image (OGC WMS, tile, static, PNG)
    ●   OGC Capabilities Document (XML)
    ●   Metadata (in an ISO profiel, as HTML­file, etc.) 
    ●   Coordinates (GML, KML, WKT, Shape, etc. )
    ●   Legend image (PNG)
    ●   and so on...

SmartKorea 2011, Seoul, Korea   Arnulf Christl              20 / 45
Map Image




http://www.metaspatial.net/cgi­bin/germany­wms? 
VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&LAYERS=Topographie,Topographie,Staatsgrenze,Bundeslaender,Staedte,Postleitzahlbereiche,Postleitzahlen,Bahnlinien,Fluesse,Strassen&STYL
ES=,,,,,,,,,&SRS=EPSG:4326&BBOX=7.05,50.69004999999999,7.161,50.78995&WIDTH=500&HEIGHT=450&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE&EXCEPTIONS=applicatio
n/vnd.ogc.se_xml 




SmartKorea 2011, Seoul, Korea                                            Arnulf Christl                                                                        21 / 45
Legend




 http://www.metaspatial.net/cgi­bin/mapserv? 
 map=/home/data/germany/germany.map&version=1.1.1&service=WMS&request=GetLeg
 endGraphic&layer=Topographie&format=image/png
SmartKorea 2011, Seoul, Korea    Arnulf Christl                       22 / 45
OGC Capabilities Document




                                http://metaspatial.net/cgi­bin/germany­wms?REQUEST=GetCapabilities&SERVICE=wms&VERSION=1.1.1


SmartKorea 2011, Seoul, Korea          Arnulf Christl                                                         23 / 45
metadata (e.g. INSPIRE)




http://www.metaspatial.net/geoportal/php/mod_showMetadata.php?resource=layer&id=20145 
SmartKorea 2011, Seoul, Korea      Arnulf Christl                            24 / 45
Raw Geospatial Data (yummy)
<?xml version='1.0' encoding="ISO­8859­1" ?>  
<wfs:~FeatureCollection  
   xmlns:wfs="!http://www.opengis.net/wfs"  
    <gml:featureMember>  
      <Postleitzahlbereiche>  
        <gml:polygonProperty>  
          <gml:Polygon srsName="epsg:31467">  
           <gml:outerBoundaryIs>  
                <gml:LinearRing>  
                      <gml:coordinates>  
                           3365496.566430,5624978.448441 
                           3365521.124423,5625013.908323  
                           3365458.518013,5624832.944095   
                           [...]
                           3365502.496403,5624908.664231   
                           3365531.735324,5624963.958282   
                           3365496.566430,5624978.448441   
                      </gml:coordinates>  
                </gml:~LinearRing>  
           </gml:outerBoundaryIs>  
          </gml:Polygon>  
        </gml:polygonProperty>  
        <gid>3695</gid>  
        <oid>15223704</oid>  
        <plz99>53111</plz99>  
        <item_plz>53111</item_plz>  
      </Postleitzahlbereiche>  
    </gml:featureMember>  
</wfs:FeatureCollection>
</pre>
                                                              http://arnulf.us/PLZ#Download 
SmartKorea 2011, Seoul, Korea                Arnulf Christl                        25 / 45
Any Geospatial Data




SmartKorea 2011, Seoul, Korea   Arnulf Christl   26 / 45
The Internet
●   DNS (Domain Name System)
●   Internet Protocol Suite
●   TCP/IP, TLS
●   HTTP
●   URL         Human error
●   ...
                                                   http://en.wikipedia.org/wiki/Internet

●   Simple Mail Transfer Protocol (SMTP)                  Spam
SmartKorea 2011, Seoul, Korea     Arnulf Christl                         27 / 45
Domain Name System
    de                  Country code: "de" is Deutschland (Germany)
    tum                 Domain: Technical University of Munich
    bv                  Sub domain: Bauingenieur­ und Vermessungswesen
    rtg                 Sub domain: runder Tisch GIS e.V
    www                 ...superfluous leftover from the 90s 
    index.php           Document (in this case a script that will dynamically
                        create an HTML document).

    More (ugly) parameters the script needs: 
    option=com_content&task=view&id=535&Itemid=9&Itemid=110

    As a link:          This Link is opaque but still delivers the same 
                        document.


SmartKorea 2011, Seoul, Korea        Arnulf Christl                        28 / 45
Web sites 
                         can have different 
                          adresses (URL)



SmartKorea 2011, Seoul, Korea   Arnulf Christl   29 / 45
The Flexibility of the DNS
   The private Web site of the author can be reached through 
   any of the following (and maybe more) unique URL: 

   http://arnulf.us 
   http://www.arnulf.us 
   http://arnulf.us/Main_Page 
   http://arnulf.us/Runder_tisch_gis/introduction_to_the_Web 
   http://bit.ly/arnulf_christl 
   http://zpatial.org 
   http://r32916.ovh.net 
   http://94.23.196.65 
   http://178.32.100.197/ 



SmartKorea 2011, Seoul, Korea   Arnulf Christl                  30 / 45
HTTP
Hyptertext Transfer Protocol knows four basic 
operations: 
 ●   Get                              HTTP is the Application 
                                      Protocol of the Internet. 
 ●   Put
                                                 The Web is the 
 ●   Post                                         Application.
 ●   Delete
These are sufficient to read, write, update and 
delete. Voila: CRUD. 
SmartKorea 2011, Seoul, Korea   Arnulf Christl                     31 / 45
The Web is: Documents
   <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de­de" lang="de­de">
       <head>
           <meta http­equiv="content­type" content="text/html; charset=utf­8" />
           <meta name="robots" content="index, follow" />
           <meta name="description" content="Die Seite informiert über die 
                 Studienangebote, die Forschungseinrichtungen und Organisation 
                 der Fakultät für Bauingenieur­ und Vermessungswesen der 
                 Technischen Universität München" />
           <style type="text/css" style="display:none"> […] </style>
       </head>
       <body>
           <a href="http://www.tum.de"><img src="http://.../tum_logo.gif"
                  alt="TUM" width="227" height="117" /></a>
           [...]
           Willkommen an der Fakultät für Bauingenieur­ und Vermessungswesen
           [...]
       </body>
                                                                     http://www.bv.tum.de/ 
   </html>
SmartKorea 2011, Seoul, Korea        Arnulf Christl                               32 / 45
HTTP URI – Links
   The most important aspect of the Web are links. Links are 
   always directed graphs (relationships):

   Subject             >>>         Relation            >>>      Object

   Metaspatial         >>>            Link        >>>        Scrum Alliance

         <a href="http://www.scrumalliance.org/">Scrum Alliance</a>

   Coincidence? Geospatial data has similar relations...
   postal code         <  >      is neighbour of         <  >      postal code
   county              <  >          contains            <  >      town


SmartKorea 2011, Seoul, Korea         Arnulf Christl                          33 / 45
Resource Description Framework
   The RDF (Resource Description Framework) format 
   (which is a standard) implements these directed relations 
   in so called triples. 

      ●   Geospatial data can be transformed into RDF 
          notation. But this does not help much (yet).
           
      ●   More interesting (right now) is the association of 
          spatial data with other data using RDF. 


SmartKorea 2011, Seoul, Korea   Arnulf Christl                  34 / 45
The Web – Links
                                Linked Geodata: http://linkedgeodata.org/Datasets




SmartKorea 2011, Seoul, Korea
Arnulf Christl
35 / 45
Problem!
 The Instability of the Web: 
 <html>
     <head>
         <title>404 Not Found</title>
     </head>
     <body>
         <h1>Not Found</h1>
         <p>The requested URL /asdfg was not found on this server.</p>
         <hr>
         <address>Apache Debian Server at www.metaspatial.net Port 80</address>
     </body>
 </html>

 But the solution is already contained within HTTP!

SmartKorea 2011, Seoul, Korea     Arnulf Christl                           36 / 45
HTTP Status Codes
  ●   Informational 1xx 
  ●   Successful 2xx (200 OK)
  ●   Redirection 3xx (301 Moved Permanently)
  ●   Client Error 4xx (404 not found)
  ●   Server Error 5xx (500 internal server error)


                                                 http://www.rfc­editor.org/rfc/rfc2616.txt

SmartKorea 2011, Seoul, Korea   Arnulf Christl                               37 / 45
Web 2.0 Concepts
●   Technology: REST­architectures allows simple, 
    flexible creation, update and searching of data.
●   Process: Updating metadata can be automatized 
    using GeoRSS.
●   Content: Data belongs in open buckets so that 
    ontologies can grow on them.
●   Ontologies are creaed by communities actually 
    using things (tagging, rating: "+1 and like")

SmartKorea 2011, Seoul, Korea   Arnulf Christl   38 / 45
Technology: Using REST 
     Four Concepts                          Four properties:
      ●   the Ressource                      ●   Addressability
      ●   her name (URL)                     ●   Statelessness
      ●   her representation                 ●   Connectedness
      ●   her links (relationships)          ●   Idempotence

The corresponding architectur model is the 
Resource Oriented Architecture (short: ROA).
SmartKorea 2011, Seoul, Korea   Arnulf Christl                    39 / 45
Linking Geo und Meta Data
Geospatial data is always also metadata:
kml ­ Keyhole Markup Language (OGC)
xml ­ eXtensible Markup Language (W3C)
rss ­ Really Simple Syndication (W3C)
rdf ­ Resource Description Framework (W3C)
 This can be so much more because it is all linked!


SmartKorea 2011, Seoul, Korea   Arnulf Christl   40 / 45
Web 2.0




!

SmartKorea 2011, Seoul, Korea   Arnulf Christl   41 / 45
Denmark           http://geo.oiorest.dk/




SmartKorea 2011, Seoul, Korea    Arnulf Christl                            42 / 45
The Five Stars for Linked Open Data
From an idea by Tim Berners Lee: 
                         make your stuff available on the Web (whatever format) under 
                     ★   an open license
                         make it available as structured data (e.g., Excel instead of 
                  ★★     image scan of a table)

               ★★★ use non­proprietary formats (e.g., CSV instead of Excel)
                         use URIs to identify things, so that people can point at 
           ★★★★ your structured data (make data adressable)

        ★★★★★ Link your data with other data to create new information

                       http://inkdroid.org/journal/2010/06/04/the-5-stars-of-open-linked-data/

SmartKorea 2011, Seoul, Korea           Arnulf Christl                                   43 / 45
Summary
●   The Web "Operating System" is the Internet
●   The Web is based on HTTP
●   The Web is a gigantic App(lication)
●   The API of the Web is RESTful
●   The ROA is the architecture model of the Web
●   Geospatial data is important! Software is just an 
    (exchangeable) tool and comes and goes. 
SmartKorea 2011, Seoul, Korea    Arnulf Christl   44 / 45
Many thanks for 
            your patience!
                                                                                            September 2012
                                                                                                  Beijing, China

                                                                                  The annual Conference on
                                                                                Free and Open Source Software
                                                                                        for Geospatial


    Dieser Foliensatz darf zu jedem Zweck und
    kopiert, weiterverwendet und verändert
    werden. Siehe auch: Copystraight.
    Copyright: Arnulf Christl 2010

Download:  Foliensatz:    http://arnulf.us/publications/resource­oriented­future_arnulf­christl.odp (pdf)
           Artikel:       http://arnulf.us/publications/Introduction_to_Semantic_Web_Technology_and_Geodata_v4.odt (pdf)    45 / 45

Más contenido relacionado

Similar a Resource Oriented Future for Geospatial Data

What's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapWhat's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapShamailXD
 
The AMIS Report from Oracle Open World and JavaOne 2011 - Part One
The AMIS Report from Oracle Open World and JavaOne 2011 - Part OneThe AMIS Report from Oracle Open World and JavaOne 2011 - Part One
The AMIS Report from Oracle Open World and JavaOne 2011 - Part OneLucas Jellema
 
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...Muhammad Fareez Iqmal
 
ifcOWL - An ontology for building data
ifcOWL - An ontology for building dataifcOWL - An ontology for building data
ifcOWL - An ontology for building dataLD4SC
 
AGIT 2015 - Hans Viehmann: "Big Data and Smart Cities"
AGIT 2015  - Hans Viehmann: "Big Data and Smart Cities"AGIT 2015  - Hans Viehmann: "Big Data and Smart Cities"
AGIT 2015 - Hans Viehmann: "Big Data and Smart Cities"jstrobl
 
O parl Developer presentation Fusepool-Locationmapper Andreas Kuckartz
O parl Developer presentation Fusepool-Locationmapper Andreas KuckartzO parl Developer presentation Fusepool-Locationmapper Andreas Kuckartz
O parl Developer presentation Fusepool-Locationmapper Andreas KuckartzFusepool SME project
 
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...GeoSolutions
 
About Dewey Hong
About Dewey HongAbout Dewey Hong
About Dewey HongDewey Hong
 
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityOracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityNoel Sidebotham
 
MySQL 5.7 GIS
MySQL 5.7 GISMySQL 5.7 GIS
MySQL 5.7 GISMatt Lord
 
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything together
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything togetherSashko Stubailo - The GraphQL and Apollo Stack: connecting everything together
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything togetherReact Conf Brasil
 
The Apollo and GraphQL Stack
The Apollo and GraphQL StackThe Apollo and GraphQL Stack
The Apollo and GraphQL StackSashko Stubailo
 
Red hat infrastructure for analytics
Red hat infrastructure for analyticsRed hat infrastructure for analytics
Red hat infrastructure for analyticsKyle Bader
 
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning Infrastructure
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning InfrastructureML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning Infrastructure
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning InfrastructureFei Chen
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionPieter Pauwels
 
Neo4j Spatial - FooCafe September 2015
Neo4j Spatial - FooCafe September 2015Neo4j Spatial - FooCafe September 2015
Neo4j Spatial - FooCafe September 2015Craig Taverner
 
ODI 11G ONLINE TRAINING
ODI 11G ONLINE TRAININGODI 11G ONLINE TRAINING
ODI 11G ONLINE TRAININGescalglobal
 
The Orfeo Toolbox remote sensing image processing software
The Orfeo Toolbox remote sensing image processing softwareThe Orfeo Toolbox remote sensing image processing software
The Orfeo Toolbox remote sensing image processing softwaremelaneum
 
AirBNB's ML platform - BigHead
AirBNB's ML platform - BigHeadAirBNB's ML platform - BigHead
AirBNB's ML platform - BigHeadKarthik Murugesan
 

Similar a Resource Oriented Future for Geospatial Data (20)

What's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapWhat's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The Roadmap
 
The AMIS Report from Oracle Open World and JavaOne 2011 - Part One
The AMIS Report from Oracle Open World and JavaOne 2011 - Part OneThe AMIS Report from Oracle Open World and JavaOne 2011 - Part One
The AMIS Report from Oracle Open World and JavaOne 2011 - Part One
 
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...
FYP1 Presentation - Development of interactive turn-by-turn navigation in Kul...
 
ifcOWL - An ontology for building data
ifcOWL - An ontology for building dataifcOWL - An ontology for building data
ifcOWL - An ontology for building data
 
MySQL 5.7 GIS
MySQL 5.7 GISMySQL 5.7 GIS
MySQL 5.7 GIS
 
AGIT 2015 - Hans Viehmann: "Big Data and Smart Cities"
AGIT 2015  - Hans Viehmann: "Big Data and Smart Cities"AGIT 2015  - Hans Viehmann: "Big Data and Smart Cities"
AGIT 2015 - Hans Viehmann: "Big Data and Smart Cities"
 
O parl Developer presentation Fusepool-Locationmapper Andreas Kuckartz
O parl Developer presentation Fusepool-Locationmapper Andreas KuckartzO parl Developer presentation Fusepool-Locationmapper Andreas Kuckartz
O parl Developer presentation Fusepool-Locationmapper Andreas Kuckartz
 
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...
Raster Data In GeoServer and GeoTools: Achievements, Issues And Future Develo...
 
About Dewey Hong
About Dewey HongAbout Dewey Hong
About Dewey Hong
 
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration UtilityOracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
 
MySQL 5.7 GIS
MySQL 5.7 GISMySQL 5.7 GIS
MySQL 5.7 GIS
 
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything together
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything togetherSashko Stubailo - The GraphQL and Apollo Stack: connecting everything together
Sashko Stubailo - The GraphQL and Apollo Stack: connecting everything together
 
The Apollo and GraphQL Stack
The Apollo and GraphQL StackThe Apollo and GraphQL Stack
The Apollo and GraphQL Stack
 
Red hat infrastructure for analytics
Red hat infrastructure for analyticsRed hat infrastructure for analytics
Red hat infrastructure for analytics
 
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning Infrastructure
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning InfrastructureML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning Infrastructure
ML Platform Q1 Meetup: Airbnb's End-to-End Machine Learning Infrastructure
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and Construction
 
Neo4j Spatial - FooCafe September 2015
Neo4j Spatial - FooCafe September 2015Neo4j Spatial - FooCafe September 2015
Neo4j Spatial - FooCafe September 2015
 
ODI 11G ONLINE TRAINING
ODI 11G ONLINE TRAININGODI 11G ONLINE TRAINING
ODI 11G ONLINE TRAINING
 
The Orfeo Toolbox remote sensing image processing software
The Orfeo Toolbox remote sensing image processing softwareThe Orfeo Toolbox remote sensing image processing software
The Orfeo Toolbox remote sensing image processing software
 
AirBNB's ML platform - BigHead
AirBNB's ML platform - BigHeadAirBNB's ML platform - BigHead
AirBNB's ML platform - BigHead
 

Más de Arnulf Christl

DVW Seminar zu Freier Software und Freien Daten
DVW Seminar zu Freier Software und Freien DatenDVW Seminar zu Freier Software und Freien Daten
DVW Seminar zu Freier Software und Freien DatenArnulf Christl
 
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slides
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slidesSTDM-Online_The-Social-Tenure-Domain-Model-Tool_slides
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slidesArnulf Christl
 
STDM Online for Land Administration
STDM Online for Land AdministrationSTDM Online for Land Administration
STDM Online for Land AdministrationArnulf Christl
 
STDM Online Architecture and Services for Land Administration
STDM Online Architecture and Services for Land AdministrationSTDM Online Architecture and Services for Land Administration
STDM Online Architecture and Services for Land AdministrationArnulf Christl
 
A Brief History of Open Geospatial
A Brief History of Open GeospatialA Brief History of Open Geospatial
A Brief History of Open GeospatialArnulf Christl
 
FreeGIS.net, INSPIRE, Open Source Software and OGC standards
FreeGIS.net, INSPIRE, Open Source Software and OGC standardsFreeGIS.net, INSPIRE, Open Source Software and OGC standards
FreeGIS.net, INSPIRE, Open Source Software and OGC standardsArnulf Christl
 
Open Standards, Open Source, Open Data. Zuviel des Guten?
Open Standards, Open Source, Open Data. Zuviel des Guten?Open Standards, Open Source, Open Data. Zuviel des Guten?
Open Standards, Open Source, Open Data. Zuviel des Guten?Arnulf Christl
 
Introducing Open - Keynote at AGI South West
Introducing Open - Keynote at AGI South WestIntroducing Open - Keynote at AGI South West
Introducing Open - Keynote at AGI South WestArnulf Christl
 
OpenStreetMap und die Öffentliche Verwaltung
OpenStreetMap und die Öffentliche VerwaltungOpenStreetMap und die Öffentliche Verwaltung
OpenStreetMap und die Öffentliche VerwaltungArnulf Christl
 
Metaspatial Firmenprofil
Metaspatial FirmenprofilMetaspatial Firmenprofil
Metaspatial FirmenprofilArnulf Christl
 
The OSGeo Foundation: Professionally Leveraging Open Source Geospatial
The OSGeo Foundation: Professionally Leveraging Open Source GeospatialThe OSGeo Foundation: Professionally Leveraging Open Source Geospatial
The OSGeo Foundation: Professionally Leveraging Open Source GeospatialArnulf Christl
 
OSGeo Web Mapping Software Comparison
OSGeo Web Mapping Software ComparisonOSGeo Web Mapping Software Comparison
OSGeo Web Mapping Software ComparisonArnulf Christl
 
Osgis 10 arnulf-christl
Osgis 10 arnulf-christlOsgis 10 arnulf-christl
Osgis 10 arnulf-christlArnulf Christl
 
Eine Typisierung von Mapbender, OpenLayers und MapFish
Eine Typisierung von Mapbender, OpenLayers und MapFishEine Typisierung von Mapbender, OpenLayers und MapFish
Eine Typisierung von Mapbender, OpenLayers und MapFishArnulf Christl
 
Neue Wege für Metadaten
Neue Wege für MetadatenNeue Wege für Metadaten
Neue Wege für MetadatenArnulf Christl
 
Neue Wege fuer Metadaten
Neue Wege fuer MetadatenNeue Wege fuer Metadaten
Neue Wege fuer MetadatenArnulf Christl
 
Neue Wege Fuer Metadaten - FOSSGIS 2010
Neue Wege Fuer Metadaten - FOSSGIS 2010Neue Wege Fuer Metadaten - FOSSGIS 2010
Neue Wege Fuer Metadaten - FOSSGIS 2010Arnulf Christl
 
WhereGroup Firmenprofil
WhereGroup FirmenprofilWhereGroup Firmenprofil
WhereGroup FirmenprofilArnulf Christl
 
OSM, Oeffentliche Geodaten und Datenqualitaet
OSM, Oeffentliche Geodaten und DatenqualitaetOSM, Oeffentliche Geodaten und Datenqualitaet
OSM, Oeffentliche Geodaten und DatenqualitaetArnulf Christl
 

Más de Arnulf Christl (20)

DVW Seminar zu Freier Software und Freien Daten
DVW Seminar zu Freier Software und Freien DatenDVW Seminar zu Freier Software und Freien Daten
DVW Seminar zu Freier Software und Freien Daten
 
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slides
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slidesSTDM-Online_The-Social-Tenure-Domain-Model-Tool_slides
STDM-Online_The-Social-Tenure-Domain-Model-Tool_slides
 
STDM Online for Land Administration
STDM Online for Land AdministrationSTDM Online for Land Administration
STDM Online for Land Administration
 
STDM Online Architecture and Services for Land Administration
STDM Online Architecture and Services for Land AdministrationSTDM Online Architecture and Services for Land Administration
STDM Online Architecture and Services for Land Administration
 
A Brief History of Open Geospatial
A Brief History of Open GeospatialA Brief History of Open Geospatial
A Brief History of Open Geospatial
 
FreeGIS.net, INSPIRE, Open Source Software and OGC standards
FreeGIS.net, INSPIRE, Open Source Software and OGC standardsFreeGIS.net, INSPIRE, Open Source Software and OGC standards
FreeGIS.net, INSPIRE, Open Source Software and OGC standards
 
Open Standards, Open Source, Open Data. Zuviel des Guten?
Open Standards, Open Source, Open Data. Zuviel des Guten?Open Standards, Open Source, Open Data. Zuviel des Guten?
Open Standards, Open Source, Open Data. Zuviel des Guten?
 
Introducing Open - Keynote at AGI South West
Introducing Open - Keynote at AGI South WestIntroducing Open - Keynote at AGI South West
Introducing Open - Keynote at AGI South West
 
OpenStreetMap und die Öffentliche Verwaltung
OpenStreetMap und die Öffentliche VerwaltungOpenStreetMap und die Öffentliche Verwaltung
OpenStreetMap und die Öffentliche Verwaltung
 
Was ist Open Data?
Was ist Open Data?Was ist Open Data?
Was ist Open Data?
 
Metaspatial Firmenprofil
Metaspatial FirmenprofilMetaspatial Firmenprofil
Metaspatial Firmenprofil
 
The OSGeo Foundation: Professionally Leveraging Open Source Geospatial
The OSGeo Foundation: Professionally Leveraging Open Source GeospatialThe OSGeo Foundation: Professionally Leveraging Open Source Geospatial
The OSGeo Foundation: Professionally Leveraging Open Source Geospatial
 
OSGeo Web Mapping Software Comparison
OSGeo Web Mapping Software ComparisonOSGeo Web Mapping Software Comparison
OSGeo Web Mapping Software Comparison
 
Osgis 10 arnulf-christl
Osgis 10 arnulf-christlOsgis 10 arnulf-christl
Osgis 10 arnulf-christl
 
Eine Typisierung von Mapbender, OpenLayers und MapFish
Eine Typisierung von Mapbender, OpenLayers und MapFishEine Typisierung von Mapbender, OpenLayers und MapFish
Eine Typisierung von Mapbender, OpenLayers und MapFish
 
Neue Wege für Metadaten
Neue Wege für MetadatenNeue Wege für Metadaten
Neue Wege für Metadaten
 
Neue Wege fuer Metadaten
Neue Wege fuer MetadatenNeue Wege fuer Metadaten
Neue Wege fuer Metadaten
 
Neue Wege Fuer Metadaten - FOSSGIS 2010
Neue Wege Fuer Metadaten - FOSSGIS 2010Neue Wege Fuer Metadaten - FOSSGIS 2010
Neue Wege Fuer Metadaten - FOSSGIS 2010
 
WhereGroup Firmenprofil
WhereGroup FirmenprofilWhereGroup Firmenprofil
WhereGroup Firmenprofil
 
OSM, Oeffentliche Geodaten und Datenqualitaet
OSM, Oeffentliche Geodaten und DatenqualitaetOSM, Oeffentliche Geodaten und Datenqualitaet
OSM, Oeffentliche Geodaten und Datenqualitaet
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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 DiscoveryTrustArc
 
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
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 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
 
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
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Resource Oriented Future for Geospatial Data

  • 1. Introduction to the Ressource Arnulf Christl Oriented http://www.metaspatial.net Architecture
  • 2. Download ...this slide set and other stuff at: http://arnulf.us/Publications On slide share the next slide links to the  YouTube video.  Please fast forward to ~ minute 26 Download: http://arnulf.us/publications/resource­oriented­future_arnulf­christl.odp (pdf) See also article on: Introduction to Semantic Web Technology and Geodata (pdf) YouTube video: http://www.youtube.com/watch?v=DDIeR_JLO_o&feature=player_detailpage#t=1637s  SmartKorea 2011, Seoul, Korea Arnulf Christl 2 / 45
  • 3. Arnulf Christl, Geospatial Systems Architect ● Member of OGC Architecture Board  ● OSGeo President ● OpenStreetMap advocate My alter ego Seven is an Ex­Borg SmartKorea 2011, Seoul, Korea Arnulf Christl 3 / 45
  • 4. Introduction ● Hypes ● SDI, SOA, SOAP, ESB, ROA, RESTful ● Architecture Models: RM­ODP View Points ● The components of the ROA  ● The Internet and the Web  ● RESTful, REST, Linked Open Data, ROA ● ...and how it all might come together SmartKorea 2011, Seoul, Korea Arnulf Christl 4 / 45
  • 5. Why? Imagine you have data (population statistics)  and want to show them in a map.  Total | Male | Female | Unknown What do you need to do? SmartKorea 2011, Seoul, Korea Arnulf Christl 5 / 45
  • 6. ETL, process, present ● Get the spatial data somewhere (hopefully) ● Download it (or > use a service) ● Transform it to your system (or > interoperate) ● Process your data to fit with the spatial data ● Configure your system (cartography, etc.) ● Present SmartKorea 2011, Seoul, Korea Arnulf Christl 6 / 45
  • 7. Then the spatial data changes! What do you need to do? Go back and over again... Awww, Snap! SmartKorea 2011, Seoul, Korea Arnulf Christl 7 / 45
  • 8. But let's Imagine that... every geometry has a URL...                   ...and you simply link your data to it. ...and if anything changes you are                                         automagically notified.  Sounds like Alice in Wonderland? SmartKorea 2011, Seoul, Korea Arnulf Christl 8 / 45
  • 9. Hypes Geospatial Data Infrastructure ● The core idea goes back to the 90ies of the last  Millennium (no ubiquitous Internet yet) ● Paradigm change from desktop to  client­server architectures (...before that it was called the Mainframe,        now we call it the Cloud...)      SmartKorea 2011, Seoul, Korea Arnulf Christl 9 / 45
  • 10. Hypes Service Oriented Architecture (SOA) ● Fairly loose concept, lots of room for   interpretation ● Software­centric (!) ● Single Point of Access (one single URL) ● OGC Standards WMS, WFS SmartKorea 2011, Seoul, Korea Arnulf Christl 10 / 45
  • 11. Hypes Enterprise Service Bus  ● Buzzword ● Many proprietary / closed solutions ● High potential for Vendor­Lock­In ● Came to some fame in the geospatial domain  because of early INSPIRE SmartKorea 2011, Seoul, Korea Arnulf Christl 11 / 45
  • 13. Internet & Web (2.0) ? ? SmartKorea 2011, Seoul, Korea Arnulf Christl 13 / 45
  • 14. Hypes SOAP ● Just a similarity of name with "SOA" ● Basics: Remote Procedure Call & Messaging ● Message­oriented ● Client requires description (WSDL) ● Technology­ and Service­centric ● W3C Standard (several of them, and dying out) SmartKorea 2011, Seoul, Korea Arnulf Christl 14 / 45
  • 15. Hypes RESTful ● Core idea: Everything is the representation of a  resource  ● Data (not technology) centric ● Web­centric: Implements HTTP correctly ● No official encoded standard (yet – but  increasing usage all the same) ● Optimized scalable SmartKorea 2011, Seoul, Korea Arnulf Christl 15 / 45
  • 16. IT­Architectures RM­ODP ● Refrence Model – Open Distributed Computing ● Model to describe software architectures ● Developed in the mid 90s (US DoD) ● ISO Standard ● Applicable in enterprise systems (B.I.G.) ● Separation in so called "View Points" SmartKorea 2011, Seoul, Korea Arnulf Christl 16 / 45
  • 17. RM­ODP View Points People ● Enterprise View Point (organization) ● Business View Point (processes, work flows) ● Information View Point (data schema, ROA) ● Computational View Point (services, SOA) ● Technology View Point (technology, software,  SOAP, RESTful APIs, etc.) Technology SmartKorea 2011, Seoul, Korea Arnulf Christl 17 / 45
  • 18. Basics of the ROA I. ● The Resource Orientied Architecture (ROA) is  an information modell.  ● It is not a distinct technology...  ● ...but Web technology (HTTP + URLs) are  currently the best fit  ● The ROA describes conditions in which the  Web works optimally. SmartKorea 2011, Seoul, Korea Arnulf Christl 18 / 45
  • 19. Basics of the ROA II. ● All data is designed in resources.  ● Data can be delivered in different ways.  ● Each delivery is simply a different   representation of the same resource  ● The representation is the form of the content ● The separation of form and content is crucial.  Immeasurably important!  (We do have heard this before: think HTML and CSS) SmartKorea 2011, Seoul, Korea Arnulf Christl 19 / 45
  • 20. Basics of the ROA III. Looking at geospatial data as a resource, it can come  in a variety of representations:  ● A map image (OGC WMS, tile, static, PNG) ● OGC Capabilities Document (XML) ● Metadata (in an ISO profiel, as HTML­file, etc.)  ● Coordinates (GML, KML, WKT, Shape, etc. ) ● Legend image (PNG) ● and so on... SmartKorea 2011, Seoul, Korea Arnulf Christl 20 / 45
  • 22. Legend http://www.metaspatial.net/cgi­bin/mapserv?  map=/home/data/germany/germany.map&version=1.1.1&service=WMS&request=GetLeg endGraphic&layer=Topographie&format=image/png SmartKorea 2011, Seoul, Korea Arnulf Christl 22 / 45
  • 23. OGC Capabilities Document http://metaspatial.net/cgi­bin/germany­wms?REQUEST=GetCapabilities&SERVICE=wms&VERSION=1.1.1 SmartKorea 2011, Seoul, Korea Arnulf Christl 23 / 45
  • 25. Raw Geospatial Data (yummy) <?xml version='1.0' encoding="ISO­8859­1" ?>   <wfs:~FeatureCollection      xmlns:wfs="!http://www.opengis.net/wfs"       <gml:featureMember>         <Postleitzahlbereiche>           <gml:polygonProperty>             <gml:Polygon srsName="epsg:31467">              <gml:outerBoundaryIs>              <gml:LinearRing>              <gml:coordinates>              3365496.566430,5624978.448441             3365521.124423,5625013.908323              3365458.518013,5624832.944095    [...]            3365502.496403,5624908.664231               3365531.735324,5624963.958282               3365496.566430,5624978.448441               </gml:coordinates>              </gml:~LinearRing>              </gml:outerBoundaryIs>             </gml:Polygon>           </gml:polygonProperty>           <gid>3695</gid>           <oid>15223704</oid>           <plz99>53111</plz99>           <item_plz>53111</item_plz>         </Postleitzahlbereiche>       </gml:featureMember>   </wfs:FeatureCollection> </pre> http://arnulf.us/PLZ#Download  SmartKorea 2011, Seoul, Korea Arnulf Christl 25 / 45
  • 27. The Internet ● DNS (Domain Name System) ● Internet Protocol Suite ● TCP/IP, TLS ● HTTP ● URL Human error ● ... http://en.wikipedia.org/wiki/Internet ● Simple Mail Transfer Protocol (SMTP) Spam SmartKorea 2011, Seoul, Korea Arnulf Christl 27 / 45
  • 28. Domain Name System de  Country code: "de" is Deutschland (Germany) tum  Domain: Technical University of Munich bv  Sub domain: Bauingenieur­ und Vermessungswesen rtg  Sub domain: runder Tisch GIS e.V www  ...superfluous leftover from the 90s  index.php Document (in this case a script that will dynamically create an HTML document). More (ugly) parameters the script needs:  option=com_content&task=view&id=535&Itemid=9&Itemid=110 As a link:  This Link is opaque but still delivers the same  document. SmartKorea 2011, Seoul, Korea Arnulf Christl 28 / 45
  • 29. Web sites  can have different  adresses (URL) SmartKorea 2011, Seoul, Korea Arnulf Christl 29 / 45
  • 30. The Flexibility of the DNS The private Web site of the author can be reached through  any of the following (and maybe more) unique URL:  http://arnulf.us  http://www.arnulf.us  http://arnulf.us/Main_Page  http://arnulf.us/Runder_tisch_gis/introduction_to_the_Web  http://bit.ly/arnulf_christl  http://zpatial.org  http://r32916.ovh.net  http://94.23.196.65  http://178.32.100.197/  SmartKorea 2011, Seoul, Korea Arnulf Christl 30 / 45
  • 31. HTTP Hyptertext Transfer Protocol knows four basic  operations:  ● Get HTTP is the Application  Protocol of the Internet.  ● Put The Web is the  ● Post Application. ● Delete These are sufficient to read, write, update and  delete. Voila: CRUD.  SmartKorea 2011, Seoul, Korea Arnulf Christl 31 / 45
  • 32. The Web is: Documents <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de­de" lang="de­de"> <head> <meta http­equiv="content­type" content="text/html; charset=utf­8" /> <meta name="robots" content="index, follow" /> <meta name="description" content="Die Seite informiert über die  Studienangebote, die Forschungseinrichtungen und Organisation  der Fakultät für Bauingenieur­ und Vermessungswesen der  Technischen Universität München" /> <style type="text/css" style="display:none"> […] </style> </head> <body> <a href="http://www.tum.de"><img src="http://.../tum_logo.gif"  alt="TUM" width="227" height="117" /></a> [...] Willkommen an der Fakultät für Bauingenieur­ und Vermessungswesen [...] </body> http://www.bv.tum.de/  </html> SmartKorea 2011, Seoul, Korea Arnulf Christl 32 / 45
  • 33. HTTP URI – Links The most important aspect of the Web are links. Links are  always directed graphs (relationships): Subject >>> Relation >>> Object Metaspatial >>>    Link >>> Scrum Alliance <a href="http://www.scrumalliance.org/">Scrum Alliance</a> Coincidence? Geospatial data has similar relations... postal code  <  >  is neighbour of  <  > postal code county <  > contains <  > town SmartKorea 2011, Seoul, Korea Arnulf Christl 33 / 45
  • 34. Resource Description Framework The RDF (Resource Description Framework) format  (which is a standard) implements these directed relations  in so called triples.  ● Geospatial data can be transformed into RDF  notation. But this does not help much (yet).   ● More interesting (right now) is the association of  spatial data with other data using RDF.  SmartKorea 2011, Seoul, Korea Arnulf Christl 34 / 45
  • 35. The Web – Links Linked Geodata: http://linkedgeodata.org/Datasets SmartKorea 2011, Seoul, Korea Arnulf Christl 35 / 45
  • 36. Problem! The Instability of the Web:  <html> <head> <title>404 Not Found</title> </head> <body> <h1>Not Found</h1> <p>The requested URL /asdfg was not found on this server.</p> <hr> <address>Apache Debian Server at www.metaspatial.net Port 80</address> </body> </html> But the solution is already contained within HTTP! SmartKorea 2011, Seoul, Korea Arnulf Christl 36 / 45
  • 37. HTTP Status Codes ● Informational 1xx  ● Successful 2xx (200 OK) ● Redirection 3xx (301 Moved Permanently) ● Client Error 4xx (404 not found) ● Server Error 5xx (500 internal server error) http://www.rfc­editor.org/rfc/rfc2616.txt SmartKorea 2011, Seoul, Korea Arnulf Christl 37 / 45
  • 38. Web 2.0 Concepts ● Technology: REST­architectures allows simple,  flexible creation, update and searching of data. ● Process: Updating metadata can be automatized  using GeoRSS. ● Content: Data belongs in open buckets so that  ontologies can grow on them. ● Ontologies are creaed by communities actually  using things (tagging, rating: "+1 and like") SmartKorea 2011, Seoul, Korea Arnulf Christl 38 / 45
  • 39. Technology: Using REST  Four Concepts Four properties: ● the Ressource ● Addressability ● her name (URL) ● Statelessness ● her representation ● Connectedness ● her links (relationships) ● Idempotence The corresponding architectur model is the  Resource Oriented Architecture (short: ROA). SmartKorea 2011, Seoul, Korea Arnulf Christl 39 / 45
  • 41. Web 2.0 ! SmartKorea 2011, Seoul, Korea Arnulf Christl 41 / 45
  • 42. Denmark http://geo.oiorest.dk/ SmartKorea 2011, Seoul, Korea Arnulf Christl 42 / 45
  • 43. The Five Stars for Linked Open Data From an idea by Tim Berners Lee:  make your stuff available on the Web (whatever format) under  ★ an open license make it available as structured data (e.g., Excel instead of  ★★ image scan of a table) ★★★ use non­proprietary formats (e.g., CSV instead of Excel) use URIs to identify things, so that people can point at  ★★★★ your structured data (make data adressable) ★★★★★ Link your data with other data to create new information http://inkdroid.org/journal/2010/06/04/the-5-stars-of-open-linked-data/ SmartKorea 2011, Seoul, Korea Arnulf Christl 43 / 45
  • 44. Summary ● The Web "Operating System" is the Internet ● The Web is based on HTTP ● The Web is a gigantic App(lication) ● The API of the Web is RESTful ● The ROA is the architecture model of the Web ● Geospatial data is important! Software is just an  (exchangeable) tool and comes and goes.  SmartKorea 2011, Seoul, Korea Arnulf Christl 44 / 45
  • 45. Many thanks for  your patience! September 2012 Beijing, China The annual Conference on Free and Open Source Software for Geospatial Dieser Foliensatz darf zu jedem Zweck und kopiert, weiterverwendet und verändert werden. Siehe auch: Copystraight. Copyright: Arnulf Christl 2010 Download:  Foliensatz:  http://arnulf.us/publications/resource­oriented­future_arnulf­christl.odp (pdf) Artikel:  http://arnulf.us/publications/Introduction_to_Semantic_Web_Technology_and_Geodata_v4.odt (pdf)  45 / 45