SlideShare uma empresa Scribd logo
1 de 118
#openbelgium15 #opentourism
A community supporting Digital Creativity in Tourism
Cause and context
Raf Buyle - Open Knowledge
@rafke #opentourism
WHAT
…
Imagine we could use the same services in different
places around the world without the need for
searching new service providers or new apps...
WHAT
Information often can't be reused without analizing
the data or building expensive custom connectors
WHAT
COULD
BE?
Linked Open Data aims to connect these solitary pieces
of information to other data sources on the web.
WHAT
SHOULD
WE DO?
we need more Open Data and a common
language for machine readable touristic
information.
Joined forces with ‘sustainable mobile tourism
guides’, Thomas More - iMinds
shared vision:
“Open Standard
for Tourism” Vocabulary
Ontologies are expected to enable
computers to process information
“much more effectively in ways that
are useful and meaningful to the
human user” (Berners-Lee, Hendler, and
Lassila 2001).
User Group 40+ actors: SME’s, NPO’s involved in
culture and tourism activities, representatives from
the provinces and of the major cities in Flanders
priorities both as data
producer and as data
consumer
“After defining the
scope of each sub-
domain we
organized working
groups. Each group
was responsible to
work out their sub-
domain in detail in
terms of domain
modeling”
Data in line with the Open Tourism specifiction
The West Flanders tourism
organization was
the first to bring their data inline
with the specification
Open Tourism hackathon
🗸 DATA
🗸 TOOLS
🗸 APP’S
🗸 FEEDBACK
http://www.mobielegidsen.be/hackathon/
From ad-hoc activity to a solid community
Our mission is to “support digital creativity concerning
tourism" and to host the “Open Standard for Tourism”
Vocabulary, which is a reusable Ontology for describing
tourism data.
Join the Community
Meeting, March 5,
2016 Mechelen
Release Open Tourism Communty Site
● Mailing list
● Tools and resources
● The Open Standard for Tourism Ecosystems Data
Specification
● News on the upcoming events
Join our community! tourism.openknowledge.be
Join our community! tourism.openknowledge.be
Vision and strategy…
● Bring The Open Tourism vocabulary at
an international level
● Build a bridge to interoperability
programme of the Flemish
Government, “Open Standards for
Linked Governments”.
● First step - March 3 our work and vision
will be presented at the International e-
Gov Conference in Montevideo.
What you really should
remember from this talk:
● Semantic collaboration is going to be a
cornerstone of the next generation tourism
applications
● semantic standards are a katalysator for
better services and Open Data.
● The Open Tourism vocabulary exist
http://w3id.org/ost/spec
● You’re welcome to join our community!
http://tourism.openknowledge.be
Getting started with
the Open Tourism Specification
Bruno Koninckx
THOMAS MORE
@brunokon #opentourism
Which domains are covered (for now)?
➔ Offering
What? By whom?
➔ Availability
Where? When?
➔ Experience
How?
➔ Demand
Offering
Availability
Experience
Demand
Availability Demand
Offering
Experience Offering
Demand
Offering
Specifications
http://w3id.org/ost/spec
Questions, remarks, issues on the domain model and
specifications via:
https://github.com/openknowledgebe/tourism/issues
Publising and Consuming
Linked Tourism Data
Anastasia Dimou - iMinds - Data Science Lab
@natadimou #opentourism
RML.io
Generating High Quality
Linked Open Data
from Open or Not Data
Anastasia Dimou
Data Science Lab, Ghent University - iMinds
anastasia.dimou@ugent.be
@natadimou
What is the Semantic Web?
The Semantic Web
is the extension of the World Wide Web
Are you the owner of your data?
OR
is the application that hosts your data?
The Semantic Web
is the extension of the World Wide Web
enables sharing content beyond
the boundaries of applications & websites
the Web for humans, thanks to HTML,
is understandable & constant
BUT
is the Web for machines too?
The Semantic Web
is the extension of the World Wide Web
enables sharing content beyond
the boundaries of applications & websites
allows machines to understand
the meaning of hyperlinked information
Semantic Web enabled applications
rely on data represented as Linked Data
What is Linked (Open) Data?
Linked (Open) Data
a standardized way of
expressing the relationships between data
Linked (Open) Data
a standardized way of
expressing the relationships between data
semantically annotated the data
with different vocabularies or ontologies
Linked (Open) Data
a standardized way of
expressing the relationships between data
semantically annotated the data
with different vocabularies or ontologies
describe domain-level knowledge
understandable by humans & machines
Where does Linked Data come from?
Linked (Open) Data
is often derived from originally
heterogeneous (semi-)structured data
Linked Open Data
from Not Open Data
Linked Open Data
from Not Open Data
from Open Data
Linked Open Data
from Not Open Data
from Open Data
from their combination
How is Open Data published?
The DataTank
open source RESTful data management system
The DataTank
open source RESTful data management system
enables publishing data into web readable formats
read the data and publish them on the web
using a URI as an identifier.
The DataTank
supported data formats
CSV and XLS
XML
JSON(-LD)
SHP
RDF
MySQL
SPARQL
How is Linked (Open) Data published?
Linked (Open) Data
published in the form of RDF datasets
Resource Description Framework (RDF)
is the prevalent data model
for describing Linked (Open) Data
Resource Description Framework (RDF)
is the prevalent data model
for describing Linked (Open) Data
predicate
subject object
Resource Description Framework (RDF)
is the prevalent data model
for describing Linked (Open) Data
driven by unique identifiers (URIs)
predicate
subject object
Resource Description Framework (RDF)
is the prevalent data model
for describing Linked (Open) Data
driven by unique identifiers (URIs)
allows establishing a shared meaning
predicate
subject object
How is Linked Data derived
from (semi-)structured data?
How is Linked Data derived
from (semi-)structured data?
id firstname lastname lab city
1 Anastasia Dimou DSLab Ghent
2 Ruben Verborgh DSLab Ghent
3 Erik Mannens DSLab Ghent
Person 1 Data Science Labworks
“Anastasia Dimou”
locatedDataScience Lab Ghent
Person 2 Data Science Labworks
“Ruben Verborgh”
Person 3 DataScience Labworks
“Erik Mannens”
Person {id}
{lab}
Assign unique identifiers (URIs)
“{firstname}
{surname}”
Person {id}
{lab}
Assign unique identifiers (URIs)
“{firstname}
{surname}”
http:://ex.com
{id}
http://ex.com{lab}
“{firstname}
{surname}”
Annotate data relationships with ontologies
http:://ex.com
{id}
http://ex.com{lab}
“{firstname}
{surname}”
Annotate data relationships with ontologies
http:://ex.com
{id}
http://ex.com{lab}
“{firstname}
{surname}”
http:://ex.com
{id}
http://ex.com{lab}
“{firstname}
{surname}”
ex:1 ex:DSLabex:works
“Anastasia Dimou”
ex:locatedex:DSLab ex:Ghent
ex:2 ex:DSLabex:works
“Ruben Verborgh”
ex:3 ex:DSLabex:works
“Erik Mannens”
ex:{id}
ex:{lab}
ex:located
ex:{lab} ex:{city}
sets of triples of a dataset have repetitive patterns
“{firstname}
{surname}”
ex:{id}
ex:{lab}
sets of triples of a dataset have repetitive patterns
“{firstname}
{surname}”
RDF dataset generation tools
rely their implementation on repetitively
applying those patterns to input data
ex:located
ex:{lab} ex:{city}
What are the different
Linked Data Generation approaches?
Linked Data generation approaches
case-specific solutions
Linked Data generation approaches
case-specific solutions
OR
format and source specific
Data OWNER / PUBLISHER
CSV JSONXML
RDF RDF RDF
R2RML mappings R2RML processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML
RDF RDF RDF
RDF Terms (focusing on IRIs) are…
generated independently
disregarding their possible prior definitions
manually replicated
by reconstructing the same URIs (if possible)
manually aligned afterwards
links with other datasets are defined after
the RDF terms are published
Why not a uniform approach?
Uniform and declarative RDF generation
from heterogeneous data sources
mappings processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML RDF
RDF Mapping Language (RML)
generic scalable mapping language
for generating and interlinking
RDF data from heterogeneous resources
in an integrable and interoperable fashion
superset of the W3C standardized
R2RML mapping language
http://rml.io
Uniform and declarative RDF generation
from heterogeneous data sources
RML mappings processor
Data OWNER / PUBLISHER
defines
RDF
DB CSV JSONXML RDF
Defining Mappings to generate Linked Data
Retrieving Input Data
Editing Mappings
Defining Mappings to generate Linked Data
Retrieving Input Data
Editing Mappings
RML describes
how to generated RDF
from structured data
predicate
subject object
RML describes
how to generated RDF
from structured data
predicate
subject object
Predicate Map
Subject Map Object Map
RML describes
how to generated RDF
from structured data
predicate
subject object
Predicate Map
Subject Map Object Map
<#TriplesMap>
rr:constant
ex:located
rr:template
“http://ex.com/{lab}”
rr:template “http://ex.com/{city}”
rr:template
“http://ex.com/{id}”
rr:template “http://ex.com/{lab}”
rr:template “{firstname} {surname}”
rr:termType rr:Literal
RDF Mapping Language (RML)
@prefix rr: <http://www.w3.org/ns/r2rml#>
rr:constant ex:locatedrr:template
“http://ex.com/{lab}”
rr:template “http://ex.com/{city}”
rr:template
“http://ex.com/{id}”
rr:template “http://ex.com/{lab}”
<#ResearcherMap>
<#LabMap>
rr:template “{firstname} {surname}”
rr:termType rr:Literal
RDF Mapping Language (RML)
Extraction Module Mapping Module
RML Processor
Defining Mappings to generate Linked Data
Editing Mappings
Retrieving Input Data
RML describes
rules to map any structured data to RDF
RML supports any data independently of
which structure and format they have
where they originally reside
how they are accessed & retrieved
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Support data in Heterogeneous Structures
tabular-structured
hierarchical-structured
(semi-)structured
… … …
Support data in Heterogeneous Structures and Formats
tabular-structured
tables in DBs or CSV files …
hierarchical-structured
JSON or XML …
(semi-)structured
HTML …
… … …
rr:template
“http://ex.com/{id}”
rr:template “http://ex.com/{lab}”
<#ResearcherMap> rr:template “{firstname} {surname}”
rr:termType rr:Literal
id firstname surname lab
1 Anastasia Dimou DSLab
2 Ruben Verborgh DSLab
3 Erik Mannens DSLab
tabular-structured data
rr:constant
ex:located
rr:template “http://ex.com/
{/labs/lab/short}”
rr:template “http://ex.com/
{/labs/lab/location/city}”
<#LabMap>
<labs>
<lab>
<short>MMLab</short>
<title>Multimedia Lab</title>
<location>
<city>Ghent</city>
</location>
</lab>
<lab> …. </lab>
…
</labs>
hierarchical-structured data
Specifying data
which data form a data input
how to reference data input extracts
Accessing & Retrieving data
data input from original source(s)
Input
data
Input
data
Input
data
Output
RDF
Mapping
module
RML
Processor
Map doc
Data
source
Access
interface
Input
data
Input
data
Input
data
Output
RDF
Mapping
module
RML
Processor
Map doc
Data
source
Access
interface
Data
source
Access
interface
Retrieval
module
Source
description
Support different Locations and Access Interfaces
Local File(s)
Database connectivity
Web source(s)
RDF source(s)
Support different Locations and Access Interfaces
Local File(s)
Database connectivity
D2RQ
Web source(s) (Web API/service)
DCAT, CSVW, Hydra, VOiD (Dataset)
RDF source(s)
VOiD (Endpoint), SPARQL-SD
file.xml
WEBAPI
DCAT
XML
data
JSON
data
tabular
data
Output
RDF
Mapping
module
RML
Processor
Map doc
Data repo
WEBAPI
Hydra
Data base
JDBC
D2RQ
Retrieval
module
Source
description
Triple
store
SPARQL
Defining Mappings to generate Linked Data
Retrieving Input Data
Editing Mappings
Semantic Web experts Vs. Data specialists
Semantic Web experts Vs. Data specialists
Modeling Domain Knowledge
as Linked (Open) Data
is not straightforward for
Data Specialists
Semantic Web experts Vs. Data specialists
Modeling Domain Knowledge
as Linked (Open) Data
is not straightforward for
Data Specialists
Data context
is not straightforward for
Semantic Web experts
Semantic Web experts Vs. Data specialists
Data Specialists
should be able to specify the mappings,
modify and extend them at any time
Defining Mappings to generate Linked Data
Editing Mappings
Retrieving Input Data
The five stars of the Linked Open Data scheme
should not be approached as a set of
consecutive steps
Well-considered policy regarding
mapping and interlinking of data
in the context of a certain
knowledge domain
GEO > OPEN
Geraldine Nolf
Flemish Information Agency
@natadimou #opentourism
> Geographical data in Flanders
▪ Must follow its obligations, regulations, standards, …
> F.e. SDI-Flanders partnership (decree, implementing decree, commandments, …)
> MUST’s for describing metadata:
▪ ISO
> 19115 (datasets/series), 19119 (services), 19139 (implementation), 19110 (feature catalogue)
▪ INSPIRE
> Directive: Implementing Rules on Metadata + Technical Guidelines on Metadata
▪ SDI-Flanders
> Best Practices on Metadata v1.0 (metadata for datasets, dataset series, services, feature catalogues)
▪ OGC / INSPIRE
> Catalogue Service for the Web (OGC Catalogue Services Specification 2.0.2) = Discovery Service (INSPIRE) =
Zoekdienst (SDI-Flanders)
> Geoportal: http://www.geopunt.be
The way to open geographical data in Flanders?
Geo > Open 109
> Open data Portal in Flanders:
▪ SHOULD follow its manual
> SHOULD HAVE’s for describing metadata:
▪ DCAT-AP
> Portal: http://opendata.vlaanderen.be/
▪ CKAN
The way to open geographical data in Flanders?
Geo > Open 110
> So, do I have to describe my data on both portals?
> The power of metadata:
▪ Describe it only once,
▪ Create multiple use
The way to open geographical data in Flanders?
Geo > Open 111
1
The way to open geographical data in Flanders?
Geo > Open 112
> Follow the SDI-track to describe metadata (MUST)
▪ Appear on http://www.geopunt.be
▪ AND appear on http://opendata.vlaanderen.be/
> Because of:
▪ Set keyword “Open data in Flanders” in the metadata record
▪ Via CSW harvest of Geopunt metadata
▪ With filter on keyword “Open data in Flanders”
▪ Mapping to DCAT (XSLT: ISO 19139 to DCAT)
▪ Mapping to CKAN
Geo > Open 113
Open Discussion
Bruno Koninckx
THOMAS MORE
@brunokon #opentourism
Open Discussion
Anastasia
@natadimou
Raf
@rafke
Bruno
@BrunoKon
Join our community!
http://tourism.openknowledge.be
#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
#openbelgium16 #opentourism

