@prefix adms: . @prefix dcat: . @prefix dcatap: . @prefix dct: . @prefix dctype: . @prefix foaf: . @prefix locn: . @prefix odrl: . @prefix open-vote: . @prefix owl: . @prefix prov: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix spdx: . @prefix time: . @prefix vcard: . @prefix xsd: . @prefix eli: . # Resources space a skos:Concept ; skos:prefLabel "Government and public sector" . a dct:Location ; rdfs:label "Russia" ; dct:identifier "russia" . a dcatap:Agent, foaf:Organization ; dct:identifier "cikrf" ; foaf:name "Central Election Commission of the Russian Federation" . # Data service details a dcat:DataService ; dcat:endpointURL ; dct:title "Russian Duma Elections Dataset (Shpilkin)" ; dcat:servesDataset ; dcatap:applicableLegislation . a dcat:Distribution ; dcat:accessURL ; dcat:byteSize "8995336"^^xsd:nonNegativeInteger ; dcat:compressFormat "csv" ; dcat:downloadURL . a dcatap:Dataset, dcat:Dataset ; dct:identifier "Russian_Duma_Elections_2021" ; dct:creator ; dct:title "Russian Parliamentary Elections 2021 Data" ; dct:description "Dataset containing polling station-level and territorial commission-level election results for the 2021 Duma elections, including voter turnout, registered voters, and votes for various parties." ; dct:modified "2021-12-01T00:00:00Z"^^xsd:dateTime ; dcat:theme ; dcat:distribution ; dct:rightsHolder ; dct:source ; dct:accrualPeriodicity "irregular" ; dcat:distribution ; dct:spatial ; dcat:contactPoint .