SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
INSTITUTE OF APPLIED INFORMATICS AND FORMAL DESCRIPTION METHODS
†
AND ZENTRUM F ¨UR ANGEWANDTE RECHTSWISSENSCHAFT
‡
Linked Data for a privacy-aware Smart Grid
Andreas Wagner†, Sebastian Speiser†, Oliver Raabe‡ and Andreas Harth† | INFORMATIK 2010
KIT – University of the State of Baden-Wuerttemberg and
National Laboratory of the Helmholtz Association
www.kit.edu
Project MeRegioMobil
This work was supported by the German Federal Ministry of Economics
and Technology (E-Energy MeRegioMobil, Grant 01ME09005). The
authors are responsible for the content of the presentation.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 2/30
Agenda
1 Introduction
2 Communication Architecture and Data Model
A Semantic Web-based Communication Architecture
Linked RDF Data for the Smart Grid
3 Policies for a Privacy-aware Smart Grid
Policy Model
Policy-aware Data Access
4 Evaluation via Privacy Principles
5 Conclusion and Future Work
6 References
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 3/30
Smart Grid Basics
What is the Smart Grid?
The Smart Grid is a radical redesign of the ageing energy grid, which aims
at profoundly changing the way how energy is created, distributed and
consumed and promises to save considerable amounts of energy [1, 2].
ICT as a Smart Grid enabler
Smart Grid includes a communication layer.
There are many information between many actors.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 4/30
Smart Grid Basics
What is the Smart Grid?
The Smart Grid is a radical redesign of the ageing energy grid, which aims
at profoundly changing the way how energy is created, distributed and
consumed and promises to save considerable amounts of energy [1, 2].
ICT as a Smart Grid enabler
Smart Grid includes a communication layer.
There are many information between many actors.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 4/30
Smart Grid Overview
Figure: Smart Grid Overview [2]
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 5/30
Smart Grid Challenges
Resulting Challenges
Allow data integration
between various actors.
Enforce data privacy
within Smart Grid.
Figure: Smart Grid Overview [2]
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 6/30
Contribution
Web-based communication architecture → Section 2
(Semantic) Web technologies as a suitable communication architecture.
Linked RDF as data model.
Policy model → Section 3, 4
A policy model for expressing and enforcing privacy restrictions. Coupling
of policies and published information.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 7/30
Contribution
Web-based communication architecture → Section 2
(Semantic) Web technologies as a suitable communication architecture.
Linked RDF as data model.
Policy model → Section 3, 4
A policy model for expressing and enforcing privacy restrictions. Coupling
of policies and published information.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 7/30
Overview of a Semantic Web-based
Communication Architecture I
Figure: Semantic Web Stack
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 8/30
Overview of a Semantic Web-based
Communication Architecture II
Data access layers
URIs for identification of participants.
TCP/IP stack with HTTP as transfer protocol.
For low-power devices, e.g., a light-weight layered architecture:
IEEE 802.15.4 (physical and MAC layer).
6LoWPAN (internet layer, IPv6 version for IEEE 802.15.4 networks).
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 9/30
Overview of a Semantic Web-based
Communication Architecture III
Data representation layers
RDF(S) (if necessary extended with OWL features) for
machine-interpretable data encoding.
Linked Data principles for data publishing and integration:
Use (HTTP) URIs for identification of entities.
When someone looks up a URI, provide useful (RDF) data.
Include links to other URIs.
Application layers
Proof and trust mechanisms for privacy and security.
SPARQL as means for querying RDF data.
. . .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 10/30
Overview of a Semantic Web-based
Communication Architecture III
Data representation layers
RDF(S) (if necessary extended with OWL features) for
machine-interpretable data encoding.
Linked Data principles for data publishing and integration:
Use (HTTP) URIs for identification of entities.
When someone looks up a URI, provide useful (RDF) data.
Include links to other URIs.
Application layers
Proof and trust mechanisms for privacy and security.
SPARQL as means for querying RDF data.
. . .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 10/30
Linked RDF Data for the Smart Grid
Mary’s Linked Data Example:
Customer
Electric Vehicle
ex:uamp760e
Smart Meter
ex:sm
Washing Machine
ex:coolWash
Premise
ex:apt
ex:Mary
Energy Efficiency
Service Provider
Metering Provider
Cool Wash
Weather
Data
Usage
Statistics
Figure: Mary’s Linked Data
Obligatory and non-obligatory data
Obligatory data: data associated with legal consequences (e.g.,
billing). Data is managed by a trusted party, e.g., a metering provider.
Non-obligatory data: all other data. Data is managed by the device
(e.g., car) or a gateway actor (e.g., smart meter).
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 11/30
Linked RDF Data for the Smart Grid
Mary’s Linked Data Example:
Customer
Electric Vehicle
ex:uamp760e
Smart Meter
ex:sm
Washing Machine
ex:coolWash
Premise
ex:apt
ex:Mary
Energy Efficiency
Service Provider
Metering Provider
Cool Wash
Weather
Data
Usage
Statistics
Figure: Mary’s Linked Data
Obligatory and non-obligatory data
Obligatory data: data associated with legal consequences (e.g.,
billing). Data is managed by a trusted party, e.g., a metering provider.
Non-obligatory data: all other data. Data is managed by the device
(e.g., car) or a gateway actor (e.g., smart meter).
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 11/30
Linked RDF Data for the Smart Grid II
Mary’s Linked Data
/ / lookup on ex : coolWash ; data resides at washing machine
ex : coolWash
r d f : type sg : Appliance ;
sg : manufacturer <http : / / coolWash .com/ company>;
sg : owner ex : mary ;
sg : washingData washer : program40 ;
sg : consumption sm: data20100310 .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 12/30
Linked RDF Data for the Smart Grid III
Mary’s Linked Data II
/ / lookup on sm: data20100310 ; data resides at smart meter
sm: data20100310
r d f : type sg : Consumption ;
r d f : value ” 1 . 0 4 ” ˆ ˆ sg :kWh;
i c a l : d t s t a r t ”2010−03−10T00 : 0 0 : 0 0 ” ;
i c a l : dtend ”2010−03−10T01 : 0 0 : 0 0 ” .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 13/30
Policy Model
Intuition
Policies model user intent → help to preserve data privacy. A Policy is
bound to its associated data. Policies are taken into account whenever
data is accessed.
Policy Definition
A Policy models a timespan during which it is valid via ical:dtstart and
ical:dtend. A Policy allows a number of usages, which is restricted to a
specific purpose and to a recipient. A perspective restricts the
(granted) data access to specific data - it is specified via SPARQL queries.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 14/30
Policy Model II
Usage
Purpose
Policy
Agent
Description
Date Perspective
validFrom validTo perspective
allows
recipientpurpose
Figure: Policy Definition
Private and public policies
Policies specified by a private party.
Policies specified by law.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 15/30
Policy Model II
Usage
Purpose
Policy
Agent
Description
Date Perspective
validFrom validTo perspective
allows
recipientpurpose
Figure: Policy Definition
Private and public policies
Policies specified by a private party.
Policies specified by law.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 15/30
Policy Model III
Linked recipient and purpose
Purpose and recipient are externally defined resources at a trusted
source.
Purpose and recipient are integrated via Linked Data principles.
Solution is similar to the Creative Commons approach.
Any Purpose
NonCommercial Commercial StatisticsConsulting
Billing Advertisement
Commercial
Consulting
Welfare
Consulting
Figure: Exemplary Purpose Hierarchy
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 16/30
Policy Model IV
An example policy for Mary’s UltraAmp 760e I
washer : eCarPol r d f : type sg : Policy ;
i c a l : d t s t a r t ”2010−01−01T00 : 0 0 : 0 0 ” ˆ ˆ xs : dateTime ;
i c a l : dtend ”2010−12−31T23 : 5 9 : 5 9 ” ˆ ˆ xs : dateTime ;
sg : allows #ultraAmpUse .
#ultraAmpUse r d f : type sg : Usage ;
sg : purpose gov : Purpose# service ;
sg : r e c i p i e n t <http : / / ultraAmp .com/ company>;
sg : perspective #ultraAmpPerspective .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 17/30
Policy Model V
An example policy for Mary’s Mary’s UltraAmp 760e II
#ultraAmpPerspective r d f : type sg : Perspective ;
sg : d e f i n i t i o n ”PREFIX . . . CONSTRUCT { ?s ?p ?o }
WHERE { ?s r d f : type sg : Appliance .
?s sg : manufacturer <http : / / ultraAmp .com/ company>.
?s ?p ?o .
FILTER (?p != sg : consumption ) }” .
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 18/30
Policy-aware Data Access I
Access procedure
i) Requestor performs a HTTP lookup on a URI (e.g., ex:uamp760e).
ii) Web server returns an authorisation required response.
iii) Requestor sends a request, i.e., a specification of identity and
purpose.
iv) Device matches the request with an applicable policy (either a
law-based or a user policy) → if request and policy match, requested
data and (signed) policy is sent.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 19/30
Policy-aware Data Access II
Matching procedure
The matching procedure is implemented as a rule, checking whether . . .
i) requestor is subsumed by the recipient description and
ii) the requested purpose is subsumed by the allowed purpose (both
w.r.t. the applicable policy)
Assumption: the same purpose and recipient definition is employed →
subclass-of or same-as check is sufficient for realising the subsume
operation.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 20/30
Policy-aware Data Access III
Policy and Request
Matching Rules
Law Policies Private Policies
Domain Ontologies
(Smart Grid, Appliances)
Taxonomies
(Purposes, Agents)
Figure: Dependencies for Policy Matching
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 21/30
Evaluation via Privacy Principles I
Principle: data economy
Data economy: use as little personal information as possible.
An ideal system w.r.t. data economy would employ an anonymisation
directly at the data source.
Early anonymisation is not possible in general, as e.g., consumption
data is required to have personal data associated (e.g., for billing
purposes).
Employing pseudonyms would satisfy the data economy principle,
while allowing, e.g., a regular billing process.
Approach may be extended to incorporate such anonymisation
features.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 22/30
Evaluation via Privacy Principles II
Principle: purpose limitation
Purpose limitation: specifies that information has to be used in
accordance with the purpose it was originally published for.
Approach supports purpose limitation, as requested data is always
released together with a policy describing the intended purpose.
No mechanism to modify the original purpose later on (assuming
policy integrity).
One can implement checks for purpose modifications and legitimate
usage.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 23/30
Evaluation via Privacy Principles III
Principle: transparency
Data economy: data may only be used, if the affected person is informed
about the usage details.
Fully integrated. Assumption: for each task data is (again) requested →
with each lookup, the user is notified about request, purpose and recipient.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 24/30
Conclusion and Future Work I
Conclusion
(Semantic) Web technologies provide a suitable communication
architecture for the Smart Grid.
Publishing linked RDF data fosters a privacy-aware Smart Grid.
The policy layer (based on (linked) RDF data) allows users to express
their intents.
Via a coupling of user data and its associated policy, technical
enforcement of privacy becomes feasible.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 25/30
Conclusion and Future Work II
Future work
Work on technical enforcement of privacy, i.e., automated privacy
checks (at certain actors) in the Smart Grid.
Use machine-interpretable service descriptions.
Check what data (maybe employing an a priori data transformation,
e.g., anonymisation) can be used for a particular service.
Enforce privacy checks at crucial points (e.g., metering provider) in the
Smart Grid.
Scalability of our approach; crucial in particular w.r.t. low-power
devices.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 26/30
Questions?
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 27/30
MeRegioMobil – Project Context I
The eEnergy Initivative:
A program funded by the German Ministry of Economics and
Technology in cooperation with the Ministry for Ecology.
Climate change, the increasing demand for energy, and the scarcity
of resources will cause great challenges to Europe. In order to supply
all demand in the public and private sector in an economic and
ecological way, the eEnergy initiative is supported by private
enterprises and politics.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 28/30
MeRegioMobil – Project Context II
Energy efficiency and information technology were rarely linked in the
past. This will change with the “internet of energy”, an innovative
program also called eEnergy. Analogously to terms like eCommerce
or eGovernment, eEnergy stands for the digitalization and
optimisation of processes in the energy sector along the entire value
chain – from the producer to the consumer. Existing infrastructure
shall be optimized and effectively modernized to support the
integration of renewable and distributed energy sources as well as
the reduction of CO2 emissions.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 29/30
References I
European Technology Platform - SmartGrids Vision and Strategy for
Europes Electricity Networks of the Future.
European Comission, 2006.
http://www.ec.europa.eu/research/energy/pdf/
smartgrids_en.pdf.
NIST Framework and Roadmap for Smart Grid Interoperability
Standards.
National Institute of Standards and Technology, 2010.
Introduction Communication Architecture Policy Model Evaluation Conclusion References
Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 30/30

