observable:uptime leaf node


URI

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

Label

uptime

Description

Specifies the duration that represents the current amount of time that the system has been up.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:uptime 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:uptime a owl:DatatypeProperty ;
    rdfs:label "uptime"@en ;
    rdfs:comment "Specifies the duration that represents the current amount of time that the system has been up."@en ;
    rdfs:range xsd:string .