http://stelar-project.eu/klms#depthDistribution
This property is used to indicate the depth distribution of a hierarchical dataset.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Hierarchical | klms:depthDistribution | klms:NumericalDistribution |
@prefix : <http://stelar-project.eu/klms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
:depthDistribution a owl:ObjectProperty ;
rdfs:label "NumericalDistribution - Depth distribution"@en ;
dcterms:identifier "klms:depthDistribution" ;
vann:usageNote "Optional property. This property is used to indicate the depth distribution of a hierarchical dataset."@en ;
rdfs:comment "This property is used to indicate the depth distribution of a hierarchical dataset."@en ;
rdfs:domain :Hierarchical ;
rdfs:range :NumericalDistribution .