DLTOntology:TechnicalMitigation leaf node


URI

https://w3id.org/DLTOntology#TechnicalMitigation

Label

TechnicalMitigation

Superclasses (1)

Usage

Instances of DLTOntology:TechnicalMitigation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:TechnicalMitigation
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

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:TechnicalMitigation a owl:Class ;
    rdfs:label "TechnicalMitigation" ;
    rdfs:subClassOf :Mitigation .