klms:name leaf node


URI

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

Label

Category - name

Description

The name (title or type) of a class representing a category in a categorical distribution.

Usage

DOMAINPROPERTYRANGE
klms:Category klms:name xsd:string

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

:name a owl:DatatypeProperty ;
    rdfs:label "Category - name"@en ;
    dcterms:identifier "klms:name" ;
    vann:usageNote "Optional property. The name (title or type) of a class representing a category in a categorical distribution."@en ;
    rdfs:comment "The name (title or type) of a class representing a category in a categorical distribution."@en ;
    rdfs:domain :Category ;
    rdfs:range xsd:string .