project-rdl.ttl 90.5 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 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455
@prefix ilap:  <http://data.posccaesar.org/ilap/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix dmm:   <http://data.posccaesar.org/dm/metadata/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix afn:   <http://jena.hpl.hp.com/ARQ/function#> .
@prefix dm:    <http://data.posccaesar.org/dm/> .
@prefix sti:   <http://data.posccaesar.org/sti/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ilap-xsd: <http://data.posccaesar.org/ilap/xsd-generator-ontology/> .
@prefix sti-view: <http://data.posccaesar.org/sti/view-ontology/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix ptrn:  <http://data.posccaesar.org/ptrn/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdl:   <http://data.posccaesar.org/rdl/> .
@prefix elh:   <http://data.posccaesar.org/elh/> .
@prefix ilap-view: <http://data.posccaesar.org/ilap/view-ontology/> .
@prefix pn:    <http://www.w3.org/2005/xpath-functions#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasImoCertificate
] .

elh:isCurrentScheduleOf
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:ScheduleForActivity ;
        rdfs:label         "Current Schedule"^^xsd:string ;
        rdfs:range         elh:PlanForActivity ;
        elh:defaultRdsId   "R-12c082c5-12b4-470a-8e96-499c9766b569" ;
        elh:hasDefinition  "The Plan For Activity has a current schedule which is a Schedule For Activity" ;
        elh:hasIdPCA       "R-12c082c5-12b4-470a-8e96-499c9766b569" .

elh:externalIdentifier
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/activity#Activity> ;
        rdfs:label         "External Identifier"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-080369b1-fca2-48fe-a38b-0f453233ce02" ;
        elh:hasDefinition  "The string that specifies an External Identifier - for future alignment, not used for now" ;
        elh:hasIdPCA       "R-080369b1-fca2-48fe-a38b-0f453233ce02" .

rdl:RDS3149  a             elh:ELHClass ;
        elh:hasDefinition  "PossibleIndividual that is something happening or changing" .

elh:hasLength  a           owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Length"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Length> ;
        elh:defaultRdsId   "R-fa4e5bcd-18e6-4f93-8b77-940408bdc507" ;
        elh:hasDefinition  "The Length  is the length of the Temporal Part Of The Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-fa4e5bcd-18e6-4f93-8b77-940408bdc507" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasCertificate
] .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasHeight
] .

<http://www.logisticshub.no/schema/1.0/cargo-carrying-unit-event>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

<http://www.logisticshub.no/schema/1.0/documents>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:eventOrgCreationDate
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Event Date"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-6c96e2f8-0077-429f-bb06-d97f2996892f" ;
        elh:hasDefinition  "The date and time that specifies creation date in the EPCIS event sent from the organization" ;
        elh:hasIdPCA       "R-6c96e2f8-0077-429f-bb06-d97f2996892f" .

elh:ReeferContainer  a     owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Reefer Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-e11c6616-7f21-4a00-a721-bb6c07ddc684" ;
        elh:hasDefinition  "A Reefer Container is a Freight Container that is intended to store materials that require refrigeration or freezing" ;
        elh:hasIdPCA       "R-e11c6616-7f21-4a00-a721-bb6c07ddc684" ;
        owl:disjointWith   elh:LaundryContainer , elh:IBCCarrier , elh:StandardContainer , elh:SpecialContainer , elh:MiniContainer , elh:GasRack , elh:OpenTopContainer , elh:FoodContainer .

rdl:RDS221644028121  a    elh:ELHClass ;
        owl:disjointWith  rdl:RDS2184647721 , elh:CuttingsContainer , elh:WasteBinCarrier , rdl:RDS2216440298 .

elh:Location  a            owl:Class , elh:ELHClass ;
        rdfs:label         "Location"^^xsd:string ;
        rdfs:subClassOf    dm:PossibleIndividual ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      elh:hasLocation
                           ] ;
        elh:defaultRdsId   "R-02e38c88-e639-4851-bcd4-79d5c0455de0" ;
        elh:hasDefinition  "A  Location is a Possible Individual that has continuity of relative position" ;
        elh:hasIdPCA       "R-02e38c88-e639-4851-bcd4-79d5c0455de0" .

elh:bronnOrgName  a        owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        rdfs:label         "bronn Org Name"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-503bf17a-cf00-4618-93e0-b98bc71ccdf7" ;
        elh:hasDefinition  "The string that specifies the name of an Organization as it appears in Brønnøysund Business Register (BBR)" ;
        elh:hasIdPCA       "R-503bf17a-cf00-4618-93e0-b98bc71ccdf7" .

elh:PackingEvent  a        owl:Class , elh:ELHClass ;
        rdfs:label         "Packing Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        elh:defaultRdsId   "R-854dfce8-d957-4c05-be69-0bf99eb92b0a" ;
        elh: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" ;
        elh:hasIdPCA       "R-854dfce8-d957-4c05-be69-0bf99eb92b0a" ;
        owl:disjointWith   elh:DepartingEvent , elh:ArrivingEvent , elh:HireEndEvent , elh:LoadingEvent , elh:UnloadingEvent , elh:HireStartEvent , elh:InternalMovingEvent , elh:InspectingEvent .

elh:useFacility  a         owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:OffshoreLocation ;
        rdfs:label         "use Facility"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/facility#Facility> ;
        elh:defaultRdsId   "R-0dc3f61c-2e7a-43f3-983f-0030bcc3bd1e" ;
        elh:hasDefinition  "The Facility (NPD facts for a fixed or moveable facility) uses a Offshore Location for events taking place" ;
        elh:hasIdPCA       "R-0dc3f61c-2e7a-43f3-983f-0030bcc3bd1e" .

elh:HireEndEvent  a        elh:ELHClass , owl:Class ;
        rdfs:label         "Hire EndEvent"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        elh:defaultRdsId   "R-25a1b3fd-a6b8-4a98-b73b-d5b1e97fc27d" ;
        elh:hasDefinition  "A Hire End Event is a Cargo Carrying Unit Event that ends a Hire Activity" ;
        elh:hasIdPCA       "R-25a1b3fd-a6b8-4a98-b73b-d5b1e97fc27d" ;
        owl:disjointWith   elh:ArrivingEvent , elh:HireStartEvent , elh:InspectingEvent , elh:InternalMovingEvent , elh:PackingEvent , elh:UnloadingEvent , elh:LoadingEvent , elh:DepartingEvent .

elh:hasMaxGrossWeight
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Max Gross Weight"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Mass> ;
        elh:defaultRdsId   "R-b05b0170-8ac7-4e75-b37b-0369ed23394e" ;
        elh:hasDefinition  "The  Mass is the Max Gross Weight of the Temporal part of the Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-b05b0170-8ac7-4e75-b37b-0369ed23394e" .

elh:ImoCertificate  a      owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) IMO Certificate"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS331829 ;
        elh:defaultRdsId   "R-ec1190f6-0586-4dde-94c6-38efd4a23568" ;
        elh:hasDefinition  "An Imo Certificate is a Certificate issued by the International Maritime Organization (IMO)" ;
        elh:hasIdPCA       "R-ec1190f6-0586-4dde-94c6-38efd4a23568" .

elh:gs1PostOffice  a       owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Post Office"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-c1374c38-703c-4225-be2e-099033fc4189" ;
        elh:hasDefinition  "The string that specifies the Post Office in the GS1 database " ;
        elh:hasIdPCA       "R-c1374c38-703c-4225-be2e-099033fc4189" .

elh:id  a                  owl:DatatypeProperty , rdf:Property , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , <http://www.reportinghub.no/ep/schema/activity#Activity> , elh:DocumentRepresentation ;
        rdfs:label         "Identifier"^^xsd:string , "Document Identifier"^^xsd:string , "ELH Id"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-061c55fe-a4e0-4edd-a2c1-de366fe09ebe" , "R-e6673ccf-914e-4b9d-be0f-82018c02fa1c" ;
        elh:hasDefinition  "The string that specifies the ELH identifier of a Thing" ;
        elh:hasIdPCA       "R-061c55fe-a4e0-4edd-a2c1-de366fe09ebe" , "R-e6673ccf-914e-4b9d-be0f-82018c02fa1c" .

elh:hasCertificate  a      owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         " Cargo Carrying Unit Certificate"^^xsd:string ;
        rdfs:range         rdl:RDS331829 ;
        elh:defaultRdsId   "R-3ca464e9-6132-4f0c-b2be-4fef0553b05b" ;
        elh:hasDefinition  "The Certificate that is issued for a Temporal Part Of Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-3ca464e9-6132-4f0c-b2be-4fef0553b05b" .

elh:StandardBasket  a      owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Standard Basket"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-621c4085-13cc-404d-823e-926a9541245e" ;
        elh:hasDefinition  "A Standard Basket is a Basket that  has standard height" ;
        elh:hasIdPCA       "R-621c4085-13cc-404d-823e-926a9541245e" ;
        owl:disjointWith   elh:SpecialBasket , elh:ToolboxBasket , elh:HeavyLiftBasket , elh:SideDoorBasket , elh:HalfHighBasket .

elh:hasCurrentTemporalPartCcu
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "has current temporal part of the Ccu"^^xsd:string ;
        rdfs:range         elh:CargoCarryingUnit ;
        elh:defaultRdsId   "R-4f7a83ca-44f1-4d8c-93c5-a8db453f836f" ;
        elh:hasDefinition  "The Temporal Part Of Cargo Carrying is the current temporal part of the Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-4f7a83ca-44f1-4d8c-93c5-a8db453f836f" .

elh:StandardContainer
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Standard Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-aa8aebad-e05f-4ca0-b4fe-782a4aee3669" ;
        elh:hasDefinition  "A Standard Container is a Freight Container that has standard dimensions" ;
        elh:hasIdPCA       "R-aa8aebad-e05f-4ca0-b4fe-782a4aee3669" ;
        owl:disjointWith   elh:LaundryContainer , elh:GasRack , elh:MiniContainer , elh:OpenTopContainer , elh:FoodContainer , elh:SpecialContainer , elh:ReeferContainer , elh:IBCCarrier .

elh:resourceLocation  a    owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:DocumentRepresentation ;
        rdfs:label         "Resource Location"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-7b435caa-87d0-47fb-8c4d-a89aefec1b7f" ;
        elh:hasDefinition  "The string that specifies the describes the location of a resource, such as the url of a document" ;
        elh:hasIdPCA       "R-7b435caa-87d0-47fb-8c4d-a89aefec1b7f" .

elh:OffshoreLocation  a    owl:Class , elh:ELHClass ;
        rdfs:label         "Off shore Location"^^xsd:string ;
        rdfs:subClassOf    elh:Location ;
        elh:defaultRdsId   "R-25499edb-f3ab-4e98-b829-b49d696a4210" ;
        elh: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) " ;
        elh:hasIdPCA       "R-25499edb-f3ab-4e98-b829-b49d696a4210" .

elh:RemainingElectricalEnergy
        a                rdfs:Class , <http://www.reportinghub.no/ep/schema/core#PropertySpace> ;
        rdfs:label       "Remaining Electrical Energy"^^xsd:string ;
        rdfs:subClassOf  <http://www.reportinghub.no/ep/schema/core#Ratio> .

elh:gs1DateChanged  a      owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "Gs1 Date Changed"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-d7d96325-a90c-4b07-be14-4cced00bb4e5" ;
        elh:hasDefinition  "The date and time that the GLN location was changed in the GS1 Database" ;
        elh:hasIdPCA       "R-d7d96325-a90c-4b07-be14-4cced00bb4e5" .

elh:UnloadingEvent  a      elh:ELHClass , owl:Class ;
        rdfs:label         "Unloading Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        elh:defaultRdsId   "R-a4fa20eb-4b94-4c18-8f4a-02611cf79000" ;
        elh: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" ;
        elh:hasIdPCA       "R-a4fa20eb-4b94-4c18-8f4a-02611cf79000" ;
        owl:disjointWith   elh:HireEndEvent , elh:InspectingEvent , elh:InternalMovingEvent , elh:HireStartEvent , elh:DepartingEvent , elh:ArrivingEvent , elh:PackingEvent , elh:LoadingEvent .

elh:gs1Phone  a            owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "Gs1 Phone"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-6882c2d7-a6cc-42fa-8773-982136817dcd" ;
        elh:hasDefinition  "The string that specifies the Phone of location as described in the GS1 Database" ;
        elh:hasIdPCA       "R-6882c2d7-a6cc-42fa-8773-982136817dcd" .

elh:transporterLocatedAt
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/activity#Activity> ;
        rdfs:label         "transporter located at"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ;
        elh:defaultRdsId   "R-480d0b77-a28f-4c2b-955b-891aeb8b2843" ;
        elh:hasDefinition  "The Part Of The Surface Of The Earth that is the location of the transporter performing the Activity" ;
        elh:hasIdPCA       "R-480d0b77-a28f-4c2b-955b-891aeb8b2843" .

elh:JetFuelTank  a         elh:ELHClass , owl:Class ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Jet Fuel Tank"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS445139 ;
        elh:defaultRdsId   "R-e9ef6141-36a5-4664-bbbe-bebcaa7bc9ce" ;
        elh:hasDefinition  "A Jet Fuel Tank is a Tank that is used to transport and store jet fuel" ;
        elh:hasIdPCA       "R-e9ef6141-36a5-4664-bbbe-bebcaa7bc9ce" ;
        owl:disjointWith   elh:CryogenicTank , elh:ChemicalTank , elh:LinedTank , elh:HeatedTank .

elh:InternalMovingEvent
        a                  elh:ELHClass , owl:Class ;
        rdfs:label         "Internal Moving Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        elh:defaultRdsId   "R-9a5bfe73-c91a-4dd7-8851-2bea90ff74be" ;
        elh:hasDefinition  "A Moving Event is a Cargo Carrying Unit Event that involves ad hoc movement of CCUs inside an organization" ;
        elh:hasIdPCA       "R-9a5bfe73-c91a-4dd7-8851-2bea90ff74be" ;
        owl:disjointWith   elh:ArrivingEvent , elh:InspectingEvent , elh:HireEndEvent , elh:HireStartEvent , elh:UnloadingEvent , elh:DepartingEvent , elh:PackingEvent , elh:LoadingEvent .

elh:hasPartOccurrence
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        owl:Thing ;
        rdfs:label         "has Part Occurence"^^xsd:string ;
        rdfs:range         owl:Thing ;
        elh:defaultRdsId   "R-34412c78-9812-479e-89d9-c323dd0e0b6b" ;
        elh:hasDefinition  "The class of plan activity for a journey has a part occurrence that is class of plan activity for a leg" ;
        elh:hasIdPCA       "R-34412c78-9812-479e-89d9-c323dd0e0b6b" .

elh:WasteBinCarrier  a     elh:ELHClass , owl:Class ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Waste Bin Carrier"^^xsd:string ;
        rdfs:subClassOf    elh:WasteHandlingUnit ;
        elh:defaultRdsId   "R-47694783-166a-4122-b700-afd49bdb5958" ;
        elh:hasDefinition  "A Waste Bin Carrier is a Waste Handling Unit that is  for putting in and temporarily storing waste" ;
        elh:hasIdPCA       "R-47694783-166a-4122-b700-afd49bdb5958" ;
        owl:disjointWith   rdl:RDS2184647721 , rdl:RDS2216440298 , elh:CuttingsContainer , rdl:RDS221644028121 .

elh:DocumentRepresentationFormat
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Document Representation Format"^^xsd:string ;
        rdfs:subClassOf    dm:RepresentationFormat ;
        elh:defaultRdsId   "R-d8cf9d72-de89-43cb-8ebc-5c931bce2416" ;
        elh: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" ;
        elh:hasIdPCA       "R-d8cf9d72-de89-43cb-8ebc-5c931bce2416" .

rdl:RDS445139  a          owl:Class , elh:ELHClass ;
        rdfs:label        "Cargo Carrying Unit ( CCU) type Tank"^^xsd:string ;
        rdfs:subClassOf   elh:CargoCarryingUnit ;
        owl:disjointWith  rdl:RDS13621366 , rdl:RDS898262151 , elh:WasteHandlingUnit , rdl:RDS22164402886 .

elh:DepartingEvent  a      owl:Class , elh:ELHClass ;
        rdfs:label         "Departing Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        elh:defaultRdsId   "R-59375ca7-f06d-43c1-a2fd-80a0cc9e0ab2" ;
        elh:hasDefinition  "A Departing Event is a Cargo Carrying Unit Event that involves a shipment leaving a location on its way to a destination" ;
        elh:hasIdPCA       "R-59375ca7-f06d-43c1-a2fd-80a0cc9e0ab2" ;
        owl:disjointWith   elh:PackingEvent , elh:HireEndEvent , elh:LoadingEvent , elh:InspectingEvent , elh:HireStartEvent , elh:ArrivingEvent , elh:UnloadingEvent , elh:InternalMovingEvent .

elh:WasteHandlingUnit
        a                  elh:ELHClass , owl:Class ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type WasteHandlingUnit "^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnit ;
        elh:defaultRdsId   "R-5f41b328-7fca-4485-9d43-dc690730b439" ;
        elh: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)" ;
        elh:hasIdPCA       "R-5f41b328-7fca-4485-9d43-dc690730b439" ;
        owl:disjointWith   rdl:RDS445139 , rdl:RDS22164402886 , rdl:RDS13621366 , rdl:RDS898262151 .

