action:estimatedEfficacy leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/estimatedEfficacy

Label

estimatedEfficacy

Description

An estimation of the effectiveness of the action at achieving its objective if the action is performed.

Usage

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

Implementation

@prefix action: <https://ontology.unifiedcyberontology.org/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:estimatedEfficacy a owl:DatatypeProperty ;
    rdfs:label "estimatedEfficacy"@en ;
    rdfs:comment "An estimation of the effectiveness of the action at achieving its objective if the action is performed."@en ;
    rdfs:range xsd:string .