https://ontology.solveit-df.org/solveit/observable/ImplicitTimingInformation
A relative or implicit temporal indicator such as a sequence number, counter value, or ordering index, used when absolute timestamps are not available.
Instances of solveit-observable:ImplicitTimingInformation can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:ImplicitTimingInformation | |||
| solveit-observable:timingInformationValue | owl:DatatypeProperty | The numeric value representing relative ordering or sequence. | 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: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 .