@prefix rdfs: . @prefix rdf: . rdf:type rdfs:label "type" . rdfs:label rdfs:label "label" . @prefix dcterms: . dcterms:title rdfs:label "Title"@en . @prefix skos: . skos:definition rdfs:label "definition"@en . dcterms:description rdfs:label "Description"@en . skos:broadMatch rdfs:label "has broad match" . skos:narrowMatch rdfs:label "has narrow match" . dcterms:type rdfs:label "type"@en , "Type"@en . rdfs:label "SDMX"@en . @prefix vdm: . rdf:type vdm:Property ; rdfs:label "SAMPLING_ERR"@en ; rdfs:range ; dcterms:title "SAMPLING_ERR"@en ; skos:definition "That part of the difference between a population value and an estimate thereof, derived from a random sample, which is due to the fact that only a subset of the population is enumerated."@en ; dcterms:description "Sampling errors are distinct from errors due to imperfect selection, bias in response or estimation, errors of observation and recording, etc. For probability sampling, the random variation due to sampling can be calculated. For non-probability sampling, random errors cannot be calculated without reference to some kind of model. The totality of sampling errors in all possible samples of the same size generates the sampling distribution of the statistic which is being used to estimate the parent value."@en ; dcterms:type vdm:Property ; vdm:has_internalidentifier "SAMPLING_ERR"@en . @prefix adms: . adms:includedAsset ; adms:sample ""@en ; adms:versionNotes ""@en ; dcterms:isPartOf . vdm:has_internalidentifier rdfs:label "has internal identifier" . adms:includedAsset rdfs:label "included asset"@en . adms:sample rdfs:label "sample"@en . dcterms:isPartOf rdfs:label "Is Part Of"@en . vdm:Property rdfs:label "Property" .