@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#> .
:canExploit a owl:ObjectProperty ;
rdfs:label "canAttack"^^xsd:string ;
rdfs:comment "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." ;
rdfs:domain :Attack ;
rdfs:range :Vulnerability ;
rdfs:subPropertyOf owl:topObjectProperty .