observable:triggerDelay leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#triggerDelay

Label

triggerDelay

Description

Specifies the delay that takes place between when the task is registered and when the task is started.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:triggerDelay xsd:string

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@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#> .

observable:triggerDelay a owl:DatatypeProperty ;
    rdfs:label "triggerDelay"@en ;
    rdfs:comment "Specifies the delay that takes place between when the task is registered and when the task is started."@en ;
    rdfs:range xsd:string .