SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
Statistical Linked Data

                        Boris Villazón-Terrazas
      Facultad de Informática, Universidad Politécnica de Madrid
    Campus de Montegancedo sn 28660 Boadilla del Monte Madrid
                               sn,                   Monte,
                       http://www.oeg-upm.net
                         bvillazon@fi.upm.es
             Phone: 34.91.3366605, Fax: 34.91.3524819
      Slides available at: http://www.slideshare.net/boricles/


Acknowledgements: Local Government Management Services
Board - Ireland, Michael Hausenblas, Richard Cyganiak, Oscar
Corcho, Asunción Gómez-Pérez

WorkdistributedunderthelicenseCreativeCommonsAttribution-
Noncommercial-Share Alike 3.0
2
Specification – Spreadsheet about statistics

• Service Indicators of Ireland




                            3
Specification – Spreadsheet about statistics

• Service Indicators of Ireland
   • Data for 2009




                            4
Specification - URI design

• Base URI

  • http://stats.data-gov.ie


• TBOX URI

  • We use the RDF Data Cube Vocabulary


• ABOX URI

  • http:// stats.data-gov.ie /data/{resourceType}/{resource}




                                5
6
Vocabularies for modelling statistical data

• SCOVO
   • Michael Hausenblas, Danny Ayers, Lee Feigenbaum, Tom
     Heath,
     Heath Wolfgang Halb Y es Raimond 2008
                      Halb, Yves Raimond,
   • It is deprecated

     http://purl.org/NET/scovo
     http://purl org/NET/scovo




• SDMX – RDF
   • Richard Cyganiak, Chris Dollin, Dave Reynolds, 2010
   • Provides a general means to publish statistical data in RDF
     (exploiting the SDMX information model).
http://publishing-statistical-data.googlecode.com/svn/trunk/specs/src/main/html/index.html




                                        7
Vocabularies for modelling statistical data
• RDF Data Cube
     • Richard Cyganiak, Dave Reynolds, Jeni Tennison, 2010

     • SDMX is massive, and many parts of the standard are not
       really relevant for the kind of web-based data publishing that
       RDF excels in. So they identified a core of SDMX that
       seemed most relevant for data publishing, called that core
       “Data Cube”, and published it separately.

     • W3C Government Linked Data Working group is going to
       propose RDF Data Cube for modelling government statistical
       data.



http://linked-statistics.org/datacube/
http://linked statistics org/datacube/



                                         8
RDF Data Cube Vocabulary

qb http://purl.org/linked-data/cube#




                             9
RDF Data Cube – Main elements




 10
11
RDF Data Cube - Concepts


                                             rdf:type

     skos:Concept


                                                 stats:concept/f
               rdf:type
                df t
                          skos:broader                                  skos:broader


rdf:type                stats:concept/f-1                          stats:concept/f-2



            rdf:type             skos:broader


                       stats:concept/f 1 2
                       stats:concept/f-1-2           rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#
                                                     rdf:http://www w3 org/1999/02/22 rdf syntax ns#
                                                     skos: http://www.w3.org/2004/02/skos/core#
                                                     stats: http://stats.data-gov.ie/data/
                                                12
RDF Data Cube - Properties

            qb:MeasureProperty


                         rdf:type

                                        rdfs:subPropertyOf
             stats:property/f-1-2
                           /f                                             qb:obsValue



  qb:concept
   b       t                                       rdfs:label
                  rdfs:range



stats:concept/f-1-2             xsd:double                          “Average time …”

                                                  rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
                                                  rdfs: http://www.w3.org/2000/01/rdf-schema#
                                                  qb: http://purl.org/linked-data/cube#
                                                  stats: http://stats.data-gov.ie/data/
                                             13
RDF Data Cube – Data structure definition

qb:DataStructureDefinition


               rdf:type
                             qb:component

     stats:dsd/f-1-2                      stats:componet/geoArea
                                                   p     g


                             qb:component



                                  stats:componet/refPeriod
              q
              qb:component
                    p



  stats:componet/f-1-2                    rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
                                          qb: http://purl.org/linked-data/cube#
                                               http://purl org/linked data/cube#
                                          stats: http://stats.data-gov.ie/data/

                                         14
