SlideShare a Scribd company logo
1 of 57
Linked Data for Open Cities Loïc DIAS DA SILVA [email_address] http://parisemantique.fr is your data 5  ? Amsterdam  Barcelona  Berlin  Paris
- deeply passionate about the web, its history, its future.. - software engineer, GNU/Linux addict - responsible for the API team in Viadeo ( http://www.viadeo.com ) -  not a designer  (as you will see soon..) - semantic web evangelist, open-source software user - created some weeks ago the webapp  http://parisemantique.fr
[object Object]
WEB before ~2000 the document web
webmasters readers HTML Netscape unidirectional to link documents
WEB '2.0' the social web
user-centric prosumers crowd sourcing participation friends sharing media to link people API
Web of Data use-case
http://www.dltk-teach.com/rhymes/sleeping-beauty/story.htm The nicer story  i've never read ! I want more !
I want more ! OK !
http://www.imdb.com/title/tt1588398/ ?!?!?! Highly ranked !
http://www.rcpsych.ac.uk/mentalhealthinfoforall/problems/sleepproblems/sleepingwell.aspx ???? Recommended to you
 
:~(
= ?
ok !
media suitable for little girls searching for princess stories ...
Web of Data
to link knowledge
<subject>  <verb>  <complement> a unit of information can be atomicized :  as of RDF vocabulary : <subject>  <predicat>  <object> an RDF  triple
[<subject>]  [<predicat>]  [<object>] ” lorem ipsum” lang type all is UR I
<subject>  <predicat>  <object> express the semantics using  ontologies FRBR
[<subject>]  [<predicat>]  [<object>] Loïc ” is a” person < http://www.viadeo.com/r/profile/ 002l8n979djxjeg> < http://www.w3.org/1999/02/22-rdf-syntax-ns# type> viadeoprofile: 002l8n979djxjeg < http://xmlns.com/foaf/0.1/ Person> rdf: type foaf: Person
owl: sameAs rdf: type foaf: interests (foaf: interests) dc: creator (rdf: type) foaf: knows owl: sameAs (foaf: knows) foaf: name foaf: nickname viadeoprofile :loic.diasdasilva facebook :loic.diasdasilva foaf: Person wikipedia: Semantic_Web foaf: Person foaf: Person w3cpeople :Berners-Lee viadeoprofile :jean-philippe.clement1 twitter :opendataParis ” Loïc DIAS DA SILVA” ” Mglcel”
[object Object],< rdf:RDF  xmlns:rdf=&quot; http://www.w3.org/1999/02/22-rdf-syntax-ns #&quot; xmlns:foaf=&quot; http://xmlns.com/foaf/0.1/ &quot;> < rdf:Description   rdf:about =” http://www.viadeo.com/r/profile/002l8n979djxjeg ”> < rdf:type   rdf:resource =”http://xmlns.com/foaf/0.1/Person” /> < foaf:name >Loïc DIAS DA SILVA</ foaf:name > </ rdf:Description > </ rdf:RDF > RDF/XML @prefix  foaf : < http://xmlns.com/foaf/0.1/ > . @prefix  viadeoprofile : < http://www.viadeo.com/r/profile/002l8n979djxjeg > . viadeoprofile :002l8n979djxjeg a  foaf :Person ; foaf :name ”Loïc Dias Da Silva” . TURTLE { &quot; http://www.viadeo.com/r/profile/002l8n979djxjeg &quot; :  { &quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&quot;: [  { &quot; type &quot; : &quot; uri &quot; , &quot; value &quot; : &quot;http://xmlns.com/foaf/0.1/Person&quot; } ], &quot;http://xmlns.com/foaf/0.1/name&quot;: [  { &quot; type &quot; : &quot; literal &quot; , &quot; value &quot; : &quot;Loïc Dias Da Silva&quot; } ] } } JSON
[object Object],<div> <a href=” http://www.viadeo.com/r/profile/002l8n979djxjeg ”> Loïc Dias Da Silva </a> </div> xHTML <div  xmlns:foaf=&quot; http://xmlns.com/foaf/0.1/ &quot; > <a href=” http://www.viadeo.com/r/profile/002l8n979djxjeg ” class=”foaf:Person” property=”foaf:name” > Loïc Dias Da Silva </a> </div> xHTML + RDFa
 
[object Object],rdf: type foaf: name @prefix foaf: < http://xmlns.com/foaf/0.1/ > @prefix wikipedia: < http://en.wikipedia.org/wiki/ > SELECT   ?theName   WHERE  { ?person  a foaf:Person . ?person  foaf:interests <wikipedia:Semantic_Web> . ?person  foaf:name  ?theName  . } foaf: interests viadeoprofile :loic.diasdasilva foaf: Person ” Loïc DIAS DA SILVA” wikipedia: Semantic_Web
SPARQL PREFIX  pswcity: <http://purl.org/psw/city/0.1/#> SELECT DISTINCT   ?name   ?add_number   ?add_wayname WHERE   {  ?s pswcity:name  ?name .   ?s pswcity:address ?address. ?address pswcity:address_number  ?add_number . ?address pswcity:in_way ?way. ?way pswcity:fullName  ?add_wayname . FILTER  ( ?s = <http://parisemantique.fr/entities/School/ecole_elementaire_9_rue_de_la_plaine>) . }
Linked data principles ,[object Object]
Use  HTTP URI s so that these things can be referred to and looked up (&quot;dereferenced&quot;) by people and user agents.
Provide useful information  about the thing when its URI is dereferenced, using standard formats such as RDF/XML.
Include links to other, related URIs in the exposed data to  improve discovery  of other related information on the Web.
“ Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/”
 
 
? ? ? ?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
A big work has to be done in order to semantize current data : - Different values for identifiation, ex Districts: '20e', 'XXe', '75020', 'PARIS 20', street names, etc.. - Many datasets not documented, semantization = meaning, is difficult - Some cells containing differently formatted values, multiple lines on multiple cells -  ~80% of ESRI geo data without metadata Two main issues to resolve : Objects identification Types determination
 
★   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 open standards from W3C (RDF and SPARQL) to identify things, so that  people can point at your stuff ★★★★★   link your data to other data to provide context http://www.w3.org/DesignIssues/LinkedData.html TBL  :  <<  The Semantic Web isn't just about putting data on the web. It is about making links, so that a person or machine can explore the web of data.  With linked data, when you have some of it, you can find other, related, data. Like the web of hypertext, the web of data is constructed with documents on the web. However,  unlike the web of hypertext,  where links are relationships anchors in hypertext documents written in HTML, for data they links  between arbitrary things described by RDF,.  The URIs identify any kind of object or  concept.   But for HTML orRDF, the same expectations apply to make the web grow  >>
Linked Open Cities proposal standard machine-readable material shared semantics semantic web
Linked Open Cities : 1st step standard machine-readable material ,[object Object]
unique identifiers for each object in each city

More Related Content

What's hot

Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKrAlvaro Graves
 
Semantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic DataSemantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic DataMatthew Rowe
 
DHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and TellDHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and TellGeorgina Goodlander
 
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)data
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)dataSUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)data
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)dataDiego Valerio Camarda
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Richard Urban
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in LibrariesCarl Hess
 
