-
Notifications
You must be signed in to change notification settings - Fork 8
/
data.json
64 lines (64 loc) · 2.07 KB
/
data.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
[
{
"enabled": false,
"api_url": "http://api.census.gov/data/XXXX/pep/population",
"year": ["2015"],
"response": "GEONAME,POP,state",
"get": "GEONAME,POP",
"for": "state:*",
"sparql": "SELECT * WHERE {?wd wdt:P882 XXX.}",
"summary": "Adding XXXX state population claim",
"items": [
{
"wiki_lookup_key": {
"beg_val": "US",
"api_cols": [2],
"end_val": ""
},
"api_value_column": 1,
"statement": "P1082",
"content": {
"qualifiers": [
["P585", ["time"]],
["P459", ["item", "Q15911027"]]
],
"references": {
"P248": ["id", "Q7229779"],
"P854": ["url", "https://www.census.gov/programs-surveys/popest.html"]
}
}
}
]
},
{
"enabled": true,
"api_url": "http://api.census.gov/data/XXXX/pep/population",
"year": ["2015"],
"response": "POP, GEONAME, state, county",
"get": "POP,GEONAME",
"for": "county:*",
"sparql": "SELECT * WHERE {?wd wdt:P882 XXX.}",
"summary": "Adding XXXX county population claim",
"items":[
{
"wiki_lookup_key": {
"beg_val": "",
"api_cols": [2,3],
"end_val": ""
},
"api_value_column": 0,
"statement": "P1082",
"content": {
"qualifiers": [
["P585", ["time"]],
["P459", ["item", "Q15911027"]]
],
"references": {
"P248": ["id", "Q7229779"],
"P854": ["url", "https://www.census.gov/programs-surveys/popest.html"]
}
}
}
]
}
]