Mais conteúdo relacionado

Mais procurados

Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planningNavid Milanizadeh
 
Semantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsSemantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsRobin Khanna
 
20130711 records2 graphs_madrid
20130711 records2 graphs_madrid20130711 records2 graphs_madrid
20130711 records2 graphs_madridStefan Gradmann
 
Intro semanticweb
Intro semanticwebIntro semanticweb
Intro semanticwebultimate007
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic TechnolgyTalat Fakhri
 
Cooking up the Semantic Web
Cooking up the Semantic WebCooking up the Semantic Web
Cooking up the Semantic WebOntotext
 
20130719 dh2013 beyond_infrastructure
20130719 dh2013 beyond_infrastructure20130719 dh2013 beyond_infrastructure
20130719 dh2013 beyond_infrastructureStefan Gradmann
 
20130711 linked datascholarship_madrid
20130711 linked datascholarship_madrid20130711 linked datascholarship_madrid
20130711 linked datascholarship_madridStefan Gradmann
 
Towards digitizing scholarly communication
Towards digitizing scholarly communicationTowards digitizing scholarly communication
Towards digitizing scholarly communicationSören Auer
 
Enabling Accessible Resource Access via Service Providers
Enabling Accessible Resource Access via Service ProvidersEnabling Accessible Resource Access via Service Providers
Enabling Accessible Resource Access via Service ProvidersAlexander Haffner
 
