SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
Timea Turdean
15/03/2015
History of the Web
History of the Web
Web of
Documents
Web of
Data
"The Semantic Web is an extension
of the current web in which information
is given well-defined meaning,
better enabling computers and
people to work in cooperation."
Sir Tim Berners-Lee
Semantic Web
Why do we need semantic web?
Why is our current web not enough?
How do I find the right information?
What is important, what is not?
Is the information I got complete?
Can the search be reliable?
Can I really trust the information I found?
Semantic Web
The smallest unit of the Semantic Web is a TRIPLE
Java IslandIS AN
<SUBJECT PREDICATE OBJECT>
<http://dbpedia.org/resource/Java>
<http://example.org/isAn>
<http://dbpedia.org/resource/Island>
<?s ?p ?o>
Principles of Semantic Web
1. Each resource has a Unique Resource Identifier (URI)
JavaJava
http://dbpedia.org/resource/Java
http://dbpedia.org/resource/Java_(programming_language)
Principles of Semantic Web
2. We use resources and not just strings. In this way a resource
can belong to certain classes. Classes can have properties
sam
eAs
sameAs
http://ja.dbpedia.org/resource/ジャワ島
http://it.dbpedia.org/resource/Giava
http://dbpedia.org/resource/Java
Principles of Semantic Web
3. Classes, properties and resources are described through the
Resource Decription Framework (RDF)
<http://dbpedia.org/resource/Java>
<http://example.org/isAn>
<http://dbpedia.org/resource/Island>
<http://dbpedia.org/resource/Java>
<http://dbpedia.org/resource/sameAs>
< http://ja.dbpedia.org/resource/ジャワ島>
<http://dbpedia.org/resource/Java>
<http://dbpedia.org/resource/sameAs>
<http://it.dbpedia.org/resource/Giava>
Principles of Semantic Web
4. Classes are represented in Schemas and Ontologies
Principles of Semantic Web
4. Classes are represented in Schemas and Ontologies
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://dbpedia.org/resource/Thing#">
<rdf:Description rdf:ID="Island">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
</rdf:Description>
<rdf:Description rdf:ID="Java">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:subClassOf rdf:resource="#Island"/>
</rdf:Description>
</rdf:RDF>
Principles of Semantic Web
5. Information about a resource is distributed on the Semantic
Web and can be used/linked through Linked Data
Linked Open Data
Linked Open Data in 2014
SPARQL
What are the countries and their capitals in Africa?
How to publish & link data?
Publish data
●
Put the raw data online
●
Organize it, so it can be found
●
Liscence it, so it can be reused
Make Web data accessible
●
Metadata inside webpages
●
Use standard open formats
●
Add a Web API (SPARQL endpoint)
Integrate with the Web
●
Identify things <http://dbpedia.org/resource/Java>
●
Link them together
●
Use RDF to publish data & models
Examples
● Semantic search - Reegle.info
● A music repository and mashup – BBC.co.uk/music
● Google uses Knowledge Graphs – Google.com
"The Semantic Web is an extension
of the current web in which information
is given well-defined meaning,
better enabling computers and
people to work in cooperation."
Sir Tim Berners-Lee
SummaryNow I
got it...
Read more...
● History of web - http://webfoundation.org/about/vision/history-of-the-web/
● Getting started with Semantic Web: http://semanticweb.org/wiki/Getting_started
● Basics of Semantic Web on W3C - http://www.w3.org/2001/sw/wiki/Main_Page
● Questions on semantic web - http://answers.semanticweb.com/
●
Other presentation -
https://www.slideshare.net/search/slideshow?searchfrom=header&q=semantic+web
References
● History of Web - http://blog.learnlets.com/?cat=10
●
WorlsWideWeb browser -
http://www.w3.org/People/Berners-Lee/WorldWideWeb.html
● Principles of Semantic Web – www.blog.semantic-web.at
● Semantic Web schema - http://wiki.infowiss.net/Semantic_Web
● LOD - http://data.dws.informatik.uni-mannheim.de/lodcloud/2014/ISWC-RDB/
● SPARQL - http://en.wikipedia.org/wiki/SPARQL
●
How to publish your data -
http://www.slideshare.net/ldodds/web-integrated-data
●
The answer to life univers and everything -
http://www.desktopwallpapers4.me/typography/is-the-answer-to-everything-15318/
● Clean energy - http://www.reegle.info/
● BBC music - BBC.co.uk/music
●
Google knowledge graph -
http://www.google.com/insidesearch/features/search/knowledge.html
What is the conclusion?
The Semantic Web is growing
and
linked open data
is the future
Thank you for your attention
Timea Turdean
15/03/2015

