File size: 40,731 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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<?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-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
	<!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
	<!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
	<!ENTITY dct "http://purl.org/dc/terms/">
	<!ENTITY fibo-be-fct-fct "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/">
	<!ENTITY fibo-be-fct-pub "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
	<!ENTITY fibo-be-ge-ge "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/">
	<!ENTITY fibo-fbc-fct-eufseind "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/">
	<!ENTITY fibo-fbc-fct-fse "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/">
	<!ENTITY fibo-fbc-fct-ra "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/">
	<!ENTITY fibo-fbc-fct-rga "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/">
	<!ENTITY fibo-fbc-fct-usfsind "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/">
	<!ENTITY fibo-fbc-fi-fi "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/">
	<!ENTITY fibo-fbc-pas-fpas "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/">
	<!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
	<!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 fibo-sec-sec-id "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/">
	<!ENTITY fibo-sec-sec-idind "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentificationIndividuals/">
	<!ENTITY fibo-sec-sec-lst "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/">
	<!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/SEC/Securities/SecuritiesIdentificationIndividuals/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
	xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
	xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
	xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
	xmlns:dct="http://purl.org/dc/terms/"
	xmlns:fibo-be-fct-fct="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"
	xmlns:fibo-be-fct-pub="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
	xmlns:fibo-be-ge-ge="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"
	xmlns:fibo-fbc-fct-eufseind="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/"
	xmlns:fibo-fbc-fct-fse="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/"
	xmlns:fibo-fbc-fct-ra="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"
	xmlns:fibo-fbc-fct-rga="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"
	xmlns:fibo-fbc-fct-usfsind="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"
	xmlns:fibo-fbc-fi-fi="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"
	xmlns:fibo-fbc-pas-fpas="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"
	xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
	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:fibo-sec-sec-id="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"
	xmlns:fibo-sec-sec-idind="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentificationIndividuals/"
	xmlns:fibo-sec-sec-lst="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"
	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/SEC/Securities/SecuritiesIdentificationIndividuals/">
		<rdfs:label>Securities Identification Individuals Ontology</rdfs:label>
		<dct:abstract>This ontology defines concepts and primarily individuals required to identify securities, including the individuals that represent a number of well-known securities identifiers and related schemes, registries, and registration authorities.</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/FunctionalEntities/FunctionalEntities/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/EuropeanEntities/EuropeanFinancialServicesEntitiesIndividuals/"/>
		<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/NorthAmericanEntities/USFinancialServicesEntitiesIndividuals/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegulatoryAgencies/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
		<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://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIdentification/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/>
		<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/ContextualDesignators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Designators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20230301/Securities/SecuritiesIdentificationIndividuals/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20180801/Securities/SecuritiesIdentification/ version of this ontology was modified to correct several logic issues.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190601/Securities/SecuritiesIdentification/ version of this ontology was updated to represent identifiers as classes rather than individuals and rename (migrate) the hasDefinition property to isDefinedIn to clarify intent.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190701/Securities/SecuritiesIdentificationIndividuals/ version of this ontology was modified to restructure the concept of a listing and augment it with a number of relevant characteristics.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20191201/Securities/SecuritiesIdentificationIndividuals/ version of this ontology was modified to eliminate duplication of concepts with LCC and eliminate punning in individual definitions.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200301/Securities/SecuritiesIdentificationIndividuals/ version of this ontology was modified to replace &apos;characterizes&apos; with &apos;describes&apos;, which more accurately expresses the intent.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200701/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to eliminate confusion between listed security and listing (which caused reasoning issues) and add the Telekurs Id (now retired) and Valoren as securities identifiers.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20201201/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to correct a bad character in a note on the Valoren.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20210201/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to eliminate punning with respect to the FIGI registry entry.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20211201/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to correct a typo in an annotation property name.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20220101/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to address text formatting hygiene issues and clean up dead or irrelevant links.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20220101/Securities/SecuritiesIdentificationIndividuals.rdf version of this ontology was revised to replace &apos;financial information publisher&apos; with &apos;publisher&apos;.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20221001/Securities/SecuritiesIdentificationIndividuals.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/SEC/20230201/Securities/SecuritiesIdentificationIndividuals.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), eliminating redundancies in FIBO as appropriate.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 2016-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-eufseind;Clearstream">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;CentralSecuritiesDepository"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;ClearingBank"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-eufseind;Euroclear">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;CentralSecuritiesDepository"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-fse;ClearingBank"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-eufseind;LondonStockExchange">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalNumberingAgency"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-eufseind;SIXFinancialInformation">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalNumberingAgency"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usfsind;BloombergLP">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<fibo-fnd-rel-rel:manages rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistry"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fbc-fct-usfsind;ThomsonReuters">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;CGSCUSIPAccessRepository">
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumberRegistry"/>
		<rdfs:label>CGS CUSIP Access Repository</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://www.cusip.com/cusip/index.htm"/>
		<skos:definition>CGS (CUSIP Global Services) CUSIP Access services and repository, a proprietary repository of security identifiers, issued by CUSIP Global Services, that is the National Securities Identifying Number (NSIN) for securities issued in North America, which is also part of the ISIN for the security it identifies</skos:definition>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-sec-sec-idind;CUSIPGlobalServices"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;CUSIPGlobalServices">
		<rdf:type rdf:resource="&fibo-be-fct-pub;Publisher"/>
		<rdf:type rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalNumberingAgency"/>
		<rdfs:label>CUSIP Global Services</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.cusip.com/"/>
		<skos:definition>CUSIP Global Services financial services provider that is the national numbering agency (NNA) for CUSIPs in North America</skos:definition>
		<fibo-fnd-rel-rel:hasIdentity rdf:resource="&fibo-fbc-fct-usfsind;SPGlobalInc-US-NY"/>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;CUSIPInternationalNumberingSystemNumber">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryIdentifier"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CGSCUSIPAccessRepository"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CUSIPGlobalServices"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CUSIPGlobalServices"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CUSIPInternationalNumberingSystemScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fbc-fi-fi;Security"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>CUSIP International Numbering System (CINS) number</rdfs:label>
		<skos:definition>9-character alphanumeric identifier that employs the same 9 characters as CUSIP, but also contains a letter of the alphabet in the first position signifying the issuer&apos;s country or geographic region, issued by CUSIP Global Services</skos:definition>
		<cmns-av:abbreviation>CINS</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.cusip.com/cusip/about-cgs-identifiers.htm</cmns-av:adaptedFrom>
		<cmns-av:synonym>CINS number</cmns-av:synonym>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;CUSIPInternationalNumberingSystemScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>CUSIP International Numbering System (CINS) scheme</rdfs:label>
		<skos:definition>security identification scheme that extends the CUSIP scheme, used to identify securities outside of the United States and Canada for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<cmns-av:abbreviation>CINS scheme</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;CommitteeOnUniformSecuritiesIdentificationProceduresNumber">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryIdentifier"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumber"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CGSCUSIPAccessRepository"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CUSIPGlobalServices"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CUSIPGlobalServices"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CommitteeOnUniformSecuritiesIdentificationProceduresScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fbc-fi-fi;Security"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Committee on Uniform Securities Identification Procedures (CUSIP) number</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://www.cusip.com/cusip/about-cgs-identifiers.htm"/>
		<skos:definition>nine-character alphanumeric number that identifies all North American stocks and registered bonds for the purposes of facilitating clearing and settlement of trades, issued by CUSIP Global Services on behalf of the American Bankers&apos; Association, which is a part of Standard and Poor&apos;s Capital IQ, that is the National Numbering Agency Identifier for securities issued in North America, which is also part of the ISIN for the security it identifies</skos:definition>
		<cmns-av:abbreviation>CUSIP</cmns-av:abbreviation>
		<cmns-av:synonym>CUSIP number</cmns-av:synonym>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;CommitteeOnUniformSecuritiesIdentificationProceduresScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalSecurityIdentificationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>Committee on Uniform Securities Identification Procedures (CUSIP) scheme</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://www.cusip.com/cusip/about-cgs-identifiers.htm"/>
		<skos:definition>national security identification scheme used to identify all North American stocks and registered bonds for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<cmns-av:abbreviation>CUSIP scheme</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;CommonCodeRegistryEntry">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryEntry"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:allValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;isIncludedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CommonCodeRepository"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;EuroclearClearstreamCommonCode"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>common code registry entry</rdfs:label>
		<skos:definition>entry in a common code registry</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;CommonCodeRepository">
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;Registry"/>
		<rdfs:label>common code repository</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.isin.net/common-code-isin/"/>
		<skos:definition>distributed international repository of security identifiers, issued by Euroclear or Clearstream (CEDEL), that are used to identify securities in Europe for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-eufseind;Clearstream"/>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.isin.net/common-code-isin/</cmns-av:adaptedFrom>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;EuroclearClearstreamCommonCode">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryIdentifier"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:allValuesFrom>
					<owl:Class>
						<owl:oneOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fbc-fct-eufseind;Clearstream">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-fbc-fct-eufseind;Euroclear">
							</rdf:Description>
						</owl:oneOf>
					</owl:Class>
				</owl:allValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:allValuesFrom>
					<owl:Class>
						<owl:oneOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fbc-fct-eufseind;Clearstream">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-fbc-fct-eufseind;Euroclear">
							</rdf:Description>
						</owl:oneOf>
					</owl:Class>
				</owl:allValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;CommonCodeRepository"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;EuroclearClearstreamCommonCodeScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fbc-fi-fi;Security"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Euroclear Clearstream common code</rdfs:label>
		<skos:definition>nine-character alphanumeric securities identifier, issued in Luxembourg, jointly by Euroclear and Clearstream</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.isin.net/common-code-isin/</cmns-av:adaptedFrom>
		<cmns-av:synonym>common code</cmns-av:synonym>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;EuroclearClearstreamCommonCodeScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>Euroclear Clearstream common code scheme</rdfs:label>
		<skos:definition>nine-digit security identification scheme, defined originally by Euroclear and CEDEL (now Clearstream) that is used to identify securities in Europe for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<cmns-av:synonym>common code scheme</cmns-av:synonym>
		<cmns-dsg:describes rdf:resource="&fibo-sec-sec-idind;CommonCodeRepository"/>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifier">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-usfsind;BloombergLP"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-usfsind;BloombergLP"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistry"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:someValuesFrom>
					<owl:Class>
						<owl:unionOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fbc-fi-fi;FinancialInstrument">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-sec-sec-lst;Listing">
							</rdf:Description>
						</owl:unionOf>
					</owl:Class>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>financial instrument global identifier</rdfs:label>
		<skos:definition>financial instrument identifier that is defined as specified in the Object Management Group (OMG) Financial Instrument Global Identifier (FIGI) Specification</skos:definition>
		<cmns-av:abbreviation>FIGI</cmns-av:abbreviation>
		<cmns-av:explanatoryNote>While in most cases, a FIGI uniquely identifies a security, there are situations outside of the U.S. where it instead identifies a listing for a security, similarly to a ticker symbol.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistry">
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;Registry"/>
		<rdfs:label>Financial Instrument Global Identifier (FIGI) Registry</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.openfigi.com/"/>
		<skos:definition>open, OMG standards-based registry used by the FIGI registration authority to manage the financial instrument identifiers and related information that it registers according to the Financial Instrument Global Identifier (FIGI) standard</skos:definition>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-usfsind;BloombergLP"/>
		<cmns-av:abbreviation>FIGI Registry</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistryEntry">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryEntry"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;isIncludedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistry"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom>
					<owl:Class>
						<owl:unionOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fbc-fi-fi;FinancialInstrument">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-sec-sec-lst;Listing">
							</rdf:Description>
						</owl:unionOf>
					</owl:Class>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Financial Instrument Global Identifier (FIGI) registry entry</rdfs:label>
		<skos:definition>entry in a Financial Instrument Global Identifier (FIGI) registry</skos:definition>
		<cmns-av:abbreviation>FIGI registry entry</cmns-av:abbreviation>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierScheme">
		<rdf:type rdf:resource="&fibo-fbc-fct-ra;RegistrationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;FinancialInstrumentIdentificationScheme"/>
		<rdfs:label>financial instrument global identifier scheme</rdfs:label>
		<skos:definition>standard identification scheme for financial instrument identifiers (not limited to securities) and, in some cases, related listings, published by the Object Management Group (OMG)</skos:definition>
		<cmns-av:abbreviation>FIGI scheme</cmns-av:abbreviation>
		<cmns-dsg:describes rdf:resource="&fibo-sec-sec-idind;FinancialInstrumentGlobalIdentifierRegistry"/>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;FinancialTimesInteractiveDataScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>Financial Times interactive data scheme</rdfs:label>
		<skos:definition>proprietary identification scheme for securities identifiers managed by the Financial Times</skos:definition>
		<cmns-av:abbreviation>FTID scheme</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;ReutersInstrumentCode">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-usfsind;ThomsonReuters"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-usfsind;ThomsonReuters"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;ReutersInstrumentCodeScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Reuters instrument code</rdfs:label>
		<skos:definition>ticker-like identifier to identify financial instruments and indices owned, managed, and distributed by Thomson Reuters</skos:definition>
		<cmns-av:abbreviation>RIC</cmns-av:abbreviation>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;ReutersInstrumentCodeScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>Reuters instrument code scheme</rdfs:label>
		<skos:definition>proprietary identification scheme for securities identifiers managed by Thomson Reuters</skos:definition>
		<cmns-av:abbreviation>RIC scheme</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;SEDOLMasterFile">
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumberRegistry"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;SecurityRegistry"/>
		<rdfs:label>SEDOL Master File</rdfs:label>
		<skos:definition>repository of security identifiers, issued by the London Stock Exchange, that is the National Securities Identifying Number (NSIN) for securities issued in the United Kingdom, which is also part of the ISIN for the security it identifies</skos:definition>
		<fibo-fnd-rel-rel:isManagedBy rdf:resource="&fibo-fbc-fct-eufseind;LondonStockExchange"/>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;StockExchangeDailyOfficialListCode">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ListedSecurityIdentifier"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumber"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;LondonStockExchange"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;LondonStockExchange"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;SEDOLMasterFile"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;StockExchangeDailyOfficialListScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Stock Exchange Daily Official List (SEDOL) code</rdfs:label>
		<skos:definition>seven-character security identifier, issued by the London Stock Exchange, that is the National Securities Identifying Number (NSIN) for securities issued in the United Kingdom, which is also part of the ISIN for the security it identifies</skos:definition>
		<cmns-av:abbreviation>SEDOL code</cmns-av:abbreviation>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;StockExchangeDailyOfficialListScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalSecurityIdentificationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;SecurityIdentificationScheme"/>
		<rdfs:label>Stock Exchange Daily Official List (SEDOL) scheme</rdfs:label>
		<skos:definition>national security identification scheme used to identify all stocks and registered bonds in the United Kingdom for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<cmns-av:abbreviation>SEDOL scheme</cmns-av:abbreviation>
		<cmns-dsg:describes rdf:resource="&fibo-sec-sec-idind;SEDOLMasterFile"/>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;TelekursId">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;SIXFinancialInformation"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;SIXFinancialInformation"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;TelekursSecurityIdentifierScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Telekurs Id</rdfs:label>
		<skos:definition>identifier used to identify financial instruments owned, managed, and distributed by SIX Financial Information (formerly Telekurs AG and subsequently SIX Telekurs Ltd.)</skos:definition>
		<cmns-av:explanatoryNote>The Telekurs Id was phased out in favor of the Valoren (Valor Nummer in Swiss German) in 2013.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;TelekursSecurityIdentifierScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdfs:label>Telekurs security identifier scheme</rdfs:label>
		<skos:definition>proprietary identification scheme for securities identifiers formerly managed by SIX Telekurs Ltd, a subsidiary of the SIX Group (Swiss Infrastructure and eXchange), now SIX Financial Information AG</skos:definition>
		<cmns-av:abbreviation>Telekurs security ID scheme</cmns-av:abbreviation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-idind;Valoren">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ListedSecurityIdentifier"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumber"/>
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;SIXFinancialInformation"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:hasValue rdf:resource="&fibo-fbc-fct-eufseind;SIXFinancialInformation"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:hasValue rdf:resource="&fibo-sec-sec-idind;ValorenScheme"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Valoren</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://www.six-group.com/en/products-services/financial-information.html"/>
		<skos:definition>identification number assigned to financial instruments in Switzerland, Liechtenstein and Belgium, issued by SIX Financial Information, that is the National Securities Identifying Number (NSIN) for securities issued in those countries and is also part of the ISIN for the security it identifies</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.isin.net/valoren/</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>A VALOR code is between six and nine characters in length and like other securities identification codes (like ISIN, CUSIPs etc). A VALOR is utilized for identification purposes as well as clearing and settlement, similar to an ISIN code, and identifies debt and equity securities.</cmns-av:explanatoryNote>
		<cmns-av:synonym xml:lang="de">Valor</cmns-av:synonym>
		<cmns-av:synonym xml:lang="en">Valor</cmns-av:synonym>
		<cmns-av:synonym xml:lang="en">Valor Code</cmns-av:synonym>
		<cmns-av:synonym xml:lang="de">Valor Nummer</cmns-av:synonym>
		<cmns-av:synonym xml:lang="en">Valoren Code</cmns-av:synonym>
		<cmns-av:synonym xml:lang="en">Valoren Number</cmns-av:synonym>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-idind;ValorenScheme">
		<rdf:type rdf:resource="&fibo-sec-sec-id;NationalSecurityIdentificationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/>
		<rdf:type rdf:resource="&fibo-sec-sec-id;SecurityIdentificationScheme"/>
		<rdfs:label>Valoren scheme</rdfs:label>
		<skos:definition>national security identification scheme used to identify equity and debt securities in Switzerland, Liechtenstein and Belgium for the purposes of facilitating clearing and settlement of trades</skos:definition>
		<cmns-av:explanatoryNote>The VALOR number is a numeric code that intrinsically has no meaning. When a new VALOR is needed, the next one from the list is simply allocated. An instrument&apos;s number indicates nothing about the instrument itself.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>

</rdf:RDF>