solveit-observable:TimestampOffset leaf node


URI

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

Label

Timestamp Offset

Description

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.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
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

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: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 .