Skip to content

Commit

Permalink
DPV v0.8.2 - minor fixes
Browse files Browse the repository at this point in the history
NOTE: While this is a regular 0.x style release, it also acts as the
v1.0 release candidate. This means if there are no major issues raised
and unable to be resolved, including missing parts, errors or bugs, or
requirements that must be added, then after 15-OCT-2022, this version
will be re-released as DPV v1.0 along with any further enhancements,
fixes, minor additions, or documentations that have been developed until
then.

This release includes:
- Change concepts to use subtype instead of instance for Duration,
  Frequency, Organisation, Data Subjects, and Location.
- Change Anonymisation related terms in Technical Measures to
  disambiguate anonymisation and pseudonymisation, and create a cleaner
  hierarchy of anonymisation related terms.
- Update and fix existing terms and labels for clarity of concepts.
- Fixes #54 re. purpose label
- Fixes #52 re. describing properties with no domain/range
- Fixes #51 re. definition of Concept

For more details, see the changelog at https://w3id.org/dpv/dpv/changelog
  • Loading branch information
coolharsh55 committed Oct 6, 2022
1 parent 4027fbd commit fca0f75
Show file tree
Hide file tree
Showing 488 changed files with 265,955 additions and 261,200 deletions.
6 changes: 4 additions & 2 deletions documentation-generator/002_parse_csv_to_rdf_skos.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,14 @@ def serialize_graph(graph, filepath):
},
'entities_organisation': {
'classes': f'{IMPORT_CSV_PATH}/Entities_Organisation.csv',
'model': 'ontology',
'model': 'taxonomy',
'topconcept': BASE['Organisation'],
},
'entities_datasubject': {
'classes': f'{IMPORT_CSV_PATH}/Entities_DataSubject.csv',
'properties': f'{IMPORT_CSV_PATH}/Entities_DataSubject_properties.csv',
'model': 'ontology',
'model': 'taxonomy',
'topconcept': BASE['DataSubject'],
},
'jurisdiction': {
'classes': f'{IMPORT_CSV_PATH}/Jurisdiction.csv',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro dpv_document_family(document=None) %}
{# references.json contains the title/href for documents which is automatically expanded by ReSpec ; this macro contains only the document listing and text #}
<section id="dpv-v0.8.1-rc" class="note">
<section id="dpv-v1-rc" class="note">
<h2>Call for Comments/Feedbacks for DPV v1.0 release</h2>
<p>Please provide your comments by <strong>15-OCT-2022</strong> via <a href="https://github.com/w3c/dpv/issues/50">GitHub</a> or <a href="https://lists.w3.org/Archives/Public/public-dpvcg/">public-dpvcg@w3.org</a> (mailing list).</p>
<p>While v0.8.1 is a regular 0.x style release, it also acts as the v1.0 release candidate. This means if there are no major issues raised and unable to be resolved, including missing parts, errors or bugs, or requirements that must be added, then after 15-OCT-2022, this version will be re-released as DPV v1.0 along with any further enhancements, fixes, minor additions, or documentations that have been developed until then.</p>
Expand Down
4 changes: 2 additions & 2 deletions documentation-generator/jinja2_resources/template_dpv.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv",
title: "Data Privacy Vocabulary (DPV)",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-gdpr",
title: "DPV-GDPR: GDPR Extension for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-gdpr",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvs-gdpr",
title: "DPVO-GDPR: GDPR Extension for DPV-OWL",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-gdpr",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvs-gdpr",
title: "DPVS-GDPR: GDPR Extension for DPV-SKOS",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-gdpr",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-legal",
title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-legal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-legal",
title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-legal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-legal",
title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-legal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvo",
title: "DPV-OWL: Data Privacy Vocabulary (DPV) in OWL",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-owl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-tech",
title: "DPV-TECH: Extension providing Technology concepts for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-tech",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-pd",
title: "DPV-PD: Extended Personal Data concepts for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-pd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvo-pd",
title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-pd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvs-pd",
title: "DPVS-PD: Extended Personal Data concepts for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-pd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv",
title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-skos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpvs-tech",
title: "DPVS-TECH: Extension providing Technology concepts for DPV (RDFS+SKOS)",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-tech",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "dpv-tech",
title: "DPV-TECH: Extension providing Technology concepts for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-tech",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
title: "Guides for Data Privacy Vocabulary (DPV)",
specStatus: "CG-DRAFT",
group: "dpvcg",
publishDate: "2022-09-10",
publishDate: "2022-10-06",
latestVersion: "https://w3id.org/dpv/guides",
github: "w3c/dpv",
subjectPrefix: "[dpv]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var respecConfig = {
shortName: "guide-dpv-owl",
title: "Using DPV in OWL2",
publishDate: "2022-09-10",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/guides/dpv-owl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights",
title: "Rights extension for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights-eu",
title: "EU Fundamental Rights",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights-eu",
title: "EU Fundamental Rights",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights-eu",
title: "EU Fundamental Rights",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights",
title: "Rights extension for DPV-OWL",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "rights",
title: "Rights extension for DPV-SKOS",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
github: "w3c/dpv",
Expand Down
4 changes: 2 additions & 2 deletions documentation-generator/jinja2_resources/template_risk.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "risk",
title: "Risk Extension for DPV",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/risk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "risk",
title: "Risk Extension for DPV-OWL",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-owl/risk",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
var respecConfig = {
shortName: "risk",
title: "Risk Extension for DPV-SKOS",
subtitle: "version 0.8.1",
publishDate: "2022-09-10",
subtitle: "version 0.8.2",
publishDate: "2022-10-06",
specStatus: "CG-DRAFT",
group: "dpvcg",
latestVersion: "https://w3id.org/dpv/dpv-skos/risk",
Expand Down
Loading

0 comments on commit fca0f75

Please sign in to comment.