SlideShare ist ein Scribd-Unternehmen logo
1 von 29
KIT – The Research University in the Helmholtz Association
29 April 2016
Zillertal, Austria
www.kit.edu
Smart Services with Semantic Technologies
Tourism Fast Forward 2016
Prof. Dr. Rudi Studer
Dr. Maria Maleshkova, Dr. Andreas Harth
Institute of Applied Informatics and Formal
Description Methods (AIFB)
2
• Motivation
• Use Case 1 - Building Agile Systems
• Use Case 2 – Collaborative Development of
Business Processes
• Summary and Conclusion
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
3
Market
Influence
Technology
Development
Today’s Driving Forces
Shorter innovation cycles
Need for continuous adaptation
Near real-time analyses
Involvement of the customer not only with
the finished product/service but during the
complete development cycle
Ubiquitous access
Social and community Web
Heterogeneous big data
Distributed component-based
solutions
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
4
Motivation – Travel context
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
5
The Rise of Big Data
With increased use of computers more and more data is being stored
Organisations rely on data to support business decisions
Data drives policy decisions in government
Individuals rely on data from the Web for information and communication
Data volumes and number of sources explode
Combining data from multiple sources enables insights
More and more data available on the Web is published in
Semantic Web standards
See: Linking Open Data (LOD) initiative
Semantic Web technologies are beneficial for data exchange and
integration
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
6
Semantic Technologies
Semantic Web technologies,
standardised by the W3C, are
mature:
RDF recommendation in 1999,
update in 2004
RDFa (RDF in HTML) note in 2008
RDFS recommendation in 2004
SPARQL recommendation in 2008
OWL recommendation in 2004,
update in 2009
Linked Data is a subset of the
Semantic Web stack
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
8
Use Cases
1. Building Agile Systems
Fast integration of heterogeneous data and programmable interfaces
based on semantic technologies
2. Collaborative Development of
Business Processes
Semantics for modeling, analyzing, and executing processes
E.g. booking process
Semantic
description
Semantic
description
Semantic
description
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
9
BUILDING AGILE SYSTEMS
Semantics for integrating data and programmable interfaces
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
10
Today‘s Web is about Dynamic Data
Data is often dynamically created as a result of some calculation
carried out over input data (e.g., weather information)
Data can change frequently (e.g., moving objects)
APIs are used to trigger functionalities in the Web and the real world
and provide access to dynamic and static data sources
An important role plays
Representational State Transfer
(REST)
Architectural style for client–
server interaction
Compatible with Web architecture
http://programmableweb.com
8816 APIs
Over 14,795 APIs and 6173 mashups
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
11
Linking Open Data Cloud
Linking Open Data cloud diagram 2014, by Max Schmachtenberg, Christian Bizer, Anja Jentzsch and Richard Cyganiak.
http://lod-cloud.net/
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
12
Linked Data Principles
1. Use URIs to name things; not only documents, but also people,
locations, concepts, etc.
http://dbpedia.org/resource/London
2. To enable agents (humans and machines) to look up those names,
use HTTP URIs
http://dbpedia.org/page/London
3. When someone looks up a URI we provide useful information; with
'useful' in the strict sense we usually mean structured data in RDF
<http://dbpedia.org/page/London> dbo:areaTotal
1572000000.000000^^xsd:double.
4. Include links to other URIs allowing agents (machines and humans)
to discover more things
<http://dbpedia.org/page/London> owl:sameAs
<sws.geonames.org/2643743/> .
http://www.w3.org/DesignIssues/LinkedData
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
13
Mashups
=
Procedural glue
code
Procedural glue
code
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
14
Motivation for Combining Semantics and
Services
Increased value comes from combinations of services and
APIs
6000+ Mashups on programmableweb.com
But a lot of manual effort is required for this compositions (glue code)
Structured service/API descriptions ease the composition process considerably
Semantic descriptions allow for the automatic execution of several tasks
(e.g., data alignment, service discovery, …)
Manually drafted
glue code Semantic
description
Semantic
description
Semantic
description
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
15
Semantics and Services
Functionality attainable via the Web
RESTful services (respecting Web architecture)
resource-oriented
manipulated with HTTP verbs
GET, PUT, POST, DELETE
Negotiate representations (XML, JSON, RDF)
Linked data
Uniform use of URIs
Use of RDF and SPARQL
= Linked Services
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
16
From Web APIs to Linked APIs
Linked APIs
Web APIs
REST APIs
Linked Data
Resources, HTTP Verbs,
HATEOAS
Resources, RDF
HTTP Verbs,
HATEOAS
RDF
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
17
Linked Services Benefits
Interfaces and semantics are clearly defined and described in a
machine-interpretable manner
Possible to access documentation (via „JavaDoc“ for APIs)
Possible to automate discovery and composition of Web APIs
Easier reuse of implemented functionality
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
18
Facilitate Data Integration
Linked Service
Combines data (MashUp)
build on top
Application
that consumes one
Linked Service
Bad solution
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
19
Facilitate Data Integration
Linked
Service
Application
(consumes and integrates
RDF from 3 Linked Services)
Good solution
Linked
Service
Linked
Service
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
20
Linked Service Architecture
Linked APIs consume and produce
RDF data
Linked APIs are described with an RDF document
Including SPARQL graph patterns, representing the structure of input
and output data
Accessible via the Web
Linked
API
Pattern Pattern
Description (RDF+SPARQL)
RDF in RDF out
match match
?x a sg:Reservation ;
sg:startDate ?start ;
sg:endDate ?end .
?y a sg:ConfirmedReservation .
?y sg:reservation ?x .
?x sg:startDate ?start .
?x sg:endDate ?end .
Institute of Applied Informatics and Formal
Description Methods (AIFB)
21
COLLABORATIVE
DEVELOPMENT OF
BUSINESS PROCESSES
Semantics for process modeling, analysis and execution
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
22
Modeling Processes
Well-defined processes improve performance and support monitoring
Standards for process modeling exist – e.g. BPMN
Modeling and enriching BPMN with meta-information is still challenging
Enhancing processes with semantics:
Use (lightweight) ontologies to model meta-information
Dublin Core Schema, Friend of a Friend Ontology (FOAF),..
Use meta-information for
process analysis and optimization
making conclusions about activities and data artifacts (reasoning)
deducing new knowledge about processes
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
<META NAME="DC.Title" CONTENT=”Trip Booking">
<META NAME="DC.Creator" CONTENT=”John Smith">
<META NAME="DC.Language" scheme="RFC1766"
CONTENT="en; de">
<META NAME="DC.Date" CONTENT=”2016-04-29">
<foaf:Person rdf:ID=“http://exmaple.com/me">
<foaf:givenname>John</foaf:givenname>
<foaf:family_name>Smith</foaf:family_name>
<foaf:interest
rdf:resource="http://dx.doi.org/10.1021/ol703129
z"/>
Institute of Applied Informatics and Formal
Description Methods (AIFB)
23
Architecture
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
24
Implementation
Using Business Process Model and Notation (BPMN) as a modeling
language
Standard proposed by Object Management Group in 2008
Very expressive
Widely spread
Describes processes for documentation purposes and serves
as basis for the automatic execution in a workflow-engine
Easily extensible
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
25
Modeling and Execution of Booking Processes
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Confirm Trip
Institute of Applied Informatics and Formal
Description Methods (AIFB)
26
Implementation
Semantic MediaWiki is a semantic extension of MediaWiki
Allows to store information in a structured way
Provides semantic modelling primitives for describing entities and
their relationships
“Europahaus” islocatedIn “Mayrhofen”
Supports the publication of information according to the LinkedData
Principles
Tools:
MediaWiki + Semantic MediaWiki
https://www.semantic-mediawiki.org
Semantic Forms
https://www.semantic-mediawiki.org/wiki/Semantic_Forms
Cognitive Process Designer
http://aifb-ls3-vm2.aifb.kit.edu/DevelopersDay
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
27
Functionality
Functionality provided by Cognitive Process Designer:
Create BPMN Processes
Load / Edit BPMN Processes
Import / Export BPMN Processes in BPMN 2.0 XML
Annotate BPMN Processes
Semantic meta-information
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
28
Functionality: Process Analysis and
Information Access
Information and metadata is stored in a semantic format which
can be queried
Examples:
What type of persons are involved in the process?
What is the workload of each involved person?
Which roles require the highest expertise and are the most
data intensive ones?
If a flight and a cruise are both a kinds of trip, how many trips did
a customer make?
If a customer that has booked more than 10 flights in 2015 is defined
as frequent flyer, how many frequent flyers have been to Paris?
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
29
Summary and Outlook
We need technology solutions to achieve more automation
Executing tasks manually does not scale
Market trends and technology developments pave the way for
developing new products and services, which are more flexible and
adapted to the customer needs
We need to be ready to support shorter innovation cycles for
products and services
We can use semantic and Web Technologies to support:
the rapid development of mashups and applications
the collaborative modelling, analysis and reuse of processes
the export of data in a structured way thus being amenable for usage
in further applications
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
Institute of Applied Informatics and Formal
Description Methods (AIFB)
30
Relevant Publications
S. Stadtmüller, S. Speiser, A. Harth, R. Studer. Data-Fu: A Language and an
Interpreter for Interaction with Read/Write Linked Data. Proceedings of the 22nd
International Conference on World Wide Web, pp. 1225-1236, 2013.
A. Harth, C. Knoblock, S. Stadtmüller, R. Studer, and P. Szekely. On-the-fly Integration
of Static and Dynamic Sources. in Proceedings of the Int. Semantic Web Conf.
Workshop on Consuming Linked Data. 2013: CEUR-WS.
M. Maleshkova, P. Philipp, Y. Sure-Vetter, R. Studer. Smart Web Services (SmartWS)
– The Future of Services on the Web. IPSI BgD Transactions on Advanced Research
(TAR), 12, (1), pp. 15-26, January, 2016.
T. Weller, M. Maleshkova. Towards a Collaborative Process Platform: Publishing
Processes according to the Linked Data Principles. Proceedings of Workshop Linked
Data on the Web (LDOW2016), World Wide Web Conf., Montreal, Canada, April 2016.
T. Weller, M. Maleshkova. Cognitive Process - An Open-Source Tool to Capture
Processes according to the Linked Data Principles. The Semantic Web: ESWC 2016
Satellite Events, Springer.
Prof. Dr. Rudi Studer | Tourism Fast Forward 2016

