forked from datagov-cz/lkod-min
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jakub Klímek <[email protected]>
- Loading branch information
1 parent
88f36d7
commit 714a61b
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"@context": "https://ofn.gov.cz/rozhraní-katalogů-otevřených-dat/2021-01-11/kontexty/rozhraní-katalogů-otevřených-dat.jsonld", | ||
"iri": "https://lkod.mff.cuni.cz/zdroj/datové-sady/číselníky/organizační-struktura-uk", | ||
"typ": "Datová sada", | ||
"název": { | ||
"cs": "Organizační struktura UK", | ||
"en": "Organizational structure of CUNI" | ||
}, | ||
"popis": { | ||
"cs": "Organizační struktura Univerzity Karlovy", | ||
"en": "Organizational structure of the Charles University" | ||
}, | ||
"prvek_rúian": [ | ||
"https://linked.cuzk.cz/resource/ruian/stat/1" | ||
], | ||
"geografické_území": [], | ||
"prostorové_pokrytí": [], | ||
"klíčové_slovo": { | ||
"cs": [ | ||
"organizační struktura", | ||
"číselník" | ||
], | ||
"en": [ | ||
"organizational structure", | ||
"codelist" | ||
] | ||
}, | ||
"periodicita_aktualizace": "http://publications.europa.eu/resource/authority/frequency/IRREG", | ||
"téma": [ | ||
"http://publications.europa.eu/resource/authority/data-theme/GOVE" | ||
], | ||
"koncept_euroVoc": [ | ||
"http://eurovoc.europa.eu/2175", | ||
"http://eurovoc.europa.eu/4304" | ||
], | ||
"specifikace": [ | ||
"https://ofn.gov.cz/číselníky/", | ||
"https://ofn.gov.cz/číselníky/2022-02-08/" | ||
], | ||
"kontaktní_bod": { | ||
"typ": "Organizace", | ||
"jméno": { | ||
"cs": "Jakub Klímek" | ||
}, | ||
"e-mail": "mailto:[email protected]" | ||
}, | ||
"poskytovatel": "https://rpp-opendata.egon.gov.cz/odrpp/zdroj/orgán-veřejné-moci/00216208", | ||
"distribuce": [ | ||
{ | ||
"typ": "Distribuce", | ||
"iri": "https://lkod.mff.cuni.cz/zdroj/datové-sady/číselníky/organizační-struktura-uk/distribuce/0", | ||
"podmínky_užití": { | ||
"typ": "Specifikace podmínek užití", | ||
"autorské_dílo": "https://data.gov.cz/podmínky-užití/neobsahuje-autorská-díla/", | ||
"databáze_jako_autorské_dílo": "https://data.gov.cz/podmínky-užití/není-autorskoprávně-chráněnou-databází/", | ||
"databáze_chráněná_zvláštními_právy": "https://data.gov.cz/podmínky-užití/není-chráněna-zvláštním-právem-pořizovatele-databáze/", | ||
"osobní_údaje": "https://data.gov.cz/podmínky-užití/neobsahuje-osobní-údaje/" | ||
}, | ||
"soubor_ke_stažení": "https://opendata.is.cuni.cz/culcache/download/oragnizacni-struktura.jsonld", | ||
"přístupové_url": "https://opendata.is.cuni.cz/culcache/download/oragnizacni-struktura.jsonld", | ||
"typ_média": "http://www.iana.org/assignments/media-types/application/ld+json", | ||
"formát": "http://publications.europa.eu/resource/authority/file-type/JSON_LD", | ||
"schéma": "https://ofn.gov.cz/číselníky/2022-02-08/schémata/json-ld/číselník.json" | ||
} | ||
] | ||
} |