https://ontology.unifiedcyberontology.org/uco/action/error
A characterization of the differences between the expected and the actual performance of the action.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | action:error | core:UcoObject |
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
action:error a owl:ObjectProperty ;
rdfs:label "error"@en ;
rdfs:comment "A characterization of the differences between the expected and the actual performance of the action."@en ;
rdfs:range core:UcoObject .