npg:sortNumber leaf node


URI

http://ns.nature.com/terms/sortNumber

Label

Sort Number

Description

The :sortLetter property specifies the sequence number of an entity to facilitate sort operations.

Usage

DOMAINPROPERTYRANGE
npg:Type npg:sortNumber xsd:integer

Implementation

@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

npg:sortNumber a owl:DatatypeProperty ;
    rdfs:domain npg:Type ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:integer ;
    skos:definition "The :sortLetter property specifies the sequence number of an entity to facilitate sort operations."@en ;
    skos:prefLabel "Sort Number"@en .