Mais conteúdo relacionado

Mais procurados

Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...
Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...
Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...IJNSA Journal
 
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationWorkshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationZoltan Nagy
 
Mapping presentation THAG big data from space
Mapping presentation THAG big data from spaceMapping presentation THAG big data from space
Mapping presentation THAG big data from spaceBartosz Szkudlarek
 
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...European Data Forum
 
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...European Data Forum
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
 2nd International Conference on Cloud, Big Data and Web Services (CBW 2021) 2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)ijwscjournal
 
International Conference on Big Data and Block chain (BDAB 2020)
International Conference on Big Data and Block chain (BDAB 2020)International Conference on Big Data and Block chain (BDAB 2020)
International Conference on Big Data and Block chain (BDAB 2020)IJDKP
 
CityPulse: Large-scale data analytics for smart cities
CityPulse: Large-scale data analytics for smart cities CityPulse: Large-scale data analytics for smart cities
CityPulse: Large-scale data analytics for smart cities PayamBarnaghi
 
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)ijait
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)albert ca
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)ijwscjournal
 
Continuous Intelligence: Keeping your AI Application in Production
Continuous Intelligence: Keeping your AI Application in ProductionContinuous Intelligence: Keeping your AI Application in Production
Continuous Intelligence: Keeping your AI Application in ProductionDr. Arif Wider
 
