elh.ttl 86.3 KB
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 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409
@prefix ilap:  <http://data.posccaesar.org/ilap/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dm:    <http://data.posccaesar.org/dm/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdl:   <http://data.posccaesar.org/rdl/> .

dm:participantIn  a  rdl:ELHObjectProperty .

dm:hasSuccessor  a  rdl:ELHObjectProperty .

rdl:isCurrentScheduleOf
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:ScheduleForActivityInPlan ;
        rdfs:label           "is current schedule of"^^xsd:string ;
        rdfs:range           rdl:PlanForActivity ;
        rdl:defaultRdsId     "R-d62feb46-4783-4a0f-935e-f6fe72189641" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Plan For Activity has a current schedule which is a Schedule For Activity" ;
        rdl:hasIdPCA         "R-d62feb46-4783-4a0f-935e-f6fe72189641" .

rdl:externalIdentifier
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          dm:Activity ;
        rdfs:label           "external identifier"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-684b32ac-478d-4e4b-8f30-cd65e3c39c96" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies an External Identifier - for future alignment, not used for now" ;
        rdl:hasIdPCA         "R-684b32ac-478d-4e4b-8f30-cd65e3c39c96" .

rdl:hasLength  a             rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has length"^^xsd:string ;
        rdfs:range           rdl:RDS373094 ;
        rdl:defaultRdsId     "R-3cafe201-e739-4ab4-96c9-c9169de4b03c" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Length  is the length of the Temporal Part Of The Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-3cafe201-e739-4ab4-96c9-c9169de4b03c" .

rdl:ScheduleForActivityInPlan
        a                rdl:ELHClass , owl:Class ;
        rdfs:label       "Schedule For Activity"^^xsd:string ;
        rdfs:subClassOf  rdl:PlanForActivity .

rdl:eventOrgCreationDate
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event org creation date"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-bcf7106c-a648-4345-87a4-783ed363aaa7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies creation date in the EPCIS event sent from the organization" ;
        rdl:hasIdPCA         "R-bcf7106c-a648-4345-87a4-783ed363aaa7" .

rdl:ReeferContainer  a       owl:Class , rdl:ELHClass ;
        rdfs:label           "reefer container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-fb96df04-4825-4ddc-9363-724d91f6ee16" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Reefer Container is a Freight Container that is intended to store materials that require refrigeration or freezing" ;
        rdl:hasIdPCA         "R-fb96df04-4825-4ddc-9363-724d91f6ee16" ;
        owl:disjointWith     rdl:LaundryContainer , rdl:IBCCarrier , rdl:StandardContainer , rdl:SpecialContainer , rdl:MiniContainer , rdl:GasRack , rdl:OpenTopContainer , rdl:FoodContainer .

rdl:RDS221644028121  a  rdl:ELHClass .

rdl:Location  a              rdl:ELHClass , owl:Class ;
        rdfs:label           "location"^^xsd:string ;
        rdfs:subClassOf      rdl:PartOfTheSurfaceOfTheEarth ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasLocation
                             ] ;
        rdl:defaultRdsId     "R-e3de86fa-a26b-4e12-8df2-144cf6206dd6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A  Location is a Possible Individual that has continuity of relative position" ;
        rdl:hasIdPCA         "R-e3de86fa-a26b-4e12-8df2-144cf6206dd6" .

rdl:bronnOrgName  a          owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          dm:Organization ;
        rdfs:label           "bronn org name"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-96a26c83-c80a-478a-9dda-ad1add7ad568" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the name of an Organization as it appears in Brønnøysund Business Register (BBR)" ;
        rdl:hasIdPCA         "R-96a26c83-c80a-478a-9dda-ad1add7ad568" .

rdl:PackingEvent  a          owl:Class , rdl:ELHClass ;
        rdfs:label           "packing event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdl:defaultRdsId     "R-755acd66-8036-4f3d-928b-611f15510354" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Packing Event is a Cargo Carrying Unit Event that includes putting a product (individuals, inners, cases, pallets) into a larger container – usually for shipping.  Aggregation of one unit to another typically occurs at this point" ;
        rdl:hasIdPCA         "R-755acd66-8036-4f3d-928b-611f15510354" ;
        owl:disjointWith     rdl:DepartingEvent , rdl:ArrivingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:HireStartEvent , rdl:InspectingEvent .

dm:occurrenceHasPart  a  rdl:ELHObjectProperty .

rdl:useFacility  a           rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:OffshoreLocation ;
        rdfs:label           "use facility"^^xsd:string ;
        rdfs:range           rdl:RDS1750613511 ;
        rdl:defaultRdsId     "R-f4168c8e-118f-4d22-a483-7a5cad801293" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Facility (NPD facts for a fixed or moveable facility) is used by an Offshore Location where events take place" ;
        rdl:hasIdPCA         "R-f4168c8e-118f-4d22-a483-7a5cad801293" .

rdl:HireEndEvent  a          rdl:ELHClass , owl:Class ;
        rdfs:label           "hire end event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdl:defaultRdsId     "R-29ea0d8d-9bb0-40df-b0ac-5b4356c6fade" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Hire End Event is a Cargo Carrying Unit Event that ends a Hire Activity" ;
        rdl:hasIdPCA         "R-29ea0d8d-9bb0-40df-b0ac-5b4356c6fade" ;
        owl:disjointWith     rdl:ArrivingEvent , rdl:HireStartEvent , rdl:InspectingEvent , rdl:InternalMovingEvent , rdl:PackingEvent , rdl:UnloadingEvent , rdl:LoadingEvent , rdl:DepartingEvent .

dm:hasPart  a   rdl:ELHObjectProperty .

rdl:hasMaxGrossWeight
        a                    owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has max gross weight"^^xsd:string ;
        rdfs:range           rdl:RDS353339 ;
        rdl:defaultRdsId     "R-6cc1619f-11e0-4b27-899f-5508087b349b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The  Mass is the Max Gross Weight of the Temporal part of the Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-6cc1619f-11e0-4b27-899f-5508087b349b" .

rdl:ImoCertificate  a        rdl:ELHClass , owl:Class ;
        rdfs:label           "imo certificate"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS331829 ;
        rdl:defaultRdsId     "R-8e003c01-e2fb-4988-8a74-d95b62c26663" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Imo Certificate is a Certificate issued by the International Maritime Organization (IMO)" ;
        rdl:hasIdPCA         "R-8e003c01-e2fb-4988-8a74-d95b62c26663" .

rdl:gs1PostOffice  a         rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 post office"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-1570cf9e-dcee-4dd7-b6ee-d829b5268b71" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Post Office in the GS1 database " ;
        rdl:hasIdPCA         "R-1570cf9e-dcee-4dd7-b6ee-d829b5268b71" .

rdl:id  a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          owl:Thing ;
        rdfs:label           "id"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-55cfed75-5526-45f6-8d9c-00ffc6772c12" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the ELH identifier of a Thing" ;
        rdl:hasIdPCA         "R-55cfed75-5526-45f6-8d9c-00ffc6772c12" .

rdl:hasCertificate  a        owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has certificate"^^xsd:string ;
        rdfs:range           rdl:RDS331829 ;
        rdl:defaultRdsId     "R-e710b2b1-28ed-436a-a9fb-1d2b3700b693" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Certificate that is issued for a Temporal Part Of Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-e710b2b1-28ed-436a-a9fb-1d2b3700b693" .

ilap:planFor  a  rdl:ELHObjectProperty .

rdl:StandardBasket  a        owl:Class , rdl:ELHClass ;
        rdfs:label           "standard basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-8413bd57-6fdf-4cf1-be61-167be30fc269" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Standard Basket is a Basket that  has standard height" ;
        rdl:hasIdPCA         "R-8413bd57-6fdf-4cf1-be61-167be30fc269" ;
        owl:disjointWith     rdl:SpecialBasket , rdl:ToolboxBasket , rdl:HeavyLiftBasket , rdl:SideDoorBasket , rdl:HalfHighBasket .

