forked from marco-bolo/csv-to-json-ld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataset.csv-metadata.json
More file actions
110 lines (110 loc) · 3.29 KB
/
Copy pathDataset.csv-metadata.json
File metadata and controls
110 lines (110 loc) · 3.29 KB
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
{
"@context": "http://www.w3.org/ns/csvw",
"tables": [
{
"url": "../data/Action.csv",
"tableSchema": "Action.schema.json",
"suppressOutput": true
},
{
"url": "../data/HowTo.csv",
"tableSchema": "HowTo.schema.json",
"suppressOutput": true
},
{
"url": "../data/HowToStep.csv",
"tableSchema": "HowToStep.schema.json",
"suppressOutput": true
},
{
"url": "../data/HowToTip.csv",
"tableSchema": "HowToTip.schema.json",
"suppressOutput": true
},
{
"url": "../data/Dataset.csv",
"tableSchema": "Dataset.schema.json",
"suppressOutput": false
},
{
"url": "../data/Organization.csv",
"tableSchema": "Organization.schema.json",
"suppressOutput": true
},
{
"url": "../data/ContactPoint.csv",
"tableSchema": "ContactPoint.schema.json",
"suppressOutput": true
},
{
"url": "../data/License.csv",
"tableSchema": "License.schema.json",
"suppressOutput": true
},
{
"url": "../data/PropertyValue.csv",
"tableSchema": "PropertyValue.schema.json",
"suppressOutput": true
},
{
"url": "../data/DataDownload.csv",
"tableSchema": "DataDownload.schema.json",
"suppressOutput": true
},
{
"url": "../data/SoftwareSourceCode.csv",
"tableSchema": "SoftwareSourceCode.schema.json",
"suppressOutput": true
},
{
"url": "../data/SoftwareApplication.csv",
"tableSchema": "SoftwareApplication.schema.json",
"suppressOutput": true
},
{
"url": "../data/Service.csv",
"tableSchema": "Service.schema.json",
"suppressOutput": true
},
{
"url": "../data/EmbargoStatement.csv",
"tableSchema": "EmbargoStatement.schema.json",
"suppressOutput": true
},
{
"url": "../data/PublishingStatusDefinedTerm.csv",
"tableSchema": "PublishingStatusDefinedTerm.schema.json",
"suppressOutput": true
},
{
"url": "../data/Place.csv",
"tableSchema": "Place.schema.json",
"suppressOutput": true
},
{
"url": "../data/GeoShape.csv",
"tableSchema": "GeoShape.schema.json",
"suppressOutput": true
},
{
"url": "../data/MonetaryGrant.csv",
"tableSchema": "MonetaryGrant.schema.json",
"suppressOutput": true
},
{
"url": "../data/Taxon.csv",
"tableSchema": "Taxon.schema.json",
"suppressOutput": true
},
{
"url": "../data/Audience.csv",
"tableSchema": "Audience.schema.json",
"suppressOutput": true
},
{
"url": "../out/validation/person-or-organization.csv",
"tableSchema": "unioned-identifiers.schema.json",
"suppressOutput": true
}
]
}