http://ns.nature.com/terms/sectionLevel
The :sectionLevel property specifies the level number of a section.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Section | npg:sectionLevel | xsd:integer |
@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 .