Weitere ähnliche Inhalte

Was ist angesagt?

Towards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphTowards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphSören Auer
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphsSören Auer
 
From Open Linked Data towards an Ecosystem of Interlinked Knowledge
From Open Linked Data towards an Ecosystem of Interlinked KnowledgeFrom Open Linked Data towards an Ecosystem of Interlinked Knowledge
From Open Linked Data towards an Ecosystem of Interlinked KnowledgeSören Auer
 
Wed roman tut_open_datapub
Wed roman tut_open_datapubWed roman tut_open_datapub
Wed roman tut_open_datapubeswcsummerschool
 
SSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow TutorialSSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow TutorialSSSW
 
Smart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphSmart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphPeter Haase
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph IntroductionSören Auer
 
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...Takanori Ugai
 
Describing Scholarly Contributions semantically with the Open Research Knowle...
Describing Scholarly Contributions semantically with the Open Research Knowle...Describing Scholarly Contributions semantically with the Open Research Knowle...
Describing Scholarly Contributions semantically with the Open Research Knowle...Sören Auer
 
A possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingA possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingsopekmir
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphssemanticsconference
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital librariesSören Auer
 
Knowledge discoverylaurahollink
Knowledge discoverylaurahollinkKnowledge discoverylaurahollink
Knowledge discoverylaurahollinkSSSW
 
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
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 
Das Semantische Daten Web für Unternehmen
Das Semantische Daten Web für UnternehmenDas Semantische Daten Web für Unternehmen
Das Semantische Daten Web für UnternehmenSören Auer
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research CentreMichael Hausenblas
 