Mais conteúdo relacionado

Mais procurados

Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsEmily Nimsakont
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?Emily Nimsakont
 
20181122 opengovtcon (1)lindavandenbrink
20181122 opengovtcon (1)lindavandenbrink20181122 opengovtcon (1)lindavandenbrink
20181122 opengovtcon (1)lindavandenbrinkOpenGovIntelligence
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic WebWilliam McKee
 
Semantic web 101: Benefits for geologists
Semantic web 101: Benefits for geologistsSemantic web 101: Benefits for geologists
Semantic web 101: Benefits for geologistsdgarijo
 
Linked Open Data for Archives
Linked Open Data for ArchivesLinked Open Data for Archives
Linked Open Data for ArchivesCliff Landis
 
Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Adrian Stevenson
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaPlatypus
 
Richard Wallis Linked Data
Richard Wallis Linked DataRichard Wallis Linked Data
Richard Wallis Linked DataIncisive_Events
 
Life after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureLife after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureEmily Nimsakont
 
Show & tell - Schema.org
Show & tell - Schema.orgShow & tell - Schema.org
Show & tell - Schema.orgDan Dineen
 
Offline First Applications
Offline First ApplicationsOffline First Applications
Offline First Applicationstechmaddy
 
The Connection Machine
The Connection MachineThe Connection Machine
The Connection MachineLeigh Dodds
 

Mais procurados (19)

Semantic web
Semantic webSemantic web
Semantic web
 
Webofdata
WebofdataWebofdata
Webofdata
 
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library CatalogsPromises and Pitfalls: Linked Data, Privacy, and Library Catalogs
Promises and Pitfalls: Linked Data, Privacy, and Library Catalogs
 
What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?What is Linked Data, and What Does It Mean for Libraries?
What is Linked Data, and What Does It Mean for Libraries?
 
20181122 opengovtcon (1)lindavandenbrink
20181122 opengovtcon (1)lindavandenbrink20181122 opengovtcon (1)lindavandenbrink
20181122 opengovtcon (1)lindavandenbrink
 
WebGUI And The Semantic Web
WebGUI And The Semantic WebWebGUI And The Semantic Web
WebGUI And The Semantic Web
 
Semantic web 101: Benefits for geologists
Semantic web 101: Benefits for geologistsSemantic web 101: Benefits for geologists
Semantic web 101: Benefits for geologists
 
Linked Open Data for Archives
Linked Open Data for ArchivesLinked Open Data for Archives
Linked Open Data for Archives
 
Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?
 
RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFa
 
Richard Wallis Linked Data
Richard Wallis Linked DataRichard Wallis Linked Data
Richard Wallis Linked Data
 
Life after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the FutureLife after MARC: Experimenting with Cataloging Tools of the Future
Life after MARC: Experimenting with Cataloging Tools of the Future
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
LIBRIS - Linked Library Data
LIBRIS - Linked Library DataLIBRIS - Linked Library Data
LIBRIS - Linked Library Data
 
Show & tell - Schema.org
Show & tell - Schema.orgShow & tell - Schema.org
Show & tell - Schema.org
 
Offline first geeknight
Offline first geeknightOffline first geeknight
Offline first geeknight
 
Offline First Applications
Offline First ApplicationsOffline First Applications
Offline First Applications
 
The Connection Machine
The Connection MachineThe Connection Machine
The Connection Machine
 
Burke siobhan link_resolver
Burke siobhan link_resolverBurke siobhan link_resolver
Burke siobhan link_resolver
 

Destaque

Overcoming impostor syndrome
Overcoming impostor syndromeOvercoming impostor syndrome
Overcoming impostor syndromeTimea Turdean
 
