klms:geomTypeDistribution leaf node


URI

http://stelar-project.eu/klms#geomTypeDistribution

Label

NumericalDistribution - Geometry type distribution

Description

This property is used to indicate the geometry type distribution of a spatial attribute.

Usage

DOMAINPROPERTYRANGE
klms:SpatialAttribute klms:geomTypeDistribution klms:CategoricalDistribution

Implementation

@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/> .

:geomTypeDistribution a owl:ObjectProperty ;
    rdfs:label "NumericalDistribution - Geometry type distribution"@en ;
    dcterms:identifier "klms:geomTypeDistribution" ;
    vann:usageNote "Optional property. This property is used to indicate the geometry type distribution of a spatial attribute."@en ;
    rdfs:comment "This property is used to indicate the geometry type distribution of a spatial attribute."@en ;
    rdfs:domain :SpatialAttribute ;
    rdfs:range :CategoricalDistribution .