-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhvds.csv-metadata.json
119 lines (118 loc) · 3.15 KB
/
hvds.csv-metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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"
}
}