http://stelar-project.eu/klms#languageDistribution
This property is used to indicate the language distribution of a text.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Text | klms:languageDistribution | klms:CategoricalDistribution |
@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/> .
:languageDistribution a owl:ObjectProperty ;
rdfs:label "CategoricalDistribution - Language distribution"@en ;
dcterms:identifier "klms:languageDistribution" ;
vann:usageNote "Optional property. This property is used to indicate the language distribution of a text."@en ;
rdfs:comment "This property is used to indicate the language distribution of a text."@en ;
rdfs:domain :Text ;
rdfs:range :CategoricalDistribution .