-
Notifications
You must be signed in to change notification settings - Fork 15
/
data.csv-metadata.json
46 lines (46 loc) · 1.48 KB
/
data.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
{
"@context": "http://www.w3.org/ns/csvw",
"url": "data.csv",
"tableSchema": {
"aboutUrl": "http://avaa.tdata.fi/{date}",
"columns": [{
"name": "date",
"propertyUrl": "http://purl.obolibrary.org/obo/STATO_0000093",
"dc:description": "The ISO date at which the event occurred",
"datatype": {
"base": "date",
"format": "yyyy-MM-dd"
}
},{
"name": "start",
"propertyUrl": "http://purl.obolibrary.org/obo/RO_0002537",
"dc:description": "The ISO event start time",
"datatype": {
"base": "time",
"format": "HH:mm"
}
},{
"name": "end",
"propertyUrl": "http://purl.obolibrary.org/obo/RO_0002538",
"dc:description": "The ISO event end time",
"datatype": {
"base": "time",
"format": "HH:mm"
}
},{
"name": "class",
"propertyUrl": "http://purl.obolibrary.org/obo/OBI_0000999",
"dc:description": "The event classification according to the dal Maso et al. scheme",
"datatype": {
"base": "string",
"format": "Ia|Ib|II"
},
"valueUrl": "http://avaa.tdata.fi/class/{class}"
},{
"name": "type",
"virtual": true,
"propertyUrl": "rdf:type",
"valueUrl": "http://purl.obolibrary.org/obo/ENVO_01001372"
}]
}
}