File size: 49,753 Bytes
38b6321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
	<!ENTITY cmns-col "https://www.omg.org/spec/Commons/Collections/">
	<!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
	<!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
	<!ENTITY dct "http://purl.org/dc/terms/">
	<!ENTITY fibo-be-corp-corp "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/">
	<!ENTITY fibo-be-ge-usj "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/">
	<!ENTITY fibo-be-le-cb "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/">
	<!ENTITY fibo-be-le-fbo "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/">
	<!ENTITY fibo-be-oac-cctl "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/">
	<!ENTITY fibo-be-oac-cpty "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/">
	<!ENTITY fibo-be-plc-plc "https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/">
	<!ENTITY fibo-fbc-fct-bci "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/">
	<!ENTITY fibo-fbc-fct-breg "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/">
	<!ENTITY fibo-fbc-fct-fse "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/">
	<!ENTITY fibo-fbc-fct-mkt "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/">
	<!ENTITY fibo-fbc-fct-mkti "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/">
	<!ENTITY fibo-fbc-fct-ra "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/">
	<!ENTITY fibo-fbc-fct-usfsind "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/">
	<!ENTITY fibo-fbc-fct-usjrga "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/">
	<!ENTITY fibo-fbc-fct-usmkt "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/">
	<!ENTITY fibo-fbc-pas-fpas "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/">
	<!ENTITY fibo-fnd-plc-adr "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/">
	<!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
	<!ENTITY fibo-fnd-plc-vrt "https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/">
	<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
	<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
	<!ENTITY lcc-3166-1 "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/">
	<!ENTITY lcc-3166-2-us "https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
	xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
	xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
	xmlns:dct="http://purl.org/dc/terms/"
	xmlns:fibo-be-corp-corp="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"
	xmlns:fibo-be-ge-usj="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"
	xmlns:fibo-be-le-cb="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"
	xmlns:fibo-be-le-fbo="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"
	xmlns:fibo-be-oac-cctl="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"
	xmlns:fibo-be-oac-cpty="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"
	xmlns:fibo-be-plc-plc="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"
	xmlns:fibo-fbc-fct-bci="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/"
	xmlns:fibo-fbc-fct-breg="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"
	xmlns:fibo-fbc-fct-fse="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"
	xmlns:fibo-fbc-fct-mkt="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"
	xmlns:fibo-fbc-fct-mkti="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/"
	xmlns:fibo-fbc-fct-ra="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"
	xmlns:fibo-fbc-fct-usfsind="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"
	xmlns:fibo-fbc-fct-usjrga="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/"
	xmlns:fibo-fbc-fct-usmkt="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"
	xmlns:fibo-fbc-pas-fpas="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"
	xmlns:fibo-fnd-plc-adr="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"
	xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
	xmlns:fibo-fnd-plc-vrt="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"
	xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
	xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
	xmlns:lcc-3166-1="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"
	xmlns:lcc-3166-2-us="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:skos="http://www.w3.org/2004/02/skos/core#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
	
	<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/">
		<rdfs:label>US Markets and Exchanges Individuals</rdfs:label>
		<dct:abstract>This ontology includes extended individuals (examples that are more complete) for a sampling of markets operating in the US corresponding to the ISO 10383 Codes for exchanges and market identification (MIC).</dct:abstract>
		<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/NorthAmericanJurisdiction/USGovernmentEntitiesAndJurisdictions/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/FormalBusinessOrganizations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/ControlParties/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/PrivateLimitedCompanies/PrivateLimitedCompanies/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessCentersIndividuals/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/MarketsIndividuals/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USRegulatoryAgencies/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/Regions/ISO3166-2-SubdivisionCodes-US/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/20230301/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20180901/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/ version of this ontology was modified to support revisions of the MIC codes as of 11 January 2019, including the new URI strategy, and to move the registry definitions to a new international financial organizations ontology.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20190501/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals/ version of this ontology was modified to eliminate duplication of concepts in LCC, to simplify addresses, and to merge countries with locations in FND.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20200301/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20200701/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf version of this ontology was revised to replace references to the legacy LCC UnitedStates country representation with UnitedStatesOfAmerica.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20210301/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf version of this ontology was revised to restructure the various markets individuals per the changes to the markets ontology and replace references to revised individuals in the markets individuals ontology where appropriate.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20221201/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/AgentsAndPeople/AgentsFBC/20230101/FunctionalEntities/NorthAmericanEntities/USMarketsAndExchangesIndividuals.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 2018-2023 EDM Council, Inc.</cmns-av:copyright>
		<cmns-av:copyright>Copyright (c) 2018-2023 Object Management Group, Inc.</cmns-av:copyright>
	</owl:Ontology>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>CBOE Global Markets, Inc. business entity identifier</rdfs:label>
		<skos:definition>Delaware Division of Corporations business entity identifier for CBOE Global Markets, Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>4205301</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>CBOE Global Markets date established</rdfs:label>
		<skos:definition>date that CBOE Global Markets, Inc. was established per their registration with the Delaware Division of Corporations</skos:definition>
		<cmns-dt:hasDateValue>2006-08-15</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsHeadquartersAddress">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<rdfs:label>CBOE Global Markets headquarters address</rdfs:label>
		<skos:definition>the headquarters address for CBOE Global Markets, Inc.</skos:definition>
		<fibo-fnd-plc-adr:hasAddressLine1>400 South LaSalle Street</fibo-fnd-plc-adr:hasAddressLine1>
		<fibo-fnd-plc-adr:hasPostalCode>60605</fibo-fnd-plc-adr:hasPostalCode>
		<fibo-fnd-plc-loc:hasCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fnd-plc-loc:hasMunicipality rdf:resource="&fibo-fbc-fct-bci;Chicago"/>
		<fibo-fnd-plc-loc:hasSubdivision rdf:resource="&lcc-3166-2-us;Illinois"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsInc-US-DE">
		<rdf:type rdf:resource="&fibo-be-le-cb;StockCorporation"/>
		<rdfs:label>CBOE Global Markets, Inc. US-DE</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.bloomberg.com/"/>
		<skos:definition>the CBOE Global Markets, Inc. legal entity that is a Delaware corporation</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsHeadquartersAddress"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usjrga;CorporationTrustCompany"/>
		<fibo-fnd-rel-rel:hasLegalName>CBOE Global Markets, Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;ChicagoBoardOptionsExchange">
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;OperatingLevelMarket"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;Facility-XCBO"/>
		<rdfs:label>Chicago Board Options Exchange</rdfs:label>
		<skos:definition>Chicago Board Options Exchange operating-level market founded in 1973 that is the world&apos;s largest options market with contracts focusing on individual equities, indexes, and interest rates</skos:definition>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;ChicagoBoardOptionsExchangeDateEstablished"/>
		<fibo-fbc-fct-mkt:hasFacilityAcronym>CBOE</fibo-fbc-fct-mkt:hasFacilityAcronym>
		<fibo-fbc-fct-mkt:operatesInCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fbc-fct-mkt:operatesInMunicipality rdf:resource="&fibo-fbc-fct-bci;Chicago"/>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.cboe.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasFormalName>Chicago Board Options Exchange</fibo-fnd-rel-rel:hasFormalName>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usmkt;ChicagoBoardOptionsExchangeAsServiceProvider"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;ChicagoBoardOptionsExchangeAsServiceProvider">
		<rdf:type rdf:resource="&fibo-be-oac-cpty;DeJureControllingInterestParty"/>
		<rdf:type rdf:resource="&fibo-be-oac-cpty;EntityControllingParty"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;HoldingCompany"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;ServiceProvider-L-529900RLNSGA90UPEH54"/>
		<rdfs:label>Chicago Board Options Exchange as service provider</rdfs:label>
		<skos:definition>Chicago Board Options Exchange (CBOE) in its role as a financial service provider and holding company, which is one of the world&apos;s largest exchange holding companies, offering cutting-edge trading and investment solutions to investors around the world. CBOE offers trading across a diverse range of products in multiple asset classes and geographies, including options, futures, U.S. and European equities, exchange-traded products (ETPs), global foreign exchange (FX), and multi-asset volatility products. Our trading venues include the largest options exchange in the U.S. and the largest stock exchange by value traded in Europe. In addition, the company is the second-largest stock exchange operator in the U.S. and a leading market globally for ETP trading.</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;CBOEGlobalMarketsInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;ChicagoBoardOptionsExchangeDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>Chicago Board Options Exchange date established</rdfs:label>
		<skos:definition>date that the Chicago Board Options Exchange was established</skos:definition>
		<cmns-dt:hasDateValue>1973-04-26</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;IntercontinentalExchangeHoldings">
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;HoldingCompany"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdfs:label>Intercontinental Exchange Holdings</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.theice.com/"/>
		<skos:definition>Intercontinental Exchange holding company and financial service provider that owns exchanges for financial and commodity markets, and operates 23 regulated exchanges and marketplaces</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usfsind;IntercontinentalExchangeInc-US-DE"/>
		<cmns-av:abbreviation>ICE</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEAmericanOptions">
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;MarketSegmentLevelMarket"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;Facility-AMXO"/>
		<rdfs:label>NYSE American Options</rdfs:label>
		<skos:definition>NYSE (New York Stock Exchange) American Options segment-level market that is an options trading platform under the name AMEX options exchange which facilitates trading of the options on domestic stocks; American depository receipts; broad-based, industry sector, and international indexes; exchange traded funds; HOLDRS; LEAPS; and equity and index FLEX options</skos:definition>
		<fibo-fbc-fct-breg:hasPriorLegalName>American Stock Exchange</fibo-fbc-fct-breg:hasPriorLegalName>
		<fibo-fbc-fct-breg:hasPriorLegalName>NYSE Amex Options</fibo-fbc-fct-breg:hasPriorLegalName>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsDateEstablished"/>
		<fibo-fbc-fct-mkt:hasFacilityAcronym>NYSE</fibo-fbc-fct-mkt:hasFacilityAcronym>
		<fibo-fbc-fct-mkt:operatesInCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fbc-fct-mkt:operatesInMunicipality rdf:resource="&fibo-fbc-fct-bci;New_York"/>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/markets/american-options</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasFormalName>NYSE American Options</fibo-fnd-rel-rel:hasFormalName>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsAsServiceProvider"/>
		<cmns-col:isPartOf rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchange"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsAsServiceProvider">
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;ServiceProvider-NYSEAMEXOPTIONS"/>
		<rdfs:label>NYSE American Options as service provider</rdfs:label>
		<skos:definition>NYSE (New York Stock Exchange) American Options functional entity that operates an options trading platform under the name AMEX options exchange, facilitating trading of options on domestic stocks; American depository receipts; broad-based, industry sector, and international indexes; exchange traded funds; HOLDRS; LEAPS; and equity and index FLEX options</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsLLC-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>NYSE American Options, LLC business entity identifier</rdfs:label>
		<skos:definition>the Delaware Division of Corporations business entity identifier for NYSE American Options LLC</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>4982468</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsLLC-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>NYSE American Options LLC date established</rdfs:label>
		<skos:definition>date that NYSE American Options LLC was established</skos:definition>
		<cmns-dt:hasDateValue>2011-05-13</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsLLC-US-DE">
		<rdf:type rdf:resource="&fibo-be-plc-plc;PrivateCompanyWithLimitedLiability"/>
		<rdfs:label>NYSE American Options LLC US-DE</rdfs:label>
		<skos:definition>the NYSE American Options LLC legal entity that is a Delaware limited liability company</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeHeadquartersAddress"/>
		<fibo-be-oac-cctl:hasDomesticUltimateParent rdf:resource="&fibo-fbc-fct-usfsind;IntercontinentalExchange"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEAmericanOptionsDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroup-Delaware"/>
		<fibo-fnd-rel-rel:hasLegalName>NYSE American Options LLC</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArca">
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;MarketSegmentLevelMarket"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;Facility-ARCX"/>
		<rdfs:label>NYSE Arca</rdfs:label>
		<skos:definition>NYSE Arca functional entity that is an electronic stock market, supporting trading of equity securities and options products listed in the United States, including trading exchange-traded funds (ETFs) and exchange-listed securities</skos:definition>
		<fibo-fbc-fct-breg:hasPriorLegalName>The Archipelago Exchange</fibo-fbc-fct-breg:hasPriorLegalName>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaDateEstablished"/>
		<fibo-fbc-fct-mkt:hasFacilityAcronym>NYSE</fibo-fbc-fct-mkt:hasFacilityAcronym>
		<fibo-fbc-fct-mkt:operatesInCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fbc-fct-mkt:operatesInMunicipality rdf:resource="&fibo-fbc-fct-bci;Chicago"/>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasFormalName>NYSE Arca</fibo-fnd-rel-rel:hasFormalName>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaAsServiceProvider"/>
		<cmns-col:isPartOf rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchange"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaAsServiceProvider">
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;ServiceProvider-NYSEARCA"/>
		<rdfs:label>NYSE Arca as service provider</rdfs:label>
		<skos:definition>NYSE (New York Stock Exchange) Arca functional entity that operates an electronic stock market, supporting trading of equity securities and options products listed in the United States, including trading exchange-traded funds (ETFs) and exchange-listed securities</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>NYSE Arca, Inc. business entity identifier</rdfs:label>
		<skos:definition>the Delaware Division of Corporations business entity identifier for NYSE Arca, Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>787634</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>NYSE Arca date established</rdfs:label>
		<skos:definition>the date that NYSE Arca was established</skos:definition>
		<cmns-dt:hasDateValue>1882</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaHoldings">
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;HoldingCompany"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdfs:label>NYSE Arca Holdings</rdfs:label>
		<skos:definition>NYSE Group holding company and financial service provider that operates three listings exchanges, NYSE, NYSE American and NYSE Arca, each of which has a unique market model designed for corporate and ETF issuers, as well as NYSE National, which is a trading venue but not a listings market</skos:definition>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>NYSE Arca Holdings, Inc. business entity identifier</rdfs:label>
		<skos:definition>the Delaware Division of Corporations business entity identifier for NYSE Arca Holdings, Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>3703898</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsInc-US-DE">
		<rdf:type rdf:resource="&fibo-be-le-cb;StockCorporation"/>
		<rdfs:label>NYSE Arca Holdings, Inc. US-DE</rdfs:label>
		<skos:definition>NYSE Arca Holdings, Inc. legal entity that is a Delaware corporation</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaIncHeadquartersAddress"/>
		<fibo-be-oac-cpty:hasMajorityControllingParty rdf:resource="&fibo-fbc-fct-usmkt;NYSEGroup"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsIncDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usjrga;CorporationTrustCompany"/>
		<fibo-fnd-rel-rel:hasLegalName>NYSE Arca Holdings, Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaHoldingsIncDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>NYSE Arca Holdings, Inc. date established</rdfs:label>
		<skos:definition>date that NYSE Arca Holdings, Inc. was established as a Delaware corporation</skos:definition>
		<cmns-dt:hasDateValue>2003-09-15</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaInc-US-DE">
		<rdf:type rdf:resource="&fibo-be-le-cb;StockCorporation"/>
		<rdfs:label>NYSE Arca, Inc. US-DE</rdfs:label>
		<skos:definition>the NYSE Arca, Inc. legal entity that is a Delaware corporation</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaIncHeadquartersAddress"/>
		<fibo-be-oac-cpty:hasMajorityControllingParty rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaHoldings"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEArcaIncDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroup-Delaware"/>
		<fibo-fnd-rel-rel:hasLegalName>NYSE Arca, Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaIncDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>NYSE Arca, Inc. date established</rdfs:label>
		<skos:definition>date that NYSE Arca, Inc. was established as a Delaware corporation</skos:definition>
		<cmns-dt:hasDateValue>1972-12-21</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEArcaIncHeadquartersAddress">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<rdfs:label>NYSE Arca, Inc. headquarters address</rdfs:label>
		<skos:definition>the headquarters address for NYSE Arca, Inc.</skos:definition>
		<fibo-fnd-plc-adr:hasAddressLine1>100 South Wacker Drive</fibo-fnd-plc-adr:hasAddressLine1>
		<fibo-fnd-plc-adr:hasAddressLine2>Suite 1800</fibo-fnd-plc-adr:hasAddressLine2>
		<fibo-fnd-plc-adr:hasPostalCode>60606</fibo-fnd-plc-adr:hasPostalCode>
		<fibo-fnd-plc-loc:hasCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fnd-plc-loc:hasMunicipality rdf:resource="&fibo-fbc-fct-bci;Chicago"/>
		<fibo-fnd-plc-loc:hasSubdivision rdf:resource="&lcc-3166-2-us;Illinois"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEDark">
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;DarkPool"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;MarketSegmentLevelMarket"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;Facility-NYSD"/>
		<rdfs:label>NYSE Dark</rdfs:label>
		<skos:definition>NYSE Dark segment-level market that is a segment of the NYSE involved in trading of dark pools</skos:definition>
		<fibo-fbc-fct-mkt:hasFacilityAcronym>NYSEDARK</fibo-fbc-fct-mkt:hasFacilityAcronym>
		<fibo-fbc-fct-mkt:operatesInCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fbc-fct-mkt:operatesInMunicipality rdf:resource="&fibo-fbc-fct-bci;New_York"/>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasFormalName>NYSE Dark</fibo-fnd-rel-rel:hasFormalName>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usfsind;IntercontinentalExchange"/>
		<cmns-col:isPartOf rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchange"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEGroup">
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;HoldingCompany"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdfs:label>NYSE Group</rdfs:label>
		<skos:definition>NYSE Group functional entity that operates three listings exchanges, NYSE, NYSE American and NYSE Arca, each of which has a unique market model designed for corporate and ETF issuers, as well as NYSE National, which is a trading venue but not a listings market</skos:definition>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NYSEGroupInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEGroupBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>NYSE Group, Inc. business entity identifier</rdfs:label>
		<skos:definition>the Delaware Division of Corporations business entity identifier for NYSE Group, Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>4160866</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NYSEGroupInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEGroupDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>NYSE Group, Inc. date established</rdfs:label>
		<skos:definition>the date that NYSE Group, Inc. was established</skos:definition>
		<cmns-dt:hasDateValue>2006-05-19</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEGroupInc-US-DE">
		<rdf:type rdf:resource="&fibo-be-le-cb;StockCorporation"/>
		<rdfs:label>NYSE Group, Inc. US-DE</rdfs:label>
		<skos:definition>NYSE Group, Inc. legal entity that is a Delaware corporation</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeHeadquartersAddress"/>
		<fibo-be-oac-cpty:hasMajorityControllingParty rdf:resource="&fibo-fbc-fct-usmkt;NYSEHoldings"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEGroupDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroup-Delaware"/>
		<fibo-fnd-rel-rel:hasLegalName>NYSE Group, Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEHoldings">
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;HoldingCompany"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdfs:label>NYSE Holdings</rdfs:label>
		<skos:definition>NYSE Holdings functional entity that through its subsidiaries, operates stock exchanges, including the New York Stock Exchange (NYSE), NYSE Arca, Inc., and NYSE MKT LLC in the United States; and European based exchanges comprising Euronext N.V. - the London, Paris, Amsterdam, Brussels, and Lisbon stock exchanges, as well as the NYSE Liffe derivatives markets in London, Paris, Amsterdam, Brussels, and Lisbon</skos:definition>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NYSEHoldingsLLC-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEHoldingsBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>NYSE Holdings LLC business entity identifier</rdfs:label>
		<skos:definition>Delaware Division of Corporations business entity identifier for NYSE Holdings LLC</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>5257784</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NYSEHoldingsLLC-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEHoldingsDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;Date"/>
		<rdfs:label>NYSE Holdings LLC date established</rdfs:label>
		<skos:definition>the date that NYSE Holdings LLC was established as a Delaware limited liability company</skos:definition>
		<cmns-dt:hasDateValue>2012-12-12</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NYSEHoldingsLLC-US-DE">
		<rdf:type rdf:resource="&fibo-be-plc-plc;PrivateCompanyWithLimitedLiability"/>
		<rdfs:label>NYSE Holdings LLC US-DE</rdfs:label>
		<skos:definition>the NYSE Holdings LLC legal entity that is a Delaware limited liability company</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeHeadquartersAddress"/>
		<fibo-be-oac-cctl:hasDomesticUltimateParent rdf:resource="&fibo-fbc-fct-usfsind;IntercontinentalExchange"/>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NYSEHoldingsDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroup-Delaware"/>
		<fibo-fnd-rel-rel:hasLegalName>NYSE Group, Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchange">
		<rdf:type rdf:resource="&fibo-fbc-fct-mkt;OperatingLevelMarket"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;Facility-XNYS"/>
		<rdfs:label>New York Stock Exchange</rdfs:label>
		<skos:definition>New York Stock Exchange operating-level market founded in 1792 that is a market place for trading of common stock and other securities</skos:definition>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeDateEstablished"/>
		<fibo-fbc-fct-mkt:hasFacilityAcronym>NYSE</fibo-fbc-fct-mkt:hasFacilityAcronym>
		<fibo-fbc-fct-mkt:operatesInCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fbc-fct-mkt:operatesInMunicipality rdf:resource="&fibo-fbc-fct-bci;New_York"/>
		<fibo-fnd-plc-vrt:hasWebsite rdf:datatype="&xsd;anyURI">https://www.nyse.com/</fibo-fnd-plc-vrt:hasWebsite>
		<fibo-fnd-rel-rel:hasFormalName>New York Stock Exchange</fibo-fnd-rel-rel:hasFormalName>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeAsServiceProvider"/>
		<cmns-av:explanatoryNote>The New York Stock Exchange is a leading global cash equity exchange. It is the leading equity exchange for initial public offerings, or IPOs, globally, and enables companies seeking to raise capital to become publicly listed through the IPO process upon meeting exchange listing standards. In addition to common stocks, preferred stocks and warrants, the NYSE lists structured products, such as capital securities and mandatory convertible securities. In addition, NYSE operates NYSE Bonds, an electronic trading platform with transparent pricing for debt securities, including corporate bonds.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeAsServiceProvider">
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<owl:sameAs rdf:resource="&fibo-fbc-fct-mkti;ServiceProvider-NEWYORKSTOCKEXCHANGEINC"/>
		<rdfs:label>New York Stock Exchange as service provider</rdfs:label>
		<skos:definition>New York Stock Exchange (NYSE) functional entity that manages the NYSE operating-level market</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLC-US-NY"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>New York Stock Exchange date established</rdfs:label>
		<skos:definition>date that the New York Stock Exchange was founded</skos:definition>
		<cmns-dt:hasDateValue>1792-05-17</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeHeadquartersAddress">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<rdfs:label>New York Stock Exchange headquarters address</rdfs:label>
		<skos:definition>headquarters address for the New York Stock Exchange</skos:definition>
		<fibo-fnd-plc-adr:hasAddressLine1>11 Wall Street</fibo-fnd-plc-adr:hasAddressLine1>
		<fibo-fnd-plc-adr:hasPostalCode>10005</fibo-fnd-plc-adr:hasPostalCode>
		<fibo-fnd-plc-loc:hasCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fnd-plc-loc:hasMunicipality rdf:resource="&fibo-fbc-fct-bci;New_York"/>
		<fibo-fnd-plc-loc:hasSubdivision rdf:resource="&lcc-3166-2-us;NewYork"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLC-US-NY">
		<rdf:type rdf:resource="&fibo-be-plc-plc;PrivateCompanyWithLimitedLiability"/>
		<rdfs:label>New York Stock Exchange LLC US-NY</rdfs:label>
		<skos:definition>New York Stock Exchange LLC legal entity that is a New York domestic limited liability company, which is the successor organization to New York Stock Exchange, Inc.</skos:definition>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeHeadquartersAddress"/>
		<fibo-be-oac-cpty:hasMajorityControllingParty rdf:resource="&fibo-fbc-fct-usmkt;NYSEGroup"/>
		<fibo-fbc-fct-breg:hasPriorLegalName>New York Stock Exchange Inc.</fibo-fbc-fct-breg:hasPriorLegalName>
		<fibo-fbc-fct-fse:hasDateEstablished rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLCDateEstablished"/>
		<fibo-fbc-pas-fpas:hasLegalAgent rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroup-NewYork"/>
		<fibo-fnd-rel-rel:hasLegalName>New York Stock Exchange LLC</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLCBusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>New York Stock Exchange LLC business entity identifier</rdfs:label>
		<skos:definition>the New York Department of State Division of Corporations business entity identifier for New York Stock Exchange LLC</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;NewYorkBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>3230916</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLC-US-NY"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;NewYorkStockExchangeLLCDateEstablished">
		<rdf:type rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>New York Stock Exchange LLC date established</rdfs:label>
		<skos:definition>date that the New York Stock Exchange LLC was established as a New York limited liability company</skos:definition>
		<cmns-dt:hasDateValue>2005-07-14</cmns-dt:hasDateValue>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroup-Delaware">
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;AgentForServiceOfProcess"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;ThirdPartyAgent"/>
		<rdfs:label>United Agent Group - Delaware</rdfs:label>
		<skos:definition>registration and legal agency role of the Delaware-based, United Agent Group subsidiary of Corporate Creations Network, Inc., which has operating units throughout the US</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroup-NewYork">
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;AgentForServiceOfProcess"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;ThirdPartyAgent"/>
		<rdfs:label>United Agent Group - New York</rdfs:label>
		<skos:definition>registration and legal agency role of the New York-based, United Agent Group subsidiary of Corporate Creations Network, Inc., which has operating units throughout the US</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE">
		<rdf:type rdf:resource="&fibo-be-le-cb;Corporation"/>
		<rdfs:label>United Agent Group Inc. US-DE</rdfs:label>
		<skos:definition>United Agent Group Inc. legal entity, registered in Delaware, that provides registered agent and incorporation services</skos:definition>
		<fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfDelawareJurisdiction"/>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE-HeadquartersAddress"/>
		<fibo-fnd-rel-rel:hasLegalName>United Agent Group Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE-BusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>United Agent Group Inc. US-DE business entity identifier</rdfs:label>
		<skos:definition>Delaware Department of Corporations business entity identifier for the United Agent Group Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;DelawareBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>5991300</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-DE-HeadquartersAddress">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:label>United Agent Group Inc. US-DE headquarters address</rdfs:label>
		<skos:definition>headquarters address for the United Agent Group Inc. US-DE</skos:definition>
		<fibo-fnd-plc-adr:hasAddressLine1>3411 Silverside Road</fibo-fnd-plc-adr:hasAddressLine1>
		<fibo-fnd-plc-adr:hasAddressLine2>Tatnall Building STE 104</fibo-fnd-plc-adr:hasAddressLine2>
		<fibo-fnd-plc-adr:hasPostalCode>19810</fibo-fnd-plc-adr:hasPostalCode>
		<fibo-fnd-plc-loc:hasCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fnd-plc-loc:hasMunicipality rdf:resource="&fibo-fbc-fct-bci;Wilmington"/>
		<fibo-fnd-plc-loc:hasSubdivision rdf:resource="&lcc-3166-2-us;Delaware"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY">
		<rdf:type rdf:resource="&fibo-be-le-cb;Corporation"/>
		<rdfs:label>United Agent Group Inc. US-NY</rdfs:label>
		<skos:definition>United Agent Group Inc. legal entity, registered in New York, that provides registered agent and incorporation services</skos:definition>
		<fibo-be-le-cb:isIncorporatedIn rdf:resource="&fibo-be-ge-usj;StateOfNewYorkJurisdiction"/>
		<fibo-be-le-fbo:hasHeadquartersAddress rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY-HeadquartersAddress"/>
		<fibo-fnd-rel-rel:hasLegalName>United Agent Group Inc.</fibo-fnd-rel-rel:hasLegalName>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY-BusinessEntityIdentifier">
		<rdf:type rdf:resource="&fibo-be-corp-corp;RegistrationIdentifier"/>
		<rdfs:label>United Agent Group Inc. US-NY business entity identifier</rdfs:label>
		<skos:definition>New York Department of State Division of Corporations business entity identifier for the United Agent Group Inc.</skos:definition>
		<fibo-fbc-fct-ra:isRegisteredIn rdf:resource="&fibo-fbc-fct-usjrga;NewYorkBusinessEntitiesRegistry"/>
		<fibo-fnd-rel-rel:hasTag>4914572</fibo-fnd-rel-rel:hasTag>
		<cmns-id:identifies rdf:resource="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usmkt;UnitedAgentGroupInc-US-NY-HeadquartersAddress">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:label>United Agent Group Inc. US-NY headquarters address</rdfs:label>
		<skos:definition>headquarters address for the United Agent Group Inc. US-NY</skos:definition>
		<fibo-fnd-plc-adr:hasAddressLine1>15 North Mill Street</fibo-fnd-plc-adr:hasAddressLine1>
		<fibo-fnd-plc-adr:hasPostalCode>10960</fibo-fnd-plc-adr:hasPostalCode>
		<fibo-fnd-plc-loc:hasCityName>Nyack</fibo-fnd-plc-loc:hasCityName>
		<fibo-fnd-plc-loc:hasCountry rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
		<fibo-fnd-plc-loc:hasSubdivision rdf:resource="&lcc-3166-2-us;NewYork"/>
	</owl:NamedIndividual>

</rdf:RDF>