action:result leaf node


URI

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

Label

result

Description

The things resulting from performing an action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:result core:UcoObject

Implementation

@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:result a owl:ObjectProperty ;
    rdfs:label "result"@en ;
    rdfs:comment "The things resulting from performing an action."@en ;
    rdfs:range core:UcoObject .