IoT Interfaces to Cloud + Big Data
 IoT Interfaces to Cloud + Big Data IoT Interfaces to Cloud + Big Data
IoT Interfaces to Cloud + Big DataBob Marcus
 

Mais procurados (17)

Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...
Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...
Call for Papers - International Conference on Big Data and Blockchain (BDAB 2...
 
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data DisseminationWorkshop Rio de Janeiro Strategies for Web Based Data Dissemination
Workshop Rio de Janeiro Strategies for Web Based Data Dissemination
 
Mapping presentation THAG big data from space
Mapping presentation THAG big data from spaceMapping presentation THAG big data from space
Mapping presentation THAG big data from space
 
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...
EDF2014: Talk of Stefan Decker, Director, Insight Galway, Ireland & Anthony M...
 
Dotnet ieee titles 2013 14
Dotnet ieee titles 2013 14Dotnet ieee titles 2013 14
Dotnet ieee titles 2013 14
 
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...
EDF2014: BIG - NESSI Networking Session: Edward Curry, National University of...
 
Cars as Tags
Cars as TagsCars as Tags
Cars as Tags
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
 2nd International Conference on Cloud, Big Data and Web Services (CBW 2021) 2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
 
International Conference on Big Data and Block chain (BDAB 2020)
International Conference on Big Data and Block chain (BDAB 2020)International Conference on Big Data and Block chain (BDAB 2020)
International Conference on Big Data and Block chain (BDAB 2020)
 
14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica14a Conferenza Nazionale di Statistica
14a Conferenza Nazionale di Statistica
 
CityPulse: Large-scale data analytics for smart cities
CityPulse: Large-scale data analytics for smart cities CityPulse: Large-scale data analytics for smart cities
CityPulse: Large-scale data analytics for smart cities
 
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)
3 rd International Conference on Cloud, Big Data and Web Services (CBW 2022)
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
 
