File size: 34,623 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
<?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-col "https://www.omg.org/spec/Commons/Collections/">
	<!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
	<!ENTITY dct "http://purl.org/dc/terms/">
	<!ENTITY fibo-fnd-plc-adr "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/">
	<!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
	<!ENTITY fibo-fnd-plc-uspsa "https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddresses/">
	<!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/Places/NorthAmerica/USPostalServiceAddresses/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-cds="https://www.omg.org/spec/Commons/CodesAndCodeSets/"
	xmlns:cmns-col="https://www.omg.org/spec/Commons/Collections/"
	xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
	xmlns:dct="http://purl.org/dc/terms/"
	xmlns:fibo-fnd-plc-adr="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"
	xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
	xmlns:fibo-fnd-plc-uspsa="https://spec.edmcouncil.org/fibo/ontology/FND/Places/NorthAmerica/USPostalServiceAddresses/"
	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/Places/NorthAmerica/USPostalServiceAddresses/">
		<rdfs:label>U.S. Postal Service Addresses Ontology</rdfs:label>
		<dct:abstract>This ontology augments the Addresses ontology in FND with concepts that conform to the USPS Pub 28. The USPS provides automated address verification services that use the concepts defined herein for that purpose, and which many financial services entities use for data quality purposes.</dct:abstract>
		<dct:contributor>Thematix Partners LLC</dct:contributor>
		<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
		<rdfs:seeAlso rdf:resource="https://about.usps.com/who/profile/"/>
		<rdfs:seeAlso rdf:resource="https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf"/>
		<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/CodesAndCodeSets/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Collections/"/>
		<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/FND/20230301/Places/NorthAmerica/USPostalServiceAddresses/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200301/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was revised to replace uses of hasTag in Relations with hasTag from LCC, as the more complex union of datatypes in the Relations concept is not needed here, and correct a duplicate label.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was revised to address hygiene issues with respect to text formatting.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20220701/Places/NorthAmerica/USPostalServiceAddresses.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20230101/Places/NorthAmerica/USPostalServiceAddresses.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 2019-2023 EDM Council, Inc.</cmns-av:copyright>
		<cmns-av:copyright>Copyright (c) 2019-2023 Object Management Group, Inc.</cmns-av:copyright>
	</owl:Ontology>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Apartment">
		<rdfs:label xml:lang="es">apartmento</rdfs:label>
		<fibo-fnd-utl-av:preferredDesignation>APT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Basement">
		<fibo-fnd-utl-av:preferredDesignation>BSMT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Building">
		<fibo-fnd-utl-av:preferredDesignation>BLDG</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Department">
		<rdfs:label xml:lang="es">departamento</rdfs:label>
		<fibo-fnd-utl-av:preferredDesignation>DEPT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Floor">
		<fibo-fnd-utl-av:preferredDesignation>FL</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Front">
		<fibo-fnd-utl-av:preferredDesignation>FRNT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-adr;GeographicDirectionalSymbol">
		<owl:equivalentClass>
			<owl:Class>
				<owl:oneOf rdf:parseType="Collection">
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;East">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;North">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;Northeast">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;Northwest">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;South">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;Southeast">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;Southwest">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;West">
					</rdf:Description>
				</owl:oneOf>
			</owl:Class>
		</owl:equivalentClass>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Hangar">
		<fibo-fnd-utl-av:preferredDesignation>HNGR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Key">
		<fibo-fnd-utl-av:preferredDesignation>KEY</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Lobby">
		<fibo-fnd-utl-av:preferredDesignation>LBBY</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Lot">
		<fibo-fnd-utl-av:preferredDesignation>LOT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Lower">
		<fibo-fnd-utl-av:preferredDesignation>LOWR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Office">
		<fibo-fnd-utl-av:preferredDesignation>OFC</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Penthouse">
		<fibo-fnd-utl-av:preferredDesignation>PH</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Pier">
		<fibo-fnd-utl-av:preferredDesignation>PIER</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Rear">
		<fibo-fnd-utl-av:preferredDesignation>REAR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Room">
		<fibo-fnd-utl-av:preferredDesignation>RM</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Side">
		<fibo-fnd-utl-av:preferredDesignation>SIDE</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Slip">
		<fibo-fnd-utl-av:preferredDesignation>SLP</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Space">
		<fibo-fnd-utl-av:preferredDesignation>SPC</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Stop">
		<fibo-fnd-utl-av:preferredDesignation>STOP</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Suite">
		<fibo-fnd-utl-av:preferredDesignation>STE</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Trailer">
		<fibo-fnd-utl-av:preferredDesignation>TRLR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Unit">
		<fibo-fnd-utl-av:preferredDesignation>UNIT</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-adr;Upper">
		<fibo-fnd-utl-av:preferredDesignation>UPPR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;CompleteAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-uspsa;StandardizedAddress"/>
		<rdfs:label>complete address</rdfs:label>
		<skos:definition>delivery address that has all the address elements necessary to allow an exact match with the current Postal Service ZIP+4 and City State files to obtain the finest level of ZIP+4 and delivery point codes for the delivery address</skos:definition>
		<cmns-av:explanatoryNote>A complete address may be required on mail at some automation rates.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;DeliveryAddressCodeSet">
		<rdfs:subClassOf rdf:resource="&cmns-cds;CodeSet"/>
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-plc-uspsa;USPostalServiceAddressIdentifier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>delivery address code set</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf"/>
		<skos:definition>system of numeric codes that substitute for specified delivery point details according to the U.S. Postal Service Publication 28</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;DeliveryPointCode">
		<rdfs:subClassOf rdf:resource="&cmns-cds;CodeElement"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;isMemberOf"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;DeliveryPointCodeSet"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<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:label>delivery point code</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf"/>
		<skos:definition>specific set of digits between 00 and 99 assigned to a delivery point</skos:definition>
		<cmns-av:explanatoryNote>When combined with the ZIP + 4 code, the delivery point code provides a unique identifier for every deliverable address served by the USPS. The delivery point digits are almost never printed on mail in human-readable form; instead they are encoded in the POSTNET delivery point barcode (DPBC) or as part of the newer Intelligent Mail Barcode (IMB).</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;DeliveryPointCodeSet">
		<rdfs:subClassOf rdf:resource="&cmns-cds;CodeSet"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-plc-uspsa;DeliveryPointCode"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>delivery point code set</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf"/>
		<skos:definition>system of numeric codes that substitute for specified delivery point details according to the U.S. Postal Service Publication 28</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;DepartmentOfStateAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-loc;hasCityName"/>
				<owl:hasValue>DPO</owl:hasValue>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;DepartmentOfStateUnitComponent"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;Mailbox"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Department of State address</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>delivery address whose delivery address line uses &apos;UNIT&apos; followed by the unit identifier, followed by &apos;BOX&apos; followed by box number, in place of a street address, &apos;DPO&apos; as the literal value for the city, and the appropriate armed forces subdivision code in place of a subdivision (state) code</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;DepartmentOfStateUnitComponent">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressComponent"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:hasValue rdf:resource="&fibo-fnd-plc-adr;Unit"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Department of State unit component</rdfs:label>
		<skos:definition>component of a Department of State address that includes &apos;UNIT&apos; followed by the unit identifier</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;East">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="en">East</rdfs:label>
		<rdfs:label xml:lang="es">Este</rdfs:label>
		<skos:definition>geographic directional symbol for East</skos:definition>
		<fibo-fnd-rel-rel:hasTag>E</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;GeneralDeliveryAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-adr;hasAddressLine1"/>
				<owl:hasValue>GENERAL DELIVERY</owl:hasValue>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>general delivery address</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>delivery address that uses the words &apos;GENERAL DELIVERY&apos;, uppercase preferred, spelled out (no abbreviation), in place of a street address</skos:definition>
		<cmns-av:explanatoryNote>The value of the +4 component of a ZIP+4 code should be &apos;9999&apos;.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;HighwayContractRoute">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressComponent"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:hasValue rdf:resource="&fibo-fnd-plc-uspsa;HighwayContractRouteDesignator"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>highway contract route</rdfs:label>
		<skos:definition>highway contract route associated with an address</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;HighwayContractRouteAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;HighwayContractRoute"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;Mailbox"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>highway contract address</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>delivery address whose delivery address line uses the abbreviation &apos;HC&apos;, followed by the route identifier, followed by &apos;BOX&apos; followed by box number, in place of a street address</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;HighwayContractRouteDesignator">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressDesignator"/>
		<rdfs:label>highway contract route designator</rdfs:label>
		<skos:definition>designator for a route served by an independent contractor rather than directly by the U.S. Postal Service</skos:definition>
		<fibo-fnd-utl-av:preferredDesignation>HC</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;InternationalAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:label>international address</rdfs:label>
		<owl:equivalentClass>
			<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>
		</owl:equivalentClass>
		<skos:definition>physical address that explicitly includes a country</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;Mailbox">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressComponent"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:hasValue rdf:resource="&fibo-fnd-plc-uspsa;MailboxDesignator"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>mailbox</rdfs:label>
		<skos:definition>mailbox, other than a U.S. Post Office box, associated with an address</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;MailboxDesignator">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressDesignator"/>
		<rdfs:label>mailbox designator</rdfs:label>
		<skos:definition>designator for a mail box other than a U.S. Post Office box</skos:definition>
		<fibo-fnd-utl-av:preferredDesignation>BOX</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;North">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="es">Norte</rdfs:label>
		<rdfs:label xml:lang="en">North</rdfs:label>
		<skos:definition>geographic directional symbol for North</skos:definition>
		<fibo-fnd-rel-rel:hasTag>N</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;Northeast">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="es">Noreste</rdfs:label>
		<rdfs:label xml:lang="en">Northeast</rdfs:label>
		<skos:definition>geographic directional symbol for Northeast</skos:definition>
		<fibo-fnd-rel-rel:hasTag>NE</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;Northwest">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="es">Noroeste</rdfs:label>
		<rdfs:label xml:lang="en">Northwest</rdfs:label>
		<skos:definition>geographic directional symbol for Northwest</skos:definition>
		<fibo-fnd-rel-rel:hasTag>NO</fibo-fnd-rel-rel:hasTag>
		<fibo-fnd-rel-rel:hasTag>NW</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;OverseasMilitaryAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-adr;hasAddressLine1"/>
				<owl:someValuesFrom rdf:resource="&rdfs;Literal"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-plc-loc;hasCityName"/>
				<owl:someValuesFrom>
					<rdfs:Datatype>
						<owl:oneOf>
							<rdf:Description>
								<rdf:first>APO</rdf:first>
								<rdf:rest>
									<rdf:Description>
										<rdf:first>FPO</rdf:first>
										<rdf:rest rdf:resource="&rdf;nil"/>
									</rdf:Description>
								</rdf:rest>
							</rdf:Description>
						</owl:oneOf>
					</rdfs:Datatype>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>overseas military address</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>delivery address whose delivery address line uses an abbreviation for the unit or command such as &apos;CMR&apos;, &apos;PSC&apos;, or &apos;UNIT&apos;, or &apos;HC&apos;, followed by the unit identifier, followed by &apos;BOX&apos; followed by box number, in place of a street address, either &apos;APO&apos; or &apos;FPO&apos; as the literal value for the city and the appropriate armed forces subdivision code in place of a subdivision (state) code</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;PrivateMailBoxAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<rdfs:label>private mail box address</rdfs:label>
		<skos:definition>delivery address provided by a commercial mail receiving company that includes a supplementary address line containing the abbreviation &apos;PMB&apos; or the pound &quot;#&quot; symbol followed by the mailbox number; alternatively, &apos;PMB&apos; or &apos;#&quot; and the mailbox number can be appended to the street address</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;PuertoRicoAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;Urbanization"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>Puerto Rico address</rdfs:label>
		<skos:definition>delivery address for a delivery point in Puerto Rico that may include a supplementary address line containing the abbreviation &apos;URB&apos; followed by the name of the urbanization area that is appropriate for that address</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;RuralRoute">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressComponent"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:hasValue rdf:resource="&fibo-fnd-plc-uspsa;RuralRouteDesignator"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>highway contract route address</rdfs:label>
		<skos:definition>mail route outside the city or township limits in a rural area associated with an address</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;RuralRouteAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;Mailbox"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;RuralRoute"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>rural route address</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-adr;ConventionalStreetAddress"/>
		<skos:definition>delivery address whose delivery address line uses the abbreviation &apos;RR&apos;, followed by the route identifier, followed by &apos;BOX&apos; followed by box number, in place of a street address</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;RuralRouteDesignator">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;SupplementalAddressDesignator"/>
		<rdfs:label>rural route designator</rdfs:label>
		<skos:definition>designator for a mail route outside the city or township limits in a rural area</skos:definition>
		<fibo-fnd-utl-av:preferredDesignation>RR</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;South">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="en">South</rdfs:label>
		<rdfs:label xml:lang="es">Sur</rdfs:label>
		<skos:definition>geographic directional symbol for South</skos:definition>
		<fibo-fnd-rel-rel:hasTag>S</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;Southeast">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="en">Southeast</rdfs:label>
		<rdfs:label xml:lang="es">Sureste</rdfs:label>
		<skos:definition>geographic directional symbol for Southeast</skos:definition>
		<fibo-fnd-rel-rel:hasTag>SE</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;Southwest">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="en">Southwest</rdfs:label>
		<rdfs:label xml:lang="es">Suroeste</rdfs:label>
		<skos:definition>geographic directional symbol for Southwest</skos:definition>
		<fibo-fnd-rel-rel:hasTag>SO</fibo-fnd-rel-rel:hasTag>
		<fibo-fnd-rel-rel:hasTag>SW</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;StandardizedAddress">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddress"/>
		<rdfs:label>standardized address</rdfs:label>
		<skos:definition>delivery address that is fully spelled out, abbreviated by using the Postal Service standard abbreviations or as given in the current Postal Service ZIP+4 file</skos:definition>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;USPostOfficeBoxDesignator">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;PostOfficeBoxDesignator"/>
		<rdfs:label>post office box designator</rdfs:label>
		<skos:definition>designator for a U.S. Post Office box</skos:definition>
		<fibo-fnd-utl-av:preferredDesignation>PO BOX</fibo-fnd-utl-av:preferredDesignation>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;USPostalServiceAddressIdentifier">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;PhysicalAddressIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;DeliveryPointCode"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;comprises"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-uspsa;ZIPPlus4Code"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>U.S. Postal Service address identifier</rdfs:label>
		<skos:definition>combined with the ZIP + 4 code, the delivery point code provides a unique identifier for every deliverable address served by the USPS</skos:definition>
		<cmns-av:explanatoryNote>The delivery point digits are almost never printed on mail in human-readable form; instead they are encoded in the POSTNET delivery point barcode (DPBC) or as part of the newer Intelligent Mail Barcode (IMB).</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;Urbanization">
		<rdfs:subClassOf rdf:resource="&lcc-cr;CountrySubdivision"/>
		<rdfs:label>urbanization</rdfs:label>
		<skos:definition>an area, sector, or development within a larger geographic area</skos:definition>
		<cmns-av:explanatoryNote>This URB descriptor, commonly used in urban areas of Puerto Rico, is an important part of the addressing format, as it describes the location of a given street.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:NamedIndividual rdf:about="&fibo-fnd-plc-uspsa;West">
		<rdf:type rdf:resource="&fibo-fnd-plc-adr;GeographicDirectionalSymbol"/>
		<rdfs:label xml:lang="es">Oeste</rdfs:label>
		<rdfs:label xml:lang="en">West</rdfs:label>
		<skos:definition>geographic directional symbol for West</skos:definition>
		<fibo-fnd-rel-rel:hasTag>O</fibo-fnd-rel-rel:hasTag>
		<fibo-fnd-rel-rel:hasTag>W</fibo-fnd-rel-rel:hasTag>
	</owl:NamedIndividual>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;ZIPCode">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;Postcode"/>
		<rdfs:label>Zip Code</rdfs:label>
		<skos:definition>five-digit code code assigned to a delivery address indicating the state and post office or postal zone</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;ZIPPlus4Code">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-plc-adr;Postcode"/>
		<rdfs:label>ZIP+4 Code</rdfs:label>
		<skos:definition>nine-digit number consisting of five digits, a hyphen, and four digits, which the USPS describes by its trademark ZIP+4</skos:definition>
		<cmns-av:explanatoryNote>The correct format for a numeric ZIP+4 code is five digits, a hyphen, and four digits. The first five digits represent the 5-digit ZIP Code; the sixth and seventh digits (the first two after the hyphen) identify an area known as a sector; the eighth and ninth digits identify a smaller area known as a segment. Together, the final four digits identify geographic units such as a side of a street between intersections, both sides of a street between intersections, a building, a floor or group of floors in a building, a firm within a building, a span of boxes on a rural route, or a group of Post Office boxes to which a single USPS employee makes delivery.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-plc-uspsa;ZipCodeScheme">
		<rdfs:subClassOf rdf:resource="&cmns-cds;CodeSet"/>
		<rdfs:subClassOf rdf:resource="&cmns-id;IdentificationScheme"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
				<owl:someValuesFrom>
					<owl:Class>
						<owl:unionOf rdf:parseType="Collection">
							<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;ZIPCode">
							</rdf:Description>
							<rdf:Description rdf:about="&fibo-fnd-plc-uspsa;ZIPPlus4Code">
							</rdf:Description>
						</owl:unionOf>
					</owl:Class>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>zip code scheme</rdfs:label>
		<rdfs:seeAlso rdf:resource="https://pe.usps.com/cpim/ftp/pubs/Pub28/pub28.pdf"/>
		<skos:definition>system used in the U.S. to facilitate the delivery of mail, consisting of a five- or nine-digit code Zone Improvement Plan (ZIP) printed directly after the address, the first five digits (initial code) indicating the state and post office or postal zone, the last four (expanded code) the box section or number, portion of a rural route, building, or other specific delivery location</skos:definition>
	</owl:Class>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-plc-uspsa;hasUrbanization">
		<rdfs:subPropertyOf rdf:resource="&cmns-col;comprises"/>
		<rdfs:label>has urbanization</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-plc-uspsa;Urbanization"/>
		<skos:definition>indicates area, sector, or development within a geographic area relevant to a delivery address</skos:definition>
	</owl:ObjectProperty>

</rdf:RDF>