solveit-observable:ClockOffsetMeasurement leaf node


URI

https://ontology.solveit-df.org/solveit/observable/ClockOffsetMeasurement

Label

Clock Offset Measurement

Description

The measured difference between a device clock and a reference time source. Records what was compared, the offset value, and when the comparison was made.

Usage

Instances of solveit-observable:ClockOffsetMeasurement can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:ClockOffsetMeasurement
solveit-observable:clockOffsetKnownAt owl:DatatypeProperty The specific point in time when this clock offset was determined. xsd:dateTime
solveit-observable:clockOffsetValue owl:DatatypeProperty The clock offset value in seconds. Positive values indicate the clock is ahead, negative values indicate it is behind. xsd:decimal
solveit-observable:referenceTimeSource owl:DatatypeProperty The reference time source used for comparison (e.g., NTP server, GPS time, examiner's calibrated watch). xsd:string
solveit-observable:measuredClock owl:ObjectProperty The device or system whose clock was measured. uco-observable:ObservableObject

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:ClockOffsetMeasurement a owl:Class ;
    rdfs:label "Clock Offset Measurement"@en ;
    rdfs:comment "The measured difference between a device clock and a reference time source. Records what was compared, the offset value, and when the comparison was made."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .