File size: 46,724 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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
	<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
	<!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-fct-pub "https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/">
	<!ENTITY fibo-be-le-lp "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/">
	<!ENTITY fibo-fbc-dae-dbt "https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/">
	<!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-fi-fi "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/">
	<!ENTITY fibo-fbc-pas-caa "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/">
	<!ENTITY fibo-fbc-pas-fpas "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/">
	<!ENTITY fibo-fnd-acc-aeq "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/">
	<!ENTITY fibo-fnd-acc-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
	<!ENTITY fibo-fnd-agr-agr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/">
	<!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
	<!ENTITY fibo-fnd-arr-doc "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/">
	<!ENTITY fibo-fnd-law-jur "https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/">
	<!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
	<!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
	<!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-iss "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/">
	<!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/SecuritiesIssuance/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
	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-fct-pub="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/Publishers/"
	xmlns:fibo-be-le-lp="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"
	xmlns:fibo-fbc-dae-dbt="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"
	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-fi-fi="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"
	xmlns:fibo-fbc-pas-caa="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/ClientsAndAccounts/"
	xmlns:fibo-fbc-pas-fpas="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"
	xmlns:fibo-fnd-acc-aeq="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"
	xmlns:fibo-fnd-acc-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
	xmlns:fibo-fnd-agr-agr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"
	xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
	xmlns:fibo-fnd-arr-doc="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"
	xmlns:fibo-fnd-law-jur="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"
	xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
	xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
	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-iss="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"
	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/SecuritiesIssuance/">
		<rdfs:label>Securities Issuance Ontology</rdfs:label>
		<dct:abstract>This ontology defines the fundamental concepts for issuing securities, including securities offering, offering document, offering statement, securities underwriter, prospectus, and so forth.</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/Publishers/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/Executives/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"/>
		<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/FinancialServicesEntities/"/>
		<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/ClientsAndAccounts/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/AccountingEquity/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/Jurisdiction/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Quantities/QuantitiesAndUnits/"/>
		<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/ContextualDesignators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20230601/Securities/SecuritiesIssuance/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20180801/Securities/SecuritiesIssuance/ version of this ontology was modified to refine the concept of a securities underwriter.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20181201/Securities/SecuritiesIssuance/ version of this ontology was modified to eliminate duplication of concepts in LCC.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200201/Securities/SecuritiesIssuance/ version of this ontology was modified to add the concept of the form the security is issued in, namely bearer or registered.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200401/Securities/SecuritiesIssuance/ version of this ontology was modified to refactor conversion terms as a child of redemption provision, move redemption provision to financial instruments, and eliminate the unnecessary securities contract terms class.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200801/Securities/SecuritiesIssuance/ version of this ontology was modified to add book entry form as a kind of registered security, make registered security a class with two individuals, namely book entry and &apos;bearer and registered&apos;, and clean up definitions to eliminate ambiguity where possible and conform to ISO 704.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20201201/Securities/SecuritiesIssuance/ version of this ontology was modified to clarify the definition of isIssuedInForm.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20211001/Securities/SecuritiesIssuance.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/20211001/Securities/SecuritiesIssuance/ version of this ontology was modified to address text formatting hygiene issues and eliminate dead links.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20230201/Securities/SecuritiesIssuance.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>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20230301/Securities/SecuritiesIssuance.rdf version of this ontology was modified to normalize the representation of security forms (all individuals rather than a mixed representation).</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:Class rdf:about="&fibo-fbc-fi-fi;FinancialInstrument">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;hasFinancialInstrumentShortName"/>
				<owl:onClass rdf:resource="&fibo-sec-sec-iss;FinancialInstrumentShortName"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fbc-fi-fi;Issuer">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;hasIssuerShortName"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				<owl:onDataRange rdf:resource="&xsd;string"/>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fbc-fi-fi;Security">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;isRegisteredWith"/>
				<owl:onClass rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;isIssuedInForm"/>
				<owl:onClass rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-iss;BearerAndRegisteredForm">
		<rdf:type rdf:resource="&fibo-fnd-arr-doc;Certificate"/>
		<rdf:type rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<rdfs:label>bearer and registered form</rdfs:label>
		<skos:definition>form of a security that may be issued in both bearer and registered form but with the same identification number</skos:definition>
		<cmns-av:adaptedFrom>ISO 10962:2019(E), Securities and related financial instruments - Classification of financial instruments (CFI) code, Fourth edition, 2019-10, clause 6.2.2</cmns-av:adaptedFrom>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-iss;BearerForm">
		<rdf:type rdf:resource="&fibo-fnd-arr-doc;Certificate"/>
		<rdf:type rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<rdfs:label>bearer form</rdfs:label>
		<skos:definition>form of a security that is not registered in the books of the issuer or of the registrar and is payable to the person possessing the stock or bond certificate</skos:definition>
		<cmns-av:adaptedFrom>ISO 10962:2019(E), Securities and related financial instruments - Classification of financial instruments (CFI) code, Fourth edition, 2019-10, clause 6.2.2</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Unlike normal registered instruments, no record is kept of who owns bearer instruments or of transactions involving the transfer of ownership.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;BestEffortsOffering">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<rdfs:label>best efforts offering</rdfs:label>
		<skos:definition>securities offering whereby investment bankers commit to doing their best to sell the securities offered, but do not assume the full risk of an underwriter</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>In a best efforts offering, the agreement is strictly an agency arrangement, with no obligation on the part of the agent to purchase the securities. They act as a broker, in other words.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-iss;BookEntryForm">
		<rdf:type rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<rdfs:label>book entry form</rdfs:label>
		<skos:definition>form of a security in which ownership is recorded electronically by a central depository</skos:definition>
		<cmns-av:synonym>registered form</cmns-av:synonym>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;ConversionTerms">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;RedemptionProvision"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;specifiesConversionInto"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>conversion terms</rdfs:label>
		<skos:definition>contract terms specifying when and how a security may be converted to another security (usually of the same issuer)</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;ConvertibleSecurity">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;Security"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasContractualElement"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;ConversionTerms"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>convertible security</rdfs:label>
		<skos:definition>security that can be converted into another security</skos:definition>
		<skos:example>Convertible securities may be convertible bonds or preferred stocks that pay regular interest and can be converted into shares of common stock (sometimes conditioned on the stock price appreciating to a predetermined level).</skos:example>
		<skos:example>Warrants are equity convertible securities. They give the owner the option to buy newly issued shares at a determined exercise price and date.</skos:example>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;ExemptIssuer">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;Issuer"/>
		<rdfs:label>exempt issuer</rdfs:label>
		<skos:definition>issuer that issues securities that are excused from certain regulatory reporting requirements</skos:definition>
		<skos:example>In general, these include governments and issuers of tax exempt securities such as municipalities, banks and depository institutions, and authorized insurance companies, railroads and public utilities, and certain non-profit organizations.</skos:example>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/exam-guide/series-66/regulation-of-securities/exempt-securities.asp</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;ExemptOffering">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;PublicOffering"/>
		<rdfs:subClassOf>
			<owl:Class>
				<owl:unionOf rdf:parseType="Collection">
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
						<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;ExemptIssuer"/>
					</owl:Restriction>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;embodies"/>
						<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;ExemptTransaction"/>
					</owl:Restriction>
				</owl:unionOf>
			</owl:Class>
		</rdfs:subClassOf>
		<rdfs:label>exempt offering</rdfs:label>
		<skos:definition>public offering involving securities that are excused from certain regulatory reporting requirements</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/exam-guide/series-66/regulation-of-securities/exempt-securities.asp</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Such an offering may be considered exempt either because the issuer is exempt or the transaction specific to the offering is exempt.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;ExemptTransaction">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;SecuritiesTransaction"/>
		<rdfs:label>exempt transaction</rdfs:label>
		<skos:definition>securities transaction for which there is no requirement to register the transaction with a regulatory agency</skos:definition>
		<skos:example>Examples include non-issuer transactions in outstanding securities, other isolated non-issuer transactions, certain unsolicited / de minimis transactions, fiduciary transactions, transactions with financial institutions, private placement transactions that meet certain conditions, and so forth.</skos:example>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/terms/e/exempttransaction.asp</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;FinancialInstrumentShortName">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;hasInstrumentDescription"/>
				<owl:onDataRange rdf:resource="&xsd;string"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;hasIssuerShortName"/>
				<owl:onDataRange rdf:resource="&xsd;string"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>financial instrument short name</rdfs:label>
		<skos:definition>abbreviated name for a financial instrument within a defined structure as specified in ISO 18774</skos:definition>
		<cmns-av:abbreviation>FISN</cmns-av:abbreviation>
		<cmns-av:adaptedFrom>ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN)</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;FirmCommitmentOffering">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<rdfs:label>firm commitment offering</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-sec-sec-iss;BestEffortsOffering"/>
		<skos:definition>securities offering whereby the underwriter purchases the securities outright for their own account</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-iss;MiscellaneousForm">
		<rdf:type rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<rdfs:label>miscellaneous form</rdfs:label>
		<skos:definition>form of a security that is not categorized</skos:definition>
		<cmns-av:adaptedFrom>ISO 10962:2019(E), Securities and related financial instruments - Classification of financial instruments (CFI) code, Fourth edition, 2019-10, clause 6.2.2</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Miscellaneous form is used to describe securities wherein the form is not stated as being bearer or registered.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;OfferingDocument">
		<rdfs:subClassOf rdf:resource="&fibo-be-fct-pub;Publication"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;LegalDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidenceFor"/>
				<owl:onClass rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-arr-doc;hasDateOfIssuance"/>
				<owl:onClass rdf:resource="&cmns-dt;Date"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-arr-doc;hasExpirationDate"/>
				<owl:onClass rdf:resource="&cmns-dt;Date"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>offering document</rdfs:label>
		<skos:definition>legal document that states the objectives, risks and terms of an investment</skos:definition>
		<cmns-av:adaptedFrom>EDM Council</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>There are many variations, including offering memorandum, which is typically used in the context of a private placement, offering statement, which has slightly different meanings depending on the context (for securities, for bonds, etc.) and so forth. This concept is intended to act as a more abstract parent for these more nuanced concepts.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;OfferingStatement">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;OfferingDocument"/>
		<rdfs:label>offering statement</rdfs:label>
		<skos:definition>offering memorandum that conforms to Regulation A, Offering Statement, of the Securities Act of 1933</skos:definition>
		<cmns-av:explanatoryNote>See https://www.sec.gov/about/forms/form1-a.pdf for the actual form detail</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;PrivateOffering">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;PrivatePlacementMemorandum"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>private offering</rdfs:label>
		<skos:definition>offering of securities made privately to a limited number of qualified potential investors</skos:definition>
		<cmns-av:adaptedFrom>EDM Council / Quarule</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Unlike a public offering, a private placement does not have to be registered with a regulatory agency if the securities are purchased for investment rather than resale.</cmns-av:explanatoryNote>
		<cmns-av:synonym>private placement</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;PrivatePlacementMemorandum">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;OfferingDocument"/>
		<rdfs:label>private placement memorandum</rdfs:label>
		<skos:definition>legal document stating the objectives, risks and terms of investment involved with a private placement</skos:definition>
		<cmns-av:abbreviation>PPM</cmns-av:abbreviation>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/terms/o/offeringmemorandum.asp</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>An offering memorandum serves to provide buyers with information on the offering and to protect the sellers from the liability associated with selling unregistered securities. It includes information such as the financial statements, management biographies, a detailed description of the business, etc.</cmns-av:explanatoryNote>
		<cmns-av:synonym>offering memorandum</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;Prospectus">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;OfferingDocument"/>
		<rdfs:label>prospectus</rdfs:label>
		<rdfs:seeAlso rdf:datatype="&xsd;anyURI">http://www.investopedia.com/terms/p/prospectus.asp</rdfs:seeAlso>
		<skos:definition>formal, written offering document to sell securities that provides the facts an investor needs to make an informed investment decision</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:adaptedFrom>The Securities Act of 1933, as amended 5 April 2012, see http://www.sec.gov/about/laws/sa33.pdf</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>A prospectus may specify the facts about an offering of securities, mutual funds, or limited partnerships for investments in oil, gas, equipment leasing, or other kinds of limited partnerships.</cmns-av:explanatoryNote>
		<cmns-av:explanatoryNote>In the United States, a prospectus may be a formal legal document, required by and filed with the Securities and Exchange Commission, if it provides details about an investment offering for sale to the public.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;PublicOffering">
		<rdfs:subClassOf rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;Prospectus"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>public offering</rdfs:label>
		<skos:definition>offering of securities for sale to the investment public, after compliance with registration requirements of the relevant regulatory authorities</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>In the US, public offerings generally require approval of the Securities Exchange Commission and/or relevant state regulators, unless the issuer is an exempt issuer, and are usually conducted by an investment banker or a syndicate made up of several investment bankers, at a price agreed upon between the issuer and the investment bankers.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-sec-sec-iss;RegisteredForm">
		<rdf:type rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<rdfs:label>registered form</rdfs:label>
		<skos:definition>form of a security whereby ownership is recorded in the name of the owner on the books of the issuer or the issuer&apos;s registrar and can only be transferred to another owner when endorsed by the registered owner</skos:definition>
		<cmns-av:adaptedFrom>ISO 10962:2019(E), Securities and related financial instruments - Classification of financial instruments (CFI) code, Fourth edition, 2019-10, clause 6.2.2</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>With registered securities, a ledger is kept by the issuing company or agent which records the owners of all the securities. Transfer of ownership can only occur when names are changed in the ledger.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;SecuritiesOffering">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-fpas;Offering"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-agr;Agreement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-pty;hasPartyInRole"/>
				<owl:onClass rdf:resource="&fibo-fbc-pas-fpas;ThirdPartyAgent"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-sec-sec-iss;isUnderwrittenBy"/>
				<owl:onClass rdf:resource="&fibo-sec-sec-iss;SecurityUnderwriter"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-fpas;hasOfferingPrice"/>
				<owl:onClass rdf:resource="&fibo-fnd-acc-cur;MonetaryPrice"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasGoverningJurisdiction"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-law-jur;Jurisdiction"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;OfferingDocument"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isIssuedBy"/>
				<owl:someValuesFrom>
					<owl:Class>
						<owl:unionOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fbc-fi-fi;Issuer">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-fbc-pas-fpas;Offeror">
							</rdf:Description>
						</owl:unionOf>
					</owl:Class>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>securities offering</rdfs:label>
		<skos:definition>offering of a security (or securities) for sale</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Finance and Investment Terms, Ninth Edition, 2014.</cmns-av:adaptedFrom>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>If the offering is public, then it can only be made after regulatory registration requirements have been met. The securities may be new or a secondary offering of a previously issued security, and may include stock, multiple classes of equity shares, municipal or other government bonds, and so forth. Offerings, especially to the investment public, are typically made by an investment banker, or syndicate of investment bankers.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;SecurityForm">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;ContractDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;realizes"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-acc-aeq;FinancialAsset"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>security form</rdfs:label>
		<skos:definition>nature of the proof of ownership of a security</skos:definition>
		<cmns-av:explanatoryNote>Securities are typically issued in one of two forms, registered or bearer. Most securities issued today are in registered form, which enables the issuing firm or registrar to keep records of a security&apos;s owner and mail them any dividend, coupon, or other payments. Registered securities may be issued in book entry (digital only) or certificate (physical) form, but most today are entirely digital.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<rdfs:Datatype rdf:about="&fibo-sec-sec-iss;SecurityOfferingDistributionType">
		<rdfs:label>security offering distribution type</rdfs:label>
		<owl:equivalentClass>
			<rdfs:Datatype>
				<owl:oneOf>
					<rdf:Description>
						<rdf:first>primary</rdf:first>
						<rdf:rest>
							<rdf:Description>
								<rdf:first>secondary</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil"/>
							</rdf:Description>
						</rdf:rest>
					</rdf:Description>
				</owl:oneOf>
			</rdfs:Datatype>
		</owl:equivalentClass>
		<skos:definition>the type of distribution for a securities offering, including (1) primary offering - the original sale of a company&apos;s securities, in which the proceeds from the sale are received directly by the company, and (2) secondary offering - an offering of a security that has been issued previously</skos:definition>
	</rdfs:Datatype>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;SecurityUnderwriter">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-fse;Underwriter"/>
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-fpas;ThirdPartyAgent"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;ContractThirdParty"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
				<owl:someValuesFrom>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-pty-pty;isAPartyTo"/>
						<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
					</owl:Restriction>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
				<owl:someValuesFrom>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-pty-pty;isAPartyTo"/>
						<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;SecurityUnderwritingArrangement"/>
					</owl:Restriction>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>security underwriter</rdfs:label>
		<skos:definition>party that has purchased from an issuer with a view to, or sells for an issuer in connection with, the distribution of any security, or participates or has a direct or indirect participation in any such undertaking, or participates or has a participation in the direct or indirect underwriting of any such undertaking</skos:definition>
		<cmns-av:adaptedFrom>Section 3a of the Investment Company Act of 1940 as amended in January, 2012, https://www.sec.gov/about/laws/ica40.pdf</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-sec-sec-iss;SecurityUnderwritingArrangement">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-fse;UnderwritingArrangement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-pty;hasPartyInRole"/>
				<owl:someValuesFrom rdf:resource="&fibo-sec-sec-iss;SecurityUnderwriter"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>security underwriting arrangement</rdfs:label>
		<skos:definition>underwriting agreement between an organization (typically an investment bank) and a securities issuer that commits the underwriter to assuming risk involved in buying a new issue of securities and reselling it to the public</skos:definition>
		<cmns-av:adaptedFrom>Barron&apos;s Dictionary of Business and Economics Terms, Fifth Edition, 2012</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Sales may be made either directly or through third-party dealers.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasActualClosingDate">
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasDate"/>
		<rdfs:label>has actual closing date</rdfs:label>
		<rdfs:range rdf:resource="&cmns-dt;ExplicitDate"/>
		<skos:definition>indicates the date on which an offering or transaction officially closes, in contrast with an intended closing date</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasAnnouncementDate">
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasDate"/>
		<rdfs:label>has announcement date</rdfs:label>
		<rdfs:range rdf:resource="&cmns-dt;Date"/>
		<skos:definition>indicates the first day the public will receive information regarding a new security issue</skos:definition>
		<cmns-av:explanatoryNote>An announcement date may also refer to the release of a corporate event or new financial news, such as interest rate changes or earnings reports.</cmns-av:explanatoryNote>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasFinancialInstrumentShortName">
		<rdfs:subPropertyOf rdf:resource="&cmns-id;isIdentifiedBy"/>
		<rdfs:label>has financial instrument short name</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fbc-fi-fi;FinancialInstrument"/>
		<rdfs:range rdf:resource="&fibo-sec-sec-iss;FinancialInstrumentShortName"/>
		<skos:definition>relates a security to its ISO 18774-compliant short name, which includes an issuer short name, abbreviated instrument characteristics, and abbreviated instrument description per the ISO standard</skos:definition>
		<cmns-av:adaptedFrom>ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN)</cmns-av:adaptedFrom>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasFirstTradeDate">
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasDate"/>
		<rdfs:label>has first trade date</rdfs:label>
		<rdfs:range rdf:resource="&cmns-dt;ExplicitDate"/>
		<skos:definition>indicates the date on which a newly issued security starts trading</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasFirstTradeSettlementDate">
		<rdfs:label>has first trade settlement date</rdfs:label>
		<rdfs:range rdf:resource="&cmns-dt;Date"/>
		<skos:definition>indicates the date on which the first trade of a newly issued security is settled</skos:definition>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-sec-sec-iss;hasInstrumentDescription">
		<rdfs:label>has instrument description</rdfs:label>
		<rdfs:domain>
			<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-iss;FinancialInstrumentShortName">
					</rdf:Description>
				</owl:unionOf>
			</owl:Class>
		</rdfs:domain>
		<rdfs:range rdf:resource="&xsd;string"/>
		<skos:definition>relates a financial instrument or FISN to an ISO 18774-compliant instrument description, that is, a collection of characteristics and attributes defining a financial instrument with a maximum length up to 19 alphanumeric characters</skos:definition>
		<cmns-av:adaptedFrom>ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN)</cmns-av:adaptedFrom>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-sec-sec-iss;hasIssuerShortName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;hasFormalName"/>
		<rdfs:label>has issuer short name</rdfs:label>
		<rdfs:domain>
			<owl:Class>
				<owl:unionOf rdf:parseType="Collection">
					<rdf:Description rdf:about="&fibo-fbc-fi-fi;Issuer">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-sec-sec-iss;FinancialInstrumentShortName">
					</rdf:Description>
				</owl:unionOf>
			</owl:Class>
		</rdfs:domain>
		<rdfs:range rdf:resource="&xsd;string"/>
		<skos:definition>relates a security issuer or FISN to an ISO 18774-compliant issuer short name, that is, an abbreviation of the official issuer name, limited to a maximum of 15 alphanumeric characters</skos:definition>
		<cmns-av:adaptedFrom>ISO 18774:2015(E), Securities and related financial instruments - Financial Instrument Short Name (FISN)</cmns-av:adaptedFrom>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-sec-sec-iss;hasSeries">
		<rdfs:label>has series</rdfs:label>
		<rdfs:range rdf:resource="&xsd;string"/>
		<skos:definition>indicates the series identified by the issuer in the event that the instrument is issued in several series (also known as tranches)</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-sec-sec-iss;hasSubscriptionAmount">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-acc-cur;hasAmount"/>
		<rdfs:label>has subscription amount</rdfs:label>
		<rdfs:range rdf:resource="&xsd;integer"/>
		<skos:definition>indicates a number of shares or units</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;hasSubscriptionPeriod">
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasDatePeriod"/>
		<rdfs:label>has subscription period</rdfs:label>
		<rdfs:range rdf:resource="&cmns-dt;DatePeriod"/>
		<skos:definition>indicates a period of time in which investors can commit to purchase shares (or units) to be issued</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;isIssuedInForm">
		<rdfs:subPropertyOf rdf:resource="&fibo-fbc-pas-caa;isRealizedBy"/>
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
		<rdfs:label>is issued in form</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fbc-fi-fi;Security"/>
		<rdfs:range rdf:resource="&fibo-sec-sec-iss;SecurityForm"/>
		<skos:definition>indicates the form in which the security is issued, typically in registered form</skos:definition>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-sec-sec-iss;isOverAllotted">
		<rdfs:label>is over-allotted</rdfs:label>
		<rdfs:range rdf:resource="&xsd;boolean"/>
		<skos:definition>indicates whether or not the subscription is over-subscribed</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;isRegisteredWith">
		<rdfs:subPropertyOf rdf:resource="&fibo-fbc-fct-ra;isRegisteredBy"/>
		<rdfs:label>is registered</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fbc-fi-fi;Security"/>
		<rdfs:range rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
		<skos:definition>indicates the registration authority for a given security, i.e., in the name of the owner on the books of the issuer, with the issuer&apos;s registrar, with a third-party transfer agent, with a broker-dealer, or other competent party</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;isUnderwrittenBy">
		<rdfs:label>is underwritten by</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<rdfs:range rdf:resource="&fibo-fbc-fct-fse;Underwriter"/>
		<skos:definition>relates an offering to an underwriter involved in raising capital for or distributing the instruments that are the subject of the offering</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;specifiesConversionInto">
		<rdfs:label>specifies conversion into</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-sec-sec-iss;ConversionTerms"/>
		<rdfs:range rdf:resource="&fibo-fbc-fi-fi;Security"/>
		<skos:definition>specifies a security that will replace a convertible security under the terms of the agreement</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-sec-sec-iss;underwrites">
		<rdfs:label>underwrites</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fbc-fct-fse;Underwriter"/>
		<rdfs:range rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
		<owl:inverseOf rdf:resource="&fibo-sec-sec-iss;isUnderwrittenBy"/>
		<skos:definition>identifies one or more underwriters involved in raising capital for or distributing the instruments that are the subject of the offering</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://www.investopedia.com/terms/u/underwriting.asp</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Underwriting is the process by which investment bankers raise investment capital from investors on behalf of corporations and governments that are issuing either equity or debt securities.</cmns-av:explanatoryNote>
	</owl:ObjectProperty>

</rdf:RDF>