<http://www.logisticshub.no/schema/1.0/activity>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:performs  a            owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:Organization ;
        rdfs:label         "Performs"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-96d5b412-ce5c-4eca-ab95-508b30a935de" ;
        elh:hasDefinition  "The Activity is performed by a temporal part of an organization in the context of an event" ;
        elh:hasIdPCA       "R-96d5b412-ce5c-4eca-ab95-508b30a935de" .

elh:hasBatteryCharge  a    owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "has Battery Charge"^^xsd:string ;
        rdfs:range         elh:RemainingElectricalEnergy ;
        elh:defaultRdsId   "R-9c030e75-7eed-405d-80c6-d3d4d6862a7a" ;
        elh:hasDefinition  "The Remaining Electrical Charge that has been observed at a specific time for a Temporal Part Of Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-9c030e75-7eed-405d-80c6-d3d4d6862a7a" .

elh:OnshoreLocation  a     owl:Class , elh:ELHClass ;
        rdfs:label         "Onshore Location"^^xsd:string ;
        rdfs:subClassOf    elh:Location ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1GlobalLocationNumber
                           ] ;
        elh:defaultRdsId   "R-538b15f7-74cb-4632-afe9-4915db215a73" ;
        elh: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) " ;
        elh:hasIdPCA       "R-538b15f7-74cb-4632-afe9-4915db215a73" .

elh:planFor  a             owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        owl:Thing ;
        rdfs:label         "plan for"^^xsd:string ;
        rdfs:range         elh:PlannedActivity ;
        elh:defaultRdsId   "R-98bb9e48-0c99-404c-a5a5-98b081203ef4" ;
        elh:hasDefinition  "The Planned Activity is plan for a schedule for a journey or leg" ;
        elh:hasIdPCA       "R-98bb9e48-0c99-404c-a5a5-98b081203ef4" .

elh:hasR002Compliance
        a            rdf:Property ;
        rdfs:domain  elh:CargoCarryingUnit ;
        rdfs:label   "Cargo Carrying Unit (CCU) with R002 Compliance"^^xsd:string ;
        rdfs:range   xsd:boolean .

elh:isEndingOf  a          owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Is Ending Of"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-daa584e4-d02b-4c49-8f98-650a41bb5666" ;
        elh:hasDefinition  "The Cargo Carrying Unit or Activity has an ending caused by a Cargo Carrying Unit Event" ;
        elh:hasIdPCA       "R-daa584e4-d02b-4c49-8f98-650a41bb5666" .

elh:CryogenicTank  a       owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Cryogenic Tank"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS445139 ;
        elh:defaultRdsId   "R-b06e2e33-1304-4982-a965-3f4d390d77ce" ;
        elh:hasDefinition  "A Cryogenic Tank is a Tank that is used to transport and store frozen biological material" ;
        elh:hasIdPCA       "R-b06e2e33-1304-4982-a965-3f4d390d77ce" ;
        owl:disjointWith   elh:LinedTank , elh:ChemicalTank , elh:HeatedTank , elh:JetFuelTank .

elh:eventSubmitterOrganization
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Event Submitter Organization"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        elh:defaultRdsId   "R-583d5d33-f2b1-457a-badb-e3638c057fc9" ;
        elh:hasDefinition  "The Organization submits the CargoCarryingUnitEvent to ELH. Note that this is not part of the EPCIS schema event" ;
        elh:hasIdPCA       "R-583d5d33-f2b1-457a-badb-e3638c057fc9" .

elh:hasWidth  a            owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Width"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Length> ;
        elh:defaultRdsId   "R-3a8c501f-56c1-4fd6-8bb3-2aeb997fddd5" ;
        elh:hasDefinition  "The Length  is the width of the Temporal Part Of The Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-3a8c501f-56c1-4fd6-8bb3-2aeb997fddd5" .


elh:hasLocation  a         owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:Location ;
        elh:defaultRdsId   "R-a0d3581d-8397-4732-b6d6-ada661ee319c" ;
        elh:hasDefinition  "The Facility (GLN Location or NPD Facility) has a  Location" ;
        elh:hasIdPCA       "R-a0d3581d-8397-4732-b6d6-ada661ee319c" .

<http://www.logisticshub.no/schema/1.0/core>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:gs1AdditionalPartyId
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Additional Party Id"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-d9be1515-f2dc-435a-9ad0-3ba3f436342f" ;
        elh:hasDefinition  "The string that specifies additional GLN location for an organization in the GS1 database" ;
        elh:hasIdPCA       "R-d9be1515-f2dc-435a-9ad0-3ba3f436342f" .

elh:actualTimeOfDeparture
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:ActualActivity ;
        rdfs:label         "actual Time of Departure"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-7d1b2a80-3a48-4a43-91f7-05001b9d2aa8" ;
        elh:hasDefinition  "The date and time that specifies the actual time of departure of a Cargo Carrying Unit in a  journey or leg activity" ;
        elh:hasIdPCA       "R-7d1b2a80-3a48-4a43-91f7-05001b9d2aa8" .

elh:CargoCarryingUnit
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU)"^^xsd:string ;
        rdfs:subClassOf    dm:PhysicalObject ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/activity#finishedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:hasGlobalIndividualAssetIdentifier
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:hasCurrentTemporalPartCcu
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/activity#finishedAt>
                           ] ;
        elh:defaultRdsId   "R-487a6871-7d58-4cfd-8e12-4f350e065f5e" ;
        elh:hasDefinition  "A Cargo Carrying Unit is a Physical Object that is used to transport goods and materials (cargo)" ;
        elh:hasIdPCA       "R-487a6871-7d58-4cfd-8e12-4f350e065f5e" .

elh:geoUncertainty  a      owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.w3.org/2003/01/geo/wgs84_pos#Point> ;
        rdfs:label         "Geo Uncertainty"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Length> ;
        elh:defaultRdsId   "R-f25ebf93-3bb4-467c-be18-0d549e8f16bc" ;
        elh:hasDefinition  "The Length is the  Uncertainty of a Geo Point (GPS coordinates)" ;
        elh:hasIdPCA       "R-f25ebf93-3bb4-467c-be18-0d549e8f16bc" .

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

elh:activityElhDateTime
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/activity#Activity> ;
        rdfs:label         "Activity Elh Date Time"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-1db5c685-27ca-4925-a9e8-17c9b3c68be0" ;
        elh:hasDefinition  "The date and time that specifies the  ELH DateTime for an activity as recorded in LogisticsHub" ;
        elh:hasIdPCA       "R-1db5c685-27ca-4925-a9e8-17c9b3c68be0" .

elh:eventCaptureLocation
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Event Capture Location"^^xsd:string ;
        rdfs:range         <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> ;
        elh:defaultRdsId   "R-a27e4337-b59e-4960-ab7e-a9c020373abb" ;
        elh:hasDefinition  "The Spatial Thing is the GPS coordinates of the event Capture Location of the Cargo Carrying Unit Event" ;
        elh:hasIdPCA       "R-a27e4337-b59e-4960-ab7e-a9c020373abb" .

elh:purchaseOrder  a       owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:PlannedJourneyLeg ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-328aead2-e99e-4d24-a2e5-8ae3f2f3aea0" ;
        elh:hasDefinition  "The string that specifies the purchase order of a leg in a planned journey" ;
        elh:hasIdPCA       "R-328aead2-e99e-4d24-a2e5-8ae3f2f3aea0" .

elh:causes  a              owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnitActivity ;
        rdfs:label         "causes"^^xsd:string ;
        rdfs:range         elh:CargoCarryingUnitEvent ;
        elh:defaultRdsId   "R-8245dd83-5531-4e53-9084-22443cffcf8c" ;
        elh:hasDefinition  "The Cargo Carrying Unit Event is caused by a Cargo Carrying Unit Activity. For example, a hire activity causes a Hire Start Event" ;
        elh:hasIdPCA       "R-8245dd83-5531-4e53-9084-22443cffcf8c" .

elh:ActualJourneyLeg  a    owl:Class , elh:ELHClass ;
        rdfs:label         "Actual Journey Leg "^^xsd:string ;
        rdfs:subClassOf    elh:ActualActivity ;
        elh:defaultRdsId   "R-e12bb95a-78e6-4cd9-977d-6139a7d85089" ;
        elh:hasDefinition  "An Actual Journey Leg is an Actual Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
        elh:hasIdPCA       "R-e12bb95a-78e6-4cd9-977d-6139a7d85089" ;
        owl:disjointWith   elh:ActualJourney .

elh:hasTareWeight  a       owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Tare Weight"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Mass> ;
        elh:defaultRdsId   "R-9cd4f7ba-b62f-49bd-957f-095b1207b7fa" ;
        elh:hasDefinition  "The Mass is the Tare Weight of the Temporal Part of the Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-9cd4f7ba-b62f-49bd-957f-095b1207b7fa" .

elh:hasOwnerID  a          owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit (CCU) Owner Id "^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-5afbe64e-7ddb-48ab-9d11-eb03a77e9607" ;
        elh:hasDefinition  "The string that specifies the owner id of the Temporal Part of the Cargo Carrying Unit. The value depends on the users" ;
        elh:hasIdPCA       "R-5afbe64e-7ddb-48ab-9d11-eb03a77e9607" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasLength
] .

elh:LinedTank  a           owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Lined Tank"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS445139 ;
        elh:defaultRdsId   "R-907ff041-cc1d-41e5-9e3e-5c5272a6eff6" ;
        elh: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" ;
        elh:hasIdPCA       "R-907ff041-cc1d-41e5-9e3e-5c5272a6eff6" ;
        owl:disjointWith   elh:JetFuelTank , elh:CryogenicTank , elh:HeatedTank , elh:ChemicalTank .

elh:PortableDocumentFormat
        a                  owl:Class , elh:DocumentRepresentationFormat , elh:ELHClass ;
        rdfs:label         "PortableDocumentFormat"^^xsd:string ;
        rdfs:subClassOf    dm:RepresentationInformation ;
        elh:defaultRdsId   "R-3a33f66e-2ffe-4aa9-918a-cb2a1cf6bc14" ;
        elh:hasDefinition  "A Portable Document Format is a Class representing Portable Document Format ( PDF), and an instance of Document Representation Format" ;
        elh:hasIdPCA       "R-3a33f66e-2ffe-4aa9-918a-cb2a1cf6bc14" .

elh:ChemicalTank  a        owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Chemical Tank"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS445139 ;
        elh:defaultRdsId   "R-c000cf20-c36b-4364-a52e-d71c008a0b69" ;
        elh:hasDefinition  "A Chemical Tank is a Tank that is used to transport and store chemical substances" ;
        elh:hasIdPCA       "R-c000cf20-c36b-4364-a52e-d71c008a0b69" ;
        owl:disjointWith   elh:HeatedTank , elh:JetFuelTank , elh:LinedTank , elh:CryogenicTank .

elh:originallyLocatedAt
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:PlannedActivity ;
        rdfs:label         "Originally Located At"^^xsd:string ;
        rdfs:range         elh:Location ;
        elh:defaultRdsId   "R-92ee55f5-6fb3-4393-bc18-f10b3b4d92c8" ;
        elh:hasDefinition  "The Location is the  (offshore or onshore) original location of a Planned Activity" ;
        elh:hasIdPCA       "R-92ee55f5-6fb3-4393-bc18-f10b3b4d92c8" .

elh:participates  a        elh:ELHObjectProperty , owl:ObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , elh:CargoCarryingUnit ;
        rdfs:label         "participates"^^xsd:string ;
        rdfs:range         elh:CargoCarryingUnitActivity , <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-f69928e9-998a-47e3-ac5f-1ab8592cc567" , "R-0a236a36-9d8b-477d-9666-a3e4099f5eed" ;
        elh:hasDefinition  "The Cargo Carrying Unit participates in an Actual or Planned Journey or Leg" , "The Cargo Carrying Unit Activity has participation from a Temporal Part Of Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-f69928e9-998a-47e3-ac5f-1ab8592cc567" , "R-0a236a36-9d8b-477d-9666-a3e4099f5eed" .

elh:gs1CompanyName  a      owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Company Name"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-61da85a9-4e34-4015-8837-0d0eeb5f9816" ;
        elh:hasDefinition  "The string that specifies the Company Name in the GS1 database" ;
        elh:hasIdPCA       "R-61da85a9-4e34-4015-8837-0d0eeb5f9816" .

elh:estimatedTimeOfArrival
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        owl:Class ;
        rdfs:label         "estimated Time Of Arrival"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-7e13d2fa-05c4-47e0-ba80-bb211876960d" ;
        elh:hasDefinition  "The date and time that specifies the estimated time of arrival of a Cargo Carrying Unit in a journey or leg" ;
        elh:hasIdPCA       "R-7e13d2fa-05c4-47e0-ba80-bb211876960d" .

elh:GasRack  a             owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Gas Rack"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-3e23502e-4ba1-413e-b2cb-34785493a010" ;
        elh:hasDefinition  "A Gas Rack is a Freight Container that is intended for transportation and storage of industrial and respiratory gas" ;
        elh:hasIdPCA       "R-3e23502e-4ba1-413e-b2cb-34785493a010" ;
        owl:disjointWith   elh:FoodContainer , elh:MiniContainer , elh:IBCCarrier , elh:SpecialContainer , elh:LaundryContainer , elh:OpenTopContainer , elh:StandardContainer , elh:ReeferContainer .

elh:bronnOrgId  a          owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        rdfs:label         "bronn Org Id"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-1bd2aa66-8445-4f83-bbf9-b5ac07dc9f26" ;
        elh:hasDefinition  "The string that specifies the identification number of an Organization as it appears in Brønnøysund Business Register (BBR) " ;
        elh:hasIdPCA       "R-1bd2aa66-8445-4f83-bbf9-b5ac07dc9f26" .

elh:scheduledPlan  a       owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        owl:Thing ;
        rdfs:label         "Scheduled Plan"^^xsd:string ;
        rdfs:range         owl:Thing ;
        elh:defaultRdsId   "R-2f8cde5f-9789-4a6c-bd38-4b6bd6160144" ;
        elh:hasDefinition  "The Schedule is the scheduled Plan for a Plan" ;
        elh:hasIdPCA       "R-2f8cde5f-9789-4a6c-bd38-4b6bd6160144" .

rdl:RDS2216440298  a      owl:Class , elh:ELHClass ;
        rdfs:label        "Cargo Carrying Unit ( CCU) type Waste Skip"^^xsd:string ;
        rdfs:subClassOf   elh:WasteHandlingUnit ;
        owl:disjointWith  rdl:RDS2184647721 , elh:CuttingsContainer , elh:WasteBinCarrier , rdl:RDS221644028121 .

elh:ELHClass  a  owl:Class .

elh:HalfHighBasket  a      owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Half High Basket"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-b84951a9-0682-4aeb-9010-85c90035d2ff" ;
        elh:hasDefinition  "A Half High Basket is a Basket that has half the height of a Standard Basket" ;
        elh:hasIdPCA       "R-b84951a9-0682-4aeb-9010-85c90035d2ff" ;
        owl:disjointWith   elh:ToolboxBasket , elh:SideDoorBasket , elh:StandardBasket , elh:HeavyLiftBasket , elh:SpecialBasket .

elh:PlanForActivity  a   rdfs:Class ;
        rdfs:label       "Plan For Activity"^^xsd:string ;
        rdfs:subClassOf  elh:ClassOfActivity .

elh:gs1PartyName  a        owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Party Name"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-094378fe-c516-459f-b455-208cd72a695e" ;
        elh:hasDefinition  "The string that specifies the Party name in the GS1 database" ;
        elh:hasIdPCA       "R-094378fe-c516-459f-b455-208cd72a695e" .

elh:WGS84  a               elh:CoordinateReferenceSystem , owl:Class , elh:ELHClass ;
        rdfs:label         "WGS84"^^xsd:string ;
        elh:defaultRdsId   "R-bf37df48-a0fe-485d-8a6c-ae7c93bc12a5" ;
        elh: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)" ;
        elh:hasIdPCA       "R-bf37df48-a0fe-485d-8a6c-ae7c93bc12a5" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasPayload
] .

elh:shipmentId  a          owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:PlannedJourneyLeg ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-a7421e96-f945-4543-ab8e-0daa0fff2a1b" ;
        elh:hasDefinition  "The string that specifies the shipment ID of a leg in a planned journey" ;
        elh:hasIdPCA       "R-a7421e96-f945-4543-ab8e-0daa0fff2a1b" .


rdl:RDS22164402859  a      elh:ELHClass ;
        elh:hasDefinition  "A 'container' that is a transportable, with strength suitable to withstand shipment, storage, and handling" .

elh:ClassOfActivity  a   rdfs:Class ;
        rdfs:label       "Class Of Activity"^^xsd:string ;
        rdfs:subClassOf  elh:ClassOfIndividual .

elh:hasGlobalLocationNumber
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "has Global Location Number"^^xsd:string ;
        rdfs:range         elh:GLNLocation ;
        elh:defaultRdsId   "R-4fdacbd3-9f18-4db0-bdb2-532174cc48ce" ;
        elh:hasDefinition  "The GLN Location  indicates the location of a Temporal Part Of  Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-4fdacbd3-9f18-4db0-bdb2-532174cc48ce" .