BIBFRAME : the future of cataloguing?
BIBFRAME : the future of cataloguing?BIBFRAME : the future of cataloguing?
BIBFRAME : the future of cataloguing?Thomas Meehan
 
A Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsA Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsArmin Haller
 
Introduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIntroduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIvan Herman
 
Creating Linked Data 2/5 Semtech2011
Creating Linked Data 2/5 Semtech2011Creating Linked Data 2/5 Semtech2011
Creating Linked Data 2/5 Semtech2011Juan Sequeda
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesLaura Hollink
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)ALATechSource
 

What's hot (20)

Sem webmaubeuge
Sem webmaubeugeSem webmaubeuge
Sem webmaubeuge
 
Slides
SlidesSlides
Slides
 
Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKr
 
Semantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic DataSemantic Technologies: Representing Semantic Data
Semantic Technologies: Representing Semantic Data
 
Name That Graph !
Name That Graph !Name That Graph !
Name That Graph !
 
DHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and TellDHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and Tell
 
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)data
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)dataSUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)data
SUMMER SCHOOL LEX 2014 - RDF + SPARQL querying the web of (lex)data
 
Intro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & MuseumsIntro to Linked Open Data in Libraries, Archives & Museums
Intro to Linked Open Data in Libraries, Archives & Museums
 
