http://stelar-project.eu/klms#classDistribution
This property is used to indicate the class distribution of an RDF graph.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:RDFGraph | klms:classDistribution | 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/> .
:classDistribution a owl:ObjectProperty ;
rdfs:label "CategoricalDistribution - Class distribution"@en ;
dcterms:identifier "klms:classDistribution" ;
vann:usageNote "Optional property. This property is used to indicate the class distribution of an RDF graph."@en ;
rdfs:comment "This property is used to indicate the class distribution of an RDF graph."@en ;
rdfs:domain :RDFGraph ;
rdfs:range :CategoricalDistribution .