action:location leaf node


URI

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

Label

location

Description

The locations where an action occurs.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:location location:Location

Implementation

@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix location: <https://ontology.unifiedcyberontology.org/uco/location/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

action:location a owl:ObjectProperty ;
    rdfs:label "location"@en ;
    rdfs:comment "The locations where an action occurs."@en ;
    rdfs:range location:Location .