-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.csv-metadata.json
123 lines (123 loc) · 4.07 KB
/
test.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
120
121
122
123
{
"dialect": {
"quoteChar": "\"",
"delimiter": ",",
"encoding": "ascii"
},
"dcat:keyword": [],
"dc:license": {
"@id": "http://opendefinition.org/licenses/cc-by/"
},
"dc:publisher": {
"schema:name": "CLARIAH Structured Data Hub - Datalegend",
"schema:url": {
"@id": "http://datalegend.org"
}
},
"url": "test.csv",
"@context": [
"http://csvw.clariah-sdh.eculture.labs.vu.nl/csvw.json",
{
"@base": "https://iisg.amsterdam/resource/",
"@language": "en"
},
{
"owl": "http://www.w3.org/2002/07/owl#",
"dbo": "http://dbpedia.org/ontology/",
"clioctr": "http://iisg.amsterdam/clio/country/",
"hisclass": "http://iisg.amsterdam/hisclass/",
"hisco-product": "http://iisg.amsterdam/hisco/product/",
"ldp": "http://www.w3.org/ns/ldp#",
"clio": "http://iisg.amsterdam/clio/",
"occhisco": "http://iisg.amsterdam/napp/OCCHISCO/",
"dbr": "http://dbpedia.org/resource/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xml": "http://www.w3.org/XML/1998/namespace/",
"bibo": "http://purl.org/ontology/bibo/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"prov": "http://www.w3.org/ns/prov#",
"sdmx-code": "http://purl.org/linked-data/sdmx/2009/code#",
"napp-can91": "http://iisg.amsterdam/napp/dataset/canada1891/",
"hiscam": "http://iisg.amsterdam/hiscam/",
"dbpedia": "http://dbpedia.org/resource/",
"np": "http://www.nanopub.org/nschema#",
"canfam-auke": "http://iisg.amsterdam/canfam/auke/",
"dcterms": "http://purl.org/dc/terms/",
"schema": "http://schema.org/",
"foaf": "http://xmlns.com/foaf/0.1/",
"napp": "http://iisg.amsterdam/napp/",
"sdv": "http://iisg.amsterdam/vocab/",
"hisco": "http://iisg.amsterdam/hisco/",
"sdp": "http://iisg.amsterdam/person/",
"sdr": "http://iisg.amsterdam/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"time": "http://www.w3.org/2006/time#",
"hsn": "http://iisg.amsterdam/hsn2013a/",
"dc": "http://purl.org/dc/terms/",
"hisco-relation": "http://iisg.amsterdam/hisco/relation/",
"hisco-status": "http://iisg.amsterdam/hisco/status/",
"dbp": "http://dbpedia.org/property/",
"clioprop": "http://iisg.amsterdam/clio/property/",
"sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#",
"csvw": "http://www.w3.org/ns/csvw#",
"clioind": "http://iisg.amsterdam/clio/indicator/",
"dc11": "http://purl.org/dc/elements/1.1/",
"canfam-dimension": "http://data.socialhistory.org/vocab/canfam/dimension/",
"napp-eng81": "http://iisg.amsterdam/napp/dataset/englandwales1881/",
"canfam": "http://iisg.amsterdam/canfam/dataset/canada1901/",
"napp-sct81": "http://iisg.amsterdam/napp/dataset/scotland1881/",
"sdmx-measure": "http://purl.org/linked-data/sdmx/2009/measure#",
"qb": "http://purl.org/linked-data/cube#",
"hisclass5": "http://iisg.amsterdam/hisclass5/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#",
"napp-dimension": "http://data.socialhistory.org/vocab/napp/dimension/"
}
],
"dc:title": "test.csv",
"@id": "https://iisg.amsterdam/resource/test.csv",
"dc:modified": {
"@value": "2017-11-01",
"@type": "xsd:date"
},
"tableSchema": {
"aboutUrl": "{_row}",
"primaryKey": "Rank",
"columns": [
{
"datatype": "string",
"titles": [
"Rank"
],
"@id": "https://iisg.amsterdam/resource/test.csv/column/Rank",
"name": "Rank",
"dc:description": "Rank"
},
{
"titles": [
"Country"
],
"@id": "https://iisg.amsterdam/resource/test.csv/column/Country",
"name": "Country",
"dc:description": "Country",
"propertyUrl": "clioind:country",
"valueUrl": "clioctr:{Country}"
},
{
"datatype": "string",
"titles": [
"Int"
],
"@id": "https://iisg.amsterdam/resource/test.csv/column/Int",
"name": "Int",
"dc:description": "Int"
},
{
"virtual": true,
"aboutUrl": "clioind:country/{Country}",
"propertyUrl": "skos:exactMatch",
"valueUrl": "sdmx-dimension:{Country}"
}
]
}
}