[ a                owl:Restriction ;
  owl:cardinality  "1"^^xsd:nonNegativeInteger ;
  owl:onProperty   elh:hasGlobalLocationNumber
] .

elh:certificateNumber
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        rdl:RDS331829 ;
        rdfs:label         "Cargo Carrying Unit ( CCU) Certificate Number"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-290febd8-30bd-4805-a777-63b9372e164b" ;
        elh:hasDefinition  "The string that specifies the  certificate number associated with a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-290febd8-30bd-4805-a777-63b9372e164b" .

elh:BBROrganization  a     elh:ELHObjectProperty ;
        elh: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:RDS2184647721  a      owl:Class , elh:ELHClass ;
        rdfs:label        "Cargo Carrying Unit ( CCU) type Waste Compactor"^^xsd:string ;
        rdfs:subClassOf   elh:WasteHandlingUnit ;
        owl:disjointWith  rdl:RDS221644028121 , elh:WasteBinCarrier , elh:CuttingsContainer , rdl:RDS2216440298 .

<http://www.logisticshub.no/schema/1.0/cargo-carrying-unit>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:utm33North  a          owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.w3.org/2003/01/geo/wgs84_pos#Point> ;
        rdfs:label         "Universal Transverse Mercator North"^^xsd:string ;
        rdfs:range         xsd:decimal ;
        elh:defaultRdsId   "R-e500d8de-002e-475f-8844-c2cc74074bd8" ;
        elh: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." ;
        elh:hasIdPCA       "R-e500d8de-002e-475f-8844-c2cc74074bd8" .

elh:CoordinateReferenceSystem
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Coordinate Reference System"^^xsd:string ;
        rdfs:subClassOf    dm:AbstractObject ;
        elh:defaultRdsId   "R-83ba09d3-acaf-40c1-8d58-6c4bf87117af" ;
        elh:hasDefinition  "A Coordinate Reference System is a Class that has member classes that classify instances of different Coordinate Reference Systems, e.g., WGS84" ;
        elh:hasIdPCA       "R-83ba09d3-acaf-40c1-8d58-6c4bf87117af" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasOwnerID
] .

elh:InspectingActivity
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Inspecting Activity"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitActivity ;
        elh:defaultRdsId   "R-7483d4cb-ebeb-4d74-9e6e-4de00d8dec23" ;
        elh:hasDefinition  "An Inspecting Activity is a Cargo Carrying Unit Activity that involves reviewing a shipment in order to address potential product or documentation defects " ;
        elh:hasIdPCA       "R-7483d4cb-ebeb-4d74-9e6e-4de00d8dec23" ;
        owl:disjointWith   elh:ActualActivity , elh:PlannedActivity , elh:HireActivity .

rdl:RDS13621366  a        elh:ELHClass ;
        owl:disjointWith  rdl:RDS445139 , rdl:RDS898262151 , elh:WasteHandlingUnit , rdl:RDS22164402886 .

elh:HireActivity  a        elh:ELHClass , owl:Class ;
        rdfs:label         "Hire Activity"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitActivity ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:id
                           ] ;
        elh:defaultRdsId   "R-08c4d65d-87e9-4f77-b033-19800b5ecfbe" ;
        elh:hasDefinition  "A Hire Activity is a Cargo Carrying Unit Activity that involves temporary use of a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-08c4d65d-87e9-4f77-b033-19800b5ecfbe" ;
        owl:disjointWith   elh:ActualActivity , elh:InspectingActivity , elh:PlannedActivity .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasMaxGrossWeight
] .

elh:HeavyLiftBasket  a     owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Heavy Lift Basket"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-5f5e0887-bd43-4602-bbf6-8c426f72dd47" ;
        elh:hasDefinition  "A Heavy Lift Basket is a Basket that is used for movement of oversized equipment or material" ;
        elh:hasIdPCA       "R-5f5e0887-bd43-4602-bbf6-8c426f72dd47" ;
        owl:disjointWith   elh:SideDoorBasket , elh:StandardBasket , elh:ToolboxBasket , elh:HalfHighBasket , elh:SpecialBasket .

elh:MiniContainer  a       elh:ELHClass , owl:Class ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Mini Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-e60b8697-1e3e-445c-889f-6d9ddd645eb1" ;
        elh:hasDefinition  "A Mini Freight Container is a Freight Container that has is smaller than standard dimensions" ;
        elh:hasIdPCA       "R-e60b8697-1e3e-445c-889f-6d9ddd645eb1" ;
        owl:disjointWith   elh:StandardContainer , elh:GasRack , elh:FoodContainer , elh:LaundryContainer , elh:ReeferContainer , elh:IBCCarrier , elh:SpecialContainer , elh:OpenTopContainer .

<http://www.reportinghub.no/ep/schema/core#millimetre>
        <http://www.reportinghub.no/ep/schema/core#unitSymbol>
                "mm"^^xsd:string .

elh:commentatorOrganization
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/production-activity#MakeAComment> ;
        rdfs:label         "Commentator Organization"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/organization#Organization> ;
        elh:defaultRdsId   "R-559156c6-eb50-466a-a4be-77e361b1930d" ;
        elh: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 " ;
        elh:hasIdPCA       "R-559156c6-eb50-466a-a4be-77e361b1930d" .

elh:CargoCarryingUnitEvent
        a                  elh: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   elh:eventTimeZone
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventDateTime
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:id
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventSubmitterOrganization
                           ] ;
        elh:defaultRdsId   "R-4d1bd688-ddfe-4981-a046-ca7b31eaaef1" ;
        elh:hasDefinition  "A Cargo Carrying Unit Event is a Possible Individual that starts or ends an activity or state of a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-4d1bd688-ddfe-4981-a046-ca7b31eaaef1" .

elh:gs1GlobalLocationNumber
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:label         "GS1 Global Location Number"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-e347eae1-543c-4d97-86dd-ce3de7a621a6" ;
        elh:hasDefinition  "The string that specifies the  Global Location Number (GLN) of locations in the GS1 database" ;
        elh:hasIdPCA       "R-e347eae1-543c-4d97-86dd-ce3de7a621a6" .

elh:ToolboxBasket  a       owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Toolbox Basket "^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-e3667a07-97d2-4e5c-814e-ea05ee63a44b" ;
        elh:hasDefinition  "A Toolbox Basket is a Basket that is used for movement and transport of tools" ;
        elh:hasIdPCA       "R-e3667a07-97d2-4e5c-814e-ea05ee63a44b" ;
        owl:disjointWith   elh:StandardBasket , elh:HalfHighBasket , elh:SideDoorBasket , elh:SpecialBasket , elh:HeavyLiftBasket .

elh:ClassOfIndividual
        a                rdfs:Class ;
        rdfs:label       "Class Of Individual"^^xsd:string ;
        rdfs:subClassOf  owl:Class .

elh:hasHeight  a           owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Height "^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Length> ;
        elh:defaultRdsId   "R-854255a7-f6da-4ca3-b7a2-b68670ee840f" ;
        elh:hasDefinition  "The Length  is the height of the Temporal Part Of The Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-854255a7-f6da-4ca3-b7a2-b68670ee840f" .

elh:ArrivingEvent  a       elh:ELHClass , owl:Class ;
        rdfs:label         " Arriving Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        elh:defaultRdsId   "R-cf3df150-7824-49c5-a795-1fc36975e240" ;
        elh: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" ;
        elh:hasIdPCA       "R-cf3df150-7824-49c5-a795-1fc36975e240" ;
        owl:disjointWith   elh:UnloadingEvent , elh:LoadingEvent , elh:HireEndEvent , elh:InternalMovingEvent , elh:DepartingEvent , elh:InspectingEvent , elh:PackingEvent , elh:HireStartEvent .

elh:ActualJourney  a       owl:Class , elh:ELHClass ;
        rdfs:label         "Actual Journey Activity"^^xsd:string ;
        rdfs:subClassOf    elh:ActualActivity ;
        elh:defaultRdsId   "R-649cef16-2843-4d7d-99cf-e5f96055f77e" ;
        elh:hasDefinition  "An Actual Journey is an Actual Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
        elh:hasIdPCA       "R-649cef16-2843-4d7d-99cf-e5f96055f77e" ;
        owl:disjointWith   elh:ActualJourneyLeg .

elh:creatorOrg  a          owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:DocumentRepresentation ;
        rdfs:label         "Creator Organization"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        elh:defaultRdsId   "R-babb370e-114e-4997-b475-413acd4566d1" ;
        elh:hasDefinition  "The Organization creates the document coming from the SSL certificate" ;
        elh:hasIdPCA       "R-babb370e-114e-4997-b475-413acd4566d1" .

elh:PlannedJourneyLeg
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Planned Journey Leg"^^xsd:string ;
        rdfs:subClassOf    elh:PlannedActivity ;
        elh:defaultRdsId   "R-14a276bb-a944-459d-81b8-0d7a6ec4c86d" ;
        elh:hasDefinition  "A Planned Journey Leg is a Planned Activity that involves movement of a Cargo Carrying Unit between Departing Event and Arriving Event" ;
        elh:hasIdPCA       "R-14a276bb-a944-459d-81b8-0d7a6ec4c86d" ;
        owl:disjointWith   elh:PlannedJourney .

elh:HeatedTank  a          owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Heated Tank"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS445139 ;
        elh:defaultRdsId   "R-2533a87e-55d5-48c1-a25d-575a63028683" ;
        elh:hasDefinition  "A Heated Tank is a Tank that is used to transport and store heated fluid" ;
        elh:hasIdPCA       "R-2533a87e-55d5-48c1-a25d-575a63028683" ;
        owl:disjointWith   elh:JetFuelTank , elh:ChemicalTank , elh:CryogenicTank , elh:LinedTank .

elh:InspectingEvent  a     owl:Class , elh:ELHClass ;
        rdfs:label         "Inspecting Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        elh:defaultRdsId   "R-6af2e831-ea89-4a5d-9f22-36f93f614d9c" ;
        elh:hasDefinition  "An Inspecting Event is a Cargo Carrying Unit Event that starts an Inspecting Activity " ;
        elh:hasIdPCA       "R-6af2e831-ea89-4a5d-9f22-36f93f614d9c" ;
        owl:disjointWith   elh:HireEndEvent , elh:UnloadingEvent , elh:HireStartEvent , elh:PackingEvent , elh:LoadingEvent , elh:InternalMovingEvent , elh:DepartingEvent , elh:ArrivingEvent .

elh:GLNLocation  a         elh:ELHClass , owl:Class ;
        rdfs:label         "GLN Location"^^xsd:string ;
        rdfs:subClassOf    dm:RegionInSpace , dm:PointInSpace ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1AdditionalPartyId
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1StreetAddress
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1GlobalLocationNumber
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1DateChanged
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:bBROrganization
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1PostalCode
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/activity#finishedAt>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      elh:gs1DateDeactivated
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1PartyName
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1PostOffice
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1Phone
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      elh:gs1DateDeactivated
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:gs1CompanyName
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/activity#finishedAt>
                           ] ;
        elh:defaultRdsId   "R-cf643c4f-d014-4552-b989-8ac59f03b3d3" ;
        elh:hasDefinition  "A GLN Location is a Possible Individual that represents locations registered in the GS1 GLN-Base" ;
        elh:hasIdPCA       "R-cf643c4f-d014-4552-b989-8ac59f03b3d3" .

elh:DocumentRepresentation
        a                  elh:ELHClass , owl:Class ;
        rdfs:label         "Document Representation"^^xsd:string ;
        rdfs:subClassOf    <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/core#description>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      elh:relativeResourceLocation
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:id
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      elh:resourceLocation
                           ] ;
        elh:defaultRdsId   "R-80b0b761-f2e8-4eb1-aa71-f2b76c423242" ;
        elh:hasDefinition  "A Document Representation is a Physical Object that defines a pattern that represents information in a document" ;
        elh:hasIdPCA       "R-80b0b761-f2e8-4eb1-aa71-f2b76c423242" .

elh:expireDate  a          owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        rdl:RDS331829 ;
        rdfs:label         "Cargo Carrying Unit ( CCU) Certificate Date"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-ab312baa-20d2-4d23-813e-73f570eaa588" ;
        elh:hasDefinition  "The date and time that specifies expiry of a Certificate for a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-ab312baa-20d2-4d23-813e-73f570eaa588" .

elh:ObserveCargoCarryingUnit
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "ObserveCargoCarryingUnit"^^xsd:string ;
        rdfs:subClassOf    <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ;
        elh:defaultRdsId   "R-4c359d39-2b2c-4420-bca7-d97c32db01b1" ;
        elh:hasDefinition  "An Observe Cargo Carrying Unit is a Make An Observation that involves a temporal part of a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-4c359d39-2b2c-4420-bca7-d97c32db01b1" .

elh:LaundryContainer  a    owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Laundry Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-cc1482ef-7219-40ac-8c37-b7365c6727f2" ;
        elh:hasDefinition  "A Laundry Container is a Freight Container that is used for holding and transporting clothing and household textiles" ;
        elh:hasIdPCA       "R-cc1482ef-7219-40ac-8c37-b7365c6727f2" ;
        owl:disjointWith   elh:SpecialContainer , elh:OpenTopContainer , elh:IBCCarrier , elh:ReeferContainer , elh:FoodContainer , elh:GasRack , elh:StandardContainer , elh:MiniContainer .

elh:gs1DateDeactivated
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "Gs1 Date Deactivated"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-5770d840-5b69-4c01-a70b-7171cc9c4b7e" ;
        elh:hasDefinition  "The date and time that the GLN location was deactivated in the GS1 Database" ;
        elh:hasIdPCA       "R-5770d840-5b69-4c01-a70b-7171cc9c4b7e" .

elh:SpecialBasket  a       owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Special Basket"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-33667f3f-ef0d-4518-9327-56e2cabbeeab" ;
        elh:hasDefinition  "A Special Basket is a Basket that is designed for the transport and storage of special goods" ;
        elh:hasIdPCA       "R-33667f3f-ef0d-4518-9327-56e2cabbeeab" ;
        owl:disjointWith   elh:HeavyLiftBasket , elh:SideDoorBasket , elh:ToolboxBasket , elh:HalfHighBasket , elh:StandardBasket .

elh:fulfilmentOf  a        owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:ActualActivity ;
        rdfs:label         "fulfilmentOf"^^xsd:string ;
        rdfs:range         elh:PlannedActivity ;
        elh:defaultRdsId   "R-20af7f83-7750-435a-a66b-8962768bf564" ;
        elh:hasDefinition  "The Planned Activity is being fulfilled by an Actual Activity" ;
        elh:hasIdPCA       "R-20af7f83-7750-435a-a66b-8962768bf564" .

elh:PlannedTemporalPartOfCargoCarryingUnit
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Planned Temporal Part of the Cargo Carrying Unit "^^xsd:string ;
        rdfs:subClassOf    <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
        elh:defaultRdsId   "R-8aa6401c-0fb9-439d-ba9b-ad0c5a4ea58b" ;
        elh:hasDefinition  "A Planned Temporal Part Of Cargo Carrying Unit is a Cargo Carrying Unit that represents the planned temporal part of the Cargo Carrying Unit whole life" ;
        elh:hasIdPCA       "R-8aa6401c-0fb9-439d-ba9b-ad0c5a4ea58b" .

elh:hasHires  a            owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "has Hires"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/activity#Activity> ;
        elh:defaultRdsId   "R-36cd48ff-a6bb-4f40-bb7b-e2ef279a5e9f" ;
        elh:hasDefinition  "The Activity is one of the hire activities of the Cargo Carrying Unit whole life" ;
        elh:hasIdPCA       "R-36cd48ff-a6bb-4f40-bb7b-e2ef279a5e9f" .

elh:enclosingActivity
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:HireActivity ;
        rdfs:label         "Enclosing Activity"^^xsd:string ;
        rdfs:range         elh:HireActivity ;
        elh:defaultRdsId   "R-870ec47b-d91e-4794-8157-86a37b27aa1b" ;
        elh:hasDefinition  "The Hire Activity is enclosed by another (immediate parent) Hire Activity " ;
        elh:hasIdPCA       "R-870ec47b-d91e-4794-8157-86a37b27aa1b" .

rdl:RDS898262151  a       elh:ELHClass ;
        owl:disjointWith  rdl:RDS445139 , rdl:RDS13621366 , elh:WasteHandlingUnit , rdl:RDS22164402886 .

rdl:RDS221644028128  a     elh:ELHClass ;
        elh:hasDefinition  "A 'transportable container' and an 'artefact' that is a standardized reusable steel box used for the safe, efficient and secure storage and movement of materials and products within a global containerized intermodal freight transport system without intermediate reloading." .

elh:gs1StreetAddress  a    owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Street Address"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-7a3d3f1e-025d-438b-b55d-e9cb36ee5e48" ;
        elh:hasDefinition  "The string that specifies the Street Address in the GS1 database" ;
        elh:hasIdPCA       "R-7a3d3f1e-025d-438b-b55d-e9cb36ee5e48" .

elh:utm33East  a           owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        <http://www.w3.org/2003/01/geo/wgs84_pos#Point> ;
        rdfs:label         "Universal Transverse Mercator Eastern"^^xsd:string ;
        rdfs:range         xsd:decimal ;
        elh:defaultRdsId   "R-4da2a5de-13fb-4a47-995d-6baa9bd34a6d" ;
        elh: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." ;
        elh:hasIdPCA       "R-4da2a5de-13fb-4a47-995d-6baa9bd34a6d" .

elh:IBCCarrier  a          owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type IBC Carrier"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-0db245a4-8c43-49a2-82c0-d70ab2f6d47d" ;
        elh: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" ;
        elh:hasIdPCA       "R-0db245a4-8c43-49a2-82c0-d70ab2f6d47d" ;
        owl:disjointWith   elh:FoodContainer , elh:GasRack , elh:OpenTopContainer , elh:MiniContainer , elh:StandardContainer , elh:LaundryContainer , elh:ReeferContainer , elh:SpecialContainer .

elh:hasURL  rdfs:range  xsd:anyURI .

elh:bBROrganization  a    owl:ObjectProperty ;
        rdfs:domain       elh:GLNLocation ;
        rdfs:label        "elh:Brønnøysund Business Register (BBR) Organization"^^xsd:string ;
        rdfs:range        <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        elh:defaultRdsId  "R-d12339fc-89a0-4b69-83db-701e5c292c14" ;
        elh:hasIdPCA      "R-d12339fc-89a0-4b69-83db-701e5c292c14" .

elh:PlannedJourney  a      owl:Class , elh:ELHClass ;
        rdfs:label         "PlannedJourney"^^xsd:string ;
        rdfs:subClassOf    elh:PlannedActivity ;
        elh:defaultRdsId   "R-43dc78c4-b576-49d0-8798-e7d07f616ce7" ;
        elh:hasDefinition  "A Planned Journey is a Planned Activity that involves movement of a Cargo Carrying Unit across zero or more legs" ;
        elh:hasIdPCA       "R-43dc78c4-b576-49d0-8798-e7d07f616ce7" ;
        owl:disjointWith   elh:PlannedJourneyLeg .

elh:belongsToOrg  a        owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "belongs to Organization"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ;
        elh:defaultRdsId   "R-7927827a-40fd-470d-9d45-4c841c375d23" ;
        elh:hasDefinition  "The Organization owns the Cargo Carrying Unit. Note that the Organization name is given as it appears in the Bronnoysund Registry" ;
        elh:hasIdPCA       "R-7927827a-40fd-470d-9d45-4c841c375d23" .

elh:ScheduleForActivity
        a                rdfs:Class ;
        rdfs:label       "Schedule For Activity"^^xsd:string ;
        rdfs:subClassOf  elh:PlanForActivity .

elh:hasGlobalIndividualAssetIdentifier
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Global Individual Asset Identifier "^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-2e71060e-71fe-4950-b916-5b1b3abb379e" ;
        elh:hasDefinition  "The string that specified the unique id  of a Cargo Carrying Unit based on the GS1 GIAI asset coding standard" ;
        elh:hasIdPCA       "R-2e71060e-71fe-4950-b916-5b1b3abb379e" .

rdl:RDS22164402886  a     elh:ELHClass ;
        owl:disjointWith  rdl:RDS898262151 , rdl:RDS445139 , rdl:RDS13621366 , elh:WasteHandlingUnit .

elh:hires  a               owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        rdfs:label         "Hires"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-0c658529-6e8c-439d-9072-d6bb5fb0ddfa" ;
        elh:hasDefinition  "The Physical Thing may hire the temporal part of a Physical Thing" ;
        elh:hasIdPCA       "R-0c658529-6e8c-439d-9072-d6bb5fb0ddfa" .

elh:relativeResourceLocation
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:DocumentRepresentation ;
        rdfs:label         "Relative Resource Location"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-336aa70c-553a-425d-a89f-fc09c6efc7b4" ;
        elh:hasDefinition  "The string that specifies the relative location of a resource, such as the location of a pdf document" ;
        elh:hasIdPCA       "R-336aa70c-553a-425d-a89f-fc09c6efc7b4" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasWidth
] .

elh:hasPayload  a          owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Payload "^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#Mass> ;
        elh:defaultRdsId   "R-4b7e7af7-04a4-4067-8043-8468f06209c4" ;
        elh:hasDefinition  "The Mass is the Payload of the temporal part of the Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-4b7e7af7-04a4-4067-8043-8468f06209c4" .

elh:transports  a          owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        rdfs:label         "transports"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-60fa61a0-2a4b-4e83-bea6-52df0f8a7bc6" ;
        elh:hasDefinition  "The Physical Thing transport may transport temporal part of  another Physical Thing. For example, a Temporal Part of an Organization transports a Temporal Part of a CCU" ;
        elh:hasIdPCA       "R-60fa61a0-2a4b-4e83-bea6-52df0f8a7bc6" .

elh:SpecialContainer  a    owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Special Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-9e4e05e9-f207-41d9-ba41-e39e2d4d35ab" ;
        elh:hasDefinition  "A Special Container is a Freight Container that is used to transport special goods" ;
        elh:hasIdPCA       "R-9e4e05e9-f207-41d9-ba41-e39e2d4d35ab" ;
        owl:disjointWith   elh:LaundryContainer , elh:FoodContainer , elh:StandardContainer , elh:IBCCarrier , elh:ReeferContainer , elh:OpenTopContainer , elh:MiniContainer , elh:GasRack .

elh:actualTimeOfArrival
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:ActualActivity ;
        rdfs:label         "actual Time of Arrival"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-7308dc02-3eee-400a-8c8e-7b6677b5e4d1" ;
        elh:hasDefinition  "The date and time that specifies the actual time of arrival of a Cargo Carrying Unit in a journey or leg activity" ;
        elh:hasIdPCA       "R-7308dc02-3eee-400a-8c8e-7b6677b5e4d1" .

<http://www.logisticshub.no/schema/1.0/organization>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

[ a                owl:Restriction ;
  owl:cardinality  "1"^^xsd:nonNegativeInteger ;
  owl:onProperty   elh:belongsToOrg
] .

elh:eventElhDate  a        owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Event Date"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-d3788b1b-d7a7-408c-9225-bfaa38dca7a3" ;
        elh:hasDefinition  "The date and time of an event that was created in EPIM LogisticsHub" ;
        elh:hasIdPCA       "R-d3788b1b-d7a7-408c-9225-bfaa38dca7a3" .

elh:LoadingEvent  a        elh:ELHClass , owl:Class ;
        rdfs:label         "Loading Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventElhDate
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                owl:Restriction ;
                             owl:cardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty   elh:eventOrgCreationDate
                           ] ;
        elh:defaultRdsId   "R-58056653-2c66-4daa-9c0d-75650221685b" ;
        elh: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" ;
        elh:hasIdPCA       "R-58056653-2c66-4daa-9c0d-75650221685b" ;
        owl:disjointWith   elh:DepartingEvent , elh:InspectingEvent , elh:HireEndEvent , elh:UnloadingEvent , elh:InternalMovingEvent , elh:PackingEvent , elh:ArrivingEvent , elh:HireStartEvent .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasTareWeight
] .

<http://www.reportinghub.no/ep/schema/core#centimetre>
        <http://www.reportinghub.no/ep/schema/core#unitSymbol>
                "cm"^^xsd:string .

elh:CargoCarryingUnitActivity
        a                  owl:Class , elh: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   elh:id
                           ] ;
        elh:defaultRdsId   "R-9a6ec2d4-bef3-4175-8f57-12bc8dc24bf2" ;
        elh:hasDefinition  "A Cargo Carrying Unit Activity is an Activity that involves a Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-9a6ec2d4-bef3-4175-8f57-12bc8dc24bf2" .

elh:HireStartEvent  a      elh:ELHClass , owl:Class ;
        rdfs:label         "Hire Start Event"^^xsd:string ;
        rdfs:subClassOf    elh:CargoCarryingUnitEvent ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:maxCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onProperty      <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt>
                           ] ;
        elh:defaultRdsId   "R-3c77e0eb-e0ae-4219-9fca-ea2c5e330732" ;
        elh:hasDefinition  "A Hire Start Event is a Cargo Carrying Unit Event that starts a Hire Activity" ;
        elh:hasIdPCA       "R-3c77e0eb-e0ae-4219-9fca-ea2c5e330732" ;
        owl:disjointWith   elh:ArrivingEvent , elh:DepartingEvent , elh:UnloadingEvent , elh:InternalMovingEvent , elh:HireEndEvent , elh:LoadingEvent , elh:PackingEvent , elh:InspectingEvent .

elh:eventDateTime  a       owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "event Date Time"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-093768ce-08f9-4606-8a98-116addfdfe6b" ;
        elh:hasDefinition  "The date and time of an event  for a Cargo Carrying Unit, based on EPCIS standard event time" ;
        elh:hasIdPCA       "R-093768ce-08f9-4606-8a98-116addfdfe6b" .

