https://ontology.unifiedcyberontology.org/uco/action/estimatedEfficacy
             An estimation of the effectiveness of the action at achieving its objective if the action is performed.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | action:estimatedEfficacy | xsd:string | 
@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 .