action:objective leaf node


URI

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

Label

objective

Description

The intended purpose for performing the action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:objective xsd:string

Implementation

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

action:objective a owl:DatatypeProperty ;
    rdfs:label "objective"@en ;
    rdfs:comment "The intended purpose for performing the action."@en ;
    rdfs:range xsd:string .