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