RDF Data Cube – DataSet

                      qb:DataSet

                 rdf:type
                                             qb:structure
                     stats:data/f-1-2                                    stats:dsd/f-1-2



    qb:dataSet                              qb:dataSet




    stats:data/f-1-          ……              stats:data/f-1-
2/2009/county/donegal                     2/2009/county/cavan


          rdf:type                           rdf:type

                         qb:Observation            rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
                                                   qb: http://purl.org/linked-data/cube#
                                                   stats: http://stats.data-gov.ie/data/
                                              15
RDF Data Cube – Observation
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
qb: http://purl.org/linked-data/cube#
stats: http://stats.data-gov.ie/data/
property: http://stats.data-gov.ie/property/
sdmx-dimension: http://purl.org/linked-data/sdmx/2009/dimension#


                                           http://reference.data.gov
                                                .uk/id/year/2009


                                                            sdmx-dimension:refPeriod

                              qb:dataSet                               rdf:type
                                                stats:data/f-1-
       stats:data/f-1-2                                                           qb:Observation
                                            2/2009/county/donegal


                    property:geoArea                                    property:f-1-2



                    http://geo.data-
                    http://geo data-
                 gov.ie/county/donegal                                            5.29


                                                      16
17
Fuseki endpoint

• http://data-gov.ie/sparql




                              18
Fuseki endpoint
• N
  Now you can play a bit with SPARQL … ;)
               l          ith           )

• What is the value of the Service Indicator F 2 1
                                             F-2-1
  (Percentage of cases in respect of fire in which first
  attendance is at the scene within 10 minutes) in the
  County of D
  C        f Donegal?l?
   PREFIX data: <http://stats.data-gov.ie/data/>
   PREFIX qb: <http://purl.org/linked-data/cube#>
           qb     ttp //pu o g/    ed data/cube#
   PREFIX sdmx-dimension : <http://purl.org/linked-data/sdmx/2009/dimension#>
   PREFIX property: <http://stats.data-gov.ie/property/>
   SELECT ?obs ?ds ?val
   WHERE {
   ?obs a qb:Observation .
   ?obs sdmx-dimension :refPeriod <http://reference.data.gov.uk/id/year/2009> .
   ?obs property:geoArea <http://geo.data-gov.ie/county/donegal> .
   ?obs qb:dataSet ?ds .
   ?obs property:f-2-1 ?val .
   }
                                           19
Metadata publication – VoID
   • VoID description
        • void.ttl




http://www.w3.org/TR/void/
                             20
sitemap4rdf


• Simple command line tool
• Sends a SPARQL query to list all URIs
• Generates sitemap

  sitemap4rdf http://yoursite/sparql http://yoursite/resource/

  Example:

  sitemap4rdf http://geo.linkeddata.es/sparql http://geo.linkeddata.es/
  sitemap4rdf http://data-gov.ie/sparql http://stats.data-gov.ie


• run sitemap4rdf specifying the SPARQL endpoint
  and the prefix of the URLs to include in the Sitemap


                                       21
22
Exploitation

http://county-rank.data-gov.ie/




                             23
Information about the County




24
Service Indicators - I




25
Service Indicators - II




26
Service Indicators - III




27
Statistical Linked Data

                        Boris Villazón-Terrazas
      Facultad de Informática, Universidad Politécnica de Madrid
    Campus de Montegancedo sn 28660 Boadilla del Monte Madrid
                               sn,                   Monte,
                       http://www.oeg-upm.net
                         bvillazon@fi.upm.es
             Phone: 34.91.3366605, Fax: 34.91.3524819
      Slides available at: http://www.slideshare.net/boricles/


Acknowledgements: Local Government Management Services
Board - Ireland, Michael Hausenblas, Richard Cyganiak, Oscar
Corcho, Asunción Gómez-Pérez

WorkdistributedunderthelicenseCreativeCommonsAttribution-
Noncommercial-Share Alike 3.0

Más contenido relacionado

La actualidad más candente

Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...Fariz Darari
 
RDF, SPARQL and Semantic Repositories
RDF, SPARQL and Semantic RepositoriesRDF, SPARQL and Semantic Repositories
RDF, SPARQL and Semantic RepositoriesMarin Dimitrov
 
