Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions code/jinja2_resources/references.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"href": "https://www.w3.org/TR/rdf-schema/",
"title": "RDF Schema 1.1"
},
"OWL" :{
"OWL": {
"href": "https://www.w3.org/TR/owl2-overview/",
"title": "OWL 2 Web Ontology Language Document Overview (Second Edition)"
},
Expand Down Expand Up @@ -441,7 +441,7 @@
},
"SHACL": {
"href": "https://www.w3.org/TR/shacl",
"title": "Shape and Contraint Language (SHACL)"
"title": "Shape and Constraint Language (SHACL)"
},
"ODRL": {
"href": "https://www.w3.org/TR/odrl-model/",
Expand All @@ -457,11 +457,11 @@
},
"RuleML": {
"title": "RuleML: Rule Markup Language",
"href": "www.ruleml.org/"
"href": "https://en.wikipedia.org/wiki/RuleML"
},
"SKOS-OWL": {
"title": "Using OWL and SKOS",
"href": "https://www.w3.org/2006/07/SWD/SKOS/skos-and-owl/master.html",
"href": "https://www.w3.org/2006/07/SWD/SKOS/skos-and-owl/master.html"
},
"DPCat": {
"title": "DPCat: Specification for an Interoperable and Machine-Readable Data Processing Catalogue Based on GDPR",
Expand All @@ -473,7 +473,7 @@
},
"IEEE-P7012": {
"title": "IEEE Draft Standard for Machine Readable Personal Privacy Terms",
"href": "https://standards.ieee.org/ieee/7012/7192/",
"href": "https://standards.ieee.org/ieee/7012/7192/"
},
"HealthDCAT-AP": {
"title": "HealthDCAT-AP",
Expand All @@ -483,4 +483,4 @@
"title": "Proposal for a REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on the European Health Data Space",
"href": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:52022PC0197"
}
}
}
2 changes: 1 addition & 1 deletion code/jinja2_resources/template_dpv_risk.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<section>
<h2>Risk</h2>
<p>[=Risk=] within the DPV is concerned with 'probable negative effects', and is indicated by using [=hasRisk=]. A risk event is a probable event that may lead to negative consequences and impacts (hence it is a 'risk'). It is important to note that a risk is a hypothetical event i.e. it is a probability that something may occur. The concept `risk:Incident` in [[RISK]] extension represents incidents which have occured and provides the necessary concepts to connect them to risks for what had been previously assessed as well as to indicate what are the further risks associated with an incident.</p>
<p>[=Risk=] within the DPV is concerned with 'probable negative effects', and is indicated by using [=hasRisk=]. A risk event is a probable event that may lead to negative consequences and impacts (hence it is a 'risk'). It is important to note that a risk is a hypothetical event i.e. it is a probability that something may occur. The concept `risk:Incident` in [[RISK]] extension represents incidents which have occurred and provides the necessary concepts to connect them to risks for what had been previously assessed as well as to indicate what are the further risks associated with an incident.</p>
<p>[=Likelihood=], associated using [=hasLikelihood=], represents the likelihood or probability or chance of something (risk in this case) taking place. The [[RISK]] extension defines concepts to indicate likelihoods with various scales e.g. as a set of 3 concepts representing high likelihood, moderate likelihood, and low likelihood.</p>
<p>[=Severity=], associated using [=hasSeverity=], represents the severity or 'extremeness' or 'intensity' of something (risk in this case). The [[RISK]] extension defines concepts to indicate severities with various scales e.g. as a set of 5 concepts representing very high severity, high severity, moderate severity, low severity, and very low severity. [=SensitivityLevel=] represents the 'sensitivity' of some context (e.g. personal data) as a measure of how severe risks associated with it are (e.g. to indicate <i>how sensitive</i> the personal data is). It is associated using the relation [=hasSensitivityLevel=].</p>
<p>[=RiskLevel=], associated using [=hasRiskLevel=], represents the combination of severity and likelihood in the form of 'risk level' that provides a cohesive qualitative assessment of risk. The [[RISK]] extension defines concepts to indicate risk levels with various scales e.g. as a set of 3 concepts representing high risk, moderate risk, and low risk.</p>
Expand Down
4 changes: 2 additions & 2 deletions code/jinja2_resources/template_tech.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ ex:TechPlan2 a tech:IntendedUse ;
ex:OperationLog a dpv:Process ;
dpv:isImplementedUsingTechnology ex:MyDatabase, ex:MyCloudServer ;
dpv:hasPurpose dpv:AccountManagement ; # okay as per intended use
dpv:hasPurpose # ambigious use --
dpv:hasPurpose # ambiguous use --
dpv:IdentityAuthentication . # database has intended use, cloud server doesn't

# a clearer representation
Expand Down Expand Up @@ -225,7 +225,7 @@ ex:OperationLog a dpv:Process ;
</ul>
<aside class="example" title="Indicating a technology is provided as a SaaS subscription">
<p>The following example contains a technology which is provided as a SaaS subscription.</p>
<pre class="nohighlight"><code>ex:ClouDB a dpv:Technology ;
<pre class="nohighlight"><code>ex:CloudDB a dpv:Technology ;
tech:hasProvisionMethod tech:ProvidedAsSaaS, tech:ProvidedAsSubscription .
</code></pre>
</aside>
Expand Down
10 changes: 5 additions & 5 deletions code/vocab_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@
},
'metadata': {
"dct:title": "Legal Concepts for United Kingdom of Great Britain and Northern Ireland (GB)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing legal information for United Kingdom of Great Britain and Northern Ireland as jurisdiction",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing legal information for United Kingdom of Great Britain and Northern Ireland as jurisdiction",
"dct:created": "2024-01-01",
"dct:modified": DPV_PUBLISH_DATE,
"dct:creator": "Harshvardhan J. Pandit",
Expand Down Expand Up @@ -2073,7 +2073,7 @@
},
'metadata': {
"dct:title": "EU Data Governance Act (DGA)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU DGA",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU DGA",
"dct:created": "2023-09-20",
"dct:modified": DPV_PUBLISH_DATE,
"dct:creator": "Beatriz Esteves, Harshvardhan J. Pandit, Georg P. Krog",
Expand Down Expand Up @@ -2101,7 +2101,7 @@
},
'metadata': {
"dct:title": "EU Artificial Intelligence Act (AI Act)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU AI Act",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU AI Act",
"dct:created": "2024-04-10",
"dct:modified": DPV_PUBLISH_DATE,
"dct:creator": "Delaram Golpayegani",
Expand All @@ -2120,7 +2120,7 @@
},
'metadata': {
"dct:title": "EU Network and Information Services Directive (NIS2)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU NIS2",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU NIS2",
"dct:created": "2024-05-19",
"dct:modified": DPV_PUBLISH_DATE,
"dct:creator": "Harshvardhan J. Pandit, Georg P. Krog",
Expand All @@ -2141,7 +2141,7 @@
},
'metadata': {
"dct:title": "EU European Health Data Spaces (EHDS)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU Health Data Spaces (EHDS)",
"dct:description": "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing information associated with EU Health Data Spaces (EHDS)",
"dct:created": "2024-12-01",
"dct:modified": DPV_PUBLISH_DATE,
"dct:creator": "Beatriz Esteves, Harshvardhan J. Pandit",
Expand Down