rdl:resourceLocation  a      rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:DocumentRepresentation ;
        rdfs:label           "resource location"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-28d74f5c-9369-425e-8a4a-d69f52eac7c7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the describes the location of a resource, such as the url of a document" ;
        rdl:hasIdPCA         "R-28d74f5c-9369-425e-8a4a-d69f52eac7c7" .

rdl:OffshoreLocation  a      rdl:ELHClass , owl:Class ;
        rdfs:label           "offshore location"^^xsd:string ;
        rdfs:subClassOf      rdl:Location ;
        rdl:defaultRdsId     "R-79b23f30-3a88-45e0-8464-874a0b2fddea" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Offshore Location is a Location that is a position located away from the shore (EPCIS bizLocation identifies an onshore CCU's location subsequent to the event to be the NPD Id Facts) " ;
        rdl:hasIdPCA         "R-79b23f30-3a88-45e0-8464-874a0b2fddea" .

rdl:StandardContainer
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "standard container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-5e2b6072-470d-4dda-b7c9-2b5fe46368ea" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Standard Container is a Freight Container that has standard dimensions" ;
        rdl:hasIdPCA         "R-5e2b6072-470d-4dda-b7c9-2b5fe46368ea" ;
        owl:disjointWith     rdl:LaundryContainer , rdl:GasRack , rdl:MiniContainer , rdl:OpenTopContainer , rdl:FoodContainer , rdl:SpecialContainer , rdl:ReeferContainer , rdl:IBCCarrier .

rdl:RemainingElectricalEnergy
        a                    rdl:ELHClass , owl:Class , dm:QuantityKind ;
        rdfs:label           "remaining electrical energy"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS368999 ;
        rdl:defaultRdsId     "R-094418fe-3e52-4b96-9107-74ca4b12a00d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "remaining energy per whole energy capability" ;
        rdl:hasIdPCA         "R-094418fe-3e52-4b96-9107-74ca4b12a00d" .

rdl:gs1DateChanged  a        owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 date changed"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-b4f56f07-6363-4b3a-88b2-cde56c9d0158" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that the GLN location was changed in the GS1 Database" ;
        rdl:hasIdPCA         "R-b4f56f07-6363-4b3a-88b2-cde56c9d0158" .

rdl:UnloadingEvent  a        rdl:ELHClass , owl:Class ;
        rdfs:label           "unloading event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-79f34e48-a5fd-404b-b06c-2123a31199c7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Unloading Event is a Cargo Carrying Unit Event that involves an object (i.e. product, shipment, asset, or container) being unloaded from shipping conveyance" ;
        rdl:hasIdPCA         "R-79f34e48-a5fd-404b-b06c-2123a31199c7" ;
        owl:disjointWith     rdl:HireEndEvent , rdl:InspectingEvent , rdl:InternalMovingEvent , rdl:HireStartEvent , rdl:DepartingEvent , rdl:ArrivingEvent , rdl:PackingEvent , rdl:LoadingEvent .

rdl:transporterLocatedAt
        a                    owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          dm:Activity ;
        rdfs:label           "transporter located at"^^xsd:string ;
        rdfs:range           rdl:PartOfTheSurfaceOfTheEarth ;
        rdl:defaultRdsId     "R-d535e4fb-503a-497e-9efe-1cb7cc2a3b4a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Part Of The Surface Of The Earth that is the location of the transporter performing the Activity" ;
        rdl:hasIdPCA         "R-d535e4fb-503a-497e-9efe-1cb7cc2a3b4a" .

rdl:gs1Phone  a              owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 phone"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-b7e6f5cf-360f-4a60-8efe-23059ba32398" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Phone of location as described in the GS1 Database" ;
        rdl:hasIdPCA         "R-b7e6f5cf-360f-4a60-8efe-23059ba32398" .

rdl:JetFuelTank  a           rdl:ELHClass , owl:Class ;
        rdfs:label           "jet fuel tank"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS445139 ;
        rdl:defaultRdsId     "R-9fd2418d-d0d2-40d2-892a-8d9013891944" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Jet Fuel Tank is a Tank that is used to transport and store jet fuel" ;
        rdl:hasIdPCA         "R-9fd2418d-d0d2-40d2-892a-8d9013891944" ;
        owl:disjointWith     rdl:CryogenicTank , rdl:ChemicalTank , rdl:LinedTank , rdl:HeatedTank .

rdl:InternalMovingEvent
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "internal moving event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-5f30a262-3461-4a0d-9841-c920139af11b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Moving Event is a Cargo Carrying Unit Event that involves ad hoc movement of CCUs inside an organization" ;
        rdl:hasIdPCA         "R-5f30a262-3461-4a0d-9841-c920139af11b" ;
        owl:disjointWith     rdl:ArrivingEvent , rdl:InspectingEvent , rdl:HireEndEvent , rdl:HireStartEvent , rdl:UnloadingEvent , rdl:DepartingEvent , rdl:PackingEvent , rdl:LoadingEvent .

rdl:WasteBinCarrier  a       rdl:ELHClass , owl:Class ;
        rdfs:label           "waste bin carrier"^^xsd:string ;
        rdfs:subClassOf      rdl:WasteHandlingUnit ;
        rdl:defaultRdsId     "R-df888ed5-3126-42b4-8d9e-d89833e83b29" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Waste Bin Carrier is a Waste Handling Unit that is  for putting in and temporarily storing waste" ;
        rdl:hasIdPCA         "R-df888ed5-3126-42b4-8d9e-d89833e83b29" ;
        owl:disjointWith     rdl:RDS2184647721 , rdl:WasteSkip .

rdl:DocumentRepresentationFormat
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "document representation format"^^xsd:string ;
        rdfs:subClassOf      dm:RepresentationFormat ;
        rdl:defaultRdsId     "R-285d70c5-def9-4ff6-97cf-a7c3c31e1fb4" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Document Representation Format is a class that consists of subclasses of the different document formats and whose instances are class_of_information_representation that define the content and/or structure of documents" ;
        rdl:hasIdPCA         "R-285d70c5-def9-4ff6-97cf-a7c3c31e1fb4" .

dm:ClassOfIndividual  a      rdl:ELHClass , owl:Class ;
        rdfs:label           "Class Of Individual"^^xsd:string ;
        rdfs:subClassOf      owl:Class ;
        rdl:defaultRdsId     "R-ecf85d0a-6ac7-4405-9df7-8587b58c62ef" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasIdPCA         "R-ecf85d0a-6ac7-4405-9df7-8587b58c62ef" .

rdl:WasteSkip  a             rdl:ELHClass , owl:Class ;
        rdfs:label           "waste skip"^^xsd:string ;
        rdfs:subClassOf      rdl:WasteHandlingUnit ;
        rdl:defaultRdsId     "R-066dd795-b30a-41f3-b973-ef12b8e47fda" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Waste Skip is a Waste Handling Unit that is open or closed and used for the storage and removal of waste" ;
        rdl:hasIdPCA         "R-066dd795-b30a-41f3-b973-ef12b8e47fda" ;
        owl:disjointWith     rdl:RDS2184647721 , rdl:WasteBinCarrier .

rdl:RDS445139  a          rdl:ELHClass ;
        owl:disjointWith  rdl:RDS13621366 , rdl:WasteHandlingUnit , rdl:RDS22164402880 .

rdl:DepartingEvent  a        owl:Class , rdl:ELHClass ;
        rdfs:label           "departing event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-13859ab0-259c-4fce-aef7-a23b50b9bbe5" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Departing Event is a Cargo Carrying Unit Event that involves a shipment leaving a location on its way to a destination" ;
        rdl:hasIdPCA         "R-13859ab0-259c-4fce-aef7-a23b50b9bbe5" ;
        owl:disjointWith     rdl:PackingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:InspectingEvent , rdl:HireStartEvent , rdl:ArrivingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent .

rdl:WasteHandlingUnit
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "waste handling unit"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnit ;
        rdl:defaultRdsId     "R-6fad4418-fb3f-4c3a-b654-da64334947ed" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Waste Handling Unit is a Cargo Carrying Unit that is intended for waste storage and transport (in logistic hub this is also a subclass of Temporary Part Of Cargo Carrying Unit)" ;
        rdl:hasIdPCA         "R-6fad4418-fb3f-4c3a-b654-da64334947ed" ;
        owl:disjointWith     rdl:RDS445139 , rdl:RDS13621366 , rdl:RDS22164402880 .

rdl:hasBatteryCharge  a      rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has battery charge"^^xsd:string ;
        rdfs:range           rdl:RemainingElectricalEnergy ;
        rdl:defaultRdsId     "R-755d65b3-8911-4625-8066-e17f4ccb21d7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Remaining Electrical Charge that has been observed at a specific time for a Temporal Part Of Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-755d65b3-8911-4625-8066-e17f4ccb21d7" .

rdl:hasR002Compliance
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has r002 compliance"^^xsd:string ;
        rdfs:range           xsd:boolean ;
        rdl:defaultRdsId     "R-e910cd72-b32c-4fd8-8880-e1dcc2f0ad3f" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The boolean that indicates whether a container is R002 compliance" ;
        rdl:hasIdPCA         "R-e910cd72-b32c-4fd8-8880-e1dcc2f0ad3f" .

rdl:OnshoreLocation  a       owl:Class , rdl:ELHClass ;
        rdfs:label           "onshore location"^^xsd:string ;
        rdfs:subClassOf      rdl:Location ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1GlobalLocationNumber
                             ] ;
        rdl:defaultRdsId     "R-c2205888-9bf0-429f-a1f9-cb27c5c8c7e2" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Onshore Location is a Location that is a position located on land (EPCIS bizLocation identifies an onshore CCU's location subsequent to the event to be the Global Location Number) " ;
        rdl:hasIdPCA         "R-c2205888-9bf0-429f-a1f9-cb27c5c8c7e2" .

rdl:performs  a              rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:Organization ;
        rdfs:label           "performs"^^xsd:string ;
        rdfs:range           dm:PossibleIndividual ;
        rdl:defaultRdsId     "R-ed4e2d70-0995-414c-9dab-97260e4fd710" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Activity is performed by a temporal part of an organization in the context of an event" ;
        rdl:hasIdPCA         "R-ed4e2d70-0995-414c-9dab-97260e4fd710" .

rdl:isEndingOf  a            rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "is ending of"^^xsd:string ;
        rdfs:range           dm:PossibleIndividual ;
        rdl:defaultRdsId     "R-ae3bf847-38ac-4c16-8c94-96f65a618b46" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Cargo Carrying Unit or Activity has an ending caused by a Cargo Carrying Unit Event" ;
        rdl:hasIdPCA         "R-ae3bf847-38ac-4c16-8c94-96f65a618b46" .

rdl:CryogenicTank  a         owl:Class , rdl:ELHClass ;
        rdfs:label           "cryogenic tank"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS445139 ;
        rdl:defaultRdsId     "R-a2685f69-b709-4510-b5a1-347effddd8fb" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Cryogenic Tank is a Tank that is used to transport and store frozen biological material" ;
        rdl:hasIdPCA         "R-a2685f69-b709-4510-b5a1-347effddd8fb" ;
        owl:disjointWith     rdl:LinedTank , rdl:ChemicalTank , rdl:HeatedTank , rdl:JetFuelTank .

rdl:eventSubmitterOrganization
        a                    owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event submitter organization"^^xsd:string ;
        rdfs:range           dm:Organization ;
        rdl:defaultRdsId     "R-6fb88c92-d046-43ab-b534-9167519783c7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Organization submits the CargoCarryingUnitEvent to ELH. Note that this is not part of the EPCIS schema event" ;
        rdl:hasIdPCA         "R-6fb88c92-d046-43ab-b534-9167519783c7" .

rdl:hasWidth  a              rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has width"^^xsd:string ;
        rdfs:range           rdl:RDS373094 ;
        rdl:defaultRdsId     "R-8de34252-a794-41e9-bf8e-bf9318e0793d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Length  is the width of the Temporal Part Of The Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-8de34252-a794-41e9-bf8e-bf9318e0793d" .

rdl:hasLocation  a           owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:Location ;
        rdfs:label           "has location"^^xsd:string ;
        rdfs:range           rdl:GLNLocation ;
        rdl:defaultRdsId     "R-f440d9b9-b797-47cd-9c98-0206b0eec970" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Facility (GLN Location or NPD Facility) has a Location" ;
        rdl:hasIdPCA         "R-f440d9b9-b797-47cd-9c98-0206b0eec970" .

rdl:gs1AdditionalPartyId
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 additional party id"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-28575443-7785-4113-b6de-8c2600d1d888" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies additional GLN location for an organization in the GS1 database" ;
        rdl:hasIdPCA         "R-28575443-7785-4113-b6de-8c2600d1d888" .

rdl:CargoCarryingUnit
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "cargo carrying unit"^^xsd:string ;
        rdfs:subClassOf      dm:PhysicalObject ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasR002Compliance
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:belongsToOrg
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasOwnerID
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasWidth
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasImoCertificate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:hasGlobalIndividualAssetIdentifier
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasMaxGrossWeight
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasPayload
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   dm:hasTemporalPart
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasTareWeight
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasCertificate
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasHeight
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:hasLength
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:hasGlobalLocationNumber
                             ] ;
        rdl:defaultRdsId     "R-3dfabb02-88f7-42ef-97a8-b5b977cfb9a2" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Cargo Carrying Unit is a Physical Object that is used to transport goods and materials (cargo)" ;
        rdl:hasIdPCA         "R-3dfabb02-88f7-42ef-97a8-b5b977cfb9a2" .