Was ist angesagt? (20)

Towards an Open Research Knowledge Graph
Towards an Open Research Knowledge GraphTowards an Open Research Knowledge Graph
Towards an Open Research Knowledge Graph
 
Enterprise knowledge graphs
Enterprise knowledge graphsEnterprise knowledge graphs
Enterprise knowledge graphs
 
From Open Linked Data towards an Ecosystem of Interlinked Knowledge
From Open Linked Data towards an Ecosystem of Interlinked KnowledgeFrom Open Linked Data towards an Ecosystem of Interlinked Knowledge
From Open Linked Data towards an Ecosystem of Interlinked Knowledge
 
Cognitive data
Cognitive dataCognitive data
Cognitive data
 
Wed roman tut_open_datapub
Wed roman tut_open_datapubWed roman tut_open_datapub
Wed roman tut_open_datapub
 
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
 
SSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow TutorialSSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow Tutorial
 
Smart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphSmart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge Graph
 
Knowledge Graph Introduction
Knowledge Graph IntroductionKnowledge Graph Introduction
Knowledge Graph Introduction
 
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...
Practical use of Knowledge Graph with Case Studies using Semantic Web Publish...
 
Describing Scholarly Contributions semantically with the Open Research Knowle...
Describing Scholarly Contributions semantically with the Open Research Knowle...Describing Scholarly Contributions semantically with the Open Research Knowle...
Describing Scholarly Contributions semantically with the Open Research Knowle...
 
A possible future role of schema.org for business reporting
A possible future role of schema.org for business reportingA possible future role of schema.org for business reporting
A possible future role of schema.org for business reporting
 
Sören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge GraphsSören Auer | Enterprise Knowledge Graphs
Sören Auer | Enterprise Knowledge Graphs
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
 
Knowledge discoverylaurahollink
Knowledge discoverylaurahollinkKnowledge discoverylaurahollink
Knowledge discoverylaurahollink
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data Integration
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 
Das Semantische Daten Web für Unternehmen
Das Semantische Daten Web für UnternehmenDas Semantische Daten Web für Unternehmen
Das Semantische Daten Web für Unternehmen
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research Centre
 
Sebastian Hellmann
Sebastian HellmannSebastian Hellmann
Sebastian Hellmann
 

Andere mochten auch

TFF2016, Reinhard Lanner, The end of advertisment as we know it
TFF2016, Reinhard Lanner, The end of advertisment as we know itTFF2016, Reinhard Lanner, The end of advertisment as we know it
TFF2016, Reinhard Lanner, The end of advertisment as we know itTourismFastForward
 
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...TourismFastForward
 
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...TourismFastForward
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudDATAVERSITY
 
TFF2016, Hendrik Maat, easybooking
TFF2016, Hendrik Maat, easybookingTFF2016, Hendrik Maat, easybooking
TFF2016, Hendrik Maat, easybookingTourismFastForward
 
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...TourismFastForward
 
TFF2016, Elias Kärle, Schema.org im Tourismus
TFF2016, Elias Kärle, Schema.org im TourismusTFF2016, Elias Kärle, Schema.org im Tourismus
TFF2016, Elias Kärle, Schema.org im TourismusTourismFastForward
 
Mobility in der Customer Journey
Mobility in der Customer JourneyMobility in der Customer Journey
Mobility in der Customer JourneyTourismFastForward
 
TFF2016, Michael Steingress, Die digitale Customer Journey
TFF2016, Michael Steingress, Die digitale Customer JourneyTFF2016, Michael Steingress, Die digitale Customer Journey
TFF2016, Michael Steingress, Die digitale Customer JourneyTourismFastForward
 
TFF2016, Roland Schegg, Online Hotelvetrieb
TFF2016, Roland Schegg, Online HotelvetriebTFF2016, Roland Schegg, Online Hotelvetrieb
TFF2016, Roland Schegg, Online HotelvetriebTourismFastForward
 
TFF2016, Alexander Schwarz, Airbnb
TFF2016, Alexander Schwarz, AirbnbTFF2016, Alexander Schwarz, Airbnb
TFF2016, Alexander Schwarz, AirbnbTourismFastForward
 

Andere mochten auch (12)

TFF2016, Reinhard Lanner, The end of advertisment as we know it
TFF2016, Reinhard Lanner, The end of advertisment as we know itTFF2016, Reinhard Lanner, The end of advertisment as we know it
TFF2016, Reinhard Lanner, The end of advertisment as we know it
 
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...
TFF2016, Johann Reisinger, Einsatz eines multimedialen Tourismus Datenmanagem...
 
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...
TFF2016, Michael Brandl, Die PSI Richtlinien und ihre Umsetzung in nationals ...
 
Data Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: CloudData Systems Integration & Business Value Pt. 2: Cloud
Data Systems Integration & Business Value Pt. 2: Cloud
 
TFF2016, Hendrik Maat, easybooking
TFF2016, Hendrik Maat, easybookingTFF2016, Hendrik Maat, easybooking
TFF2016, Hendrik Maat, easybooking
 
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...
TFF2016, Christian Klingler, PSI-Richtlinie am praktischen Beispiel touuristi...
 
TFF2016, Elias Kärle, Schema.org im Tourismus
TFF2016, Elias Kärle, Schema.org im TourismusTFF2016, Elias Kärle, Schema.org im Tourismus
TFF2016, Elias Kärle, Schema.org im Tourismus
 
Mobility in der Customer Journey
Mobility in der Customer JourneyMobility in der Customer Journey
Mobility in der Customer Journey
 
TFF2016, Michael Steingress, Die digitale Customer Journey
TFF2016, Michael Steingress, Die digitale Customer JourneyTFF2016, Michael Steingress, Die digitale Customer Journey
TFF2016, Michael Steingress, Die digitale Customer Journey
 
AirBnB
AirBnBAirBnB
AirBnB
 
TFF2016, Roland Schegg, Online Hotelvetrieb
TFF2016, Roland Schegg, Online HotelvetriebTFF2016, Roland Schegg, Online Hotelvetrieb
TFF2016, Roland Schegg, Online Hotelvetrieb
 
