SlideShare a Scribd company logo
1 of 19
©	2016	– The	symbIoTe	Consortium
Semantic	Interoperability	as	Key	to	IoT	
Platform	Federation
Michael	Jacoby	(Fraunhofer	IOSB,	Germany)
Aleksandar	Antonić (FER	University	Zagreb,	Croatia)
Karl	Kreiner	&	Jasmin	Pielorz	(Austrian	Institute	of	Technology,	Austria)
Roman	Łapacz	(Poznan	Supercomputing	and	Networking	Center,	Poland)
InterOSS	Workshop,	7th	November	2016,	Stuttgart
©	2016	– The	symbIoTe	Consortium2
Interoperability
Motivation:	IoT	Platform	Federation
IoT	Platform	A
Native	
Applications	A
Internal	Information	
Model	A
API	Platform	A
IoT	Platform	B
Native	
Applications	B
Internal	Information	
Model	B
API	Platform	B
Different	Information	Models
Incompatible	APIs
©	2016	– The	symbIoTe	Consortium3
Approaches	to	Semantic	Interoperability
Core
Information
Model
Mapping between
Platform-Specific
Information Models
Multiple Pre-Mapped
Best Practice
Information Models
Core Information
Model with
Extensions
Multiple
Pre-Mapped Core
Information Models
©	2016	– The	symbIoTe	Consortium4
Core
Information Model
Mapping between Platform-
Specific Information Models
Multiple Pre-Mapped Best
Practice Information Models
Core Information Model
with Extensions
Multiple Pre-Mapped Core
Information Models
Core	
Information	
Model
IoT	Platform	A IoT	Platform	B
IoT	Platform	CUsage of Information Model
Mapping between Information Models
Approaches	to	Semantic	Interoperability
©	2016	– The	symbIoTe	Consortium5
Core
Information Model
Mapping between Platform-
Specific Information Models
Core Information Model
with Extensions
Multiple Pre-Mapped Core
Information Models
IoT	Platform	A IoT	Platform	B
IoT	Platform	C
Extension	
Platform	A
Extension	
Platform	B
Extension	
Platform	C
Core	
Information	
Model
Usage of Information Model
Mapping between Information Models
Approaches	to	Semantic	Interoperability
Multiple Pre-Mapped Best
Practice Information Models
©	2016	– The	symbIoTe	Consortium6
Core
Information Model
Mapping between Platform-
Specific Information Models
Core Information Model
with Extensions
Multiple Pre-Mapped Core
Information Models
IoT	Platform	A IoT	Platform	B
IoT	Platform	C
Platform-Specific	
Information	
Model	A
Platform-Specific	
Information	
Model	B
Platform-Specific	
Information	
Model	C
Usage of Information Model
Mapping between Information Models
Approaches	to	Semantic	Interoperability
Multiple Pre-Mapped Best
Practice Information Models
©	2016	– The	symbIoTe	Consortium7
Semantic	Interoperability
Interoperability
Platform-Specific	
Information	
Model	B
Platform-Specific	
Information	
Model	A
Core	Information	
Model
Meta	Information	
Model
extends
extends
SPARQL	Query	Re-Writing
uses
mapping between
Syntactic	Interoperability
IoT	Platform	A
Native	
Applications
Internal	
Information	
Model	A
API	
Platform	A
IoT	Platform	B
Native	
Applications
Internal	
Information	
Model	B
API	
Platform	B
Resource	Access	API Resource	Access	API
usesuses uses uses
Interoperability	in	symbIoTe
©	2016	– The	symbIoTe	Consortium8
Semantic	Interoperability	in	symbIoTe
Resource	
Access	API
IoT	Platform	A
Resource	
Access	API
IoT	Platform	B
Register
• platform
• resources
• information model
• mappings
SPARQL query re-writing
Registry
Search
Search for resources
Access resources
PIM	BPIM	A
PIM	C
©	2016	– The	symbIoTe	Consortium9
Semantic	Interoperability	in	symbIoTe
User	/	App	/	Platform Search Registry
SPARQL query against PIM C
find platforms using PIM mapped to PIM C
list of platforms and corresponding mappings
re-write SPARQL query based on mapping
execute re-written SPARQL query
query result
re-write results based on mapping
combined results
combine results
for each mapping in parallel
©	2016	– The	symbIoTe	Consortium10
Conclusion
• Theoretical	analysis	of	possible	approaches	to	
Semantic	Interoperability
– Presented	approaches	with	their	pros	and	cons
– Additional	advices	how	these	approaches	can	be	
implemented	(in	paper)
• Presented	symbIoTe	as	example	realization	
using
– Core	Information	Model	with	Extensions
– Semantic	Mapping
– SPARQL	Query	Re-Writing
©	2016	– The	symbIoTe	Consortium
Thank	you!
Questions?
michael.jacoby@iosb.fraunhofer.de
©	2016	– The	symbIoTe	Consortium12
Semantic	Mapping	&	SPARQL	Query	
Re-Writing	– Example
Predicate relation
Inheritance
Semantic mapping
Symbolic
Location
Conference
Room
xsd:string
hasNumber
Sensor hasLocation Location
Room
xsd:string
roomNumber
symbIoTe Core
Information Model
Platform-Specific Extension A Platform-Specific Extension B
SELECT ?room ?number
WHERE
{
?room a pA:ConferenceRoom.
?room pA:hasNumber ?number.
}
SELECT ?room ?number
WHERE
{
?room a pB:Room.
?room pB:roomNumber ?number.
}
SPARQL	query	re-writing	
based	on	mapping
©	2016	– The	symbIoTe	Consortium13
Core
Information Model
Mapping between Platform-
Specific Information Models
Pre-Mapped Best Practice
Information Models
Core Information Model
with Extensions
Multiple Pre-Mapped Core
Information Models
IoT	Platform	A IoT	Platform	B
IoT	Platform	C
Core	
Information	
Model	1
Core	
Information	
Model	2
Core	
Information	
Model	3
Usage of Information Model
Mapping between Information Models
Semantic	Interoperability:	Approaches
©	2016	– The	symbIoTe	Consortium14
Core
Information Model
Mapping between Platform-
Specific Information Models
Pre-Mapped Best Practice
Information Models
Core Information Model
with Extensions
Multiple Pre-Mapped Core
Information Models
IoT	Platform	A IoT	Platform	B
IoT	Platform	C
Best	Practice	
Information	
Model	1
Best	Practice	
Information	
Model	2
Usage of Information Model
Mapping between Information Models
Semantic	Interoperability:	Approaches
©	2016	– The	symbIoTe	Consortium15
symbIoTe	Information	Model
©	2016	– The	symbIoTe	Consortium16
Core	Information	Model
• Design	principle
– as	abstract	as	possible	(to	avoid	excluding	platforms)	
– as	explicit	as	needed	(to	support	all	symbIoTe	features)
• Why	existing	ontologies	can’t	be	reused	(directly)
– wrong	level	of	abstraction	(either	to	abstract	or	to	explicit)	
– scope	to	big
• Design	influenced	by/based	on
– W3C	Semantic	Sensor	Network	Ontology	/	IoT-Lite
– OGC	SensorThings	API	Data	Model
©	2016	– The	symbIoTe	Consortium17
Semantic	Mapping	&	SPARQL	Query	
Re-Writing	– Available	Tools
• Mapping	language
– Expressive	and	Declarative	Ontology	Alignment	
Language	(EDOAL)
• SPARQL	query-rewriting	frameworks
– Mediation	Toolkit	(currently	used)
– SPARQL-RW
• Graphical	Alignment	Tools
– Currently	under	analysis	
à Main	area	of	research	in	symbIoTe
©	2016	– The	symbIoTe	Consortium18
Interoperability
Motivation:	Platform	Federation
IoT	Platform	A
Native	
Applications	A
Internal	Information	
Model	A
API	Platform	A
IoT	Platform	B
Native	
Applications	B
Internal	Information	
Model	B
API	Platform	B
Different	Information	Models
Incompatible	APIs
©	2016	– The	symbIoTe	Consortium
Icons are editable shapes.
This means that you can:
● Resize them without losing quality.
● Change line color, width and style.
Examples:

