https://unifiedcyberontology.org/ontology/uco/action#result
DOMAIN | PROPERTY | RANGE |
---|---|---|
action:ActionReferencesFacet | action:result | core:UcoObject |
@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix default1: <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:result a owl:ObjectProperty ;
rdfs:label "result"@en ;
rdfs:comment "The things resulting from performing an action."@en ;
rdfs:domain action:ActionReferencesFacet ;
rdfs:range default1:UcoObject .