https://ontology.solveit-df.org/solveit/observable/timingInformationValue
The numeric value representing relative ordering or sequence.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:ImplicitTimingInformation | solveit-observable:timingInformationValue | 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-observable:timingInformationValue a owl:DatatypeProperty ;
rdfs:label "timing information value"@en ;
rdfs:comment "The numeric value representing relative ordering or sequence."@en ;
rdfs:domain solveit-observable:ImplicitTimingInformation ;
rdfs:range xsd:decimal .