More Related Content

What's hot

FIWARE Global Summit - What Are We Doing in FIWARE Brazil?
FIWARE Global Summit - What Are We Doing in FIWARE Brazil?FIWARE Global Summit - What Are We Doing in FIWARE Brazil?
FIWARE Global Summit - What Are We Doing in FIWARE Brazil?FIWARE
 
SC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectSC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectBigData_Europe
 
OSS in Bigciites
OSS in BigciitesOSS in Bigciites
OSS in BigciitesOW2
 
LDAC Workshop 2016 - Linked Building Data Community Efforts
LDAC Workshop 2016 - Linked Building Data Community EffortsLDAC Workshop 2016 - Linked Building Data Community Efforts
LDAC Workshop 2016 - Linked Building Data Community EffortsPieter Pauwels
 
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...Pieter Pauwels
 
Integra presentation la rochelle v3
Integra presentation la rochelle v3Integra presentation la rochelle v3
Integra presentation la rochelle v3Paulo Matos Martins
 
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion session
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion sessionSession 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion session
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion sessionEUBrasilCloudFORUM .
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionPieter Pauwels
 
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologies
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologiesSC7 Hangout 1: Pilot Development for Secure Societies and adopted technologies
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologiesBigData_Europe
 
IDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply ChainsIDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply ChainsSebastian Opriel
 
