sti.ttl 54 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
@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-83d36961-be7b-4531-adcb-09e45b952aed
        a                  lci:TextString ;
        rdfs:label         "TEK-00781182"^^xsd:string ;
        rdl:defaultRdsId   "R-83d36961-be7b-4531-adcb-09e45b952aed"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/12/32/51/TEK-00781182.pdf"^^xsd:string .

stirdl:R-29a64bf6-92f6-4465-9601-55f06311b7ec
        rdfs:label         "1387 Ohm"^^xsd:string ;
        rdl:defaultRdsId   "R-29a64bf6-92f6-4465-9601-55f06311b7ec"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-eec148f2-f182-4c92-a7a5-199a8c427cb8
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-eec148f2-f182-4c92-a7a5-199a8c427cb8"^^xsd:string ;
        rdl:hasDefinition  "/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-abbfdf34-8ad6-48da-9bdd-e984e6f9f987
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 , stirdl:RDS419849 ;
        rdl:defaultRdsId   "R-abbfdf34-8ad6-48da-9bdd-e984e6f9f987"^^xsd:string ;
        lci:featurePartOf  stirdl:R-50ce8f99-13cb-4e95-8ef2-a06ef5f5a188 .

stirdl:R-198cdf1c-1737-43e2-b9f8-82734c96da28
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string ;
        rdl:hasDefinition  "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string .

stirdl:R-d3433fcc-42bb-4aef-9ad5-789a5c0746d5
        rdfs:label        "137.9 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-d3433fcc-42bb-4aef-9ad5-789a5c0746d5"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-ea886fc4-86a3-4780-81cb-95bff971eee2 .

stirdl:R-b94c70da-1019-4b07-9f7d-bb6890e71c72
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-05230fee-f3a4-422c-8634-99bccb6a9fd1
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-98ed43b4-d66b-4b6a-9ef2-19394075af76
        a                  lci:TextString ;
        rdfs:label         "00821585"^^xsd:string ;
        rdl:defaultRdsId   "R-98ed43b4-d66b-4b6a-9ef2-19394075af76"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25994.pdf"^^xsd:string .

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

stirdl:R-6c488a98-fb60-457c-b533-2d834c8191f4
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS419849 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-6c488a98-fb60-457c-b533-2d834c8191f4"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-1c188e3a-51bf-4172-8c79-0a4d071d1a3a ;
        stirdl:hasFillingFluid  stirdl:R-24f5c1cb-c653-4714-a8cc-61857408847c ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-ee7d3bcf-716c-4f73-9fe8-76954c55c878 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-94f1a4fc-250d-4274-9323-2517883c0a46 .

stirdl:R-17a9f9ea-f2e5-4cee-9e25-a4a607f847bf
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-082de591-9c8f-4413-b1bf-85fc44054983
        rdfs:label         "10.3"^^xsd:string ;
        rdl:defaultRdsId   "R-082de591-9c8f-4413-b1bf-85fc44054983"^^xsd:string ;
        stirdl:RDS1348919  "10.3"^^xsd:float .

stirdl:R-94f1a4fc-250d-4274-9323-2517883c0a46
        rdfs:label        "2.5 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-94f1a4fc-250d-4274-9323-2517883c0a46"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-c6da4043-7624-4619-9489-783cd2e751d5 .

stirdl:R-b4237baa-3b67-4c5d-abad-32990950a045
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string ;
        rdl:hasDefinition  "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string .

stirdl:hasUpperLimitPressure
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:hasPowerConsumptionRangeInstance
        rdfs:subPropertyOf  stirdl:hasPowerConsumptionRange .

stirdl:R-e0f42135-6566-4498-bc04-5ecdb8cc629d
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-e0f42135-6566-4498-bc04-5ecdb8cc629d"^^xsd:string ;
        rdl:hasDefinition  "/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-e6520291-091d-44c6-97c4-f78cc7019d1a
        rdfs:label        "ASME B1.20.1 1/4 - 18 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS733634 ;
        rdl:defaultRdsId  "R-e6520291-091d-44c6-97c4-f78cc7019d1a"^^xsd:string .

stirdl:R-f52555df-4de4-40b4-81fc-7bf090e3fab9
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-f52555df-4de4-40b4-81fc-7bf090e3fab9"^^xsd:string ;
        stirdl:RDS1314539  "-0.98"^^xsd:float .

stirdl:R-76a2b3f9-5fd4-490b-9dcb-f6cfbf42757a
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-04c45141-6694-469d-9ca6-c771a9052c76
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-54f7d34c-edc8-4a93-82e4-0b7c9cf54944
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-54f7d34c-edc8-4a93-82e4-0b7c9cf54944"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-30505c16-215d-4e1b-b763-3c8d08c067b4 .

stirdl:R-571fb735-08c8-4ae0-bc4b-e0fbb8cf6552
        rdfs:label        "-20 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-571fb735-08c8-4ae0-bc4b-e0fbb8cf6552"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-73935184-bf5f-4e50-9c08-4b1954bbae34 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-371ffa74-52ce-459b-9ebb-5ecf067019ec .

stirdl:R-ea41c748-610e-423e-bf02-a7f1ddcd8255
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-98c5abf8-c3d7-4771-8cf9-718ccfbde630
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-98c5abf8-c3d7-4771-8cf9-718ccfbde630"^^xsd:string ;
        stirdl:RDS1348919  "-0.98"^^xsd:float .

