action:estimatedImpact leaf node


URI

https://unifiedcyberontology.org/ontology/uco/action#estimatedImpact

Label

estimatedImpact

Description

An estimation of the impact if the action is performed.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:estimatedImpact xsd:string

Implementation

@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@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#> .

action:estimatedImpact a owl:DatatypeProperty ;
    rdfs:label "estimatedImpact"@en ;
    rdfs:comment "An estimation of the impact if the action is performed."@en ;
    rdfs:range xsd:string .