http://stelar-project.eu/klms#name
The name (title or type) of a class representing a category in a categorical distribution.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| klms:Category | klms:name | xsd:string |
@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 .