Skip to content

Commit

Permalink
added entity controls; sensitivity level, DGA concepts
Browse files Browse the repository at this point in the history
closes #11 sensitivity level
closes #102 information availability
DGA concepts #62 #105 added to purposes, TOMs
closes #109 reorganise TOMs with legal, physical
Entity Controls #115
closes #113 RDFS+SKOS as default serialisation
closes #118 alt serialisations in same folder
closes #121 Process as superclass of PersonalDataHandling
closes #125 incorrect domain/range hrefs
closes #128 AgeVerification
Assessments #96
  • Loading branch information
coolharsh55 committed Apr 14, 2024
1 parent 8eb8053 commit 7d5778c
Show file tree
Hide file tree
Showing 187 changed files with 209,993 additions and 103,776 deletions.
1 change: 1 addition & 0 deletions code/100_download_CSV.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
'OrganisationalMeasure',
'LegalMeasure',
'PhysicalMeasure',
'EntityControl',
),
},
# Sheets for Entities
Expand Down
2 changes: 0 additions & 2 deletions code/300_generate_HTML.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def load_vocab(filepath:str, vocab:str) -> None:
# rather than using the full IRIs
term = s.n3(graph.namespace_manager)
if term not in DATA.concepts: # first occurence
if term == 'dpv:isImplementedByEntity':
DEBUG(f'isImplementedByEntity added to DATA.concepts -> {vocab}')
# DATA.concepts is a dict holding all concepts that
# are parsed. Keys are IRIs and prefixed notations -
# duplicates with reference to the same dict as value,
Expand Down
15 changes: 13 additions & 2 deletions code/jinja2_resources/template_dpv.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<h3>Legal Measures</h3>
<figure>
<a href="" target="_blank">
<img title="Overview of Legal Measures taxonomy in DPV" src="../media/orgmeasures-2.png">
<img title="Overview of Legal Measures taxonomy in DPV" src="">
</a>
<figcaption>Overview of Legal Measures taxonomy in DPV (click to open in new window)</figcaption>
</figure>
Expand All @@ -285,12 +285,23 @@
<h3>Physical Measures</h3>
<figure>
<a href="" target="_blank">
<img title="Overview of Physical Measures taxonomy in DPV" src="../media/orgmeasures-2.png">
<img title="Overview of Physical Measures taxonomy in DPV" src="">
</a>
<figcaption>Overview of Physical Measures taxonomy in DPV (click to open in new window)</figcaption>
</figure>
{{ list_hierarchy(modules['TOM-physical']['classes'], head='dpv:PhysicalMeasure') }}
</section>

<section id="vocab-TOM-entitycontrol">
<h3>Entity Controls</h3>
<figure>
<a href="" target="_blank">
<img title="Overview of Entity Controls taxonomy in DPV" src="">
</a>
<figcaption>Overview of Entity Controls taxonomy in DPV (click to open in new window)</figcaption>
</figure>
{{ list_hierarchy(modules['TOM-entitycontrol']['classes'], head='dpv:EntityControl') }}
</section>
</section>

<section id="vocab-legal-basis">
Expand Down
Loading

0 comments on commit 7d5778c

Please sign in to comment.