https://w3id.org/DLTOntology#OrganizationalMitigation
Instances of DLTOntology:OrganizationalMitigation can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class DLTOntology:OrganizationalMitigation | |||
DLTOntology:mitigates | owl:ObjectProperty | Once disaster strikes, it is important to have a series of mitigations in place, to reduce the impact of an attack, malicious event or generally in case of the system breaking down. This property links a technical or organizational mitigation measure to a distributed ledger system or specific component. | DLTOntology:DLTSystem DLTOntology:DLTComponent |
@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:OrganizationalMitigation a owl:Class ;
rdfs:label "OrganizationalMitigation" ;
rdfs:subClassOf :Mitigation .