Mon norton tut_queryinglinkeddata02
Mon norton tut_queryinglinkeddata02Mon norton tut_queryinglinkeddata02
Mon norton tut_queryinglinkeddata02eswcsummerschool
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sf
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sfSparql querying of-property-graphs-harsh thakkar-graph day 2017 sf
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sfHarsh Thakkar
 
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...CILIP MDG
 
Basic Serials Cataloging Workshop - Handout
Basic Serials Cataloging Workshop - HandoutBasic Serials Cataloging Workshop - Handout
Basic Serials Cataloging Workshop - HandoutNASIG
 
도서관과 Linked Data
도서관과 Linked Data도서관과 Linked Data
도서관과 Linked DataMyungjin Lee
 
Local content storage & integration
Local content storage & integrationLocal content storage & integration
Local content storage & integrationKaren Estlund
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataBoris Villazón-Terrazas
 
semlavssws2015
semlavssws2015semlavssws2015
semlavssws2015hala Skaf
 
:me owl:sameAs flickr:33669349@N00 .
:me owl:sameAs flickr:33669349@N00 .:me owl:sameAs flickr:33669349@N00 .
:me owl:sameAs flickr:33669349@N00 .Alexandre Passant
 
EDF2012 Mariana Damova - Factforge
EDF2012   Mariana Damova - FactforgeEDF2012   Mariana Damova - Factforge
EDF2012 Mariana Damova - FactforgeEuropean Data Forum
 
Semantic Web introduction
Semantic Web introductionSemantic Web introduction
Semantic Web introductionGraphity
 
Federated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of DataFederated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of DataMuhammad Saleem
 
Federated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialFederated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialMuhammad Saleem
 
RDA & serials-transitioning to rda within a marc 21 framework
RDA & serials-transitioning to rda within a marc 21 frameworkRDA & serials-transitioning to rda within a marc 21 framework
RDA & serials-transitioning to rda within a marc 21 frameworkNASIG
 

La actualidad más candente (20)

Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
Poster - Completeness Statements about RDF Data Sources and Their Use for Qu...
 
RDF, SPARQL and Semantic Repositories
RDF, SPARQL and Semantic RepositoriesRDF, SPARQL and Semantic Repositories
RDF, SPARQL and Semantic Repositories
 
Mon norton tut_queryinglinkeddata02
Mon norton tut_queryinglinkeddata02Mon norton tut_queryinglinkeddata02
Mon norton tut_queryinglinkeddata02
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sf
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sfSparql querying of-property-graphs-harsh thakkar-graph day 2017 sf
Sparql querying of-property-graphs-harsh thakkar-graph day 2017 sf
 
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...
Script away!!: APIs, XSLT, and linked data sets for creating and enriching bi...
 
Basic Serials Cataloging Workshop - Handout
Basic Serials Cataloging Workshop - HandoutBasic Serials Cataloging Workshop - Handout
Basic Serials Cataloging Workshop - Handout
 
도서관과 Linked Data
도서관과 Linked Data도서관과 Linked Data
도서관과 Linked Data
 
Local content storage & integration
Local content storage & integrationLocal content storage & integration
Local content storage & integration
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
 
Querying Linked Data
Querying Linked DataQuerying Linked Data
Querying Linked Data
 
RDA Revisited
RDA RevisitedRDA Revisited
RDA Revisited
 
semlavssws2015
semlavssws2015semlavssws2015
semlavssws2015
 
:me owl:sameAs flickr:33669349@N00 .
:me owl:sameAs flickr:33669349@N00 .:me owl:sameAs flickr:33669349@N00 .
:me owl:sameAs flickr:33669349@N00 .
 
EDF2012 Mariana Damova - Factforge
EDF2012   Mariana Damova - FactforgeEDF2012   Mariana Damova - Factforge
EDF2012 Mariana Damova - Factforge
 
Semantic Web introduction
Semantic Web introductionSemantic Web introduction
Semantic Web introduction
 
Federated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of DataFederated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of Data
 
Aall denver 2010
Aall denver 2010Aall denver 2010
Aall denver 2010
 
Federated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 TutorialFederated SPARQL Query Processing ISWC2015 Tutorial
Federated SPARQL Query Processing ISWC2015 Tutorial
 
RDA & serials-transitioning to rda within a marc 21 framework
RDA & serials-transitioning to rda within a marc 21 frameworkRDA & serials-transitioning to rda within a marc 21 framework
RDA & serials-transitioning to rda within a marc 21 framework
 