stirdl:hasUpperLimitTemperature
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-69bedce2-de95-41e0-b089-967d621bace5
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-69bedce2-de95-41e0-b089-967d621bace5"^^xsd:string .

stirdl:hasLowerLimitPressure
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-7d1a0c08-adec-4a1b-8145-42087becdf3b
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185363 , stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        rdl:defaultRdsId  "R-7d1a0c08-adec-4a1b-8145-42087becdf3b"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-2e4bb025-b52b-4118-9803-1d70cc2c301d ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-ce361ddf-7692-405b-a1de-84a68a4910ba .

stirdl:R-1c188e3a-51bf-4172-8c79-0a4d071d1a3a
        rdfs:label                    "-0.98 - 2.5 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-1c188e3a-51bf-4172-8c79-0a4d071d1a3a"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-3dd270fd-f3d8-49f2-8e56-4d657dc0d8a6 ;
        stirdl:hasUpperLimitPressure  stirdl:R-18c98408-8835-4160-817b-7a6f64738ab0 .

stirdl:R-ab8af63c-3c76-4c96-858c-f496afb0a6e6
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-ab8af63c-3c76-4c96-858c-f496afb0a6e6"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25993.pdf"^^xsd:string .

stirdl:R-882ddc29-03c3-4fae-b00d-ba80b09943f7
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-882ddc29-03c3-4fae-b00d-ba80b09943f7"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-cbaf9862-6079-4888-bc12-5c74489fceed ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-7e3fd540-abf7-4b12-b26b-79b8388b6e00 .

stirdl:R-7b4f1321-063a-4bde-a7b0-b6b030e0ca6e
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:hasAmbientOperatingTemperatureRangeInstance
        rdfs:subPropertyOf  stirdl:hasAmbientOperatingTemperatureRange .

stirdl:R-faff4d9d-8ca3-4c76-a67e-1b5cd61580c2
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-faff4d9d-8ca3-4c76-a67e-1b5cd61580c2"^^xsd:string ;
        stirdl:RDS1314539  "-0.98"^^xsd:float .

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

stirdl:R-8b48732d-3970-4488-a4c2-a483b65e89ef
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-8b48732d-3970-4488-a4c2-a483b65e89ef"^^xsd:string .

stirdl:R-4986891c-7936-429b-89bf-d76c7a211627
        rdfs:label                      "+/- 0.055 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-4986891c-7936-429b-89bf-d76c7a211627"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-07dd8618-8912-4511-bc7a-6f6e976fd6ad ;
        stirdl:hasUpperLimitPercentage  stirdl:R-05230fee-f3a4-422c-8634-99bccb6a9fd1 .

stirdl:R-07194f34-8517-4269-be72-542ae991e740
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS708344 , stirdl:RDS419849 ;
        rdl:defaultRdsId        "R-07194f34-8517-4269-be72-542ae991e740"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-b6c4f6d3-6c74-488b-8796-652847600688 ;
        stirdl:hasFillingFluid  stirdl:R-d24d885a-9e1b-4daf-94c1-3919fd882a2b ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-4e1170b0-3501-4131-8c97-369822f2c61d ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-d3433fcc-42bb-4aef-9ad5-789a5c0746d5 .

stirdl:R-18c98408-8835-4160-817b-7a6f64738ab0
        rdfs:label         "2.5"^^xsd:string ;
        rdl:defaultRdsId   "R-18c98408-8835-4160-817b-7a6f64738ab0"^^xsd:string ;
        stirdl:RDS1348919  "2.5"^^xsd:float .

stirdl:R-e310bdd0-a3fb-409b-86af-6621e438c3b1
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-e310bdd0-a3fb-409b-86af-6621e438c3b1"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-73935184-bf5f-4e50-9c08-4b1954bbae34
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-afc2fa1a-54d6-4654-93d9-0fccce04849b
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-afc2fa1a-54d6-4654-93d9-0fccce04849b"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-7cade5c1-a339-408c-a161-beaa2123d4a0
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-7cade5c1-a339-408c-a161-beaa2123d4a0"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-39170d48-00ad-459b-aa68-7e549a9afb99
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-39170d48-00ad-459b-aa68-7e549a9afb99"^^xsd:string .

stirdl:R-a0717022-3ad6-43fd-82be-f2269b20545c
        rdfs:label        "-1.0 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-a0717022-3ad6-43fd-82be-f2269b20545c"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-b805fac6-2337-4b3d-a957-47648ec77298 .

stirdl:R-5c4bd6c6-d337-4214-8d90-2180b602ac1e
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:hasUpperLimitVoltage
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-ead36319-b71a-4192-b2de-ab5a19aa7160
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-b6c4f6d3-6c74-488b-8796-652847600688
        rdfs:label                    "-137.9 - 137.9 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-b6c4f6d3-6c74-488b-8796-652847600688"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-aeb2ed39-ec5a-4800-8e12-cee1e1ca603f ;
        stirdl:hasUpperLimitPressure  stirdl:R-afc2fa1a-54d6-4654-93d9-0fccce04849b .

