-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIATA-1R-DM-Ontology_ChecksV1.ttl
10058 lines (8782 loc) · 545 KB
/
IATA-1R-DM-Ontology_ChecksV1.ttl
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
@prefix : <https://onerecord.iata.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix uld: <https://onerecord.iata.org/ULD#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix item: <https://onerecord.iata.org/Item#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix check: <https://onerecord.iata.org/Check#> .
@prefix event: <https://onerecord.iata.org/Event#> .
@prefix party: <https://onerecord.iata.org/Party#> .
@prefix piece: <https://onerecord.iata.org/Piece#> .
@prefix price: <https://onerecord.iata.org/Price#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix value: <https://onerecord.iata.org/Value#> .
@prefix answer: <https://onerecord.iata.org/Answer#> .
@prefix branch: <https://onerecord.iata.org/Branch#> .
@prefix itemDg: <https://onerecord.iata.org/ItemDg#> .
@prefix person: <https://onerecord.iata.org/Person#> .
@prefix ranges: <https://onerecord.iata.org/Ranges#> .
@prefix sensor: <https://onerecord.iata.org/Sensor#> .
@prefix address: <https://onerecord.iata.org/Address#> .
@prefix booking: <https://onerecord.iata.org/Booking#> .
@prefix carrier: <https://onerecord.iata.org/Carrier#> .
@prefix company: <https://onerecord.iata.org/Company#> .
@prefix contact: <https://onerecord.iata.org/Contact#> .
@prefix country: <https://onerecord.iata.org/Country#> .
@prefix pieceDg: <https://onerecord.iata.org/PieceDg#> .
@prefix pieceLa: <https://onerecord.iata.org/PieceLiveAnimals#> .
@prefix product: <https://onerecord.iata.org/Product#> .
@prefix ratings: <https://onerecord.iata.org/Ratings#> .
@prefix request: <https://onerecord.iata.org/Request#> .
@prefix routing: <https://onerecord.iata.org/Routing#> .
@prefix waybill: <https://onerecord.iata.org/Waybill#> .
@prefix eventUld: <https://onerecord.iata.org/EventUld#> .
@prefix location: <https://onerecord.iata.org/Location#> .
@prefix partyawb: <https://onerecord.iata.org/PartyAWB#> .
@prefix question: <https://onerecord.iata.org/Question#> .
@prefix schedule: <https://onerecord.iata.org/Schedule#> .
@prefix shipment: <https://onerecord.iata.org/Shipment#> .
@prefix insurance: <https://onerecord.iata.org/Insurance#> .
@prefix iotDevice: <https://onerecord.iata.org/IotDevice#> .
@prefix productDg: <https://onerecord.iata.org/ProductDg#> .
@prefix dimensions: <https://onerecord.iata.org/Dimensions#> .
@prefix otherParty: <https://onerecord.iata.org/OtherParty#> .
@prefix customsInfo: <https://onerecord.iata.org/CustomsInfo#> .
@prefix geolocation: <https://onerecord.iata.org/Geolocation#> .
@prefix sensorOther: <https://onerecord.iata.org/SensorOther#> .
@prefix bookingtimes: <https://onerecord.iata.org/BookingTimes#> .
@prefix co2Emissions: <https://onerecord.iata.org/CO2Emissions#> .
@prefix contactOther: <https://onerecord.iata.org/ContactOther#> .
@prefix measurements: <https://onerecord.iata.org/Measurements#> .
@prefix sensorGeoloc: <https://onerecord.iata.org/SensorGeoloc#> .
@prefix bookingOption: <https://onerecord.iata.org/BookingOption#> .
@prefix checkTemplate: <https://onerecord.iata.org/CheckTemplate#> .
@prefix co2CalcMethod: <https://onerecord.iata.org/CO2CalcMethod#> .
@prefix commonobjects: <https://onerecord.iata.org/CommonObjects#> .
@prefix companybranch: <https://onerecord.iata.org/CompanyBranch#> .
@prefix dgDeclaration: <https://onerecord.iata.org/DgDeclaration#> .
@prefix movementTimes: <https://onerecord.iata.org/MovementTimes#> .
@prefix packagingType: <https://onerecord.iata.org/PackagingType#> .
@prefix scheduledLegs: <https://onerecord.iata.org/ScheduledLegs#> .
@prefix bookingSegment: <https://onerecord.iata.org/BookingSegment#> .
@prefix carrierProduct: <https://onerecord.iata.org/CarrierProduct#> .
@prefix embeddedobject: <https://onerecord.iata.org/EmbeddedObjects#> .
@prefix serviceRequest: <https://onerecord.iata.org/ServiceRequest#> .
@prefix transportMeans: <https://onerecord.iata.org/TransportMeans#> .
@prefix characteristics: <https://onerecord.iata.org/Characteristics#> .
@prefix logisticsObject: <https://onerecord.iata.org/LogisticsObject#> .
@prefix otherIdentifier: <https://onerecord.iata.org/OtherIdentifier#> .
@prefix regulatedEntity: <https://onerecord.iata.org/RegulatedEntity#> .
@prefix specialHandling: <https://onerecord.iata.org/SpecialHandling#> .
@prefix checkTotalResult: <https://onerecord.iata.org/CheckTotalResult#> .
@prefix epermitSignature: <https://onerecord.iata.org/EpermitSignature#> .
@prefix transportSegment: <https://onerecord.iata.org/TransportSegment#> .
@prefix volumetricWeight: <https://onerecord.iata.org/VolumetricWeight#> .
@prefix externalReference: <https://onerecord.iata.org/ExternalReference#> .
@prefix measurementsOther: <https://onerecord.iata.org/MeasurementsOther#> .
@prefix transportMovement: <https://onerecord.iata.org/TransportMovement#> .
@prefix epermitConsignment: <https://onerecord.iata.org/EpermitConsignment#> .
@prefix liveAnimalsEpermit: <https://onerecord.iata.org/LiveAnimalsEpermit#> .
@prefix measurementsGeoloc: <https://onerecord.iata.org/MeasurementsGeoloc#> .
@prefix securityDeclaration: <https://onerecord.iata.org/SecurityDeclaration#> .
@prefix bookingOptionRequest: <https://onerecord.iata.org/BookingOptionRequest#> .
@prefix dgProductRadioactive: <https://onerecord.iata.org/DgProductRadioactive#> .
@prefix dgRadioactiveIsotope: <https://onerecord.iata.org/DgRadioactiveIsotope#> .
@prefix handlinginstructions: <https://onerecord.iata.org/HandlingInstructions#> .
@base <https://onerecord.iata.org/> .
<https://onerecord.iata.org/> rdf:type owl:Ontology ;
dc:description "The IATA ONE Record vocabulary, described using W3C RDF Schema and the Web Ontology Language. Customised to include Checks."@en ;
dc:title "IATA ONE Record Ontology - Custom Version including Checks"@en ;
terms:abstract "05-10-2022" ,
"The ontology of the IATA ONE Record standard is the core data model underlying the Linked Data solution drafted by the ONE Record standard: https://github.com/IATA-Cargo/ONE-Record. ONE Record is a standard for data sharing and creates a single record view of the shipment. This standard defines a common data model for the data that is shared via standardized and secured web API."@en ;
terms:title "IATA ONE Record Ontology"@en ;
rdfs:comment """Version 1.0 refers to the version that has been endorsed by the COTB in November 2020
Version 1.01 includes some bugfixes to allow for the generation of JSON-LD schema, including:
- Removal of Piece:dgDeclaration property to avoid java error as it is moved to PieceDg:dgDeclaration
- Change of comment on price:carrierChargeCode to avoid non-unicode characters \"...\"
Version 1.1 includes improvements and bugfixes, details can be found on GitHub
Version 1.11 includes bugfixes, including:
- Change of cardinality for CompanyBranch#otherIdentifiers and CompanyBranch#contactPersons (removed max = 1)
Version 1.2.0 (beta for Version 2.0.0 to come)
- Change of ratings:chargePaymentType values from (S,P) to (C,P) as it was a mistake
- Added data properties on BookingTimes
- Removed Piece#product max cardinality
- Added Waybill#originCurrency adn Waybill#customsOriginCode
- Added Piece#nvdForCarriage and Piece#nvdForCustoms
- Added Insurance#nvdIndicator
- Added Waybill#consignorDeclarationSignature / carrierDeclarationPlace / carrierDeclarationDate / carrierDeclarationSignature
- Improved Ratings objects for Billing&Settlement purposes with new properties
- Added CommonObjects class and EmbeddedObject class
- Addded ScheduledLegs object and Routing#scheduledLegs
- Renames shipment#containedPiece to shipment#containedPieces
- Removed & sign within comments
Version 1.2.1 (beta for Version 2.0.0 to come)
- Added Ratings#entitlement and Ratings#quantity
Version 2.0.0
- Official release to validate Version 1.2.0 and 1.2.1 changes
- ServiceRequest and SpecialHandling objects are replaced with HandlingInstructions object
- Added Party#otherIdentifiers
Version 2.0.0.Checks.1
- Added LOs CheckTemplate, CheckTotalResult, Question, Answer, Check as Event subtype including properties as documented in this repository"""@en ;
rdfs:isDefinedBy "https://www.iata.org/one-record/"^^xsd:anyURI ;
rdfs:label "IATA ONE Record Ontology"@en ;
owl:versionInfo "2.0.0.Checks.1"@en .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/title
dc:title rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/abstract
terms:abstract rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/modified
terms:modified rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
terms:title rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#maxCardinality
owl:maxCardinality rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#minCardinality
owl:minCardinality rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .
### http://www.w3.org/2002/07/owl#thing
owl:thing rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### https://onerecord.iata.org/Address#country
address:country rdf:type owl:ObjectProperty ;
rdfs:domain :Address ;
rdfs:range :Country ;
rdfs:comment "Country details"@en ;
rdfs:label "address:country"@en .
### https://onerecord.iata.org/Answer#answerExternalReference
answer:answerExternalReference rdf:type owl:ObjectProperty ;
rdfs:domain :Answer ;
rdfs:range :ExternalReference ;
rdfs:comment "The answerExternalReference is a link to a BLOB with a connection to the answer of the question. This could for example be a foto of a piece, if it was damaged and the status was asked in the question. Example: \"1r.aviation-services.com/photos/546468882\"."@en ;
rdfs:label "answer:answerExternalReference"@en .
### https://onerecord.iata.org/Answer#answerLocation
answer:answerLocation rdf:type owl:ObjectProperty ;
rdfs:domain :Answer ;
rdfs:range :Location ;
rdfs:comment "The answerLocation is a location provided to inform the data consumer where the linked question was answered. This is especially relevant if checks are split into a physical and a documentary part, performed at different locations. It can also serve a additional authentication feature when e.g. connected with a geolocation sensor of a device. It is of type location. Example: \"IATA Service Center Madrid\"."@en ;
rdfs:label "answer:answerLocation"@en .
### https://onerecord.iata.org/Answer#answerOtherParty
answer:answerOtherParty rdf:type owl:ObjectProperty ;
rdfs:domain :Answer ;
rdfs:range :Party ;
rdfs:comment "The answerOtherParty can link another party of relevance to the answer of the question. This could for example be an external provider executing the check. It should only be used if this party is different to the providing party of the answer. Example: \"1r.aviation-services-london.com\"."@en ;
rdfs:label "answer:answerOtherParty"@en .
### https://onerecord.iata.org/Answer#answerPerson
answer:answerPerson rdf:type owl:ObjectProperty ;
rdfs:domain :Answer ;
rdfs:range :Person ;
rdfs:comment "The answerPerson is refering to a natural person to inform the data consumer who answered the question. This is especially relevant if checks are split into a physical and a documentary part, performed different persons. Example: \"1r.aviation-services.com/staff/MikeTyson\"."@en ;
rdfs:label "answer:answerPerson"@en .
### https://onerecord.iata.org/Answer#answerValue
answer:answerValue rdf:type owl:ObjectProperty ;
rdfs:domain :Answer ;
rdfs:range :Value ;
rdfs:comment "The answerValue is a value provided as response to a question. It is of type value and thus consists of value and unit. Example: \"5° celsius\"."@en ;
rdfs:label "answer:answerValue"@en .
### https://onerecord.iata.org/Booking#carrier
booking:carrier rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Company ;
rdfs:comment "Carrier details"@en ;
rdfs:label "booking:carrier"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#carrierProductInfo
booking:carrierProductInfo rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :CarrierProduct ;
rdfs:comment "Reference to the Carrier products included in the offer"@en ;
rdfs:label "booking:carrierProductInfo"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#consignee
booking:consignee rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Company ;
rdfs:comment "Consignee details"@en ;
rdfs:label "booking:consignee"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#freightForwarder
booking:freightForwarder rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Company ;
rdfs:comment "Freight Forwarder details"@en ;
rdfs:label "booking:freightForwarder"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#notifyParty
booking:notifyParty rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Company ;
rdfs:comment "Other parties to be notified of the booking evolution"@en ;
rdfs:label "booking:notifyParty"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#price
booking:price rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Price ;
rdfs:comment "Price of the Booking (if different from the offer)"@en ;
rdfs:label "booking:price"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#requestRef
booking:requestRef rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Request ;
rdfs:comment "Reference to the Request"@en ;
rdfs:label "booking:requestRef"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#routing
booking:routing rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Routing ;
rdfs:comment "Routing details of the offer, to be compared with routing preferences of the quote request"@en ;
rdfs:label "booking:routing"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#shipmentDetails
booking:shipmentDetails rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Shipment ;
rdfs:comment "Details of the shipement that is to be shipped"@en ;
rdfs:label "booking:shipmentDetails"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#shipper
booking:shipper rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Company ;
rdfs:comment "Shipper information"@en ;
rdfs:label "booking:shipper"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#transportMovement
booking:transportMovement rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :TransportSegment ;
rdfs:comment "Transport segment linked to the offer, including the Departure and Arrival locations"@en ;
rdfs:label "booking:transportMovement"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Booking#waybillNumber
booking:waybillNumber rdf:type owl:ObjectProperty ;
rdfs:domain :Booking ;
rdfs:range :Waybill ;
rdfs:comment "House or Master Waybill unique identifier"@en ;
rdfs:label "booking:waybillNumber"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOption#bookingSegment
bookingOption:bookingSegment rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :BookingSegment ;
rdfs:comment "Booking Segment of the Booking Option"@en ;
rdfs:label "bookingOption:bookingSegment"@en .
### https://onerecord.iata.org/BookingOption#bookingTimes
bookingOption:bookingTimes rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :BookingTimes ;
rdfs:comment "booking times details of the Booking Option (proposed or actual)"@en ;
rdfs:label "bookingOption:bookingTimes"@en .
### https://onerecord.iata.org/BookingOption#carrier
bookingOption:carrier rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Company ;
rdfs:comment "Carrier details"@en ;
rdfs:label "bookingOption:carrier"@en .
### https://onerecord.iata.org/BookingOption#carrierProductInfo
bookingOption:carrierProductInfo rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :CarrierProduct ;
rdfs:comment "Reference to the Carrier products included in the offer"@en ;
rdfs:label "bookingOption:carrierProductInfo"@en .
### https://onerecord.iata.org/BookingOption#consignee
bookingOption:consignee rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Company ;
rdfs:comment "Consignee details"@en ;
rdfs:label "bookingOption:consignee"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOption#freightForwarder
bookingOption:freightForwarder rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Company ;
rdfs:comment "Freight forwarder details"@en ;
rdfs:label "bookingOption:freightForwarder"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOption#notifyParty
bookingOption:notifyParty rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Company ;
rdfs:comment "Other parties to be notified of the booking evolution"@en ;
rdfs:label "bookingOption:notifyParty"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOption#parties
bookingOption:parties rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Party ;
rdfs:comment "Parties involved in the Booking Option (e.g. shipper, forwarder, ...)"@en ;
rdfs:label "bookingOption:parties"@en .
### https://onerecord.iata.org/BookingOption#price
bookingOption:price rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Price ;
rdfs:comment "Price of the Booking (if different from the offer)"@en ;
rdfs:label "bookingOption:price"@en .
### https://onerecord.iata.org/BookingOption#requestRef
bookingOption:requestRef rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :BookingOptionRequest ;
rdfs:comment "Reference to the Booking option request"@en ;
rdfs:label "bookingOption:requestRef"@en .
### https://onerecord.iata.org/BookingOption#routing
bookingOption:routing rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Routing ;
rdfs:comment "Routing details of the offer, to be compared with routing preferences of the quote request"@en ;
rdfs:label "bookingOption:routing"@en .
### https://onerecord.iata.org/BookingOption#schedule
bookingOption:schedule rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Schedule ;
rdfs:comment "Schedule details of the Booking Option (proposed or actual)"@en ;
rdfs:label "bookingOption:schedule"@en ;
owl:deprecated "true"^^xsd:boolean .
### https://onerecord.iata.org/BookingOption#shipmentDetails
bookingOption:shipmentDetails rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Shipment ;
rdfs:comment "Details of the shipement that is to be shipped"@en ;
rdfs:label "bookingOption:shipmentDetails"@en .
### https://onerecord.iata.org/BookingOption#shipper
bookingOption:shipper rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Company ;
rdfs:comment "Shipper details"@en ;
rdfs:label "bookingOption:shipper"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOption#transportMovement
bookingOption:transportMovement rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :TransportSegment ;
rdfs:comment "Transport segment linked to the offer, including the Departure and Arrival locations"@en ;
rdfs:label "bookingOption:transportMovement"@en .
### https://onerecord.iata.org/BookingOption#waybillNumber
bookingOption:waybillNumber rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOption ;
rdfs:range :Waybill ;
rdfs:comment "House or Master Waybill unique identifier"@en ;
rdfs:label "bookingOption:waybillNumber"@en .
### https://onerecord.iata.org/BookingOptionRequest#bookingSegment
bookingOptionRequest:bookingSegment rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :BookingSegment ;
rdfs:comment "The Booking Segment linked to the Booking Optio Request"@en ;
rdfs:label "bookingOptionRequest:bookingSegment"@en .
### https://onerecord.iata.org/BookingOptionRequest#parties
bookingOptionRequest:parties rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Party ;
rdfs:comment "Parties involved if known"@en ;
rdfs:label "bookingOptionRequest:parties"@en .
[ rdf:type owl:Axiom ;
owl:annotatedSource bookingOptionRequest:parties ;
owl:annotatedProperty rdfs:range ;
owl:annotatedTarget :Party ;
rdfs:comment "change of object type in v1.1"
] .
### https://onerecord.iata.org/BookingOptionRequest#ratingsPreference
bookingOptionRequest:ratingsPreference rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Ratings ;
rdfs:comment "Ratings preferences of the request"@en ;
rdfs:label "bookingOptionRequest:ratingsPreference"@en .
### https://onerecord.iata.org/BookingOptionRequest#routingPreferences
bookingOptionRequest:routingPreferences rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Routing ;
rdfs:comment "Routing details that are part of the request, these details will be used to determine if the offer is a perfect match"@en ;
rdfs:label "bookingOptionRequest:routingPreferences"@en .
### https://onerecord.iata.org/BookingOptionRequest#schedulePreferences
bookingOptionRequest:schedulePreferences rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Schedule ;
rdfs:comment "Schedule preferences of the request"@en ;
rdfs:label "bookingOptionRequest:schedulePreferences"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/BookingOptionRequest#shipmentDetails
bookingOptionRequest:shipmentDetails rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Shipment ;
rdfs:comment "Details of the shipement that is to be shipped"@en ;
rdfs:label "bookingOptionRequest:shipmentDetails"@en .
### https://onerecord.iata.org/BookingOptionRequest#timePreferences
bookingOptionRequest:timePreferences rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :BookingTimes ;
rdfs:comment "Schedule preferences of the request"@en ;
rdfs:label "bookingOptionRequest:timePreferences"@en .
### https://onerecord.iata.org/BookingOptionRequest#transportMovement
bookingOptionRequest:transportMovement rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :TransportSegment ;
rdfs:comment "Transport segment linked to the request, including the Departure and Arrival locations requested"@en ;
rdfs:label "bookingOptionRequest:transportMovement"@en .
### https://onerecord.iata.org/BookingOptionRequest#unitsPreference
bookingOptionRequest:unitsPreference rdf:type owl:ObjectProperty ;
rdfs:domain :BookingOptionRequest ;
rdfs:range :Value ;
rdfs:comment "Unit preferences of the request (e.g. kg or cm)"@en ;
rdfs:label "bookingOptionRequest:unitsPreference"@en .
### https://onerecord.iata.org/BookingSegment#arrivalLocation
bookingSegment:arrivalLocation rdf:type owl:ObjectProperty ;
rdfs:domain :BookingSegment ;
rdfs:range :Location ;
rdfs:comment "The arrival location of the Booking Segment"@en ;
rdfs:label "bookingSegment:arrivalLocation"@en .
### https://onerecord.iata.org/BookingSegment#bookingOptions
bookingSegment:bookingOptions rdf:type owl:ObjectProperty ;
rdfs:domain :BookingSegment ;
rdfs:range :BookingOption ;
rdfs:comment "The Booking Option linked to the Booking Segment"@en ;
rdfs:label "bookingSegment:bookingOptions"@en .
### https://onerecord.iata.org/BookingSegment#departureLocation
bookingSegment:departureLocation rdf:type owl:ObjectProperty ;
rdfs:domain :BookingSegment ;
rdfs:range :Location ;
rdfs:comment "The departure location of the Booking Segment"@en ;
rdfs:label "bookingSegment:departureLocation"@en .
### https://onerecord.iata.org/BookingSegment#requests
bookingSegment:requests rdf:type owl:ObjectProperty ;
rdfs:domain :BookingSegment ;
rdfs:range :BookingOptionRequest ;
rdfs:comment "The BookingOptionRequest linked to the Booking Segment"@en ;
rdfs:label "bookingSegment:requests"@en .
### https://onerecord.iata.org/BookingTimes#bookingOption
bookingtimes:bookingOption rdf:type owl:ObjectProperty ;
rdfs:domain :BookingTimes ;
rdfs:range :BookingOption ;
rdfs:comment "Reference to the BookingOption where the booking times are used"@en ;
rdfs:label "bookingtimes:bookingOption"@en .
### https://onerecord.iata.org/BookingTimes#bookingOptionRequest
bookingtimes:bookingOptionRequest rdf:type owl:ObjectProperty ;
rdfs:domain :BookingTimes ;
rdfs:range :BookingOptionRequest ;
rdfs:comment "Reference to the BookingOptionRequest where the booking times are used"@en ;
rdfs:label "bookingtimes:bookingOptionRequest"@en .
### https://onerecord.iata.org/Branch#company
branch:company rdf:type owl:ObjectProperty ;
rdfs:domain :Branch ;
rdfs:range :Company ;
rdfs:comment "Refers to the mother company of the branch"@en ;
rdfs:label "branch:company"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Branch#contactPerson
branch:contactPerson rdf:type owl:ObjectProperty ;
rdfs:domain :Branch ;
rdfs:range :Person ;
rdfs:comment "Contact person details"@en ;
rdfs:label "branch:contactPerson"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Branch#location
branch:location rdf:type owl:ObjectProperty ;
rdfs:domain :Branch ;
rdfs:range :Location ;
rdfs:comment "Location and address details"@en ;
rdfs:label "branch:location"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/Branch#otherIdentifier
branch:otherIdentifier rdf:type owl:ObjectProperty ;
rdfs:domain :Branch ;
rdfs:range :OtherIdentifier ;
rdfs:comment "Other identifiers (e.g. LEI (Legal Entity Identifier), TIN (Trader Identification Number), PIMA address, Account number, VAT/Tax id, Legal Registration id, DUNS number, etc)"@en ;
rdfs:label "branch:otherIdentifier"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/CO2Emissions#calculatedEmissions
co2Emissions:calculatedEmissions rdf:type owl:ObjectProperty ;
rdfs:domain :CO2Emissions ;
rdfs:range :Value ;
rdfs:comment "CO2 emissions calculated"@en ;
rdfs:label "co2Emissions:calculatedEmissions"@en .
### https://onerecord.iata.org/CO2Emissions#transportMovement
co2Emissions:transportMovement rdf:type owl:ObjectProperty ;
rdfs:domain :CO2Emissions ;
rdfs:range :TransportMovement ;
rdfs:comment "Transport Movement linked to the CO2 Emissions object"@en ;
rdfs:label "co2Emissions:transportMovement"@en .
### https://onerecord.iata.org/CarrierProduct#bookingOption
carrierProduct:bookingOption rdf:type owl:ObjectProperty ;
rdfs:domain :CarrierProduct ;
rdfs:range :BookingOption ;
rdfs:comment "Reference to the BookingOption where the carrier product is used"@en ;
rdfs:label "carrierProduct:bookingOption"@en .
### https://onerecord.iata.org/Characteristics#product
characteristics:product rdf:type owl:ObjectProperty ;
rdfs:domain :Characteristics ;
rdfs:range :Product ;
rdfs:comment "Reference to the product"@en ;
rdfs:label "characteristics:product"@en .
### https://onerecord.iata.org/Check#checkExternalReference
check:checkExternalReference rdf:type owl:ObjectProperty ;
rdfs:domain :Check ;
rdfs:range :ExternalReference ;
rdfs:comment "The checkExternalReference is a link into an externalRerefence that has a relation with the complete check. This could e.g. be a photo taken during check. Example: \"1r.aviation-services.com/photos/08651465\". This should not contain e.g. a pdf copy of the completed check sheet, as this is to be provided in the totalResults LO."@en ;
rdfs:label "check:checkExternalReference"@en .
### https://onerecord.iata.org/Check#checkLocation
check:checkLocation rdf:type owl:ObjectProperty ;
rdfs:domain :Check ;
rdfs:range :Location ;
rdfs:comment "The checkLocation is a link into a location object and indicates the execution location of the complete check. Example: \"1r.aviation-services.com/warehouses/FRA\"."@en ;
rdfs:label "check:checkLocation"@en .
### https://onerecord.iata.org/Check#checkTemplate
check:checkTemplate rdf:type owl:ObjectProperty ;
rdfs:domain :Check ;
rdfs:range :CheckTemplate ;
rdfs:comment "The checkTemplate contains the link to a check template LO. Example: \"1r.lufthansa-cargo.com/templates/current/DG-acceptance-check\""@en ;
rdfs:label "check:checkTemplate"@en .
### https://onerecord.iata.org/Check#checkTotalResult
check:checkTotalResult rdf:type owl:ObjectProperty ;
rdfs:domain :Check ;
rdfs:range :CheckTotalResult ;
rdfs:comment "The checkTotalResult contains the link to a total result LO. Example: \"1r.aviation-services.com/DG-acceptance-checks/FRA/020-55522664/result\""@en ;
rdfs:label "check:checkTotalResult"@en .
### https://onerecord.iata.org/Check#checker
check:checker rdf:type owl:ObjectProperty ;
rdfs:domain :Check ;
rdfs:range :Person ;
rdfs:comment "The checker is of type person and links the person performing the complete check. Example: \"1r.aviation-services.com/staff/MikeTyson\"."@en ;
rdfs:label "check:checker"@en .
### https://onerecord.iata.org/CheckTemplate#legacyTemplate
checkTemplate:legacyTemplate rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTemplate ;
rdfs:range :ExternalReference ;
rdfs:comment "The legacyTemplate is an externalReference linking a photo or pdf of the original paper version of a check template."@en ;
rdfs:label "checkTemplate:legacyTemplate"@en .
### https://onerecord.iata.org/CheckTemplate#templateOtherPartyInvolved
checkTemplate:templateOtherPartyInvolved rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTemplate ;
rdfs:range :Party ;
rdfs:comment "The templateOtherPartyInvolved is linking an object of type Party that has a stake in the template. Example: \"1r.IATA.org\"."@en ;
rdfs:label "checkTemplate:templateOtherPartyInvolved"@en .
### https://onerecord.iata.org/CheckTemplate#templateQuestion
checkTemplate:templateQuestion rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTemplate ;
rdfs:range :Question ;
rdfs:comment "The templateQuestion links one or more objects of type Question to the checkTemplate. Example: \"1r.lufthansa-cargo.com/templates/questions/NumberOfPieces\"."@en ;
rdfs:label "checkTemplate:templateQuestion"@en .
### https://onerecord.iata.org/CheckTemplate#templateUses
checkTemplate:templateUses rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTemplate ;
rdfs:range :Check ;
rdfs:comment "The templateUses is the backlink of the template to the check. It is effectively a list of checks, where the template was used."@en ;
rdfs:label "checkTemplate:templateUses"@en .
### https://onerecord.iata.org/CheckTotalResult#resultCertifiedBy
checkTotalResult:resultCertifiedBy rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTotalResult ;
rdfs:range :Person ;
rdfs:comment "Only if the checker does not sign responsible for the text result, the resultCertifiedBy must link a person in charge of the check result, if required at all. Example: \"1r.aviation-services.com/staff/JimMiller\"."@en ;
rdfs:label "checkTotalResult:resultCertifiedBy"@en .
### https://onerecord.iata.org/CheckTotalResult#resultExternalReference
checkTotalResult:resultExternalReference rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTotalResult ;
rdfs:range :ExternalReference ;
rdfs:comment "The resultExternalReference is a link into an externalRerefence that has a relation with the check result. This could e.g. be a generated PDF with a scanned signature of the paper check sheet version. Example: \"1r.aviation-services.com/DG-acceptance-checks/FRA/020-55522664/result/PDF\""@en ;
rdfs:label "checkTotalResult:resultExternalReference"@en .
### https://onerecord.iata.org/CheckTotalResult#resultValue
checkTotalResult:resultValue rdf:type owl:ObjectProperty ;
rdfs:domain :CheckTotalResult ;
rdfs:range :Value ;
rdfs:comment "If the total result of a check provides a value, if can be shared in this data field of type value with the two components value and unit. If e.g. the check is a temperature as manually read from a device, it would be \"5° Celsius\". But even in this case, a prefered solution would be to use a template with only one question on the current temperature and one answer with the actual temperature."@en ;
rdfs:label "checkTotalResult:resultValue"@en .
### https://onerecord.iata.org/Company#branch
company:branch rdf:type owl:ObjectProperty ;
rdfs:domain :Company ;
rdfs:range :CompanyBranch ;
rdfs:comment "Company branches"@en ;
rdfs:label "company:branch"@en ,
"company:branches"@en .
### https://onerecord.iata.org/CompanyBranch#company
companybranch:company rdf:type owl:ObjectProperty ;
rdfs:domain :CompanyBranch ;
rdfs:range :Company ;
rdfs:comment "Refers to the mother company of the branch"@en ;
rdfs:label "companybranch:company"@en .
### https://onerecord.iata.org/CompanyBranch#contactPersons
companybranch:contactPersons rdf:type owl:ObjectProperty ;
rdfs:domain :CompanyBranch ;
rdfs:range :Person ;
rdfs:comment "Contact person details"@en ;
rdfs:label "companybranch:contactPerson"@en ;
owl:versionInfo "v1.1 renamed to contactPersons"@en .
### https://onerecord.iata.org/CompanyBranch#location
companybranch:location rdf:type owl:ObjectProperty ;
rdfs:domain :CompanyBranch ;
rdfs:range :Location ;
rdfs:comment "Location and address details"@en ;
rdfs:label "companybranch:location"@en .
### https://onerecord.iata.org/CompanyBranch#otherIdentifiers
companybranch:otherIdentifiers rdf:type owl:ObjectProperty ;
rdfs:domain :CompanyBranch ;
rdfs:range :OtherIdentifier ;
rdfs:comment "Other identifiers (e.g. LEI (Legal Entity Identifier), TIN (Trader Identification Number), PIMA address, Account number, VAT/Tax id, Legal Registration id, DUNS number, etc)"@en ;
rdfs:label "companybranch:otherIdentifier"@en ;
owl:versionInfo "v1.1 renamed to otherIdentifiers"@en .
### https://onerecord.iata.org/Contact#other
contact:other rdf:type owl:ObjectProperty ;
rdfs:domain :Contact ;
rdfs:range :ContactOther ;
rdfs:comment "Other contact options e.g. Skype, Whatsapp, Viber, Fax etc"@en ;
rdfs:label "contact:other"@en ;
owl:deprecated "true"@en .
### https://onerecord.iata.org/CustomsInfo#piece
customsInfo:piece rdf:type owl:ObjectProperty ;
rdfs:domain :CustomsInfo ;
rdfs:range :Piece ;
rdfs:comment "Piece on which the Customs Info is applicable"@en ;
rdfs:label "customsInfo:piece"@en .
### https://onerecord.iata.org/DgProductRadioactive#isotopes
dgProductRadioactive:isotopes rdf:type owl:ObjectProperty ;
rdfs:domain :DgProductRadioactive ;
rdfs:range :DgRadioactiveIsotope ;
rdfs:comment "DgRadioactiveIsotope."@en ;
rdfs:label "dgProductRadioactive:isotopes"@en .
### https://onerecord.iata.org/Dimensions#height
dimensions:height rdf:type owl:ObjectProperty ;
rdfs:domain :Dimensions ;
rdfs:range :Value ;
rdfs:comment "Height"@en ;
rdfs:label "dimensions:height"@en .
### https://onerecord.iata.org/Dimensions#length
dimensions:length rdf:type owl:ObjectProperty ;
rdfs:domain :Dimensions ;
rdfs:range :Value ;
rdfs:comment "Length"@en ;
rdfs:label "dimensions:length"@en .
### https://onerecord.iata.org/Dimensions#volume
dimensions:volume rdf:type owl:ObjectProperty ;
rdfs:domain :Dimensions ;
rdfs:range :Value ;
rdfs:comment "Volume"@en ;
rdfs:label "dimensions:volume"@en .
### https://onerecord.iata.org/Dimensions#width
dimensions:width rdf:type owl:ObjectProperty ;
rdfs:domain :Dimensions ;
rdfs:range :Value ;
rdfs:comment "Width"@en ;
rdfs:label "dimensions:width"@en .
### https://onerecord.iata.org/EpermitConsignment#consignmentItems
epermitConsignment:consignmentItems rdf:type owl:ObjectProperty ;
rdfs:domain :EpermitConsignment ;
rdfs:range :PieceLiveAnimals ;
rdfs:comment "Reference to te pieces (Live Animals) of the permit"@en ;
rdfs:label "epermitConsignment:consignmentItems"@en .
### https://onerecord.iata.org/EpermitConsignment#examiningQuantity
epermitConsignment:examiningQuantity rdf:type owl:ObjectProperty ;
rdfs:domain :EpermitConsignment ;
rdfs:range :Value ;
rdfs:comment "Quatity measured by the examining authority (box 14)"@en ;
rdfs:label "epermitConsignment:examiningQuantity"@en .
### https://onerecord.iata.org/EpermitSignature#signatoryCompany
epermitSignature:signatoryCompany rdf:type owl:ObjectProperty ;
rdfs:domain :EpermitSignature ;
rdfs:range :Company ;
rdfs:comment "Signatory company name"@en ;
rdfs:label "epermitSignature:signatoryCompany"@en .
### https://onerecord.iata.org/Event#linkedObject
event:linkedObject rdf:type owl:ObjectProperty ;
rdfs:domain :Event ;
rdfs:range :LogisticsObject ;
rdfs:comment "Refers to the URI of the linked object(s)" ;
rdfs:label "event:linkedObject" .
### https://onerecord.iata.org/Event#location
event:location rdf:type owl:ObjectProperty ;
rdfs:domain :Event ;
rdfs:range :Location ;
rdfs:comment "Location of event"@en ;
rdfs:label "event:location"@en .
### https://onerecord.iata.org/Event#performedBy
event:performedBy rdf:type owl:ObjectProperty ;
rdfs:domain :Event ;
rdfs:range :Company ;
rdfs:comment "Party performing the event"@en ;
rdfs:label "event:performedBy"@en .
### https://onerecord.iata.org/Event#performedByPerson
event:performedByPerson rdf:type owl:ObjectProperty ;
rdfs:domain :Event ;
rdfs:range :Person .
### https://onerecord.iata.org/ExternalReference#documentOriginator
externalReference:documentOriginator rdf:type owl:ObjectProperty ;
rdfs:domain :ExternalReference ;
rdfs:range :Company ;
rdfs:comment "Document originator details and contacts"@en ;
rdfs:label "externalReference:documentOriginator"@en .
### https://onerecord.iata.org/ExternalReference#location
externalReference:location rdf:type owl:ObjectProperty ;
rdfs:domain :ExternalReference ;
rdfs:range :Location ;
rdfs:comment "Location of the document, e.g. location where the document was emitted"@en ;
rdfs:label "externalReference:location"@en .
### https://onerecord.iata.org/Geolocation#elevation
geolocation:elevation rdf:type owl:ObjectProperty ;
rdfs:domain :Geolocation ;
rdfs:range :Value ;
rdfs:comment "Elevation from sea level - Change of data type to Value as of ontology v1.1"@en ;
rdfs:label "geolocation:elevation"@en .
### https://onerecord.iata.org/HandlingInstructions#requestedBy
handlinginstructions:requestedBy rdf:type owl:ObjectProperty ;
rdfs:domain :HandlingInstructions ;
rdfs:range :Person ;
rdfs:comment "Refers to the person that requests the handling/service"@en ;
rdfs:label "handlinginstructions:requestedBy"@en .
### https://onerecord.iata.org/Insurance#coveringParty
insurance:coveringParty rdf:type owl:ObjectProperty ;
rdfs:domain :Insurance ;
rdfs:range :Company ;
rdfs:comment "Party covering the insurance "@en ;
rdfs:label "insurance:coveringParty"@en .
### https://onerecord.iata.org/Insurance#insuranceAmount
insurance:insuranceAmount rdf:type owl:ObjectProperty ;
rdfs:domain :Insurance ;
rdfs:range :Value ;
rdfs:comment "Insured amount - amount covered by the insurance policy"@en ;
rdfs:label "insurance:insuranceAmount"@en .
### https://onerecord.iata.org/Insurance#insuranceShipment
insurance:insuranceShipment rdf:type owl:ObjectProperty ;
rdfs:domain :Insurance ;
rdfs:range :Shipment ;
rdfs:comment "Reference to the shipment insured"@en ;
rdfs:label "insurance:insuranceShipment"@en .
### https://onerecord.iata.org/IotDevice#deviceManufacturer
iotDevice:deviceManufacturer rdf:type owl:ObjectProperty ;
rdfs:domain :IotDevice ;
rdfs:range :Company ;
rdfs:comment "Manufacturer of the device"@en ;
rdfs:label "iotDevice:deviceManufacturer"@en .
### https://onerecord.iata.org/IotDevice#sensors
iotDevice:sensors rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:domain :IotDevice ;
rdfs:range :Sensor ;
rdfs:comment "Reference to the sensors linked to the device"@en ;
rdfs:label "iotDevice:sensors"@en .
### https://onerecord.iata.org/Item#dimensions
item:dimensions rdf:type owl:ObjectProperty ;
rdfs:domain :Item ;
rdfs:range :Dimensions ;
rdfs:comment "Dimensions of the item"@en ;
rdfs:label "item:dimensions"@en .
### https://onerecord.iata.org/Item#isInPiece
item:isInPiece rdf:type owl:ObjectProperty ;
rdfs:domain :Item ;
rdfs:range :Piece ;