-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68121c4
commit af8023c
Showing
8 changed files
with
453 additions
and
8 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
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
219 changes: 219 additions & 0 deletions
219
dcat-ap-cz-360-2023/draft/kontexty/dcat-ap-cz-360-2023.jsonld
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,219 @@ | ||
{ | ||
"@context": { | ||
"@language": "cs", | ||
|
||
"adms": "http://www.w3.org/ns/adms#", | ||
"dcat": "http://www.w3.org/ns/dcat#", | ||
"dcatap": "http://data.europa.eu/r5r/", | ||
"dcterms": "http://purl.org/dc/terms/", | ||
"foaf": "http://xmlns.com/foaf/0.1/", | ||
"location": "http://www.w3.org/ns/locn#", | ||
"odrl": "http://www.w3.org/ns/odrl/2/", | ||
"prov": "http://www.w3.org/ns/prov#", | ||
"pu": "https://data.gov.cz/slovník/podmínky-užití/", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"skos": "http://www.w3.org/2004/02/skos/core#", | ||
"spdx": "http://spdx.org/rdf/terms#", | ||
"time": "http://www.w3.org/2006/time#", | ||
"vcard": "http://www.w3.org/2006/vcard/ns#", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#", | ||
"nkod": "https://data.gov.cz/slovník/nkod/", | ||
|
||
"iri": "@id", | ||
"typ": "@type", | ||
|
||
"Katalog": "dcat:Catalog", | ||
"Datová série": "dcat:DatasetSeries", | ||
"právní_předpis": { | ||
"@id": "dcatap:applicableLegislation", | ||
"@type": "@id" | ||
}, | ||
"kategorie_hvd": { | ||
"@id": "dcatap:hvdCategory", | ||
"@type": "@id" | ||
}, | ||
"poskytovatel": { | ||
"@id": "dcterms:publisher", | ||
"@type": "@id" | ||
}, | ||
"datová_sada": { | ||
"@id": "dcat:dataset", | ||
"@type": "@id" | ||
}, | ||
"domovská_stránka": { | ||
"@id": "foaf:homepage", | ||
"@type": "@id" | ||
}, | ||
|
||
"Datová sada": "dcat:Dataset", | ||
"název": { | ||
"@id": "dcterms:title", | ||
"@container": "@language" | ||
}, | ||
"popis": { | ||
"@id": "dcterms:description", | ||
"@container": "@language" | ||
}, | ||
"téma": { | ||
"@id": "dcat:theme", | ||
"@type": "@id" | ||
}, | ||
"periodicita_aktualizace": { | ||
"@id": "dcterms:accrualPeriodicity", | ||
"@type": "@id" | ||
}, | ||
"klíčové_slovo": { | ||
"@id": "dcat:keyword", | ||
"@container": "@language" | ||
}, | ||
"geografické_území": { | ||
"@id": "dcterms:spatial", | ||
"@type": "@id" | ||
}, | ||
"prvek_rúian": { | ||
"@id": "dcterms:spatial", | ||
"@type": "@id" | ||
}, | ||
"prostorové_pokrytí": { | ||
"@id": "dcterms:spatial", | ||
"@type": "@id" | ||
}, | ||
"časové_pokrytí": { | ||
"@id": "dcterms:temporal", | ||
"@type": "@id" | ||
}, | ||
"Časový interval": "dcterms:PeriodOfTime", | ||
"začátek": { | ||
"@id": "dcat:startDate", | ||
"@type": "xsd:date" | ||
}, | ||
"konec": { | ||
"@id": "dcat:endDate", | ||
"@type": "xsd:date" | ||
}, | ||
"je_součástí": { | ||
"@id": "dcat:inSeries", | ||
"@type": "@id" | ||
}, | ||
|
||
"kontaktní_bod": { | ||
"@id": "dcat:contactPoint", | ||
"@type": "@id" | ||
}, | ||
"Organizace": "vcard:Organization", | ||
"jméno": { | ||
"@id": "vcard:fn", | ||
"@container": "@language" | ||
}, | ||
"e-mail": { | ||
"@id": "vcard:hasEmail", | ||
"@type": "@id" | ||
}, | ||
|
||
"dokumentace": { | ||
"@id": "foaf:page", | ||
"@type": "@id" | ||
}, | ||
"specifikace": { | ||
"@id": "dcterms:conformsTo", | ||
"@type": "@id" | ||
}, | ||
"koncept_euroVoc": { | ||
"@id": "dcat:theme", | ||
"@type": "@id" | ||
}, | ||
"prostorové_rozlišení_v_metrech": { | ||
"@id": "dcat:spatialResolutionInMeters", | ||
"@type": "xsd:decimal" | ||
}, | ||
"časové_rozlišení": { | ||
"@id": "dcat:temporalResolution", | ||
"@type": "xsd:duration" | ||
}, | ||
"distribuce": { | ||
"@id": "dcat:distribution", | ||
"@type": "@id" | ||
}, | ||
|
||
"Distribuce": "dcat:Distribution", | ||
"podmínky_užití": { | ||
"@id": "pu:specifikace", | ||
"@type": "@id" | ||
}, | ||
|
||
"Specifikace podmínek užití": "pu:Specifikace", | ||
"autorské_dílo": { | ||
"@id": "pu:autorské-dílo", | ||
"@type": "@id" | ||
}, | ||
"autor": { | ||
"@id": "pu:autor", | ||
"@container": "@language" | ||
}, | ||
"databáze_jako_autorské_dílo": { | ||
"@id": "pu:databáze-jako-autorské-dílo", | ||
"@type": "@id" | ||
}, | ||
"autor_databáze": { | ||
"@id": "pu:autor-databáze", | ||
"@container": "@language" | ||
}, | ||
"databáze_chráněná_zvláštními_právy": { | ||
"@id": "pu:databáze-chráněná-zvláštními-právy", | ||
"@type": "@id" | ||
}, | ||
"osobní_údaje": { | ||
"@id": "pu:osobní-údaje", | ||
"@type": "@id" | ||
}, | ||
|
||
"přístupové_url": { | ||
"@id": "dcat:accessURL", | ||
"@type": "@id" | ||
}, | ||
"soubor_ke_stažení": { | ||
"@id": "dcat:downloadURL", | ||
"@type": "@id" | ||
}, | ||
"formát": { | ||
"@id": "dcterms:format", | ||
"@type": "@id" | ||
}, | ||
"typ_média": { | ||
"@id": "dcat:mediaType", | ||
"@type": "@id" | ||
}, | ||
"schéma": { | ||
"@id": "dcterms:conformsTo", | ||
"@type": "@id" | ||
}, | ||
"typ_média_komprese": { | ||
"@id": "dcat:compressFormat", | ||
"@type": "@id" | ||
}, | ||
"typ_média_balíčku": { | ||
"@id": "dcat:packageFormat", | ||
"@type": "@id" | ||
}, | ||
"přístupová_služba": { | ||
"@id": "dcat:accessService", | ||
"@type": "@id" | ||
}, | ||
|
||
"Datová služba": "dcat:DataService", | ||
"přístupový_bod": { | ||
"@id": "dcat:endpointURL", | ||
"@type": "@id" | ||
}, | ||
"popis_přístupového_bodu": { | ||
"@id": "dcat:endpointDescription", | ||
"@type": "@id" | ||
}, | ||
"poskytuje_datovou_sadu": { | ||
"@id": "dcat:servesDataset", | ||
"@type": "@id" | ||
} | ||
|
||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
dcat-ap-cz-360-2023/draft/obrázky/dcat-ap-cz-360-2023-datové-sady.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.