stirdl:R-6e329547-7dbc-4676-b335-1d8648106bf2
        rdfs:label                 "500 - 500 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-6e329547-7dbc-4676-b335-1d8648106bf2"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-36793244-9147-4e33-94e1-68c111821e71 ;
        stirdl:hasUpperLimitPower  stirdl:R-c827adef-25d0-4e0f-8200-71586d336c3f .

stirdl:R-fb1bef0c-3645-4e6c-b89f-8ce23c238cad
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-50ce8f99-13cb-4e95-8ef2-a06ef5f5a188
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-50ce8f99-13cb-4e95-8ef2-a06ef5f5a188"^^xsd:string .

stirdl:hasLowerLimitTemperature
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-36793244-9147-4e33-94e1-68c111821e71
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-1a1b3502-a6cf-4fea-8603-1f68d81267f9
        rdfs:label                    "-1.0 - 10.3 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-1a1b3502-a6cf-4fea-8603-1f68d81267f9"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-499baf88-e285-493c-8e92-b2a7fa9cac4a ;
        stirdl:hasUpperLimitPressure  stirdl:R-082de591-9c8f-4413-b1bf-85fc44054983 .

stirdl:hasLowerLimitPower
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-ee7d3bcf-716c-4f73-9fe8-76954c55c878
        rdfs:label        "-0.98 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-ee7d3bcf-716c-4f73-9fe8-76954c55c878"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-faff4d9d-8ca3-4c76-a67e-1b5cd61580c2 .

stirdl:R-79aab701-f024-4c7e-bb72-3af9be52f40e
        rdfs:label                    "-0.98 - 137.9 BAR ABSOLUTE"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-79aab701-f024-4c7e-bb72-3af9be52f40e"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-98c5abf8-c3d7-4771-8cf9-718ccfbde630 ;
        stirdl:hasUpperLimitPressure  stirdl:R-d22f4b03-487c-4873-9fd6-d4b18c94957c .

stirdl:R-4f8d9bd2-19f3-454c-bea0-6d40535dcae5
        rdfs:label        "137.9 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-4f8d9bd2-19f3-454c-bea0-6d40535dcae5"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-d46ca4b0-3a5e-432a-8806-707009f29a4f .

stirdl:R-bf8196de-7b60-4168-82c2-14deb04f03df
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-30505c16-215d-4e1b-b763-3c8d08c067b4
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT-F"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS13984065 ;
        rdl:defaultRdsId  "R-30505c16-215d-4e1b-b763-3c8d08c067b4"^^xsd:string .

stirdl:R-1756d9da-1bb4-409a-9b15-cf808278101e
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-1756d9da-1bb4-409a-9b15-cf808278101e"^^xsd:string .

stirdl:R-c6da4043-7624-4619-9489-783cd2e751d5
        rdfs:label         "2.5"^^xsd:string ;
        rdl:defaultRdsId   "R-c6da4043-7624-4619-9489-783cd2e751d5"^^xsd:string ;
        stirdl:RDS1314539  "2.5"^^xsd:float .

stirdl:R-91dd6308-9a14-4a20-959f-d04001f9dee0
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-91dd6308-9a14-4a20-959f-d04001f9dee0"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-b6b70466-64f9-4e2b-b4d9-fed2c8bf7c5c ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-d5e3b8d2-f4ba-4751-b16c-83af77c3c615 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-832f2cdf-5f78-43b7-9aac-a5d0d42a9e13 ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-29a64bf6-92f6-4465-9601-55f06311b7ec .

stirdl:R-9a64edfb-4d40-44be-a269-fee0ca846124
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS12836035 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-9a64edfb-4d40-44be-a269-fee0ca846124"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-1a1b3502-a6cf-4fea-8603-1f68d81267f9 ;
        stirdl:hasFillingFluid  stirdl:R-33a5ac96-3765-4bf5-9835-e2865d21a61a ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-a0717022-3ad6-43fd-82be-f2269b20545c ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-725276f8-cfa6-49ef-96da-09bfb7ea050c .

stirdl:R-b23fd2ae-3626-4eb5-aa7e-a07b647ec3d8
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-b23fd2ae-3626-4eb5-aa7e-a07b647ec3d8"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-d24d885a-9e1b-4daf-94c1-3919fd882a2b
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-d24d885a-9e1b-4daf-94c1-3919fd882a2b"^^xsd:string .

stirdl:R-669c748e-02f5-405b-905f-7d90a8ef2062
        a                  lci:TextString ;
        rdfs:label         "00821585"^^xsd:string ;
        rdl:defaultRdsId   "R-669c748e-02f5-405b-905f-7d90a8ef2062"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25994.pdf"^^xsd:string .

stirdl:R-2ccc34e3-bd26-44c9-88a7-09ce860f05c8
        rdfs:label        "-0.98 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-2ccc34e3-bd26-44c9-88a7-09ce860f05c8"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-f52555df-4de4-40b4-81fc-7bf090e3fab9 .

stirdl:R-ea43a955-03f9-49f4-aee8-3753c030c9e5
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-17daf86e-e4cb-42cc-b7c4-3b7e5cc471f0
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-17daf86e-e4cb-42cc-b7c4-3b7e5cc471f0"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-c3a976f4-3317-48e2-bca4-bcf0f1325c09
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-c3a976f4-3317-48e2-bca4-bcf0f1325c09"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-2e4bb025-b52b-4118-9803-1d70cc2c301d
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-2e4bb025-b52b-4118-9803-1d70cc2c301d"^^xsd:string .

