https://ontology.solveit-df.org/solveit/observable/TimestampOffset
The computed difference between two timestamps, expressed in seconds. Positive values indicate the first timestamp is ahead of the second, negative values indicate it is behind.
Instances of solveit-observable:TimestampOffset can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:TimestampOffset | |||
| solveit-observable:timestampOffsetValue | owl:DatatypeProperty | The difference between two timestamps in seconds. Positive values indicate the first timestamp is ahead of the second, negative values indicate it is behind. | xsd:decimal |
@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:TimestampOffset a owl:Class ;
rdfs:label "Timestamp Offset"@en ;
rdfs:comment "The computed difference between two timestamps, expressed in seconds. Positive values indicate the first timestamp is ahead of the second, negative values indicate it is behind."@en ;
rdfs:subClassOf uco-observable:ObservableObject .