action:instrument leaf node


URI

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

Label

instrument

Description

The things used to perform an action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:instrument 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:instrument a owl:ObjectProperty ;
    rdfs:label "instrument"@en ;
    rdfs:comment "The things used to perform an action."@en ;
    rdfs:range core:UcoObject .