Skip to content

Commit

Permalink
Číselník HVDs
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Klímek <jakub@jakubklimek.com>
  • Loading branch information
jakubklimek committed Feb 29, 2024
1 parent 6789c74 commit a1d722e
Show file tree
Hide file tree
Showing 9 changed files with 5,914 additions and 64 deletions.
99 changes: 99 additions & 0 deletions hvds.csv

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions hvds.csv-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@

{
"@id": "https://data.mff.cuni.cz/soubory/číselníky/hvds.csv-metadata.json",
"@context": [
"http://www.w3.org/ns/csvw",
{
"@language": "cs"
}
],
"@type": "Table",
"url": "hvds.csv",
"tableSchema": {
"@type": "Schema",
"columns": [{
"@type": "Column",
"name": "ciselnik",
"titles": "číselník",
"dc:description": "IRI číselníku",
"aboutUrl": "{+ciselnik}",
"propertyUrl": "rdf:type",
"valueUrl": "skos:ConceptScheme",
"required": true,
"datatype": "anyURI"
}, {
"@type": "Column",
"name": "ciselnik_nazev_cs",
"titles": "číselník_název_cs",
"dc:description": "Název číselníku v češtině",
"aboutUrl": "{+ciselnik}",
"propertyUrl": "skos:prefLabel",
"required": true,
"datatype": "string",
"lang": "cs"
}, {
"@type": "Column",
"name": "ciselnik_nazev_en",
"titles": "číselník_název_en",
"dc:description": "Název číselníku v angličtině",
"aboutUrl": "{+ciselnik}",
"propertyUrl": "skos:prefLabel",
"required": true,
"datatype": "string",
"lang": "en"
},{
"@type": "Column",
"name": "polozka",
"titles": "číselník_položka",
"dc:description": "IRI položky",
"aboutUrl": "{+polozka}",
"propertyUrl": "rdf:type",
"valueUrl": "skos:Concept",
"required": true,
"datatype": "anyURI"
}, {
"@type": "Column",
"name": "polozka_kod",
"titles": "číselník_položka_kód",
"dc:description": "Kód položky",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:notation",
"required": true,
"datatype": "string"
},{
"@type": "Column",
"name": "polozka_nazev_cs",
"titles": "číselník_položka_název_cs",
"dc:description": "Název položky v češtině",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:prefLabel",
"required": true,
"datatype": "string",
"lang": "cs"
}, {
"@type": "Column",
"name": "polozka_nazev_en",
"titles": "číselník_položka_název_en",
"dc:description": "Název položky v angličtině",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:prefLabel",
"required": true,
"datatype": "string",
"lang": "en"
}, {
"@type": "Column",
"name": "polozka_sirsi_polozka",
"titles": "číselník_položka_širší_položka",
"dc:description": "Širší položka",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:broader",
"required": false,
"valueUrl": "{polozka_sirsi_polozka}"
}, {
"@type": "Column",
"name": "polozka_sirsi_shoda",
"titles": "číselník_položka_širší_shoda",
"dc:description": "Tranzitivně širší položka",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:broadMatch",
"required": false,
"valueUrl": "{polozka_sirsi_shoda}"
}, {
"@type": "Column",
"name": "polozka_presna_shoda",
"titles": "číselník_položka_přesná_shoda",
"dc:description": "Tranzitivně širší položka",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:exactMatch",
"required": false,
"valueUrl": "{polozka_presna_shoda}"
},{
"@type": "Column",
"aboutUrl": "{+polozka}",
"propertyUrl": "skos:inScheme",
"valueUrl": "{+ciselnik}",
"virtual": true
}],
"primaryKey": "polozka"
}
}
889 changes: 889 additions & 0 deletions hvds.html

Large diffs are not rendered by default.

Loading

0 comments on commit a1d722e

Please sign in to comment.