Object models and object representation
Object models and object representationObject models and object representation
Object models and object representationJulie Allinson
 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddataStefan Gradmann
 
4 semantic web and ontology
4 semantic web and ontology4 semantic web and ontology
4 semantic web and ontologySanthosh Kannan
 
Building a Digital Library
Building a Digital LibraryBuilding a Digital Library
Building a Digital Librarytomasz
 
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media Web
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media WebPragmaticWeb 4.0 - Towards an active and interactive Semantic Media Web
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media WebAdrian Paschke
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphsSören Auer
 
Quick Linked Data Introduction
Quick Linked Data IntroductionQuick Linked Data Introduction
Quick Linked Data IntroductionMichael Hausenblas
 
Semantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisSemantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisCraig Knoblock
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 

Mais procurados (20)

Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planning
 
Semantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning EnvironmentsSemantic Web Technology and Ontology designing for e-Learning Environments
Semantic Web Technology and Ontology designing for e-Learning Environments
 
20130711 records2 graphs_madrid
20130711 records2 graphs_madrid20130711 records2 graphs_madrid
20130711 records2 graphs_madrid
 
Intro semanticweb
Intro semanticwebIntro semanticweb
Intro semanticweb
 
Linked library data
Linked library dataLinked library data
Linked library data
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic Technolgy
 