Overview & Key offerings
Overview & Key offeringsOverview & Key offerings
Overview & Key offerings
 
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
2nd International Conference on Cloud, Big Data and Web Services (CBW 2021)
 
Continuous Intelligence: Keeping your AI Application in Production
Continuous Intelligence: Keeping your AI Application in ProductionContinuous Intelligence: Keeping your AI Application in Production
Continuous Intelligence: Keeping your AI Application in Production
 
IoT Interfaces to Cloud + Big Data
 IoT Interfaces to Cloud + Big Data IoT Interfaces to Cloud + Big Data
IoT Interfaces to Cloud + Big Data
 

Destaque

Selectivity Estimation for Hybrid Queries over Text-Rich Data Graphs
Selectivity Estimation for Hybrid Queries over Text-Rich Data GraphsSelectivity Estimation for Hybrid Queries over Text-Rich Data Graphs
Selectivity Estimation for Hybrid Queries over Text-Rich Data GraphsWagner Andreas
 
Approximate and Incremental Processing of Complex Queries against the Web of ...
Approximate and Incremental Processing of Complex Queries against the Web of ...Approximate and Incremental Processing of Complex Queries against the Web of ...
Approximate and Incremental Processing of Complex Queries against the Web of ...Wagner Andreas
 
Linked Data Top-K Query Processing
Linked Data Top-K Query ProcessingLinked Data Top-K Query Processing
Linked Data Top-K Query ProcessingWagner Andreas
 
Guide ir
Guide irGuide ir
Guide irjoelen
 
Ahmed Shahzad Portfolio
Ahmed Shahzad   PortfolioAhmed Shahzad   Portfolio
Ahmed Shahzad Portfolioa_shzad
 
Browsing-oriented Semantic Faceted Search
Browsing-oriented Semantic Faceted SearchBrowsing-oriented Semantic Faceted Search
Browsing-oriented Semantic Faceted SearchWagner Andreas
 
Тенденции развития унифицированных коммуникаций. Решения Avaya
Тенденции развития унифицированных коммуникаций. Решения AvayaТенденции развития унифицированных коммуникаций. Решения Avaya
Тенденции развития унифицированных коммуникаций. Решения AvayaEvgeny Kozlov
 
Understanding International Students' Experiences of Learning with Technology
Understanding International Students' Experiences of Learning with TechnologyUnderstanding International Students' Experiences of Learning with Technology
Understanding International Students' Experiences of Learning with TechnologyTünde Varga-Atkins
 

Destaque (14)

Selectivity Estimation for Hybrid Queries over Text-Rich Data Graphs
Selectivity Estimation for Hybrid Queries over Text-Rich Data GraphsSelectivity Estimation for Hybrid Queries over Text-Rich Data Graphs
Selectivity Estimation for Hybrid Queries over Text-Rich Data Graphs
 
Approximate and Incremental Processing of Complex Queries against the Web of ...
Approximate and Incremental Processing of Complex Queries against the Web of ...Approximate and Incremental Processing of Complex Queries against the Web of ...
Approximate and Incremental Processing of Complex Queries against the Web of ...
 
Linked Data Top-K Query Processing
Linked Data Top-K Query ProcessingLinked Data Top-K Query Processing
Linked Data Top-K Query Processing
 
Guide ir
Guide irGuide ir
Guide ir
 
проекти
проектипроекти
проекти
 
Editorial
EditorialEditorial
Editorial
 
Ahmed Shahzad Portfolio
Ahmed Shahzad   PortfolioAhmed Shahzad   Portfolio
Ahmed Shahzad Portfolio
 
Overcoming Barriers to Learning Technology Adoption
Overcoming Barriers to Learning Technology AdoptionOvercoming Barriers to Learning Technology Adoption
Overcoming Barriers to Learning Technology Adoption
 
Early years professional status
Early years professional statusEarly years professional status
Early years professional status
 
Blackboard 9.1 Introduction
Blackboard 9.1 IntroductionBlackboard 9.1 Introduction
Blackboard 9.1 Introduction
 
