Skip to content

Commit

Permalink
fixes #188 GDPR ROPA guide had wrong output
Browse files Browse the repository at this point in the history
- the GDPR ROPA guide was being overwritten by the Data Breach guide due
  to an error in specifying the output path for the breach guide
- fixed it by using the correct path for the breach guide

Co-authored-by: Paul Ryan <[email protected]>
  • Loading branch information
coolharsh55 and Paul-Ryan76 committed Sep 17, 2024
1 parent 961d756 commit 6acbf2b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 596 deletions.
2 changes: 1 addition & 1 deletion code/vocab_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@
},
'GDPR-Data-Breach': {
'template': 'template_guides_gdpr_data_breach.jinja2',
'output': '../guides/gdpr-ropa.html',
'output': '../guides/gdpr-data-breach.html',
},
'DPV-ODRL': {
'template': 'template_guides_dpv_odrl.jinja2',
Expand Down
19 changes: 10 additions & 9 deletions guides/gdpr-data-breach.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
title: "Guide for using DPV for GDPR's Data Breach notices, records, and assessments",
subtitle: "Work in Progress",
publishDate: "2024-07-01",
specStatus: "CG-FINAL",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/guides/gdpr-data-breach",
canonicalUri: "https://w3id.org/dpv/guides/gdpr-data-breach",
Expand Down Expand Up @@ -306,7 +306,7 @@
"href": "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/"
},
"DCAT": {
"title": "Data Catalog Vocabulary (DCAT) - Version 2",
"title": "Data Catalog Vocabulary (DCAT)",
"href": "http://www.w3.org/ns/dcat"
},
"RuleML": {
Expand Down Expand Up @@ -334,20 +334,21 @@
<body>
<section id="abstract">
<p>This document provides guidance for representing information associated with data breaches using the [[[DPV]]]. Such information includes details about the breach event, its detection, preliminary and subsequent investigations, notifications and communications, risk and impact assessments, and mitigations.</p>
</section>
<section id="sotd">
<p style="color: red; font-weight: bold;">The DPVCG is currently updating the specifications to v2. This document is a draft and may change as part of this process.</p>
<p><strong>Contributing:</strong> The DPVCG welcomes participation to improve the DPV and associated resources, including expansion or refinement of concepts, requesting information and applications, and addressing open issues. <a href="https://github.com/w3c/dpv/blob/master/contributing.md">See contributing page</a> for further information.</p>
</div>
<aside class="note" title="WARNING" style="color: red;">
<p>This vocabulary is currently in draft form, and may undergo major changes.</p>
</aside>
<p><strong>Contributing:</strong> The DPVCG welcomes participation to improve the DPV and associated resources, including expansion or refinement of concepts, requesting information and applications, and addressing open issues. <a href="https://github.com/w3c/dpv/wiki/Contribution-Guide">See contributing guide</a> for further information.</p>
</section>

<section id="dpv-document-family" class="noTOC">
<h2>DPV and Related Resources</h2>
<p>[[[DPV]]]: is the base/core specification for the 'Data Privacy Vocabulary', which is extended for Personal Data [[PD]], Locations [[LOC]], Risk Management [[RISK]], Technology [[TECH]], and [[AI]]. Specific [[LEGAL]] extensions are also provided which model jurisdiction specific regulations and concepts - see the <a href="https://w3id.org/dpv/legal#dpv-extensions">complete list of extensions</a>. To support understanding and applications of [[DPV]], various guides and resources [[GUIDES]] are provided, including a [[PRIMER]].</p>
<p>[[[DPV]]]: is the base/core specification for the 'Data Privacy Vocabulary', which is extended for Personal Data [[PD]], Locations [[LOC]], Risk Management [[RISK]], Technology [[TECH]], and [[AI]]. Specific [[LEGAL]] extensions are also provided which model jurisdiction specific regulations and concepts - see the <a href="https://w3id.org/dpv/legal#dpv-extensions">complete list of extensions</a>. To support understanding and applications of [[DPV]], various guides and resources [[GUIDES]] are provided, including a [[PRIMER]]. A <a href="https://w3id.org/dpv/2.0/search">Search Index</a> of all concepts from DPV and extensions is available.</p>
<p>[[DPV]] and related resources are published on <a href="https://github.com/w3c/dpv/releases">GitHub</a>. For a general overview of the Data Protection Vocabularies and Controls Community Group [[DPVCG]], its history, deliverables, and activities - refer to <a href="https://www.w3.org/community/dpvcg/"><u>DPVCG Website</u></a>. For meetings, see the <a href="https://www.w3.org/groups/cg/dpvcg/calendar">DPVCG calendar</a>.</p>
<p>The peer-reviewed article “<a href="https://link.springer.com/chapter/10.1007%2F978-3-030-33246-4_44"><u>Creating A Vocabulary for Data Privacy</u></a>” presents a historical overview of the DPVCG, and describes the methodology and structure of the DPV along with describing its creation. An open-access version can be accessed <a href="http://hdl.handle.net/2262/91581"><u>here</u></a>, <a href="http://doras.dcu.ie/23801/"><u>here</u></a>, and <a href="https://aic.ai.wu.ac.at/~polleres/publications/pand-etal-2019ODBASE.pdf"><u>here</u></a>. The article preprint <a href="https://arxiv.org/abs/2404.13426">Data Privacy Vocabulary (DPV) - Version 2</a> describes the changes made in DPV v2.</p>
<p>The peer-reviewed article “<a href="https://link.springer.com/chapter/10.1007%2F978-3-030-33246-4_44"><u>Creating A Vocabulary for Data Privacy</u></a>” presents a historical overview of the DPVCG, and describes the methodology and structure of the DPV along with describing its creation. An open-access version can be accessed <a href="http://hdl.handle.net/2262/91581"><u>here</u></a>, <a href="http://doras.dcu.ie/23801/"><u>here</u></a>, and <a href="https://aic.ai.wu.ac.at/~polleres/publications/pand-etal-2019ODBASE.pdf"><u>here</u></a>. The article <a href="https://arxiv.org/abs/2404.13426">Data Privacy Vocabulary (DPV) - Version 2</a>, accepted for presentation at the 23rd International Semantic Web Conference (ISWC 2024), describes the changes made in DPV v2.</p>
</section>

</section>

<h2>Introduction</h2>

Expand Down Expand Up @@ -933,6 +934,6 @@ <h3>Funding Acknowledgements for Contributors</h3>
<p>The contributions of Harshvardhan J. Pandit and Rob Brennan have been made with the financial support of Science Foundation Ireland under Grant Agreement No. 13/RC/2106_P2 at the ADAPT SFI Research Centre.</p>

</section>
<script type="text/javascript" src="../../media/common.js" defer></script>
<script type="text/javascript" src="../../diagrams/common.js" defer></script>
</body>
</html>
Loading

0 comments on commit 6acbf2b

Please sign in to comment.