File size: 34,089 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
	<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
	<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
	<!ENTITY cmns-id "https://www.omg.org/spec/Commons/Identifiers/">
	<!ENTITY dct "http://purl.org/dc/terms/">
	<!ENTITY fibo-fnd-acc-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
	<!ENTITY fibo-fnd-agr-ctr "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/">
	<!ENTITY fibo-fnd-arr-doc "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/">
	<!ENTITY fibo-fnd-dt-oc "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/">
	<!ENTITY fibo-fnd-law-lcap "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/">
	<!ENTITY fibo-fnd-pas-pas "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/">
	<!ENTITY fibo-fnd-plc-fac "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/">
	<!ENTITY fibo-fnd-plc-loc "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/">
	<!ENTITY fibo-fnd-pty-pty "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/">
	<!ENTITY fibo-fnd-pty-rl "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/">
	<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
	<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
	<!ENTITY 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/ProductsAndServices/ProductsAndServices/"
	xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
	xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
	xmlns:cmns-id="https://www.omg.org/spec/Commons/Identifiers/"
	xmlns:dct="http://purl.org/dc/terms/"
	xmlns:fibo-fnd-acc-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
	xmlns:fibo-fnd-agr-ctr="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"
	xmlns:fibo-fnd-arr-doc="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"
	xmlns:fibo-fnd-dt-oc="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"
	xmlns:fibo-fnd-law-lcap="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"
	xmlns:fibo-fnd-pas-pas="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"
	xmlns:fibo-fnd-plc-fac="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"
	xmlns:fibo-fnd-plc-loc="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/"
	xmlns:fibo-fnd-pty-pty="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"
	xmlns:fibo-fnd-pty-rl="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"
	xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
	xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
	xmlns: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/ProductsAndServices/ProductsAndServices/">
		<rdfs:label>Products and Services Ontology</rdfs:label>
		<dct:abstract>This ontology defines fundamental concepts for buyers, sellers, clients, customers, products, goods and services for use in other FIBO ontologies.</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/Accounting/CurrencyAmount/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Roles/"/>
		<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
		<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/ContextualDesignators/"/>
		<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
		<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/20230301/ProductsAndServices/ProductsAndServices/"/>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20150801/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified per the issue resolutions identified in the FIBO FND 1.1 RTF report to replace MoneyAmount with AmountOfMoney.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20160201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified for the FIBO 2.0 RFC to add NegotiableCommodity and Consumer.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20180801/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to include classes to support automated inclusion of all ISO 4217 codes published as of 2018-06-04.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20181101/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to move (deprecate) the properties produces and isProducedBy to Relations for more general usability.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190501/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to leverage the new party identifier.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190701/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate deprecated elements.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20190901/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate duplication with concepts in LCC.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200201/ProductsAndServices/ProductsAndServices.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.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20200701/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to add properties for hasBuyer and hasSeller, integrate properties with the party lattice, and clean-up circular or ambiguous definitions.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20210101/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to incorporate the concept of a right into the definition of product, to cover leases and rentals, such as the right to use a piece of property or other asset for some period of time, as products.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20211201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised move the definition of precious metal and the corresponding identifier to CurrencyAmount from this ontology to simplify imports in cases where the broader definitions for commodities are not required.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20220201/ProductsAndServices/ProductsAndServices.rdf version of this ontology was revised to eliminate deprecated elements related to precious metals.</skos:changeNote>
		<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FND/20220301/ProductsAndServices/ProductsAndServices.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/ProductsAndServices/ProductsAndServices.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate.</skos:changeNote>
		<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
		<cmns-av:copyright>Copyright (c) 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-acc-cur;PreciousMetal">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;NegotiableCommodity"/>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Buyer">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;buys"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Product"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>buyer</rdfs:label>
		<skos:definition>party that purchases something in exchange for money or other consideration under a contract of sale</skos:definition>
		<cmns-av:explanatoryNote>A buyer is the party that acquires, or agrees to acquire, ownership (in case of goods), or benefit or usage (in case of rights or services), something in the context of a sale, and may or may not be an end user of the product, good, service, or right.</cmns-av:explanatoryNote>
		<cmns-av:synonym>buyer</cmns-av:synonym>
		<cmns-av:synonym>purchaser</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Client">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pty-rl;isPlayedBy"/>
				<owl:someValuesFrom>
					<owl:Restriction>
						<owl:onProperty rdf:resource="&fibo-fnd-pty-pty;isAPartyTo"/>
						<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;ServiceAgreement"/>
					</owl:Restriction>
				</owl:someValuesFrom>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>client</rdfs:label>
		<skos:definition>party that purchases professional services from, or has a formal relationship to purchase services from another party</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ClientIdentifier">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRoleIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;Client"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>client identifier</rdfs:label>
		<skos:definition>sequence of characters uniquely identifying a client within the context of some organization</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Commodity">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Good"/>
		<rdfs:label>commodity</rdfs:label>
		<skos:definition>material resource used in commerce that is interchangeable with other commodities of the same type</skos:definition>
		<cmns-av:explanatoryNote>Commodities are most often used as inputs in the production of other goods or services. The quality of a given commodity may differ slightly, but it is essentially uniform across producers.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Consumer">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:label>consumer</rdfs:label>
		<rdfs:seeAlso rdf:resource="http://www.oecd.org/sti/consumer/"/>
		<skos:definition>party that utilizes economic goods or services, typically for personal, family, or household purposes</skos:definition>
		<cmns-av:explanatoryNote>The general notion of a consumer includes an end user, and is not limited to a purchaser, in the distribution chain of a good or service</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ContractualProduct">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<rdfs:label>contractual product</rdfs:label>
		<skos:definition>product that takes the form of an agreement</skos:definition>
		<cmns-av:explanatoryNote>This represents the case where the product itself is a contract, such as a life insurance policy or financial instrument, rather than a product or service whose terms of use, license to use, or terms of service are specified in a product.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ContractualTemplateProduct">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;ContractualProduct"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;OffTheShelfProduct"/>
		<rdfs:label>contractual template product</rdfs:label>
		<skos:definition>contractual product that is finalized through specification of values for parameters defined in a template</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;CustomProduct">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<rdfs:label>custom product</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-pas-pas;OffTheShelfProduct"/>
		<skos:definition>product that is made to order, commissioned based on a customer&apos;s specifications</skos:definition>
		<cmns-av:synonym>bespoke product</cmns-av:synonym>
		<cmns-av:synonym>custom-made product</cmns-av:synonym>
		<cmns-av:synonym>made to order product</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Customer">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;buysFrom"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Supplier"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>customer</rdfs:label>
		<skos:definition>party that receives or consumes products (goods or services) and has the ability to choose between different products and suppliers</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;CustomerIdentifier">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRoleIdentifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;Customer"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>customer identifier</rdfs:label>
		<skos:definition>sequence of characters uniquely identifying a customer within the context of some organization</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Good">
		<rdfs:label>good</rdfs:label>
		<owl:disjointWith rdf:resource="&fibo-fnd-acc-cur;AmountOfMoney"/>
		<owl:disjointWith rdf:resource="&fibo-fnd-plc-loc;RealEstate"/>
		<skos:definition>physical, produced item over which ownership rights can be established, whose ownership can be passed from one party to another by engaging in transactions, and that is not money or real estate</skos:definition>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://data.oecd.org/trade/trade-in-goods.htm</cmns-av:adaptedFrom>
		<cmns-av:adaptedFrom rdf:datatype="&xsd;anyURI">https://www.law.cornell.edu/ucc/9/9-102#goods</cmns-av:adaptedFrom>
		<cmns-av:explanatoryNote>An inherently useful and relatively scarce tangible item produced from agricultural, construction, manufacturing, or mining activities. Off-the-shelf products, including off-the-shelf software products and customization of software products, are generally considered to be goods. Energy, such as electricity, is also considered to be a good from a legal perspective, and meets the criteria of being manufactured or produced via some process, including but not limited to a mining process. According to the UN Convention On Contract For The International Sale Of Goods, the term &apos;good&apos; does not include (1) items bought for personal use, (2) items bought at an auction or foreclosure sale, (3) aircraft or ocean-going vessels.</cmns-av:explanatoryNote>
		<cmns-av:explanatoryNote>From the Universal Commercial Code (UCC) in the United States, the term &apos;good&apos; includes (i) fixtures, (ii) standing timber that is to be cut and removed under a conveyance or contract for sale, (iii) the unborn young of animals, (iv) crops grown, growing, or to be grown, even if the crops are produced on trees, vines, or bushes, and (v) manufactured homes. The term also includes a computer program embedded in goods and any supporting information provided in connection with a transaction relating to the program if (i) the program is associated with the goods in such a manner that it customarily is considered part of the goods, or (ii) by becoming the owner of the goods, a person acquires a right to use the program in connection with the goods. The term does not include a computer program embedded in goods that consist solely of the medium in which the program is embedded. The term also does not include accounts, chattel paper, commercial tort claims, deposit accounts, documents, general intangibles, instruments, investment property, letter-of-credit rights, letters of credit, money, or oil, gas, or other minerals before extraction.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;NegotiableCommodity">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Commodity"/>
		<rdfs:label>negotiable commodity</rdfs:label>
		<skos:definition>commodity that can be bought or sold in some marketplace</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;OffTheShelfProduct">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<rdfs:label>off-the-shelf product</rdfs:label>
		<skos:definition>product that is readily available from merchandise in stock, or can be quickly and easily configured to order, not specially designed or custom-made</skos:definition>
		<cmns-av:abbreviation>COTS product</cmns-av:abbreviation>
		<cmns-av:synonym>commercial off-the-shelf product</cmns-av:synonym>
		<cmns-av:synonym>commercially available off-the-shelf product</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Producer">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;produces"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Good"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>producer</rdfs:label>
		<skos:definition>grower, maker, fabricator, or manufacturer of some product or other good</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Product">
		<rdfs:subClassOf>
			<owl:Class>
				<owl:unionOf rdf:parseType="Collection">
					<rdf:Description rdf:about="&fibo-fnd-pas-pas;Good">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-law-lcap;ContractualRight">
					</rdf:Description>
					<rdf:Description rdf:about="&fibo-fnd-pas-pas;Service">
					</rdf:Description>
				</owl:unionOf>
			</owl:Class>
		</rdfs:subClassOf>
		<rdfs:label>product</rdfs:label>
		<skos:definition>commercially distributed good that is (1) tangible property, (2) the output or result of a fabrication, manufacturing, or production process, or (3) something that passes through a distribution channel before being consumed or used.</skos:definition>
		<cmns-av:explanatoryNote>Financial products include contracts that are developed via a financial service-specific process, such as a life insurance policy, demand deposit account or financial instrument, for example. Leases and rentals are similar in that they are initiated via some contractual development process, wherein the product is the right to use something for some period of time.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ProductIdentifier">
		<rdfs:subClassOf rdf:resource="&cmns-id;Identifier"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-id;identifies"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;Product"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>product identifier</rdfs:label>
		<skos:definition>sequence of characters uniquely identifying a product in some context</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Sale">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;Situation"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pas-pas;TransactionEvent"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-acc-cur;hasPrice"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;hasBuyer"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;hasSeller"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Seller"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&cmns-cxtdsg;appliesTo"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Product"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>sale</rdfs:label>
		<skos:definition>exchange of goods or services for money</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Seller">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;sells"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Product"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>seller</rdfs:label>
		<skos:definition>party that makes, offers or contracts to make a sale to an actual or potential buyer</skos:definition>
		<cmns-av:synonym>purveyor</cmns-av:synonym>
		<cmns-av:synonym>vendor</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Service">
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;isProvisionedBy"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;ServiceProvider"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;ServiceProvider"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;provides"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-plc-fac;Capability"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>service</rdfs:label>
		<skos:definition>intangible activity performed by some party for the benefit of another party</skos:definition>
		<skos:example>Services include intangible products, such as accounting, banking, cleaning, consultancy, education, insurance, expertise, medical treatment, or transportation services.</skos:example>
		<cmns-av:explanatoryNote>Sometimes services are difficult to identify because they are closely associated with a good; such as the combination of a diagnosis with the administration of a medicine. No transfer of possession or ownership takes place when services are sold, and they (1) cannot be stored or transported, (2) are instantly perishable, and (3) come into existence at the time they are bought and consumed.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ServiceAgreement">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;MutualContractualAgreement"/>
		<rdfs:subClassOf rdf:resource="&fibo-fnd-agr-ctr;WrittenContract"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;hasContractParty"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;ServiceProvider"/>
				<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;governs"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Service"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>service agreement</rdfs:label>
		<skos:definition>written contract between a client and service provider whereby the service provider supplies some service in the form of time, effort, and/or expertise in exchange for compensation</skos:definition>
		<cmns-av:synonym>service contract</cmns-av:synonym>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;ServiceProvider">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-rl;ThingInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;provisions"/>
				<owl:onClass rdf:resource="&fibo-fnd-plc-fac;Facility"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;provisions"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;Service"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;provides"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Service"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>service provider</rdfs:label>
		<skos:definition>party that provides and typically provisions professional services, such as consulting, financial, legal, real estate, education, communications, storage, or processing services, to other parties, typically defined in a service agreement</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;Supplier">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-pty-pty;PartyInRole"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;supplies"/>
				<owl:someValuesFrom rdf:resource="&fibo-fnd-pas-pas;Product"/>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>supplier</rdfs:label>
		<skos:definition>party that provides goods or services that some party wants or needs, especially over a long period of time</skos:definition>
		<cmns-av:explanatoryNote>A supplier may be distinguished from a contractor or subcontractor, who commonly adds specialized input to deliverables.</cmns-av:explanatoryNote>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;TransactionConfirmation">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-arr-doc;LegalDocument"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidenceFor"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;TransactionEvent"/>
				<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>transaction confirmation</rdfs:label>
		<skos:definition>written communication from a seller or service provider reciting the relevant details of a transaction</skos:definition>
	</owl:Class>
	
	<owl:Class rdf:about="&fibo-fnd-pas-pas;TransactionEvent">
		<rdfs:subClassOf rdf:resource="&fibo-fnd-dt-oc;OccurrenceKind"/>
		<rdfs:subClassOf>
			<owl:Restriction>
				<owl:onProperty rdf:resource="&fibo-fnd-agr-ctr;isEvidencedBy"/>
				<owl:onClass rdf:resource="&fibo-fnd-pas-pas;TransactionConfirmation"/>
				<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
			</owl:Restriction>
		</rdfs:subClassOf>
		<rdfs:label>transaction event</rdfs:label>
		<skos:definition>any sale, assignment, lease, license, loan, advance, contribution, or other transfer of any interest in or right to use any property (tangible or intangible) or money, however that transaction is effected, and regardless of whether the terms of the transaction are formally documented</skos:definition>
	</owl:Class>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;buys">
		<rdfs:label>buys</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<skos:definition>links a party in the role of purchaser to something that they have purchased or plan to purchase</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;buysFrom">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;isAffectedBy"/>
		<rdfs:label>buys from</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Seller"/>
		<skos:definition>links a party in the role of purchaser to a party from which they have made or are planning to make a purchase</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;hasBuyer">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasPartyInRole"/>
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasUndergoer"/>
		<rdfs:label xml:lang="en">has buyer</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
		<skos:definition>indicates the purchasing party in the context of a sales transaction</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;hasSeller">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;hasActor"/>
		<rdfs:label xml:lang="en">has seller</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Seller"/>
		<skos:definition>indicates the vendor in the context of a sales transaction</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;isProvisionedBy">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
		<rdfs:label>is provisioned by</rdfs:label>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;ServiceProvider"/>
		<owl:inverseOf rdf:resource="&fibo-fnd-pas-pas;provisions"/>
		<skos:definition>identifies the service provider that provisions the service or facility</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;isSuppliedBy">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
		<rdfs:label>is supplied by</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Supplier"/>
		<owl:inverseOf rdf:resource="&fibo-fnd-pas-pas;supplies"/>
		<skos:definition>identifies the party (supplier, vendor, distributor, etc.) that makes a product available</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;provisions">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;provides"/>
		<rdfs:label>provisions</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;ServiceProvider"/>
		<skos:definition>customizes, provides, or outfits something required for use in delivering a service</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;sells">
		<rdfs:label>sells</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Seller"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<skos:definition>links a party in the role of broker, dealer, vendor, or merchandiser to something that they make available for sale</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;sellsTo">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-pty-pty;actsOn"/>
		<rdfs:label>sells to</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Seller"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Buyer"/>
		<owl:inverseOf rdf:resource="&fibo-fnd-pas-pas;buysFrom"/>
		<skos:definition>links a party in the role of broker, dealer, vendor, or merchandiser to a purchaser or potential purchasing party</skos:definition>
	</owl:ObjectProperty>
	
	<owl:ObjectProperty rdf:about="&fibo-fnd-pas-pas;supplies">
		<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;provides"/>
		<rdfs:label>supplies</rdfs:label>
		<rdfs:domain rdf:resource="&fibo-fnd-pas-pas;Supplier"/>
		<rdfs:range rdf:resource="&fibo-fnd-pas-pas;Product"/>
		<skos:definition>links a party in the role of outfitter, provisioner, distributor, etc. to something that they provide</skos:definition>
	</owl:ObjectProperty>

</rdf:RDF>