Cooking up the Semantic Web
Cooking up the Semantic WebCooking up the Semantic Web
Cooking up the Semantic Web
 
20130719 dh2013 beyond_infrastructure
20130719 dh2013 beyond_infrastructure20130719 dh2013 beyond_infrastructure
20130719 dh2013 beyond_infrastructure
 
20130711 linked datascholarship_madrid
20130711 linked datascholarship_madrid20130711 linked datascholarship_madrid
20130711 linked datascholarship_madrid
 
Towards digitizing scholarly communication
Towards digitizing scholarly communicationTowards digitizing scholarly communication
Towards digitizing scholarly communication
 
Enabling Accessible Resource Access via Service Providers
Enabling Accessible Resource Access via Service ProvidersEnabling Accessible Resource Access via Service Providers
Enabling Accessible Resource Access via Service Providers
 
Object models and object representation
Object models and object representationObject models and object representation
Object models and object representation
 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddata
 
4 semantic web and ontology
4 semantic web and ontology4 semantic web and ontology
4 semantic web and ontology
 
Building a Digital Library
Building a Digital LibraryBuilding a Digital Library
Building a Digital Library
 
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media Web
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media WebPragmaticWeb 4.0 - Towards an active and interactive Semantic Media Web
PragmaticWeb 4.0 - Towards an active and interactive Semantic Media Web
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphs
 