Constanze Bürger - IPv6 in the public administration of Germany
Constanze Bürger  -  IPv6 in the public administration of Germany  Constanze Bürger  -  IPv6 in the public administration of Germany
Constanze Bürger - IPv6 in the public administration of Germany IPv6 Conference
 
Cloud Computing Proposal for an European Strategic Research Agenda
Cloud Computing Proposal for an European Strategic Research AgendaCloud Computing Proposal for an European Strategic Research Agenda
Cloud Computing Proposal for an European Strategic Research AgendaFrancesco Ruffino
 
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...CloudTeams - Boosting Collaboration of Developers and End Users Together for ...
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...CloudTeams
 
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016CloudTeams Presentation for the SE4SA Cluster in NetFutures2016
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016CloudTeams
 
Open Urban Platform for Smart City: Technical View
Open Urban Platform for Smart City: Technical View Open Urban Platform for Smart City: Technical View
Open Urban Platform for Smart City: Technical View Paolo Nesi
 
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholders
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholdersBDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholders
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholdersBigData_Europe
 

What's hot (20)

FIWARE Global Summit - What Are We Doing in FIWARE Brazil?
FIWARE Global Summit - What Are We Doing in FIWARE Brazil?FIWARE Global Summit - What Are We Doing in FIWARE Brazil?
FIWARE Global Summit - What Are We Doing in FIWARE Brazil?
 
SC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe ProjectSC7 Workshop 3: Big Data Europe Project
SC7 Workshop 3: Big Data Europe Project
 
OSS in Bigciites
OSS in BigciitesOSS in Bigciites
OSS in Bigciites
 
LDAC Workshop 2016 - Linked Building Data Community Efforts
LDAC Workshop 2016 - Linked Building Data Community EffortsLDAC Workshop 2016 - Linked Building Data Community Efforts
LDAC Workshop 2016 - Linked Building Data Community Efforts
 
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...
ECPPM2016 - SemCat: Publishing and Accessing Building Product Information as ...
 
Le réseau integra Paulo Martins isel
Le réseau integra Paulo Martins iselLe réseau integra Paulo Martins isel
Le réseau integra Paulo Martins isel
 
Integra presentation la rochelle v3
Integra presentation la rochelle v3Integra presentation la rochelle v3
Integra presentation la rochelle v3
 
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion session
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion sessionSession 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion session
Session 2: Cloudscape Brazil 2017 & WCN Position Papers: Discussion session
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and Construction
 
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologies
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologiesSC7 Hangout 1: Pilot Development for Secure Societies and adopted technologies
SC7 Hangout 1: Pilot Development for Secure Societies and adopted technologies
 
MECATECH, building the Future
MECATECH, building the FutureMECATECH, building the Future
MECATECH, building the Future
 
IDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply ChainsIDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply Chains
 
Constanze Bürger - IPv6 in the public administration of Germany
Constanze Bürger  -  IPv6 in the public administration of Germany  Constanze Bürger  -  IPv6 in the public administration of Germany
Constanze Bürger - IPv6 in the public administration of Germany
 
Cloud Computing Proposal for an European Strategic Research Agenda
Cloud Computing Proposal for an European Strategic Research AgendaCloud Computing Proposal for an European Strategic Research Agenda
Cloud Computing Proposal for an European Strategic Research Agenda
 
Multitel Cybersecurity Projects
Multitel Cybersecurity ProjectsMultitel Cybersecurity Projects
Multitel Cybersecurity Projects
 
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...CloudTeams - Boosting Collaboration of Developers and End Users Together for ...
CloudTeams - Boosting Collaboration of Developers and End Users Together for ...
 
Widgetsintro 28 Jan09
Widgetsintro 28 Jan09Widgetsintro 28 Jan09
Widgetsintro 28 Jan09
 
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016CloudTeams Presentation for the SE4SA Cluster in NetFutures2016
CloudTeams Presentation for the SE4SA Cluster in NetFutures2016
 
