solveit-observable:ImplicitTimingInformation leaf node


URI

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

Label

Implicit Timing Information

Description

A relative or implicit temporal indicator such as a sequence number, counter value, or ordering index, used when absolute timestamps are not available.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:ImplicitTimingInformation
solveit-observable:timingInformationValue owl:DatatypeProperty The numeric value representing relative ordering or sequence. 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:ImplicitTimingInformation a owl:Class ;
    rdfs:label "Implicit Timing Information"@en ;
    rdfs:comment "A relative or implicit temporal indicator such as a sequence number, counter value, or ordering index, used when absolute timestamps are not available."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .