https://unifiedcyberontology.org/ontology/uco/action#location
             The locations where an action occurs.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | action:location | location:Location | 
@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix location: <https://unifiedcyberontology.org/ontology/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 .