stirdl:R-5684d4ee-6058-4cd8-9765-e72cad063571
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-5684d4ee-6058-4cd8-9765-e72cad063571"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-b23fd2ae-3626-4eb5-aa7e-a07b647ec3d8 .

stirdl:R-d5e3b8d2-f4ba-4751-b16c-83af77c3c615
        rdfs:label                      "+/- 0.04 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-d5e3b8d2-f4ba-4751-b16c-83af77c3c615"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-bf8196de-7b60-4168-82c2-14deb04f03df ;
        stirdl:hasUpperLimitPercentage  stirdl:R-76a2b3f9-5fd4-490b-9dcb-f6cfbf42757a .

stirdl:R-848bc91c-f281-4741-b5d0-e1f63043824b
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-848bc91c-f281-4741-b5d0-e1f63043824b"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-24e33779-d222-4915-a5ca-7278562b2b3c .

stirdl:R-5da15b1e-d62a-44d7-9618-a83f83deb3a5
        a                  lci:TextString ;
        rdfs:label         "TEK-00791142"^^xsd:string ;
        rdl:defaultRdsId   "R-5da15b1e-d62a-44d7-9618-a83f83deb3a5"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/53/81/33/TEK-00791142.pdf"^^xsd:string .

stirdl:R-7e3fd540-abf7-4b12-b26b-79b8388b6e00
        rdfs:label                      "+/- 0.055 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-7e3fd540-abf7-4b12-b26b-79b8388b6e00"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-82af442b-78c9-4b43-9449-f8f8b4510dae ;
        stirdl:hasUpperLimitPercentage  stirdl:R-ead36319-b71a-4192-b2de-ab5a19aa7160 .

stirdl:R-24f5c1cb-c653-4714-a8cc-61857408847c
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-24f5c1cb-c653-4714-a8cc-61857408847c"^^xsd:string .

stirdl:hasUpperLimitPower
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-bbd19fcb-82e9-4080-95c6-3a2449c0170b
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string .

stirdl:R-bf8dd5b3-026d-4083-82e2-6d09a36a7486
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-849c05e1-bda6-4c95-81c4-dac370778016
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-849c05e1-bda6-4c95-81c4-dac370778016"^^xsd:string ;
        lci:featurePartOf  stirdl:R-9ca410a3-c20f-4e83-8c20-67530bc4694a .

stirdl:R-d5ba647e-997f-413c-b07d-70177f9fe4c9
        rdfs:label                      "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1051694 , stirdl:RDS1400865471 , stirdl:RDS1007459 , stirdl:RDS1015109 , stirdl:RDS1400191931 , stirdl:RDS1084049 , stirdl:RDS38822373235 ;
        rdl:defaultRdsId                "R-d5ba647e-997f-413c-b07d-70177f9fe4c9"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-b1a42749-4adb-47a6-aa79-18ac4674d6b4 , stirdl:R-6baf00bf-978d-4908-8f7f-43da2b486557 , stirdl:R-47b1a4c7-3123-46b4-9445-8de7d6b37083 , stirdl:R-6c488a98-fb60-457c-b533-2d834c8191f4 , stirdl:R-882ddc29-03c3-4fae-b00d-ba80b09943f7 ;
        lci:identifiedBy                stirdl:R-bbd19fcb-82e9-4080-95c6-3a2449c0170b ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-56881801-9131-4e58-becb-889ccdc077c5 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-2734a29c-792b-414e-8c49-a86cfafa96f1 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-3bbe4f69-4ac9-4e9b-8952-ab5ff875f027 , stirdl:R-c759261d-9283-4773-b155-8b1ffc9cccd2 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-17daf86e-e4cb-42cc-b7c4-3b7e5cc471f0 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-18e5294e-733d-4d82-90a5-ecf956209d7e ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-180a3619-73ad-4136-87bf-8dbbafa0a170 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-e310bdd0-a3fb-409b-86af-6621e438c3b1 , stirdl:R-83d36961-be7b-4531-adcb-09e45b952aed ;
        stirdl:hasWeightRangeInstance   stirdl:R-65b16d50-0ae9-4a65-a5e8-c1c8487a6522 .

stirdl:R-d7175580-5243-40f0-864d-9238c56046be
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-ce361ddf-7692-405b-a1de-84a68a4910ba
        rdfs:label                      "+/- 0.055 PERCENT"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-ce361ddf-7692-405b-a1de-84a68a4910ba"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-ff7ff0fe-6932-4ff2-a473-93a53fb68ccc ;
        stirdl:hasUpperLimitPercentage  stirdl:R-11c0aa81-c130-481f-9b76-4879c9b2c6fa .

stirdl:R-bb37388b-b212-46af-94d6-ec15d9d33f12
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-bb37388b-b212-46af-94d6-ec15d9d33f12"^^xsd:string ;
        rdl:hasDefinition  "/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-371ffa74-52ce-459b-9ebb-5ecf067019ec
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-5276782f-e7ad-42c7-abe3-44865966df05
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-6baf00bf-978d-4908-8f7f-43da2b486557
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-6baf00bf-978d-4908-8f7f-43da2b486557"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-e3cb6080-a101-4270-9c18-b95b7f2d5185 .

