action:environment leaf node


URI

https://unifiedcyberontology.org/ontology/uco/action#environment

Label

environment

Description

The environment wherein an action occurs.

Usage

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

Implementation

@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:environment a owl:ObjectProperty ;
    rdfs:label "environment"@en ;
    rdfs:comment "The environment wherein an action occurs."@en ;
    rdfs:range core:UcoObject .