klms:percentage leaf node


URI

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

Label

Category - percentage

Description

The percentage of instances of this class in a categorical distribution.

Usage

DOMAINPROPERTYRANGE
klms:Category klms:percentage xsd:float

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#> .

:percentage a owl:DatatypeProperty ;
    rdfs:label "Category - percentage"@en ;
    dcterms:identifier "klms:percentage" ;
    vann:usageNote "Optional property. The percentage of instances of this class in a categorical distribution."@en ;
    rdfs:comment "The percentage of instances of this class in a categorical distribution."@en ;
    rdfs:domain :Category ;
    rdfs:range xsd:float .