Ekaw2014 ziqi zhang
Ekaw2014 ziqi zhangEkaw2014 ziqi zhang
Ekaw2014 ziqi zhangZiqi Zhang
 
Situations as attractors for semantic interpretation
Situations as attractors for semantic interpretationSituations as attractors for semantic interpretation
Situations as attractors for semantic interpretationKow Kuroda
 
Estimating value through the lens of cost of delay
Estimating value through the lens of cost of delayEstimating value through the lens of cost of delay
Estimating value through the lens of cost of delayagilebydesign
 
The Boundary between Syntax and Semantics - Prof. Fredreck J. Newmeyer
The Boundary between Syntax and Semantics - Prof. Fredreck J. NewmeyerThe Boundary between Syntax and Semantics - Prof. Fredreck J. Newmeyer
The Boundary between Syntax and Semantics - Prof. Fredreck J. NewmeyerPhoenix Tree Publishing Inc
 
Semantic barriers in communication
Semantic barriers in communicationSemantic barriers in communication
Semantic barriers in communicationTiyas Chowdhury
 

Destaque (11)

SPARQLing cocktails
SPARQLing cocktailsSPARQLing cocktails
SPARQLing cocktails
 
Intro to AngularJS
Intro to AngularJSIntro to AngularJS
Intro to AngularJS
 
Overcoming impostor syndrome
Overcoming impostor syndromeOvercoming impostor syndrome
Overcoming impostor syndrome
 
Ekaw2014 ziqi zhang
Ekaw2014 ziqi zhangEkaw2014 ziqi zhang
Ekaw2014 ziqi zhang
 
Situations as attractors for semantic interpretation
Situations as attractors for semantic interpretationSituations as attractors for semantic interpretation
Situations as attractors for semantic interpretation
 
Estimating value through the lens of cost of delay
Estimating value through the lens of cost of delayEstimating value through the lens of cost of delay
Estimating value through the lens of cost of delay
 
The Boundary between Syntax and Semantics - Prof. Fredreck J. Newmeyer
The Boundary between Syntax and Semantics - Prof. Fredreck J. NewmeyerThe Boundary between Syntax and Semantics - Prof. Fredreck J. Newmeyer
The Boundary between Syntax and Semantics - Prof. Fredreck J. Newmeyer
 
Semantic barriers in communication
Semantic barriers in communicationSemantic barriers in communication
Semantic barriers in communication
 
Syntax analysis
Syntax analysisSyntax analysis
Syntax analysis
 
NISM MUTUAL FUND MODEL TEST
NISM MUTUAL FUND MODEL TESTNISM MUTUAL FUND MODEL TEST
NISM MUTUAL FUND MODEL TEST
 
Syntax analysis
Syntax analysisSyntax analysis
Syntax analysis
 

Semelhante a Intro to Semantic Web

Introduction to Semantic Web for GIS Practitioners
Introduction to Semantic Web for GIS PractitionersIntroduction to Semantic Web for GIS Practitioners
Introduction to Semantic Web for GIS PractitionersEmanuele Della Valle
 
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...gardensofmeaning
 
Linked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesLinked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesVikas Bhushan
 
Intro to-technologies-Green-City-Hackathon-Athens
Intro to-technologies-Green-City-Hackathon-AthensIntro to-technologies-Green-City-Hackathon-Athens
Intro to-technologies-Green-City-Hackathon-AthensStoitsis Giannis
 
Realizing a Semantic Web Application - ICWE 2010 Tutorial
Realizing a Semantic Web Application - ICWE 2010 TutorialRealizing a Semantic Web Application - ICWE 2010 Tutorial
Realizing a Semantic Web Application - ICWE 2010 TutorialEmanuele Della Valle
 
What is the Semantic Web
What is the Semantic WebWhat is the Semantic Web
What is the Semantic WebJuan Sequeda
 
Open Data - Principles and Techniques
Open Data - Principles and TechniquesOpen Data - Principles and Techniques
Open Data - Principles and TechniquesBernhard Haslhofer
 