Keynote session - LOD2014 W3C event
Keynote session - LOD2014 W3C eventKeynote session - LOD2014 W3C event
Keynote session - LOD2014 W3C event
 
Semantic Web Applications in Libraries: The Road to BIBFRAME
Semantic Web Applications in Libraries: The Road to BIBFRAMESemantic Web Applications in Libraries: The Road to BIBFRAME
Semantic Web Applications in Libraries: The Road to BIBFRAME
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1
 
Danbri Drupalcon Export
Danbri Drupalcon ExportDanbri Drupalcon Export
Danbri Drupalcon Export
 
Linked Data in Libraries
Linked Data in LibrariesLinked Data in Libraries
Linked Data in Libraries
 
BIBFRAME : the future of cataloguing?
BIBFRAME : the future of cataloguing?BIBFRAME : the future of cataloguing?
BIBFRAME : the future of cataloguing?
 
A Semantic Data Model for Web Applications
A Semantic Data Model for Web ApplicationsA Semantic Data Model for Web Applications
A Semantic Data Model for Web Applications
 
Introduction to Semantic Web Technologies
Introduction to Semantic Web TechnologiesIntroduction to Semantic Web Technologies
Introduction to Semantic Web Technologies
 
Creating Linked Data 2/5 Semtech2011
Creating Linked Data 2/5 Semtech2011Creating Linked Data 2/5 Semtech2011
Creating Linked Data 2/5 Semtech2011
 
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social SciencesGuest Lecture: Linked Open Data for the Humanities and Social Sciences
Guest Lecture: Linked Open Data for the Humanities and Social Sciences
 
LIBRIS - Linked Library Data
LIBRIS - Linked Library DataLIBRIS - Linked Library Data
LIBRIS - Linked Library Data
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)
 

Viewers also liked

Continuous Delivery of the Cloud Foundry Platform (as a service!)
Continuous Delivery of the Cloud Foundry Platform (as a service!)Continuous Delivery of the Cloud Foundry Platform (as a service!)
Continuous Delivery of the Cloud Foundry Platform (as a service!)Tushar Dadlani
 
Did you say new economy?
Did you say new economy?Did you say new economy?
Did you say new economy?Eric Briys
 
Lux gsj guidebook-2013
Lux gsj guidebook-2013Lux gsj guidebook-2013
Lux gsj guidebook-2013Olivier Zephir
 
Talk EclipseSirius Con - EIP Designer - 20151203
Talk EclipseSirius Con - EIP Designer - 20151203Talk EclipseSirius Con - EIP Designer - 20151203
Talk EclipseSirius Con - EIP Designer - 20151203Laurent Broudoux
 
Multi-Cloud Micro-Services with CloudFoundry
Multi-Cloud Micro-Services with CloudFoundryMulti-Cloud Micro-Services with CloudFoundry
Multi-Cloud Micro-Services with CloudFoundrygeekclub888
 
Neuswyft presentation 2.12
Neuswyft presentation 2.12Neuswyft presentation 2.12
Neuswyft presentation 2.12Stephen Thompson
 
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloud
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloudMigrating from Pivotal tc Server on-prem to IBM Liberty in the cloud
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloudJohn Donaldson
 
Digital Impact: From Systems of Record to Systems of Engagement
Digital Impact: From Systems of Record to Systems of EngagementDigital Impact: From Systems of Record to Systems of Engagement
Digital Impact: From Systems of Record to Systems of EngagementGeoffrey Moore
 
Cloud Foundry: Cloud Native, Community, and Momentum
Cloud Foundry: Cloud Native, Community, and MomentumCloud Foundry: Cloud Native, Community, and Momentum
Cloud Foundry: Cloud Native, Community, and MomentumVMware Tanzu
 
Cloud Foundry - ScotSoft 2016 Dev Talk
Cloud Foundry - ScotSoft 2016 Dev TalkCloud Foundry - ScotSoft 2016 Dev Talk
Cloud Foundry - ScotSoft 2016 Dev TalkSam Ramji
 
Geoffrey Moore Slide Set from the Berkeley Digital Media Conference
Geoffrey Moore Slide Set from the Berkeley Digital Media ConferenceGeoffrey Moore Slide Set from the Berkeley Digital Media Conference
Geoffrey Moore Slide Set from the Berkeley Digital Media ConferenceGeoffrey Moore
 
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...CA Technologies
 