Open Urban Platform for Smart City: Technical View
Open Urban Platform for Smart City: Technical View Open Urban Platform for Smart City: Technical View
Open Urban Platform for Smart City: Technical View
 
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholders
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholdersBDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholders
BDE SC2 Workshop 3: e-ROSA: infrastructures and stakeholders
 

Similar to Semantic Interoperability as Key to IoT Platform Federation

Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...
Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...
Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...symbiote-h2020
 
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...Ghislain ATEMEZING
 
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...Hong-Linh Truong
 
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...Amélie Gyrard
 
FiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyFiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyAmélie Gyrard
 
ISWC 2016 Tutorial: Semantic Web of Things M3 framework & FIESTA-IoT EU project
ISWC 2016 Tutorial: Semantic Web of Things  M3 framework & FIESTA-IoT EU projectISWC 2016 Tutorial: Semantic Web of Things  M3 framework & FIESTA-IoT EU project
ISWC 2016 Tutorial: Semantic Web of Things M3 framework & FIESTA-IoT EU projectFIESTA-IoT
 
Towards Enterprise Interoperability Service Utilities
Towards Enterprise Interoperability Service UtilitiesTowards Enterprise Interoperability Service Utilities
Towards Enterprise Interoperability Service UtilitiesBrian Elvesæter
 
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...Hong-Linh Truong
 
TEAMS 6, 7 and 8
TEAMS 6, 7 and 8TEAMS 6, 7 and 8
TEAMS 6, 7 and 8plan4all
 
Presentation aina2016 seg3.0_methodology_v2
Presentation aina2016 seg3.0_methodology_v2Presentation aina2016 seg3.0_methodology_v2
Presentation aina2016 seg3.0_methodology_v2Amélie Gyrard
 
Spark-MPI: Approaching the Fifth Paradigm with Nikolay Malitsky
Spark-MPI: Approaching the Fifth Paradigm with Nikolay MalitskySpark-MPI: Approaching the Fifth Paradigm with Nikolay Malitsky
Spark-MPI: Approaching the Fifth Paradigm with Nikolay MalitskyDatabricks
 
On the Runtime Models for Complex, Distributed and Aware Systems
On the Runtime Models for Complex, Distributed and Aware SystemsOn the Runtime Models for Complex, Distributed and Aware Systems
On the Runtime Models for Complex, Distributed and Aware SystemsMilan Zdravković
 
Internet of Things and Data Analytics for Smart Cities and eHealth
Internet of Things and Data Analytics for Smart Cities and eHealthInternet of Things and Data Analytics for Smart Cities and eHealth
Internet of Things and Data Analytics for Smart Cities and eHealthPayamBarnaghi
 
A unified ontology-based data integration approach for the internet of things
A unified ontology-based data integration approach for the  internet of thingsA unified ontology-based data integration approach for the  internet of things
A unified ontology-based data integration approach for the internet of thingsIJECEIAES
 
A unified ontology-based data integration approach for the internet of things
A unified ontology-based data integration approach for the  internet of thingsA unified ontology-based data integration approach for the  internet of things
A unified ontology-based data integration approach for the internet of thingsIJECEIAES
 
Information Engineering in the Age of the Internet of Things
Information Engineering in the Age of the Internet of Things Information Engineering in the Age of the Internet of Things
Information Engineering in the Age of the Internet of Things PayamBarnaghi
 

Similar to Semantic Interoperability as Key to IoT Platform Federation (20)

Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...
Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...
Internet of Things Interoperability Challenges - SpliTech, 14 Jul 2016, Split...
 
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...
Semantic Web Methodologies, Best Practices and Ontology Engineering Applied t...
 
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...
SINC – An Information-Centric Approach for End-to-End IoT Cloud Resource Prov...
 
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...
Assisting IoT Projects and Developers in Designing Interoperable Semantic Web...
 
FiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontologyFiCloud2016 lov4iot second life ontology
FiCloud2016 lov4iot second life ontology
 
ISWC 2016 Tutorial: Semantic Web of Things M3 framework & FIESTA-IoT EU project
ISWC 2016 Tutorial: Semantic Web of Things  M3 framework & FIESTA-IoT EU projectISWC 2016 Tutorial: Semantic Web of Things  M3 framework & FIESTA-IoT EU project
ISWC 2016 Tutorial: Semantic Web of Things M3 framework & FIESTA-IoT EU project
 
Towards Enterprise Interoperability Service Utilities
Towards Enterprise Interoperability Service UtilitiesTowards Enterprise Interoperability Service Utilities
Towards Enterprise Interoperability Service Utilities
 
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...
HINC – Harmonizing Diverse Resource Information Across IoT, Network Functions...
 