rdl:actualTimeOfDeparture
        a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:ActualActivity ;
        rdfs:label           "actual time of departure"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-5be9512e-b00f-45eb-941e-72b3aa21fa12" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies the actual time of departure of a Cargo Carrying Unit in a  journey or leg activity" ;
        rdl:hasIdPCA         "R-5be9512e-b00f-45eb-941e-72b3aa21fa12" .

rdl:geoUncertainty  a        rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          dm:PointInSpace ;
        rdfs:label           "geo uncertainty"^^xsd:string ;
        rdfs:range           rdl:RDS373094 ;
        rdl:defaultRdsId     "R-ed6b6196-a218-4e0e-9843-ed7647662803" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Length is the  Uncertainty of a Geo Point (GPS coordinates)" ;
        rdl:hasIdPCA         "R-ed6b6196-a218-4e0e-9843-ed7647662803" .

rdl:RDS331829  a         rdl:ELHClass ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                           owl:onProperty      rdl:expireDate
                         ] ;
        rdfs:subClassOf  [ a                   owl:Restriction ;
                           owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                           owl:onProperty      rdl:certificateNumber
                         ] .

rdl:activityElhDateTime
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          dm:Activity ;
        rdfs:label           "activity elh date time"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-097006ae-8602-4d3d-8c80-22e6a0e32d88" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies the  ELH DateTime for an activity as recorded in LogisticsHub" ;
        rdl:hasIdPCA         "R-097006ae-8602-4d3d-8c80-22e6a0e32d88" .

rdl:eventCaptureLocation
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event capture location"^^xsd:string ;
        rdfs:range           dm:RegionInSpace ;
        rdl:defaultRdsId     "R-e791c54a-fe01-454b-b9b7-c09ec6b9bdf5" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Spatial Thing is the GPS coordinates of the event Capture Location of the Cargo Carrying Unit Event" ;
        rdl:hasIdPCA         "R-e791c54a-fe01-454b-b9b7-c09ec6b9bdf5" .

ilap:scheduleForPlan  a  rdl:ELHObjectProperty .

