SlideShare a Scribd company logo
Semantic web at the Library of the National
                        Congress of Chile

                        August, 15th 2012
Motivation

Government actions and data can be monitored
   Improve transparency and confidence


Public value (generates citizen experience)
   Research and collaboration
   Data reuse


Public information belongs to citizens
   Publicly funded
   ROI
Considerations in public agencies

Large data volumes
Semi-structured content
General interest contents
Hihg expectations

Smal teams in large organizations
Little knowledge of semantic web
Open linked data architecture
         Web Browser             Semantic Application

                         Client side

                         Server side

                    Web Application Server

                           Output
       Update               RDF        Ontologies
        RDF                Graph
       Graph
       Service
                  Endpoint SPARQL
                                                        Cifuentes-Silva, Sifaqui &
                                                        Labra Gayo: Towards an
                            Cache                       architecture and adoption
         RDF Storage                                    process for linked data

                             DB                         technologies in open
                                                        government contexts: a
                                                        case study for the Library
                                                        of Congress of Chile. I-
                                                        SEMANTICS 2011: 79-
                 Web Server Operating System            86,http://dl.acm.org/citati
                                                        on.cfm?id=2063529
Application domains

Legislation

Political history
Legislation

The legislation is public information ...



... and should be in public domain
Legislation

Leychile (2008)
   Juridical certainty
LeyChile: access offer