Similar a Statistical Linked Data

Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And VisualizationIvan Ermilov
 
RDB2RDF, an overview of R2RML and Direct Mapping
RDB2RDF, an overview of R2RML and Direct MappingRDB2RDF, an overview of R2RML and Direct Mapping
RDB2RDF, an overview of R2RML and Direct MappingBoris Villazón-Terrazas
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA KeynoteAxel Polleres
 
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of Interest
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of InterestWherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of Interest
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of InterestWhereCampBerlin
 
Slides semantic web and Drupal 7 NYCCamp 2012
Slides semantic web and Drupal 7 NYCCamp 2012Slides semantic web and Drupal 7 NYCCamp 2012
Slides semantic web and Drupal 7 NYCCamp 2012scorlosquet
 
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDManaging and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDFariz Darari
 
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDManaging and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDRadityo Eko Prasojo
 
An Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of DataAn Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of DataOlaf Hartig
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data UsecasesMyungjin Lee
 
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...Benchmarking RDF Metadata Representations: Reification, Singleton Property an...
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...Fabrizio Orlandi
 
The RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountThe RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountLeigh Dodds
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataOntotext
 
Programming with LOD
Programming with LODProgramming with LOD
Programming with LODFumihiro Kato
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems FolksAlison Hitchens
 
Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Juan Sequeda
 
Presentation at the EMBL-EBI Industry RDF meeting
Presentation at the EMBL-EBI  Industry RDF meetingPresentation at the EMBL-EBI  Industry RDF meeting
Presentation at the EMBL-EBI Industry RDF meetingJohannes Keizer
 

Similar a Statistical Linked Data (20)

Data Integration And Visualization
Data Integration And VisualizationData Integration And Visualization
Data Integration And Visualization
 
RDB2RDF, an overview of R2RML and Direct Mapping
RDB2RDF, an overview of R2RML and Direct MappingRDB2RDF, an overview of R2RML and Direct Mapping
RDB2RDF, an overview of R2RML and Direct Mapping
 
20100614 ISWSA Keynote
20100614 ISWSA Keynote20100614 ISWSA Keynote
20100614 ISWSA Keynote
 
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of Interest
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of InterestWherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of Interest
Wherecamp Navigation Conference 2015 - SPOI SDI4pps: Points of Interest
 
Slides semantic web and Drupal 7 NYCCamp 2012
Slides semantic web and Drupal 7 NYCCamp 2012Slides semantic web and Drupal 7 NYCCamp 2012
Slides semantic web and Drupal 7 NYCCamp 2012
 
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDManaging and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
 
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WDManaging and Consuming Completeness Information for Wikidata Using COOL-WD
Managing and Consuming Completeness Information for Wikidata Using COOL-WD
 
An Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of DataAn Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of Data
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...Benchmarking RDF Metadata Representations: Reification, Singleton Property an...
Benchmarking RDF Metadata Representations: Reification, Singleton Property an...
 
The RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple CountThe RDF Report Card: Beyond the Triple Count
The RDF Report Card: Beyond the Triple Count
 
The Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open DataThe Power of Semantic Technologies to Explore Linked Open Data
The Power of Semantic Technologies to Explore Linked Open Data
 
Programming with LOD
Programming with LODProgramming with LOD
Programming with LOD
 
Semantic Web - RDF
Semantic Web - RDFSemantic Web - RDF
Semantic Web - RDF
 
MOAR RDA For Systems Folks
MOAR RDA For Systems FolksMOAR RDA For Systems Folks
MOAR RDA For Systems Folks
 
Converting GHO to RDF
Converting GHO to RDFConverting GHO to RDF
Converting GHO to RDF
 
Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011Publishing Linked Data 3/5 Semtech2011
Publishing Linked Data 3/5 Semtech2011
 
AGROVOC, AGRIS and the CIARD RING, using RDF vocabularies and technologies f...
AGROVOC, AGRIS and the CIARD RING,  using RDF vocabularies and technologies f...AGROVOC, AGRIS and the CIARD RING,  using RDF vocabularies and technologies f...
AGROVOC, AGRIS and the CIARD RING, using RDF vocabularies and technologies f...
 
Presentation at the EMBL-EBI Industry RDF meeting
Presentation at the EMBL-EBI  Industry RDF meetingPresentation at the EMBL-EBI  Industry RDF meeting
Presentation at the EMBL-EBI Industry RDF meeting
 
