File size: 42,984 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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
	<!ENTITY cmns-cds "https://www.omg.org/spec/Commons/CodesAndCodeSets/">
	<!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
	<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
	<!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
	<!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-fbc-dae-dbt "https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/">
	<!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-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
	<!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-oac-own "https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/">
	<!ENTITY fibo-fnd-org-fm "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/">
	<!ENTITY fibo-fnd-pas-pas "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/">
	<!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
	<!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-loan-spc-cns "https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/">
	<!ENTITY fibo-loan-spc-crd "https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/">
	<!ENTITY lcc-cr "https://www.omg.org/spec/LCC/Countries/CountryRepresentation/">
	<!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/LOAN/LoansSpecific/CardAccounts/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-cds="https://www.omg.org/spec/Commons/CodesAndCodeSets/"
	xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
	xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
	xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
	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-fbc-dae-dbt="https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/"
	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-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
	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-oac-own="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"
	xmlns:fibo-fnd-org-fm="https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/"
	xmlns:fibo-fnd-pas-pas="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"
	xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
	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-loan-spc-cns="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/ConsumerLoans/"
	xmlns:fibo-loan-spc-crd="https://spec.edmcouncil.org/fibo/ontology/LOAN/LoansSpecific/CardAccounts/"
	xmlns:lcc-cr="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"
	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/LOAN/LoansSpecific/CardAccounts/">
		<rdfs:label>Card Accounts Ontology</rdfs:label>
		<dct:abstract>This ontology defines revolving credit account-related concepts that are specific to credit and debit cards. Note that it does not differentiate between consumer and commercial/corporate cards and is capable of representing either.</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/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/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/CurrencyAmount/"/>
		<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/Organizations/FormalOrganizations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/OwnershipAndControl/Ownership/"/>
		<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/Places/Locations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
		<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/LOAN/LoansSpecific/ConsumerLoans/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Classifiers/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/CodesAndCodeSets/"/>
		<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/Designators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/20230901/LoansSpecific/CardAccounts/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20230601/LoansSpecific/CardAccounts.rdf version of this ontology was modified to add a distinction between consumer and commercial credit card agreements.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20230701/LoansSpecific/CardAccounts.rdf version of this ontology was modified to make consumer credit card agreement a subclass of unsecured consumer loan.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 2020-2023 EDM Council, Inc.</cmns-av:copyright>
		<cmns-av:copyright>Copyright (c) 2020-2023 Object Management Group, Inc.</cmns-av:copyright>
	</owl:Ontology>
	
	<owl:NamedIndividual rdf:about="&fibo-loan-spc-crd;AmericanExpressNetwork">
		<rdf:type rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<rdfs:label>American Express network</rdfs:label>
		<skos:definition>credit card network and card issuer that both issues credit cards and processes payments for cards bearing its logo, as well as offering cardholder benefits like travel insurance</skos:definition>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardAccount">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;CustomerAccount"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;isLinkedToAccount"/>
				<owl:onClass rdf:resource="&fibo-fbc-pas-caa;CustomerAccount"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;hasPrimaryAccountHolder"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;Cardholder"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;realizes"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;PaymentCardAgreement"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isSignifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;PrimaryCardAccountNumber"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>card account</rdfs:label>
		<skos:definition>account whose terms and conditions are defined in a card agreement that is represented by a payment card</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardAuthenticationValue">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;MagneticStripeVerificationCodeValue"/>
		<rdfs:label>card authentication value</rdfs:label>
		<skos:definition>card verification value specifically for JCB payment cards</skos:definition>
		<cmns-av:abbreviation>CAV</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardAuthenticationValue2">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;ThreeDigitVerificationCodeValue"/>
		<rdfs:label>card authentication value 2</rdfs:label>
		<skos:definition>card verification value specifically for JCB payment cards</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
		<cmns-av:synonym>CAV2</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardExpirationDate">
		<rdfs:subClassOf rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>card expiration date</rdfs:label>
		<skos:definition>date on which a given payment card expires</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardIdentificationNumber">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;ThreeDigitVerificationCodeValue"/>
		<rdfs:label>card identification number</rdfs:label>
		<skos:definition>card verification value specifically for American Express and Discover payment cards</skos:definition>
		<cmns-av:abbreviation>CID</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardProduct">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-fpas;FinancialProduct"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-loan-spc-crd;hasCreditCardNetwork"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-loc;hasSubdivision"/>
				<owl:onClass rdf:resource="&lcc-cr;CountrySubdivision"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-loan-spc-crd;usesCurrency"/>
				<owl:onClass rdf:resource="&fibo-fnd-acc-cur;Currency"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-loc;hasCountry"/>
				<owl:onClass rdf:resource="&lcc-cr;Country"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;isRealizedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>card product</rdfs:label>
		<skos:definition>financial product involving the issuance of credit, debit, or other payment cards</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardSecurityCode">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;MagneticStripeVerificationCodeValue"/>
		<rdfs:label>card security code</rdfs:label>
		<skos:definition>card verification value specifically for American Express payment cards</skos:definition>
		<cmns-av:abbreviation>CSC</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardValidationCode">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;MagneticStripeVerificationCodeValue"/>
		<rdfs:label>card validation code</rdfs:label>
		<skos:definition>card verification code specifically for Mastercard payment cards</skos:definition>
		<cmns-av:abbreviation>PAN CVC</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardValidationCode2">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;ThreeDigitVerificationCodeValue"/>
		<rdfs:label>card validation code 2</rdfs:label>
		<skos:definition>card verification value specifically for Mastercard payment cards</skos:definition>
		<cmns-av:abbreviation>PAN CVC2</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardVerificationCodeValue">
		<rdfs:subClassOf rdf:resource="&cmns-cds;CodeElement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasTag"/>
				<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="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>card verification code or value</rdfs:label>
		<skos:definition>code that specifies either (1) magnetic-stripe data, or (2) printed security features that are used to protect data integrity and limit alteration, counterfeiting and fraud generally</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardVerificationValue">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;MagneticStripeVerificationCodeValue"/>
		<rdfs:label>card verification value</rdfs:label>
		<skos:definition>card verification value specifically for Visa and Discover payment cards</skos:definition>
		<cmns-av:abbreviation>CVV</cmns-av:abbreviation>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CardVerificationValue2">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;ThreeDigitVerificationCodeValue"/>
		<rdfs:label>card verification value 2</rdfs:label>
		<skos:definition>card verification value specifically for Visa payment cards</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
		<cmns-av:synonym>CVV2</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;Cardholder">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;CustomerAccountHolder"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
				<owl:someValuesFrom>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-oac-own;owns"/>
						<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
					</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-loan-spc-crd;CardAccount"/>
					</owl:Restriction>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;holds"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>cardholder</rdfs:label>
		<skos:definition>account holder to whom a payment card is issued</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CommercialCreditCardAgreement">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-dae-dbt;CommittedCreditFacility"/>
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCardAgreement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-dae-dbt;hasBorrower"/>
				<owl:someValuesFrom>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
						<owl:someValuesFrom rdf:resource="&fibo-fnd-org-fm;FormalOrganization"/>
					</owl:Restriction>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>commercial credit card agreement</rdfs:label>
		<skos:definition>credit card agreement for a card issued to, or in conjunction with, a formal organization, such as a small business, middle market business, local, state, or national government, or large corporation</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.fdic.gov/regulations/examinations/credit_card/pdf_version/ch2.pdf</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Corporate card programs come in more than one form to serve different business needs. In general, they are contractual agreements between a sponsoring entity and a financial institution, in which the financial institution issues corporate cards to select employees of the sponsoring company.</cmns-av:explanatoryNote>
		<cmns-av:synonym>corporate credit card agreement</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;ConsumerCreditCardAgreement">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-dae-dbt;CommittedCreditFacility"/>
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCardAgreement"/>
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-cns;UnsecuredConsumerLoan"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-dae-dbt;hasBorrower"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Consumer"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>consumer credit card agreement</rdfs:label>
		<skos:definition>credit card agreement for a card issued for household, family, or other personal expenditures that is accessed by a borrower&apos;s use of a credit card</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.law.cornell.edu/cfr/text/12/228.12</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CreditCard">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidenceFor"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CreditCardAccount"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cls;isClassifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>credit card</rdfs:label>
		<skos:definition>card issued by a financial service provider that enables the cardholder to borrow funds</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.fdic.gov/regulations/examinations/credit_card/pdf_version/ch2.pdf</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>In its non-physical form, a credit card represents a payment mechanism which facilitates both consumer and commercial business transactions, including purchases and cash advances. A credit card generally operates as a substitute for cash or a check and most often provides an unsecured revolving line of credit. The borrower is required to pay at least part of the card&apos;s outstanding balance each billing cycle, depending on the terms as set forth in the cardholder agreement. As the debt reduces, the available credit increases for accounts in good standing. These complex financial arrangements have ever-shifting terms and prices. A charge card differs from a credit card in that the charge card must be paid in full each month.</cmns-av:explanatoryNote>
		<cmns-av:explanatoryNote>In physical form, a credit card traditionally is a thin, rectangular plastic card. The front of the card contains a series of numbers that are representative of various items such as the applicable network, bank, and account.</cmns-av:explanatoryNote>
		<cmns-av:explanatoryNote>Issuance of credit cards has the condition that the cardholder will pay back the original, borrowed amount plus any additional agreed-upon charges. The credit company provider may also grant a line of credit (LOC) to the cardholder which allows the holder to borrow money in the form of a cash advance. The issuer pre-sets borrowing limits which have a basis on the individual&apos;s credit rating.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CreditCardAccount">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;LoanOrCreditAccount"/>
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;hasPaymentDueDate"/>
				<owl:someValuesFrom rdf:resource="&fibo-fbc-pas-caa;PaymentDueDate"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;realizes"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCardAgreement"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isSignifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>credit card account</rdfs:label>
		<skos:definition>card account whose terms and conditions are defined in a credit card agreement that is represented by a credit card</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CreditCardAgreement">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-dae-dbt;CommittedCreditFacility"/>
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCardAgreement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-dae-dbt;hasBorrower"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;Cardholder"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-dae-dbt;hasLender"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;IssuingFinancialInstitution"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>credit card agreement</rdfs:label>
		<skos:definition>account-specific credit facility that specifies the terms and conditions under which the credit card is offered to the cardholder by the issuer</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CreditCardNetwork">
		<rdfs:subClassOf rdf:resource="&cmns-cls;Classifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;hasTag"/>
				<owl:someValuesFrom rdf:resource="&xsd;string"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>credit card network</rdfs:label>
		<skos:definition>classifier for the network that authorizes, processes, and sets the terms of credit card transactions, as well as transfers payments between shoppers, merchants, and their banks</skos:definition>
		<skos:example>Mastercard, Visa, American Express, Discover</skos:example>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;CreditCardProduct">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardProduct"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-loan-spc-crd;hasCreditCardNetwork"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;isRealizedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CreditCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>credit card product</rdfs:label>
		<skos:definition>card product allowing the holder to purchase goods or services on credit</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;DebitCard">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidenceFor"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;DebitCardAccount"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cls;isClassifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;DebitCardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>debit card</rdfs:label>
		<skos:definition>payment card issued by a financial service provider that enables the cardholder to access funds in a demand deposit account</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;DebitCardAccount">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;realizes"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;DebitCardProduct"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isSignifiedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;DebitCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>debit card account</rdfs:label>
		<skos:definition>card account that is represented by a one or more debit cards</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;DebitCardProduct">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardProduct"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fbc-pas-caa;isRealizedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;DebitCardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cls;classifies"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;DebitCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>debit card product</rdfs:label>
		<skos:definition>card product card typically provided by a depository institution allowing the holder to transfer money electronically to another account when making a purchase</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-loan-spc-crd;DiscoverNetwork">
		<rdf:type rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<rdfs:label>Discover network</rdfs:label>
		<skos:definition>credit card network and card issuer offering benefits like secondary rental car collision insurance</skos:definition>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;IssuingFinancialInstitution">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;Issuer"/>
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-fpas;FinancialServiceProvider"/>
		<rdfs:label>issuing financial institution</rdfs:label>
		<skos:definition>issuer and financial services provider that issues payment cards or performs, facilitates, or supports issuing services including but not limited to issuing banks and issuing processors</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
		<cmns-av:synonym>issuing bank</cmns-av:synonym>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-loan-spc-crd;JCBNetwork">
		<rdf:type rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<rdfs:label>JCB network</rdfs:label>
		<skos:definition>credit card network based in Japan, with coverage throughout Asia, with strategic partners worldwide</skos:definition>
		<cmns-av:explanatoryNote>JCB Co., Ltd., (formerly Japan Credit Bureau) is a credit card company based in Tokyo, Japan. As of 2020, it operates in 23 countries with over 130 million customers. In the United States, it is not a primary credit card network but has an association with the Discover Network to enable use of JCB cards.</cmns-av:explanatoryNote>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;MagneticStripeVerificationCodeValue">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardVerificationCodeValue"/>
		<rdfs:label>magnetic stripe verification code or value</rdfs:label>
		<skos:definition>card verification code on a card&apos;s magnetic stripe that uses secure cryptographic processes to protect data integrity on the stripe, and reveals any alteration or counterfeiting</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-loan-spc-crd;MastercardNetwork">
		<rdf:type rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<rdfs:label>Mastercard network</rdfs:label>
		<skos:definition>credit card network that has its own suite of card protections and benefits, such as identity theft protection and extended warranties</skos:definition>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;PaymentCard">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;LegalDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-arr-doc;hasExpirationDate"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CardExpirationDate"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-loan-spc-crd;hasCardVerificationCode"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CardVerificationCodeValue"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-loan-spc-crd;hasPrimaryAccountNumber"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;PrimaryCardAccountNumber"/>
				<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;isEvidenceFor"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>payment card</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://www.irs.gov/payments/payment-card-transactions-faqs"/>
		<skos:definition>legal document issued by a financial services provider that enables the cardholder to access the funds in the customer&apos;s designated bank accounts, or through a credit account and make payments by electronic funds transfer and access automated teller machines (ATMs)</skos:definition>
		<cmns-av:explanatoryNote>For purposes of Payment Card Industry Data Security Standard (PCI DSS), a payment card is any payment card/device that bears the logo of the founding members of PCI SSC, which are American Express, Discover Financial Services, JCB International, MasterCard, or Visa, Inc.</cmns-av:explanatoryNote>
		<cmns-av:explanatoryNote>The term payment card includes credit cards, debit cards, and stored-value cards, as well as payment through any distinctive marks of a payment card (such as a credit card number). A payment card is issued under an agreement that provides standards and mechanisms for settling the transactions between a merchant acquiring bank or similar entity and the providers who accept the cards as payment.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;PaymentCardAgreement">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-dae-dbt;CreditAgreement"/>
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;AccountSpecificServiceAgreement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasContractParty"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;Cardholder"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasContractParty"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;IssuingFinancialInstitution"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>payment card agreement</rdfs:label>
		<skos:definition>account-specific credit agreement that specifies the terms and conditions under which the payment card is offered to the cardholder by the issuer</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;PrimaryCardAccountNumber">
		<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;AccountIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-loan-spc-crd;CardAccount"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>primary card account number</rdfs:label>
		<skos:definition>composite identifier of 14 or 16 digits embossed on a bank or payment card and encoded in the card&apos;s magnetic strip</skos:definition>
		<cmns-av:abbreviation>PAN</cmns-av:abbreviation>
		<cmns-av:explanatoryNote>The PAN identifies the issuer of the card and the account including part of the account number, and contains a check digit that verifies the authenticity of the embossed account number.</cmns-av:explanatoryNote>
		<cmns-av:synonym>primary account number</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;SmartCard">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
		<rdfs:label>smart card</rdfs:label>
		<skos:definition>payment card that has integrated circuits embedded within it</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>The circuits, also referred to as the &apos;chip,&apos; contain payment card data including but not limited to data equivalent to the magnetic-stripe data.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-loan-spc-crd;ThreeDigitVerificationCodeValue">
		<rdfs:subClassOf rdf:resource="&fibo-loan-spc-crd;CardVerificationCodeValue"/>
		<rdfs:label>three-digit verification code or value</rdfs:label>
		<skos:definition>card verification code that is the rightmost three-digit value printed in the signature panel area on the back of the card</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.pcisecuritystandards.org/pci_security/glossary</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-loan-spc-crd;VisaNetwork">
		<rdf:type rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<rdfs:label>Visa network</rdfs:label>
		<skos:definition>credit card network that oversees the Visa Signature benefits associated with certain credit cards, such as premium rental car privileges and hotel perks</skos:definition>
	</owl:NamedIndividual>
	
	<owl:ObjectProperty rdf:about="&fibo-loan-spc-crd;hasCardVerificationCode">
		<rdfs:label>has card verification code</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
		<rdfs:range rdf:resource="&fibo-loan-spc-crd;CardVerificationCodeValue"/>
		<skos:definition>links a credit card to either: (1) magnetic-stripe data, or (2) printed security features that are used to protect data integrity and limit alteration, counterfeiting and fraud generally</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-loan-spc-crd;hasCreditCardNetwork">
		<rdfs:subPropertyOf rdf:resource="&cmns-cls;isClassifiedBy"/>
		<rdfs:label>has credit card network</rdfs:label>
		<rdfs:range rdf:resource="&fibo-loan-spc-crd;CreditCardNetwork"/>
		<skos:definition>indicates the underlying network for credit card product</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-loan-spc-crd;hasPrimaryAccountNumber">
		<rdfs:label>has primary account number</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-loan-spc-crd;PaymentCard"/>
		<rdfs:range rdf:resource="&fibo-loan-spc-crd;PrimaryCardAccountNumber"/>
		<skos:definition>specifies the account number displayed on the face of the card</skos:definition>
		<skos:editorialNote>modeled independently of &apos;identifies&apos; in order to circumvent circular reasoning challenges</skos:editorialNote>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-loan-spc-crd;usesCurrency">
		<rdfs:subPropertyOf rdf:resource="&cmns-cxtdsg;uses"/>
		<rdfs:label>uses currency</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-acc-cur;Currency"/>
		<skos:definition>indicates the currency defined for the credit card product</skos:definition>
	</owl:ObjectProperty>

</rdf:RDF>