"Z\u00E1kladn\u00ED detail atributu"@cs . . "PREFIX z: \nPREFIX skos: \nPREFIX rdfs: \nPREFIX owl: \nPREFIX dce: \nPREFIX dct: \nPREFIX browser-sgov: \nPREFIX browser: \nPREFIX fel: \nPREFIX xsd: \n\nCONSTRUCT {\n ?node skos:prefLabel ?label ;\n browser-sgov:vocabularyLabel ?vocabularyLabel ;\n skos:definition ?definition ;\n browser-sgov:legal ?legal .\n} WHERE {\n ?node skos:prefLabel ?label ;\n skos:inScheme ?glossary .\n FILTER (LANG(?label) = \"cs\")\n \n ?vocabulary a fel:slovn\u00EDk ;\n owl:imports ?glossary ;\n dct:title ?vocabularyLabel .\n FILTER (LANG(?vocabularyLabel) = \"cs\")\n \n OPTIONAL {\n ?node skos:definition ?definition .\n FILTER (LANG(?definition) = \"cs\")\n }\n\n OPTIONAL {\n ?node dct:source|dct:relation ?source .\n BIND(SUBSTR(REPLACE(REPLACE(STR(?source), \"https://esbirka.opendata.cz/zdroj/p\u0159edpis/[0-9]+/[0-9]+/sekce((/[^/]+)+)\", \"$1\"), \"/\", \"-\"), 2) AS ?anchor)\n BIND(STRDT(CONCAT(REPLACE(STR(?source), \"https://esbirka.opendata.cz/zdroj/p\u0159edpis/([0-9]+)/([0-9]+)/sekce((/[^/]+)+)\", \"https://zakonyprolidi.cz/cs/$2-$1#p\"), ?anchor), xsd:anyURI) AS ?legal)\n }\n}" . .