Second Thoughts about Metadata Standards for Data
Second Thoughts about Metadata Standards for DataSecond Thoughts about Metadata Standards for Data
Second Thoughts about Metadata Standards for Data
 

Más de Boris Villazón-Terrazas

SEEMP - Semantic Aspects and Interoperability
SEEMP - Semantic Aspects and InteroperabilitySEEMP - Semantic Aspects and Interoperability
SEEMP - Semantic Aspects and InteroperabilityBoris Villazón-Terrazas
 
Linguistic resources enhanced with geospatial Information
Linguistic resources enhanced with geospatial InformationLinguistic resources enhanced with geospatial Information
Linguistic resources enhanced with geospatial InformationBoris Villazón-Terrazas
 
Map4rdf - Faceted Browser for Geospatial Datasets
Map4rdf - Faceted Browser for Geospatial DatasetsMap4rdf - Faceted Browser for Geospatial Datasets
Map4rdf - Faceted Browser for Geospatial DatasetsBoris Villazón-Terrazas
 
Linked Data Projects at OEG - Current Status
Linked Data Projects at OEG - Current StatusLinked Data Projects at OEG - Current Status
Linked Data Projects at OEG - Current StatusBoris Villazón-Terrazas
 
A Provenance-Aware Linked Data Application for Trip Management and Organization
A Provenance-Aware Linked Data Application for Trip Management and OrganizationA Provenance-Aware Linked Data Application for Trip Management and Organization
A Provenance-Aware Linked Data Application for Trip Management and OrganizationBoris Villazón-Terrazas
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataBoris Villazón-Terrazas
 
Linked Data Research Projects at Ontology Engineering Group
Linked Data Research Projects at Ontology Engineering GroupLinked Data Research Projects at Ontology Engineering Group
Linked Data Research Projects at Ontology Engineering GroupBoris Villazón-Terrazas
 
Lightweight Semantic Annotation of Geospatial RESTful Services
Lightweight Semantic Annotation of Geospatial RESTful ServicesLightweight Semantic Annotation of Geospatial RESTful Services
Lightweight Semantic Annotation of Geospatial RESTful ServicesBoris Villazón-Terrazas
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataBoris Villazón-Terrazas
 
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...Boris Villazón-Terrazas
 
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use CaseAn Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use CaseBoris Villazón-Terrazas
 

Más de Boris Villazón-Terrazas (19)

iSOCO - Research Lab Brief Introduction
iSOCO - Research Lab Brief IntroductioniSOCO - Research Lab Brief Introduction
iSOCO - Research Lab Brief Introduction
 
SEEMP - Semantic Aspects and Interoperability
SEEMP - Semantic Aspects and InteroperabilitySEEMP - Semantic Aspects and Interoperability
SEEMP - Semantic Aspects and Interoperability
 
Data Shapes and Data Transformations
Data Shapes and Data TransformationsData Shapes and Data Transformations
Data Shapes and Data Transformations
 
Linguistic resources enhanced with geospatial Information
Linguistic resources enhanced with geospatial InformationLinguistic resources enhanced with geospatial Information
Linguistic resources enhanced with geospatial Information
 
Map4rdf - Faceted Browser for Geospatial Datasets
Map4rdf - Faceted Browser for Geospatial DatasetsMap4rdf - Faceted Browser for Geospatial Datasets
Map4rdf - Faceted Browser for Geospatial Datasets
 
Publishing Linked Data from RDB
Publishing Linked Data from RDBPublishing Linked Data from RDB
Publishing Linked Data from RDB
 
Linked Data Projects at OEG - Current Status
Linked Data Projects at OEG - Current StatusLinked Data Projects at OEG - Current Status
Linked Data Projects at OEG - Current Status
 
A Provenance-Aware Linked Data Application for Trip Management and Organization
A Provenance-Aware Linked Data Application for Trip Management and OrganizationA Provenance-Aware Linked Data Application for Trip Management and Organization
A Provenance-Aware Linked Data Application for Trip Management and Organization
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
 
Linked Data Research Projects at Ontology Engineering Group
Linked Data Research Projects at Ontology Engineering GroupLinked Data Research Projects at Ontology Engineering Group
Linked Data Research Projects at Ontology Engineering Group
 