APIStrat 2016: Moving Toward a Modular Enterprise
APIStrat 2016: Moving Toward a Modular EnterpriseAPIStrat 2016: Moving Toward a Modular Enterprise
APIStrat 2016: Moving Toward a Modular EnterpriseLaunchAny
 
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & Cloudant
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & CloudantBuild Scalable Internet of Things Apps using Cloud Foundry, Bluemix & Cloudant
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & CloudantAnimesh Singh
 
Deck from Cap Gemini Conference
Deck from Cap Gemini ConferenceDeck from Cap Gemini Conference
Deck from Cap Gemini ConferenceGeoffrey Moore
 
Rethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise ArchitectureRethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise ArchitectureLeanIX GmbH
 
Digital Architecture - Modern Technologies in Architecture
Digital Architecture - Modern Technologies in ArchitectureDigital Architecture - Modern Technologies in Architecture
Digital Architecture - Modern Technologies in ArchitectureÇelik Nimani
 

Viewers also liked (20)

Continuous Delivery of the Cloud Foundry Platform (as a service!)
Continuous Delivery of the Cloud Foundry Platform (as a service!)Continuous Delivery of the Cloud Foundry Platform (as a service!)
Continuous Delivery of the Cloud Foundry Platform (as a service!)
 
Did you say new economy?
Did you say new economy?Did you say new economy?
Did you say new economy?
 
Lux gsj guidebook-2013
Lux gsj guidebook-2013Lux gsj guidebook-2013
Lux gsj guidebook-2013
 
Talk EclipseSirius Con - EIP Designer - 20151203
Talk EclipseSirius Con - EIP Designer - 20151203Talk EclipseSirius Con - EIP Designer - 20151203
Talk EclipseSirius Con - EIP Designer - 20151203
 
Mobile Ads Analytics The New Wave
Mobile Ads   Analytics The New WaveMobile Ads   Analytics The New Wave
Mobile Ads Analytics The New Wave
 
Multi-Cloud Micro-Services with CloudFoundry
Multi-Cloud Micro-Services with CloudFoundryMulti-Cloud Micro-Services with CloudFoundry
Multi-Cloud Micro-Services with CloudFoundry
 
Neuswyft presentation 2.12
Neuswyft presentation 2.12Neuswyft presentation 2.12
Neuswyft presentation 2.12
 
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloud
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloudMigrating from Pivotal tc Server on-prem to IBM Liberty in the cloud
Migrating from Pivotal tc Server on-prem to IBM Liberty in the cloud
 
Digital Impact: From Systems of Record to Systems of Engagement
Digital Impact: From Systems of Record to Systems of EngagementDigital Impact: From Systems of Record to Systems of Engagement
Digital Impact: From Systems of Record to Systems of Engagement
 
Cloud Foundry: Cloud Native, Community, and Momentum
Cloud Foundry: Cloud Native, Community, and MomentumCloud Foundry: Cloud Native, Community, and Momentum
Cloud Foundry: Cloud Native, Community, and Momentum
 
Viadeo - The Kasper way
Viadeo - The Kasper wayViadeo - The Kasper way
Viadeo - The Kasper way
 
Cloud Foundry - ScotSoft 2016 Dev Talk
Cloud Foundry - ScotSoft 2016 Dev TalkCloud Foundry - ScotSoft 2016 Dev Talk
Cloud Foundry - ScotSoft 2016 Dev Talk
 
Geoffrey Moore Slide Set from the Berkeley Digital Media Conference
Geoffrey Moore Slide Set from the Berkeley Digital Media ConferenceGeoffrey Moore Slide Set from the Berkeley Digital Media Conference
Geoffrey Moore Slide Set from the Berkeley Digital Media Conference
 
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...
Inspire Your Enterprise and Become a Digital Change Agent Through Agile Archi...
 
APIStrat 2016: Moving Toward a Modular Enterprise
APIStrat 2016: Moving Toward a Modular EnterpriseAPIStrat 2016: Moving Toward a Modular Enterprise
APIStrat 2016: Moving Toward a Modular Enterprise
 