Quick Linked Data Introduction
Quick Linked Data IntroductionQuick Linked Data Introduction
Quick Linked Data Introduction
 
Semantics for Big Data Integration and Analysis
Semantics for Big Data Integration and AnalysisSemantics for Big Data Integration and Analysis
Semantics for Big Data Integration and Analysis
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 

Destaque

Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for LibrariesLukas Koster
 
Introduction Tourism System (NEW VERSION 2017)
Introduction Tourism System (NEW VERSION 2017)Introduction Tourism System (NEW VERSION 2017)
Introduction Tourism System (NEW VERSION 2017)Edutour
 
Draft presentation
Draft presentationDraft presentation
Draft presentationIgor Yudanov
 
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy NeedsCasey Moore
 
ALCL Library Awareness Presentation for 3 Feb Conference
ALCL Library Awareness Presentation for 3 Feb ConferenceALCL Library Awareness Presentation for 3 Feb Conference
ALCL Library Awareness Presentation for 3 Feb ConferenceMurphyBuchanan
 
Crooked Trails slide show
Crooked Trails slide showCrooked Trails slide show
Crooked Trails slide showguestb73339
 
SPACE CRAFTS OF LATEST TECHNOLOGY
SPACE CRAFTS OF LATEST TECHNOLOGYSPACE CRAFTS OF LATEST TECHNOLOGY
SPACE CRAFTS OF LATEST TECHNOLOGYprathamesh bandekar
 
E-business in tourism: Destination marketing and management
E-business in tourism: Destination marketing and managementE-business in tourism: Destination marketing and management
E-business in tourism: Destination marketing and managementJuho Pesonen
 
Robert Phillips - The Future of Tourism in the Digital Era
Robert Phillips - The Future of Tourism in the Digital EraRobert Phillips - The Future of Tourism in the Digital Era
Robert Phillips - The Future of Tourism in the Digital EraRobert Phillips
 