stirdl:R-287c37a6-0a94-4ec4-ab9c-79a786751027
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-287c37a6-0a94-4ec4-ab9c-79a786751027"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-2734a29c-792b-414e-8c49-a86cfafa96f1
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-2734a29c-792b-414e-8c49-a86cfafa96f1"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-52f2c6bf-fcdf-45b3-b80d-bf7051bb8d3d
        a                  lci:TextString ;
        rdfs:label         "00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-52f2c6bf-fcdf-45b3-b80d-bf7051bb8d3d"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

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

stirdl:hasNormalPressureInstance
        rdfs:subPropertyOf  stirdl:RDS6949380 .

stirdl:R-baf3362d-3f12-4b8d-b260-94af50f8b6db
        rdfs:label         "4.7"^^xsd:string ;
        stirdl:RDS1328669  "4.7"^^xsd:float .

stirdl:R-9ca410a3-c20f-4e83-8c20-67530bc4694a
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-9ca410a3-c20f-4e83-8c20-67530bc4694a"^^xsd:string .

stirdl:R-91821ffd-9e63-4f12-936e-ade483514d06
        rdfs:label                 "10 - 10 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-91821ffd-9e63-4f12-936e-ade483514d06"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-5276782f-e7ad-42c7-abe3-44865966df05 ;
        stirdl:hasUpperLimitPower  stirdl:R-ab757ffa-044d-4a0f-be20-85f349d44bfb .

stirdl:R-56881801-9131-4e58-becb-889ccdc077c5
        rdfs:label        "-20 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-56881801-9131-4e58-becb-889ccdc077c5"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-c9e652ea-c753-438c-b75a-6a3d80e93eb2 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-5c4bd6c6-d337-4214-8d90-2180b602ac1e .

stirdl:R-24e33779-d222-4915-a5ca-7278562b2b3c
        rdfs:label        "ASME B1.20.1 1/4 - 18 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS733634 ;
        rdl:defaultRdsId  "R-24e33779-d222-4915-a5ca-7278562b2b3c"^^xsd:string .

stirdl:R-e3cb6080-a101-4270-9c18-b95b7f2d5185
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-e3cb6080-a101-4270-9c18-b95b7f2d5185"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-ff7ff0fe-6932-4ff2-a473-93a53fb68ccc
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-3ba73a79-4253-4685-abfd-c00c9ffcad53
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-3ba73a79-4253-4685-abfd-c00c9ffcad53"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-266dac91-82f8-4738-a077-46f6df5a9e18
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-266dac91-82f8-4738-a077-46f6df5a9e18"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-39170d48-00ad-459b-aa68-7e549a9afb99 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-4986891c-7936-429b-89bf-d76c7a211627 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-2152f232-dafe-441b-a135-ba4294f63a93 .

stirdl:R-b805fac6-2337-4b3d-a957-47648ec77298
        rdfs:label         "-1.0"^^xsd:string ;
        rdl:defaultRdsId   "R-b805fac6-2337-4b3d-a957-47648ec77298"^^xsd:string ;
        stirdl:RDS1314539  "-1.0"^^xsd:float .

stirdl:R-b1a42749-4adb-47a6-aa79-18ac4674d6b4
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-b1a42749-4adb-47a6-aa79-18ac4674d6b4"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-e6520291-091d-44c6-97c4-f78cc7019d1a .

stirdl:R-18e5294e-733d-4d82-90a5-ecf956209d7e
        rdfs:label                 "10 - 10 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-18e5294e-733d-4d82-90a5-ecf956209d7e"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-fa2132cf-0df4-4fac-9771-6e9111e90651 ;
        stirdl:hasUpperLimitPower  stirdl:R-ea41c748-610e-423e-bf02-a7f1ddcd8255 .

stirdl:R-832f2cdf-5f78-43b7-9aac-a5d0d42a9e13
        rdfs:label                   "10.5 - 42.4 VOLT"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-832f2cdf-5f78-43b7-9aac-a5d0d42a9e13"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-fb1bef0c-3645-4e6c-b89f-8ce23c238cad ;
        stirdl:hasUpperLimitVoltage  stirdl:R-17a9f9ea-f2e5-4cee-9e25-a4a607f847bf .

stirdl:R-44a1b562-3831-43a2-8b26-7ceb4f538731
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-44a1b562-3831-43a2-8b26-7ceb4f538731"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25993.pdf"^^xsd:string .

stirdl:R-cbaf9862-6079-4888-bc12-5c74489fceed
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-cbaf9862-6079-4888-bc12-5c74489fceed"^^xsd:string .

stirdl:R-aee0495d-52f8-4c7b-81a6-49dabad345c1
        rdfs:label              "4.7 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-aee0495d-52f8-4c7b-81a6-49dabad345c1"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-baf3362d-3f12-4b8d-b260-94af50f8b6db .

stirdl:R-4e1170b0-3501-4131-8c97-369822f2c61d
        rdfs:label        "-137.9 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-4e1170b0-3501-4131-8c97-369822f2c61d"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-c3a976f4-3317-48e2-bca4-bcf0f1325c09 .

