npg:itemNumber leaf node


URI

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

Label

Item Number

Description

The :itemNumber property specifies the number of an item within a collection.

Usage

DOMAINPROPERTYRANGE
npg:Item npg:itemNumber 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:itemNumber a owl:DatatypeProperty ;
    rdfs:domain npg:Item ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:integer ;
    skos:definition "The :itemNumber property specifies the number of an item within a collection."@en ;
    skos:prefLabel "Item Number"@en .