Ready, Set, GO FAIR
Ready, Set, GO FAIRReady, Set, GO FAIR
Ready, Set, GO FAIR
 
TEAMS 6, 7 and 8
TEAMS 6, 7 and 8TEAMS 6, 7 and 8
TEAMS 6, 7 and 8
 
Presentation aina2016 seg3.0_methodology_v2
Presentation aina2016 seg3.0_methodology_v2Presentation aina2016 seg3.0_methodology_v2
Presentation aina2016 seg3.0_methodology_v2
 
Spark-MPI: Approaching the Fifth Paradigm with Nikolay Malitsky
Spark-MPI: Approaching the Fifth Paradigm with Nikolay MalitskySpark-MPI: Approaching the Fifth Paradigm with Nikolay Malitsky
Spark-MPI: Approaching the Fifth Paradigm with Nikolay Malitsky
 
Data mining projects
Data mining projectsData mining projects
Data mining projects
 
My Resume
My ResumeMy Resume
My Resume
 
IoT Lab @COPELABS
IoT Lab @COPELABSIoT Lab @COPELABS
IoT Lab @COPELABS
 
On the Runtime Models for Complex, Distributed and Aware Systems
On the Runtime Models for Complex, Distributed and Aware SystemsOn the Runtime Models for Complex, Distributed and Aware Systems
On the Runtime Models for Complex, Distributed and Aware Systems
 
Internet of Things and Data Analytics for Smart Cities and eHealth
Internet of Things and Data Analytics for Smart Cities and eHealthInternet of Things and Data Analytics for Smart Cities and eHealth
Internet of Things and Data Analytics for Smart Cities and eHealth
 
A unified ontology-based data integration approach for the internet of things
A unified ontology-based data integration approach for the  internet of thingsA unified ontology-based data integration approach for the  internet of things
A unified ontology-based data integration approach for the internet of things
 
A unified ontology-based data integration approach for the internet of things
A unified ontology-based data integration approach for the  internet of thingsA unified ontology-based data integration approach for the  internet of things
A unified ontology-based data integration approach for the internet of things
 
Information Engineering in the Age of the Internet of Things
Information Engineering in the Age of the Internet of Things Information Engineering in the Age of the Internet of Things
Information Engineering in the Age of the Internet of Things
 

More from symbiote-h2020

Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...
Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...
Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...symbiote-h2020
 
Webinar on 2nd Open Call - Applications and Trials - slideset
Webinar on 2nd Open Call - Applications and Trials - slidesetWebinar on 2nd Open Call - Applications and Trials - slideset
Webinar on 2nd Open Call - Applications and Trials - slidesetsymbiote-h2020
 
Webinar on 2nd Open Call - Platforms - slideset
Webinar on 2nd Open Call - Platforms - slidesetWebinar on 2nd Open Call - Platforms - slideset
Webinar on 2nd Open Call - Platforms - slidesetsymbiote-h2020
 
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austria
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, AustriasymbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austria
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austriasymbiote-h2020
 
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...symbiote-h2020
 
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbia
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, SerbiasymbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbia
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbiasymbiote-h2020
 
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece symbiote-h2020
 

More from symbiote-h2020 (7)

Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...
Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...
Collaboration Mechanisms for IoT Platform Federations Fostering Organizationa...
 
Webinar on 2nd Open Call - Applications and Trials - slideset
Webinar on 2nd Open Call - Applications and Trials - slidesetWebinar on 2nd Open Call - Applications and Trials - slideset
Webinar on 2nd Open Call - Applications and Trials - slideset
 
Webinar on 2nd Open Call - Platforms - slideset
Webinar on 2nd Open Call - Platforms - slidesetWebinar on 2nd Open Call - Platforms - slideset
Webinar on 2nd Open Call - Platforms - slideset
 
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austria
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, AustriasymbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austria
symbIoTe - IoT meetup Vienna, 13 Oct 2016, Vienna, Austria
 
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...
Towards the Cross-Domain Interoperability of IoT Platforms - EuCNC, 30 Jun 20...
 
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbia
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, SerbiasymbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbia
symbIoTe - IoT Week Belgrade, 02 Jun 2016, Belgrade, Serbia
 
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece
symbIoTe - AIOTI Open Day @ NDC, 08 Feb 2016, Athens, Greece
 

Recently uploaded

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
 
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
 
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
 
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
 
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
 
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
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
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
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
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
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 

Recently uploaded (15)

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
 
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
 
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
 
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
 
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
 
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
 
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
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
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...
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
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
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 

Semantic Interoperability as Key to IoT Platform Federation