stirdl:R-315748b2-cc26-4930-9b00-e7afbf8b1779
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-315748b2-cc26-4930-9b00-e7afbf8b1779"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:hasNormalWeight
        rdfs:subPropertyOf  stirdl:RDS7601554 .

stirdl:R-11c0aa81-c130-481f-9b76-4879c9b2c6fa
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-8b242e37-8637-4dd9-be30-7853460678ba
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-8b242e37-8637-4dd9-be30-7853460678ba"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-ea886fc4-86a3-4780-81cb-95bff971eee2
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-ea886fc4-86a3-4780-81cb-95bff971eee2"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-4f67eb5c-89c9-4419-b368-e43f30fc5cfd
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-a3201a56-bebf-4089-ba85-3c0071f667ef
        rdfs:label                 "500 - 500 MILLIWATT"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-a3201a56-bebf-4089-ba85-3c0071f667ef"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-7b4f1321-063a-4bde-a7b0-b6b030e0ca6e ;
        stirdl:hasUpperLimitPower  stirdl:R-fd1c8a95-0273-44a6-b041-faf4d33f8a28 .

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-87df370c-48bc-4edc-94f0-d7b208b797e4
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-87df370c-48bc-4edc-94f0-d7b208b797e4"^^xsd:string ;
        rdl:hasDefinition  "/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-20727283-d401-4f87-8b02-80492738a2fb
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS12837115 , stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-20727283-d401-4f87-8b02-80492738a2fb"^^xsd:string ;
        lci:featurePartOf  stirdl:R-1756d9da-1bb4-409a-9b15-cf808278101e .

stirdl:hasCEIdentificationCode
        a       stirdl:RDS1387343801 .

stirdl:R-aeb2ed39-ec5a-4800-8e12-cee1e1ca603f
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-aeb2ed39-ec5a-4800-8e12-cee1e1ca603f"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

stirdl:R-143b99fb-ac9c-4f07-bc84-1a9815210f1b
        rdfs:label         "3.8"^^xsd:string ;
        stirdl:RDS1328669  "3.8"^^xsd:float .

stirdl:R-499baf88-e285-493c-8e92-b2a7fa9cac4a
        rdfs:label         "-1.0"^^xsd:string ;
        rdl:defaultRdsId   "R-499baf88-e285-493c-8e92-b2a7fa9cac4a"^^xsd:string ;
        stirdl:RDS1348919  "-1.0"^^xsd:float .

stirdl:R-40f6226a-6212-43ee-b1e3-bc177782d68d
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:hasAdjustablePressureMeasuringRangeInstance
        rdfs:subPropertyOf  stirdl:hasAdjustablePressureMeasuringRange .

stirdl:R-fa2132cf-0df4-4fac-9771-6e9111e90651
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-afbb6186-642d-4c7d-863a-9e542e747be8
        rdfs:label                      "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1084094 , stirdl:RDS38822373235 , stirdl:RDS1400182901 , stirdl:RDS1007459 , stirdl:RDS1051694 , stirdl:RDS1400865471 ;
        rdl:defaultRdsId                "R-afbb6186-642d-4c7d-863a-9e542e747be8"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-ad790298-a8bf-46db-90dd-3700f379aed3 , stirdl:R-91dd6308-9a14-4a20-959f-d04001f9dee0 , stirdl:R-849c05e1-bda6-4c95-81c4-dac370778016 , stirdl:R-0f243a5e-266a-4770-aae0-4cd7793bac02 , stirdl:R-848bc91c-f281-4741-b5d0-e1f63043824b ;
        lci:identifiedBy                stirdl:R-b4237baa-3b67-4c5d-abad-32990950a045 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-f7422028-8ede-4df8-ac56-45f4f065cf72 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-ab8af63c-3c76-4c96-858c-f496afb0a6e6 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-669c748e-02f5-405b-905f-7d90a8ef2062 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-9beb16e0-81f1-4c9e-b98a-bd885f7c5377 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-6e329547-7dbc-4676-b335-1d8648106bf2 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-44a1b562-3831-43a2-8b26-7ceb4f538731 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-98ed43b4-d66b-4b6a-9ef2-19394075af76 ;
        stirdl:hasWeightRangeInstance   stirdl:R-aee0495d-52f8-4c7b-81a6-49dabad345c1 .

stirdl:R-82af442b-78c9-4b43-9449-f8f8b4510dae
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-c827adef-25d0-4e0f-8200-71586d336c3f
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-9beb16e0-81f1-4c9e-b98a-bd885f7c5377
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-9beb16e0-81f1-4c9e-b98a-bd885f7c5377"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25993.pdf"^^xsd:string .

stirdl:R-b6b70466-64f9-4e2b-b4d9-fed2c8bf7c5c
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-b6b70466-64f9-4e2b-b4d9-fed2c8bf7c5c"^^xsd:string .

stirdl:R-65b16d50-0ae9-4a65-a5e8-c1c8487a6522
        rdfs:label              "4.6 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-65b16d50-0ae9-4a65-a5e8-c1c8487a6522"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-7ce2d6ef-8342-4036-ae39-39911b37d926 .

stirdl:R-d22f4b03-487c-4873-9fd6-d4b18c94957c
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-d22f4b03-487c-4873-9fd6-d4b18c94957c"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-32e455b3-ff51-4079-81c5-d7a2b0e639d4
        rdfs:label        "-20 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-32e455b3-ff51-4079-81c5-d7a2b0e639d4"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-4f67eb5c-89c9-4419-b368-e43f30fc5cfd ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-d7175580-5243-40f0-864d-9238c56046be .

stirdl:R-9e9ddcb8-5550-4d78-a796-64a6bee82375
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-0f243a5e-266a-4770-aae0-4cd7793bac02
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-0f243a5e-266a-4770-aae0-4cd7793bac02"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-8b242e37-8637-4dd9-be30-7853460678ba .

stirdl:R-7ce2d6ef-8342-4036-ae39-39911b37d926
        rdfs:label         "4.6"^^xsd:string ;
        stirdl:RDS1328669  "4.6"^^xsd:float .

stirdl:R-33a5ac96-3765-4bf5-9835-e2865d21a61a
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-33a5ac96-3765-4bf5-9835-e2865d21a61a"^^xsd:string .

stirdl:R-47b1a4c7-3123-46b4-9445-8de7d6b37083
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS12837115 , stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-47b1a4c7-3123-46b4-9445-8de7d6b37083"^^xsd:string ;
        lci:featurePartOf  stirdl:R-8b48732d-3970-4488-a4c2-a483b65e89ef .

stirdl:R-acbed138-d627-49af-8291-82bcff83047c
        rdfs:label        "Diaphragm Seals"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1469942981 ;
        rdl:defaultRdsId  "R-acbed138-d627-49af-8291-82bcff83047c"^^xsd:string .

stirdl:R-fd1c8a95-0273-44a6-b041-faf4d33f8a28
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-0eac0868-6f9c-4901-9502-ed56ab197fe2
        rdfs:label         "10.3"^^xsd:string ;
        rdl:defaultRdsId   "R-0eac0868-6f9c-4901-9502-ed56ab197fe2"^^xsd:string ;
        stirdl:RDS1314539  "10.3"^^xsd:float .

stirdl:R-725276f8-cfa6-49ef-96da-09bfb7ea050c
        rdfs:label        "10.3 bar"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-725276f8-cfa6-49ef-96da-09bfb7ea050c"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-0eac0868-6f9c-4901-9502-ed56ab197fe2 .

stirdl:R-ab757ffa-044d-4a0f-be20-85f349d44bfb
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-180a3619-73ad-4136-87bf-8dbbafa0a170
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-180a3619-73ad-4136-87bf-8dbbafa0a170"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-2e6092c7-4a88-410d-ade4-ae6265572fc7
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1007459 , stirdl:RDS38822373235 , stirdl:RDS1400191931 , stirdl:RDS1015109 , stirdl:RDS1084049 , stirdl:RDS1051694 , stirdl:RDS1400865471 ;
        rdl:defaultRdsId                "R-2e6092c7-4a88-410d-ade4-ae6265572fc7"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-7d1a0c08-adec-4a1b-8145-42087becdf3b , stirdl:R-69bedce2-de95-41e0-b089-967d621bace5 , stirdl:R-20727283-d401-4f87-8b02-80492738a2fb , stirdl:R-07194f34-8517-4269-be72-542ae991e740 , stirdl:R-acbed138-d627-49af-8291-82bcff83047c ;
        lci:identifiedBy                stirdl:R-ea43a955-03f9-49f4-aee8-3753c030c9e5 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-32e455b3-ff51-4079-81c5-d7a2b0e639d4 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-315748b2-cc26-4930-9b00-e7afbf8b1779 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-7cade5c1-a339-408c-a161-beaa2123d4a0 , stirdl:R-b9048d74-6df3-47b6-9855-b9f3fec86f3b ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-287c37a6-0a94-4ec4-ab9c-79a786751027 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-91821ffd-9e63-4f12-936e-ade483514d06 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-3ba73a79-4253-4685-abfd-c00c9ffcad53 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-52f2c6bf-fcdf-45b3-b80d-bf7051bb8d3d , stirdl:R-4aee50bb-89bd-4c3d-bbca-1af7fb3cde0a ;
        stirdl:hasWeightRangeInstance   stirdl:R-c069bc96-d906-45a0-b5a1-677e13afe185 .

stirdl:R-5b797cdd-147e-46f1-8dce-368d78000ba3
        rdfs:label                      "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1400191931 , stirdl:RDS38822373235 , stirdl:RDS1015109 , stirdl:RDS1400865471 , stirdl:RDS1051694 , stirdl:RDS1007459 , stirdl:RDS1084049 ;
        rdl:defaultRdsId                "R-5b797cdd-147e-46f1-8dce-368d78000ba3"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-abbfdf34-8ad6-48da-9bdd-e984e6f9f987 , stirdl:R-5684d4ee-6058-4cd8-9765-e72cad063571 , stirdl:R-266dac91-82f8-4738-a077-46f6df5a9e18 , stirdl:R-54f7d34c-edc8-4a93-82e4-0b7c9cf54944 , stirdl:R-9a64edfb-4d40-44be-a269-fee0ca846124 ;
        lci:identifiedBy                stirdl:R-198cdf1c-1737-43e2-b9f8-82734c96da28 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-571fb735-08c8-4ae0-bc4b-e0fbb8cf6552 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-bb37388b-b212-46af-94d6-ec15d9d33f12 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-eec148f2-f182-4c92-a7a5-199a8c427cb8 , stirdl:R-5da15b1e-d62a-44d7-9618-a83f83deb3a5 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-87df370c-48bc-4edc-94f0-d7b208b797e4 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-a3201a56-bebf-4089-ba85-3c0071f667ef ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-e0a830af-ee35-4f91-a896-ade08b3aaeda ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-e0f42135-6566-4498-bc04-5ecdb8cc629d , stirdl:R-631d8d01-9be8-46a7-b1d4-564d64511e01 ;
        stirdl:hasWeightRangeInstance   stirdl:R-e462ae99-0ddb-495f-9149-cbc64b3f13bf .

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

