@base . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix skos: . @prefix xsd: . @prefix cube: . @prefix ex: . @prefix exCs: . @prefix exProp: . @prefix dbpedia: . @prefix dbpage: . @prefix labour: . @prefix time: . @prefix geo: . @prefix vocabs: . @prefix vperiod: . @prefix vcountry: . @prefix iso3166: . <> a owl:Ontology ; rdfs:label "DataCube: Численность занятого населения, всего, по годам" ; dc:description "Численность занятого населения, всего, по годам." . ex:dsd a cube:DataStructureDefinition ; rdfs:label "A Data Structure Definition"@en ; rdfs:comment "Defines the structure of a DataSet or slice." ; cube:component exCs:geo, exCs:time, # exCs:unit, exCs:value . exCs:geo a cube:ComponentSpecification ; rdfs:label "Компонента с регионом" ; cube:order "1" ; cube:dimension exProp:geo . exCs:time a cube:ComponentSpecification ; rdfs:label "Компонента с временным интервалом" ; cube:order "2" ; cube:dimension exProp:date . #exCs:unit a cube:ComponentSpecification ; # rdfs:label "Component Specification of Unit" ; # cube:attribute exProp:unit . exCs:value a cube:ComponentSpecification ; rdfs:label "Компонента с фактом" ; cube:measure exProp:value . ex:dataset a cube:DataSet ; rdfs:label "Численность занятого населения"@en , "Численность занятого населения"@ru ; rdfs:comment "Представляет набор наблюдений и соответствует структуре набора данных." ; cube:structure ex:dsd . exProp:geo a cube:DimensionProperty ; cube:codeList vocabs:Country ; rdfs:label "Страны"@en . exProp:date a cube:DimensionProperty ; cube:codeList vocabs:PeriodLabourEmployment ; rdfs:label "Отчётный период"@en . #exProp:unit a cube:AttributeProperty ; # rdfs:label "Unit" ; # rdfs:comment "Lorem ipsum dolor sit amet, consetetur sadipscing elitr." . exProp:value a cube:MeasureProperty ; rdfs:label "Количество"@en . # Azerbaijan ex:obsAzr1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Azerbaijan ; exProp:value "3856" . ex:obsAzr2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Azerbaijan ; exProp:value "4329" . ex:obsAzr3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Azerbaijan ; exProp:value "4672" . ex:obsAzr4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Azerbaijan ; exProp:value "4939" . ex:obsAzr5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Azerbaijan ; exProp:value "4877" . # Armenia ex:obsArm1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Armenia ; exProp:value "3856" . ex:obsArm2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Armenia ; exProp:value "4329" . ex:obsArm3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Armenia ; exProp:value "4672" . ex:obsArm4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Armenia ; exProp:value "4939" . ex:obsArm5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Armenia ; exProp:value "4877" . # Belarus ex:obsBel1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Belarus ; exProp:value "4444" . ex:obsBel2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Belarus ; exProp:value "4703" . ex:obsBel3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Belarus ; exProp:value "4496" . ex:obsBel4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Belarus ; exProp:value "4909" . ex:obsBel5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Belarus ; exProp:value "4885" . # Kazakhstan ex:obsKaz1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kazakhstan ; exProp:value "6699" . ex:obsKaz2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kazakhstan ; exProp:value "8114" . ex:obsKaz3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kazakhstan ; exProp:value "8433" . ex:obsKaz4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kazakhstan ; exProp:value "8781" . ex:obsKaz5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kazakhstan ; exProp:value "8732" . # Kyrgyzstan ex:obsKyr1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kyrgyzstan ; exProp:value "1850" . ex:obsKyr2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kyrgyzstan ; exProp:value "2244" . ex:obsKyr3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kyrgyzstan ; exProp:value "2352" . ex:obsKyr4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kyrgyzstan ; exProp:value "2443" . ex:obsKyr5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Kyrgyzstan ; exProp:value "2445" . # Moldova ex:obsMol1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Moldova ; exProp:value "1515" . ex:obsMol2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Moldova ; exProp:value "1143" . ex:obsMol3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Moldova ; exProp:value "989" . ex:obsMol4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Moldova ; exProp:value "872" . ex:obsMol5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Moldova ; exProp:value "834" . # Russia ex:obsRus1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Russia ; exProp:value "65070" . ex:obsRus2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Russia ; exProp:value "69934" . ex:obsRus3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Russia ; exProp:value "72324" . ex:obsRus4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Russia ; exProp:value "71933" . ex:obsRus5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Russia ; exProp:value "70601" . # Tajikistan ex:obsTaj1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Tajikistan ; exProp:value "1745" . ex:obsTaj2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Tajikistan ; exProp:value "2233" . ex:obsTaj3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Tajikistan ; exProp:value "2380" . ex:obsTaj4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Tajikistan ; exProp:value "2463" . ex:obsTaj5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Tajikistan ; exProp:value "2506" . # Uzbekistan ex:obsUzb1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Uzbekistan ; exProp:value "8983" . ex:obsUzb2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Uzbekistan ; exProp:value "11628" . ex:obsUzb3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Uzbekistan ; exProp:value "13058" . ex:obsUzb4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Uzbekistan ; exProp:value "13541" . ex:obsUzb5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Uzbekistan ; exProp:value "13237" . # Ukraine ex:obsUkr1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Ukraine ; exProp:value "20195" . ex:obsUkr2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Ukraine ; exProp:value "19180" . ex:obsUkr3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Ukraine ; exProp:value "16443" . ex:obsUkr4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Ukraine ; exProp:value "16578" . ex:obsUkr5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:Ukraine ; exProp:value "15996" . # CIS ex:obsCIS1 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2000 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:CIS ; exProp:value "117000" . ex:obsCIS2 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2010 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:CIS ; exProp:value "127700" . ex:obsCIS3 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2015 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:CIS ; exProp:value "128600" . ex:obsCIS4 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2019 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:CIS ; exProp:value "127200" . ex:obsCIS5 a cube:Observation ; cube:dataSet ex:dataset ; cube:measureType exProp:value ; exProp:date vperiod:Y2020 ; exProp:unit "тысяч человек" ; exProp:geo vcountry:CIS ; exProp:value "124800" . # Countries vocabs:Country a owl:Ontology, skos:ConceptScheme ; rdfs:label "Список стран"@en ; owl:imports ; skos:prefLabel "Список стран"@en ; skos:notationPropery iso3166:twoLetterCode ; skos:notationPropery iso3166:threeLetterCode ; skos:notationPropery iso3166:numericalCode ; skos:member vcountry:Azerbaijan, vcountry:Armenia, vcountry:Belarus, vcountry:Kazakhstan, vcountry:Kyrgyzstan, vcountry:Moldova, vcountry:Russia, vcountry:Tajikistan, vcountry:Uzbekistan, vcountry:Ukraine, vcountry:CIS ; skos:hasTopConcept vcountry:Azerbaijan, vcountry:Armenia, vcountry:Belarus, vcountry:Kazakhstan, vcountry:Kyrgyzstan, vcountry:Moldova, vcountry:Russia, vcountry:Tajikistan, vcountry:Uzbekistan, vcountry:Ukraine, vcountry:CIS ; rdfs:seeAlso , , ; skos:notation "Страны"^^xsd:string . vcountry:Azerbaijan a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:twoLetterCode "AZ"; iso3166:threeLetterCode "AZE" ; iso3166:numericalCode "031" ; skos:closeMatch , , , , ; rdfs:label "Азербайджан"@en, "Азербайджан"@ru . vcountry:Armenia a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "051" ; iso3166:twoLetterCode "AM"; iso3166:threeLetterCode "ARM" ; skos:closeMatch , , , , ; rdfs:label "Армения"@en, "Армения"@ru . vcountry:Belarus a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "112" ; iso3166:twoLetterCode "BY"; iso3166:threeLetterCode "BLR" ; skos:closeMatch , , , , ; rdfs:label "Беларусь"@en, "Беларусь"@ru . vcountry:Kazakhstan a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "398" ; iso3166:twoLetterCode "KZ"; iso3166:threeLetterCode "KAZ" ; skos:closeMatch , , , , ; rdfs:label "Казахстан"@en, "Казахстан"@ru . vcountry:Kyrgyzstan a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "417" ; iso3166:twoLetterCode "KG"; iso3166:threeLetterCode "KGZ" ; skos:closeMatch , , , , ; rdfs:label "Кыргызстан"@en, "Кыргызстан"@ru . vcountry:Moldova a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "498" ; iso3166:twoLetterCode "MD"; iso3166:threeLetterCode "MDA" ; skos:closeMatch , , , , ; rdfs:label "Молдова"@en, "Молдова"@ru . vcountry:Russia a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "643" ; iso3166:twoLetterCode "RU"; iso3166:threeLetterCode "RUS" ; skos:closeMatch , , , , ; rdfs:label "Россия"@en, "Россия"@ru . vcountry:Tajikistan a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "762" ; iso3166:twoLetterCode "TJ"; iso3166:threeLetterCode "TJK" ; skos:closeMatch , , , , ; rdfs:label "Таджикистан"@en, "Таджикистан"@ru . vcountry:Uzbekistan a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "860" ; iso3166:twoLetterCode "UZ"; iso3166:threeLetterCode "UZB" ; skos:closeMatch , , , , ; rdfs:label "Узбекистан"@en, "Узбекистан"@ru . vcountry:Ukraine a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "804" ; iso3166:twoLetterCode "UA"; iso3166:threeLetterCode "UKR" ; skos:closeMatch , , , , ; rdfs:label "Украина"@en, "Украина"@ru . vcountry:CIS a skos:Concept ; skos:inScheme vocabs:Country ; iso3166:numericalCode "172" ; skos:closeMatch , ; skos:member vcountry:Azerbaijan, vcountry:Armenia, vcountry:Belarus, vcountry:Kazakhstan, vcountry:Kyrgyzstan, vcountry:Moldova, vcountry:Russia, vcountry:Tajikistan, vcountry:Uzbekistan, vcountry:Ukraine ; rdfs:label "Содружество Независимых Государств"@en, "Содружество Независимых Государств"@ru . #Years vocabs:PeriodLabourEmployment a owl:Ontology, skos:ConceptScheme ; rdfs:label "Список отчётных периодов"@en, "Список отчётных периодов, по которым есть статистика численности занятого населения"@ru ; owl:imports ; skos:prefLabel "Список отчётных периодов"@en ; skos:member vperiod:Y2000, vperiod:Y2010, vperiod:Y2015, vperiod:Y2019, vperiod:Y2020 ; skos:hasTopConcept vperiod:Y2000, vperiod:Y2010, vperiod:Y2015, vperiod:Y2019, vperiod:Y2020 ; skos:notation "Года"^^xsd:string . vperiod:Y2000 a skos:Concept ; skos:inScheme vocabs:PeriodLabourEmployment ; skos:topConceptOf vocabs:PeriodLabourEmployment ; skos:closeMatch ; rdfs:label "2000" . vperiod:Y2010 a skos:Concept ; skos:inScheme vocabs:PeriodLabourEmployment ; skos:topConceptOf vocabs:PeriodLabourEmployment ; skos:closeMatch ; rdfs:label "2010" . vperiod:Y2015 a skos:Concept ; skos:inScheme vocabs:PeriodLabourEmployment ; skos:topConceptOf vocabs:PeriodLabourEmployment ; skos:closeMatch ; rdfs:label "2015" . vperiod:Y2019 a skos:Concept ; skos:inScheme vocabs:PeriodLabourEmployment ; skos:topConceptOf vocabs:PeriodLabourEmployment ; skos:closeMatch ; rdfs:label "2019" . vperiod:Y2020 a skos:Concept ; skos:inScheme vocabs:PeriodLabourEmployment ; skos:topConceptOf vocabs:PeriodLabourEmployment ; skos:closeMatch ; rdfs:label "2020" .