http://scigraph.springernature.com/ontologies/core/labelTreeDepth0
The :labelTreeDepth0 property specifies the label for a concept at a tree depth of 0.
DOMAIN | PROPERTY | RANGE |
---|---|---|
skos:Concept | ns1:labelTreeDepth0 | xsd:string |
@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 .