stirdl:R-e0a830af-ee35-4f91-a896-ade08b3aaeda
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-e0a830af-ee35-4f91-a896-ade08b3aaeda"^^xsd:string ;
        rdl:hasDefinition  "/transmitter/files/25995.pdf"^^xsd:string .

stirdl:hasSupplyVoltageRangeInstance
        rdfs:subPropertyOf  stirdl:RDS1411396881 .

stirdl:R-d46ca4b0-3a5e-432a-8806-707009f29a4f
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-d46ca4b0-3a5e-432a-8806-707009f29a4f"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-c9e652ea-c753-438c-b75a-6a3d80e93eb2
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-c069bc96-d906-45a0-b5a1-677e13afe185
        rdfs:label              "3.3 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-c069bc96-d906-45a0-b5a1-677e13afe185"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-04c45141-6694-469d-9ca6-c771a9052c76 .

stirdl:R-4aee50bb-89bd-4c3d-bbca-1af7fb3cde0a
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-4aee50bb-89bd-4c3d-bbca-1af7fb3cde0a"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-07dd8618-8912-4511-bc7a-6f6e976fd6ad
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-f7422028-8ede-4df8-ac56-45f4f065cf72
        rdfs:label        "-40 - 80 DEGREE CELSIUS"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-f7422028-8ede-4df8-ac56-45f4f065cf72"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-9e9ddcb8-5550-4d78-a796-64a6bee82375 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-40f6226a-6212-43ee-b1e3-bc177782d68d .

stirdl:R-f7dd4841-664d-4291-b394-6324380cba10
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-f7dd4841-664d-4291-b394-6324380cba10"^^xsd:string .

stirdl:hasLowerLimitVoltage
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-3bbe4f69-4ac9-4e9b-8952-ab5ff875f027
        a                  lci:TextString ;
        rdfs:label         "TEK-00781182"^^xsd:string ;
        rdl:defaultRdsId   "R-3bbe4f69-4ac9-4e9b-8952-ab5ff875f027"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/12/32/51/TEK-00781182.pdf"^^xsd:string .

stirdl:R-3dd270fd-f3d8-49f2-8e56-4d657dc0d8a6
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-3dd270fd-f3d8-49f2-8e56-4d657dc0d8a6"^^xsd:string ;
        stirdl:RDS1348919  "-0.98"^^xsd:float .

stirdl:R-c759261d-9283-4773-b155-8b1ffc9cccd2
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-c759261d-9283-4773-b155-8b1ffc9cccd2"^^xsd:string ;
        rdl:hasDefinition  "/download/transmitter/files/25995.pdf"^^xsd:string .

stirdl:R-631d8d01-9be8-46a7-b1d4-564d64511e01
        a                  lci:TextString ;
        rdfs:label         "TEK-00791142"^^xsd:string ;
        rdl:defaultRdsId   "R-631d8d01-9be8-46a7-b1d4-564d64511e01"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/53/81/33/TEK-00791142.pdf"^^xsd:string .

stirdl:R-2152f232-dafe-441b-a135-ba4294f63a93
        rdfs:label                   "10.5 - 42.4 VOLT"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-2152f232-dafe-441b-a135-ba4294f63a93"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-bf8dd5b3-026d-4083-82e2-6d09a36a7486 ;
        stirdl:hasUpperLimitVoltage  stirdl:R-b94c70da-1019-4b07-9f7d-bb6890e71c72 .

stirdl:hasUpperLimitElectricalLoadInstance
        rdfs:subPropertyOf  stirdl:hasUpperLimitElectricalLoad .

stirdl:R-b9048d74-6df3-47b6-9855-b9f3fec86f3b
        a                  lci:TextString ;
        rdfs:label         "00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-b9048d74-6df3-47b6-9855-b9f3fec86f3b"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-ad790298-a8bf-46db-90dd-3700f379aed3
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS708344 , stirdl:RDS12837115 ;
        rdl:defaultRdsId        "R-ad790298-a8bf-46db-90dd-3700f379aed3"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-79aab701-f024-4c7e-bb72-3af9be52f40e ;
        stirdl:hasFillingFluid  stirdl:R-f7dd4841-664d-4291-b394-6324380cba10 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-2ccc34e3-bd26-44c9-88a7-09ce860f05c8 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-4f8d9bd2-19f3-454c-bea0-6d40535dcae5 .

stirdl:R-e462ae99-0ddb-495f-9149-cbc64b3f13bf
        rdfs:label              "3.8 KILOGRAM"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-e462ae99-0ddb-495f-9149-cbc64b3f13bf"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-143b99fb-ac9c-4f07-bc84-1a9815210f1b .