{
    "@context": [
        "http://www.w3.org/ns/csvw",
        {
            "@language": "cs"
        }
    ],
    "url": "testovaci-dataset.csv",
    "dc:title": "Testovací dataset",
    "dc:description": "Popis",
    "dc:source": "ÚZIS ČR",
    "dcat:keyword": [
        "Klíčové slovo",
        "klíčové slovo 2"
    ],
    "dc:publisher": {
        "schema:name": "ÚZIS ČR",
        "schema:url": {
            "@id": "https://www.uzis.cz/"
        }
    },
    "dc:license": {
        "@id": "https://data.gov.cz/podmínky-užití/volný-přístup/"
    },
    "dc:modified": {
        "@value": "2023-07-10T13:48:39.525Z",
        "@type": "xsd:dateTime"
    },
    "tableSchema": {
        "columns": [
            {
                "name": "Test",
                "titles": "Test",
                "datatype": "string",
                "dc:description": "test popis"
            },
            {
                "name": "test",
                "titles": "test",
                "datatype": "string",
                "dc:description": "test popis 2"
            }
        ]
    }
}