gr:displayPosition leaf node


URI

http://purl.org/goodrelations/v1#displayPosition

Label

display position (0..1)

Description

The position at which the option or element should be listed in a menu or user dialog, lower numbers come first.

The main usage of this property are the days of the week (gr:DayOfWeek), but it is also possible to apply it e.g. to product features or any other conceptual element.
Note: Rely on this property only for data originating from a single RDF graph; otherwise, unpredictable results are possible.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gr:displayPosition owl:Thing (inferred)

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gr:displayPosition a owl:AnnotationProperty ;
    rdfs:label "display position (0..1)"@en ;
    rdfs:comment """The position at which the option or element should be listed in a menu or user dialog, lower numbers come first.

The main usage of this property are the days of the week (gr:DayOfWeek), but it is also possible to apply it e.g. to product features or any other conceptual element.
Note: Rely on this property only for data originating from a single RDF graph; otherwise, unpredictable results are possible."""@en ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> .