solveit-observable:sortPosition leaf node


URI

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

Label

sort position

Description

The ordinal position of this entry within its sorted timeline. Multiple entries may share the same position to indicate they are tied (indistinguishable in order).

Usage

DOMAINPROPERTYRANGE
solveit-observable:SortedTimelineEntry solveit-observable:sortPosition xsd:nonNegativeInteger

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

solveit-observable:sortPosition a owl:DatatypeProperty ;
    rdfs:label "sort position"@en ;
    rdfs:comment "The ordinal position of this entry within its sorted timeline. Multiple entries may share the same position to indicate they are tied (indistinguishable in order)."@en ;
    rdfs:domain solveit-observable:SortedTimelineEntry ;
    rdfs:range xsd:nonNegativeInteger .