Linked Open Data-enabled Strategies for Top-N Recommendations
Linked Open Data-enabled Strategies for Top-N RecommendationsLinked Open Data-enabled Strategies for Top-N Recommendations
Linked Open Data-enabled Strategies for Top-N RecommendationsCataldo Musto
 
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...Innvovative cities: web de données et web sémantique, ressources ubiquitaires...
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...Fabien Gandon
 
Digital Communication in Tourism - Presentation
Digital Communication in Tourism - PresentationDigital Communication in Tourism - Presentation
Digital Communication in Tourism - PresentationNicola Valentini
 
L’apport du Web sémantique à la recherche d’informations
L’apport du Web sémantique à la recherche d’informationsL’apport du Web sémantique à la recherche d’informations
L’apport du Web sémantique à la recherche d’informationsAref Jdey
 
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...Alison Hitchens
 

Destaque (20)

Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for Libraries
 
Introduction Tourism System (NEW VERSION 2017)
Introduction Tourism System (NEW VERSION 2017)Introduction Tourism System (NEW VERSION 2017)
Introduction Tourism System (NEW VERSION 2017)
 
Draft presentation
Draft presentationDraft presentation
Draft presentation
 
The Marvel Universe
The Marvel UniverseThe Marvel Universe
The Marvel Universe
 
Greek Open Data_Avraam Ioannis
Greek Open Data_Avraam IoannisGreek Open Data_Avraam Ioannis
Greek Open Data_Avraam Ioannis
 
Τα ανοικτά Δεδομένα στην Κοινωνία της Γνώσης - Χ. Μπράτσας
Τα ανοικτά Δεδομένα στην Κοινωνία της Γνώσης - Χ. ΜπράτσαςΤα ανοικτά Δεδομένα στην Κοινωνία της Γνώσης - Χ. Μπράτσας
Τα ανοικτά Δεδομένα στην Κοινωνία της Γνώσης - Χ. Μπράτσας
 
From_posters_to_posts
From_posters_to_postsFrom_posters_to_posts
From_posters_to_posts
 
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs
3 Crucial Mobile Website Design Tips Your Tourism Marketing Strategy Needs
 
ALCL Library Awareness Presentation for 3 Feb Conference
ALCL Library Awareness Presentation for 3 Feb ConferenceALCL Library Awareness Presentation for 3 Feb Conference
ALCL Library Awareness Presentation for 3 Feb Conference
 
Apostila lucro presumido
Apostila lucro presumidoApostila lucro presumido
Apostila lucro presumido
 
Crooked Trails slide show
Crooked Trails slide showCrooked Trails slide show
Crooked Trails slide show
 
SPACE CRAFTS OF LATEST TECHNOLOGY
SPACE CRAFTS OF LATEST TECHNOLOGYSPACE CRAFTS OF LATEST TECHNOLOGY
SPACE CRAFTS OF LATEST TECHNOLOGY
 
E-business in tourism: Destination marketing and management
E-business in tourism: Destination marketing and managementE-business in tourism: Destination marketing and management
E-business in tourism: Destination marketing and management
 
Robert Phillips - The Future of Tourism in the Digital Era
Robert Phillips - The Future of Tourism in the Digital EraRobert Phillips - The Future of Tourism in the Digital Era
Robert Phillips - The Future of Tourism in the Digital Era
 
E commerce
E commerceE commerce
E commerce
 
Linked Open Data-enabled Strategies for Top-N Recommendations
Linked Open Data-enabled Strategies for Top-N RecommendationsLinked Open Data-enabled Strategies for Top-N Recommendations
Linked Open Data-enabled Strategies for Top-N Recommendations
 
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...Innvovative cities: web de données et web sémantique, ressources ubiquitaires...
Innvovative cities: web de données et web sémantique, ressources ubiquitaires...
 
Digital Communication in Tourism - Presentation
Digital Communication in Tourism - PresentationDigital Communication in Tourism - Presentation
Digital Communication in Tourism - Presentation
 
L’apport du Web sémantique à la recherche d’informations
L’apport du Web sémantique à la recherche d’informationsL’apport du Web sémantique à la recherche d’informations
L’apport du Web sémantique à la recherche d’informations
 
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
What is #LODLAM?! Understanding linked open data in libraries, archives [and ...
 

