klms:count leaf node


URI

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

Label

NumericalDistribution/Category - Count

Description

A count.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) klms:count xsd:int

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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:count a owl:DatatypeProperty ;
    rdfs:label "NumericalDistribution/Category - Count"@en ;
    dcterms:identifier "klms:count" ;
    vann:usageNote "Optional property. This property can be used describe a count."@en ;
    rdfs:comment "A count."@en ;
    rdfs:range xsd:int .