Browsing-oriented Semantic Faceted Search
Browsing-oriented Semantic Faceted SearchBrowsing-oriented Semantic Faceted Search
Browsing-oriented Semantic Faceted Search
 
Games and Learning in Higher Education
Games and Learning in Higher EducationGames and Learning in Higher Education
Games and Learning in Higher Education
 
Тенденции развития унифицированных коммуникаций. Решения Avaya
Тенденции развития унифицированных коммуникаций. Решения AvayaТенденции развития унифицированных коммуникаций. Решения Avaya
Тенденции развития унифицированных коммуникаций. Решения Avaya
 
Understanding International Students' Experiences of Learning with Technology
Understanding International Students' Experiences of Learning with TechnologyUnderstanding International Students' Experiences of Learning with Technology
Understanding International Students' Experiences of Learning with Technology
 

Semelhante a Linked Data for a privacy-aware Smart Grid

Policy Cloud Data Driven Policies against Radicalisation - Technical Overview
Policy Cloud Data Driven Policies against Radicalisation - Technical OverviewPolicy Cloud Data Driven Policies against Radicalisation - Technical Overview
Policy Cloud Data Driven Policies against Radicalisation - Technical OverviewBig Data Value Association
 
Designing and configuring context-aware semantic web applications
Designing and configuring context-aware semantic web applicationsDesigning and configuring context-aware semantic web applications
Designing and configuring context-aware semantic web applicationsTELKOMNIKA JOURNAL
 
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...Jéssica Gessoli
 
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...IJDKP
 
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Bristol Is Open
 
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...Submit Your Research Articles - 4th International Conference on Cloud, Big Da...
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...IJNSA Journal
 
Technology Convergence for Smart X Applications
Technology Convergence for Smart X ApplicationsTechnology Convergence for Smart X Applications
Technology Convergence for Smart X ApplicationsBob Marcus
 
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)IJMIT JOURNAL
 
E-Toll Payment Using Azure Cloud
E-Toll Payment Using Azure CloudE-Toll Payment Using Azure Cloud
E-Toll Payment Using Azure CloudIRJET Journal
 
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...IRJET Journal
 
The Internet of Things: What's next?
The Internet of Things: What's next? The Internet of Things: What's next?
The Internet of Things: What's next? PayamBarnaghi
 
SEMANCO - Integrating multiple data sources, domains and tools in urban ener...
SEMANCO - Integrating multiple data sources, domains and tools in  urban ener...SEMANCO - Integrating multiple data sources, domains and tools in  urban ener...
SEMANCO - Integrating multiple data sources, domains and tools in urban ener...Álvaro Sicilia
 
Information Technology in Industry(ITII) - November Issue 2018
Information Technology in Industry(ITII) - November Issue 2018Information Technology in Industry(ITII) - November Issue 2018
Information Technology in Industry(ITII) - November Issue 2018ITIIIndustries
 
Secure cloud storage privacy preserving public auditing for data storage secu...
Secure cloud storage privacy preserving public auditing for data storage secu...Secure cloud storage privacy preserving public auditing for data storage secu...
Secure cloud storage privacy preserving public auditing for data storage secu...rajender147
 
Call for Research Articles - 4th International Conference on Cloud, Big Data ...
Call for Research Articles - 4th International Conference on Cloud, Big Data ...Call for Research Articles - 4th International Conference on Cloud, Big Data ...
Call for Research Articles - 4th International Conference on Cloud, Big Data ...ijistjournal
 
A Smart ITS based Sensor Network for Transport System with Integration of Io...
A Smart ITS based Sensor Network for Transport System with Integration of  Io...A Smart ITS based Sensor Network for Transport System with Integration of  Io...
A Smart ITS based Sensor Network for Transport System with Integration of Io...IRJET Journal
 

Semelhante a Linked Data for a privacy-aware Smart Grid (20)

Policy Cloud Data Driven Policies against Radicalisation - Technical Overview
Policy Cloud Data Driven Policies against Radicalisation - Technical OverviewPolicy Cloud Data Driven Policies against Radicalisation - Technical Overview
Policy Cloud Data Driven Policies against Radicalisation - Technical Overview
 
Policy Cloud Data Driven - Technical overview
Policy Cloud Data Driven - Technical overviewPolicy Cloud Data Driven - Technical overview
Policy Cloud Data Driven - Technical overview
 
Privacy Management for Smart Cities
Privacy Management for Smart CitiesPrivacy Management for Smart Cities
Privacy Management for Smart Cities
 
Designing and configuring context-aware semantic web applications
Designing and configuring context-aware semantic web applicationsDesigning and configuring context-aware semantic web applications
Designing and configuring context-aware semantic web applications
 
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...
SMART GRID: MISCELLANEOUS INFORMATION TECHNOLOGIES AND THE CHALLENGES OF THEI...
 
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...
PAPER SUBMISSION START NOW-4th International Conference on Cloud, Big Data an...
 
Ck34520526
Ck34520526Ck34520526
Ck34520526
 
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
Smart Cities, IoT, SDN, 5G Networks, Cloud Computing… Managing Complexity wit...
 
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...Submit Your Research Articles - 4th International Conference on Cloud, Big Da...
Submit Your Research Articles - 4th International Conference on Cloud, Big Da...
 
Technology Convergence for Smart X Applications
Technology Convergence for Smart X ApplicationsTechnology Convergence for Smart X Applications
Technology Convergence for Smart X Applications
 
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)
4th International Conference on Cloud, Big Data and IoT (CBIoT 2023)
 
E-Toll Payment Using Azure Cloud
E-Toll Payment Using Azure CloudE-Toll Payment Using Azure Cloud
E-Toll Payment Using Azure Cloud
 
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...
Effect of Mixing and Compaction Temperatures on the Indirect Tensile Strength...
 
The Internet of Things: What's next?
The Internet of Things: What's next? The Internet of Things: What's next?
The Internet of Things: What's next?
 
SEMANCO - Integrating multiple data sources, domains and tools in urban ener...
SEMANCO - Integrating multiple data sources, domains and tools in  urban ener...SEMANCO - Integrating multiple data sources, domains and tools in  urban ener...
SEMANCO - Integrating multiple data sources, domains and tools in urban ener...
 
Information Technology in Industry(ITII) - November Issue 2018
Information Technology in Industry(ITII) - November Issue 2018Information Technology in Industry(ITII) - November Issue 2018
Information Technology in Industry(ITII) - November Issue 2018
 
Secure cloud storage privacy preserving public auditing for data storage secu...
Secure cloud storage privacy preserving public auditing for data storage secu...Secure cloud storage privacy preserving public auditing for data storage secu...
Secure cloud storage privacy preserving public auditing for data storage secu...
 
Call for Research Articles - 4th International Conference on Cloud, Big Data ...
Call for Research Articles - 4th International Conference on Cloud, Big Data ...Call for Research Articles - 4th International Conference on Cloud, Big Data ...
Call for Research Articles - 4th International Conference on Cloud, Big Data ...
 
Internet of things research artciles in 2020
Internet of things research artciles in 2020Internet of things research artciles in 2020
Internet of things research artciles in 2020
 
A Smart ITS based Sensor Network for Transport System with Integration of Io...
A Smart ITS based Sensor Network for Transport System with Integration of  Io...A Smart ITS based Sensor Network for Transport System with Integration of  Io...
A Smart ITS based Sensor Network for Transport System with Integration of Io...
 

Último

Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 

Último (20)

Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 