EVOLVE'16 | Enhance | Murthy Peri | Empowering Digital Markets with Agile and...
EVOLVE'16 | Enhance | Murthy Peri | Empowering Digital Markets with Agile and...EVOLVE'16 | Enhance | Murthy Peri | Empowering Digital Markets with Agile and...
EVOLVE'16 | Enhance | Murthy Peri | Empowering Digital Markets with Agile and...
 
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & Cloudant
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & CloudantBuild Scalable Internet of Things Apps using Cloud Foundry, Bluemix & Cloudant
Build Scalable Internet of Things Apps using Cloud Foundry, Bluemix & Cloudant
 
Deck from Cap Gemini Conference
Deck from Cap Gemini ConferenceDeck from Cap Gemini Conference
Deck from Cap Gemini Conference
 
Rethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise ArchitectureRethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise Architecture
 
Digital Architecture - Modern Technologies in Architecture
Digital Architecture - Modern Technologies in ArchitectureDigital Architecture - Modern Technologies in Architecture
Digital Architecture - Modern Technologies in Architecture
 

Similar to Linked opendata parisemantique.fr - 24062011

Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
The Semantic Web An Introduction
The Semantic Web An IntroductionThe Semantic Web An Introduction
The Semantic Web An Introductionshaouy
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards GapDan Brickley
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data TutorialSören Auer
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic WebIvan Herman
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeDan Brickley
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked datavafopoulos
 
SocialOverlay : P2P Infrastructure for social Networks
SocialOverlay : P2P Infrastructure for social NetworksSocialOverlay : P2P Infrastructure for social Networks
SocialOverlay : P2P Infrastructure for social NetworksBipin
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsRinke Hoekstra
 
Building Secure Open & Distributed Social Networks
Building Secure Open & Distributed Social NetworksBuilding Secure Open & Distributed Social Networks
Building Secure Open & Distributed Social NetworksHenry Story
 
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open DataMuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data21Style
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesJohn Breslin
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data introvafopoulos
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchablePeter Mika
 

Similar to Linked opendata parisemantique.fr - 24062011 (20)

Web of data
Web of dataWeb of data
Web of data
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
The Semantic Web An Introduction
The Semantic Web An IntroductionThe Semantic Web An Introduction
The Semantic Web An Introduction
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards Gap
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in Practice
 
2007 03 12 Swecr 2
2007 03 12 Swecr 22007 03 12 Swecr 2
2007 03 12 Swecr 2
 
Webofdata
WebofdataWebofdata
Webofdata
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
 
SocialOverlay : P2P Infrastructure for social Networks
SocialOverlay : P2P Infrastructure for social NetworksSocialOverlay : P2P Infrastructure for social Networks
SocialOverlay : P2P Infrastructure for social Networks
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Building Secure Open & Distributed Social Networks
Building Secure Open & Distributed Social NetworksBuilding Secure Open & Distributed Social Networks
Building Secure Open & Distributed Social Networks
 
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open DataMuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
MuseoTorino, first italian project using a GraphDB, RDFa, Linked Open Data
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Linked Data
Linked DataLinked Data
Linked Data
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information SpacesSemantic Web 2.0: Creating Social Semantic Information Spaces
Semantic Web 2.0: Creating Social Semantic Information Spaces
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchable
 

Recently uploaded

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 

