http://stelar-project.eu/klms#uniqueness
The number of distinct values divided by the number of total values of an attribute.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Attribute | klms:uniqueness | xsd:float |
@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#> .
:uniqueness a owl:DatatypeProperty ;
rdfs:label "Attribute - Uniqueness"@en ;
dcterms:identifier "klms:uniqueness" ;
vann:usageNote "Optional property. This property describes the number of distinct values divided by the number of total values of an attribute."@en ;
rdfs:comment "The number of distinct values divided by the number of total values of an attribute."@en ;
rdfs:domain :Attribute ;
rdfs:range xsd:float .