ns1:labelTreeDepth0 leaf node


URI

http://scigraph.springernature.com/ontologies/core/labelTreeDepth0

Label

Property: label (tree depth 0)

Description

The :labelTreeDepth0 property specifies the label for a concept at a tree depth of 0.

Inherits from

Usage

DOMAINPROPERTYRANGE
skos:Concept ns1:labelTreeDepth0 xsd:string

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@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#> .

ns1:labelTreeDepth0 a owl:DatatypeProperty ;
    rdfs:label "Property: label (tree depth 0)"@en ;
    rdfs:comment "The :labelTreeDepth0 property specifies the label for a concept at a tree depth of 0."@en ;
    rdfs:domain skos:Concept ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ns1:label .