Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RiskLevel to Risk Matrix concepts #211

Open
coolharsh55 opened this issue Jan 6, 2025 · 0 comments
Open

Add RiskLevel to Risk Matrix concepts #211

coolharsh55 opened this issue Jan 6, 2025 · 0 comments
Milestone

Comments

@coolharsh55
Copy link
Collaborator

Specs

RISK

New Concept(s)

N/A

Changed Concept(s)

The Risk Matrix concepts in the RISK extension are provided with a suggested value 0..1 and a suggested label that implies there is a risk level. However, in RDF, there is no triple stating the suggested risk level, e.g. as dpv:hasRiskLevel risk:HighRisk. This should be provided in the RISK extension for convenience and so that the risk matrix values can be directly used e.g. in risk assessments and impact reporting documents.

To do this, the relevant source spreadsheet can have an additional column called RiskLevel which contains the following enumeration of 7 values representing Extremely Low to Extremely High so that it covers 7x7 matrix, and whose subset represents the 5x5 and 3x3 matrices: EL,VL,L,M,H,VH,EH. The vocab_schema.py and vocab_func.py files can take these values and generate relevant triples similar to how the RiskConcept events are annotated with categories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant