sti.ttl 55 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
@prefix p2:    <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@prefix stirdl: <http://sti.data.posccaesar.org/rdl/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix afn:   <http://jena.hpl.hp.com/ARQ/function#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix list:  <http://www.co-ode.org/ontologies/list.owl#> .
@prefix lci:   <http://standards.iso.org/iso/15926/tech/ontology/> .
@prefix ptrn:  <http://data.posccaesar.org/ptrn/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oldrdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> .
@prefix rdl:   <http://data.posccaesar.org/rdl/> .
@prefix pn:    <http://www.w3.org/2005/xpath-functions#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

stirdl:R-0834f2fb-cd09-44b4-8107-b42d80e4a9c8
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-7903003c-226f-4965-84a0-f3c6100fd40c
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-0c7e8eaf-c041-424e-8b04-a70636f84e93
        rdfs:label                    "-2.48 - 2.48 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-0c7e8eaf-c041-424e-8b04-a70636f84e93"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-74e5b200-ec40-426e-be0c-9bce8490ee2f ;
        stirdl:hasUpperLimitPressure  stirdl:R-3887e137-d83c-4353-8ce2-7dfb06843a7c .

stirdl:R-9f02602f-8296-4370-8ef2-869d8bf7a32f
        rdfs:label         "0.01"^^xsd:string ;
        rdl:defaultRdsId   "R-9f02602f-8296-4370-8ef2-869d8bf7a32f"^^xsd:string ;
        stirdl:RDS1314539  "0.01"^^xsd:float .

stirdl:R-f54c11ae-0ae2-4214-82e4-b6c6e2e0d781
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS708344 , stirdl:RDS686114 ;
        rdl:defaultRdsId        "R-f54c11ae-0ae2-4214-82e4-b6c6e2e0d781"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-9f3fabbd-80c1-48ea-9e17-2dbf9da9f543 ;
        stirdl:hasFillingFluid  stirdl:R-6e73b566-aaf8-4a59-8459-7c1bbb0f1f9c ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-c267d202-b120-411a-8bbf-2d1b7229f124 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-ff9fc658-760d-4eb0-9edf-2ac41b08a6f9 .

stirdl:R-500a98f6-bb2a-49f2-8555-1f3269891fe5
        rdfs:label         "0.01"^^xsd:string ;
        rdl:defaultRdsId   "R-500a98f6-bb2a-49f2-8555-1f3269891fe5"^^xsd:string ;
        stirdl:RDS1314539  "0.01"^^xsd:float .

stirdl:hasOperationAndMaintenanceInstructionsReference
        rdfs:label          "Operation and maintenance instructions"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465585571 .

stirdl:R-7270af6e-5a0c-473f-a1e1-95555b4bfa5a
        rdfs:label        "4.96 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-7270af6e-5a0c-473f-a1e1-95555b4bfa5a"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-a8b87db1-a256-4080-9ba3-6250306dc7a6 .

stirdl:R-6da5918f-b86b-4c3d-b70b-e027e3c2129d
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-85bd7be3-5cdf-47f1-ac6f-40a1756b2bfe
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-03e321a1-7503-4539-8ef7-655d7a8d1937
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459035611 , stirdl:RDS733724 ;
        rdl:defaultRdsId  "R-03e321a1-7503-4539-8ef7-655d7a8d1937"^^xsd:string .

stirdl:R-b8dd1e24-a654-43dd-99d1-2b8f35c3275f
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:hasUpperLimitPressure
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-9fec4e86-a1aa-415e-9df8-cc1c35408d96
        rdfs:label         "4.96"^^xsd:string ;
        rdl:defaultRdsId   "R-9fec4e86-a1aa-415e-9df8-cc1c35408d96"^^xsd:string ;
        stirdl:RDS1314539  "4.96"^^xsd:float .

stirdl:hasPowerConsumptionRangeInstance
        rdfs:subPropertyOf  stirdl:hasPowerConsumptionRange .

stirdl:R-50136595-4ffe-40b5-9766-e09343d09bbd
        rdfs:label                      "+/- 0.04 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-50136595-4ffe-40b5-9766-e09343d09bbd"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-29aeabe6-3526-46ee-9044-ef8549c86f64 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-fae1f3cc-2b60-4165-b005-6ce6c260172e .

stirdl:R-4c235b87-13b2-4eba-a2b3-a9f911830e5f
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-4c235b87-13b2-4eba-a2b3-a9f911830e5f"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-6e3970aa-1fd0-43e2-a7d1-b8f7d91439c8
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-6e3970aa-1fd0-43e2-a7d1-b8f7d91439c8"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-66650216-a911-4eca-a70d-45a1d8054954
        rdfs:label        "-40 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-66650216-a911-4eca-a70d-45a1d8054954"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-1320a74e-02ca-41aa-949e-8aab7588bbf8 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-15fb6c91-8cd9-4fa2-bbe2-28491c588f97 .

stirdl:R-ad1ee23c-d52e-4ffe-adc8-7fc19197b438
        rdfs:label                 "10 - 10 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-ad1ee23c-d52e-4ffe-adc8-7fc19197b438"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-aca079cf-1c33-41c7-b32a-3748a3e8ef49 ;
        stirdl:hasUpperLimitPower  stirdl:R-88e31854-525d-48db-b6f6-b200c5de7744 .