rdl:purchaseOrder  a         rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:PlannedJourneyLeg ;
        rdfs:label           "purchase order"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-83c96c7c-1e8e-4da8-9a80-f99f4898828d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the purchase order of a leg in a planned journey" ;
        rdl:hasIdPCA         "R-83c96c7c-1e8e-4da8-9a80-f99f4898828d" .

rdl:ActualJourneyLeg  a      rdl:ELHClass , owl:Class ;
        rdfs:label           "actual journey leg"^^xsd:string ;
        rdfs:subClassOf      rdl:ActualActivity ;
        rdl:defaultRdsId     "R-3d9c7cc3-4ad2-4ff9-a34d-07bc8701ca55" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Actual Journey Leg is an Actual Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
        rdl:hasIdPCA         "R-3d9c7cc3-4ad2-4ff9-a34d-07bc8701ca55" ;
        owl:disjointWith     rdl:ActualJourney .

rdl:hasOwnerID  a            owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has owner id"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-c643b7c7-01e4-472a-a469-5ce7cd7b26ba" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the owner id of the Temporal Part of the Cargo Carrying Unit. The value depends on the users" ;
        rdl:hasIdPCA         "R-c643b7c7-01e4-472a-a469-5ce7cd7b26ba" .

rdl:hasTareWeight  a         rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has tare weight"^^xsd:string ;
        rdfs:range           rdl:RDS353339 ;
        rdl:defaultRdsId     "R-da11b269-80f0-4da8-9475-6ecc3f0e991b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Mass is the Tare Weight of the Temporal Part of the Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-da11b269-80f0-4da8-9475-6ecc3f0e991b" .

rdl:LinedTank  a             owl:Class , rdl:ELHClass ;
        rdfs:label           "lined tank"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS445139 ;
        rdl:defaultRdsId     "R-7afa22c8-ed38-4c46-8e7a-9c49c6df1f9a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Lined Tank is a Tank that is coated to cure at low temperature to provide ultimate protection of the substrate material from chemical attack" ;
        rdl:hasIdPCA         "R-7afa22c8-ed38-4c46-8e7a-9c49c6df1f9a" ;
        owl:disjointWith     rdl:JetFuelTank , rdl:CryogenicTank , rdl:HeatedTank , rdl:ChemicalTank .

rdl:PortableDocumentFormat
        a                    rdl:ELHClass , rdl:DocumentRepresentationFormat , owl:Class ;
        rdfs:label           "portable document format"^^xsd:string ;
        rdfs:subClassOf      dm:RepresentationInformation ;
        rdl:defaultRdsId     "R-21280f5a-a2f4-4857-91a1-c60d7da3024a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Portable Document Format is a Class representing Portable Document Format ( PDF), and an instance of Document Representation Format" ;
        rdl:hasIdPCA         "R-21280f5a-a2f4-4857-91a1-c60d7da3024a" .

rdl:ChemicalTank  a          owl:Class , rdl:ELHClass ;
        rdfs:label           "chemical tank"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS445139 ;
        rdl:defaultRdsId     "R-cda7cb98-21ca-4438-82a6-1ce32b04d21d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Chemical Tank is a Tank that is used to transport and store chemical substances" ;
        rdl:hasIdPCA         "R-cda7cb98-21ca-4438-82a6-1ce32b04d21d" ;
        owl:disjointWith     rdl:HeatedTank , rdl:JetFuelTank , rdl:LinedTank , rdl:CryogenicTank .

rdl:originallyLocatedAt
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:PlannedActivity ;
        rdfs:label           "originally located at"^^xsd:string ;
        rdfs:range           rdl:Location ;
        rdl:defaultRdsId     "R-83a59017-94ca-4f67-912b-5872d4093c13" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Location is the  (offshore or onshore) original location of a Planned Activity" ;
        rdl:hasIdPCA         "R-83a59017-94ca-4f67-912b-5872d4093c13" .

rdl:gs1CompanyName  a        owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 company name"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-4d565842-3f22-4666-a8e2-8b32d7c2ba0c" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Company Name in the GS1 database" ;
        rdl:hasIdPCA         "R-4d565842-3f22-4666-a8e2-8b32d7c2ba0c" .

rdl:estimatedTimeOfArrival
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "estimated time of arrival"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-13a691c9-47fe-455b-8c7d-27206e6e1aed" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies the estimated time of arrival of a Cargo Carrying Unit in a journey or leg" ;
        rdl:hasIdPCA         "R-13a691c9-47fe-455b-8c7d-27206e6e1aed" .

rdl:GasRack  a               owl:Class , rdl:ELHClass ;
        rdfs:label           "gas rack"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-312965c2-36f9-4403-a768-6ec338c896d6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Gas Rack is a Freight Container that is intended for transportation and storage of industrial and respiratory gas" ;
        rdl:hasIdPCA         "R-312965c2-36f9-4403-a768-6ec338c896d6" ;
        owl:disjointWith     rdl:FoodContainer , rdl:MiniContainer , rdl:IBCCarrier , rdl:SpecialContainer , rdl:LaundryContainer , rdl:OpenTopContainer , rdl:StandardContainer , rdl:ReeferContainer .

rdl:bronnOrgId  a            rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          dm:Organization ;
        rdfs:label           "bronn org id"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-bcb1b7f9-bb2c-4e6e-8bd8-9e55df5b277a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the identification number of an Organization as it appears in Brønnøysund Business Register (BBR) " ;
        rdl:hasIdPCA         "R-bcb1b7f9-bb2c-4e6e-8bd8-9e55df5b277a" .

rdl:ELHClass  a          owl:Class ;
        rdfs:subClassOf  rdl:RDS398603511 .

rdl:HalfHighBasket  a        owl:Class , rdl:ELHClass ;
        rdfs:label           "half high basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-8f642126-fcad-40fe-84f0-da15f7721982" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Half High Basket is a Basket that has half the height of a Standard Basket" ;
        rdl:hasIdPCA         "R-8f642126-fcad-40fe-84f0-da15f7721982" ;
        owl:disjointWith     rdl:ToolboxBasket , rdl:SideDoorBasket , rdl:StandardBasket , rdl:HeavyLiftBasket , rdl:SpecialBasket .

rdl:PlanForActivity  a       owl:Class ;
        rdfs:label           "Plan For Activity"^^xsd:string ;
        rdfs:subClassOf      dm:ClassOfActivity ;
        rdl:defaultRdsId     "R-ebf7bdc7-35c0-473f-8368-13546142a6d8" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasIdPCA         "R-ebf7bdc7-35c0-473f-8368-13546142a6d8" .

rdl:gs1PartyName  a          owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 party name"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-49d659d9-bbbd-4073-af27-ddca7701ca8f" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Party name in the GS1 database" ;
        rdl:hasIdPCA         "R-49d659d9-bbbd-4073-af27-ddca7701ca8f" .

rdl:WGS84  a                 rdl:ELHClass , rdl:CoordinateReferenceSystem , owl:Class ;
        rdfs:label           "WGS 84"^^xsd:string ;
        rdl:defaultRdsId     "R-eb7ae753-3ddf-446e-b3b4-dff1230a81d4" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A WGS84 is a Possible Individual that represents the latest version of the World Geodetic System, the reference coordinate system used by the Global Positioning System (GPS)" ;
        rdl:hasIdPCA         "R-eb7ae753-3ddf-446e-b3b4-dff1230a81d4" .

rdl:shipmentId  a            rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:PlannedJourneyLeg ;
        rdfs:label           "shipment id"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-1233daa5-2933-4fad-a2a0-d7b57ab9891e" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the shipment ID of a leg in a planned journey" ;
        rdl:hasIdPCA         "R-1233daa5-2933-4fad-a2a0-d7b57ab9891e" .

rdl:RDS22164402880  a     rdl:ELHClass ;
        rdfs:subClassOf   rdl:CargoCarryingUnit ;
        owl:disjointWith  rdl:RDS13621366 , rdl:WasteHandlingUnit , rdl:RDS445139 .