Linked Data for a privacy-aware Smart Grid

  • 1. INSTITUTE OF APPLIED INFORMATICS AND FORMAL DESCRIPTION METHODS † AND ZENTRUM F ¨UR ANGEWANDTE RECHTSWISSENSCHAFT ‡ Linked Data for a privacy-aware Smart Grid Andreas Wagner†, Sebastian Speiser†, Oliver Raabe‡ and Andreas Harth† | INFORMATIK 2010 KIT – University of the State of Baden-Wuerttemberg and National Laboratory of the Helmholtz Association www.kit.edu
  • 2. Project MeRegioMobil This work was supported by the German Federal Ministry of Economics and Technology (E-Energy MeRegioMobil, Grant 01ME09005). The authors are responsible for the content of the presentation. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 2/30
  • 3. Agenda 1 Introduction 2 Communication Architecture and Data Model A Semantic Web-based Communication Architecture Linked RDF Data for the Smart Grid 3 Policies for a Privacy-aware Smart Grid Policy Model Policy-aware Data Access 4 Evaluation via Privacy Principles 5 Conclusion and Future Work 6 References Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 3/30
  • 4. Smart Grid Basics What is the Smart Grid? The Smart Grid is a radical redesign of the ageing energy grid, which aims at profoundly changing the way how energy is created, distributed and consumed and promises to save considerable amounts of energy [1, 2]. ICT as a Smart Grid enabler Smart Grid includes a communication layer. There are many information between many actors. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 4/30
  • 5. Smart Grid Basics What is the Smart Grid? The Smart Grid is a radical redesign of the ageing energy grid, which aims at profoundly changing the way how energy is created, distributed and consumed and promises to save considerable amounts of energy [1, 2]. ICT as a Smart Grid enabler Smart Grid includes a communication layer. There are many information between many actors. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 4/30
  • 6. Smart Grid Overview Figure: Smart Grid Overview [2] Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 5/30
  • 7. Smart Grid Challenges Resulting Challenges Allow data integration between various actors. Enforce data privacy within Smart Grid. Figure: Smart Grid Overview [2] Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 6/30
  • 8. Contribution Web-based communication architecture → Section 2 (Semantic) Web technologies as a suitable communication architecture. Linked RDF as data model. Policy model → Section 3, 4 A policy model for expressing and enforcing privacy restrictions. Coupling of policies and published information. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 7/30
  • 9. Contribution Web-based communication architecture → Section 2 (Semantic) Web technologies as a suitable communication architecture. Linked RDF as data model. Policy model → Section 3, 4 A policy model for expressing and enforcing privacy restrictions. Coupling of policies and published information. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 7/30
  • 10. Overview of a Semantic Web-based Communication Architecture I Figure: Semantic Web Stack Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 8/30
  • 11. Overview of a Semantic Web-based Communication Architecture II Data access layers URIs for identification of participants. TCP/IP stack with HTTP as transfer protocol. For low-power devices, e.g., a light-weight layered architecture: IEEE 802.15.4 (physical and MAC layer). 6LoWPAN (internet layer, IPv6 version for IEEE 802.15.4 networks). Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 9/30
  • 12. Overview of a Semantic Web-based Communication Architecture III Data representation layers RDF(S) (if necessary extended with OWL features) for machine-interpretable data encoding. Linked Data principles for data publishing and integration: Use (HTTP) URIs for identification of entities. When someone looks up a URI, provide useful (RDF) data. Include links to other URIs. Application layers Proof and trust mechanisms for privacy and security. SPARQL as means for querying RDF data. . . . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 10/30
  • 13. Overview of a Semantic Web-based Communication Architecture III Data representation layers RDF(S) (if necessary extended with OWL features) for machine-interpretable data encoding. Linked Data principles for data publishing and integration: Use (HTTP) URIs for identification of entities. When someone looks up a URI, provide useful (RDF) data. Include links to other URIs. Application layers Proof and trust mechanisms for privacy and security. SPARQL as means for querying RDF data. . . . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 10/30
  • 14. Linked RDF Data for the Smart Grid Mary’s Linked Data Example: Customer Electric Vehicle ex:uamp760e Smart Meter ex:sm Washing Machine ex:coolWash Premise ex:apt ex:Mary Energy Efficiency Service Provider Metering Provider Cool Wash Weather Data Usage Statistics Figure: Mary’s Linked Data Obligatory and non-obligatory data Obligatory data: data associated with legal consequences (e.g., billing). Data is managed by a trusted party, e.g., a metering provider. Non-obligatory data: all other data. Data is managed by the device (e.g., car) or a gateway actor (e.g., smart meter). Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 11/30
  • 15. Linked RDF Data for the Smart Grid Mary’s Linked Data Example: Customer Electric Vehicle ex:uamp760e Smart Meter ex:sm Washing Machine ex:coolWash Premise ex:apt ex:Mary Energy Efficiency Service Provider Metering Provider Cool Wash Weather Data Usage Statistics Figure: Mary’s Linked Data Obligatory and non-obligatory data Obligatory data: data associated with legal consequences (e.g., billing). Data is managed by a trusted party, e.g., a metering provider. Non-obligatory data: all other data. Data is managed by the device (e.g., car) or a gateway actor (e.g., smart meter). Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 11/30
  • 16. Linked RDF Data for the Smart Grid II Mary’s Linked Data / / lookup on ex : coolWash ; data resides at washing machine ex : coolWash r d f : type sg : Appliance ; sg : manufacturer <http : / / coolWash .com/ company>; sg : owner ex : mary ; sg : washingData washer : program40 ; sg : consumption sm: data20100310 . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 12/30
  • 17. Linked RDF Data for the Smart Grid III Mary’s Linked Data II / / lookup on sm: data20100310 ; data resides at smart meter sm: data20100310 r d f : type sg : Consumption ; r d f : value ” 1 . 0 4 ” ˆ ˆ sg :kWh; i c a l : d t s t a r t ”2010−03−10T00 : 0 0 : 0 0 ” ; i c a l : dtend ”2010−03−10T01 : 0 0 : 0 0 ” . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 13/30
  • 18. Policy Model Intuition Policies model user intent → help to preserve data privacy. A Policy is bound to its associated data. Policies are taken into account whenever data is accessed. Policy Definition A Policy models a timespan during which it is valid via ical:dtstart and ical:dtend. A Policy allows a number of usages, which is restricted to a specific purpose and to a recipient. A perspective restricts the (granted) data access to specific data - it is specified via SPARQL queries. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 14/30
  • 19. Policy Model II Usage Purpose Policy Agent Description Date Perspective validFrom validTo perspective allows recipientpurpose Figure: Policy Definition Private and public policies Policies specified by a private party. Policies specified by law. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 15/30
  • 20. Policy Model II Usage Purpose Policy Agent Description Date Perspective validFrom validTo perspective allows recipientpurpose Figure: Policy Definition Private and public policies Policies specified by a private party. Policies specified by law. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 15/30
  • 21. Policy Model III Linked recipient and purpose Purpose and recipient are externally defined resources at a trusted source. Purpose and recipient are integrated via Linked Data principles. Solution is similar to the Creative Commons approach. Any Purpose NonCommercial Commercial StatisticsConsulting Billing Advertisement Commercial Consulting Welfare Consulting Figure: Exemplary Purpose Hierarchy Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 16/30
  • 22. Policy Model IV An example policy for Mary’s UltraAmp 760e I washer : eCarPol r d f : type sg : Policy ; i c a l : d t s t a r t ”2010−01−01T00 : 0 0 : 0 0 ” ˆ ˆ xs : dateTime ; i c a l : dtend ”2010−12−31T23 : 5 9 : 5 9 ” ˆ ˆ xs : dateTime ; sg : allows #ultraAmpUse . #ultraAmpUse r d f : type sg : Usage ; sg : purpose gov : Purpose# service ; sg : r e c i p i e n t <http : / / ultraAmp .com/ company>; sg : perspective #ultraAmpPerspective . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 17/30
  • 23. Policy Model V An example policy for Mary’s Mary’s UltraAmp 760e II #ultraAmpPerspective r d f : type sg : Perspective ; sg : d e f i n i t i o n ”PREFIX . . . CONSTRUCT { ?s ?p ?o } WHERE { ?s r d f : type sg : Appliance . ?s sg : manufacturer <http : / / ultraAmp .com/ company>. ?s ?p ?o . FILTER (?p != sg : consumption ) }” . Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 18/30
  • 24. Policy-aware Data Access I Access procedure i) Requestor performs a HTTP lookup on a URI (e.g., ex:uamp760e). ii) Web server returns an authorisation required response. iii) Requestor sends a request, i.e., a specification of identity and purpose. iv) Device matches the request with an applicable policy (either a law-based or a user policy) → if request and policy match, requested data and (signed) policy is sent. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 19/30
  • 25. Policy-aware Data Access II Matching procedure The matching procedure is implemented as a rule, checking whether . . . i) requestor is subsumed by the recipient description and ii) the requested purpose is subsumed by the allowed purpose (both w.r.t. the applicable policy) Assumption: the same purpose and recipient definition is employed → subclass-of or same-as check is sufficient for realising the subsume operation. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 20/30
  • 26. Policy-aware Data Access III Policy and Request Matching Rules Law Policies Private Policies Domain Ontologies (Smart Grid, Appliances) Taxonomies (Purposes, Agents) Figure: Dependencies for Policy Matching Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 21/30
  • 27. Evaluation via Privacy Principles I Principle: data economy Data economy: use as little personal information as possible. An ideal system w.r.t. data economy would employ an anonymisation directly at the data source. Early anonymisation is not possible in general, as e.g., consumption data is required to have personal data associated (e.g., for billing purposes). Employing pseudonyms would satisfy the data economy principle, while allowing, e.g., a regular billing process. Approach may be extended to incorporate such anonymisation features. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 22/30
  • 28. Evaluation via Privacy Principles II Principle: purpose limitation Purpose limitation: specifies that information has to be used in accordance with the purpose it was originally published for. Approach supports purpose limitation, as requested data is always released together with a policy describing the intended purpose. No mechanism to modify the original purpose later on (assuming policy integrity). One can implement checks for purpose modifications and legitimate usage. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 23/30
  • 29. Evaluation via Privacy Principles III Principle: transparency Data economy: data may only be used, if the affected person is informed about the usage details. Fully integrated. Assumption: for each task data is (again) requested → with each lookup, the user is notified about request, purpose and recipient. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 24/30
  • 30. Conclusion and Future Work I Conclusion (Semantic) Web technologies provide a suitable communication architecture for the Smart Grid. Publishing linked RDF data fosters a privacy-aware Smart Grid. The policy layer (based on (linked) RDF data) allows users to express their intents. Via a coupling of user data and its associated policy, technical enforcement of privacy becomes feasible. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 25/30
  • 31. Conclusion and Future Work II Future work Work on technical enforcement of privacy, i.e., automated privacy checks (at certain actors) in the Smart Grid. Use machine-interpretable service descriptions. Check what data (maybe employing an a priori data transformation, e.g., anonymisation) can be used for a particular service. Enforce privacy checks at crucial points (e.g., metering provider) in the Smart Grid. Scalability of our approach; crucial in particular w.r.t. low-power devices. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 26/30
  • 32. Questions? Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 27/30
  • 33. MeRegioMobil – Project Context I The eEnergy Initivative: A program funded by the German Ministry of Economics and Technology in cooperation with the Ministry for Ecology. Climate change, the increasing demand for energy, and the scarcity of resources will cause great challenges to Europe. In order to supply all demand in the public and private sector in an economic and ecological way, the eEnergy initiative is supported by private enterprises and politics. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 28/30
  • 34. MeRegioMobil – Project Context II Energy efficiency and information technology were rarely linked in the past. This will change with the “internet of energy”, an innovative program also called eEnergy. Analogously to terms like eCommerce or eGovernment, eEnergy stands for the digitalization and optimisation of processes in the energy sector along the entire value chain – from the producer to the consumer. Existing infrastructure shall be optimized and effectively modernized to support the integration of renewable and distributed energy sources as well as the reduction of CO2 emissions. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 29/30
  • 35. References I European Technology Platform - SmartGrids Vision and Strategy for Europes Electricity Networks of the Future. European Comission, 2006. http://www.ec.europa.eu/research/energy/pdf/ smartgrids_en.pdf. NIST Framework and Roadmap for Smart Grid Interoperability Standards. National Institute of Standards and Technology, 2010. Introduction Communication Architecture Policy Model Evaluation Conclusion References Wagner et al. – Linked Data for a privacy-aware Smart Grid INFORMATIK 2010 30/30