WSDL (http://www.leychile.cl/ws/LeyChile.wsdl)
LeyChile: access offer

WSDL (http://www.leychile.cl/ws/LeyChile.wsdl)
Enlaces, widgets, web services (http://llevatelo.bcn.cl)
¿LeyChile: LOD?

Natural extension

Improve interoperability (more formats)

To create domain ontologies

Offer a solution to complex queries using a SPARQL endpoint

First step: to expose metadata of the legal norms
Principles LOD: URIs
Decree 341; nov. 11, 2008; Ministry of Education
  http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341




Original version
   http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341/es@2008-11-07
Last version
    http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341/es@2010-07-20
Principles LOD: RDF
Principles LOD: links

Relationships to other datasets: Countries (International
  Treaties)
   DBPedia, Geonames


Reusing Vocabulary / Ontologies
   SKOS, DC, FOAF, DBPedia, ORG
Complex queries

      Find all the ordinances issued by a municipality between 1995
         and 2000, but modified after 2005

PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX n: <http://datos.bcn.cl/ontologies/bcn-norms#>
PREFIX n: <http://datos.bcn.cl/ontologies/bcn-norms#>

SELECT distinct str(?normTitle) as ?Titulo str(?creatorName) as ?
SELECT distinct str(?normTitle) as ?Titulo str(?creatorName) as ?
Municipio ?pubDate as ?Fecha_Publicacion ?pubDateOther as ?
Municipio ?pubDate as ?Fecha_Publicacion ?pubDateOther as ?
Fecha_modificacion
Fecha_modificacion
WHERE {
WHERE {
  ?norm
  ?norm        n:createdBy
               n:createdBy    ?creator .
                              ?creator .
  ?creator
  ?creator     n:hasName
               n:hasName      ?creatorName .
                              ?creatorName .
  ?norm
  ?norm        dc:title
               dc:title       ?normTitle .
                              ?normTitle .
  ?norm
  ?norm        n:publishDate ?pubDate .
               n:publishDate ?pubDate .
  ?norm
  ?norm        n:isModifiedBy ?otherNorm .
               n:isModifiedBy ?otherNorm .
  ?otherNorm n:publishDate ?pubDateOther .
  ?otherNorm n:publishDate ?pubDateOther .
  FILTER (regex(?creatorName,"MUNICIPALIDAD","i"))
  FILTER (regex(?creatorName,"MUNICIPALIDAD","i"))
  FILTER (?pubDate
  FILTER (?pubDate       > xsd:date("1995") &&
                         > xsd:date("1995") &&
           ?pubDate
          ?pubDate       < xsd:date("2000") &&
                         < xsd:date("2000") &&
          ?pubDateOther > xsd:date("2005"))
           ?pubDateOther > xsd:date("2005"))
}
}
ORDER BY (?pubDate)
ORDER BY (?pubDate)
http://datos.bcn.cl

First step finished in may 2011
   More than 300.000 norms exported
       ≈27 triples by norm
       ≈8 million triples


200 to 400 triples added each day
Political history

Biographical records
Political history

Biographical records
Political history
http://datos.bcn.cl/recurso/persona/2371
Political history

Biographical records

  we do not have all the years/places of birth or death
      for example, Salvador de la Cavareda Trucios alternate deputy for
      Valparaíso from 1824 to 1825 (brother of Salvador and José Joaquín)


But we know what we need:

 PREFIX bcnbio: <http://datos.bcn.cl/ontologies/bcn-biographies#>
 PREFIX bcnbio: <http://datos.bcn.cl/ontologies/bcn-biographies#>
 select * where {
 select * where {
     ?a a foaf:Person .
     ?a a foaf:Person .
     OPTIONAL {?a bcnbio:hasBorn ?ano } .
     OPTIONAL {?a bcnbio:hasBorn ?ano } .
     FILTER (!bound(?ano)) .
     FILTER (!bound(?ano)) .
 }
 }
Political history

Biographical records

Manuel Joaquín Díaz (deputy Constituent Congress 1891)
Manuel Joaquín Díaz Besoaín (deputy 1906-1908)

Is not the same person!
   first is Liberal-Democrático and second is Conservador
Political history

Biographical records

Juan Esteban Manzano de la Sotta (deputy 1825-1826)
Esteban Ignacio Fernández del Manzano y de la Sotta

Is the same person!
Political history

Biographical records

Carlos Larraín Claro (deputy 1912- 1915)
Carlos Larraín Claro, father in law of Jorge Astaburuaga Lyon
  (deputy 1924-1927)

Is the same person?
Actual and future work

More datasets at the endpoint: biographies, transparency,
  geographical data, history of the law, legislative
  documents…

Expose parts of a legal norm and their metadata
Actual development
David Robinson and Harlan Yu in “El desafío hacia el gobierno
  abierto en la hora de la igualdad”, Gastón Concha y
  Alejandra Naser (eds.), Santiago, CEPAL, 2012

“Open data does not create its own demand. The government
  should compromise the developers”
Visualizations
Visualizations
Visualizations
Complex queries made easy
Third party development
Third party development




                          Source: Orand. S.A.
Findings

Open data, open linked data, semantic web is more than a
  technology… it is a way of managing information

Visualization is not a final product, is a feedback process of
   data “ablution” and improving the visualization

Creates value for ourselves 1

Many technical details and challenges remain unsolved 1
                                                            1.- David Robinson and
                                                            Harlan Yu in “El desafío
                                                            hacia el gobierno abierto
                                                            en la hora de la
                                                            igualdad”, Gastón
                                                            Concha y Alejandra
                                                            Naser (eds.), Santiago,
                                                            CEPAL, 2012
Semantic web at the Library of the National
                        Congress of Chile

                        August, 15th 2012

More Related Content

Similar to IFLA Semantic Web at the BCN, 15.08.2012

Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)
Oscar Corcho
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
Oscar Corcho
 
Linked Open Government Data and the Semantic Web
Linked Open Government Data and the Semantic WebLinked Open Government Data and the Semantic Web
Linked Open Government Data and the Semantic Web
James Hendler
 
121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1manujam
 
The Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge RepresentationThe Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge Representation
Frank van Harmelen
 
Linking Open Data with Drupal
Linking Open Data with DrupalLinking Open Data with Drupal
Linking Open Data with Drupalemmanuel_jamin
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
Tope Omitola
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
Stefan Gradmann
 
The Future of LOD
The Future of LODThe Future of LOD
The Future of LOD
Ghislain ATEMEZING
 
US EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open DataUS EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open Data
3 Round Stones
 
When RDFa?
When RDFa?When RDFa?
When RDFa?
JISC Netskills
 
RDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFaRDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFa
Platypus
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
PeterWinstanley1
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
The Open Education Consortium
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark GreavesMediabistro
 
Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART projectJulie Allinson
 
The State of Linked Government Data
The State of Linked Government DataThe State of Linked Government Data
The State of Linked Government Data
Richard Cyganiak
 
Open data 4 startups (2°edition)
Open data 4 startups (2°edition)Open data 4 startups (2°edition)
Open data 4 startups (2°edition)
TOP-IX Consortium
 
Linked Open Government Data: What’s Next?
Linked Open Government Data:  What’s Next?Linked Open Government Data:  What’s Next?
Linked Open Government Data: What’s Next?
Li Ding
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
Ivan Herman
 

Similar to IFLA Semantic Web at the BCN, 15.08.2012 (20)

Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
 
Linked Open Government Data and the Semantic Web
Linked Open Government Data and the Semantic WebLinked Open Government Data and the Semantic Web
Linked Open Government Data and the Semantic Web
 
121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1
 
The Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge RepresentationThe Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge Representation
 
Linking Open Data with Drupal
Linking Open Data with DrupalLinking Open Data with Drupal
Linking Open Data with Drupal
 
Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
 
Linking Open Data
Linking Open DataLinking Open Data
Linking Open Data
 
The Future of LOD
The Future of LODThe Future of LOD
The Future of LOD
 
US EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open DataUS EPA Resource Conservation and Recovery Act published as Linked Open Data
US EPA Resource Conservation and Recovery Act published as Linked Open Data
 
When RDFa?
When RDFa?When RDFa?
When RDFa?
 
RDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFaRDFa Introductory Course Session 4/4 When RDFa
RDFa Introductory Course Session 4/4 When RDFa
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Web 3 Mark Greaves
Web 3 Mark GreavesWeb 3 Mark Greaves
Web 3 Mark Greaves
 
Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART project
 
The State of Linked Government Data
The State of Linked Government DataThe State of Linked Government Data
The State of Linked Government Data
 
Open data 4 startups (2°edition)
Open data 4 startups (2°edition)Open data 4 startups (2°edition)
Open data 4 startups (2°edition)
 
Linked Open Government Data: What’s Next?
Linked Open Government Data:  What’s Next?Linked Open Government Data:  What’s Next?
Linked Open Government Data: What’s Next?
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
 

More from Christian Sifaqui

Charla a funcionarios BCN
Charla a funcionarios BCNCharla a funcionarios BCN
Charla a funcionarios BCN
Christian Sifaqui
 
Charla a alumnos de la UCINF
Charla a alumnos de la UCINFCharla a alumnos de la UCINF
Charla a alumnos de la UCINF
Christian Sifaqui
 
Presentación mesa redonda
Presentación mesa redondaPresentación mesa redonda
Presentación mesa redonda
Christian Sifaqui
 
Presentación para U. La Serena
Presentación para U. La SerenaPresentación para U. La Serena
Presentación para U. La Serena
Christian Sifaqui
 
Collecter 04
Collecter 04Collecter 04
Collecter 04
Christian Sifaqui
 
Presentación para USM
Presentación para USMPresentación para USM
Presentación para USM
Christian Sifaqui
 
Charla II Congreso de Bibliotecas Universitarias y Especializadas
Charla II Congreso de Bibliotecas Universitarias y EspecializadasCharla II Congreso de Bibliotecas Universitarias y Especializadas
Charla II Congreso de Bibliotecas Universitarias y Especializadas
Christian Sifaqui
 
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
Christian Sifaqui
 
Charla Biblioteca Nacional, 24 de julio de 2014
Charla Biblioteca Nacional, 24 de julio de 2014Charla Biblioteca Nacional, 24 de julio de 2014
Charla Biblioteca Nacional, 24 de julio de 2014
Christian Sifaqui
 
Charla SEC, 19 de diciembre de 2013
Charla SEC, 19 de diciembre de 2013Charla SEC, 19 de diciembre de 2013
Charla SEC, 19 de diciembre de 2013
Christian Sifaqui
 
Charla a Consejo para la Transparencia, 27 de noviembre de 2013
Charla a Consejo para la Transparencia, 27 de noviembre de 2013Charla a Consejo para la Transparencia, 27 de noviembre de 2013
Charla a Consejo para la Transparencia, 27 de noviembre de 2013
Christian Sifaqui
 
Informática jurídica y tendencias de los sistemas de información de leyes
Informática jurídica y tendencias de los sistemas de información de leyesInformática jurídica y tendencias de los sistemas de información de leyes
Informática jurídica y tendencias de los sistemas de información de leyes
Christian Sifaqui
 
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
Christian Sifaqui
 
Conferencia Datos Abiertos Regionales, Montevideo, 2013
Conferencia Datos Abiertos Regionales, Montevideo, 2013Conferencia Datos Abiertos Regionales, Montevideo, 2013
Conferencia Datos Abiertos Regionales, Montevideo, 2013
Christian Sifaqui
 
Gestión digital de la información, iSummit Loxa 2012
Gestión digital de la información, iSummit Loxa 2012Gestión digital de la información, iSummit Loxa 2012
Gestión digital de la información, iSummit Loxa 2012
Christian Sifaqui
 
Encuentro open data, 12 de julio de 2012
Encuentro open data, 12 de julio de 2012Encuentro open data, 12 de julio de 2012
Encuentro open data, 12 de julio de 2012Christian Sifaqui
 
Charla UCV, 15 de mayo de 2012
Charla UCV, 15 de mayo de 2012Charla UCV, 15 de mayo de 2012
Charla UCV, 15 de mayo de 2012Christian Sifaqui
 
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...Christian Sifaqui
 
Seminario Cepal, martes 24 de abril de 2012
Seminario Cepal, martes 24 de abril de 2012Seminario Cepal, martes 24 de abril de 2012
Seminario Cepal, martes 24 de abril de 2012Christian Sifaqui
 
Charla y mesa redonda 19 diciembre 2011
Charla y mesa redonda 19 diciembre 2011Charla y mesa redonda 19 diciembre 2011
Charla y mesa redonda 19 diciembre 2011
Christian Sifaqui
 

More from Christian Sifaqui (20)

Charla a funcionarios BCN
Charla a funcionarios BCNCharla a funcionarios BCN
Charla a funcionarios BCN
 
Charla a alumnos de la UCINF
Charla a alumnos de la UCINFCharla a alumnos de la UCINF
Charla a alumnos de la UCINF
 
Presentación mesa redonda
Presentación mesa redondaPresentación mesa redonda
Presentación mesa redonda
 
Presentación para U. La Serena
Presentación para U. La SerenaPresentación para U. La Serena
Presentación para U. La Serena
 
Collecter 04
Collecter 04Collecter 04
Collecter 04
 
Presentación para USM
Presentación para USMPresentación para USM
Presentación para USM
 
Charla II Congreso de Bibliotecas Universitarias y Especializadas
Charla II Congreso de Bibliotecas Universitarias y EspecializadasCharla II Congreso de Bibliotecas Universitarias y Especializadas
Charla II Congreso de Bibliotecas Universitarias y Especializadas
 
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
Charla 9a Jornada de Usuarios Ex-Libris, 30 de septiembre de 2014
 
Charla Biblioteca Nacional, 24 de julio de 2014
Charla Biblioteca Nacional, 24 de julio de 2014Charla Biblioteca Nacional, 24 de julio de 2014
Charla Biblioteca Nacional, 24 de julio de 2014
 
Charla SEC, 19 de diciembre de 2013
Charla SEC, 19 de diciembre de 2013Charla SEC, 19 de diciembre de 2013
Charla SEC, 19 de diciembre de 2013
 
Charla a Consejo para la Transparencia, 27 de noviembre de 2013
Charla a Consejo para la Transparencia, 27 de noviembre de 2013Charla a Consejo para la Transparencia, 27 de noviembre de 2013
Charla a Consejo para la Transparencia, 27 de noviembre de 2013
 
Informática jurídica y tendencias de los sistemas de información de leyes
Informática jurídica y tendencias de los sistemas de información de leyesInformática jurídica y tendencias de los sistemas de información de leyes
Informática jurídica y tendencias de los sistemas de información de leyes
 
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
Taller Acceso a la Información y Archivos, Buenos Aires, 8-9 Octubre 2013
 
Conferencia Datos Abiertos Regionales, Montevideo, 2013
Conferencia Datos Abiertos Regionales, Montevideo, 2013Conferencia Datos Abiertos Regionales, Montevideo, 2013
Conferencia Datos Abiertos Regionales, Montevideo, 2013
 
Gestión digital de la información, iSummit Loxa 2012
Gestión digital de la información, iSummit Loxa 2012Gestión digital de la información, iSummit Loxa 2012
Gestión digital de la información, iSummit Loxa 2012
 
Encuentro open data, 12 de julio de 2012
Encuentro open data, 12 de julio de 2012Encuentro open data, 12 de julio de 2012
Encuentro open data, 12 de julio de 2012
 
Charla UCV, 15 de mayo de 2012
Charla UCV, 15 de mayo de 2012Charla UCV, 15 de mayo de 2012
Charla UCV, 15 de mayo de 2012
 
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...
Seminario "Uso de TICs en la Enseñanza de la Historia y el Patrimonio Cultura...
 
Seminario Cepal, martes 24 de abril de 2012
Seminario Cepal, martes 24 de abril de 2012Seminario Cepal, martes 24 de abril de 2012
Seminario Cepal, martes 24 de abril de 2012
 
Charla y mesa redonda 19 diciembre 2011
Charla y mesa redonda 19 diciembre 2011Charla y mesa redonda 19 diciembre 2011
Charla y mesa redonda 19 diciembre 2011
 

Recently uploaded

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 

Recently uploaded (20)

From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 

IFLA Semantic Web at the BCN, 15.08.2012

  • 1. Semantic web at the Library of the National Congress of Chile August, 15th 2012
  • 2. Motivation Government actions and data can be monitored Improve transparency and confidence Public value (generates citizen experience) Research and collaboration Data reuse Public information belongs to citizens Publicly funded ROI
  • 3. Considerations in public agencies Large data volumes Semi-structured content General interest contents Hihg expectations Smal teams in large organizations Little knowledge of semantic web
  • 4. Open linked data architecture Web Browser Semantic Application Client side Server side Web Application Server Output Update RDF Ontologies RDF Graph Graph Service Endpoint SPARQL Cifuentes-Silva, Sifaqui & Labra Gayo: Towards an Cache architecture and adoption RDF Storage process for linked data DB technologies in open government contexts: a case study for the Library of Congress of Chile. I- SEMANTICS 2011: 79- Web Server Operating System 86,http://dl.acm.org/citati on.cfm?id=2063529
  • 6. Legislation The legislation is public information ... ... and should be in public domain
  • 7. Legislation Leychile (2008) Juridical certainty
  • 8. LeyChile: access offer WSDL (http://www.leychile.cl/ws/LeyChile.wsdl)
  • 9. LeyChile: access offer WSDL (http://www.leychile.cl/ws/LeyChile.wsdl) Enlaces, widgets, web services (http://llevatelo.bcn.cl)
  • 10. ¿LeyChile: LOD? Natural extension Improve interoperability (more formats) To create domain ontologies Offer a solution to complex queries using a SPARQL endpoint First step: to expose metadata of the legal norms
  • 11. Principles LOD: URIs Decree 341; nov. 11, 2008; Ministry of Education http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341 Original version http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341/es@2008-11-07 Last version http://datos.bcn.cl/recurso/cl/dto/ministerio-de-educacion/2008-11-07/341/es@2010-07-20
  • 13. Principles LOD: links Relationships to other datasets: Countries (International Treaties) DBPedia, Geonames Reusing Vocabulary / Ontologies SKOS, DC, FOAF, DBPedia, ORG
  • 14. Complex queries Find all the ordinances issued by a municipality between 1995 and 2000, but modified after 2005 PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX n: <http://datos.bcn.cl/ontologies/bcn-norms#> PREFIX n: <http://datos.bcn.cl/ontologies/bcn-norms#> SELECT distinct str(?normTitle) as ?Titulo str(?creatorName) as ? SELECT distinct str(?normTitle) as ?Titulo str(?creatorName) as ? Municipio ?pubDate as ?Fecha_Publicacion ?pubDateOther as ? Municipio ?pubDate as ?Fecha_Publicacion ?pubDateOther as ? Fecha_modificacion Fecha_modificacion WHERE { WHERE { ?norm ?norm n:createdBy n:createdBy ?creator . ?creator . ?creator ?creator n:hasName n:hasName ?creatorName . ?creatorName . ?norm ?norm dc:title dc:title ?normTitle . ?normTitle . ?norm ?norm n:publishDate ?pubDate . n:publishDate ?pubDate . ?norm ?norm n:isModifiedBy ?otherNorm . n:isModifiedBy ?otherNorm . ?otherNorm n:publishDate ?pubDateOther . ?otherNorm n:publishDate ?pubDateOther . FILTER (regex(?creatorName,"MUNICIPALIDAD","i")) FILTER (regex(?creatorName,"MUNICIPALIDAD","i")) FILTER (?pubDate FILTER (?pubDate > xsd:date("1995") && > xsd:date("1995") && ?pubDate ?pubDate < xsd:date("2000") && < xsd:date("2000") && ?pubDateOther > xsd:date("2005")) ?pubDateOther > xsd:date("2005")) } } ORDER BY (?pubDate) ORDER BY (?pubDate)
  • 15. http://datos.bcn.cl First step finished in may 2011 More than 300.000 norms exported ≈27 triples by norm ≈8 million triples 200 to 400 triples added each day
  • 19. Political history Biographical records we do not have all the years/places of birth or death for example, Salvador de la Cavareda Trucios alternate deputy for Valparaíso from 1824 to 1825 (brother of Salvador and José Joaquín) But we know what we need: PREFIX bcnbio: <http://datos.bcn.cl/ontologies/bcn-biographies#> PREFIX bcnbio: <http://datos.bcn.cl/ontologies/bcn-biographies#> select * where { select * where { ?a a foaf:Person . ?a a foaf:Person . OPTIONAL {?a bcnbio:hasBorn ?ano } . OPTIONAL {?a bcnbio:hasBorn ?ano } . FILTER (!bound(?ano)) . FILTER (!bound(?ano)) . } }
  • 20. Political history Biographical records Manuel Joaquín Díaz (deputy Constituent Congress 1891) Manuel Joaquín Díaz Besoaín (deputy 1906-1908) Is not the same person! first is Liberal-Democrático and second is Conservador
  • 21. Political history Biographical records Juan Esteban Manzano de la Sotta (deputy 1825-1826) Esteban Ignacio Fernández del Manzano y de la Sotta Is the same person!
  • 22. Political history Biographical records Carlos Larraín Claro (deputy 1912- 1915) Carlos Larraín Claro, father in law of Jorge Astaburuaga Lyon (deputy 1924-1927) Is the same person?
  • 23. Actual and future work More datasets at the endpoint: biographies, transparency, geographical data, history of the law, legislative documents… Expose parts of a legal norm and their metadata
  • 25. David Robinson and Harlan Yu in “El desafío hacia el gobierno abierto en la hora de la igualdad”, Gastón Concha y Alejandra Naser (eds.), Santiago, CEPAL, 2012 “Open data does not create its own demand. The government should compromise the developers”
  • 31. Third party development Source: Orand. S.A.
  • 32. Findings Open data, open linked data, semantic web is more than a technology… it is a way of managing information Visualization is not a final product, is a feedback process of data “ablution” and improving the visualization Creates value for ourselves 1 Many technical details and challenges remain unsolved 1 1.- David Robinson and Harlan Yu in “El desafío hacia el gobierno abierto en la hora de la igualdad”, Gastón Concha y Alejandra Naser (eds.), Santiago, CEPAL, 2012
  • 33. Semantic web at the Library of the National Congress of Chile August, 15th 2012