@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 "COHER_INTERNAL"@en ; rdfs:range ; dcterms:title "COHER_INTERNAL"@en ; skos:definition "Extent to which statistics are consistent within a given data set."@en ; dcterms:description "Differences in the statistical results calculated for the same statistical domain, based on stable or changing methodology (e.g. between provisional and final statistics or between different reference years showing break in series) should be described. Frequently, a group of statistics of a different type (in monetary value, in volume or constant price, price indicators, etc) measure the same phenomenon using different methodologies. For instance, statistics on employment, depending on whether they result from employers - declarations or household surveys do not lead exactly to the same results. However, there are often differences in the concepts used (de-jure or de-facto population, for instance), in the registration date, in the cif/fob registration for external trade, etc. It is very important to check that these representations do not diverge too much in order to anticipate users' questions and for preparing corrective actions."@en ; dcterms:type vdm:Property ; vdm:has_internalidentifier "COHER_INTERNAL"@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" .