-
Notifications
You must be signed in to change notification settings - Fork 0
/
iftm-mmt.jsonld
2581 lines (2581 loc) · 132 KB
/
iftm-mmt.jsonld
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
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@context": {
"schema": "http://schema.org/",
"unece": "https://unece.org/vocab#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"cefact": "https://edi3.org/cefact#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/elements/1.1/"
},
"@graph": [
{
"@id": "unece:Address",
"@type": "rdfs:Class",
"rdfs:comment": "The location at which a particular trade related organization or person may be found or reached.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Address.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "The location at which a particular trade related organization or person may be found or reached.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Cargo",
"@type": "rdfs:Class",
"rdfs:comment": "Information about goods being transported identifying their nature for customs, statistical or transport purposes.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Cargo.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Information about goods being transported identifying their nature for customs, statistical or transport purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Clause",
"@type": "rdfs:Class",
"rdfs:comment": "A distinct article or provision in a document, which requires compliance.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Document_Clause.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A distinct article or provision in a document, which requires compliance.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Communication",
"@type": "rdfs:Class",
"rdfs:comment": "The exchange of thoughts, messages, or information, as universally exchanged by speech, signals, writing, or behaviour between persons and/or organizations.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Universal_Communication.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "The exchange of thoughts, messages, or information, as universally exchanged by speech, signals, writing, or behaviour between persons and/or organizations.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Consignment",
"@type": "rdfs:Class",
"rdfs:comment": "A separately identifiable collection of goods items to be transported or available to be transported from one consignor to one consignee in a supply chain via one or more modes of transport where each consignment is the subject of one single transport contract.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A separately identifiable collection of goods items to be transported or available to be transported from one consignor to one consignee in a supply chain via one or more modes of transport where each consignment is the subject of one single transport contract.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:ConsignmentItem",
"@type": "rdfs:Class",
"rdfs:comment": "An item within a supply chain consignment of goods separately identified for transport and customs purposes.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_ConsignmentItem.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "An item within a supply chain consignment of goods separately identified for transport and customs purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Contact",
"@type": "rdfs:Class",
"rdfs:comment": "A person or a department that acts as a point of contact with another person or department in a trading relationship.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Contact.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A person or a department that acts as a point of contact with another person or department in a trading relationship.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Country",
"@type": "rdfs:Class",
"rdfs:comment": "The area of land that belongs to a nation together with its properties, such as population, political organization, etc., used or referenced for trade purposes.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Country.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "The area of land that belongs to a nation together with its properties, such as population, political organization, etc., used or referenced for trade purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:DangerousGoods",
"@type": "rdfs:Class",
"rdfs:comment": "Goods which may contain a substance which poses risks to people and/or the environment during transportation which is regulated by dangerous goods regulations.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_DangerousGoods.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Goods which may contain a substance which poses risks to people and/or the environment during transportation which is regulated by dangerous goods regulations.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Document",
"@type": "rdfs:Class",
"rdfs:comment": [
"A collection of data for a piece of written, printed or electronic matter that is exchanged between two or more parties.",
"Written, printed or electronic matter that is referenced."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Referenced_Document.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Written, printed or electronic matter that is referenced.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:Exchanged_Document.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A collection of data for a piece of written, printed or electronic matter that is exchanged between two or more parties.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Event",
"@type": "rdfs:Class",
"rdfs:comment": "A significant occurrence or happening during transport.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Event.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A significant occurrence or happening during transport.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:GeographicalCoordinate",
"@type": "rdfs:Class",
"rdfs:comment": "A set of geographical coordinates of a specific point such as the longitude, latitude and altitude.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:GeographicalCoordinate.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A set of geographical coordinates of a specific point such as the longitude, latitude and altitude.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Instructions",
"@type": "rdfs:Class",
"rdfs:comment": [
"Temperature setting related information of an instructive nature.",
"Transport information of an instructive nature.",
"Handling information of an instructive nature.",
"Instructions related to the action or process of conveyance."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Handling_Instructions.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Handling information of an instructive nature.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:Haulage_Instructions.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Instructions related to the action or process of conveyance.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:TemperatureSetting_Instructions.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Temperature setting related information of an instructive nature.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:Transport_Instructions.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Transport information of an instructive nature.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Location",
"@type": "rdfs:Class",
"rdfs:comment": "A logistics related physical location or place.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_Location.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A logistics related physical location or place.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Measurement",
"@type": "rdfs:Class",
"rdfs:comment": "An amount, size, or extent as established by measuring.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Measurement.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "An amount, size, or extent as established by measuring.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Package",
"@type": "rdfs:Class",
"rdfs:comment": [
"A self-contained wrapping or container within which goods can be contained for logistics purposes, such as a box or a barrel which can be filled, partially filled or empty.",
"A referenced self-contained wrapping or container within which goods can be contained for logistics purposes."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Referenced_Logistics_Package.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A referenced self-contained wrapping or container within which goods can be contained for logistics purposes.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:Logistics_Package.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A self-contained wrapping or container within which goods can be contained for logistics purposes, such as a box or a barrel which can be filled, partially filled or empty.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Party",
"@type": "rdfs:Class",
"rdfs:comment": "An individual, a group, or a body having a role in a trade business function.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Party.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "An individual, a group, or a body having a role in a trade business function.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Route",
"@type": "rdfs:Class",
"rdfs:comment": "A way or course taken from one location to another for the purpose of transporting cargo and or passengers.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Route.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A way or course taken from one location to another for the purpose of transporting cargo and or passengers.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Seal",
"@type": "rdfs:Class",
"rdfs:comment": "A device used to secure an object and protect it from unauthorized entry or tampering during transport or other logistics operations.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_Seal.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A device used to secure an object and protect it from unauthorized entry or tampering during transport or other logistics operations.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Service",
"@type": "rdfs:Class",
"rdfs:comment": "A service associated with a transport movement.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Service.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A service associated with a transport movement.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:ServiceCharge",
"@type": "rdfs:Class",
"rdfs:comment": "A charge made for a logistics related service.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_ServiceCharge.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A charge made for a logistics related service.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:ShippingMarks",
"@type": "rdfs:Class",
"rdfs:comment": "Physical markings or labels on individual packages or transport units for logistics purposes.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_ShippingMarks.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Physical markings or labels on individual packages or transport units for logistics purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:Temperature",
"@type": "rdfs:Class",
"rdfs:comment": "Temperature settings for a transport movement, such as a required storage temperature range.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:TransportSetting_Temperature.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "Temperature settings for a transport movement, such as a required storage temperature range.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:TransportEquipment",
"@type": "rdfs:Class",
"rdfs:comment": [
"A piece of equipment used to hold, protect or secure cargo for logistics purposes.",
"A referenced piece of equipment used to hold, protect or secure cargo for logistics purposes."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Referenced_Logistics_TransportEquipment.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A referenced piece of equipment used to hold, protect or secure cargo for logistics purposes.",
"unece:cefactBusinessProcess": ""
},
{
"@id": "cefact:Logistics_TransportEquipment.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "A piece of equipment used to hold, protect or secure cargo for logistics purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:TransportMeans",
"@type": "rdfs:Class",
"rdfs:comment": "The devices used to convey goods or other objects from place to place during logistics cargo movements.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_TransportMeans.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "The devices used to convey goods or other objects from place to place during logistics cargo movements.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:TransportMovement",
"@type": "rdfs:Class",
"rdfs:comment": "The conveyance (physical carriage) of goods or other objects used for logistics transport purposes.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_TransportMovement.Details",
"@type": "unece:AggregateBIE",
"unece:cefactUNId": "cefact:",
"rdfs:comment": "The conveyance (physical carriage) of goods or other objects used for logistics transport purposes.",
"unece:cefactBusinessProcess": ""
}
]
},
{
"@id": "unece:actualMeasure",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:Measurement",
"rdfs:comment": "An actual measure for this measurement.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Measurement.Actual.Measure",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Measurement.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "An actual measure for this measurement."
}
]
},
{
"@id": "unece:actualOccurrenceDateTime",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:dateTime",
"schema:domainIncludes": "unece:Event",
"rdfs:comment": "The actual date, time, date time, or other date time value of the occurrence of this transport event.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Event.Actual_Occurrence.DateTime",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Transport_Event.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The actual date, time, date time, or other date time value of the occurrence of this transport event."
}
]
},
{
"@id": "unece:affixedLogisticsSeal",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Seal",
"schema:domainIncludes": "unece:TransportEquipment",
"rdfs:comment": "A seal affixed to this piece of logistics transport equipment.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_TransportEquipment.Affixed.Logistics_Seal",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A seal affixed to this piece of logistics transport equipment."
}
]
},
{
"@id": "unece:applicableLogisticsServiceCharge",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:ServiceCharge",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "A logistics service charge applicable to this supply chain consignment, such as freight or insurance charges.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.Applicable.Logistics_ServiceCharge",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A logistics service charge applicable to this supply chain consignment, such as freight or insurance charges."
}
]
},
{
"@id": "unece:applicableTransportDangerousGoods",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:DangerousGoods",
"schema:domainIncludes": "unece:ConsignmentItem",
"rdfs:comment": "Dangerous goods transport details applicable to this supply chain consignment item.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_ConsignmentItem.Applicable.Transport_DangerousGoods",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_ConsignmentItem.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "Dangerous goods transport details applicable to this supply chain consignment item."
}
]
},
{
"@id": "unece:appliedAmount",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:ServiceCharge",
"rdfs:comment": "A monetary value applied to this logistics service charge.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_ServiceCharge.Applied.Amount",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_ServiceCharge.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A monetary value applied to this logistics service charge."
}
]
},
{
"@id": "unece:associatedReferencedLogisticsTransportEquipment",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:TransportEquipment",
"schema:domainIncludes": "unece:ConsignmentItem",
"rdfs:comment": "A referenced piece of transport equipment associated with this supply chain consignment item.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_ConsignmentItem.Associated.Referenced_Logistics_TransportEquipment",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_ConsignmentItem.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A referenced piece of transport equipment associated with this supply chain consignment item."
}
]
},
{
"@id": "unece:attachedSpecifiedBinaryFile",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:BinaryFile",
"schema:domainIncludes": "unece:Document",
"rdfs:comment": "A binary file attached to this exchanged document.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Exchanged_Document.Attached.Specified_BinaryFile",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Exchanged_Document.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A binary file attached to this exchanged document."
}
]
},
{
"@id": "unece:carrierAcceptanceLogisticsLocation",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Location",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The location where this supply chain consignment will be, or has been, accepted by the carrier.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.CarrierAcceptance.Logistics_Location",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The location where this supply chain consignment will be, or has been, accepted by the carrier."
}
]
},
{
"@id": "unece:carrierAssignedIdentifier",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The unique identifier assigned by the carrier to this supply chain consignment, such as a booking reference number when cargo space is reserved prior to loading.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.CarrierAssigned.Identifier",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The unique identifier assigned by the carrier to this supply chain consignment, such as a booking reference number when cargo space is reserved prior to loading."
}
]
},
{
"@id": "unece:carrierTradeParty",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Party",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The carrier party for this supply chain consignment.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.Carrier.Trade_Party",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The carrier party for this supply chain consignment."
}
]
},
{
"@id": "unece:categoryTransportEquipmentCategoryCode",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:TransportEquipment",
"rdfs:comment": [
"The code specifying the category of this referenced piece of logistics transport equipment.",
"The code specifying the category for this piece of logistics transport equipment, such as container or trailer."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Referenced_Logistics_TransportEquipment.Category.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Referenced_Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the category of this referenced piece of logistics transport equipment."
},
{
"@id": "cefact:Logistics_TransportEquipment.Category.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the category for this piece of logistics transport equipment, such as container or trailer."
}
]
},
{
"@id": "unece:categoryTransportServiceCategoryCode",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:ServiceCharge",
"rdfs:comment": "The code specifying the category of this logistics service charge [Reference United Nations Code List (UNCL) 5237].",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_ServiceCharge.Category.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_ServiceCharge.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the category of this logistics service charge [Reference United Nations Code List (UNCL) 5237]."
}
]
},
{
"@id": "unece:characteristicText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:TransportEquipment",
"rdfs:comment": "The characteristic or characteristics, expressed as text, of a piece of logistics transport equipment, such as its size and type.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Logistics_TransportEquipment.Characteristic.Text",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The characteristic or characteristics, expressed as text, of a piece of logistics transport equipment, such as its size and type."
}
]
},
{
"@id": "unece:characteristicTransportEquipmentSizeTypeCode",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:TransportEquipment",
"rdfs:comment": [
"The code specifying the characteristics, such as size and type, of this referenced piece of logistics transport equipment.",
"The code specifying the characteristic or characteristics of this piece of logistics transport equipment, such as the ISO 6346 transport equipment size and type code."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:Referenced_Logistics_TransportEquipment.Characteristic.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Referenced_Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the characteristics, such as size and type, of this referenced piece of logistics transport equipment."
},
{
"@id": "cefact:Logistics_TransportEquipment.Characteristic.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Logistics_TransportEquipment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the characteristic or characteristics of this piece of logistics transport equipment, such as the ISO 6346 transport equipment size and type code."
}
]
},
{
"@id": "unece:chargeableWeightWeightUnitMeasure",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:ConsignmentItem",
"rdfs:comment": "A measure of the supply chain consignment item weight on which charges are to be based.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_ConsignmentItem.ChargeableWeight.Measure",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_ConsignmentItem.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A measure of the supply chain consignment item weight on which charges are to be based."
}
]
},
{
"@id": "unece:cityNameText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:Address",
"rdfs:comment": "The name, expressed as text, of the city, town or village of this trade address.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Address.CityName.Text",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Trade_Address.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The name, expressed as text, of the city, town or village of this trade address."
}
]
},
{
"@id": "unece:completeNumberText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:Communication",
"rdfs:comment": "The text string of characters that make up the complete number for this universal communication.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Universal_Communication.CompleteNumber.Text",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Universal_Communication.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The text string of characters that make up the complete number for this universal communication."
}
]
},
{
"@id": "unece:conditionMeasure",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:Measurement",
"rdfs:comment": "A measure of a condition for this measurement.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Measurement.Condition.Measure",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Measurement.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A measure of a condition for this measurement."
}
]
},
{
"@id": "unece:conditionTypeTransportServiceConditionCode",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:Service",
"rdfs:comment": "A code specifying a type of condition for this transport service, such as a contract or carriage condition.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Transport_Service.Condition_Type.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Transport_Service.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A code specifying a type of condition for this transport service, such as a contract or carriage condition."
}
]
},
{
"@id": "unece:consigneeReceiptLogisticsLocation",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Location",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The location at which this supply chain consignment will be or has been received by the consignee.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.ConsigneeReceipt.Logistics_Location",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The location at which this supply chain consignment will be or has been received by the consignee."
}
]
},
{
"@id": "unece:consigneeTradeParty",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Party",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The consignee party for this supply chain consignment.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.Consignee.Trade_Party",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The consignee party for this supply chain consignment."
}
]
},
{
"@id": "unece:consignorAssignedIdentifier",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The unique identifier assigned by the consignor to this supply chain consignment.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.ConsignorAssigned.Identifier",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The unique identifier assigned by the consignor to this supply chain consignment."
}
]
},
{
"@id": "unece:consignorTradeParty",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Party",
"schema:domainIncludes": "unece:Consignment",
"rdfs:comment": "The consignor party for this supply chain consignment.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:SupplyChain_Consignment.Consignor.Trade_Party",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:SupplyChain_Consignment.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The consignor party for this supply chain consignment."
}
]
},
{
"@id": "unece:contentText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:Clause",
"rdfs:comment": "Content, expressed as text, of this document clause.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Document_Clause.Content.Text",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Document_Clause.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "Content, expressed as text, of this document clause."
}
]
},
{
"@id": "unece:copyIssuedQuantity",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:Document",
"rdfs:comment": "The number of copies issued of this exchanged document.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Exchanged_Document.CopyIssued.Quantity",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Exchanged_Document.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The number of copies issued of this exchanged document."
}
]
},
{
"@id": "unece:copyRequiredQuantity",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:decimal",
"schema:domainIncludes": "unece:Document",
"rdfs:comment": "The number of copies required of this exchanged document.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Exchanged_Document.CopyRequired.Quantity",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Exchanged_Document.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The number of copies required of this exchanged document."
}
]
},
{
"@id": "unece:countryNameText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:Address",
"rdfs:comment": "A name, expressed as text, of the country for this trade address.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Address.CountryName.Text",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Trade_Address.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A name, expressed as text, of the country for this trade address."
}
]
},
{
"@id": "unece:definedTradeContact",
"@type": "rdfs:Property",
"schema:rangeIncludes": "unece:Contact",
"schema:domainIncludes": "unece:Party",
"rdfs:comment": "A trade contact defined for this trade party.",
"unece:cefactElementMetadata": [
{
"@id": "cefact:Trade_Party.Defined.Trade_Contact",
"@type": "unece:AssociationBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Trade_Party.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A trade contact defined for this trade party."
}
]
},
{
"@id": "unece:descriptionCode",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:token",
"schema:domainIncludes": "unece:Instructions",
"rdfs:comment": [
"The code specifying the description of these haulage instructions.",
"The code specifying a description of these transport instructions.",
"A code specifying a description of these handling instructions.",
"The code specifying a description of these temperature setting instructions."
],
"unece:cefactElementMetadata": [
{
"@id": "cefact:TemperatureSetting_Instructions.Description.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:TemperatureSetting_Instructions.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying a description of these temperature setting instructions."
},
{
"@id": "cefact:Transport_Instructions.Description.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Transport_Instructions.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying a description of these transport instructions."
},
{
"@id": "cefact:Haulage_Instructions.Description.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Haulage_Instructions.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "The code specifying the description of these haulage instructions."
},
{
"@id": "cefact:Handling_Instructions.Description.Code",
"@type": "unece:BasicBIE",
"unece:cefactUNId": "cefact:",
"unece:cefactBieDomainClass": "cefact:Handling_Instructions.Details",
"unece:cefactBusinessProcess": "",
"rdfs:comment": "A code specifying a description of these handling instructions."
}
]
},
{
"@id": "unece:descriptionText",
"@type": "rdfs:Property",
"schema:rangeIncludes": "xsd:string",
"schema:domainIncludes": "unece:Instructions",
"rdfs:comment": [
"A textual description of these handling instructions.",
"A textual description of these transport instructions.",