File size: 50,171 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
707
708
709
710
711
712
713
714
715
716
717
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
	<!ENTITY cmns-cls "https://www.omg.org/spec/Commons/Classifiers/">
	<!ENTITY cmns-col "https://www.omg.org/spec/Commons/Collections/">
	<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
	<!ENTITY cmns-dsg "https://www.omg.org/spec/Commons/Designators/">
	<!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
	<!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
	<!ENTITY cmns-txt "https://www.omg.org/spec/Commons/TextDatatype/">
	<!ENTITY dct "http://purl.org/dc/terms/">
	<!ENTITY fibo-fnd-aap-ppl "https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/">
	<!ENTITY fibo-fnd-arr-doc "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/">
	<!ENTITY fibo-fnd-dt-fd "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/">
	<!ENTITY fibo-fnd-plc-adr "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/">
	<!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
	<!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
	<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
	<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
	<!ENTITY lcc-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/FND/AgentsAndPeople/People/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-cls="https://www.omg.org/spec/Commons/Classifiers/"
	xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
	xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
	xmlns:cmns-dsg="https://www.omg.org/spec/Commons/Designators/"
	xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
	xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
	xmlns:cmns-txt="https://www.omg.org/spec/Commons/TextDatatype/"
	xmlns:dct="http://purl.org/dc/terms/"
	xmlns:fibo-fnd-aap-ppl="https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/People/"
	xmlns:fibo-fnd-arr-doc="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"
	xmlns:fibo-fnd-dt-fd="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"
	xmlns:fibo-fnd-plc-adr="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"
	xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
	xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
	xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
	xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
	xmlns:lcc-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/FND/AgentsAndPeople/People/">
		<rdfs:label>People Ontology</rdfs:label>
		<dct:abstract>This ontology defines concepts for people and human related terms, for use in other FIBO ontology elements. People as defined here are human persons only. This ontology sets out a number of basic properties which are held by people or are definitive of a small number of specific types of people such as minors or adults. Primary use cases for determining the set of personal information definitions included are the common elements required to (1) open a bank account, (2) identify a sophisticated investor, and (3) establish foreign account ownership for money laundering purposes.</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/FND/Arrangements/Documents/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/IdentifiersAndIndices/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/FinancialDates/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/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/Classifiers/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/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/Commons/TextDatatype/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/20230301/AgentsAndPeople/People/"/>
		<skos:changeNote>The http://spec.edmcouncil.org/fibo/ontology/FND/20130801/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.0 FTF report and in https://spec.edmcouncil.org/fibo/ontology/FND/1.0/AboutFND-1.0/. It was further revised in the FTF in advance of the Long Beach meeting, resulting in https://spec.edmcouncil.org/fibo/ontology/FND/20141101/AgentsAndPeople/People/.</skos:changeNote>
		<skos:changeNote>The http://spec.edmcouncil.org/fibo/ontology/FND/20141101/AgentsAndPeople/People.rdf version of the ontology was was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report, primarily to use the hasAddress property in addresses, and change PostalAddress to PhysicalAddress in a restriction on Person. Also revised the identifiesAddress property in favor of verifiesAddress, and revised hasDateofBirth with respect to an identity document to be verifiesDateOfBirth, which was determined to be more appropriate by the RTF.</skos:changeNote>
		<skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/FND/20160201/AgentsAndPeople/People.rdf version of the ontology was modified per the FIBO 2.0 RFC, including integration of LCC.</skos:changeNote>
		<skos:changeNote>The http://www.omg.org/spec/FIBO/Foundations/20130601/AgentsAndPeople/People.owl version of the ontology was revised in advance of the September 2013 New Brunswick, NJ meeting, as follows:
		(1) to use slash style URI/IRIss (also called 303 URIs, vs. hash style) as required to support server side processing 
		(2) to use version-independent IRIs for all definitions internally as opposed to version-specific IRIs
		(3) to change the file suffix from .owl to .rdf to increase usability in RDF tools
		(4) to use 4-level abbreviations and corresponding namespace prefixes for all FIBO ontologies, reflecting a family/specification/module/ontology structure
		(5) to incorporate changes to the specification metadata to support documentation at the family, specification, module, and ontology level, similar to the abbreviations.
		(6) to revise and extend the set of properties about people required to fulfill the set of use cases listed above.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20181101/AgentsAndPeople/People.rdf version of the ontology was was modified to revise a restriction on IdentityDocument to reference the appropriate identifier rather than use a tag. The impetus behind this change is to support privacy legislation, such as GDPR, which requires protection of both identifiers, such as a passport number, drivers&apos; license number, etc. as well as the documents themselves. Thus, properties and individuals related to those identifiers are urgently needed.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/AgentsAndPeople/People.rdf version of the ontology was modified to replace hasDefinition with isDefinedIn to clarify intent.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/AgentsAndPeople/People.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/AgentsAndPeople/People.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20180801/AgentsAndPeople/People.rdf version of the ontology was modified to deprecate legally capable person in favor of natural person (defined in Business Entities).</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20190501/AgentsAndPeople/People.rdf version of the ontology was modified to eliminate deprecated elements.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20190901/AgentsAndPeople/People.rdf version of the ontology was modified to eliminate duplication with concepts in LCC and correct a bug in a restriction on identity document.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20200201/AgentsAndPeople/People.rdf version of the ontology was modified to add explicit DateOfBirth and DateOfDeath, added DeathCertificate and related concepts, streamlined related properties and restrictions.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20201201/AgentsAndPeople/People.rdf version of the ontology was modified to add hasResidence, hasMailingAddress, and hasPrimaryResidence properties and a restriction on person with respect to residence accordingly, then to move hasMailingAddress to Parties.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20210301/AgentsAndPeople/People.rdf version of the ontology was modified to allow the People ontology to import Parties, rather than the other way around, to simplify the class hierarchy for ease of use in data mapping and alignment, and to add person name as a first class concept, revising property definitions to allow for structured names by loosening constraints.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20210401/AgentsAndPeople/People.rdf version of the ontology was modified to add concepts specific to legal age, age of majority, legal working age and legal working age person.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20210601/AgentsAndPeople/People.rdf version of the ontology was modified to revise the definition of passport number as a national identification number and eliminate restrictions that would cause people to be inferred to be passports.</skos:changeNote>
		<skos:changeNote>The https://www.omg.org/spec/EDMC-FIBO/FND/20211101/AgentsAndPeople/People.rdf version of the ontology was modified to address hygiene issues with respect to text formatting.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
		<cmns-av:copyright>Copyright (c) 2013-2023 Object Management Group, Inc.</cmns-av:copyright>
	</owl:Ontology>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;Adult">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasAgeOfMajority"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;AgeOfMajority"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>adult</rdfs:label>
		<skos:definition>person who has attained the age of majority as defined in some jurisdiction</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Adult</cmns-av:adaptedFrom>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;AgeOfMajority">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;LegalAge"/>
		<rdfs:label>age of majority</rdfs:label>
		<skos:definition>age at which someone acquires the rights and responsibilities of an adult in some jurisdiction</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;BirthCertificate">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;IdentityDocument"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;Certificate"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;BirthCertificateIdentifier"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>birth certificate</rdfs:label>
		<skos:definition>an original document certifying the circumstances of the birth, or a certified copy of or representation of the ensuing registration of that birth</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://en.wikipedia.org/wiki/Birth_certificate</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>A birth certificate is a vital record that documents the birth of a child. Depending on the jurisdiction, a record of birth might or might not contain verification of the event by such as a midwife or doctor.</cmns-av:explanatoryNote>
		<cmns-av:synonym>certificate of live birth</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;BirthCertificateIdentificationScheme">
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;defines"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;BirthCertificateIdentifier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>birth certificate identification scheme</rdfs:label>
		<skos:definition>system for allocating identifiers to birth certificates</skos:definition>
		<cmns-av:explanatoryNote>Schemes for birth certificate identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;BirthCertificateIdentifier">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;BirthCertificate"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;BirthCertificateIdentificationScheme"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>birth certificate identifier</rdfs:label>
		<skos:definition>identifier associated with a vital record documenting the birth of a child</skos:definition>
		<cmns-av:synonym>birth certificate number</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DateOfBirth">
		<rdfs:subClassOf rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>date of birth</rdfs:label>
		<skos:definition>explicit date, i.e., the day, month and year, on which an individual was born</skos:definition>
		<cmns-av:synonym>birth date</cmns-av:synonym>
		<cmns-av:synonym>birthday</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DateOfDeath">
		<rdfs:subClassOf rdf:resource="&cmns-dt;ExplicitDate"/>
		<rdfs:label>date of death</rdfs:label>
		<skos:definition>explicit date, i.e., the day, month and year, on which an individual died</skos:definition>
		<cmns-av:synonym>death date</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DeathCertificate">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;IdentityDocument"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;Certificate"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DeathCertificateIdentifier"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>death certificate</rdfs:label>
		<skos:definition>original document certifying the circumstances of the death (such as how and when it occurred), or a certified copy of or representation of the ensuing registration of that death</skos:definition>
		<cmns-av:explanatoryNote>A death certificate is a vital record documenting information (including age, occupation, place of birth, place of residence, and often identifying the parents and possibly spouse of the deceased) relating to a dead person and including a doctor&apos;s certification of the cause of death.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DeathCertificateIdentificationScheme">
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;defines"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;DeathCertificateIdentifier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>death certificate identification scheme</rdfs:label>
		<skos:definition>system for allocating identifiers to death certificates</skos:definition>
		<cmns-av:explanatoryNote>Schemes for death certificate identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DeathCertificateIdentifier">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DeathCertificate"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DeathCertificateIdentificationScheme"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>death certificate identifier</rdfs:label>
		<skos:definition>identifier associated with a vital record documenting the death of an individual</skos:definition>
		<cmns-av:synonym>death certificate number</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DriversLicense">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;IdentityDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;isIdentifiedBy"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DriversLicenseIdentifier"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>driver&apos;s license</rdfs:label>
		<skos:definition>an official document which states that a person may operate a motorized vehicle, such as a motorcycle, car, truck or a bus, on a public roadway or provides official identifying information for a non-driver</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Non-driver_identification_card#Non-driver_identification_cards</cmns-av:adaptedFrom>
		<cmns-av:synonym>driving licence</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DriversLicenseIdentificationScheme">
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;defines"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;DriversLicenseIdentifier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>driver&apos;s license identification scheme</rdfs:label>
		<skos:definition>system for allocating identifiers to driver&apos;s, operating, or non-driver identification documents</skos:definition>
		<cmns-av:explanatoryNote>Schemes for driver&apos;s license identification are typically regionally defined, and there may be jurisdiction-specific scope required as an additional restriction on a specific scheme.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;DriversLicenseIdentifier">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DriversLicense"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DriversLicenseIdentificationScheme"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>driver&apos;s license identifier</rdfs:label>
		<skos:definition>identifier associated with a drivers&apos; or operating license for operating a motor vehicle or non-driver identification card</skos:definition>
		<cmns-av:synonym>driver&apos;s license number</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;EmancipatedMinor">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Minor"/>
		<rdfs:label>emancipated minor</rdfs:label>
		<skos:definition>a minor who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account outside the control of a parent or guardian</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Emancipated_minor</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>The minor will then have full contractual capacity to conclude contracts with regard to the business. Whether parental consent is needed to achieve emancipated status varies from case to case. In some cases, court permission is necessary. Protocols vary by jurisdiction.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;IdentityDocument">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;LegalDocument"/>
		<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-id;isIdentifiedBy"/>
				<owl:onClass rdf:resource="&cmns-id;Identifier"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;Person"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>identity document</rdfs:label>
		<skos:definition>any legal document which may be used to verify aspects of a person&apos;s identity</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Identification_card</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>If issued in the form of a small, mostly standard-sized card, it is usually called an identity card (IC). Countries which do not have formal identity documents may require informal documents. In the absence of a formal identity document, driving licenses can be used in many countries as a method of proof of identity, although some countries do not accept driving licenses for identification, often because in those countries they don&apos;t expire as documents and can be old and easily forged. Most countries accept passports as a form of identification. Most countries have the rule that foreign citizens need to have their passport or occasionally a national identity card from their country available at any time if they do not have residence permit in the country.</cmns-av:explanatoryNote>
		<cmns-av:synonym>identity card</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;IncapacitatedAdult">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Adult"/>
		<rdfs:label>incapacitated adult</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-aap-ppl;LegallyCapableAdult"/>
		<skos:definition>an adult who is legally identified as not having legal capacity, typically as a result of some inherent physical or mental incapacity or as a result of having contracted some illness which temporarily deprives them of such capacity</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Capacity_(law)</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>Individuals may have an inherent physical condition which prevents them from achieving the normal levels of performance expected from persons of comparable age, or their inability to match current levels of performance may be caused by contracting an illness. Whatever the cause, if the resulting condition is such that individuals cannot care for themselves, or may act in ways that are against their interests, those persons are vulnerable through dependency and require the protection of the state against the risks of abuse or exploitation. Hence, any agreements that were made are voidable, and a court may declare that person a ward of the state and grant power of attorney to an appointed legal guardian.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;LegalAge">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-dt-fd;Age"/>
		<rdfs:label>legal age</rdfs:label>
		<skos:definition>age at which someone acquires the capacity to do something that they were prohibited from doing before under the law in some jurisdiction</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;LegalWorkingAge">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;LegalAge"/>
		<rdfs:label>legal working age</rdfs:label>
		<skos:definition>age at which someone acquires the capacity to work legally in some jurisdiction</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;LegalWorkingAgePerson">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasMinimumLegalWorkingAge"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;LegalWorkingAge"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>legal working age person</rdfs:label>
		<skos:definition>person whose age is greater than the minimum legal working age specified in a jurisdiction in which they work</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;LegallyCapableAdult">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Adult"/>
		<rdfs:label>legally capable adult</rdfs:label>
		<skos:definition>person who has attained the age of majority as defined in some jurisdiction and who is allowed to conduct a business or any other occupation on his or her own behalf or for their own account</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;Minor">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:label>minor</rdfs:label>
		<skos:definition>a person under a certain age, usually the age of majority in a given jurisdiction, which legally demarcates childhood from adulthood</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Minor_(law)</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>The age depends upon jurisdiction and application, but is generally 18.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;NationalIdentificationNumber">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;NationalIdentificationNumberScheme"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;Person"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>national identification number</rdfs:label>
		<skos:definition>number or text which appears on an identity document issued by a country or jurisdiction</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">http://en.wikipedia.org/wiki/National_identification_number</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>A national identification number, national identity number, or national insurance number is used by the governments of many countries as a means of tracking their citizens, permanent residents, and temporary residents for the purposes of work, taxation, government benefits, health care, and other governmentally-related functions. The number will appear on an identity document issued by a country.

