-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.php
105 lines (98 loc) · 2.23 KB
/
config.php
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
<?php
declare(strict_types=1);
return [
'relationId' => 54094,
'languages' => ['de', 'en', 'fr', 'nl'],
'exclude' => [
'relation' => [
3341377,
6620744,
8079002
],
'way' => [
15221322,
22664846,
22688085,
23045470,
23045734,
23598042,
23598098,
23782172,
23793992,
23793995,
24792435,
26114471,
26573618,
27182188,
28684997,
28803995,
28804343,
28958217,
29021413,
29021418,
29021421,
29025014,
29025059,
29211792,
29543493,
30293155,
33119697,
34005236,
35272082,
35694074,
37857242,
39702862,
40666367,
41428282,
41769324,
42404365,
42954006,
43926551,
51768960,
76171051,
80927283,
105040411,
117987876,
126494256,
129211992,
129212001,
133080658,
146080748,
147682495,
154507684,
154508000,
154509062,
154509114,
169739343,
253872698,
254501309,
255730203,
303496690,
306233647,
370872623,
418645572,
432891657,
484036162,
496138369,
571382401,
675686923,
721646443,
789007643,
935533401,
],
],
'gender' => [
'relation' => [],
'way' => [],
],
'instances' => [
'Q5' => true, // human
'Q2985549' => true, // mononymous person
'Q20643955' => true, // human biblical figure
'Q8436' => false, // family
'Q101352' => false, // family name
'Q327245' => false, // team
'Q3046146' => false, // married couple
'Q13417114' => false, // noble family
],
];