rdl:hasGlobalLocationNumber
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has global location number"^^xsd:string ;
        rdfs:range           rdl:GLNLocation ;
        rdl:defaultRdsId     "R-8aec8066-efff-4ae4-9587-53d71e42a776" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The GLN Location  indicates the location of a Temporal Part Of  Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-8aec8066-efff-4ae4-9587-53d71e42a776" .

rdl:certificateNumber
        a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:RDS331829 ;
        rdfs:label           "certificate number"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-9e479aed-5b56-49ee-8537-df9469b2e9ee" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the  certificate number associated with a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-9e479aed-5b56-49ee-8537-df9469b2e9ee" .

rdl:RDS22164402859  a  rdl:ELHClass .

rdl:RDS2184647721  a      rdl:ELHClass , owl:Class ;
        rdfs:subClassOf   rdl:WasteHandlingUnit ;
        owl:disjointWith  rdl:WasteSkip , rdl:WasteBinCarrier .

rdl:utm33North  a            owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          dm:PointInSpace ;
        rdfs:label           "universal transverse mercator north"^^xsd:string ;
        rdfs:range           xsd:decimal ;
        rdl:defaultRdsId     "R-d5bcefb4-f611-4bc5-900d-90d7a23e7000" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The decimal that specifies the Universal Transverse Mercator Eastern of a point. A northing value in northern hemisphere specifies the number of meters a point is located north of the equator. The northing of a point south of the equator is equal to 10,000,000m minus its distance from the equator. In both northern and southern hemispheres, northing values increase from south to north." ;
        rdl:hasIdPCA         "R-d5bcefb4-f611-4bc5-900d-90d7a23e7000" .

rdl:CoordinateReferenceSystem
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "coordinate reference system"^^xsd:string ;
        rdfs:subClassOf      dm:AbstractObject ;
        rdl:defaultRdsId     "R-fb90da38-2824-4610-a714-ff1a23ea53d6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Coordinate Reference System is a Class that has member classes that classify instances of different Coordinate Reference Systems, e.g., WGS84" ;
        rdl:hasIdPCA         "R-fb90da38-2824-4610-a714-ff1a23ea53d6" .

rdl:InspectingActivity
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "inspecting activity"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitActivity ;
        rdl:defaultRdsId     "R-2014e532-b545-42b3-8f33-3d55b15af78f" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Inspecting Activity is a Cargo Carrying Unit Activity that involves reviewing a shipment in order to address potential product or documentation defects " ;
        rdl:hasIdPCA         "R-2014e532-b545-42b3-8f33-3d55b15af78f" ;
        owl:disjointWith     rdl:ActualActivity , rdl:PlannedActivity , rdl:HireActivity .

rdl:RDS13621366  a        rdl:ELHClass ;
        rdfs:subClassOf   rdl:CargoCarryingUnit ;
        owl:disjointWith  rdl:RDS22164402880 , rdl:WasteHandlingUnit , rdl:RDS445139 .

dm:hasCause  a  rdl:ELHObjectProperty .

rdl:HireActivity  a          rdl:ELHClass , owl:Class ;
        rdfs:label           "hire activity"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitActivity ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:id
                             ] ;
        rdl:defaultRdsId     "R-7082763e-d5d8-4764-b91b-600392e8bde7" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Hire Activity is a Cargo Carrying Unit Activity that involves temporary use of a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-7082763e-d5d8-4764-b91b-600392e8bde7" ;
        owl:disjointWith     rdl:ActualActivity , rdl:InspectingActivity , rdl:PlannedActivity .

rdl:HeavyLiftBasket  a       owl:Class , rdl:ELHClass ;
        rdfs:label           "heavy lift basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-b223daf0-aee6-4ff5-a5f4-6a9978eafbd8" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Heavy Lift Basket is a Basket that is used for movement of oversized equipment or material" ;
        rdl:hasIdPCA         "R-b223daf0-aee6-4ff5-a5f4-6a9978eafbd8" ;
        owl:disjointWith     rdl:SideDoorBasket , rdl:StandardBasket , rdl:ToolboxBasket , rdl:HalfHighBasket , rdl:SpecialBasket .

rdl:MiniContainer  a         rdl:ELHClass , owl:Class ;
        rdfs:label           "mini container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-26b78de2-bff2-4d48-970a-419aae0ac765" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Mini Freight Container is a Freight Container that has is smaller than standard dimensions" ;
        rdl:hasIdPCA         "R-26b78de2-bff2-4d48-970a-419aae0ac765" ;
        owl:disjointWith     rdl:StandardContainer , rdl:GasRack , rdl:FoodContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:IBCCarrier , rdl:SpecialContainer , rdl:OpenTopContainer .

rdl:commentatorOrganization
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          dm:Activity ;
        rdfs:label           "commentator organization"^^xsd:string ;
        rdfs:range           dm:Organization ;
        rdl:defaultRdsId     "R-69b6b922-a249-4cdf-b608-e3eed6e097fd" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Organization is a commentator and Make A Comment. Note that this is a new property that extends ep-prodact:commentator, so not only a person but also an organization can make a comment " ;
        rdl:hasIdPCA         "R-69b6b922-a249-4cdf-b608-e3eed6e097fd" .

rdl:CargoCarryingUnitEvent
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "cargo carrying unit event"^^xsd:string ;
        rdfs:subClassOf      dm:Event ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventTimeZone
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventSubmitterOrganization
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventDateTime
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:id
                             ] ;
        rdl:defaultRdsId     "R-ff5aebc9-252b-4783-9b49-30bbf3db854e" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Cargo Carrying Unit Event is a Possible Individual that starts or ends an activity or state of a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-ff5aebc9-252b-4783-9b49-30bbf3db854e" .

rdl:gs1GlobalLocationNumber
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          owl:Thing ;
        rdfs:label           "gs1 global location number"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-81545e68-eef1-46df-9d59-f3d72419bf5b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the  Global Location Number (GLN) of locations in the GS1 database" ;
        rdl:hasIdPCA         "R-81545e68-eef1-46df-9d59-f3d72419bf5b" .

rdl:ToolboxBasket  a         owl:Class , rdl:ELHClass ;
        rdfs:label           "toolbox basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-84d52b80-11b3-45b1-91ea-ea9971d51937" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Toolbox Basket is a Basket that is used for movement and transport of tools" ;
        rdl:hasIdPCA         "R-84d52b80-11b3-45b1-91ea-ea9971d51937" ;
        owl:disjointWith     rdl:StandardBasket , rdl:HalfHighBasket , rdl:SideDoorBasket , rdl:SpecialBasket , rdl:HeavyLiftBasket .

rdl:hasHeight  a             rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has height"^^xsd:string ;
        rdfs:range           rdl:RDS373094 ;
        rdl:defaultRdsId     "R-c2f68f81-048f-4bef-8833-a12a60ab9aeb" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Length  is the height of the Temporal Part Of The Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-c2f68f81-048f-4bef-8833-a12a60ab9aeb" .

rdl:ArrivingEvent  a         rdl:ELHClass , owl:Class ;
        rdfs:label           "arriving event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-ca92a388-5ee5-486a-99f7-69734e1fe5b4" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Arriving Event is a Cargo Carrying Unit Event that involves a shipment arriving at a location, and which has not yet been received or accepted" ;
        rdl:hasIdPCA         "R-ca92a388-5ee5-486a-99f7-69734e1fe5b4" ;
        owl:disjointWith     rdl:UnloadingEvent , rdl:LoadingEvent , rdl:HireEndEvent , rdl:InternalMovingEvent , rdl:DepartingEvent , rdl:InspectingEvent , rdl:PackingEvent , rdl:HireStartEvent .

rdl:ActualJourney  a         rdl:ELHClass , owl:Class ;
        rdfs:label           "actual journey"^^xsd:string ;
        rdfs:subClassOf      rdl:ActualActivity ;
        rdl:defaultRdsId     "R-43a584fb-e960-4a91-9504-6b4e8381bc7e" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Actual Journey is an Actual Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
        rdl:hasIdPCA         "R-43a584fb-e960-4a91-9504-6b4e8381bc7e" ;
        owl:disjointWith     rdl:ActualJourneyLeg .

rdl:creatorOrg  a            owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:DocumentRepresentation ;
        rdfs:label           "creator org"^^xsd:string ;
        rdfs:range           dm:Organization ;
        rdl:defaultRdsId     "R-73d71c09-acce-469f-985c-6d499e36e0e2" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Organization creates the document coming from the SSL certificate" ;
        rdl:hasIdPCA         "R-73d71c09-acce-469f-985c-6d499e36e0e2" .

rdl:PlannedJourneyLeg
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "planned journey leg"^^xsd:string ;
        rdfs:subClassOf      rdl:PlannedActivity ;
        rdl:defaultRdsId     "R-88be9810-4386-425b-b7f0-6572576275f6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Planned Journey Leg is a Planned Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
        rdl:hasIdPCA         "R-88be9810-4386-425b-b7f0-6572576275f6" ;
        owl:disjointWith     rdl:PlannedJourney .

rdl:HeatedTank  a            owl:Class , rdl:ELHClass ;
        rdfs:label           "heated tank"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS445139 ;
        rdl:defaultRdsId     "R-715a3395-a2ac-42aa-beb9-e036b82bf8b9" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Heated Tank is a Tank that is used to transport and store heated fluid" ;
        rdl:hasIdPCA         "R-715a3395-a2ac-42aa-beb9-e036b82bf8b9" ;
        owl:disjointWith     rdl:JetFuelTank , rdl:ChemicalTank , rdl:CryogenicTank , rdl:LinedTank .

rdl:InspectingEvent  a       owl:Class , rdl:ELHClass ;
        rdfs:label           "inspecting event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-3cbab41b-68eb-43d3-bed5-b3e28fd71dcf" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Inspecting Event is a Cargo Carrying Unit Event that starts an Inspecting Activity " ;
        rdl:hasIdPCA         "R-3cbab41b-68eb-43d3-bed5-b3e28fd71dcf" ;
        owl:disjointWith     rdl:HireEndEvent , rdl:UnloadingEvent , rdl:HireStartEvent , rdl:PackingEvent , rdl:LoadingEvent , rdl:InternalMovingEvent , rdl:DepartingEvent , rdl:ArrivingEvent .

rdl:GLNLocation  a           rdl:ELHClass , owl:Class ;
        rdfs:label           "GLN location"^^xsd:string ;
        rdfs:subClassOf      rdl:PartOfTheSurfaceOfTheEarth ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:gs1DateDeactivated
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:bBROrganization
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1DateChanged
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1PostOffice
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1GlobalLocationNumber
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1AdditionalPartyId
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1StreetAddress
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:gs1DateDeactivated
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1Phone
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1PostalCode
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1CompanyName
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:gs1PartyName
                             ] ;
        rdl:defaultRdsId     "R-555da98d-a283-4b6a-a07a-7bf3534ec367" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A GLN Location is a Possible Individual that represents locations registered in the GS1 GLN-Base" ;
        rdl:hasIdPCA         "R-555da98d-a283-4b6a-a07a-7bf3534ec367" .

dm:beginningOf  a  rdl:ELHObjectProperty .

rdl:DocumentRepresentation
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "document representation"^^xsd:string ;
        rdfs:subClassOf      dm:PhysicalObject ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:resourceLocation
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:id
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                               owl:onProperty      rdl:relativeResourceLocation
                             ] ;
        rdl:defaultRdsId     "R-29eb1049-21ab-4846-b978-b74d8705f4ae" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Document Representation is a Physical Object that defines a pattern that represents information in a document" ;
        rdl:hasIdPCA         "R-29eb1049-21ab-4846-b978-b74d8705f4ae" .

dm:Activity  a             rdl:ELHClass ;
        rdl:hasDefinition  "PossibleIndividual that is something happening or changing" .

rdl:expireDate  a            owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:RDS331829 ;
        rdfs:label           "expire date"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-ef2c5fdf-bec6-4406-bb2c-249e676bf403" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies expiry of a Certificate for a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-ef2c5fdf-bec6-4406-bb2c-249e676bf403" .

rdl:ObserveCargoCarryingUnit
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "observe cargo carrying unit"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS9660482 ;
        rdl:defaultRdsId     "R-6e55eac7-aba3-4d05-ab0f-8da172266333" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Observe Cargo Carrying Unit is a Make An Observation that involves a temporal part of a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-6e55eac7-aba3-4d05-ab0f-8da172266333" .

rdl:LaundryContainer  a      owl:Class , rdl:ELHClass ;
        rdfs:label           "laundry container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-a89d24e8-5138-4eef-99ab-e586a0840dd8" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Laundry Container is a Freight Container that is used for holding and transporting clothing and household textiles" ;
        rdl:hasIdPCA         "R-a89d24e8-5138-4eef-99ab-e586a0840dd8" ;
        owl:disjointWith     rdl:SpecialContainer , rdl:OpenTopContainer , rdl:IBCCarrier , rdl:ReeferContainer , rdl:FoodContainer , rdl:GasRack , rdl:StandardContainer , rdl:MiniContainer .

rdl:gs1DateDeactivated
        a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 date deactivated"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-c756f4ef-b698-4b6c-8932-d72585202b2b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that the GLN location was deactivated in the GS1 Database" ;
        rdl:hasIdPCA         "R-c756f4ef-b698-4b6c-8932-d72585202b2b" .

rdl:SpecialBasket  a         owl:Class , rdl:ELHClass ;
        rdfs:label           "special basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-4f79e129-cb61-4122-875d-704cc5fb1cbd" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Special Basket is a Basket that is designed for the transport and storage of special goods" ;
        rdl:hasIdPCA         "R-4f79e129-cb61-4122-875d-704cc5fb1cbd" ;
        owl:disjointWith     rdl:HeavyLiftBasket , rdl:SideDoorBasket , rdl:ToolboxBasket , rdl:HalfHighBasket , rdl:StandardBasket .

rdl:fulfilmentOf  a          rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:ActualActivity ;
        rdfs:label           "fulfilment of"^^xsd:string , "fulfilmentOf"^^xsd:string ;
        rdfs:range           rdl:PlannedActivity ;
        rdl:defaultRdsId     "R-88001604-cdba-44e5-90a5-fb21b7b9ee4c" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Planned Activity is being fulfilled by an Actual Activity" ;
        rdl:hasIdPCA         "R-88001604-cdba-44e5-90a5-fb21b7b9ee4c" .

rdl:hasHires  a              owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has hires"^^xsd:string ;
        rdfs:range           dm:Activity ;
        rdl:defaultRdsId     "R-f14a3bb4-e7a4-4bd4-bb04-19f532c25af5" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Activity is one of the hire activities of the Cargo Carrying Unit whole life" ;
        rdl:hasIdPCA         "R-f14a3bb4-e7a4-4bd4-bb04-19f532c25af5" .

dm:hasTemporalPart  a  rdl:ELHObjectProperty .

rdl:enclosingActivity
        a                    rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:HireActivity ;
        rdfs:label           "enclosing activity"^^xsd:string ;
        rdfs:range           rdl:HireActivity ;
        rdl:defaultRdsId     "R-24ec58f8-ef9d-4550-9f5d-10586166f1c6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Hire Activity is enclosed by another (immediate parent) Hire Activity " ;
        rdl:hasIdPCA         "R-24ec58f8-ef9d-4550-9f5d-10586166f1c6" .

rdl:RDS898262151  a      rdl:ELHClass ;
        rdfs:subClassOf  rdl:CargoCarryingUnit .

