https://unifiedcyberontology.org/ontology/uco/action#error
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | action:error | core:UcoObject |
@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix core: <https://unifiedcyberontology.org/ontology/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 .