Semelhante a #opentourism - Linked Open Data Publishing and Discovery Workshop

Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked dataLaura Po
 
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...Providing Interchangeable Open Data to Accelerate Development of Sustainable ...
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...Laurens De Vocht
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us? Andrea Volpini
 
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLioDo it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLioOpen Knowledge Belgium
 
Putting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataPutting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataMartin Kaltenböck
 
Linked Open Data and data-driven journalism
Linked Open Data and data-driven journalismLinked Open Data and data-driven journalism
Linked Open Data and data-driven journalismPia Jøsendal
 
Let's downscale the semantic web !
Let's downscale the semantic web !Let's downscale the semantic web !
Let's downscale the semantic web !Christophe Guéret
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesOpen Data Support
 
121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1manujam
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph IntroductionSören Auer
 
lodlam summit session browsable linked data
lodlam summit session browsable linked datalodlam summit session browsable linked data
lodlam summit session browsable linked dataEnno Meijers
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationStefan Dietze
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutionsOpen Data Support
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageNoreen Whysel
 
Linking Open Data with Drupal
Linking Open Data with DrupalLinking Open Data with Drupal
Linking Open Data with Drupalemmanuel_jamin
 
X api chinese cop monthly meeting feb.2016
X api chinese cop monthly meeting   feb.2016X api chinese cop monthly meeting   feb.2016
X api chinese cop monthly meeting feb.2016Jessie Chuang
 

Semelhante a #opentourism - Linked Open Data Publishing and Discovery Workshop (20)

Introduction to linked data
Introduction to linked dataIntroduction to linked data
Introduction to linked data
 
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...Providing Interchangeable Open Data to Accelerate Development of Sustainable ...
Providing Interchangeable Open Data to Accelerate Development of Sustainable ...
 
What do we want computers to do for us?
What do we want computers to do for us? What do we want computers to do for us?
What do we want computers to do for us?
 
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLioDo it on your own - From 3 to 5 Star Linked Open Data with RMLio
Do it on your own - From 3 to 5 Star Linked Open Data with RMLio
 
Putting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open DataPutting the L in front: from Open Data to Linked Open Data
Putting the L in front: from Open Data to Linked Open Data
 
Linked Open Data and data-driven journalism
Linked Open Data and data-driven journalismLinked Open Data and data-driven journalism
Linked Open Data and data-driven journalism
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
Let's downscale the semantic web !
Let's downscale the semantic web !Let's downscale the semantic web !
Let's downscale the semantic web !
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 
121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1121004 linking open_data_with_drupal_v1
121004 linking open_data_with_drupal_v1
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
Weaving a Web of Linked Data - September 26th, 2019
Weaving a Web of Linked Data - September 26th, 2019Weaving a Web of Linked Data - September 26th, 2019
Weaving a Web of Linked Data - September 26th, 2019
 
Semantic Web in Action
Semantic Web in ActionSemantic Web in Action
Semantic Web in Action
 
lodlam summit session browsable linked data
lodlam summit session browsable linked datalodlam summit session browsable linked data
lodlam summit session browsable linked data
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in Education
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Linked Open Data for Cultural Heritage
Linked Open Data for Cultural HeritageLinked Open Data for Cultural Heritage
Linked Open Data for Cultural Heritage
 
Linking Open Data with Drupal
Linking Open Data with DrupalLinking Open Data with Drupal
Linking Open Data with Drupal
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
X api chinese cop monthly meeting feb.2016
X api chinese cop monthly meeting   feb.2016X api chinese cop monthly meeting   feb.2016
X api chinese cop monthly meeting feb.2016
 

Mais 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
 
Agentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningAgentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningRaf Buyle
 
Open belgium 2015 - open tourism
Open belgium 2015 - open tourismOpen belgium 2015 - open tourism
Open belgium 2015 - open tourismRaf 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
 

Mais 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
 
Agentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverleningAgentschap Ondernemen - durven met dienstverlening
Agentschap Ondernemen - durven met dienstverlening
 
Open belgium 2015 - open tourism
Open belgium 2015 - open tourismOpen belgium 2015 - open tourism
Open belgium 2015 - open tourism
 
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...
 

Último

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...ssuserf63bd7
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...GQ Research
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024Timothy Spann
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 

Último (20)

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
Biometric Authentication: The Evolution, Applications, Benefits and Challenge...
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 

#opentourism - Linked Open Data Publishing and Discovery Workshop