rdl:gs1StreetAddress  a      owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 street address"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-27352767-8670-4011-9aee-d62978b63e79" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Street Address in the GS1 database" ;
        rdl:hasIdPCA         "R-27352767-8670-4011-9aee-d62978b63e79" .

rdl:utm33East  a             owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          dm:PointInSpace ;
        rdfs:label           "universal transverse mercator eastern"^^xsd:string ;
        rdfs:range           xsd:decimal ;
        rdl:defaultRdsId     "R-e6c67d50-585d-4523-a5ca-12e38768c879" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The decimal that specifies the Universal Transverse Mercator Eastern of a point. The easting coordinate of a point is measured from the false origin 500000 meters to the west of the central meridian of the UTM zone. Within a zone, easting values increase towards east." ;
        rdl:hasIdPCA         "R-e6c67d50-585d-4523-a5ca-12e38768c879" .

rdl:IBCCarrier  a            owl:Class , rdl:ELHClass ;
        rdfs:label           "IBC carrier"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-85ce130e-872e-4240-9aff-6654b8ec1c40" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An IBC Carrier is a Freight Container that is designed for the transport and storage of bulk liquid and granulated substances, such as chemicals, food ingredients, solvents, pharmaceuticals" ;
        rdl:hasIdPCA         "R-85ce130e-872e-4240-9aff-6654b8ec1c40" ;
        owl:disjointWith     rdl:FoodContainer , rdl:GasRack , rdl:OpenTopContainer , rdl:MiniContainer , rdl:StandardContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:SpecialContainer .

rdl:hasURL  rdfs:range  xsd:anyURI .

rdl:ActualyActivity  a  rdl:ELHClass .

rdl:bBROrganization  a       rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "bbr organization"^^xsd:string ;
        rdfs:range           dm:Organization ;
        rdl:defaultRdsId     "R-2b398a61-7770-4929-b6bb-a12a1ff767c6" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Organization  has BBR Organization to a relation to a GLN Location. An on-shore (GLN) location is associated with a unique BBR Organization. However a BBR organization can have many on shore ( GLN) locations" ;
        rdl:hasIdPCA         "R-2b398a61-7770-4929-b6bb-a12a1ff767c6" .

rdl:PlannedJourney  a        owl:Class , rdl:ELHClass ;
        rdfs:label           "planned journey"^^xsd:string ;
        rdfs:subClassOf      rdl:PlannedActivity ;
        rdl:defaultRdsId     "R-c5b64a02-113b-41a9-9240-689333f95b6b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Planned Journey is a Planned Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
        rdl:hasIdPCA         "R-c5b64a02-113b-41a9-9240-689333f95b6b" ;
        owl:disjointWith     rdl:PlannedJourneyLeg .

rdl:belongsToOrg  a          rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "belongs to org"^^xsd:string ;
        rdfs:range           dm:Organization ;
        rdl:defaultRdsId     "R-a751907b-af07-491c-9e9c-8f407e5f88bf" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Organization owns the Cargo Carrying Unit. Note that the Organization name is given as it appears in the Bronnoysund Registry" ;
        rdl:hasIdPCA         "R-a751907b-af07-491c-9e9c-8f407e5f88bf" .

rdl:hasGlobalIndividualAssetIdentifier
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has global individual asset identifier"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-f75c6485-928e-4bb3-a1e1-c5180fd46fff" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specified the unique id  of a Cargo Carrying Unit based on the GS1 GIAI asset coding standard" ;
        rdl:hasIdPCA         "R-f75c6485-928e-4bb3-a1e1-c5180fd46fff" .

rdl:hires  a                 rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          dm:PossibleIndividual ;
        rdfs:label           "hires"^^xsd:string ;
        rdfs:range           dm:PossibleIndividual ;
        rdl:defaultRdsId     "R-aecd3a0b-f896-4492-9874-f40f8a45704e" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Possible Individual may hire the temporal part of a Possible Individual" ;
        rdl:hasIdPCA         "R-aecd3a0b-f896-4492-9874-f40f8a45704e" .

rdl:RDS22164402886  a  rdl:ELHClass .

rdl:relativeResourceLocation
        a                    owl:DatatypeProperty , rdl:ELHDatatypeProperty ;
        rdfs:domain          rdl:DocumentRepresentation ;
        rdfs:label           "relative resource location"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-1be224e5-3acd-41f0-aa71-5e6a5000a255" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the relative location of a resource, such as the location of a pdf document" ;
        rdl:hasIdPCA         "R-1be224e5-3acd-41f0-aa71-5e6a5000a255" .

rdl:transports  a            rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          dm:PossibleIndividual ;
        rdfs:label           "transports"^^xsd:string ;
        rdfs:range           dm:PossibleIndividual ;
        rdl:defaultRdsId     "R-7e8eb73c-f156-4dfd-8deb-e6852f4b3c0b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Possible Individual transport may transport temporal part of  another Possible Individual. For example, a Temporal Part of an Organization transports a Temporal Part of a CCU" ;
        rdl:hasIdPCA         "R-7e8eb73c-f156-4dfd-8deb-e6852f4b3c0b" .

rdl:hasPayload  a            rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has payload"^^xsd:string ;
        rdfs:range           rdl:RDS353339 ;
        rdl:defaultRdsId     "R-0d5b724b-8440-4545-807d-afb8f9a19627" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Mass is the Payload of the temporal part of the Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-0d5b724b-8440-4545-807d-afb8f9a19627" .

rdl:SpecialContainer  a      owl:Class , rdl:ELHClass ;
        rdfs:label           "special container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-ac4ab32f-97c9-4f8c-9476-20b1c151a374" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Special Container is a Freight Container that is used to transport special goods" ;
        rdl:hasIdPCA         "R-ac4ab32f-97c9-4f8c-9476-20b1c151a374" ;
        owl:disjointWith     rdl:LaundryContainer , rdl:FoodContainer , rdl:StandardContainer , rdl:IBCCarrier , rdl:ReeferContainer , rdl:OpenTopContainer , rdl:MiniContainer , rdl:GasRack .

dm:PlanForActivity  a  rdl:ELHClass .

rdl:actualTimeOfArrival
        a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:ActualActivity ;
        rdfs:label           "actual time of arrival"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-74410c2a-3813-439c-9f0a-9d3da8e2a395" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies the actual time of arrival of a Cargo Carrying Unit in a journey or leg activity" ;
        rdl:hasIdPCA         "R-74410c2a-3813-439c-9f0a-9d3da8e2a395" .

rdl:eventElhDate  a          rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event elh date"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-2980d8e5-0a8f-4e17-8dd5-3e0a7a986b98" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time of an event that was created in EPIM LogisticsHub" ;
        rdl:hasIdPCA         "R-2980d8e5-0a8f-4e17-8dd5-3e0a7a986b98" .

rdl:LoadingEvent  a          rdl:ELHClass , owl:Class ;
        rdfs:label           "loading event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventElhDate
                             ] ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:eventOrgCreationDate
                             ] ;
        rdl:defaultRdsId     "R-d53e6acd-d671-42b9-8837-0df274cc0b98" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Loading Event is a Cargo Carrying Unit Event that involves loading an object (i.e. product, shipment, asset, or container) into shipping conveyance" ;
        rdl:hasIdPCA         "R-d53e6acd-d671-42b9-8837-0df274cc0b98" ;
        owl:disjointWith     rdl:DepartingEvent , rdl:InspectingEvent , rdl:HireEndEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:PackingEvent , rdl:ArrivingEvent , rdl:HireStartEvent .

rdl:CargoCarryingUnitActivity
        a                    owl:Class , rdl:ELHClass ;
        rdfs:label           "cargo carrying unit activity"^^xsd:string ;
        rdfs:subClassOf      dm:Activity ;
        rdfs:subClassOf      [ a                owl:Restriction ;
                               owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onProperty   rdl:id
                             ] ;
        rdl:defaultRdsId     "R-f5df8cfa-d261-47e4-9892-1b1a0c003f1d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Cargo Carrying Unit Activity is an Activity that involves a Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-f5df8cfa-d261-47e4-9892-1b1a0c003f1d" .

