SlideShare une entreprise Scribd logo
1  sur  66
Open Tourism!
The importance of enriching your online content
with semantic annotations.
#openbelgium15 #opentourism
Open Tourism!
AN OPEN KNOWLEDGE BELGIUM
WORKING GROUP
@rafke #opentourism
WHAT
…
WHAT
WHAT
COULD
BE?
WHAT
SHOULD
WE DO?
Joined forces with ‘sustainable mobile tourism
guides’, Thomas More - iMinds
Open Tourism!
Enriching your online content
with semantic annotations.
Anastasia Dimou
@natadimou #opentourism
http://dbpedia.org/resource/Belfry_of_ghent
Data model - Schemas - Vocabularies
Identify an Entity
http://dbpedia.org/resource/Belfry_of_ghent
Data model - Schemas - Vocabularies
Identify an Entity
http://dbpedia.org/resource/Belfry_of_ghent
Describe the attributes of an Entity
Belfry construction_started 1313
Belfry construction_finished 1380
Data model - Schemas - Vocabularies
Identify an Entity
http://dbpedia.org/resource/Belfry_of_ghent
Describe the attributes of an Entity
Belfry construction_started 1313
Belfry construction_finished 1380
Describe the relationship of an Entity with other Entities
Belfry located_in Gent
Reasons to semantically enrich your data
• discoverability / searchability
information recognized by major search providers
• indexing
• cross-referenced data
• (structured) data interoperability / integration / reuse
• automation
Semantically Enrich your Web presence
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
data catalogues (raw data with metadata)
Linked Open Data
Inline Markup of HTML Web pages
nested metadata within HTML Web pages content (RDFa, Microdata)
(+) Search Engine Optimization (SEO) and Indexing
(+) Single infrastructure
(-) manual annotation by editors
(-) hard to maintain
(-) adjust existing Content Management System (CMS)
plugin OR custom code
1-time adjustment/development cost
+ maintenance cost (perhaps extra adjustment/development cost)
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
data catalogues (raw data with metadata)
Linked Open Data
Embedded metadata within HTML Web pages
structured data islands embedded in HTML Web pages (JSON-LD)
(+) Search Engine Optimization (SEO) and Indexing
(+) Single infrastructure
(+) easily deployable
(-) manual incorporation by admins
perhaps 1-time adjustment/development cost
+ maintenance cost (perhaps extra adjustment/development cost)
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
data catalogues (raw data with metadata)
Linked Open Data
Raw metadata complementary to the Web pages
structured data complementary to the Web pages (raw JSON-LD)
(+) easily deployable
(-) manual annotation by experts
(-) shortage of crawlers
at no cost
Semantically Enrich your Web presence
Many Web sites are generated from structured data,
which is often stored in databases.
and in general, you have more data to share…
Semantically Enrich your Web presence
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Open Data
raw data
(+) simple solution
(+) at no cost
data as Web APIs
(+) easily deployable
(+) publishing data in Web readable formats
(+) low cost - low maintenance cost
(-) reusable data only from people who know this data exists
(-) not synchronized with the Web site content
Semantically Enrich your Web presence
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Open Data with metadata - Data catalogues
(data) with metadata → data catalogues
(+) catalogue integration with existing CMSs
(+) increased Searchability / Discoverability
(+) Federated structure: easily set up instances with common search
1-time cost to set up the infrastructure + maintenance cost
integration with CMS:
1-time cost + maintenance/synchronization cost
Semantically Enrich your Web presence
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Linked Open Data
semantically annotated data
domain modeling
map raw data to their semantic representation
publishing Linked Open Data
(+) Answering to queries
(+) data integration / interlinking
1-time (human resources) cost for the domain modeling
1-time cost to set up the infrastructure (mapping and publishing)
maintenance cost
Reasons to semantically enrich your data
• discoverability / searchability
information recognized by major search providers
• indexing
• cross-referenced data
• (structured) data interoperability / integration / reuse
• automation
Open Tourism!
How to add semantic annotations?
Laurens De Vocht
@Laurens_d_v #opentourism
Without Metadata With Metadata
Web Documents HTML HTML with rich snippets
HTML with schema.org
Raw Data File Dump, API DCAT, VOID (description)
CKAN (catalog)
Linked Data RDF (data model)
file dumps, dereferencing (retrieval)
endpoint, API (queries)
Adding Semantic Annotations
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Adding Metadata to Web Documents
<div>
<a href="http://www.example.com/events/spinaltap">Spinal Tap</a>
<img src="spinal_tap.jpg" />
After their highly-publicized search for a new drummer,
Spinal Tap kicks off their latest comeback tour with a San
Francisco show.
When: Oct 15, 7:00PM—9:00PM
Where: Warfield Theatre, 982 Market St, San Francisco, CA
<div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event">
<a href="http://www.example.com/events/spinaltap" rel="v:url"
property="v:summary">Spinal Tap</a>
<img src="spinal_tap.jpg" rel="v:photo" />
<span property="v:description">After their highly-publicized search for a new drummer,
Spinal Tap kicks off their latest comeback tour with a San Francisco show. </span>
When:
<span property="v:startDate" content="2015-10-15T19:00-08:00">Oct 15,
7:00PM</span>
<span property="v:endDate" content="2015-10-15T21:00-08:00">9:00PM</span>
Where:
<span rel="v:location">
<span typeof="v:Organization">
<span property="v:name">Warfield Theatre</span>,
<span rel="v:address">
<span typeof="v:Address">
<span property="v:street-address">982 Market St</span>,
<span property="v:locality">San Francisco</span>,
<span property="v:region">CA</span>
</span>
</span>
...
what search engines
display to us
what search
engines read
Adding Metadata to Web Documents
http://rdf.data-vocabulary.org/
a 'lightweight' alternative to
http://schema.org
schema.org:
has broader range of types
more documentation
broad support by different search engines
it has types for Event, Organization, Person, Product, Review, AggregateRating, Offer and hundreds of
others.
full list -> http://schema.org/docs/full.html
Schemas - Vocabularies - Schema.org
collection of schemas to markup HTML pages
Leveraging the CMS infrastructure
source: builtwith.com
Wordpress, Drupal and
Joomla cover over 50% of
the internet website CMS.
Wordpress: Adding Rich Snippets Example
e.g. use Google SEO Pressor Plugin
(https://wordpress.org/plugins/google-seo-author-snippets/)
Wordpress: Adding Schema.org Example
e.g. use Add Metadata Tags Plugin
(https://wordpress.org/plugins/add-meta-tags/)
Other CMS offer plugins with similar functionality
e.g. Joomla: J4Schema
(http://extensions.joomla.org/extensions/extension/sit
e-management/seo-a-metadata/j4schema)
e.g. Drupal 7 Schema.org
(https://www.drupal.org/node/1194024)
Alternative to CMS plugins
Custom Scripts
Manual Annotations
Annotation Templates
Does it really work? How to be sure?
Try with your HTML snippet or URL -> https://developers.google.com/structured-data/testing-tool/
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
What's next?
Raw
Data
CMS
?
publishing raw data directly
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as Web APIs
raw data with metadata (data catalogues)
Linked Open Data
Publishing Data Directly
e.g. http://datahub.io/dataset/outbound-travel-by-new-zealanders
Publish link to raw data (file dump)
from website to platform like
datahub.io
How can others find it?
Add metadata and register it!
catalog with metadata
of dataset
(Meta)Data Catalog
CKAN is one of the most common
platforms for maintaining a data catalog
e.g. Flanders Open Data portal:
opendataforum.info
is built on top of CKAN.
e.g. Also datahub.io makes use of it.
(Meta)Data Description of Data
DCAT VOID
:ds1 a dcat:Dataset ;
dcat:distribution :dist1 .
:dist1 a dcat:Download ;
dcat:accessURL <http://example.org/dist1.csv>;
dcat:format [ rdfs:label "CSV" ].
integrate with catalogs,
such as CKAN.
http://www.w3.org/TR/vocab-dcat/
express additional information such as
categories, links with other datasets,
hierarchical relationships etc
http://www.w3.org/TR/void/
:DBpedia rdf:type void:Dataset ;
foaf:homepage <http://dbpedia.org/> .
:DBLP rdf:type void:Dataset ;
foaf:homepage <http://www4.wiwiss.fu-berlin.de/dblp/all> ;
dcterms:subject <http://dbpedia.org/resource/Computer_science> ;
:DBpedia void:subset :DBpedia2DBLP .
:DBpedia2DBLP rdf:type void:Linkset ;
void:target :DBpedia ;
void:target :DBLP .
what machines see (more)
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues )
Linked Open Data
How to query and link datasets?
Raw
Data
CMS
querying, linking?
?
?
The catalog indicates supported ways of accessing data.
API
Querying
Website
Dereferencing
Metadata
http://datahub.io/dataset/tourpedia
Adding Semantics and Representing Data as Linked Data
When?
http://rml.io http://www.w3.org/TR/r2rml/
How?
CSV, HTML,
JSON, XML
RDB Transformation
http://d2rq.org/
Layer on top of RDB
http://any23.apache.org/
Web documents to triples
Raw
Data
CMS
Other
Raw DataCatalog
Web of
Documents
Web of Data
Semantically Enrich your Web presence
Web of Documents
Inline markup of HTML documents
Embedded metadata within HTML documents
Raw metadata accompanying the HTML document
Web of Data
Open Data
raw data AND data as APIs
raw data with metadata (data catalogues)
Linked Open Data
Open Tourism!
Barriers and Solutions to Open
Tourism Data
Panel discussion
@rafke @mindwraps #opentourism
Panel discussion
Join our discussion on http://bit.ly/opendisc
Marc
@mportier
Anastasia
@natadimou
Laurens
@Laurens_d_v
Raf
@rafke
Veronique
@VeroniqueCosse
Wouter
@mindwraps
join Open Tourism working group!
#opentourism
raf{dot}buyle{at}okfn{dot}be
A world where knowledge creates power
for the many, not the few.
A world where data frees us — to make
informed choices about how we live, what
we buy and who gets our vote.
A world where information and insights are
accessible — and apparent — to everyone.
This is the world we choose
#openbelgium15 #opentourism

Contenu connexe

Tendances

Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Juan Sequeda
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchablePeter Mika
 
Semantic Web Applications
Semantic Web ApplicationsSemantic Web Applications
Semantic Web ApplicationsJulian Higman
 
Best practices for RESTful web service design
Best practices for RESTful web service designBest practices for RESTful web service design
Best practices for RESTful web service designRamin Orujov
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Juan Sequeda
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Search Engines After The Semanatic Web
Search Engines After The Semanatic WebSearch Engines After The Semanatic Web
Search Engines After The Semanatic Websamar_slideshare
 
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
 
Design Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIsDesign Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIsStormpath
 
RDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFaRDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFaPlatypus
 
Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010Juan Sequeda
 
ORE and SWAP: Composition and Complexity
ORE and SWAP: Composition and ComplexityORE and SWAP: Composition and Complexity
ORE and SWAP: Composition and ComplexityEduserv Foundation
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked Data
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked DataDo the LOCAH-Motion: How to Make Bibliographic and Archival Linked Data
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked DataAdrian Stevenson
 
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)Benjamin Nowack
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Museums Computer Group
 

Tendances (20)

Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011Consuming Linked Data 4/5 Semtech2011
Consuming Linked Data 4/5 Semtech2011
 
Making the Web searchable
Making the Web searchableMaking the Web searchable
Making the Web searchable
 
Semantic Web Applications
Semantic Web ApplicationsSemantic Web Applications
Semantic Web Applications
 
Best practices for RESTful web service design
Best practices for RESTful web service designBest practices for RESTful web service design
Best practices for RESTful web service design
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5
 
Semantic web
Semantic webSemantic web
Semantic web
 
Danbri Drupalcon Export
Danbri Drupalcon ExportDanbri Drupalcon Export
Danbri Drupalcon Export
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Search Engines After The Semanatic Web
Search Engines After The Semanatic WebSearch Engines After The Semanatic Web
Search Engines After The Semanatic Web
 
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
 
Design Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIsDesign Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIs
 
RDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFaRDFa Introductory Course Session 3/4 Why RDFa
RDFa Introductory Course Session 3/4 Why RDFa
 
Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010
 
ORE and SWAP: Composition and Complexity
ORE and SWAP: Composition and ComplexityORE and SWAP: Composition and Complexity
ORE and SWAP: Composition and Complexity
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked Data
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked DataDo the LOCAH-Motion: How to Make Bibliographic and Archival Linked Data
Do the LOCAH-Motion: How to Make Bibliographic and Archival Linked Data
 
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
RDF and SPARQL for PHP Developers (at New York Semantic Web Meetup)
 
Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?Lee Iverson - How does the web connect content?
Lee Iverson - How does the web connect content?
 
Linked Data
Linked DataLinked Data
Linked Data
 
LIBRIS - Linked Library Data
LIBRIS - Linked Library DataLIBRIS - Linked Library Data
LIBRIS - Linked Library Data
 

En vedette

Ppt belgium
Ppt belgiumPpt belgium
Ppt belgiumytack
 
Presentation of belgium
Presentation of belgiumPresentation of belgium
Presentation of belgiumdoonacad
 
Hilton Worldwide - Leading Efforts in Sustainability and Energy Management
Hilton Worldwide - Leading Efforts in Sustainability and Energy ManagementHilton Worldwide - Leading Efforts in Sustainability and Energy Management
Hilton Worldwide - Leading Efforts in Sustainability and Energy ManagementSchneider Electric
 
Türkiyede turizm i̇statistikleri
Türkiyede turizm i̇statistikleriTürkiyede turizm i̇statistikleri
Türkiyede turizm i̇statistikleriOğuz Yılmaz
 
12 tourisme rural altay lkw v1
12 tourisme rural altay lkw v112 tourisme rural altay lkw v1
12 tourisme rural altay lkw v1Yulie Nikulina
 
Turizm vakalari (1)
Turizm vakalari (1)Turizm vakalari (1)
Turizm vakalari (1)Tur Kan
 
Tarım turizmi - Ali Kahraman
Tarım turizmi - Ali KahramanTarım turizmi - Ali Kahraman
Tarım turizmi - Ali KahramanAli KAHRAMAN
 
Dünya turizminde türkiyenin yeri
Dünya turizminde türkiyenin yeriDünya turizminde türkiyenin yeri
Dünya turizminde türkiyenin yeriÖnder Alkan
 
Dünya'da ve Türkiye'de turizm Politikaları ve Planlaması
Dünya'da ve Türkiye'de turizm Politikaları ve PlanlamasıDünya'da ve Türkiye'de turizm Politikaları ve Planlaması
Dünya'da ve Türkiye'de turizm Politikaları ve PlanlamasıAWFiS Gdańsk
 
Alternatif turizm
Alternatif turizmAlternatif turizm
Alternatif turizmMikail Kara
 
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...Roberto Peretta
 
Open belgium: OpenAIRE an open knowledge and research information infrastructure
Open belgium: OpenAIRE an open knowledge and research information infrastructureOpen belgium: OpenAIRE an open knowledge and research information infrastructure
Open belgium: OpenAIRE an open knowledge and research information infrastructureOpenAccessBelgium
 
Open Culture Data: Opening GLAM Data Bottom-up
Open Culture Data: Opening GLAM Data Bottom-upOpen Culture Data: Opening GLAM Data Bottom-up
Open Culture Data: Opening GLAM Data Bottom-upOpen Knowledge Belgium
 
OpenAire Sessions - An Open Knowledge & Research Information Infrastructure
 OpenAire Sessions - An Open Knowledge & Research Information Infrastructure OpenAire Sessions - An Open Knowledge & Research Information Infrastructure
OpenAire Sessions - An Open Knowledge & Research Information InfrastructureOpen Knowledge Belgium
 
turizm sektöründe güncel konular
turizm sektöründe güncel konularturizm sektöründe güncel konular
turizm sektöründe güncel konularSELÇUK YÜCESOY
 

En vedette (20)

Ppt belgium
Ppt belgiumPpt belgium
Ppt belgium
 
Presentation of belgium
Presentation of belgiumPresentation of belgium
Presentation of belgium
 
Banquets & Coctails
Banquets & Coctails Banquets & Coctails
Banquets & Coctails
 
SciVerse @ TJU
SciVerse @ TJUSciVerse @ TJU
SciVerse @ TJU
 
Hilton Worldwide - Leading Efforts in Sustainability and Energy Management
Hilton Worldwide - Leading Efforts in Sustainability and Energy ManagementHilton Worldwide - Leading Efforts in Sustainability and Energy Management
Hilton Worldwide - Leading Efforts in Sustainability and Energy Management
 
Türkiyede turizm i̇statistikleri
Türkiyede turizm i̇statistikleriTürkiyede turizm i̇statistikleri
Türkiyede turizm i̇statistikleri
 
12 tourisme rural altay lkw v1
12 tourisme rural altay lkw v112 tourisme rural altay lkw v1
12 tourisme rural altay lkw v1
 
About the NRN
About the NRNAbout the NRN
About the NRN
 
Hilton worldwide
Hilton worldwideHilton worldwide
Hilton worldwide
 
Turizm vakalari (1)
Turizm vakalari (1)Turizm vakalari (1)
Turizm vakalari (1)
 
Tarım turizmi - Ali Kahraman
Tarım turizmi - Ali KahramanTarım turizmi - Ali Kahraman
Tarım turizmi - Ali Kahraman
 
Dünya turizminde türkiyenin yeri
Dünya turizminde türkiyenin yeriDünya turizminde türkiyenin yeri
Dünya turizminde türkiyenin yeri
 
Dünya'da ve Türkiye'de turizm Politikaları ve Planlaması
Dünya'da ve Türkiye'de turizm Politikaları ve PlanlamasıDünya'da ve Türkiye'de turizm Politikaları ve Planlaması
Dünya'da ve Türkiye'de turizm Politikaları ve Planlaması
 
Alternatif turizm
Alternatif turizmAlternatif turizm
Alternatif turizm
 
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...
Big-Bang Disruptions and Tourism as one of my 2016-2017 lectures at the Unive...
 
Open belgium: OpenAIRE an open knowledge and research information infrastructure
Open belgium: OpenAIRE an open knowledge and research information infrastructureOpen belgium: OpenAIRE an open knowledge and research information infrastructure
Open belgium: OpenAIRE an open knowledge and research information infrastructure
 
Open Culture Data: Opening GLAM Data Bottom-up
Open Culture Data: Opening GLAM Data Bottom-upOpen Culture Data: Opening GLAM Data Bottom-up
Open Culture Data: Opening GLAM Data Bottom-up
 
Apps from Antwerp
Apps from AntwerpApps from Antwerp
Apps from Antwerp
 
OpenAire Sessions - An Open Knowledge & Research Information Infrastructure
 OpenAire Sessions - An Open Knowledge & Research Information Infrastructure OpenAire Sessions - An Open Knowledge & Research Information Infrastructure
OpenAire Sessions - An Open Knowledge & Research Information Infrastructure
 
turizm sektöründe güncel konular
turizm sektöründe güncel konularturizm sektöründe güncel konular
turizm sektöründe güncel konular
 

Similaire à Open belgium 2015 - open tourism

PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010Andreas Blumauer
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationSören Auer
 
SharePoint Developer Education Day Palo Alto
SharePoint  Developer Education Day  Palo  AltoSharePoint  Developer Education Day  Palo  Alto
SharePoint Developer Education Day Palo Altollangit
 
PoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick OverviewPoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick OverviewAndreas Blumauer
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadatarobin fay
 
Gt health2stat 7-22-2010
Gt health2stat 7-22-2010Gt health2stat 7-22-2010
Gt health2stat 7-22-2010George Thomas
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web DevelopmentRobert J. Stein
 
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
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic WebIvan Herman
 
PoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataPoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataAndreas Blumauer
 
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...Terminalfour
 
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
 
Cms an overview
Cms an overviewCms an overview
Cms an overviewkmusthu
 
Resource Discovery Landscape
Resource Discovery LandscapeResource Discovery Landscape
Resource Discovery LandscapeAndy Powell
 

Similaire à Open belgium 2015 - open tourism (20)

PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010PoolParty Thesaurus Management - ISKO UK, London 2010
PoolParty Thesaurus Management - ISKO UK, London 2010
 
Linked Data
Linked DataLinked Data
Linked Data
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data Integration
 
SharePoint Developer Education Day Palo Alto
SharePoint  Developer Education Day  Palo  AltoSharePoint  Developer Education Day  Palo  Alto
SharePoint Developer Education Day Palo Alto
 
PoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick OverviewPoolParty Thesaurus Management Quick Overview
PoolParty Thesaurus Management Quick Overview
 
Semantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & MetadataSemantic Web, Cataloging, & Metadata
Semantic Web, Cataloging, & Metadata
 
Semantic Web, e-commerce
Semantic Web, e-commerceSemantic Web, e-commerce
Semantic Web, e-commerce
 
Gt health2stat 7-22-2010
Gt health2stat 7-22-2010Gt health2stat 7-22-2010
Gt health2stat 7-22-2010
 
Advanced Web Development
Advanced Web DevelopmentAdvanced Web Development
Advanced Web Development
 
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
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
PoolParty SKOS and Linked Data
PoolParty SKOS and Linked DataPoolParty SKOS and Linked Data
PoolParty SKOS and Linked Data
 
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...
TERMINALFOUR t44u 2008 - Piero Tintori - Integration Publishing To Share Poin...
 
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
 
Cms an overview
Cms an overviewCms an overview
Cms an overview
 
Pratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnectPratical Deep Dive into the Semantic Web - #smconnect
Pratical Deep Dive into the Semantic Web - #smconnect
 
Website 101
Website 101Website 101
Website 101
 
The Social Data Web
The Social Data WebThe Social Data Web
The Social Data Web
 
Gt ea2009
Gt ea2009Gt ea2009
Gt ea2009
 
Resource Discovery Landscape
Resource Discovery LandscapeResource Discovery Landscape
Resource Discovery Landscape
 

Plus de Raf Buyle

ISA² Workshop on Catalogues of Public Services | OSLO Validator
 ISA² Workshop on Catalogues of Public Services | OSLO Validator ISA² Workshop on Catalogues of Public Services | OSLO Validator
ISA² Workshop on Catalogues of Public Services | OSLO ValidatorRaf Buyle
 
Open standards for linked organisations | meeting Estonia - Flemish Governmen...
Open standards for linked organisations | meeting Estonia - Flemish Governmen...Open standards for linked organisations | meeting Estonia - Flemish Governmen...
Open standards for linked organisations | meeting Estonia - Flemish Governmen...Raf Buyle
 
SHACL Validator
SHACL ValidatorSHACL Validator
SHACL ValidatorRaf Buyle
 
Linked Open Data at your fingertips #LOVABLEOPENDATA
Linked Open Data  at your fingertips #LOVABLEOPENDATALinked Open Data  at your fingertips #LOVABLEOPENDATA
Linked Open Data at your fingertips #LOVABLEOPENDATARaf Buyle
 
Interop Summit 2018 | 5-star LOD
Interop Summit 2018 | 5-star LODInterop Summit 2018 | 5-star LOD
Interop Summit 2018 | 5-star LODRaf Buyle
 
Interop Summit 2018 | OSLO
Interop Summit 2018 | OSLOInterop Summit 2018 | OSLO
Interop Summit 2018 | OSLORaf Buyle
 
Linked base Registries | The Scottish Government - Webinar 2017
Linked base Registries | The Scottish Government - Webinar 2017Linked base Registries | The Scottish Government - Webinar 2017
Linked base Registries | The Scottish Government - Webinar 2017Raf Buyle
 
OSLO | Aan de slag met semantische standaarden
OSLO | Aan de slag met semantische standaardenOSLO | Aan de slag met semantische standaarden
OSLO | Aan de slag met semantische standaardenRaf Buyle
 
Unlocking the full potential of five-star addresses by using Linked Data Frag...
Unlocking the full potential of five-star addresses by using Linked Data Frag...Unlocking the full potential of five-star addresses by using Linked Data Frag...
Unlocking the full potential of five-star addresses by using Linked Data Frag...Raf Buyle
 
Open Belgium 5-star linked open data address registry
Open Belgium 5-star linked open data address registryOpen Belgium 5-star linked open data address registry
Open Belgium 5-star linked open data address registryRaf Buyle
 
The Public Sector DNA on the web: semantically marking up government portals
The Public Sector DNA on the web: semantically marking up government portalsThe Public Sector DNA on the web: semantically marking up government portals
The Public Sector DNA on the web: semantically marking up government portalsRaf Buyle
 
#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery Workshop#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery WorkshopRaf Buyle
 
Agentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningAgentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningRaf Buyle
 
Kennis delen is invloed uitoefenen!
Kennis delen is invloed uitoefenen!Kennis delen is invloed uitoefenen!
Kennis delen is invloed uitoefenen!Raf Buyle
 
Slimme brug tussen vastgoedmakelaars en lokale besturen
Slimme brug tussen vastgoedmakelaars en lokale besturenSlimme brug tussen vastgoedmakelaars en lokale besturen
Slimme brug tussen vastgoedmakelaars en lokale besturenRaf Buyle
 
Toeristische mobiele gidsen | context = queen
Toeristische mobiele gidsen | context = queenToeristische mobiele gidsen | context = queen
Toeristische mobiele gidsen | context = queenRaf Buyle
 
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014Raf Buyle
 
In debat met noorderburen over standaarden
In debat met noorderburen over standaardenIn debat met noorderburen over standaarden
In debat met noorderburen over standaardenRaf Buyle
 
VVBAD listen very carefully, i shall say this only once
VVBAD   listen very carefully, i shall say this only onceVVBAD   listen very carefully, i shall say this only once
VVBAD listen very carefully, i shall say this only onceRaf Buyle
 
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...OSLO - how semantic collaboration is going to be a cornerstone of the next ge...
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...Raf Buyle
 

Plus de Raf Buyle (20)

ISA² Workshop on Catalogues of Public Services | OSLO Validator
 ISA² Workshop on Catalogues of Public Services | OSLO Validator ISA² Workshop on Catalogues of Public Services | OSLO Validator
ISA² Workshop on Catalogues of Public Services | OSLO Validator
 
Open standards for linked organisations | meeting Estonia - Flemish Governmen...
Open standards for linked organisations | meeting Estonia - Flemish Governmen...Open standards for linked organisations | meeting Estonia - Flemish Governmen...
Open standards for linked organisations | meeting Estonia - Flemish Governmen...
 
SHACL Validator
SHACL ValidatorSHACL Validator
SHACL Validator
 
Linked Open Data at your fingertips #LOVABLEOPENDATA
Linked Open Data  at your fingertips #LOVABLEOPENDATALinked Open Data  at your fingertips #LOVABLEOPENDATA
Linked Open Data at your fingertips #LOVABLEOPENDATA
 
Interop Summit 2018 | 5-star LOD
Interop Summit 2018 | 5-star LODInterop Summit 2018 | 5-star LOD
Interop Summit 2018 | 5-star LOD
 
Interop Summit 2018 | OSLO
Interop Summit 2018 | OSLOInterop Summit 2018 | OSLO
Interop Summit 2018 | OSLO
 
Linked base Registries | The Scottish Government - Webinar 2017
Linked base Registries | The Scottish Government - Webinar 2017Linked base Registries | The Scottish Government - Webinar 2017
Linked base Registries | The Scottish Government - Webinar 2017
 
OSLO | Aan de slag met semantische standaarden
OSLO | Aan de slag met semantische standaardenOSLO | Aan de slag met semantische standaarden
OSLO | Aan de slag met semantische standaarden
 
Unlocking the full potential of five-star addresses by using Linked Data Frag...
Unlocking the full potential of five-star addresses by using Linked Data Frag...Unlocking the full potential of five-star addresses by using Linked Data Frag...
Unlocking the full potential of five-star addresses by using Linked Data Frag...
 
Open Belgium 5-star linked open data address registry
Open Belgium 5-star linked open data address registryOpen Belgium 5-star linked open data address registry
Open Belgium 5-star linked open data address registry
 
The Public Sector DNA on the web: semantically marking up government portals
The Public Sector DNA on the web: semantically marking up government portalsThe Public Sector DNA on the web: semantically marking up government portals
The Public Sector DNA on the web: semantically marking up government portals
 
#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery Workshop#opentourism - Linked Open Data Publishing and Discovery Workshop
#opentourism - Linked Open Data Publishing and Discovery Workshop
 
Agentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningAgentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverlening
 
Kennis delen is invloed uitoefenen!
Kennis delen is invloed uitoefenen!Kennis delen is invloed uitoefenen!
Kennis delen is invloed uitoefenen!
 
Slimme brug tussen vastgoedmakelaars en lokale besturen
Slimme brug tussen vastgoedmakelaars en lokale besturenSlimme brug tussen vastgoedmakelaars en lokale besturen
Slimme brug tussen vastgoedmakelaars en lokale besturen
 
Toeristische mobiele gidsen | context = queen
Toeristische mobiele gidsen | context = queenToeristische mobiele gidsen | context = queen
Toeristische mobiele gidsen | context = queen
 
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014
Open Data | Projectoproep Ondernemingsvriendelijke gemeente 2014
 
In debat met noorderburen over standaarden
In debat met noorderburen over standaardenIn debat met noorderburen over standaarden
In debat met noorderburen over standaarden
 
VVBAD listen very carefully, i shall say this only once
VVBAD   listen very carefully, i shall say this only onceVVBAD   listen very carefully, i shall say this only once
VVBAD listen very carefully, i shall say this only once
 
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...OSLO - how semantic collaboration is going to be a cornerstone of the next ge...
OSLO - how semantic collaboration is going to be a cornerstone of the next ge...
 

Dernier

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
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
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
"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
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
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
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 

Dernier (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
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
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
"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
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
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
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
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
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 

Open belgium 2015 - open tourism

  • 1. Open Tourism! The importance of enriching your online content with semantic annotations. #openbelgium15 #opentourism
  • 2. Open Tourism! AN OPEN KNOWLEDGE BELGIUM WORKING GROUP @rafke #opentourism
  • 7. Joined forces with ‘sustainable mobile tourism guides’, Thomas More - iMinds
  • 8. Open Tourism! Enriching your online content with semantic annotations. Anastasia Dimou @natadimou #opentourism
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 15. Data model - Schemas - Vocabularies Identify an Entity http://dbpedia.org/resource/Belfry_of_ghent
  • 16. Data model - Schemas - Vocabularies Identify an Entity http://dbpedia.org/resource/Belfry_of_ghent Describe the attributes of an Entity Belfry construction_started 1313 Belfry construction_finished 1380
  • 17. Data model - Schemas - Vocabularies Identify an Entity http://dbpedia.org/resource/Belfry_of_ghent Describe the attributes of an Entity Belfry construction_started 1313 Belfry construction_finished 1380 Describe the relationship of an Entity with other Entities Belfry located_in Gent
  • 18.
  • 19.
  • 20. Reasons to semantically enrich your data • discoverability / searchability information recognized by major search providers • indexing • cross-referenced data • (structured) data interoperability / integration / reuse • automation
  • 21. Semantically Enrich your Web presence Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 22. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs data catalogues (raw data with metadata) Linked Open Data
  • 23. Inline Markup of HTML Web pages nested metadata within HTML Web pages content (RDFa, Microdata) (+) Search Engine Optimization (SEO) and Indexing (+) Single infrastructure (-) manual annotation by editors (-) hard to maintain (-) adjust existing Content Management System (CMS) plugin OR custom code 1-time adjustment/development cost + maintenance cost (perhaps extra adjustment/development cost)
  • 24. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs data catalogues (raw data with metadata) Linked Open Data
  • 25. Embedded metadata within HTML Web pages structured data islands embedded in HTML Web pages (JSON-LD) (+) Search Engine Optimization (SEO) and Indexing (+) Single infrastructure (+) easily deployable (-) manual incorporation by admins perhaps 1-time adjustment/development cost + maintenance cost (perhaps extra adjustment/development cost)
  • 26. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs data catalogues (raw data with metadata) Linked Open Data
  • 27. Raw metadata complementary to the Web pages structured data complementary to the Web pages (raw JSON-LD) (+) easily deployable (-) manual annotation by experts (-) shortage of crawlers at no cost
  • 28. Semantically Enrich your Web presence Many Web sites are generated from structured data, which is often stored in databases. and in general, you have more data to share…
  • 29. Semantically Enrich your Web presence Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 30. Open Data raw data (+) simple solution (+) at no cost data as Web APIs (+) easily deployable (+) publishing data in Web readable formats (+) low cost - low maintenance cost (-) reusable data only from people who know this data exists (-) not synchronized with the Web site content
  • 31. Semantically Enrich your Web presence Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 32. Open Data with metadata - Data catalogues (data) with metadata → data catalogues (+) catalogue integration with existing CMSs (+) increased Searchability / Discoverability (+) Federated structure: easily set up instances with common search 1-time cost to set up the infrastructure + maintenance cost integration with CMS: 1-time cost + maintenance/synchronization cost
  • 33. Semantically Enrich your Web presence Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 34. Linked Open Data semantically annotated data domain modeling map raw data to their semantic representation publishing Linked Open Data (+) Answering to queries (+) data integration / interlinking 1-time (human resources) cost for the domain modeling 1-time cost to set up the infrastructure (mapping and publishing) maintenance cost
  • 35. Reasons to semantically enrich your data • discoverability / searchability information recognized by major search providers • indexing • cross-referenced data • (structured) data interoperability / integration / reuse • automation
  • 36. Open Tourism! How to add semantic annotations? Laurens De Vocht @Laurens_d_v #opentourism
  • 37. Without Metadata With Metadata Web Documents HTML HTML with rich snippets HTML with schema.org Raw Data File Dump, API DCAT, VOID (description) CKAN (catalog) Linked Data RDF (data model) file dumps, dereferencing (retrieval) endpoint, API (queries) Adding Semantic Annotations
  • 38. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 39. Adding Metadata to Web Documents <div> <a href="http://www.example.com/events/spinaltap">Spinal Tap</a> <img src="spinal_tap.jpg" /> After their highly-publicized search for a new drummer, Spinal Tap kicks off their latest comeback tour with a San Francisco show. When: Oct 15, 7:00PM—9:00PM Where: Warfield Theatre, 982 Market St, San Francisco, CA <div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <a href="http://www.example.com/events/spinaltap" rel="v:url" property="v:summary">Spinal Tap</a> <img src="spinal_tap.jpg" rel="v:photo" /> <span property="v:description">After their highly-publicized search for a new drummer, Spinal Tap kicks off their latest comeback tour with a San Francisco show. </span> When: <span property="v:startDate" content="2015-10-15T19:00-08:00">Oct 15, 7:00PM</span> <span property="v:endDate" content="2015-10-15T21:00-08:00">9:00PM</span> Where: <span rel="v:location"> <span typeof="v:Organization"> <span property="v:name">Warfield Theatre</span>, <span rel="v:address"> <span typeof="v:Address"> <span property="v:street-address">982 Market St</span>, <span property="v:locality">San Francisco</span>, <span property="v:region">CA</span> </span> </span> ... what search engines display to us what search engines read
  • 40. Adding Metadata to Web Documents http://rdf.data-vocabulary.org/ a 'lightweight' alternative to http://schema.org schema.org: has broader range of types more documentation broad support by different search engines it has types for Event, Organization, Person, Product, Review, AggregateRating, Offer and hundreds of others. full list -> http://schema.org/docs/full.html
  • 41. Schemas - Vocabularies - Schema.org collection of schemas to markup HTML pages
  • 42. Leveraging the CMS infrastructure source: builtwith.com Wordpress, Drupal and Joomla cover over 50% of the internet website CMS.
  • 43. Wordpress: Adding Rich Snippets Example e.g. use Google SEO Pressor Plugin (https://wordpress.org/plugins/google-seo-author-snippets/)
  • 44. Wordpress: Adding Schema.org Example e.g. use Add Metadata Tags Plugin (https://wordpress.org/plugins/add-meta-tags/)
  • 45. Other CMS offer plugins with similar functionality e.g. Joomla: J4Schema (http://extensions.joomla.org/extensions/extension/sit e-management/seo-a-metadata/j4schema) e.g. Drupal 7 Schema.org (https://www.drupal.org/node/1194024)
  • 46. Alternative to CMS plugins Custom Scripts Manual Annotations Annotation Templates
  • 47. Does it really work? How to be sure? Try with your HTML snippet or URL -> https://developers.google.com/structured-data/testing-tool/
  • 48. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 50. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as Web APIs raw data with metadata (data catalogues) Linked Open Data
  • 51. Publishing Data Directly e.g. http://datahub.io/dataset/outbound-travel-by-new-zealanders Publish link to raw data (file dump) from website to platform like datahub.io
  • 52. How can others find it?
  • 53. Add metadata and register it! catalog with metadata of dataset
  • 54. (Meta)Data Catalog CKAN is one of the most common platforms for maintaining a data catalog e.g. Flanders Open Data portal: opendataforum.info is built on top of CKAN. e.g. Also datahub.io makes use of it.
  • 55. (Meta)Data Description of Data DCAT VOID :ds1 a dcat:Dataset ; dcat:distribution :dist1 . :dist1 a dcat:Download ; dcat:accessURL <http://example.org/dist1.csv>; dcat:format [ rdfs:label "CSV" ]. integrate with catalogs, such as CKAN. http://www.w3.org/TR/vocab-dcat/ express additional information such as categories, links with other datasets, hierarchical relationships etc http://www.w3.org/TR/void/ :DBpedia rdf:type void:Dataset ; foaf:homepage <http://dbpedia.org/> . :DBLP rdf:type void:Dataset ; foaf:homepage <http://www4.wiwiss.fu-berlin.de/dblp/all> ; dcterms:subject <http://dbpedia.org/resource/Computer_science> ; :DBpedia void:subset :DBpedia2DBLP . :DBpedia2DBLP rdf:type void:Linkset ; void:target :DBpedia ; void:target :DBLP . what machines see (more)
  • 56. Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues ) Linked Open Data
  • 57. How to query and link datasets? Raw Data CMS querying, linking? ? ?
  • 58. The catalog indicates supported ways of accessing data. API Querying Website Dereferencing Metadata http://datahub.io/dataset/tourpedia
  • 59. Adding Semantics and Representing Data as Linked Data When? http://rml.io http://www.w3.org/TR/r2rml/ How? CSV, HTML, JSON, XML RDB Transformation http://d2rq.org/ Layer on top of RDB http://any23.apache.org/ Web documents to triples
  • 61. Semantically Enrich your Web presence Web of Documents Inline markup of HTML documents Embedded metadata within HTML documents Raw metadata accompanying the HTML document Web of Data Open Data raw data AND data as APIs raw data with metadata (data catalogues) Linked Open Data
  • 62. Open Tourism! Barriers and Solutions to Open Tourism Data Panel discussion @rafke @mindwraps #opentourism
  • 63. Panel discussion Join our discussion on http://bit.ly/opendisc
  • 65. join Open Tourism working group! #opentourism raf{dot}buyle{at}okfn{dot}be
  • 66. A world where knowledge creates power for the many, not the few. A world where data frees us — to make informed choices about how we live, what we buy and who gets our vote. A world where information and insights are accessible — and apparent — to everyone. This is the world we choose #openbelgium15 #opentourism