TFF2016, Alexander Schwarz, Airbnb
TFF2016, Alexander Schwarz, AirbnbTFF2016, Alexander Schwarz, Airbnb
TFF2016, Alexander Schwarz, Airbnb
 

Ähnlich wie TFF2016, Rudi Studer, Smarte Dienstleistungen mit semantischen Technologien

“Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” “Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” diannepatricia
 
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project OverviewLinDa_FP7
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine ScrapperIRJET Journal
 
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
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euEUDAT
 
The FAIR movement - Oxford Open Data Week
The FAIR movement - Oxford Open Data WeekThe FAIR movement - Oxford Open Data Week
The FAIR movement - Oxford Open Data WeekSusanna-Assunta Sansone
 
What infrastructure is necessary for successful research data management (RDM...
What infrastructure is necessary for successful research data management (RDM...What infrastructure is necessary for successful research data management (RDM...
What infrastructure is necessary for successful research data management (RDM...heila1
 
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
 
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...EUDAT
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...Eric Stephan
 
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
 
IRJET - A Framework for Tourist Identification and Analytics using Transport ...
IRJET - A Framework for Tourist Identification and Analytics using Transport ...IRJET - A Framework for Tourist Identification and Analytics using Transport ...
IRJET - A Framework for Tourist Identification and Analytics using Transport ...IRJET Journal
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13Kristi Holmes
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Extraction and Retrieval of Web based Content in Web Engineering
Extraction and Retrieval of Web based Content in Web EngineeringExtraction and Retrieval of Web based Content in Web Engineering
Extraction and Retrieval of Web based Content in Web EngineeringIRJET Journal
 
Apprendre Via les Objets Xin Chen
Apprendre Via les Objets  Xin ChenApprendre Via les Objets  Xin Chen
Apprendre Via les Objets Xin Chencecilechen85
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Anna Fensel
 
Let’s go on a FAIR safari!
Let’s go on a FAIR safari!Let’s go on a FAIR safari!
Let’s go on a FAIR safari!Carole Goble
 
ALIGNED Data Curation Methods and Tools
ALIGNED Data Curation Methods and ToolsALIGNED Data Curation Methods and Tools
ALIGNED Data Curation Methods and ToolsAlignedProject
 

Ähnlich wie TFF2016, Rudi Studer, Smarte Dienstleistungen mit semantischen Technologien (20)

“Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services” “Semantic Technologies for Smart Services”
“Semantic Technologies for Smart Services”
 
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
 
Observlets
Observlets Observlets
Observlets
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine Scrapper
 
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
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.eu
 
The FAIR movement - Oxford Open Data Week
The FAIR movement - Oxford Open Data WeekThe FAIR movement - Oxford Open Data Week
The FAIR movement - Oxford Open Data Week
 
What infrastructure is necessary for successful research data management (RDM...
What infrastructure is necessary for successful research data management (RDM...What infrastructure is necessary for successful research data management (RDM...
What infrastructure is necessary for successful research data management (RDM...
 
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
 
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...
EUDAT & OpenAIRE Webinar: How to write a Data Management Plan - July 7, 2016|...
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
 
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
 
IRJET - A Framework for Tourist Identification and Analytics using Transport ...
IRJET - A Framework for Tourist Identification and Analytics using Transport ...IRJET - A Framework for Tourist Identification and Analytics using Transport ...
IRJET - A Framework for Tourist Identification and Analytics using Transport ...
 
Linked Open Data_mlanet13
Linked Open Data_mlanet13Linked Open Data_mlanet13
Linked Open Data_mlanet13
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Extraction and Retrieval of Web based Content in Web Engineering
Extraction and Retrieval of Web based Content in Web EngineeringExtraction and Retrieval of Web based Content in Web Engineering
Extraction and Retrieval of Web based Content in Web Engineering
 
Apprendre Via les Objets Xin Chen
Apprendre Via les Objets  Xin ChenApprendre Via les Objets  Xin Chen
Apprendre Via les Objets Xin Chen
 
Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)Towards Semantic APIs for Research Data Services (Invited Talk)
Towards Semantic APIs for Research Data Services (Invited Talk)
 
Let’s go on a FAIR safari!
Let’s go on a FAIR safari!Let’s go on a FAIR safari!
Let’s go on a FAIR safari!
 
ALIGNED Data Curation Methods and Tools
ALIGNED Data Curation Methods and ToolsALIGNED Data Curation Methods and Tools
ALIGNED Data Curation Methods and Tools
 

Mehr von TourismFastForward

TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTourismFastForward
 

Mehr von TourismFastForward (20)

TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data NexusTFF2023 - Navigating Tourism Data Nexus
TFF2023 - Navigating Tourism Data Nexus
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 
TFF2022 Mobility in Tourism
TFF2022 Mobility in TourismTFF2022 Mobility in Tourism
TFF2022 Mobility in Tourism
 
TFF2022 - Mobility in Tourism
TFF2022 - Mobility in TourismTFF2022 - Mobility in Tourism
TFF2022 - Mobility in Tourism
 

Kürzlich hochgeladen

Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Pooja Nehwal
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedDelhi Call girls
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCamilleBoulbin1
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 

Kürzlich hochgeladen (18)

Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 

TFF2016, Rudi Studer, Smarte Dienstleistungen mit semantischen Technologien

  • 1. KIT – The Research University in the Helmholtz Association 29 April 2016 Zillertal, Austria www.kit.edu Smart Services with Semantic Technologies Tourism Fast Forward 2016 Prof. Dr. Rudi Studer Dr. Maria Maleshkova, Dr. Andreas Harth
  • 2. Institute of Applied Informatics and Formal Description Methods (AIFB) 2 • Motivation • Use Case 1 - Building Agile Systems • Use Case 2 – Collaborative Development of Business Processes • Summary and Conclusion Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 3. Institute of Applied Informatics and Formal Description Methods (AIFB) 3 Market Influence Technology Development Today’s Driving Forces Shorter innovation cycles Need for continuous adaptation Near real-time analyses Involvement of the customer not only with the finished product/service but during the complete development cycle Ubiquitous access Social and community Web Heterogeneous big data Distributed component-based solutions Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 4. Institute of Applied Informatics and Formal Description Methods (AIFB) 4 Motivation – Travel context Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 5. Institute of Applied Informatics and Formal Description Methods (AIFB) 5 The Rise of Big Data With increased use of computers more and more data is being stored Organisations rely on data to support business decisions Data drives policy decisions in government Individuals rely on data from the Web for information and communication Data volumes and number of sources explode Combining data from multiple sources enables insights More and more data available on the Web is published in Semantic Web standards See: Linking Open Data (LOD) initiative Semantic Web technologies are beneficial for data exchange and integration Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 6. Institute of Applied Informatics and Formal Description Methods (AIFB) 6 Semantic Technologies Semantic Web technologies, standardised by the W3C, are mature: RDF recommendation in 1999, update in 2004 RDFa (RDF in HTML) note in 2008 RDFS recommendation in 2004 SPARQL recommendation in 2008 OWL recommendation in 2004, update in 2009 Linked Data is a subset of the Semantic Web stack Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 7. Institute of Applied Informatics and Formal Description Methods (AIFB) 8 Use Cases 1. Building Agile Systems Fast integration of heterogeneous data and programmable interfaces based on semantic technologies 2. Collaborative Development of Business Processes Semantics for modeling, analyzing, and executing processes E.g. booking process Semantic description Semantic description Semantic description Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 8. Institute of Applied Informatics and Formal Description Methods (AIFB) 9 BUILDING AGILE SYSTEMS Semantics for integrating data and programmable interfaces Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 9. Institute of Applied Informatics and Formal Description Methods (AIFB) 10 Today‘s Web is about Dynamic Data Data is often dynamically created as a result of some calculation carried out over input data (e.g., weather information) Data can change frequently (e.g., moving objects) APIs are used to trigger functionalities in the Web and the real world and provide access to dynamic and static data sources An important role plays Representational State Transfer (REST) Architectural style for client– server interaction Compatible with Web architecture http://programmableweb.com 8816 APIs Over 14,795 APIs and 6173 mashups Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 10. Institute of Applied Informatics and Formal Description Methods (AIFB) 11 Linking Open Data Cloud Linking Open Data cloud diagram 2014, by Max Schmachtenberg, Christian Bizer, Anja Jentzsch and Richard Cyganiak. http://lod-cloud.net/ Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 11. Institute of Applied Informatics and Formal Description Methods (AIFB) 12 Linked Data Principles 1. Use URIs to name things; not only documents, but also people, locations, concepts, etc. http://dbpedia.org/resource/London 2. To enable agents (humans and machines) to look up those names, use HTTP URIs http://dbpedia.org/page/London 3. When someone looks up a URI we provide useful information; with 'useful' in the strict sense we usually mean structured data in RDF <http://dbpedia.org/page/London> dbo:areaTotal 1572000000.000000^^xsd:double. 4. Include links to other URIs allowing agents (machines and humans) to discover more things <http://dbpedia.org/page/London> owl:sameAs <sws.geonames.org/2643743/> . http://www.w3.org/DesignIssues/LinkedData Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 12. Institute of Applied Informatics and Formal Description Methods (AIFB) 13 Mashups = Procedural glue code Procedural glue code Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 13. Institute of Applied Informatics and Formal Description Methods (AIFB) 14 Motivation for Combining Semantics and Services Increased value comes from combinations of services and APIs 6000+ Mashups on programmableweb.com But a lot of manual effort is required for this compositions (glue code) Structured service/API descriptions ease the composition process considerably Semantic descriptions allow for the automatic execution of several tasks (e.g., data alignment, service discovery, …) Manually drafted glue code Semantic description Semantic description Semantic description Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 14. Institute of Applied Informatics and Formal Description Methods (AIFB) 15 Semantics and Services Functionality attainable via the Web RESTful services (respecting Web architecture) resource-oriented manipulated with HTTP verbs GET, PUT, POST, DELETE Negotiate representations (XML, JSON, RDF) Linked data Uniform use of URIs Use of RDF and SPARQL = Linked Services Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 15. Institute of Applied Informatics and Formal Description Methods (AIFB) 16 From Web APIs to Linked APIs Linked APIs Web APIs REST APIs Linked Data Resources, HTTP Verbs, HATEOAS Resources, RDF HTTP Verbs, HATEOAS RDF Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 16. Institute of Applied Informatics and Formal Description Methods (AIFB) 17 Linked Services Benefits Interfaces and semantics are clearly defined and described in a machine-interpretable manner Possible to access documentation (via „JavaDoc“ for APIs) Possible to automate discovery and composition of Web APIs Easier reuse of implemented functionality Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 17. Institute of Applied Informatics and Formal Description Methods (AIFB) 18 Facilitate Data Integration Linked Service Combines data (MashUp) build on top Application that consumes one Linked Service Bad solution Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 18. Institute of Applied Informatics and Formal Description Methods (AIFB) 19 Facilitate Data Integration Linked Service Application (consumes and integrates RDF from 3 Linked Services) Good solution Linked Service Linked Service Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 19. Institute of Applied Informatics and Formal Description Methods (AIFB) 20 Linked Service Architecture Linked APIs consume and produce RDF data Linked APIs are described with an RDF document Including SPARQL graph patterns, representing the structure of input and output data Accessible via the Web Linked API Pattern Pattern Description (RDF+SPARQL) RDF in RDF out match match ?x a sg:Reservation ; sg:startDate ?start ; sg:endDate ?end . ?y a sg:ConfirmedReservation . ?y sg:reservation ?x . ?x sg:startDate ?start . ?x sg:endDate ?end .
  • 20. Institute of Applied Informatics and Formal Description Methods (AIFB) 21 COLLABORATIVE DEVELOPMENT OF BUSINESS PROCESSES Semantics for process modeling, analysis and execution Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 21. Institute of Applied Informatics and Formal Description Methods (AIFB) 22 Modeling Processes Well-defined processes improve performance and support monitoring Standards for process modeling exist – e.g. BPMN Modeling and enriching BPMN with meta-information is still challenging Enhancing processes with semantics: Use (lightweight) ontologies to model meta-information Dublin Core Schema, Friend of a Friend Ontology (FOAF),.. Use meta-information for process analysis and optimization making conclusions about activities and data artifacts (reasoning) deducing new knowledge about processes Prof. Dr. Rudi Studer | Tourism Fast Forward 2016 <META NAME="DC.Title" CONTENT=”Trip Booking"> <META NAME="DC.Creator" CONTENT=”John Smith"> <META NAME="DC.Language" scheme="RFC1766" CONTENT="en; de"> <META NAME="DC.Date" CONTENT=”2016-04-29"> <foaf:Person rdf:ID=“http://exmaple.com/me"> <foaf:givenname>John</foaf:givenname> <foaf:family_name>Smith</foaf:family_name> <foaf:interest rdf:resource="http://dx.doi.org/10.1021/ol703129 z"/>
  • 22. Institute of Applied Informatics and Formal Description Methods (AIFB) 23 Architecture Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 23. Institute of Applied Informatics and Formal Description Methods (AIFB) 24 Implementation Using Business Process Model and Notation (BPMN) as a modeling language Standard proposed by Object Management Group in 2008 Very expressive Widely spread Describes processes for documentation purposes and serves as basis for the automatic execution in a workflow-engine Easily extensible Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 24. Institute of Applied Informatics and Formal Description Methods (AIFB) 25 Modeling and Execution of Booking Processes Prof. Dr. Rudi Studer | Tourism Fast Forward 2016 Confirm Trip
  • 25. Institute of Applied Informatics and Formal Description Methods (AIFB) 26 Implementation Semantic MediaWiki is a semantic extension of MediaWiki Allows to store information in a structured way Provides semantic modelling primitives for describing entities and their relationships “Europahaus” islocatedIn “Mayrhofen” Supports the publication of information according to the LinkedData Principles Tools: MediaWiki + Semantic MediaWiki https://www.semantic-mediawiki.org Semantic Forms https://www.semantic-mediawiki.org/wiki/Semantic_Forms Cognitive Process Designer http://aifb-ls3-vm2.aifb.kit.edu/DevelopersDay Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 26. Institute of Applied Informatics and Formal Description Methods (AIFB) 27 Functionality Functionality provided by Cognitive Process Designer: Create BPMN Processes Load / Edit BPMN Processes Import / Export BPMN Processes in BPMN 2.0 XML Annotate BPMN Processes Semantic meta-information Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 27. Institute of Applied Informatics and Formal Description Methods (AIFB) 28 Functionality: Process Analysis and Information Access Information and metadata is stored in a semantic format which can be queried Examples: What type of persons are involved in the process? What is the workload of each involved person? Which roles require the highest expertise and are the most data intensive ones? If a flight and a cruise are both a kinds of trip, how many trips did a customer make? If a customer that has booked more than 10 flights in 2015 is defined as frequent flyer, how many frequent flyers have been to Paris? Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 28. Institute of Applied Informatics and Formal Description Methods (AIFB) 29 Summary and Outlook We need technology solutions to achieve more automation Executing tasks manually does not scale Market trends and technology developments pave the way for developing new products and services, which are more flexible and adapted to the customer needs We need to be ready to support shorter innovation cycles for products and services We can use semantic and Web Technologies to support: the rapid development of mashups and applications the collaborative modelling, analysis and reuse of processes the export of data in a structured way thus being amenable for usage in further applications Prof. Dr. Rudi Studer | Tourism Fast Forward 2016
  • 29. Institute of Applied Informatics and Formal Description Methods (AIFB) 30 Relevant Publications S. Stadtmüller, S. Speiser, A. Harth, R. Studer. Data-Fu: A Language and an Interpreter for Interaction with Read/Write Linked Data. Proceedings of the 22nd International Conference on World Wide Web, pp. 1225-1236, 2013. A. Harth, C. Knoblock, S. Stadtmüller, R. Studer, and P. Szekely. On-the-fly Integration of Static and Dynamic Sources. in Proceedings of the Int. Semantic Web Conf. Workshop on Consuming Linked Data. 2013: CEUR-WS. M. Maleshkova, P. Philipp, Y. Sure-Vetter, R. Studer. Smart Web Services (SmartWS) – The Future of Services on the Web. IPSI BgD Transactions on Advanced Research (TAR), 12, (1), pp. 15-26, January, 2016. T. Weller, M. Maleshkova. Towards a Collaborative Process Platform: Publishing Processes according to the Linked Data Principles. Proceedings of Workshop Linked Data on the Web (LDOW2016), World Wide Web Conf., Montreal, Canada, April 2016. T. Weller, M. Maleshkova. Cognitive Process - An Open-Source Tool to Capture Processes according to the Linked Data Principles. The Semantic Web: ESWC 2016 Satellite Events, Springer. Prof. Dr. Rudi Studer | Tourism Fast Forward 2016

Hinweis der Redaktion

  1. Agenda
  2. Data volumes, heterogeneity and dynamicity + Use of available services such as weather service, google maps, flight booking + Connection to the Social Web = new smart services (new added value services, customized to the customer needs, based on the specific context and personal preferences) One of the APIs can be the execution engine
  3. London area 1,572 km²
  4. Use the information about when my flight is, from trip it, to check the flight status (on flight status) and post it on facebook (‘Dear friends I am stuck in Lonodon’) OR Use tripIt for flight information to inform the passenger (by flight status) about delays and offer him/her with ‘entertainment’ options from facebook Scenario 2: Show where your friends have been on vacation OR which restaurants they have checked into
  5. Exmaple for FOAF in order to descibe the users and their expertise http://dx.doi.org/10.1021/ol703129z is an article in chemistry “Lemniscular Hexaphyrins as Examples of Aromatic and Antiaromatic Double-Twist Möbius Molecules“
  6. Collaborative modelling of processes (not all roles of users have the same expertise and knowledge, need many people to complete a process description) The data/process analysis is usually done by someone else (need for a collaborative solution AND query/analysis options) Metadata offers more analysis options Execution is automated (Except user tasks)
  7. “Book a fight” process
  8. Deduction of new fact Reasoning based on hierarchies