sti.ttl 41.5 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809
@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-db85329a-085b-4be4-aa43-fdc71cb99fb6
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

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

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

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:hasLowerLimitTemperature
        rdfs:subPropertyOf  lci:hasLowerLimit .

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: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-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-3a3643f7-528b-4a3a-9590-f34ca86076a4
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^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:hasAdjustablePressureMeasuringRangeInstance
        rdfs:subPropertyOf  stirdl:hasAdjustablePressureMeasuringRange .

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-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:R-cd238246-9fca-411c-adc9-452a9cfdf3b6
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

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-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-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-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-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: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:hasInstallationAndRemovalProcedureReference
        rdfs:label          "Installation and removal procedures"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465580191 .

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:hasUpperLimitVoltage
        rdfs:subPropertyOf  lci:hasUpperLimit .

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

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:hasLowerLimitVoltage
        rdfs:subPropertyOf  lci:hasLowerLimit .

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

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

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:hasProductDescriptionAndOrderingInformationReference
        rdfs:label          "Product description and ordering information"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465587841 .

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

stirdl:R-065b4659-8e63-4ac3-ae99-4d59c9b436da
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS686114 , stirdl:RDS462104 ;
        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-b76d83a8-e507-4689-880e-b3aaa0fc6830
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-b76d83a8-e507-4689-880e-b3aaa0fc6830"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-86da1af3-8115-4384-ba22-20cb5eae2a6e .

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-f3c36d5f-8f6f-495a-9e9a-3789bd747910
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-f3c36d5f-8f6f-495a-9e9a-3789bd747910"^^xsd:string .

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

stirdl:R-52a708d9-f9a3-40cd-a142-2be76d7e7a83
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-52a708d9-f9a3-40cd-a142-2be76d7e7a83"^^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-48c20929-98cd-4dd8-af51-097e73746b4b
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^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-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-d472161d-6900-47fc-950b-becfc8c9c993
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1400191931 , stirdl:RDS501803511 , stirdl:RDS1400865471 , stirdl:RDS1084049 , stirdl:RDS1051694 , stirdl:RDS38822373235 , stirdl:RDS1007459 , stirdl:RDS1015109 ;
        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:hasAmbientOperatingTemperatureRangeInstance
        rdfs:subPropertyOf  stirdl:hasAmbientOperatingTemperatureRange .

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

stirdl:hasSupplyVoltageRangeInstance
        rdfs:subPropertyOf  stirdl:RDS1411396881 .

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:hasSectionalDrawingReference
        rdfs:label          "Sectional drawing"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS2102026741 .

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-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:hasMeasurementAndArrangementDrawingReference
        rdfs:label          "Measurement and arrangements drawing"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465582611 .

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:hasNormalPressureInstance
        rdfs:subPropertyOf  stirdl:RDS6949380 .

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:  rdfs:label       ""^^xsd:string ;
        rdfs:subClassOf   stirdl: , stirdl:RDS1459035611 ;
        rdl:defaultRdsId  ""^^xsd:string ;
        stirdl:hasHighPressureSideConnection
                stirdl: .

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-862b5a9d-85fc-468c-b2a0-c6b23e5237d8
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        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-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-8b7d66af-9728-42e5-b3db-c2fe1bf07701
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

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

stirdl:hasUpperLimitTemperature
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:hasUpperLimitElectricalLoadInstance
        rdfs:subPropertyOf  stirdl:hasUpperLimitElectricalLoad .

stirdl:R-853f1e4e-62bd-4541-83d8-ca205fe0fbf6
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS419849 , stirdl:RDS708344 ;
        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-39b14182-df38-476c-b552-f8af4ac17478
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

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-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-88e31854-525d-48db-b6f6-b200c5de7744
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

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-6e73e035-5b73-4dd8-8265-e94561c56007
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

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:hasSourServiceSpecification
        rdfs:label          "Sour Service Specification"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1416766731 .

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-77d45c0a-d6d0-48bd-99d1-06fb0485c4a8
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^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-15fb6c91-8cd9-4fa2-bbe2-28491c588f97
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

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-ab0464a7-7c15-4f27-9895-479b89946268
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:hasLowerLimitPower
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:hasUpperLimitPressure
        rdfs:subPropertyOf  lci:hasUpperLimit .

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

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

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-1320a74e-02ca-41aa-949e-8aab7588bbf8
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^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-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-38625b2d-982f-476a-8658-fdd227941cc0
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

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-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-f61a745f-eaf5-408f-a8b3-fc418e5c0bae
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:hasCEIdentificationCode
        a       stirdl:RDS1387343801 .

stirdl:R-aca079cf-1c33-41c7-b32a-3748a3e8ef49
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^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:R-6590053b-6f30-49f6-babc-6c7403169ef0
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-6590053b-6f30-49f6-babc-6c7403169ef0"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-e944ad36-0c4a-45ae-bb51-c919f2e29730 .

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-7903003c-226f-4965-84a0-f3c6100fd40c
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

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

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-8db1cbc9-4dc2-4f9e-97ce-381025912d3a
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^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-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-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-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-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-5a431c2c-39a7-47fc-83b3-fdb1d7bca872
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 , stirdl:RDS419849 ;
        rdl:defaultRdsId   "R-5a431c2c-39a7-47fc-83b3-fdb1d7bca872"^^xsd:string ;
        lci:featurePartOf  stirdl:R-50ecb1fd-4d14-41d2-8f1a-0cbfcce644f4 .

stirdl:hasPowerConsumptionRangeInstance
        rdfs:subPropertyOf  stirdl:hasPowerConsumptionRange .

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-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:hasNormalWeight
        rdfs:subPropertyOf  stirdl:RDS7601554 .

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-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:hasOperationAndMaintenanceInstructionsReference
        rdfs:label          "Operation and maintenance instructions"^^xsd:string ;
        rdfs:subPropertyOf  stirdl:RDS1465585571 .

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-74b4bef2-5d73-450c-85e5-d5794aae59df
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185363 , stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        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-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:hasUpperLimitPower
        rdfs:subPropertyOf  lci:hasUpperLimit .

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-aae597de-8b60-4a4e-b024-edbfd2593488
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:R-0834f2fb-cd09-44b4-8107-b42d80e4a9c8
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^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-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-a6839105-7c63-4625-826f-fa7577fe3e98
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        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-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: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-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-ac42418d-8673-4c6d-8e5b-99f6cab4b741
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-ac42418d-8673-4c6d-8e5b-99f6cab4b741"^^xsd:string .

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-ecac68aa-49c2-4bef-ad2b-0de3a511902d
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS686114 , stirdl:RDS708344 ;
        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-67e91870-92ee-4b8a-9b7d-dba616e8c990
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:hasLowerLimitPressure
        rdfs:subPropertyOf  lci:hasLowerLimit .

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-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 .

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 .