action:location leaf node


URI

https://unifiedcyberontology.org/ontology/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://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 .