npg:sectionLevel leaf node


URI

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

Label

Section Level

Description

The :sectionLevel property specifies the level number of a section.

Usage

DOMAINPROPERTYRANGE
npg:Section npg:sectionLevel 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:sectionLevel a owl:DatatypeProperty ;
    rdfs:domain npg:Section ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:integer ;
    skos:definition "The :sectionLevel property specifies the level number of a section."@en ;
    skos:prefLabel "Section Level"@en .