-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrganization.rsd
More file actions
255 lines (245 loc) · 27.1 KB
/
Organization.rsd
File metadata and controls
255 lines (245 loc) · 27.1 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<api:script>
<api:info title="Organization" desc="Returns a list of organizations. Filter by actual column names: [entity.location.city.name], [entity.name]. For employee count use pseudo-input: num_employees (e.g. WHERE num_employees = 5000). For capitalization range: cap_value_gt, cap_value_lt, cap_value_gte, cap_value_lte." other:queryslicercolumn="entity.location.city.name,entity.name" xmlns:other="http://apiscript.com/ns?v1">
<attr name="data:_id" xs:type="string" readonly="False" other:xPath="/json/data/_id" />
<attr name="entity.abnNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/abnNumbers" />
<attr name="entity.acnNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/acnNumbers" />
<attr name="entity.acquiredBy" xs:type="string" readonly="False" other:xPath="/json/data/entity/acquiredBy" />
<attr name="entity.allDescriptions" xs:type="string" readonly="False" other:xPath="/json/data/entity/allDescriptions" />
<attr name="entity.allNames" xs:type="string" readonly="False" other:xPath="/json/data/entity/allNames" />
<attr name="entity.allOriginHashes" xs:type="string" readonly="False" other:xPath="/json/data/entity/allOriginHashes" />
<attr name="entity.allUris" xs:type="string" readonly="False" other:xPath="/json/data/entity/allUris" />
<attr name="entity.angellistUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/angellistUri" />
<attr name="entity.anzSicClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/anzSicClassification" />
<attr name="entity.boardMembers" xs:type="string" readonly="False" other:xPath="/json/data/entity/boardMembers" />
<attr name="entity.canadianBusinessNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/canadianBusinessNumbers" />
<attr name="entity.capitalization.currency" xs:type="string" readonly="False" other:xPath="/json/data/entity/capitalization/currency" />
<attr name="entity.capitalization.value" xs:type="decimal" readonly="False" other:xPath="/json/data/entity/capitalization/value" />
<attr name="entity.categories" xs:type="string" readonly="False" other:xPath="/json/data/entity/categories" />
<attr name="entity.ceo.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/diffbotUri" />
<attr name="entity.ceo.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/image" />
<attr name="entity.ceo.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/name" />
<attr name="entity.ceo.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/summary" />
<attr name="entity.ceo.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/targetDiffbotId" />
<attr name="entity.ceo.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/type" />
<attr name="entity.ceo.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/ceo/types" />
<attr name="entity.companiesHouseIds" xs:type="string" readonly="False" other:xPath="/json/data/entity/companiesHouseIds" />
<attr name="entity.competitors" xs:type="string" readonly="False" other:xPath="/json/data/entity/competitors" />
<attr name="entity.crawlTimestamp" xs:type="int" readonly="False" other:xPath="/json/data/entity/crawlTimestamp" />
<attr name="entity.crunchbaseUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/crunchbaseUri" />
<attr name="entity.customers" xs:type="string" readonly="False" other:xPath="/json/data/entity/customers" />
<attr name="entity.description" xs:type="string" readonly="False" other:xPath="/json/data/entity/description" />
<attr name="entity.descriptors" xs:type="string" readonly="False" other:xPath="/json/data/entity/descriptors" />
<attr name="entity.diffbotClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/diffbotClassification" />
<attr name="entity.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/diffbotUri" />
<attr name="entity.emailAddresses" xs:type="string" readonly="False" other:xPath="/json/data/entity/emailAddresses" />
<attr name="entity.employeeCategories" xs:type="string" readonly="False" other:xPath="/json/data/entity/employeeCategories" />
<attr name="entity.facebookUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/facebookUri" />
<attr name="entity.founders" xs:type="string" readonly="False" other:xPath="/json/data/entity/founders" />
<attr name="entity.foundingDate.precision" xs:type="int" readonly="False" other:xPath="/json/data/entity/foundingDate/precision" />
<attr name="entity.foundingDate.str" xs:type="string" readonly="False" other:xPath="/json/data/entity/foundingDate/str" />
<!-- foundingDate.timestamp is milliseconds from Diffbot; divide by 1000 to get epoch seconds for datetime conversion -->
<attr name="entity.foundingDate.timestamp" xs:type="long" readonly="False" other:xPath="/json/data/entity/foundingDate/timestamp" />
<!-- foundingDate.datetime has been removed: other:xPathFormat formatters do not apply in FlattenedDocuments DataModel (cannot strip Diffbot's 'd' prefix),
and the column caused xPath conflicts making foundingDate.str or foundingDate.timestamp return NULL.
Use foundingDate.str for the date string (strip leading 'd' client-side) or foundingDate.timestamp for epoch milliseconds. -->
<attr name="entity.fullName" xs:type="string" readonly="False" other:xPath="/json/data/entity/fullName" />
<attr name="entity.githubUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/githubUri" />
<attr name="entity.googlePlusUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/googlePlusUri" />
<attr name="entity.homepageUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/homepageUri" />
<attr name="entity.iSicClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/iSicClassification" />
<attr name="entity.id" xs:type="string" readonly="False" other:xPath="/json/data/entity/id" />
<attr name="entity.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/image" />
<attr name="entity.images" xs:type="string" readonly="False" other:xPath="/json/data/entity/images" />
<attr name="entity.importance" xs:type="double" readonly="False" other:xPath="/json/data/entity/importance" />
<attr name="entity.indianCorporateIdentityNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/indianCorporateIdentityNumbers" />
<attr name="entity.industries" xs:type="string" readonly="False" other:xPath="/json/data/entity/industries" />
<attr name="entity.investments" xs:type="string" readonly="False" other:xPath="/json/data/entity/investments" />
<attr name="entity.ipo.date.precision" xs:type="int" readonly="False" other:xPath="/json/data/entity/ipo/date/precision" />
<attr name="entity.ipo.date.str" xs:type="string" readonly="False" other:xPath="/json/data/entity/ipo/date/str" />
<attr name="entity.ipo.date.timestamp" xs:type="long" readonly="False" other:xPath="/json/data/entity/ipo/date/timestamp" />
<attr name="entity.ipo.stockExchange" xs:type="string" readonly="False" other:xPath="/json/data/entity/ipo/stockExchange" />
<attr name="entity.irsEmployerIdentificationNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/irsEmployerIdentificationNumbers" />
<attr name="entity.isAcquired" xs:type="bool" readonly="False" other:xPath="/json/data/entity/isAcquired" />
<attr name="entity.isDissolved" xs:type="bool" readonly="False" other:xPath="/json/data/entity/isDissolved" />
<attr name="entity.isNonProfit" xs:type="bool" readonly="False" other:xPath="/json/data/entity/isNonProfit" />
<attr name="entity.isPublic" xs:type="bool" readonly="False" other:xPath="/json/data/entity/isPublic" />
<attr name="entity.israeliCompanyNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/israeliCompanyNumbers" />
<attr name="entity.japaneseCorporateNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/japaneseCorporateNumbers" />
<attr name="entity.legalEntities" xs:type="string" readonly="False" other:xPath="/json/data/entity/legalEntities" />
<attr name="entity.linkedInUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/linkedInUri" />
<attr name="entity.location.address" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/address" />
<attr name="entity.location.city.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/diffbotUri" />
<attr name="entity.location.city.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/image" />
<attr name="entity.location.city.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/name" />
<attr name="entity.location.city.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/summary" />
<attr name="entity.location.city.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/targetDiffbotId" />
<attr name="entity.location.city.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/type" />
<attr name="entity.location.city.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/city/types" />
<attr name="entity.location.country.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/diffbotUri" />
<attr name="entity.location.country.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/image" />
<attr name="entity.location.country.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/name" />
<attr name="entity.location.country.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/summary" />
<attr name="entity.location.country.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/targetDiffbotId" />
<attr name="entity.location.country.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/type" />
<attr name="entity.location.country.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/country/types" />
<attr name="entity.location.isCurrent" xs:type="bool" readonly="False" other:xPath="/json/data/entity/location/isCurrent" />
<attr name="entity.location.isPrimary" xs:type="bool" readonly="False" other:xPath="/json/data/entity/location/isPrimary" />
<attr name="entity.location.latitude" xs:type="double" readonly="False" other:xPath="/json/data/entity/location/latitude" />
<attr name="entity.location.longitude" xs:type="double" readonly="False" other:xPath="/json/data/entity/location/longitude" />
<attr name="entity.location.metroArea.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/diffbotUri" />
<attr name="entity.location.metroArea.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/image" />
<attr name="entity.location.metroArea.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/name" />
<attr name="entity.location.metroArea.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/summary" />
<attr name="entity.location.metroArea.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/targetDiffbotId" />
<attr name="entity.location.metroArea.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/type" />
<attr name="entity.location.metroArea.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/metroArea/types" />
<attr name="entity.location.postalCode" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/postalCode" />
<attr name="entity.location.precision" xs:type="double" readonly="False" other:xPath="/json/data/entity/location/precision" />
<attr name="entity.location.region.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/diffbotUri" />
<attr name="entity.location.region.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/image" />
<attr name="entity.location.region.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/name" />
<attr name="entity.location.region.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/summary" />
<attr name="entity.location.region.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/targetDiffbotId" />
<attr name="entity.location.region.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/type" />
<attr name="entity.location.region.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/region/types" />
<attr name="entity.location.street" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/street" />
<attr name="entity.location.subregion.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/diffbotUri" />
<attr name="entity.location.subregion.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/image" />
<attr name="entity.location.subregion.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/name" />
<attr name="entity.location.subregion.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/summary" />
<attr name="entity.location.subregion.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/targetDiffbotId" />
<attr name="entity.location.subregion.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/type" />
<attr name="entity.location.subregion.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/subregion/types" />
<attr name="entity.location.surfaceForm" xs:type="string" readonly="False" other:xPath="/json/data/entity/location/surfaceForm" />
<attr name="entity.locations" xs:type="string" readonly="False" other:xPath="/json/data/entity/locations" />
<attr name="entity.logo" xs:type="string" readonly="False" other:xPath="/json/data/entity/logo" />
<attr name="entity.monthlyTraffic" xs:type="long" readonly="False" other:xPath="/json/data/entity/monthlyTraffic" />
<attr name="entity.monthlyTrafficGrowth" xs:type="double" readonly="False" other:xPath="/json/data/entity/monthlyTrafficGrowth" />
<attr name="entity.motto" xs:type="string" readonly="False" other:xPath="/json/data/entity/motto" />
<attr name="entity.naceClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/naceClassification" />
<attr name="entity.nafClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/nafClassification" />
<attr name="entity.naicsClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/naicsClassification" />
<attr name="entity.naicsClassification2017" xs:type="string" readonly="False" other:xPath="/json/data/entity/naicsClassification2017" />
<!-- LIKE and = both map to the same DQL name: filter (Diffbot name matching is inherently fuzzy) -->
<attr name="entity.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/name" />
<attr name="entity.nbActiveEmployeeEdges" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbActiveEmployeeEdges" />
<attr name="entity.nbEmployees" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbEmployees" />
<attr name="entity.nbEmployeesMax" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbEmployeesMax" />
<attr name="entity.nbEmployeesMin" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbEmployeesMin" />
<attr name="entity.nbIncomingEdges" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbIncomingEdges" />
<attr name="entity.nbLocations" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbLocations" />
<attr name="entity.nbOrigins" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbOrigins" />
<attr name="entity.nbUniqueInvestors" xs:type="int" readonly="False" other:xPath="/json/data/entity/nbUniqueInvestors" />
<attr name="entity.norwegianOrganizationNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/norwegianOrganizationNumbers" />
<attr name="entity.npiNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/npiNumbers" />
<attr name="entity.origin" xs:type="string" readonly="False" other:xPath="/json/data/entity/origin" />
<attr name="entity.origins" xs:type="string" readonly="False" other:xPath="/json/data/entity/origins" />
<attr name="entity.parentCompany.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/diffbotUri" />
<attr name="entity.parentCompany.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/image" />
<attr name="entity.parentCompany.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/name" />
<attr name="entity.parentCompany.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/summary" />
<attr name="entity.parentCompany.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/targetDiffbotId" />
<attr name="entity.parentCompany.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/type" />
<attr name="entity.parentCompany.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/parentCompany/types" />
<attr name="entity.partnerships" xs:type="string" readonly="False" other:xPath="/json/data/entity/partnerships" />
<attr name="entity.phoneNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/phoneNumbers" />
<attr name="entity.predecessors" xs:type="string" readonly="False" other:xPath="/json/data/entity/predecessors" />
<attr name="entity.quarterlyRevenues" xs:type="string" readonly="False" other:xPath="/json/data/entity/quarterlyRevenues" />
<attr name="entity.remoteScore" xs:type="double" readonly="False" other:xPath="/json/data/entity/remoteScore" />
<attr name="entity.revenue.currency" xs:type="string" readonly="False" other:xPath="/json/data/entity/revenue/currency" />
<attr name="entity.revenue.value" xs:type="decimal" readonly="False" other:xPath="/json/data/entity/revenue/value" />
<attr name="entity.secCentralIndexKeys" xs:type="string" readonly="False" other:xPath="/json/data/entity/secCentralIndexKeys" />
<attr name="entity.secForms" xs:type="string" readonly="False" other:xPath="/json/data/entity/secForms" />
<attr name="entity.sicClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/sicClassification" />
<attr name="entity.sirenCodes" xs:type="string" readonly="False" other:xPath="/json/data/entity/sirenCodes" />
<attr name="entity.ssbClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/ssbClassification" />
<attr name="entity.stock.exchange" xs:type="string" readonly="False" other:xPath="/json/data/entity/stock/exchange" />
<attr name="entity.stock.from.precision" xs:type="int" readonly="False" other:xPath="/json/data/entity/stock/from/precision" />
<attr name="entity.stock.from.str" xs:type="string" readonly="False" other:xPath="/json/data/entity/stock/from/str" />
<attr name="entity.stock.from.timestamp" xs:type="long" readonly="False" other:xPath="/json/data/entity/stock/from/timestamp" />
<attr name="entity.stock.isCurrent" xs:type="bool" readonly="False" other:xPath="/json/data/entity/stock/isCurrent" />
<attr name="entity.stock.symbol" xs:type="string" readonly="False" other:xPath="/json/data/entity/stock/symbol" />
<attr name="entity.subsidiaries" xs:type="string" readonly="False" other:xPath="/json/data/entity/subsidiaries" />
<attr name="entity.successors" xs:type="string" readonly="False" other:xPath="/json/data/entity/successors" />
<attr name="entity.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/summary" />
<attr name="entity.suppliers" xs:type="string" readonly="False" other:xPath="/json/data/entity/suppliers" />
<attr name="entity.technographics" xs:type="string" readonly="False" other:xPath="/json/data/entity/technographics" />
<attr name="entity.totalInvestment.currency" xs:type="string" readonly="False" other:xPath="/json/data/entity/totalInvestment/currency" />
<attr name="entity.totalInvestment.value" xs:type="decimal" readonly="False" other:xPath="/json/data/entity/totalInvestment/value" />
<attr name="entity.twitterUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/twitterUri" />
<attr name="entity.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/type" />
<attr name="entity.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/types" />
<attr name="entity.ukSicClassification" xs:type="string" readonly="False" other:xPath="/json/data/entity/ukSicClassification" />
<attr name="entity.ultimateParent.diffbotUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/diffbotUri" />
<attr name="entity.ultimateParent.image" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/image" />
<attr name="entity.ultimateParent.name" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/name" />
<attr name="entity.ultimateParent.summary" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/summary" />
<attr name="entity.ultimateParent.targetDiffbotId" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/targetDiffbotId" />
<attr name="entity.ultimateParent.type" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/type" />
<attr name="entity.ultimateParent.types" xs:type="string" readonly="False" other:xPath="/json/data/entity/ultimateParent/types" />
<attr name="entity.vatIdentificationNumbers" xs:type="string" readonly="False" other:xPath="/json/data/entity/vatIdentificationNumbers" />
<attr name="entity.wikipediaPageviews" xs:type="int" readonly="False" other:xPath="/json/data/entity/wikipediaPageviews" />
<attr name="entity.wikipediaPageviewsGrowth" xs:type="double" readonly="False" other:xPath="/json/data/entity/wikipediaPageviewsGrowth" />
<attr name="entity.wikipediaPageviewsLastQuarter" xs:type="int" readonly="False" other:xPath="/json/data/entity/wikipediaPageviewsLastQuarter" />
<attr name="entity.wikipediaPageviewsLastQuarterGrowth" xs:type="double" readonly="False" other:xPath="/json/data/entity/wikipediaPageviewsLastQuarterGrowth" />
<attr name="entity.wikipediaPageviewsLastYear" xs:type="int" readonly="False" other:xPath="/json/data/entity/wikipediaPageviewsLastYear" />
<attr name="entity.wikipediaPageviewsLastYearGrowth" xs:type="double" readonly="False" other:xPath="/json/data/entity/wikipediaPageviewsLastYearGrowth" />
<attr name="entity.wikipediaUri" xs:type="string" readonly="False" other:xPath="/json/data/entity/wikipediaUri" />
<attr name="entity.yearlyRevenues" xs:type="string" readonly="False" other:xPath="/json/data/entity/yearlyRevenues" />
<attr name="entity_ctx.inner_hits.locations" xs:type="string" readonly="False" other:xPath="/json/data/entity_ctx/inner_hits/locations" />
<attr name="entity_ctx.matched_clauses" xs:type="string" readonly="False" other:xPath="/json/data/entity_ctx/matched_clauses" />
<attr name="score" xs:type="double" readonly="False" other:xPath="/json/data/score" />
<input name="entity.location.city.name" xs:type="string" required="False" />
<!-- num_employees is a named pseudo-input (not a real column) — avoids client-side post-filter mismatch with DQL nbEmployees> operator -->
<input name="num_employees" xs:type="Int" required="False" />
<!-- entity.name: supports = and LIKE; % wildcards are stripped since DQL name: is inherently fuzzy -->
<input name="entity.name" xs:type="string" required="False" />
<!-- capitalization.value operator inputs: use the one matching your SQL operator -->
<input name="cap_value_gt" xs:type="decimal" required="False" />
<input name="cap_value_lt" xs:type="decimal" required="False" />
<input name="cap_value_gte" xs:type="decimal" required="False" />
<input name="cap_value_lte" xs:type="decimal" required="False" />
</api:info>
<!-- Setting global parameters -->
<api:set attr="ContentType" value="application/json" />
<!-- Set authorization parameters -->
<!-- Using APIKey -->
<api:validate attr="_connection.APIToken" desc="The APIToken must be set in ProfileSettings connection property for authentication. See Help for more details." />
<api:set attr="auth" value="[_connection.APIToken]" />
<!-- Build the DQL query dynamically -->
<api:set attr="dqlquery" value="type:Organization" />
<api:check attr="_input.entity.location.city.name">
<api:set attr="dqlquery" value="[dqlquery]%20location.city.name:%22[_input.entity.location.city.name]%22" />
</api:check>
<api:check attr="_input.num_employees">
<api:set attr="dqlquery" value="[dqlquery]%20nbEmployees%3E[_input.num_employees]" />
</api:check>
<!-- entity.name: supports = and LIKE; % wildcards are stripped since DQL name: is inherently fuzzy for both = and LIKE -->
<api:check attr="_input.entity.name">
<api:set attr="dqlquery" value="[dqlquery]%20name:%22[_input.entity.name|Replace('%25','')]%22" />
</api:check>
<!-- capitalization.value operator passthrough to DQL -->
<api:check attr="_input.cap_value_gt">
<api:set attr="dqlquery" value="[dqlquery]%20capitalization.value%3E[_input.cap_value_gt]" />
</api:check>
<api:check attr="_input.cap_value_lt">
<api:set attr="dqlquery" value="[dqlquery]%20capitalization.value%3C[_input.cap_value_lt]" />
</api:check>
<api:check attr="_input.cap_value_gte">
<api:set attr="dqlquery" value="[dqlquery]%20capitalization.value%3E=[_input.cap_value_gte]" />
</api:check>
<api:check attr="_input.cap_value_lte">
<api:set attr="dqlquery" value="[dqlquery]%20capitalization.value%3C=[_input.cap_value_lte]" />
</api:check>
<api:set attr="URI" value="https://kg.diffbot.com/kg/v3/dql?token=[auth]&query=[dqlquery]" />
<api:set attr="XPath" value="/data" />
<api:set attr="DataModel" value="FlattenedDocuments" />
<api:set attr="PageIdColumns" value="True" />
<api:set attr="EnablePaging" value="False" />
<api:script method="GET">
<api:set attr="method" value="GET" />
<api:call op="apisadoExecuteJSONGet">
<api:push />
</api:call>
</api:script>
</api:script>