Semantic Web, an introduction for bioscientists
Semantic Web, an introduction for bioscientistsSemantic Web, an introduction for bioscientists
Semantic Web, an introduction for bioscientistsEmanuele Della Valle
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
Relevance of clasification and indexing
Relevance of clasification and indexingRelevance of clasification and indexing
Relevance of clasification and indexingVaralakshmiRSR
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
Semantic Data Architecture and Ontological Infrastructure (ASIO)
Semantic Data Architecture and Ontological Infrastructure (ASIO)Semantic Data Architecture and Ontological Infrastructure (ASIO)
Semantic Data Architecture and Ontological Infrastructure (ASIO)AdrinSaavedraSerrano
 
Contextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesContextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesRichard Wallis
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to PracticeAdrian Stevenson
 
Web resources
Web resourcesWeb resources
Web resourcesshobifk
 
Linked Data Workshop at I-Semantics 2010
Linked Data Workshop at I-Semantics 2010Linked Data Workshop at I-Semantics 2010
Linked Data Workshop at I-Semantics 2010Andreas Blumauer
 

Semelhante a Intro to Semantic Web (20)

Semantic web
Semantic webSemantic web
Semantic web
 
Introduction to Semantic Web for GIS Practitioners
Introduction to Semantic Web for GIS PractitionersIntroduction to Semantic Web for GIS Practitioners
Introduction to Semantic Web for GIS Practitioners
 
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
Simple Knowledge Organization System (SKOS) in the Context of Semantic Web De...
 
Web content mining
Web content miningWeb content mining
Web content mining
 
Linked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for LibrariesLinked data and Semantic Web Applications for Libraries
Linked data and Semantic Web Applications for Libraries
 
Intro to-technologies-Green-City-Hackathon-Athens
Intro to-technologies-Green-City-Hackathon-AthensIntro to-technologies-Green-City-Hackathon-Athens
Intro to-technologies-Green-City-Hackathon-Athens
 
Realizing a Semantic Web Application - ICWE 2010 Tutorial
Realizing a Semantic Web Application - ICWE 2010 TutorialRealizing a Semantic Web Application - ICWE 2010 Tutorial
Realizing a Semantic Web Application - ICWE 2010 Tutorial
 
What is the Semantic Web
What is the Semantic WebWhat is the Semantic Web
What is the Semantic Web
 
Open Data - Principles and Techniques
Open Data - Principles and TechniquesOpen Data - Principles and Techniques
Open Data - Principles and Techniques
 
Semantic Web, an introduction for bioscientists
Semantic Web, an introduction for bioscientistsSemantic Web, an introduction for bioscientists
Semantic Web, an introduction for bioscientists
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
Relevance of clasification and indexing
Relevance of clasification and indexingRelevance of clasification and indexing
Relevance of clasification and indexing
 
Semantic web
Semantic webSemantic web
Semantic web
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Semantic Data Architecture and Ontological Infrastructure (ASIO)
Semantic Data Architecture and Ontological Infrastructure (ASIO)Semantic Data Architecture and Ontological Infrastructure (ASIO)
Semantic Data Architecture and Ontological Infrastructure (ASIO)
 
Contextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of EntitiesContextual Computing - Knowledge Graphs & Web of Entities
Contextual Computing - Knowledge Graphs & Web of Entities
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
RDFa From Theory to Practice
RDFa From Theory to PracticeRDFa From Theory to Practice
RDFa From Theory to Practice
 
Web resources
Web resourcesWeb resources
Web resources
 
Linked Data Workshop at I-Semantics 2010
Linked Data Workshop at I-Semantics 2010Linked Data Workshop at I-Semantics 2010
Linked Data Workshop at I-Semantics 2010
 

Último

₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.CarlotaBedoya1
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 

Último (20)

₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 

