@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix qb: <http://purl.org/linked-data/cube#>.
@prefix sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>.
@prefix sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>.
@prefix sdmx-code: <http://purl.org/linked-data/sdmx/2009/code#>.
@prefix void: <http://rdfs.org/ns/void#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix dsd: <http://opendata.permkrai.ru/linkeddata/dsd/>.
@prefix data: <http://opendata.permkrai.ru/linkeddata/data/>.
@prefix dic: <http://opendata.permkrai.ru/linkeddata/dic/>.
@prefix dsd-prop829400: <http://opendata.permkrai.ru/linkeddata/dsd/dsd829400#>.

dsd:dsd829400 qb:component [qb:dimension qb:measureType],
                           [qb:dimension sdmx-dimension:refPeriod],
                           [qb:dimension sdmx-dimension:freq],
                           dsd-prop829400:prop690300-component;
              a qb:DataStructureDefinition;
              skos:notation "Данные Росстата"@ru.
dsd-prop829400:prop690300 qb:codeList dic:dic7123;
                          a qb:CodedProperty,
                            qb:DimensionProperty;
                          rdfs:domain qb:Observation;
                          rdfs:label "Объекты административно-территориального деления"@ru;
                          rdfs:range skos:Concept.
dsd-prop829400:prop690300-component qb:dimension dsd-prop829400:prop690300.
dsd:dsd829400.ttl dcterms:modified "2021-09-13Z"^^xsd:date;
                  a foaf:Document;
                  rdfs:comment "Метаданные куба Данные Росстата";
                  foaf:primaryTopic dsd:dsd829400;
                  foaf:topic dsd:dsd829400,
                             dsd-prop829400:prop690300.