Lightweight Semantic Annotation of Geospatial RESTful Services
Lightweight Semantic Annotation of Geospatial RESTful ServicesLightweight Semantic Annotation of Geospatial RESTful Services
Lightweight Semantic Annotation of Geospatial RESTful Services
 
Methodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked DataMethodological Guidelines for Publishing Linked Data
Methodological Guidelines for Publishing Linked Data
 
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
A Method for Reusing and Re-engineering Non-ontological Resources for Buildin...
 
Geolinkeddata 07042011 1
Geolinkeddata 07042011 1Geolinkeddata 07042011 1
Geolinkeddata 07042011 1
 
Sitemap4rdf(v2 boris)
Sitemap4rdf(v2 boris)Sitemap4rdf(v2 boris)
Sitemap4rdf(v2 boris)
 
Geometry2rdf(v2 boris)
Geometry2rdf(v2 boris)Geometry2rdf(v2 boris)
Geometry2rdf(v2 boris)
 
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use CaseAn Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
An Approach to Publish Spatial Data on the Web: The GeoLinked Data Use Case
 
Geo linked data lstd10(v2-boris)
Geo linked data lstd10(v2-boris)Geo linked data lstd10(v2-boris)
Geo linked data lstd10(v2-boris)
 
GeoLinkedData
GeoLinkedDataGeoLinkedData
GeoLinkedData
 

Último

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
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, ...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
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
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 