rdl:HireStartEvent  a        rdl:ELHClass , owl:Class ;
        rdfs:label           "hire start event"^^xsd:string ;
        rdfs:subClassOf      rdl:CargoCarryingUnitEvent ;
        rdl:defaultRdsId     "R-a48eb1e9-b3be-4b6a-b57e-17a34fb0448a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Hire Start Event is a Cargo Carrying Unit Event that starts a Hire Activity" ;
        rdl:hasIdPCA         "R-a48eb1e9-b3be-4b6a-b57e-17a34fb0448a" ;
        owl:disjointWith     rdl:ArrivingEvent , rdl:DepartingEvent , rdl:UnloadingEvent , rdl:InternalMovingEvent , rdl:HireEndEvent , rdl:LoadingEvent , rdl:PackingEvent , rdl:InspectingEvent .

dm:ClassOfActivity  a    rdl:ELHClass , owl:Class ;
        rdfs:label       "Class Of Activity"^^xsd:string ;
        rdfs:subClassOf  dm:ClassOfIndividual .

rdl:eventDateTime  a         rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event date time"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-27c8e891-b4cf-4151-ad6e-43a4e3b163b5" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time of an event  for a Cargo Carrying Unit, based on EPCIS standard event time" ;
        rdl:hasIdPCA         "R-27c8e891-b4cf-4151-ad6e-43a4e3b163b5" .

rdl:seeReferenceData  a      owl:DatatypeProperty ;
        rdfs:domain          owl:Thing ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-647d89d2-8d9f-4263-a716-4d44def88070" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasIdPCA         "R-647d89d2-8d9f-4263-a716-4d44def88070" .

rdl:eventTimeZone  a         rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnitEvent ;
        rdfs:label           "event time zone"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-3ec5d496-cd1b-4129-b091-8af11bf5e68b" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the time zone of an event based on eventTimeZoneOffset of the EPCIS standard" ;
        rdl:hasIdPCA         "R-3ec5d496-cd1b-4129-b091-8af11bf5e68b" .

rdl:uses  a                  rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:Organization ;
        rdfs:label           "uses"^^xsd:string ;
        rdfs:range           dm:PhysicalObject ;
        rdl:defaultRdsId     "R-d006a47c-1e25-4078-8248-6852a3fbea5d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Physical Object is used by a Temporal Part Of An Organization. For example, a Cargo Carrying Unit is used by an Organization in the context of an event" ;
        rdl:hasIdPCA         "R-d006a47c-1e25-4078-8248-6852a3fbea5d" .

rdl:PlannedActivity  a  rdl:ELHClass .

rdl:OpenTopContainer  a      owl:Class , rdl:ELHClass ;
        rdfs:label           "open top container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-4f42c2b1-66bc-4e67-af19-8467d214cbab" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "An Open Top Container is a Freight Container that is fitted with a solid removable roof, or with a tarpaulin roof so the container can be loaded or unloaded from the top" ;
        rdl:hasIdPCA         "R-4f42c2b1-66bc-4e67-af19-8467d214cbab" ;
        owl:disjointWith     rdl:StandardContainer , rdl:LaundryContainer , rdl:ReeferContainer , rdl:MiniContainer , rdl:SpecialContainer , rdl:IBCCarrier , rdl:GasRack , rdl:FoodContainer .

rdl:gs1PostalCode  a         rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:GLNLocation ;
        rdfs:label           "gs1 postal code"^^xsd:string ;
        rdfs:range           xsd:string ;
        rdl:defaultRdsId     "R-2fa3e5be-4474-4cf8-ac01-02a155d4916a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The string that specifies the Postal Code in the GS1 database" ;
        rdl:hasIdPCA         "R-2fa3e5be-4474-4cf8-ac01-02a155d4916a" .

rdl:SideDoorBasket  a        rdl:ELHClass , owl:Class ;
        rdfs:label           "side door basket"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS13621366 ;
        rdl:defaultRdsId     "R-9d3897a4-2eb4-48dd-8884-a8c350e8840d" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Side Door Basket is a Basket that can be opened on its side" ;
        rdl:hasIdPCA         "R-9d3897a4-2eb4-48dd-8884-a8c350e8840d" ;
        owl:disjointWith     rdl:SpecialBasket , rdl:HalfHighBasket , rdl:HeavyLiftBasket , rdl:ToolboxBasket , rdl:StandardBasket .

rdl:CuttingsContainer
        a                    rdl:ELHClass , owl:Class ;
        rdfs:label           "cuttings container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS221644028121 ;
        rdl:defaultRdsId     "R-0daff51d-06d8-435b-98b8-bd41d21de3e0" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Cuttings Container is a Waste Container that is used for transportation and safe handling of hydrocarbon contaminated drill cuttings to and from an offshore platform" ;
        rdl:hasIdPCA         "R-0daff51d-06d8-435b-98b8-bd41d21de3e0" .

rdl:estimatedTimeOfDeparture
        a                    rdl:ELHDatatypeProperty , owl:DatatypeProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "estimated time of departure"^^xsd:string ;
        rdfs:range           xsd:dateTime ;
        rdl:defaultRdsId     "R-070fe0a0-b56b-4cab-b49f-f379362b4d1a" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The date and time that specifies the estimated time of departure of a Cargo Carrying Unit in a journey or leg" ;
        rdl:hasIdPCA         "R-070fe0a0-b56b-4cab-b49f-f379362b4d1a" .

rdl:FoodContainer  a         owl:Class , rdl:ELHClass ;
        rdfs:label           "food container"^^xsd:string ;
        rdfs:subClassOf      rdl:RDS22164402880 ;
        rdl:defaultRdsId     "R-f4870ed6-11e7-4f3d-87de-b68b403b4263" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "A Food Container is a Freight Container that is used to transport food" ;
        rdl:hasIdPCA         "R-f4870ed6-11e7-4f3d-87de-b68b403b4263" ;
        owl:disjointWith     rdl:SpecialContainer , rdl:GasRack , rdl:MiniContainer , rdl:ReeferContainer , rdl:OpenTopContainer , rdl:LaundryContainer , rdl:StandardContainer , rdl:IBCCarrier .

rdl:finallyLocatedAt  a      rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          rdl:PlannedActivity ;
        rdfs:label           "finally located at"^^xsd:string ;
        rdfs:range           rdl:Location ;
        rdl:defaultRdsId     "R-14a2150b-04b3-4607-8da2-3f710d2436eb" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Location is the (offshore or onshore) destination location  of a Planned Activity" ;
        rdl:hasIdPCA         "R-14a2150b-04b3-4607-8da2-3f710d2436eb" .

rdl:hasImoCertificate
        a                    owl:ObjectProperty , rdl:ELHObjectProperty ;
        rdfs:domain          rdl:CargoCarryingUnit ;
        rdfs:label           "has imo certificate"^^xsd:string ;
        rdfs:range           rdl:ImoCertificate ;
        rdl:defaultRdsId     "R-f9e924c0-88dc-49cd-aa13-d79e660b05b9" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The IMO Certificate is certificate for a Temporal Part Of Cargo Carrying Unit" ;
        rdl:hasIdPCA         "R-f9e924c0-88dc-49cd-aa13-d79e660b05b9" .

rdl:hasDocument  a           rdl:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain          owl:Thing ;
        rdfs:label           "has document"^^xsd:string ;
        rdfs:range           rdl:DocumentRepresentation ;
        rdl:defaultRdsId     "R-ed4ef680-85f8-4135-82ca-f4aa17b7e2e1" ;
        rdl:hasCreationDate  "2016.03.12"^^xsd:date ;
        rdl:hasDefinition    "The Document Representation is documentation of a Thing" ;
        rdl:hasIdPCA         "R-ed4ef680-85f8-4135-82ca-f4aa17b7e2e1" .