Semiotics
  • Home
  • Scope
  • News
  • Publications
  • Resources
    • SEMIoTICS Deliverables
    • Pattern Repository
    • SEMIoTICS Framework Open API
    • External Resources
  • Contact
  • About
    • Objectives
    • Scenarios
    • Consortium
  • Login
  • Home
  • Scope
  • News
  • Publications
  • Resources
    • - SEMIoTICS Deliverables
    • - Pattern Repository
    • - SEMIoTICS Framework Open API
    • - External Resources
  • Contact
  • About
    • - Objectives
    • - Scenarios
    • - Consortium
  • Login

16-20/9/2019: SEMIoTICS at NIS 2019

Sep 19, 2019Eftychia LakkaUncategorized

SEMIoTICS was sponsoring and was present at NIS 2019 with poster, video and leaflets.

Latest News

  • 10/12/2020 Final Plenary Meeting
  • 9/12/2020 The Final Advisory Committee Meeting
  • 27/11/2020: SEMIoTICS at 3rd IEEE International Workshop on Smart Circular Economy

Tweets

Tweets by semiotics_eu
EU
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement number 780315
Conditions of Use | Privacy Policy
  • Follow Us
Our Privacy Policy has been updated to align with European Union's new General Data Protection Regulation (GDPR).
By accepting we'll assume that you are opting-in to receive all cookies. Accept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.

rule “Confidentiality – Sequence”
when
$s: Sequence($sId:=id, $pA:=placeholdera, $pB:=placeholderb, $Link:=link)
Property($sId:=subject, category==“Confidentiality”, satisfied==false)
then
if ($pA.hasOperationType(“storeData”)) {
insert(new Property($pA:=subject, category==“EncryptedStorage”, satisfied==false);
}
if ($pA.hasOperationType(“processData”)) {
insert(new Property($pB:=subject, category==“EncryptedProcessing”, satisfied==false);
}
if ($pB.hasOperationType(“storeData”)) {
insert(new Property($pA:=subject, category==“EncryptedStorage”, satisfied==false);
}
if ($pB.hasOperationType(“processData”)) {
insert(new Property($pB:=subject, category==“EncryptedProcessing”, satisfied==false);
}
insert(new Property($Link:=subject, category==“EncryptedChannel”, satisfied==false);
end