stirdl:R-ff9fc658-760d-4eb0-9edf-2ac41b08a6f9
        rdfs:label        "4.96 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-ff9fc658-760d-4eb0-9edf-2ac41b08a6f9"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-9fec4e86-a1aa-415e-9df8-cc1c35408d96 .

stirdl:R-b13a0dd2-3cb5-4dc3-9680-4db77287c11e
        rdfs:label              "4.3 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-b13a0dd2-3cb5-4dc3-9680-4db77287c11e"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-8db1cbc9-4dc2-4f9e-97ce-381025912d3a .

stirdl:R-8b7d66af-9728-42e5-b3db-c2fe1bf07701
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-bbe34d25-a46b-4594-b531-536d6e880e36
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS419849 , stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-bbe34d25-a46b-4594-b531-536d6e880e36"^^xsd:string ;
        lci:featurePartOf  stirdl:R-c7c7cee1-c46d-4cd5-a6ab-55bacfaba5b7 .

stirdl:R-f57c14ac-466d-47ce-bb7d-48fffec2116d
        rdfs:label                   "10.5 - 42.4 VOLT"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-f57c14ac-466d-47ce-bb7d-48fffec2116d"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-5251203d-04da-4456-81d4-1fa47ed7d225 ;
        stirdl:hasUpperLimitVoltage  stirdl:R-b5e5cdf4-271b-4075-a01b-924147030d2b .

stirdl:hasUpperLimitTemperature
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-7be36dc2-4f35-4e29-a665-9df4a8645df7
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-7be36dc2-4f35-4e29-a665-9df4a8645df7"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-0a822759-906f-437f-b5c1-8dfb91edb1aa .

stirdl:R-1d375735-9b76-4bed-bdbd-a8b2cab304dd
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS501803511 , stirdl:RDS1007459 , stirdl:RDS1400191931 , stirdl:RDS38822373235 , stirdl:RDS1084049 , stirdl:RDS1051694 , stirdl:RDS1015109 , stirdl:RDS1400865471 ;
        rdl:defaultRdsId                "R-1d375735-9b76-4bed-bdbd-a8b2cab304dd"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-63c033fb-6937-45a6-84be-e4d05fa79226 , stirdl:R-81a95c12-ce9b-4894-9222-11c89053292a , stirdl:R-f54c11ae-0ae2-4214-82e4-b6c6e2e0d781 , stirdl:R-bbe34d25-a46b-4594-b531-536d6e880e36 , stirdl:R-7be36dc2-4f35-4e29-a665-9df4a8645df7 ;
        lci:identifiedBy                stirdl:R-c68eafa8-b84b-43fc-83f8-70408b6f7857 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-d46ad252-f3b9-4999-a8f1-e7ec1550d81d ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasHighPressureSideConnection
                stirdl:R-fdf92aef-00ef-47d9-a69d-ffcf13676c8d ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-c86267fa-cc23-424d-986f-d1171398cffd ;
        stirdl:hasLowPressureSideConnection
                stirdl:R-03e321a1-7503-4539-8ef7-655d7a8d1937 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-e1a4825d-cf72-4a93-bf3d-f24c82723c6e ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-3abe6ec5-b793-4fc1-947d-b9a75c7a3a59 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-55cf9b5f-ba47-4172-ac5b-6c54dcac64b9 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-f4692c24-1883-4ae4-b990-3546282ecb04 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-6eb3ad2b-c6a9-4413-a1d4-ef1f1e118edb ;
        stirdl:hasWeightRangeInstance   stirdl:R-905ac717-aecc-43f5-ba6b-b610b294f1a0 .

stirdl:hasLowerLimitPressure
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-9f3fabbd-80c1-48ea-9e17-2dbf9da9f543
        rdfs:label                    "-2.48 - 2.48 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-9f3fabbd-80c1-48ea-9e17-2dbf9da9f543"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-58a61d35-0f83-4a44-9235-c933101ee6d1 ;
        stirdl:hasUpperLimitPressure  stirdl:R-d5af4f35-1dbd-4e8f-8380-20073d2c90e2 .

stirdl:R-f4692c24-1883-4ae4-b990-3546282ecb04
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-f4692c24-1883-4ae4-b990-3546282ecb04"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-bcc4bb58-2bb8-4a92-a86d-daa5a2e19bc7
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-bcc4bb58-2bb8-4a92-a86d-daa5a2e19bc7"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-74b4bef2-5d73-450c-85e5-d5794aae59df
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-74b4bef2-5d73-450c-85e5-d5794aae59df"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-ac42418d-8673-4c6d-8e5b-99f6cab4b741 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-16221012-57d0-4db5-9edb-74a3df7ea46b .

stirdl:R-5e0e4d67-03e9-4a11-802c-77cc59950f07
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

stirdl:hasAmbientOperatingTemperatureRangeInstance
        rdfs:subPropertyOf  stirdl:hasAmbientOperatingTemperatureRange .

stirdl:R-0490c7c5-b8e8-4266-a4d3-3af86306eaf9
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-0490c7c5-b8e8-4266-a4d3-3af86306eaf9"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-16221012-57d0-4db5-9edb-74a3df7ea46b
        rdfs:label                      "+/- 0.055 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-16221012-57d0-4db5-9edb-74a3df7ea46b"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-85bd7be3-5cdf-47f1-ac6f-40a1756b2bfe ;
        stirdl:hasUpperLimitPercentage  stirdl:R-38625b2d-982f-476a-8658-fdd227941cc0 .

stirdl:R-30581996-73a2-4d51-8ea7-b52eb65d9945
        rdfs:label                    "-137.9 - 137.9 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-30581996-73a2-4d51-8ea7-b52eb65d9945"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-69ac27e6-38a7-416d-bc1c-8404374b61b6 ;
        stirdl:hasUpperLimitPressure  stirdl:R-defa8474-5b4d-499a-8486-8b58d0b28b19 .

stirdl:hasInstallationAndRemovalProcedureReference
        rdfs:label          "Installation and removal procedures"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465580191 .

stirdl:R-ec3eb223-a5f4-436e-955a-89df08882f43
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

stirdl:R-701571fb-d625-4c9e-b269-2f1ab9cec5b4
        rdfs:label                    "-2.48 - 2.48 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-701571fb-d625-4c9e-b269-2f1ab9cec5b4"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-fddb259d-8ceb-4636-8c04-cf19e378fe52 ;
        stirdl:hasUpperLimitPressure  stirdl:R-d678d526-fa82-432e-95dc-2726d188db32 .

stirdl:R-15fb6c91-8cd9-4fa2-bbe2-28491c588f97
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-5a431c2c-39a7-47fc-83b3-fdb1d7bca872
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS419849 , stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-5a431c2c-39a7-47fc-83b3-fdb1d7bca872"^^xsd:string ;
        lci:featurePartOf  stirdl:R-50ecb1fd-4d14-41d2-8f1a-0cbfcce644f4 .

stirdl:R-6c215bd3-5687-4302-a986-7d78497f7260
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:R-0a822759-906f-437f-b5c1-8dfb91edb1aa
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-0a822759-906f-437f-b5c1-8dfb91edb1aa"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-ac42418d-8673-4c6d-8e5b-99f6cab4b741
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-ac42418d-8673-4c6d-8e5b-99f6cab4b741"^^xsd:string .

stirdl:hasUpperLimitVoltage
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-55cf9b5f-ba47-4172-ac5b-6c54dcac64b9
        rdfs:label                 "96 - 480 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-55cf9b5f-ba47-4172-ac5b-6c54dcac64b9"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-b8dd1e24-a654-43dd-99d1-2b8f35c3275f ;
        stirdl:hasUpperLimitPower  stirdl:R-88399889-94ba-449b-9f56-f2fa3aecb7e0 .

stirdl:R-fdf92aef-00ef-47d9-a69d-ffcf13676c8d
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459035611 , stirdl:RDS733724 ;
        rdl:defaultRdsId  "R-fdf92aef-00ef-47d9-a69d-ffcf13676c8d"^^xsd:string .

stirdl:R-6590053b-6f30-49f6-babc-6c7403169ef0
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-6590053b-6f30-49f6-babc-6c7403169ef0"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-e944ad36-0c4a-45ae-bb51-c919f2e29730 .

stirdl:R-8aa9cc58-7b1d-4c3f-84bf-67f747ab2a3f
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-8aa9cc58-7b1d-4c3f-84bf-67f747ab2a3f"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:hasLowerLimitTemperature
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-29aeabe6-3526-46ee-9044-ef8549c86f64
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-c7c7cee1-c46d-4cd5-a6ab-55bacfaba5b7
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-c7c7cee1-c46d-4cd5-a6ab-55bacfaba5b7"^^xsd:string .

stirdl:R-9264bd7f-edcd-45ce-bded-af1f24cb4f1d
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-dacf73e1-a834-464f-ab11-cae89250d662
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-dacf73e1-a834-464f-ab11-cae89250d662"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:hasLowerLimitPower
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-1320a74e-02ca-41aa-949e-8aab7588bbf8
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-3ecd6175-8257-40cd-ac21-e8a35ec227f1
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-3ecd6175-8257-40cd-ac21-e8a35ec227f1"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-6f0e1220-573e-4723-981a-af92be009d8c
        rdfs:label        "Manifolds"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185361 ;
        rdl:defaultRdsId  "R-6f0e1220-573e-4723-981a-af92be009d8c"^^xsd:string .

stirdl:R-853f1e4e-62bd-4541-83d8-ca205fe0fbf6
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS419849 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-853f1e4e-62bd-4541-83d8-ca205fe0fbf6"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-30581996-73a2-4d51-8ea7-b52eb65d9945 ;
        stirdl:hasFillingFluid  stirdl:R-8c72e848-c97f-4e4c-8495-53e3361d1b7d ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-a870f899-c210-44a3-9a13-db8b07ed7095 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-749f731c-5594-4bdf-93c0-d9a5ab5ec5fa .

stirdl:R-c8fb51d5-7200-481c-ba06-2a454ece084b
        rdfs:label        "D.C. 210 SILICONE OIL"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696939 ;
        rdl:defaultRdsId  "R-c8fb51d5-7200-481c-ba06-2a454ece084b"^^xsd:string .

stirdl:R-fae1f3cc-2b60-4165-b005-6ce6c260172e
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-af3af384-5465-451d-a7ac-fa1e32065928
        a                  lci:TextString ;
        rdfs:label         "00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-af3af384-5465-451d-a7ac-fa1e32065928"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-db85329a-085b-4be4-aa43-fdc71cb99fb6
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

stirdl:R-15678fb6-36a5-444b-a6a7-7b8a0fce8c0a
        rdfs:label                   "10.5 - 42.4 VOLT"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-15678fb6-36a5-444b-a6a7-7b8a0fce8c0a"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-6da5918f-b86b-4c3d-b70b-e027e3c2129d ;
        stirdl:hasUpperLimitVoltage  stirdl:R-ab0464a7-7c15-4f27-9895-479b89946268 .

stirdl:R-39b14182-df38-476c-b552-f8af4ac17478
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-fddb259d-8ceb-4636-8c04-cf19e378fe52
        rdfs:label         "-2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-fddb259d-8ceb-4636-8c04-cf19e378fe52"^^xsd:string ;
        stirdl:RDS1348919  "-2.48"^^xsd:float .

stirdl:R-065b4659-8e63-4ac3-ae99-4d59c9b436da
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS686114 , stirdl:RDS708344 ;
        rdl:defaultRdsId        "R-065b4659-8e63-4ac3-ae99-4d59c9b436da"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-701571fb-d625-4c9e-b269-2f1ab9cec5b4 ;
        stirdl:hasFillingFluid  stirdl:R-f6fa8a74-1822-4f31-a47f-27cc2d757e77 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-61e3a383-d3cf-44d0-b411-cac8f4d15325 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-7270af6e-5a0c-473f-a1e1-95555b4bfa5a .

stirdl:R-3887e137-d83c-4353-8ce2-7dfb06843a7c
        rdfs:label         "2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-3887e137-d83c-4353-8ce2-7dfb06843a7c"^^xsd:string ;
        stirdl:RDS1348919  "2.48"^^xsd:float .

stirdl:R-81a95c12-ce9b-4894-9222-11c89053292a
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-81a95c12-ce9b-4894-9222-11c89053292a"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-44258fb8-5db9-407d-a2e4-b98593984c7a ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-50136595-4ffe-40b5-9766-e09343d09bbd ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-f57c14ac-466d-47ce-bb7d-48fffec2116d ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-a24d5244-027f-4987-a970-6aed3fd05870 .

stirdl:R-6e73b566-aaf8-4a59-8459-7c1bbb0f1f9c
        rdfs:label        "D.C. 210 SILICONE OIL"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696939 ;
        rdl:defaultRdsId  "R-6e73b566-aaf8-4a59-8459-7c1bbb0f1f9c"^^xsd:string .

stirdl:R-8db1cbc9-4dc2-4f9e-97ce-381025912d3a
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

stirdl:R-d7a2201e-4501-4873-a3f3-22664a43f95c
        rdfs:label        "Diaphragm Seals"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1469942981 ;
        rdl:defaultRdsId  "R-d7a2201e-4501-4873-a3f3-22664a43f95c"^^xsd:string .

stirdl:R-cd238246-9fca-411c-adc9-452a9cfdf3b6
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

stirdl:R-470710a3-9616-45f0-a3af-fc18897d6603
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 , stirdl:RDS12837115 ;
        rdl:defaultRdsId   "R-470710a3-9616-45f0-a3af-fc18897d6603"^^xsd:string ;
        lci:featurePartOf  stirdl:R-56207616-5ac2-4683-a61e-50d0b4987a70 .

stirdl:hasUpperLimitPower
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-a24d5244-027f-4987-a970-6aed3fd05870
        rdfs:label         "1387 Ohm"^^xsd:string ;
        rdl:defaultRdsId   "R-a24d5244-027f-4987-a970-6aed3fd05870"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-590be157-23ba-49f8-a443-affcbe9f8f24
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS733724 , stirdl:RDS1442382761 ;
        rdl:defaultRdsId  "R-590be157-23ba-49f8-a443-affcbe9f8f24"^^xsd:string .

stirdl:R-3cc3c6db-7854-4fa6-b420-1b38f6ee70e1
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS419849 , stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-3cc3c6db-7854-4fa6-b420-1b38f6ee70e1"^^xsd:string ;
        lci:featurePartOf  stirdl:R-fa8f30d9-b00b-4553-866b-0ce7307cdeb7 .

stirdl:R-b5e5cdf4-271b-4075-a01b-924147030d2b
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-86da1af3-8115-4384-ba22-20cb5eae2a6e
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-86da1af3-8115-4384-ba22-20cb5eae2a6e"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-58a61d35-0f83-4a44-9235-c933101ee6d1
        rdfs:label         "-2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-58a61d35-0f83-4a44-9235-c933101ee6d1"^^xsd:string ;
        stirdl:RDS1348919  "-2.48"^^xsd:float .

stirdl:R-6808c956-ff9d-49d0-b7af-e25ebe77d022
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-6808c956-ff9d-49d0-b7af-e25ebe77d022"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-3a9d60e4-946b-4eed-9031-40f334a382e4
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS733724 , stirdl:RDS1442382761 ;
        rdl:defaultRdsId  "R-3a9d60e4-946b-4eed-9031-40f334a382e4"^^xsd:string .

stirdl:R-a6839105-7c63-4625-826f-fa7577fe3e98
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-a6839105-7c63-4625-826f-fa7577fe3e98"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-f3c36d5f-8f6f-495a-9e9a-3789bd747910 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-326c35be-59f2-4b13-85ad-1eb3f5b7e68c ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-4172e6fa-61e2-4384-974a-3c77482e17a8 ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-64c702ab-6952-45b4-91a4-7ca3a64588de .

stirdl:R-749f731c-5594-4bdf-93c0-d9a5ab5ec5fa
        rdfs:label        "137.9 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-749f731c-5594-4bdf-93c0-d9a5ab5ec5fa"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-b9020316-6e97-45d7-a7c1-7f82bf43655e .

