@prefix continent: <http://publications.europa.eu/resource/authority/continent/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatap: <http://data.europa.eu/r5r/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eurovoc: <http://eurovoc.europa.eu/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frequency: <http://publications.europa.eu/resource/authority/frequency/> .
@prefix ovm: <https://rpp-opendata.egon.gov.cz/odrpp/zdroj/orgán-veřejné-moci/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix themes: <http://publications.europa.eu/resource/authority/data-theme/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .

<https://data.gov.cz/lkod/mdcr/datové-série/rozpočet> a dcat:DatasetSeries;
  dcterms:title "Rozpočet Ministerstva dopravy"@cs,
    "Budget of the Ministry of Transport"@en;
  dcatap:applicableLegislation <http://data.europa.eu/eli/dir/2019/1024/oj>;
  dcterms:accrualPeriodicity frequency:WEEKLY_3;
  dcterms:description [];
  dcterms:publisher ovm:66003008;
  dcterms:spatial continent:EUROPE,
    <https://linked.cuzk.cz/resource/ruian/stat/1>;
  dcat:contactPoint [
    a vcard:Organization;
    vcard:fn "Ministerstvo dopravy, Odbor veřejné dopravy"@cs,
      "Ministry of Transport"@en;
    vcard:hasEmail <mailto:sekretariat.190@mdcr.cz>
  ];
  dcat:keyword "rozpočet"@cs,
    "budget"@en;
  dcat:theme themes:TRAN,
    eurovoc:4512;
  foaf:page <https://www.mdcr.cz/rozpočet> .
