npg:treeDepth leaf node


URI

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

Label

Tree Depth

Description

The :treeDepth property specifies the depth of a term within a taxonomy tree.

Usage

DOMAINPROPERTYRANGE
npg:Type npg:treeDepth 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:treeDepth a owl:DatatypeProperty ;
    rdfs:domain npg:Type ;
    rdfs:isDefinedBy npg: ;
    rdfs:range xsd:integer ;
    skos:definition "The :treeDepth property specifies the depth of a term within a taxonomy tree."@en ;
    skos:note "This property is generally computed by a build-time rule"@en ;
    skos:prefLabel "Tree Depth"@en .