npg:number leaf node


URI

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

Label

Number

Description

The :number property specifies a sequence number for a component such as a figure.

Usage

DOMAINPROPERTYRANGE
npg:Component npg:number 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:number a owl:DatatypeProperty ;
    rdfs:domain npg:Component ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:integer ;
    skos:definition "The :number property specifies a sequence number for a component such as a figure."@en ;
    skos:prefLabel "Number"@en .