https://ontology.solveit-df.org/solveit/core/sortOrder
The position of an objective in investigation order, which is the order the knowledge base presents them in rather than alphabetical order.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-core:Objective | solveit-core:sortOrder | xsd:integer |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-core: <https://ontology.solveit-df.org/solveit/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
solveit-core:sortOrder a owl:DatatypeProperty ;
rdfs:label "sort order"@en ;
rdfs:comment "The position of an objective in investigation order, which is the order the knowledge base presents them in rather than alphabetical order."@en ;
rdfs:domain solveit-core:Objective ;
rdfs:range xsd:integer .