elh:FreightContainer  a    elh:ELHClass ;
        elh:hasDefinition  "A ‘transportable container’ that is re-usable and designed to facilitate the carriage of goods" .

elh:eventTimeZone  a       owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "hasTimeZone"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-5db1ea1b-61fc-42eb-ba5e-c0a2f1db2b8c" ;
        elh:hasDefinition  "The string that specifies the time zone of an event based on eventTimeZoneOffset of the EPCIS standard" ;
        elh:hasIdPCA       "R-5db1ea1b-61fc-42eb-ba5e-c0a2f1db2b8c" .

elh:uses  a                owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:Organization ;
        rdfs:label         "Uses"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
        elh:defaultRdsId   "R-54fb87ec-7297-4c7c-9c81-3d161513f1c0" ;
        elh: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" ;
        elh:hasIdPCA       "R-54fb87ec-7297-4c7c-9c81-3d161513f1c0" .

[ a                   owl:Restriction ;
  owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
  owl:onProperty      elh:hasR002Compliance
] .

elh:PlannedActivity  a  elh:ELHClass .

elh:OpenTopContainer  a    owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Open Top Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-16b3d2fc-66d0-41f2-919f-de67da83cb29" ;
        elh: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" ;
        elh:hasIdPCA       "R-16b3d2fc-66d0-41f2-919f-de67da83cb29" ;
        owl:disjointWith   elh:StandardContainer , elh:LaundryContainer , elh:ReeferContainer , elh:MiniContainer , elh:SpecialContainer , elh:IBCCarrier , elh:GasRack , elh:FoodContainer .

elh:gs1PostalCode  a       owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        elh:GLNLocation ;
        rdfs:label         "GS1 Postal code"^^xsd:string ;
        rdfs:range         xsd:string ;
        elh:defaultRdsId   "R-39a8e89e-1564-4da9-bca3-9a4a99aaf5fb" ;
        elh:hasDefinition  "The string that specifies the Postal Code in the GS1 database" ;
        elh:hasIdPCA       "R-39a8e89e-1564-4da9-bca3-9a4a99aaf5fb" .

elh:ActualActivity  a  elh:ELHClass .

elh:SideDoorBasket  a      elh:ELHClass , owl:Class ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Side Door Basket"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS13621366 ;
        elh:defaultRdsId   "R-6231b744-0e59-4829-855f-6e4abaac8f55" ;
        elh:hasDefinition  "A Side Door Basket is a Basket that can be opened on its side" ;
        elh:hasIdPCA       "R-6231b744-0e59-4829-855f-6e4abaac8f55" ;
        owl:disjointWith   elh:SpecialBasket , elh:HalfHighBasket , elh:HeavyLiftBasket , elh:ToolboxBasket , elh:StandardBasket .

elh:CuttingsContainer
        a                  owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Cuttings Container"^^xsd:string ;
        rdfs:subClassOf    elh:WasteHandlingUnit ;
        elh:defaultRdsId   "R-db675a65-ac42-4629-8f87-e08fc116adb7" ;
        elh:hasDefinition  "A Cutting Container is a Waste Handling Unit that is used for transportation and safe handling of hydrocarbon contaminated drill cuttings to and from offshore platform" ;
        elh:hasIdPCA       "R-db675a65-ac42-4629-8f87-e08fc116adb7" ;
        owl:disjointWith   rdl:RDS2184647721 , elh:WasteBinCarrier , rdl:RDS221644028121 , rdl:RDS2216440298 .

<http://www.logisticshub.no/schema/1.0/SCHEMA_elh-geography>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:isBeginningOf  a       owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnitEvent ;
        rdfs:label         "Is Beginning Of"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-1a1e25ea-335b-49c5-81b0-3ef1769326c9" ;
        elh:hasDefinition  "The Cargo Carrying Unit or Activity has a beginning caused by a Cargo Carrying Unit Event" ;
        elh:hasIdPCA       "R-1a1e25ea-335b-49c5-81b0-3ef1769326c9" .

elh:estimatedTimeOfDeparture
        a                  owl:DatatypeProperty , elh:ELHDatatypeProperty ;
        rdfs:domain        owl:Class ;
        rdfs:label         "estimated Time Of Departure"^^xsd:string ;
        rdfs:range         xsd:dateTime ;
        elh:defaultRdsId   "R-33316a4f-e0fb-42a0-bb1e-178361a147fa" ;
        elh:hasDefinition  "The date and time that specifies the estimated time of departure of a Cargo Carrying Unit in a journey or leg" ;
        elh:hasIdPCA       "R-33316a4f-e0fb-42a0-bb1e-178361a147fa" .

elh:hasPart  a             owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        rdfs:label         "has Part"^^xsd:string ;
        rdfs:range         <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
        elh:defaultRdsId   "R-5d23c47e-af16-495e-ac40-c71ac8bc5bf4" ;
        elh:hasDefinition  "The Physical Thing is  part of some other Physical Thing" ;
        elh:hasIdPCA       "R-5d23c47e-af16-495e-ac40-c71ac8bc5bf4" .

elh:FoodContainer  a       owl:Class , elh:ELHClass ;
        rdfs:label         "Cargo Carrying Unit ( CCU) type Food Container"^^xsd:string ;
        rdfs:subClassOf    rdl:RDS22164402880 ;
        elh:defaultRdsId   "R-2f049333-e86b-4b5e-8320-0d3d5bad5615" ;
        elh:hasDefinition  "A Food Container is a Freight Container that is used to transport food" ;
        elh:hasIdPCA       "R-2f049333-e86b-4b5e-8320-0d3d5bad5615" ;
        owl:disjointWith   elh:SpecialContainer , elh:GasRack , elh:MiniContainer , elh:ReeferContainer , elh:OpenTopContainer , elh:LaundryContainer , elh:StandardContainer , elh:IBCCarrier .

<http://www.logisticshub.no/schema/1.0/elh-integration>
        owl:versionInfo  "Created with TopBraid Composer"^^xsd:string .

elh:finallyLocatedAt  a    owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:PlannedActivity ;
        rdfs:label         "Finally Located At"^^xsd:string ;
        rdfs:range         elh:Location ;
        elh:defaultRdsId   "R-aec9ca30-7a88-4083-9d9a-6edcef220840" ;
        elh:hasDefinition  "The Location is the (offshore or onshore) destination location  of a Planned Activity" ;
        elh:hasIdPCA       "R-aec9ca30-7a88-4083-9d9a-6edcef220840" .

elh:hasSuccessor  a        owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        owl:Thing ;
        rdfs:label         "has Successor"^^xsd:string ;
        rdfs:range         elh:PlannedActivity ;
        elh:defaultRdsId   "R-7bc86fde-6789-4034-94f8-e80ee64b507a" ;
        elh:hasDefinition  "The planned activity (first leg of a Journey) has a Successor (second leg of the journey).  Note that this is currently not in use, since legs do not have explicit ordering." ;
        elh:hasIdPCA       "R-7bc86fde-6789-4034-94f8-e80ee64b507a" .

elh:hasImoCertificate
        a                  owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:CargoCarryingUnit ;
        rdfs:label         "Cargo Carrying Unit Imo Certificate "^^xsd:string ;
        rdfs:range         elh:ImoCertificate ;
        elh:defaultRdsId   "R-f846c38e-18f8-4dae-a19f-a280889a0ab9" ;
        elh:hasDefinition  "The IMO Certificate is certificate for a Temporal Part Of Cargo Carrying Unit" ;
        elh:hasIdPCA       "R-f846c38e-18f8-4dae-a19f-a280889a0ab9" .

elh:hasDocument  a         owl:ObjectProperty , elh:ELHObjectProperty ;
        rdfs:domain        elh:PlannedActivity , elh:CargoCarryingUnit , elh:HireActivity ;
        rdfs:label         "has Document"^^xsd:string , " Cargo carrying Unit Documents"^^xsd:string ;
        rdfs:range         elh:DocumentRepresentation ;
        elh:defaultRdsId   "R-45fdcbb1-0cde-48fe-b5f5-f7c90602bb40" , "R-f4792d89-f51a-4d4a-9751-6781e22339dc" , "R-6a9f477a-3b71-4c47-9a9e-37cef4326821" ;
        elh:hasDefinition  "The Document Representation is documentation of a Thing" ;
        elh:hasIdPCA       "R-f4792d89-f51a-4d4a-9751-6781e22339dc" , "R-6a9f477a-3b71-4c47-9a9e-37cef4326821" , "R-45fdcbb1-0cde-48fe-b5f5-f7c90602bb40" .