Último (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 

Statistical Linked Data

  • 1. Statistical Linked Data Boris Villazón-Terrazas Facultad de Informática, Universidad Politécnica de Madrid Campus de Montegancedo sn 28660 Boadilla del Monte Madrid sn, Monte, http://www.oeg-upm.net bvillazon@fi.upm.es Phone: 34.91.3366605, Fax: 34.91.3524819 Slides available at: http://www.slideshare.net/boricles/ Acknowledgements: Local Government Management Services Board - Ireland, Michael Hausenblas, Richard Cyganiak, Oscar Corcho, Asunción Gómez-Pérez WorkdistributedunderthelicenseCreativeCommonsAttribution- Noncommercial-Share Alike 3.0
  • 2. 2
  • 3. Specification – Spreadsheet about statistics • Service Indicators of Ireland 3
  • 4. Specification – Spreadsheet about statistics • Service Indicators of Ireland • Data for 2009 4
  • 5. Specification - URI design • Base URI • http://stats.data-gov.ie • TBOX URI • We use the RDF Data Cube Vocabulary • ABOX URI • http:// stats.data-gov.ie /data/{resourceType}/{resource} 5
  • 6. 6
  • 7. Vocabularies for modelling statistical data • SCOVO • Michael Hausenblas, Danny Ayers, Lee Feigenbaum, Tom Heath, Heath Wolfgang Halb Y es Raimond 2008 Halb, Yves Raimond, • It is deprecated http://purl.org/NET/scovo http://purl org/NET/scovo • SDMX – RDF • Richard Cyganiak, Chris Dollin, Dave Reynolds, 2010 • Provides a general means to publish statistical data in RDF (exploiting the SDMX information model). http://publishing-statistical-data.googlecode.com/svn/trunk/specs/src/main/html/index.html 7
  • 8. Vocabularies for modelling statistical data • RDF Data Cube • Richard Cyganiak, Dave Reynolds, Jeni Tennison, 2010 • SDMX is massive, and many parts of the standard are not really relevant for the kind of web-based data publishing that RDF excels in. So they identified a core of SDMX that seemed most relevant for data publishing, called that core “Data Cube”, and published it separately. • W3C Government Linked Data Working group is going to propose RDF Data Cube for modelling government statistical data. http://linked-statistics.org/datacube/ http://linked statistics org/datacube/ 8
  • 9. RDF Data Cube Vocabulary qb http://purl.org/linked-data/cube# 9
  • 10. RDF Data Cube – Main elements 10
  • 11. 11
  • 12. RDF Data Cube - Concepts rdf:type skos:Concept stats:concept/f rdf:type df t skos:broader skos:broader rdf:type stats:concept/f-1 stats:concept/f-2 rdf:type skos:broader stats:concept/f 1 2 stats:concept/f-1-2 rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns# rdf:http://www w3 org/1999/02/22 rdf syntax ns# skos: http://www.w3.org/2004/02/skos/core# stats: http://stats.data-gov.ie/data/ 12
  • 13. RDF Data Cube - Properties qb:MeasureProperty rdf:type rdfs:subPropertyOf stats:property/f-1-2 /f qb:obsValue qb:concept b t rdfs:label rdfs:range stats:concept/f-1-2 xsd:double “Average time …” rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs: http://www.w3.org/2000/01/rdf-schema# qb: http://purl.org/linked-data/cube# stats: http://stats.data-gov.ie/data/ 13
  • 14. RDF Data Cube – Data structure definition qb:DataStructureDefinition rdf:type qb:component stats:dsd/f-1-2 stats:componet/geoArea p g qb:component stats:componet/refPeriod q qb:component p stats:componet/f-1-2 rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# qb: http://purl.org/linked-data/cube# http://purl org/linked data/cube# stats: http://stats.data-gov.ie/data/ 14
  • 15. RDF Data Cube – DataSet qb:DataSet rdf:type qb:structure stats:data/f-1-2 stats:dsd/f-1-2 qb:dataSet qb:dataSet stats:data/f-1- …… stats:data/f-1- 2/2009/county/donegal 2/2009/county/cavan rdf:type rdf:type qb:Observation rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# qb: http://purl.org/linked-data/cube# stats: http://stats.data-gov.ie/data/ 15
  • 16. RDF Data Cube – Observation rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# qb: http://purl.org/linked-data/cube# stats: http://stats.data-gov.ie/data/ property: http://stats.data-gov.ie/property/ sdmx-dimension: http://purl.org/linked-data/sdmx/2009/dimension# http://reference.data.gov .uk/id/year/2009 sdmx-dimension:refPeriod qb:dataSet rdf:type stats:data/f-1- stats:data/f-1-2 qb:Observation 2/2009/county/donegal property:geoArea property:f-1-2 http://geo.data- http://geo data- gov.ie/county/donegal 5.29 16
  • 17. 17
  • 19. Fuseki endpoint • N Now you can play a bit with SPARQL … ;) l ith ) • What is the value of the Service Indicator F 2 1 F-2-1 (Percentage of cases in respect of fire in which first attendance is at the scene within 10 minutes) in the County of D C f Donegal?l? PREFIX data: <http://stats.data-gov.ie/data/> PREFIX qb: <http://purl.org/linked-data/cube#> qb ttp //pu o g/ ed data/cube# PREFIX sdmx-dimension : <http://purl.org/linked-data/sdmx/2009/dimension#> PREFIX property: <http://stats.data-gov.ie/property/> SELECT ?obs ?ds ?val WHERE { ?obs a qb:Observation . ?obs sdmx-dimension :refPeriod <http://reference.data.gov.uk/id/year/2009> . ?obs property:geoArea <http://geo.data-gov.ie/county/donegal> . ?obs qb:dataSet ?ds . ?obs property:f-2-1 ?val . } 19
  • 20. Metadata publication – VoID • VoID description • void.ttl http://www.w3.org/TR/void/ 20
  • 21. sitemap4rdf • Simple command line tool • Sends a SPARQL query to list all URIs • Generates sitemap sitemap4rdf http://yoursite/sparql http://yoursite/resource/ Example: sitemap4rdf http://geo.linkeddata.es/sparql http://geo.linkeddata.es/ sitemap4rdf http://data-gov.ie/sparql http://stats.data-gov.ie • run sitemap4rdf specifying the SPARQL endpoint and the prefix of the URLs to include in the Sitemap 21
  • 22. 22
  • 28.
  • 29. Statistical Linked Data Boris Villazón-Terrazas Facultad de Informática, Universidad Politécnica de Madrid Campus de Montegancedo sn 28660 Boadilla del Monte Madrid sn, Monte, http://www.oeg-upm.net bvillazon@fi.upm.es Phone: 34.91.3366605, Fax: 34.91.3524819 Slides available at: http://www.slideshare.net/boricles/ Acknowledgements: Local Government Management Services Board - Ireland, Michael Hausenblas, Richard Cyganiak, Oscar Corcho, Asunción Gómez-Pérez WorkdistributedunderthelicenseCreativeCommonsAttribution- Noncommercial-Share Alike 3.0