https://unifiedcyberontology.org/ontology/uco/observable#uptime
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:uptime | xsd:string |
@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 .