The ways in which such a system is implemented are dependent on the country, but in most cases, a citizen is issued an identification number at birth or when they reach a legal age (typically the age of 18). Non-citizens may be issued such numbers when they enter the country, or when granted a temporary or permanent residence permit.

Many countries issued such numbers ostensibly for a singular purpose, but over time, they become a de facto national identification number. For example, the United States originally developed its Social Security number system as a means of disbursing Social Security benefits. However, due to function creep, the number has become utilized for other purposes to the point where it is almost essential to have one to, among other things, open a bank account, obtain a credit card, or drive a car.</cmns-av:explanatoryNote>
		<cmns-av:synonym>national identity number</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;NationalIdentificationNumberScheme">
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;NationalIdentificationNumber"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>national identification number scheme</rdfs:label>
		<skos:definition>system for allocating identifiers to national identification numbers</skos:definition>
		<cmns-av:explanatoryNote>Schemes for national identification numbers are jurisdiction-specific by country.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;Passport">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;IdentityDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;PassportNumber"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>passport</rdfs:label>
		<skos:definition>formal identity document, issued by a national government, which certifies the identity and nationality of its holder for the purpose of international travel</skos:definition>
		<fibo-fnd-utl-av:definitionOrigin rdf:datatype="&xsd;anyURI">https://en.wikipedia.org/wiki/Passport</fibo-fnd-utl-av:definitionOrigin>
		<cmns-av:explanatoryNote>The elements of identity contained in all standardized passports include information about the holder, including name, date of birth, gender and place of birth.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;PassportNumber">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-aap-ppl;NationalIdentificationNumber"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;PassportNumberIdentificationScheme"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>passport number</rdfs:label>
		<skos:definition>national identification number associated with a passport</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;PassportNumberIdentificationScheme">
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-aap-ppl;PassportNumber"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>passport number identification scheme</rdfs:label>
		<skos:definition>system for allocating identifiers to passports</skos:definition>
		<cmns-av:explanatoryNote>Schemes for passport identification are jurisdiction-specific by country.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;Person">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;IndependentParty"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasDateOfDeath"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DateOfDeath"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;hasName"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;PersonName"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-dt-fd;hasAge"/>
				<owl:onClass rdf:resource="&fibo-fnd-dt-fd;Age"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasResidence"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasCitizenship"/>
				<owl:onClass rdf:resource="&lcc-cr;Country"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasDateOfBirth"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;DateOfBirth"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasPlaceOfBirth"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;PlaceOfBirth"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasGender"/>
				<owl:onDataRange rdf:resource="&xsd;string"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label xml:lang="en">person</rdfs:label>
		<skos:definition>individual human being, with consciousness of self</skos:definition>
		<cmns-av:synonym>natural person</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;PersonName">
		<rdfs:subClassOf rdf:resource="&cmns-cxtdsg;ContextualName"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-dsg;isNameOf"/>
				<owl:onClass rdf:resource="&fibo-fnd-aap-ppl;Person"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasFullLegalName"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				<owl:onDataRange rdf:resource="&cmns-txt;Text"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasNamePrefix"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				<owl:onDataRange rdf:resource="&cmns-txt;Text"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasNameSuffix"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				<owl:onDataRange rdf:resource="&cmns-txt;Text"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-aap-ppl;hasSurname"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				<owl:onDataRange rdf:resource="&cmns-txt;Text"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>person name</rdfs:label>
		<skos:definition>designation by which someone is known in some context</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-aap-ppl;PlaceOfBirth">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-loc;PhysicalLocation"/>
		<rdfs:label>place of birth</rdfs:label>
		<skos:definition>physical location, including country, region, and municipality where an individual was born</skos:definition>
		<cmns-av:synonym>birth place</cmns-av:synonym>
	</owl:Class>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasAgeOfMajority">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-dt-fd;hasAge"/>
		<rdfs:label>has age of majority</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-aap-ppl;AgeOfMajority"/>
		<skos:definition>relates someone to the age required to attain the capacity to engage in certain transactions or be treated legally as an adult in some jurisdiction</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasCitizenship">
		<rdfs:subPropertyOf rdf:resource="&cmns-cls;isClassifiedBy"/>
		<rdfs:label>has citizenship</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&lcc-cr;Country"/>
		<skos:definition>links a person to their country of citizenship</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasDateOfBirth">
		<rdf:type rdf:resource="&owl;FunctionalProperty"/>
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasExplicitDate"/>
		<rdfs:label>has date of birth</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&fibo-fnd-aap-ppl;DateOfBirth"/>
		<skos:definition>identifies the date on which an individual was born</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasDateOfDeath">
		<rdf:type rdf:resource="&owl;FunctionalProperty"/>
		<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasExplicitDate"/>
		<rdfs:label>has date of death</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&fibo-fnd-aap-ppl;DateOfDeath"/>
		<skos:definition>identifies the date on which an individual died</skos:definition>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasFamilyName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has family name</rdfs:label>
		<owl:equivalentProperty rdf:resource="&fibo-fnd-aap-ppl;hasLastName"/>
		<owl:equivalentProperty rdf:resource="&fibo-fnd-aap-ppl;hasSurname"/>
		<skos:definition>indicates the name shared in common to identify the members of a family, as distinguished from each member&apos;s given name</skos:definition>
		<cmns-av:explanatoryNote>&apos;Family name&apos; is more commonly used in the United Kingdom than in the United States to refer to someone&apos;s surname.</cmns-av:explanatoryNote>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasFirstName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has first name</rdfs:label>
		<owl:equivalentProperty rdf:resource="&fibo-fnd-aap-ppl;hasGivenName"/>
		<skos:definition>indicates the given name or first name of a person, that is, the name chosen for them at birth or changed by them subsequently from the name given at birth</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasFullLegalName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;hasLegalName"/>
		<rdfs:label>has full legal name</rdfs:label>
		<skos:definition>indicates the complete name of a person, typically used in formal situations including those of a legal or contractual nature</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasGender">
		<rdf:type rdf:resource="&owl;FunctionalProperty"/>
		<rdfs:label>has gender</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&xsd;string"/>
		<skos:definition>links a particular gender value with a person</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasGivenName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has given name</rdfs:label>
		<skos:definition>indicates the given name or first name of a person, that is, the name chosen for them at birth or changed by them subsequently from the name given at birth</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasLastName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has last name</rdfs:label>
		<owl:equivalentProperty rdf:resource="&fibo-fnd-aap-ppl;hasSurname"/>
		<skos:definition>indicates the name shared in common to identify the members of a family, as distinguished from each member&apos;s given name</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasMaidenName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has maiden name</rdfs:label>
		<skos:definition>indicates the name shared in common to identify the members of a family, that predates any changes of name due to marriage</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasMiddleNameOrInitial">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has middle name or initial</rdfs:label>
		<skos:definition>one or more additional names or initial letters for names that occur between a person&apos;s first and last name</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasMinimumLegalWorkingAge">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-dt-fd;hasAge"/>
		<rdfs:label>has minimum legal working age</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-aap-ppl;LegalWorkingAge"/>
		<skos:definition>relates someone to the minimum legal working age for the jurisdiction in which they reside</skos:definition>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasNamePrefix">
		<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
		<rdfs:label>has name prefix</rdfs:label>
		<skos:definition>indicates a character or sequence of characters, preceding a person&apos;s name, that provides additional information about the person, such as a form of address representing a title, honorific, or military rank</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasNameSuffix">
		<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
		<rdfs:label>has name suffix</rdfs:label>
		<skos:definition>indicates a character or sequence of characters, following a person&apos;s name, that provides additional information about the person, such as their position, educational degree, accreditation, office, or honor</skos:definition>
	</owl:DatatypeProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasPersonName">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;hasTextualName"/>
		<rdfs:subPropertyOf rdf:resource="&cmns-txt;hasTextValue"/>
		<rdfs:label>has person name</rdfs:label>
		<skos:definition>links a name to an individual</skos:definition>
		<cmns-av:explanatoryNote>Note that the concept of a person name may include symbology as long as the symbols are properly encoded. Because person name is a class, other iconography or symbology that cannot be encoded in UTF-8 can, alternatively, be linked or attached as a separate image or in another form.</cmns-av:explanatoryNote>
	</owl:DatatypeProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasPlaceOfBirth">
		<rdfs:subPropertyOf rdf:resource="&cmns-cls;isCharacterizedBy"/>
		<rdfs:label>has place of birth</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&fibo-fnd-aap-ppl;PlaceOfBirth"/>
		<skos:definition>identifies the location where an individual was born</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasPrimaryResidence">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasResidence"/>
		<rdfs:label>has primary residence</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>identifies a dwelling where an individual resides the majority of the year</skos:definition>
		<cmns-av:explanatoryNote>For tax purposes, in cases when an individual owns more than one home, their primary residence is the home in which they reside most of the time, and for which they can provide evidence to that effect. Having said this, there are cases, such as for individuals that have dual citizenship, where they may have multiple primary residences, one in each country in which they maintain a home. There may also be subtle issues related to &apos;rent control&apos; that may impact the statements an individual makes about their primary residence. In other words, one cannot necessarily infer a person&apos;s identity from their primary place of residence.</cmns-av:explanatoryNote>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-aap-ppl;hasResidence">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-plc-adr;hasAddress"/>
		<rdfs:label>has residence</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-aap-ppl;Person"/>
		<rdfs:range rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>identifies a dwelling where an individual lives</skos:definition>
	</owl:ObjectProperty>
	
	<owl:DatatypeProperty rdf:about="&fibo-fnd-aap-ppl;hasSurname">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-aap-ppl;hasPersonName"/>
		<rdfs:label>has surname</rdfs:label>
		<skos:definition>indicates the name shared in common to identify the members of a family, as distinguished from each member&apos;s given name</skos:definition>
	</owl:DatatypeProperty>

</rdf:RDF>