Recently uploaded (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 

Linked opendata parisemantique.fr - 24062011

  • 1. Linked Data for Open Cities Loïc DIAS DA SILVA [email_address] http://parisemantique.fr is your data 5 ? Amsterdam Barcelona Berlin Paris
  • 2. - deeply passionate about the web, its history, its future.. - software engineer, GNU/Linux addict - responsible for the API team in Viadeo ( http://www.viadeo.com ) - not a designer (as you will see soon..) - semantic web evangelist, open-source software user - created some weeks ago the webapp http://parisemantique.fr
  • 3.
  • 4. WEB before ~2000 the document web
  • 5. webmasters readers HTML Netscape unidirectional to link documents
  • 6. WEB '2.0' the social web
  • 7. user-centric prosumers crowd sourcing participation friends sharing media to link people API
  • 8. Web of Data use-case
  • 10. I want more ! OK !
  • 13.  
  • 14. :~(
  • 15. = ?
  • 16. ok !
  • 17. media suitable for little girls searching for princess stories ...
  • 20. <subject> <verb> <complement> a unit of information can be atomicized : as of RDF vocabulary : <subject> <predicat> <object> an RDF triple
  • 21. [<subject>] [<predicat>] [<object>] ” lorem ipsum” lang type all is UR I
  • 22. <subject> <predicat> <object> express the semantics using ontologies FRBR
  • 23. [<subject>] [<predicat>] [<object>] Loïc ” is a” person < http://www.viadeo.com/r/profile/ 002l8n979djxjeg> < http://www.w3.org/1999/02/22-rdf-syntax-ns# type> viadeoprofile: 002l8n979djxjeg < http://xmlns.com/foaf/0.1/ Person> rdf: type foaf: Person
  • 24. owl: sameAs rdf: type foaf: interests (foaf: interests) dc: creator (rdf: type) foaf: knows owl: sameAs (foaf: knows) foaf: name foaf: nickname viadeoprofile :loic.diasdasilva facebook :loic.diasdasilva foaf: Person wikipedia: Semantic_Web foaf: Person foaf: Person w3cpeople :Berners-Lee viadeoprofile :jean-philippe.clement1 twitter :opendataParis ” Loïc DIAS DA SILVA” ” Mglcel”
  • 25.
  • 26.
  • 27.  
  • 28.
  • 29. SPARQL PREFIX pswcity: <http://purl.org/psw/city/0.1/#> SELECT DISTINCT ?name ?add_number ?add_wayname WHERE { ?s pswcity:name ?name . ?s pswcity:address ?address. ?address pswcity:address_number ?add_number . ?address pswcity:in_way ?way. ?way pswcity:fullName ?add_wayname . FILTER ( ?s = <http://parisemantique.fr/entities/School/ecole_elementaire_9_rue_de_la_plaine>) . }
  • 30.
  • 31. Use HTTP URI s so that these things can be referred to and looked up (&quot;dereferenced&quot;) by people and user agents.
  • 32. Provide useful information about the thing when its URI is dereferenced, using standard formats such as RDF/XML.
  • 33. Include links to other, related URIs in the exposed data to improve discovery of other related information on the Web.
  • 34. “ Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/”
  • 35.  
  • 36.  
  • 37. ? ? ? ?
  • 38.  
  • 39.  
  • 40.  
  • 41.  
  • 42.  
  • 43.  
  • 44.  
  • 45.  
  • 46.  
  • 47.  
  • 48.  
  • 49.  
  • 50.  
  • 51.  
  • 52. A big work has to be done in order to semantize current data : - Different values for identifiation, ex Districts: '20e', 'XXe', '75020', 'PARIS 20', street names, etc.. - Many datasets not documented, semantization = meaning, is difficult - Some cells containing differently formatted values, multiple lines on multiple cells - ~80% of ESRI geo data without metadata Two main issues to resolve : Objects identification Types determination
  • 53.  
  • 54. 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 open standards from W3C (RDF and SPARQL) to identify things, so that people can point at your stuff ★★★★★ link your data to other data to provide context http://www.w3.org/DesignIssues/LinkedData.html TBL : << The Semantic Web isn't just about putting data on the web. It is about making links, so that a person or machine can explore the web of data.  With linked data, when you have some of it, you can find other, related, data. Like the web of hypertext, the web of data is constructed with documents on the web. However,  unlike the web of hypertext,  where links are relationships anchors in hypertext documents written in HTML, for data they links  between arbitrary things described by RDF,.  The URIs identify any kind of object or  concept.   But for HTML orRDF, the same expectations apply to make the web grow >>
  • 55. Linked Open Cities proposal standard machine-readable material shared semantics semantic web
  • 56.
  • 57. unique identifiers for each object in each city
  • 59. clearly identified data (not mixed in a single field for instance)
  • 60. clear data types (integers, enums, dates, strings [names, titles, ..], years, standard units) proposal
  • 61.
  • 62. links inside texts, between objects
  • 63. one page for each object
  • 64. begin to find links to related content from other open cities or media repositories proposal
  • 65.
  • 66. a shared sub-ontology for common concepts
  • 67. a specific sub-ontology per city for dedicated concepts
  • 69. industrialize the linking of objects (In & Out)
  • 71. No need for specific API (but already possible) ! proposal
  • 72. Thanks for you attention ! So, will your data be 5 ?
  • 73.