Intro to Semantic Web

  • 3.
  • 4. History of the Web Web of Documents Web of Data
  • 5. "The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation." Sir Tim Berners-Lee
  • 6. Semantic Web Why do we need semantic web? Why is our current web not enough? How do I find the right information? What is important, what is not? Is the information I got complete? Can the search be reliable? Can I really trust the information I found?
  • 7. Semantic Web The smallest unit of the Semantic Web is a TRIPLE Java IslandIS AN <SUBJECT PREDICATE OBJECT> <http://dbpedia.org/resource/Java> <http://example.org/isAn> <http://dbpedia.org/resource/Island> <?s ?p ?o>
  • 8. Principles of Semantic Web 1. Each resource has a Unique Resource Identifier (URI) JavaJava http://dbpedia.org/resource/Java http://dbpedia.org/resource/Java_(programming_language)
  • 9. Principles of Semantic Web 2. We use resources and not just strings. In this way a resource can belong to certain classes. Classes can have properties sam eAs sameAs http://ja.dbpedia.org/resource/ジャワ島 http://it.dbpedia.org/resource/Giava http://dbpedia.org/resource/Java
  • 10. Principles of Semantic Web 3. Classes, properties and resources are described through the Resource Decription Framework (RDF) <http://dbpedia.org/resource/Java> <http://example.org/isAn> <http://dbpedia.org/resource/Island> <http://dbpedia.org/resource/Java> <http://dbpedia.org/resource/sameAs> < http://ja.dbpedia.org/resource/ジャワ島> <http://dbpedia.org/resource/Java> <http://dbpedia.org/resource/sameAs> <http://it.dbpedia.org/resource/Giava>
  • 11. Principles of Semantic Web 4. Classes are represented in Schemas and Ontologies
  • 12. Principles of Semantic Web 4. Classes are represented in Schemas and Ontologies <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xml:base="http://dbpedia.org/resource/Thing#"> <rdf:Description rdf:ID="Island"> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> </rdf:Description> <rdf:Description rdf:ID="Java"> <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> <rdfs:subClassOf rdf:resource="#Island"/> </rdf:Description> </rdf:RDF>
  • 13. Principles of Semantic Web 5. Information about a resource is distributed on the Semantic Web and can be used/linked through Linked Data
  • 15. Linked Open Data in 2014
  • 16. SPARQL What are the countries and their capitals in Africa?
  • 17. How to publish & link data? Publish data ● Put the raw data online ● Organize it, so it can be found ● Liscence it, so it can be reused Make Web data accessible ● Metadata inside webpages ● Use standard open formats ● Add a Web API (SPARQL endpoint) Integrate with the Web ● Identify things <http://dbpedia.org/resource/Java> ● Link them together ● Use RDF to publish data & models
  • 18.
  • 19. Examples ● Semantic search - Reegle.info ● A music repository and mashup – BBC.co.uk/music ● Google uses Knowledge Graphs – Google.com
  • 20. "The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation." Sir Tim Berners-Lee SummaryNow I got it...
  • 21. Read more... ● History of web - http://webfoundation.org/about/vision/history-of-the-web/ ● Getting started with Semantic Web: http://semanticweb.org/wiki/Getting_started ● Basics of Semantic Web on W3C - http://www.w3.org/2001/sw/wiki/Main_Page ● Questions on semantic web - http://answers.semanticweb.com/ ● Other presentation - https://www.slideshare.net/search/slideshow?searchfrom=header&q=semantic+web
  • 22. References ● History of Web - http://blog.learnlets.com/?cat=10 ● WorlsWideWeb browser - http://www.w3.org/People/Berners-Lee/WorldWideWeb.html ● Principles of Semantic Web – www.blog.semantic-web.at ● Semantic Web schema - http://wiki.infowiss.net/Semantic_Web ● LOD - http://data.dws.informatik.uni-mannheim.de/lodcloud/2014/ISWC-RDB/ ● SPARQL - http://en.wikipedia.org/wiki/SPARQL ● How to publish your data - http://www.slideshare.net/ldodds/web-integrated-data ● The answer to life univers and everything - http://www.desktopwallpapers4.me/typography/is-the-answer-to-everything-15318/ ● Clean energy - http://www.reegle.info/ ● BBC music - BBC.co.uk/music ● Google knowledge graph - http://www.google.com/insidesearch/features/search/knowledge.html
  • 23. What is the conclusion? The Semantic Web is growing and linked open data is the future
  • 24. Thank you for your attention Timea Turdean 15/03/2015