stirdl:R-fa8f30d9-b00b-4553-866b-0ce7307cdeb7
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-fa8f30d9-b00b-4553-866b-0ce7307cdeb7"^^xsd:string .

stirdl:R-80c51c54-eb18-42f2-9376-564c204df473
        rdfs:label         "1387 Ohm"^^xsd:string ;
        rdl:defaultRdsId   "R-80c51c54-eb18-42f2-9376-564c204df473"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-935c1b63-7df7-4c2b-a85f-cf2346acb1bc
        rdfs:label              "3.3 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-935c1b63-7df7-4c2b-a85f-cf2346acb1bc"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-6e73e035-5b73-4dd8-8265-e94561c56007 .

stirdl:R-4a86f13a-5163-4fc7-ac80-d680b6148475
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-4a86f13a-5163-4fc7-ac80-d680b6148475"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-633b8a00-f706-426d-b4ab-1a1e204c0751
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS38822373235 , stirdl:RDS1400191931 , stirdl:RDS1051694 , stirdl:RDS501803511 , stirdl:RDS1084049 , stirdl:RDS1007459 , stirdl:RDS1400865471 , stirdl:RDS1015109 ;
        rdl:defaultRdsId                "R-633b8a00-f706-426d-b4ab-1a1e204c0751"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-f3525679-be94-4418-9dc2-e2ec3ed13c40 , stirdl:R-ecac68aa-49c2-4bef-ad2b-0de3a511902d , stirdl:R-b76d83a8-e507-4689-880e-b3aaa0fc6830 , stirdl:R-a6839105-7c63-4625-826f-fa7577fe3e98 , stirdl:R-5a431c2c-39a7-47fc-83b3-fdb1d7bca872 ;
        lci:identifiedBy                stirdl:R-f61a745f-eaf5-408f-a8b3-fc418e5c0bae ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-6910f1ab-9eab-48d3-9992-620c03a4557b ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-99845b8a-8769-4a49-8f5d-5df7cfaa63b7 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-121c80df-103b-4be2-bcdc-f8eca92deee3 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-8aa9cc58-7b1d-4c3f-84bf-67f747ab2a3f ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-b5ae17e8-444e-4294-b8a3-6fab17932a28 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-3ecd6175-8257-40cd-ac21-e8a35ec227f1 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-bcc4bb58-2bb8-4a92-a86d-daa5a2e19bc7 ;
        stirdl:hasWeightRangeInstance   stirdl:R-d87460a7-8d48-4a74-8003-0c9fe18f06e4 .

stirdl:R-63c033fb-6937-45a6-84be-e4d05fa79226
        rdfs:label        "Manifolds"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185361 ;
        rdl:defaultRdsId  "R-63c033fb-6937-45a6-84be-e4d05fa79226"^^xsd:string .

stirdl:R-24c3091b-ef92-44a5-92be-6358d5603e89
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-24c3091b-ef92-44a5-92be-6358d5603e89"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-88399889-94ba-449b-9f56-f2fa3aecb7e0
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

stirdl:hasSectionalDrawingReference
        rdfs:label          "Sectional drawing"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS2102026741 .

stirdl:R-f3c36d5f-8f6f-495a-9e9a-3789bd747910
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-f3c36d5f-8f6f-495a-9e9a-3789bd747910"^^xsd:string .

stirdl:hasNormalPressureInstance
        rdfs:subPropertyOf  stirdl:RDS6949380 .

stirdl:R-e29868c8-98cb-4ad1-9a24-9ad914c5f232
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-e29868c8-98cb-4ad1-9a24-9ad914c5f232"^^xsd:string .

stirdl:R-4172e6fa-61e2-4384-974a-3c77482e17a8
        rdfs:label                   "10.5 - 42.4 VOLT"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-4172e6fa-61e2-4384-974a-3c77482e17a8"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-53c4a45e-6e0d-4ece-afcc-ebd8849da7ed ;
        stirdl:hasUpperLimitVoltage  stirdl:R-3d93cb24-4d4b-4662-b4d7-d0f7e0b8c109 .

stirdl:R-50ecb1fd-4d14-41d2-8f1a-0cbfcce644f4
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-50ecb1fd-4d14-41d2-8f1a-0cbfcce644f4"^^xsd:string .

stirdl:R-3a3643f7-528b-4a3a-9590-f34ca86076a4
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:  rdfs:label       ""^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459035611 , stirdl: ;
        rdl:defaultRdsId  ""^^xsd:string ;
        stirdl:hasHighPressureSideConnection
                stirdl: .

stirdl:R-b76d83a8-e507-4689-880e-b3aaa0fc6830
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-b76d83a8-e507-4689-880e-b3aaa0fc6830"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-86da1af3-8115-4384-ba22-20cb5eae2a6e .

stirdl:R-ab0464a7-7c15-4f27-9895-479b89946268
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-6eb3ad2b-c6a9-4413-a1d4-ef1f1e118edb
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-6eb3ad2b-c6a9-4413-a1d4-ef1f1e118edb"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-1225ff4f-6455-4b11-99dc-e3dbf3f3809c
        rdfs:label        "4.96 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-1225ff4f-6455-4b11-99dc-e3dbf3f3809c"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-0c88a23e-ab8d-42a3-9f10-76b764145300 .

stirdl:R-69874f0b-ebbd-49bc-a483-ac58458eeb57
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-c86267fa-cc23-424d-986f-d1171398cffd
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-c86267fa-cc23-424d-986f-d1171398cffd"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-8c72e848-c97f-4e4c-8495-53e3361d1b7d
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-8c72e848-c97f-4e4c-8495-53e3361d1b7d"^^xsd:string .

stirdl:hasNormalWeight
        rdfs:subPropertyOf  stirdl:RDS7601554 .

stirdl:R-d5af4f35-1dbd-4e8f-8380-20073d2c90e2
        rdfs:label         "2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-d5af4f35-1dbd-4e8f-8380-20073d2c90e2"^^xsd:string ;
        stirdl:RDS1348919  "2.48"^^xsd:float .

stirdl:R-38625b2d-982f-476a-8658-fdd227941cc0
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-aae597de-8b60-4a4e-b024-edbfd2593488
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:R-f61a745f-eaf5-408f-a8b3-fc418e5c0bae
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:hasSourServiceSpecification
        rdfs:label          "Sour Service Specification"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1416766731 .

stirdl:hasMeasurementAndArrangementDrawingReference
        rdfs:label          "Measurement and arrangements drawing"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465582611 .

stirdl:R-326c35be-59f2-4b13-85ad-1eb3f5b7e68c
        rdfs:label                      "+/- 0.04 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-326c35be-59f2-4b13-85ad-1eb3f5b7e68c"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-39b14182-df38-476c-b552-f8af4ac17478 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-0834f2fb-cd09-44b4-8107-b42d80e4a9c8 .

stirdl:R-e1a4825d-cf72-4a93-bf3d-f24c82723c6e
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-e1a4825d-cf72-4a93-bf3d-f24c82723c6e"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-121c80df-103b-4be2-bcdc-f8eca92deee3
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-121c80df-103b-4be2-bcdc-f8eca92deee3"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-69ac27e6-38a7-416d-bc1c-8404374b61b6
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-69ac27e6-38a7-416d-bc1c-8404374b61b6"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

stirdl:hasCEIdentificationCode
        a       stirdl:RDS1387343801 .

stirdl:R-d46ad252-f3b9-4999-a8f1-e7ec1550d81d
        rdfs:label        "-40 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-d46ad252-f3b9-4999-a8f1-e7ec1550d81d"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-3597e9bc-7d0d-4e23-a274-0403c74ee986 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-303f8b4c-bcdc-43e7-a496-184c580e5225 .

stirdl:R-905ac717-aecc-43f5-ba6b-b610b294f1a0
        rdfs:label              "4.3 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-905ac717-aecc-43f5-ba6b-b610b294f1a0"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-ec3eb223-a5f4-436e-955a-89df08882f43 .

stirdl:R-325b84a9-8570-40c6-a731-98603b6eddd4
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-325b84a9-8570-40c6-a731-98603b6eddd4"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-48c20929-98cd-4dd8-af51-097e73746b4b
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-6910f1ab-9eab-48d3-9992-620c03a4557b
        rdfs:label        "-40 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-6910f1ab-9eab-48d3-9992-620c03a4557b"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-8b7d66af-9728-42e5-b3db-c2fe1bf07701 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-3a3643f7-528b-4a3a-9590-f34ca86076a4 .

stirdl:R-52a708d9-f9a3-40cd-a142-2be76d7e7a83
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-52a708d9-f9a3-40cd-a142-2be76d7e7a83"^^xsd:string .

stirdl:R-5251203d-04da-4456-81d4-1fa47ed7d225
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-9df83f16-bf37-4afa-94c4-d7c444ffda1f
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-9df83f16-bf37-4afa-94c4-d7c444ffda1f"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-d678d526-fa82-432e-95dc-2726d188db32
        rdfs:label         "2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-d678d526-fa82-432e-95dc-2726d188db32"^^xsd:string ;
        stirdl:RDS1348919  "2.48"^^xsd:float .

stirdl:R-0c88a23e-ab8d-42a3-9f10-76b764145300
        rdfs:label         "4.96"^^xsd:string ;
        rdl:defaultRdsId   "R-0c88a23e-ab8d-42a3-9f10-76b764145300"^^xsd:string ;
        stirdl:RDS1314539  "4.96"^^xsd:float .

stirdl:hasAdjustablePressureMeasuringRangeInstance
        rdfs:subPropertyOf  stirdl:hasAdjustablePressureMeasuringRange .

stirdl:R-b5ae17e8-444e-4294-b8a3-6fab17932a28
        rdfs:label                 "96 - 480 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-b5ae17e8-444e-4294-b8a3-6fab17932a28"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-77d45c0a-d6d0-48bd-99d1-06fb0485c4a8 ;
        stirdl:hasUpperLimitPower  stirdl:R-5e0e4d67-03e9-4a11-802c-77cc59950f07 .

stirdl:R-67e91870-92ee-4b8a-9b7d-dba616e8c990
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-457d466d-48c4-4823-b9ed-57be68fae8d2
        a                  lci:TextString ;
        rdfs:label         "00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-457d466d-48c4-4823-b9ed-57be68fae8d2"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-ecac68aa-49c2-4bef-ad2b-0de3a511902d
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS686114 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-ecac68aa-49c2-4bef-ad2b-0de3a511902d"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-0c7e8eaf-c041-424e-8b04-a70636f84e93 ;
        stirdl:hasFillingFluid  stirdl:R-c8fb51d5-7200-481c-ba06-2a454ece084b ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-1bb8db12-ffdd-42a2-9238-c30113dcea5e ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-1225ff4f-6455-4b11-99dc-e3dbf3f3809c .

stirdl:R-f3525679-be94-4418-9dc2-e2ec3ed13c40
        rdfs:label        "Manifolds"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185361 ;
        rdl:defaultRdsId  "R-f3525679-be94-4418-9dc2-e2ec3ed13c40"^^xsd:string .

stirdl:R-1222e37d-58b9-4a0f-9ab4-b21307977c6f
        rdfs:label         "0.01"^^xsd:string ;
        rdl:defaultRdsId   "R-1222e37d-58b9-4a0f-9ab4-b21307977c6f"^^xsd:string ;
        stirdl:RDS1314539  "0.01"^^xsd:float .

stirdl:R-d87460a7-8d48-4a74-8003-0c9fe18f06e4
        rdfs:label              "4.3 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-d87460a7-8d48-4a74-8003-0c9fe18f06e4"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-db85329a-085b-4be4-aa43-fdc71cb99fb6 .

stirdl:R-88e31854-525d-48db-b6f6-b200c5de7744
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-b9020316-6e97-45d7-a7c1-7f82bf43655e
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-b9020316-6e97-45d7-a7c1-7f82bf43655e"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-a870f899-c210-44a3-9a13-db8b07ed7095
        rdfs:label        "-137.9 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-a870f899-c210-44a3-9a13-db8b07ed7095"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-2af464cb-e516-42be-86d0-88020227e984 .

stirdl:R-862b5a9d-85fc-468c-b2a0-c6b23e5237d8
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-862b5a9d-85fc-468c-b2a0-c6b23e5237d8"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-e29868c8-98cb-4ad1-9a24-9ad914c5f232 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-ea75d315-90f0-498f-9633-8fe319c14663 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-15678fb6-36a5-444b-a6a7-7b8a0fce8c0a ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-80c51c54-eb18-42f2-9376-564c204df473 .

stirdl:R-3abe6ec5-b793-4fc1-947d-b9a75c7a3a59
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-3abe6ec5-b793-4fc1-947d-b9a75c7a3a59"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-ea75d315-90f0-498f-9633-8fe319c14663
        rdfs:label                      "+/- 0.04 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-ea75d315-90f0-498f-9633-8fe319c14663"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-9264bd7f-edcd-45ce-bded-af1f24cb4f1d ;
        stirdl:hasUpperLimitPercentage  stirdl:R-7903003c-226f-4965-84a0-f3c6100fd40c .

stirdl:R-1bb8db12-ffdd-42a2-9238-c30113dcea5e
        rdfs:label        "0.01 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-1bb8db12-ffdd-42a2-9238-c30113dcea5e"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-500a98f6-bb2a-49f2-8555-1f3269891fe5 .

stirdl:R-56207616-5ac2-4683-a61e-50d0b4987a70
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-56207616-5ac2-4683-a61e-50d0b4987a70"^^xsd:string .

stirdl:R-6e73e035-5b73-4dd8-8265-e94561c56007
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-aca079cf-1c33-41c7-b32a-3748a3e8ef49
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-d472161d-6900-47fc-950b-becfc8c9c993
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1015109 , stirdl:RDS501803511 , stirdl:RDS1400865471 , stirdl:RDS1084049 , stirdl:RDS1051694 , stirdl:RDS38822373235 , stirdl:RDS1007459 , stirdl:RDS1400191931 ;
        rdl:defaultRdsId                "R-d472161d-6900-47fc-950b-becfc8c9c993"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-3cc3c6db-7854-4fa6-b420-1b38f6ee70e1 , stirdl:R-862b5a9d-85fc-468c-b2a0-c6b23e5237d8 , stirdl:R-065b4659-8e63-4ac3-ae99-4d59c9b436da , stirdl:R-6590053b-6f30-49f6-babc-6c7403169ef0 , stirdl:R-6f0e1220-573e-4723-981a-af92be009d8c ;
        lci:identifiedBy                stirdl:R-6c215bd3-5687-4302-a986-7d78497f7260 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-66650216-a911-4eca-a70d-45a1d8054954 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-4848446d-a45b-4da1-af34-de58d3dfc84f ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-325b84a9-8570-40c6-a731-98603b6eddd4 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-4c235b87-13b2-4eba-a2b3-a9f911830e5f ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-3476cbcc-fd04-4734-912b-7f82b1fbd2a2 ;
        stirdl:hasProcessConnection     stirdl:R-590be157-23ba-49f8-a443-affcbe9f8f24 , stirdl:R-3a9d60e4-946b-4eed-9031-40f334a382e4 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-24c3091b-ef92-44a5-92be-6358d5603e89 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-4a86f13a-5163-4fc7-ac80-d680b6148475 ;
        stirdl:hasWeightRangeInstance   stirdl:R-b13a0dd2-3cb5-4dc3-9680-4db77287c11e .

stirdl:R-3d93cb24-4d4b-4662-b4d7-d0f7e0b8c109
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-f6fa8a74-1822-4f31-a47f-27cc2d757e77
        rdfs:label        "D.C. 210 SILICONE OIL"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696939 ;
        rdl:defaultRdsId  "R-f6fa8a74-1822-4f31-a47f-27cc2d757e77"^^xsd:string .

stirdl:R-4848446d-a45b-4da1-af34-de58d3dfc84f
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-4848446d-a45b-4da1-af34-de58d3dfc84f"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-3597e9bc-7d0d-4e23-a274-0403c74ee986
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:hasProductDescriptionAndOrderingInformationReference
        rdfs:label          "Product description and ordering information"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465587841 .

stirdl:R-64c702ab-6952-45b4-91a4-7ca3a64588de
        rdfs:label         "1387 Ohm"^^xsd:string ;
        rdl:defaultRdsId   "R-64c702ab-6952-45b4-91a4-7ca3a64588de"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:hasSupplyVoltageRangeInstance
        rdfs:subPropertyOf  stirdl:RDS1411396881 .

stirdl:R-99845b8a-8769-4a49-8f5d-5df7cfaa63b7
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter with 4-20 mA HART Revision 5 and 7           Selectable Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-99845b8a-8769-4a49-8f5d-5df7cfaa63b7"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-303f8b4c-bcdc-43e7-a496-184c580e5225
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-b733aa0f-27a6-4a2b-9612-46a563561710
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1007459 , stirdl:RDS1084049 , stirdl:RDS1051694 , stirdl:RDS1015109 , stirdl:RDS1400865471 , stirdl:RDS38822373235 , stirdl:RDS1400191931 ;
        rdl:defaultRdsId                "R-b733aa0f-27a6-4a2b-9612-46a563561710"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-853f1e4e-62bd-4541-83d8-ca205fe0fbf6 , stirdl:R-74b4bef2-5d73-450c-85e5-d5794aae59df , stirdl:R-470710a3-9616-45f0-a3af-fc18897d6603 , stirdl:R-d7a2201e-4501-4873-a3f3-22664a43f95c , stirdl:R-52a708d9-f9a3-40cd-a142-2be76d7e7a83 ;
        lci:identifiedBy                stirdl:R-48c20929-98cd-4dd8-af51-097e73746b4b ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-e7928a7c-f687-4068-84c8-8f251c7740c1 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-9df83f16-bf37-4afa-94c4-d7c444ffda1f ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-457d466d-48c4-4823-b9ed-57be68fae8d2 , stirdl:R-dacf73e1-a834-464f-ab11-cae89250d662 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-6808c956-ff9d-49d0-b7af-e25ebe77d022 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-ad1ee23c-d52e-4ffe-adc8-7fc19197b438 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-6e3970aa-1fd0-43e2-a7d1-b8f7d91439c8 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-af3af384-5465-451d-a7ac-fa1e32065928 , stirdl:R-0490c7c5-b8e8-4266-a4d3-3af86306eaf9 ;
        stirdl:hasWeightRangeInstance   stirdl:R-935c1b63-7df7-4c2b-a85f-cf2346acb1bc .

stirdl:R-53c4a45e-6e0d-4ece-afcc-ebd8849da7ed
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-c68eafa8-b84b-43fc-83f8-70408b6f7857
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:hasLowerLimitVoltage
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-77d45c0a-d6d0-48bd-99d1-06fb0485c4a8
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:R-74e5b200-ec40-426e-be0c-9bce8490ee2f
        rdfs:label         "-2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-74e5b200-ec40-426e-be0c-9bce8490ee2f"^^xsd:string ;
        stirdl:RDS1348919  "-2.48"^^xsd:float .

stirdl:R-c267d202-b120-411a-8bbf-2d1b7229f124
        rdfs:label        "0.01 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-c267d202-b120-411a-8bbf-2d1b7229f124"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-9f02602f-8296-4370-8ef2-869d8bf7a32f .

stirdl:R-a8b87db1-a256-4080-9ba3-6250306dc7a6
        rdfs:label         "4.96"^^xsd:string ;
        rdl:defaultRdsId   "R-a8b87db1-a256-4080-9ba3-6250306dc7a6"^^xsd:string ;
        stirdl:RDS1314539  "4.96"^^xsd:float .

stirdl:R-e7928a7c-f687-4068-84c8-8f251c7740c1
        rdfs:label        "-20 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-e7928a7c-f687-4068-84c8-8f251c7740c1"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-67e91870-92ee-4b8a-9b7d-dba616e8c990 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-69874f0b-ebbd-49bc-a483-ac58458eeb57 .

stirdl:R-e944ad36-0c4a-45ae-bb51-c919f2e29730
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-e944ad36-0c4a-45ae-bb51-c919f2e29730"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-44258fb8-5db9-407d-a2e4-b98593984c7a
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-44258fb8-5db9-407d-a2e4-b98593984c7a"^^xsd:string .

stirdl:R-3476cbcc-fd04-4734-912b-7f82b1fbd2a2
        rdfs:label                 "96 - 480 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-3476cbcc-fd04-4734-912b-7f82b1fbd2a2"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-aae597de-8b60-4a4e-b024-edbfd2593488 ;
        stirdl:hasUpperLimitPower  stirdl:R-cd238246-9fca-411c-adc9-452a9cfdf3b6 .

stirdl:R-61e3a383-d3cf-44d0-b411-cac8f4d15325
        rdfs:label        "0.01 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-61e3a383-d3cf-44d0-b411-cac8f4d15325"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-1222e37d-58b9-4a0f-9ab4-b21307977c6f .

stirdl:hasUpperLimitElectricalLoadInstance
        rdfs:subPropertyOf  stirdl:hasUpperLimitElectricalLoad .

stirdl:R-2af464cb-e516-42be-86d0-88020227e984
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-2af464cb-e516-42be-86d0-88020227e984"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-defa8474-5b4d-499a-8486-8b58d0b28b19
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-defa8474-5b4d-499a-8486-8b58d0b28b19"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .