Skip to content

Commit

Permalink
adds consolidated RISK taxonomy #181
Browse files Browse the repository at this point in the history
- creates a new structuring/organisation of RISK taxonomy related to
  risk sources, risks, consequences, and impacts where each concept can
  take on different roles depending on the use-case
- to express this, each concept is created as an instance of new
  concepts e.g. `PotentialRiskSource` or `PotentialImpact`
- the concepts are now provided in a module `risk_taxonomy` instead of
  `risk_consequences` (which has been deleted)
- the HTML documentation provides new sections for each of the
  `Potential...` concept along with an overview table for roles
- the HTML documentation does NOT provide description of the new model
  or examples, this is TODO
- this work is with thanks to discussions with @DelaramGlp and Rob
  Brennan
- #182 added bias concepts
- #185 removed risk:Fee as it has been added to DPV as dpv:FeeRequirement
- #190 added discrimination concepts
- #184 added rights impact concepts in RISK
  • Loading branch information
coolharsh55 committed Oct 1, 2024
1 parent fa9eebd commit 361bf21
Show file tree
Hide file tree
Showing 79 changed files with 186,266 additions and 126,836 deletions.
6 changes: 3 additions & 3 deletions 2.1-dev/dpv/dpv-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -5145,7 +5145,7 @@ <h2>Risk and Impact Assessment</h2>
</ul>
</li>
<li>
<strong>dpv:RiskConcept</strong>: Concepts associated with Risk, Risk Source, Consequences, and Impacts
<strong>dpv:RiskConcept</strong>: Parent concept for combining concepts associated with risk assessment such as actual and potential Risk, Risk Source, Consequences, and Impacts
<small><a href="https://w3id.org/dpv#RiskConcept" class="local-link">go to full definition</a></small>
<ul class="concept-list">
<li>
Expand Down Expand Up @@ -63253,11 +63253,11 @@ <h4>Risk Concept</h4>

<tr>
<th>Definition</th>
<td><i>Concepts associated with Risk, Risk Source, Consequences, and Impacts</i></td>
<td><i>Parent concept for combining concepts associated with risk assessment such as actual and potential Risk, Risk Source, Consequences, and Impacts</i></td>
</tr>
<tr>
<th>Usage Note</th>
<td><i>RiskConcept is a generic concept that allows creation of taxonomies that can be used as risks, risk sources, consequences, and impacts</i></td>
<td><i>RiskConcept is a generic concept used for creation of specific taxonomies in the RISK extension to provide guidance on how a concept can potentially be a risk, risk source, consequence, and impact. It is not intended to be used directly and is only created for organisation of concepts in DPV vocabularies</i></td>
</tr>


Expand Down
4 changes: 2 additions & 2 deletions 2.1-dev/dpv/dpv-owl.html
Original file line number Diff line number Diff line change
Expand Up @@ -59405,11 +59405,11 @@ <h4>Risk Concept</h4>

<tr>
<th>Definition</th>
<td><i>Concepts associated with Risk, Risk Source, Consequences, and Impacts</i></td>
<td><i>Parent concept for combining concepts associated with risk assessment such as actual and potential Risk, Risk Source, Consequences, and Impacts</i></td>
</tr>
<tr>
<th>Usage Note</th>
<td><i>RiskConcept is a generic concept that allows creation of taxonomies that can be used as risks, risk sources, consequences, and impacts</i></td>
<td><i>RiskConcept is a generic concept used for creation of specific taxonomies in the RISK extension to provide guidance on how a concept can potentially be a risk, risk source, consequence, and impact. It is not intended to be used directly and is only created for organisation of concepts in DPV vocabularies</i></td>
</tr>


Expand Down
Loading

0 comments on commit 361bf21

Please sign in to comment.