@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 ns4: . @prefix vdm: . ns4:f644290ec5fdd68529c71f0951d0680d rdf:type vdm:Property ; rdfs:label "TIME_SOURCE"@en ; rdfs:range ; dcterms:title "TIME_SOURCE"@en ; skos:definition "The time between the end of a reference period and actual receipt of the data by the compiling agency. "@en ; dcterms:description "Compared to the parent concept - timeliness - this concept only covers the time period between the end of the reference period and the receipt of the data by the data compiling agency. This time period is determined by factors such as delays reflecting the institutional arrangements for data transmission."@en ; dcterms:type vdm:Property ; vdm:has_internalidentifier "TIME_SOURCE"@en . @prefix adms: . ns4:f644290ec5fdd68529c71f0951d0680d adms:includedAsset ns4:e373a30212caac2653cf62173c88f9a8 ; 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" .