DLTOntology:NetworkAttack leaf node


URI

https://w3id.org/DLTOntology#NetworkAttack

Label

NetworkAttack

Superclasses (1)

Usage

Instances of DLTOntology:NetworkAttack can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:Attack
DLTOntology:canExploit owl:ObjectProperty The canExploit property links an attack on a distributed ledger system or component to the respective vulnerability, which could be used by an attacker to enable further malicious activity in an effort to manipulate or gain control of the system. DLTOntology:Vulnerability
DLTOntology:threatens owl:ObjectProperty This property indicated that there is an existing attack on a distributed ledger system or one of its components. Attacks can manipulate specific components and data, or generally weaken the structural integrity of the entire system. 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:NetworkAttack a owl:Class ;
    rdfs:label "NetworkAttack"^^xsd:string ;
    rdfs:subClassOf :Attack .