ns1:labelTreeDepth7 leaf node


URI

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

Label

Property: label (tree depth 7)

Description

The :labelTreeDepth7 property specifies the label for a concept at a tree depth of 7.

Inherits from

Usage

DOMAINPROPERTYRANGE
skos:Concept ns1:labelTreeDepth7 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:labelTreeDepth7 a owl:DatatypeProperty ;
    rdfs:label "Property: label (tree depth 7)"@en ;
    rdfs:comment "The :labelTreeDepth7 property specifies the label for a concept at a tree depth of 7."@en ;
    rdfs:domain skos:Concept ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ns1:label .