sti.ttl 115 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189
@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-c89ebad9-aa2c-4cce-87ed-077f9bff26b2
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-c89ebad9-aa2c-4cce-87ed-077f9bff26b2"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/88/42/41/3051_IOM.pdf"^^xsd:string .

stirdl:R-4c370fa9-1877-4a84-b776-d79307c958c5
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-2c82ed55-0d19-4b15-baf1-fa6b54282c84
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-a2ac40e5-4dca-4f83-8e0f-28f035f06a8f
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-a2ac40e5-4dca-4f83-8e0f-28f035f06a8f"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-94afd485-6db1-42a3-83dd-49e68487efc4
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-94afd485-6db1-42a3-83dd-49e68487efc4"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-b23deb75-97d8-4351-9c1c-e5f38df79b8d
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS427634 , stirdl:RDS708344 ;
        rdl:defaultRdsId        "R-b23deb75-97d8-4351-9c1c-e5f38df79b8d"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-c7bf2219-edb9-432a-a86b-b8dd01d40b81 ;
        stirdl:hasFillingFluid  stirdl:R-0e99e3b6-6073-4d64-8464-b96b89726bee .

stirdl:R-a57006df-141e-45a3-bed8-1a2938b3146b
        rdfs:label        "ASME B1.20.1 1/4 - 18 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS733634 ;
        rdl:defaultRdsId  "R-a57006df-141e-45a3-bed8-1a2938b3146b"^^xsd:string .

stirdl:R-681038a4-5dc6-4861-b269-285c53c3914b
        a                  lci:TextString ;
        rdfs:label         "TEK-00791142"^^xsd:string ;
        rdl:defaultRdsId   "R-681038a4-5dc6-4861-b269-285c53c3914b"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/53/81/33/TEK-00791142.pdf"^^xsd:string .

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

stirdl:R-5dc103e4-de8a-4f99-81d1-dbff05b937e3
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-5dc103e4-de8a-4f99-81d1-dbff05b937e3"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-83c4e913-13ad-42d8-8ccc-9ed87624d6a6 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-0037f135-46ef-41c6-91b8-d930ab960351 .

stirdl:R-44ba3398-3859-46aa-ab50-adb7d13ac1d0
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:hasCEIdentificationCode
        a       stirdl:RDS1387343801 .

stirdl:R-36aeb911-0512-4c64-8a56-159fe7d0398f
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-36aeb911-0512-4c64-8a56-159fe7d0398f"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-6bf0ce53-2238-4611-8fbc-ac6ee72b9ec1 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-8ca0ca8e-a8a7-4da6-88ff-e00090bf3f6c ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-730d530b-fc70-4dd2-91c8-e8b6e9a86fb3 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-46e581eb-1ff4-4b74-ba39-61b4736326bc .

stirdl:R-2946cde6-9cf7-4fb2-856f-c43e5680bdf3
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-331b4b5b-9740-4a56-a858-4917044e4884
        rdfs:label                      "+/- 0.04 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-331b4b5b-9740-4a56-a858-4917044e4884"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-1a359c1f-7243-4ad4-81fe-8115fa7ed5e0 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-13d37c0f-7f91-4662-8214-aceca792d4e0 .

stirdl:R-13d37c0f-7f91-4662-8214-aceca792d4e0
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

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

stirdl:R-d4642318-8299-4436-925b-8fa4f9606850
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-d4642318-8299-4436-925b-8fa4f9606850"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:hasLowerLimitPower
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-08687946-b531-4766-a0a0-27b6b9ef0910
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS462104 , stirdl:RDS708344 , stirdl:RDS427634 ;
        rdl:defaultRdsId        "R-08687946-b531-4766-a0a0-27b6b9ef0910"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-bf914140-3d62-4327-8bd0-5a2dcc12c5cc ;
        stirdl:hasFillingFluid  stirdl:R-c2796f46-c6bf-481c-8c88-179a4892cef3 .

stirdl:R-e49e13fb-0c62-4643-a8c7-57e40d5ffa8c
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-e49e13fb-0c62-4643-a8c7-57e40d5ffa8c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/01/66/38/46/3051S_IOM.pdf"^^xsd:string .

stirdl:R-c60db808-a368-4f71-bbd0-5f016dc90a58
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string ;
        rdl:hasDefinition  "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string .

stirdl:R-3e19ab4f-772d-4451-b869-28b2b9437108
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-3e19ab4f-772d-4451-b869-28b2b9437108"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-4dec9b3f-e821-477c-94e7-e0a4276d9daf
        rdfs:label                 "96 - 480"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-4dec9b3f-e821-477c-94e7-e0a4276d9daf"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-16488ce6-534e-40a6-8038-91f56c6fba96 ;
        stirdl:hasUpperLimitPower  stirdl:R-7d701975-55d4-4c0a-b57d-c63f75bf4871 .

stirdl:R-cd64b19e-2425-409c-b611-9f262938daab
        rdfs:label        "Diaphragm Seals"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1469942981 ;
        rdl:defaultRdsId  "R-cd64b19e-2425-409c-b611-9f262938daab"^^xsd:string .

stirdl:R-9733bca9-dfc5-4dde-8711-1ae098fb853b
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-44440222-eb83-4fc3-b2a1-35ba783cacad
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:R-1a359c1f-7243-4ad4-81fe-8115fa7ed5e0
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-54dc2a9c-1a5a-4055-b823-bb49f9b618fd
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-ac8255f9-3dc1-49d6-b244-a79e1f65427e
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-ac8255f9-3dc1-49d6-b244-a79e1f65427e"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

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

stirdl:R-1f45a0a6-a367-42f6-83ea-ae9ff69f810d
        rdfs:label        "-137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-1f45a0a6-a367-42f6-83ea-ae9ff69f810d"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-0b9443f2-e6bb-409f-abd4-6c9928dad369 .

stirdl:R-009f7a87-2b6f-46f9-9e79-dee27725117d
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS12836035 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-009f7a87-2b6f-46f9-9e79-dee27725117d"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-29870585-4ecb-483d-8d2d-f733116565b9 ;
        stirdl:hasFillingFluid  stirdl:R-f9ad6653-9f3f-41eb-b29f-816dabcbc3ca .

stirdl:R-be3ebb0a-819b-49b3-9fd8-96f4e033f525
        rdfs:label         "-1.0"^^xsd:string ;
        rdl:defaultRdsId   "R-be3ebb0a-819b-49b3-9fd8-96f4e033f525"^^xsd:string ;
        stirdl:RDS1314539  "-1.0"^^xsd:float .

stirdl:R-589bba7d-e117-4426-bc40-96adf38cdfeb
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-2ad95731-efae-4b7e-affa-3c3f9d68dcd2
        rdfs:label        "2.5"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-2ad95731-efae-4b7e-affa-3c3f9d68dcd2"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-b2a91ce8-ddc8-495b-a66d-c80fe7dec8c5 .

stirdl:hasLowerLimitVoltage
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-d3cc7fba-4692-4775-94f7-6c9d05efed47
        rdfs:label         "1387"^^xsd:string ;
        rdl:defaultRdsId   "R-d3cc7fba-4692-4775-94f7-6c9d05efed47"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-c2796f46-c6bf-481c-8c88-179a4892cef3
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-c2796f46-c6bf-481c-8c88-179a4892cef3"^^xsd:string .

stirdl:R-0e99e3b6-6073-4d64-8464-b96b89726bee
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-0e99e3b6-6073-4d64-8464-b96b89726bee"^^xsd:string .

stirdl:R-b0bdb957-d583-49b1-b9a0-95f00215b2fe
        rdfs:label                 "500 - 500"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-b0bdb957-d583-49b1-b9a0-95f00215b2fe"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-1e63cead-6204-49cf-8058-b4822d0a6101 ;
        stirdl:hasUpperLimitPower  stirdl:R-2ecdb56b-e167-4bfc-94a1-34e466499c17 .

stirdl:R-afa0aeb6-d886-4af4-b64a-10b40d60d474
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-5a8e8fc8-752a-4fe4-a2f2-86963a0a6f87
        rdfs:label                   "10.5 - 42.4"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-5a8e8fc8-752a-4fe4-a2f2-86963a0a6f87"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-f407bd99-267f-41df-87fc-90abb34711dc ;
        stirdl:hasUpperLimitVoltage  stirdl:R-196ec94c-90ca-410d-a05d-a13599706109 .

stirdl:R-244953b9-5a60-44c7-9c21-b24055551f04
        rdfs:label        "Diaphragm Seals"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1469942981 ;
        rdl:defaultRdsId  "R-244953b9-5a60-44c7-9c21-b24055551f04"^^xsd:string .

stirdl:R-e92e53b6-1838-40ff-be77-1b5d75bb10df
        rdfs:label         "2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-e92e53b6-1838-40ff-be77-1b5d75bb10df"^^xsd:string ;
        stirdl:RDS1348919  "2.48"^^xsd:float .

stirdl:R-9056cc41-88b8-4c09-b428-e296831bef83
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:R-27f682e7-ad46-4ba1-bcf0-564d31f38c9d
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-27f682e7-ad46-4ba1-bcf0-564d31f38c9d"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/01/66/38/46/3051S_IOM.pdf"^^xsd:string .

stirdl:R-f47fd88b-0ef2-4ac5-a831-3703c6a73ae4
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-f47fd88b-0ef2-4ac5-a831-3703c6a73ae4"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-a3c39fe6-fc1e-4ff7-9f12-4f82f4c41739
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-77232253-22a8-4e80-9a76-89c893fbe8e9
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-77232253-22a8-4e80-9a76-89c893fbe8e9"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-9ca7e38a-430c-4915-a6a4-58f61bcfe1f4 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-9c339c15-a1fc-4fa7-a2ee-cef0f2695384 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-df700fed-45d0-444d-ae0d-f25f85b6259c ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-c66fb154-06cf-4cf5-beb3-a97fb9af5c76 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-b1ab8952-3d53-4ac8-80d0-5d7985c54e8e .

stirdl:R-5686bdb3-d4b3-4833-9017-f302800741b4
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-29870585-4ecb-483d-8d2d-f733116565b9
        rdfs:label                    "-1.0 - 10.3"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-29870585-4ecb-483d-8d2d-f733116565b9"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-f0bff263-5189-41a8-8be9-48f415f9ee23 ;
        stirdl:hasUpperLimitPressure  stirdl:R-af9b6854-55db-4536-bed0-9d01872231ff .

stirdl:R-7dac9419-89db-4b45-bcfe-25808db73522
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-7dac9419-89db-4b45-bcfe-25808db73522"^^xsd:string .

stirdl:R-407399e2-3764-4915-9911-400ecca05b0e
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-a37b6c36-933b-421d-a417-98f9b884ab13
        rdfs:label                      "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1051694 , stirdl:RDS1007459 , stirdl:RDS38822373235 , stirdl:RDS1400191931 , stirdl:RDS1400865471 , stirdl:RDS1015109 ;
        rdl:defaultRdsId                "R-a37b6c36-933b-421d-a417-98f9b884ab13"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-a2f7b2b1-1626-4cc3-914b-0efd1cf67233 , stirdl:R-b0dbe086-361c-46cc-ac47-f58e0ba04960 , stirdl:R-ed83e1bb-7eb9-4d0d-8a1b-460267a3fcfb , stirdl:R-009f7a87-2b6f-46f9-9e79-dee27725117d , stirdl:R-77232253-22a8-4e80-9a76-89c893fbe8e9 ;
        lci:identifiedBy                stirdl:R-e12fe63f-56ad-4521-8aa6-60c2271f4641 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-5802c0e4-833e-4312-8836-db7256004455 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-e49e13fb-0c62-4643-a8c7-57e40d5ffa8c ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-34135ca5-46e8-4673-a02b-47d1460e9664 , stirdl:R-a6ff36f5-e08a-4018-a000-414b372e9b1e ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-0eb9c1d6-fd07-4bf6-9fe2-0398ebd27e8c ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-b0bdb957-d583-49b1-b9a0-95f00215b2fe ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-27f682e7-ad46-4ba1-bcf0-564d31f38c9d ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-681038a4-5dc6-4861-b269-285c53c3914b , stirdl:R-a4c25f6c-8dd3-486d-9a88-bd959ef6ad0d ;
        stirdl:hasWeightRangeInstance   stirdl:R-df6898b2-9144-4136-ba0a-869d3846f1f5 .

stirdl:R-ba61b549-367e-478a-b131-152ec319a55b
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-ba61b549-367e-478a-b131-152ec319a55b"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-af9b6854-55db-4536-bed0-9d01872231ff
        rdfs:label         "10.3"^^xsd:string ;
        rdl:defaultRdsId   "R-af9b6854-55db-4536-bed0-9d01872231ff"^^xsd:string ;
        stirdl:RDS1348919  "10.3"^^xsd:float .

stirdl:R-58c63af8-22f5-4ba1-ab5b-a034828d7ef7
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS427634 , stirdl:RDS708344 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-58c63af8-22f5-4ba1-ab5b-a034828d7ef7"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-9708b873-ed19-4be5-a107-e0216d9d0fa4 ;
        stirdl:hasFillingFluid  stirdl:R-14f624bf-f1dd-42c0-8432-529822a667cb .

stirdl:R-8b106c88-5226-4ddd-a21d-e85fdf95cdb6
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-8b106c88-5226-4ddd-a21d-e85fdf95cdb6"^^xsd:string ;
        stirdl:RDS1348919  "-0.98"^^xsd:float .

stirdl:R-e94600bf-e352-4605-b818-a6390baa844a
        rdfs:label        "Manifolds"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185361 ;
        rdl:defaultRdsId  "R-e94600bf-e352-4605-b818-a6390baa844a"^^xsd:string .

stirdl:R-691301e6-a456-467f-b50f-322b078c0e65
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-691301e6-a456-467f-b50f-322b078c0e65"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-099ff3de-c36b-4f72-b6e2-2380bdecde98 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-fb3a80a0-19f1-4c7a-aad4-6987dab7bdbe ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-48a737ba-fb1f-40ec-b328-ed753f061c54 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-d49f4b0d-9321-4789-9baf-94119c174763 ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-3107179f-18ab-47c7-b24f-796b13b2d059 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-cfdbe1e3-aeb7-494a-9491-d47dd6a4c929 .

stirdl:R-cfdbe1e3-aeb7-494a-9491-d47dd6a4c929
        rdfs:label        "4.96"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-cfdbe1e3-aeb7-494a-9491-d47dd6a4c929"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-55da5e9a-a6db-48da-a89e-8d497d086537 .

stirdl:R-03fbdae7-be35-4cba-be57-bd0502c4d51c
        rdfs:label        "-40 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-03fbdae7-be35-4cba-be57-bd0502c4d51c"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-0b24cc0b-f11d-41f3-b00a-a4a23b60ad6f ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-fd8e6f32-ebbe-48dc-9c33-ba4830492a0a .

stirdl:R-b58d5d62-2d30-421c-8640-f9d7db66b8aa
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS427634 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-b58d5d62-2d30-421c-8640-f9d7db66b8aa"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-aaa41afe-d27a-4c71-9fb2-b0c9d5e5474d ;
        stirdl:hasFillingFluid  stirdl:R-6e7e0a1b-22b1-4d21-8ec5-eb87765b824f .

stirdl:R-0b24cc0b-f11d-41f3-b00a-a4a23b60ad6f
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-3a0908f8-eebb-4d74-b488-d2607b87d5ec
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-3a0908f8-eebb-4d74-b488-d2607b87d5ec"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-bf914140-3d62-4327-8bd0-5a2dcc12c5cc
        rdfs:label                    "-137.9 - 137.9"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-bf914140-3d62-4327-8bd0-5a2dcc12c5cc"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-fba79e41-ee91-4125-9f34-9ee1f964dd25 ;
        stirdl:hasUpperLimitPressure  stirdl:R-978fb95c-4fe1-471a-aeff-4bbf810a92a8 .

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

stirdl:R-fba93822-c441-4a96-bda6-1b0e2e9c7a8c
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-fba93822-c441-4a96-bda6-1b0e2e9c7a8c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-ab8fcb54-442f-4d7a-a736-1c13321c555c
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-ab8fcb54-442f-4d7a-a736-1c13321c555c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-fd053557-7ea9-485d-95ba-f86e44e80ee7
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-fd053557-7ea9-485d-95ba-f86e44e80ee7"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-bbdd91cd-2795-4784-9ca6-92518923ab65
        rdfs:label         "4.7"^^xsd:string ;
        stirdl:RDS1328669  "4.7"^^xsd:float .

stirdl:R-76b41c35-006b-4e68-bd3f-d6886934683a
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-7845b7dc-c228-4d52-9d00-59f38ad2dc3d
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-7845b7dc-c228-4d52-9d00-59f38ad2dc3d"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-14f624bf-f1dd-42c0-8432-529822a667cb
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-14f624bf-f1dd-42c0-8432-529822a667cb"^^xsd:string .

stirdl:R-b109631d-fa0c-4a4e-a445-6bad801ad777
        rdfs:label         "10.3"^^xsd:string ;
        rdl:defaultRdsId   "R-b109631d-fa0c-4a4e-a445-6bad801ad777"^^xsd:string ;
        stirdl:RDS1314539  "10.3"^^xsd:float .

stirdl:R-aaa41afe-d27a-4c71-9fb2-b0c9d5e5474d
        rdfs:label                    "-0.98 - 2.5"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-aaa41afe-d27a-4c71-9fb2-b0c9d5e5474d"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-8b106c88-5226-4ddd-a21d-e85fdf95cdb6 ;
        stirdl:hasUpperLimitPressure  stirdl:R-48a09dd4-6012-45dc-9bee-f368b8e8c5ea .

stirdl:R-c7bf6b67-803f-4f20-bf18-2db135da379b
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-c7bf6b67-803f-4f20-bf18-2db135da379b"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-601bbc68-ad67-4576-b9a1-8797ac79c7db
        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-601bbc68-ad67-4576-b9a1-8797ac79c7db"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-e8a72568-04bf-4be1-abec-963f3404e0b5
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-e8a72568-04bf-4be1-abec-963f3404e0b5"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-f0bff263-5189-41a8-8be9-48f415f9ee23
        rdfs:label         "-1.0"^^xsd:string ;
        rdl:defaultRdsId   "R-f0bff263-5189-41a8-8be9-48f415f9ee23"^^xsd:string ;
        stirdl:RDS1348919  "-1.0"^^xsd:float .

stirdl:R-08377526-2215-4b52-856e-be6db86a9561
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-f9ad6653-9f3f-41eb-b29f-816dabcbc3ca
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-f9ad6653-9f3f-41eb-b29f-816dabcbc3ca"^^xsd:string .

stirdl:R-1204b52a-0bb6-4748-bcd2-e368bf2832e1
        rdfs:label        "-0.98"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-1204b52a-0bb6-4748-bcd2-e368bf2832e1"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-2a622dca-0a6d-46a7-99fa-0701eedffc21 .

stirdl:R-5ee4587d-9856-487b-a5d1-3b52ea17e134
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-605a5248-646c-435f-bffd-8a9a09089792
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-605a5248-646c-435f-bffd-8a9a09089792"^^xsd:string .

stirdl:R-8219ae2a-4e2d-4cf9-9cb0-18ce180970b8
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-8219ae2a-4e2d-4cf9-9cb0-18ce180970b8"^^xsd:string .

stirdl:R-7592076a-0d3f-4b81-9d62-cc4a3a9e6d6e
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-7592076a-0d3f-4b81-9d62-cc4a3a9e6d6e"^^xsd:string .

stirdl:R-67245b6d-26f8-44d4-a3a9-cfdae108a96a
        a                  lci:TextString ;
        rdfs:label         "General Arrangement 3051CD-0305RC5"^^xsd:string ;
        rdl:defaultRdsId   "R-67245b6d-26f8-44d4-a3a9-cfdae108a96a"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/20/56/21/3051CD_0305RC5.pdf"^^xsd:string .

stirdl:R-cfee9093-aee8-4bc1-af7e-9f989c689c9c
        rdfs:label                    "-0.98 - 137.9"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-cfee9093-aee8-4bc1-af7e-9f989c689c9c"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-bb24a74a-1e12-43f2-8b77-e7440cf8f118 ;
        stirdl:hasUpperLimitPressure  stirdl:R-525e4cd4-2353-4159-bab5-b75630e4ee7d .

stirdl:R-e12fe63f-56ad-4521-8aa6-60c2271f4641
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string ;
        rdl:hasDefinition  "3051S2TG2A3E11A1KI1M5P1Q4Q8QTT1Q15"^^xsd:string .

stirdl:R-48a737ba-fb1f-40ec-b328-ed753f061c54
        rdfs:label                      "+/- 0.04 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-48a737ba-fb1f-40ec-b328-ed753f061c54"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-54dc2a9c-1a5a-4055-b823-bb49f9b618fd ;
        stirdl:hasUpperLimitPercentage  stirdl:R-997d9643-3647-4b12-b4a4-8f1638e4d6e7 .

stirdl:R-d4ce5052-ba03-4da8-a6c5-305a717149ab
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1051694 , stirdl:RDS1015109 , stirdl:RDS1400191931 , stirdl:RDS1007459 , stirdl:RDS1400865471 , stirdl:RDS38822373235 ;
        rdl:defaultRdsId                "R-d4ce5052-ba03-4da8-a6c5-305a717149ab"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-2a09b8ac-acda-4656-9734-699a0ac5f6bf , stirdl:R-7f044c79-b952-40c0-b1c7-8ccc2c798c22 , stirdl:R-b23deb75-97d8-4351-9c1c-e5f38df79b8d , stirdl:R-244953b9-5a60-44c7-9c21-b24055551f04 , stirdl:R-a8097baf-e157-4ad3-a469-36bcfd4da733 ;
        lci:identifiedBy                stirdl:R-2c82ed55-0d19-4b15-baf1-fa6b54282c84 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-4117bb3a-2455-40f1-acdb-c1c2d450794d ;
        stirdl:hasApprovalAuthority     ""^^xsd:string ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-05e3704d-e67c-45d1-9abf-683a8f62f58c ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-da7a17e2-9626-4d8f-bbad-88fa4cf21bc3 , stirdl:R-a91e9ad7-a5e1-444d-a9a0-8caf3b2bdbc9 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-fd053557-7ea9-485d-95ba-f86e44e80ee7 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-0c3a0248-74a6-4cfb-b5f9-06a7ddef9b5f ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-725513e4-c1d8-4f03-85dc-8ab91b4bae6d ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-d58f31a8-3c29-4a96-8182-7119d43ab548 , stirdl:R-c1f53a97-20fa-4267-97ce-55bcf79e2d59 ;
        stirdl:hasWeightRangeInstance   stirdl:R-14fc1c6c-decf-4792-8a18-bebcb0c046e3 .

stirdl:R-84bb95e4-4e5d-4de3-9fd7-20cc4c256d83
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-84bb95e4-4e5d-4de3-9fd7-20cc4c256d83"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-46e17834-75c1-4951-8082-a2a072db47a0
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-46e17834-75c1-4951-8082-a2a072db47a0"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-84bb95e4-4e5d-4de3-9fd7-20cc4c256d83 .

stirdl:R-c38880f9-b4f0-4dcf-beae-fef91725bb92
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-512a7fb9-22f2-4e68-a31e-cefb3d3f20b4
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-b060b200-2476-456a-9c46-5a5f6c54ed65
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-b060b200-2476-456a-9c46-5a5f6c54ed65"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-98a95791-a930-4a01-bb43-f0b97f183c24
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1400865471 , stirdl:RDS1007459 , stirdl:RDS1051694 , stirdl:RDS1015109 , stirdl:RDS38822373235 , stirdl:RDS1400191931 ;
        rdl:defaultRdsId                "R-98a95791-a930-4a01-bb43-f0b97f183c24"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-36aeb911-0512-4c64-8a56-159fe7d0398f , stirdl:R-08687946-b531-4766-a0a0-27b6b9ef0910 , stirdl:R-02d29187-83bf-4c57-8369-75afd4001610 , stirdl:R-4af100a6-6a43-4d68-8c2e-7c695e161ada , stirdl:R-779876ad-009d-448e-a3c3-310a799ac369 ;
        lci:identifiedBy                stirdl:R-4ea8855f-1094-452b-b967-8459c104cf54 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-c2fb905b-3bb6-4d80-b1e4-c8076f1d267b ;
        stirdl:hasApprovalAuthority     ""^^xsd:string ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-76ea73b9-eb6c-4345-ab8d-1549f17e49ef ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-fba93822-c441-4a96-bda6-1b0e2e9c7a8c , stirdl:R-1c1d00d9-072d-4a5a-8103-08a217815ddb ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-d4642318-8299-4436-925b-8fa4f9606850 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-5958b2be-5a6f-4f45-8f63-e867591d9ca0 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-0e8f446a-a287-4c78-a979-755d5cbcae86 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-2db04bb5-8332-49be-8df3-9d1da97895f6 , stirdl:R-94afd485-6db1-42a3-83dd-49e68487efc4 ;
        stirdl:hasWeightRangeInstance   stirdl:R-d08958db-6690-45c4-9236-6361d3c422cf .

stirdl:R-525e4cd4-2353-4159-bab5-b75630e4ee7d
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-525e4cd4-2353-4159-bab5-b75630e4ee7d"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-5292e99e-b0d1-4514-aeb0-fed5175f7d96
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-5292e99e-b0d1-4514-aeb0-fed5175f7d96"^^xsd:string .

stirdl:R-df700fed-45d0-444d-ae0d-f25f85b6259c
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-df700fed-45d0-444d-ae0d-f25f85b6259c"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-93819cf1-4048-4c94-a63f-af59d8ce4b57 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-7baae256-3e51-4d82-be00-17807bc07953 .

stirdl:R-0f9ab439-eb2a-43f6-9a8b-4d340162291c
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-0f9ab439-eb2a-43f6-9a8b-4d340162291c"^^xsd:string .

stirdl:R-b1ab8952-3d53-4ac8-80d0-5d7985c54e8e
        rdfs:label        "10.3"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-b1ab8952-3d53-4ac8-80d0-5d7985c54e8e"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-b109631d-fa0c-4a4e-a445-6bad801ad777 .

stirdl:R-88739392-ef3c-45cf-aa10-7b4da384a1f6
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-88739392-ef3c-45cf-aa10-7b4da384a1f6"^^xsd:string .

stirdl:R-f4394b29-4824-4f75-91aa-43b39cbb3146
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1400865471 , stirdl:RDS38822373235 , stirdl:RDS1400191931 , stirdl:RDS1007459 , stirdl:RDS1051694 , stirdl:RDS1015109 ;
        rdl:defaultRdsId                "R-f4394b29-4824-4f75-91aa-43b39cbb3146"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-af134807-ca72-4edb-94e7-e4c84f643b03 , stirdl:R-743c2e9b-989c-4297-84f4-97cb80c7d000 , stirdl:R-cd64b19e-2425-409c-b611-9f262938daab , stirdl:R-953daef5-5f8a-4cd2-9c1c-c65c5d13783c , stirdl:R-61d69388-bada-4f24-b0b4-372cb8b712bf ;
        lci:identifiedBy                stirdl:R-d54f120b-8e0f-4b80-a431-b54c93c841ab ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-31cadd0b-1f62-4aed-98b1-451e675f6333 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-637bbdaa-8799-4923-b7bc-68b593a0b371 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-e8a72568-04bf-4be1-abec-963f3404e0b5 , stirdl:R-2c49ef9c-6184-4e04-a9c1-503d64f2488e ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-ac8255f9-3dc1-49d6-b244-a79e1f65427e ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-7aef530b-e2c2-4354-a5fd-fd1902bd08b3 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-3e19ab4f-772d-4451-b869-28b2b9437108 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-96c1aea2-ef0a-42cb-9743-d7136500e373 , stirdl:R-3e5943ef-8289-43b2-bfa6-d9f186f19704 ;
        stirdl:hasWeightRangeInstance   stirdl:R-dfcdae4e-1723-4e96-af45-9865cca1f148 .

stirdl:R-aa095f09-6ca7-4d82-a6e1-fd8613ce4a5f
        rdfs:label                    "-137.9 - 137.9"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-aa095f09-6ca7-4d82-a6e1-fd8613ce4a5f"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-a3b14509-f32b-4f01-84e4-3ee436003210 ;
        stirdl:hasUpperLimitPressure  stirdl:R-ddb599d8-3c35-444f-982b-a6175ca305a2 .

stirdl:R-cd7ef9ce-41f6-46dc-8cde-99153938e8d9
        rdfs:label         "2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-cd7ef9ce-41f6-46dc-8cde-99153938e8d9"^^xsd:string ;
        stirdl:RDS1348919  "2.48"^^xsd:float .

stirdl:R-b7710ddf-0d02-4544-9d68-4a62d6618075
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-b7710ddf-0d02-4544-9d68-4a62d6618075"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-3e100011-f4fe-4292-a58e-f7b954539db0
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-789422af-164d-43d2-8816-74daa1b98006
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-789422af-164d-43d2-8816-74daa1b98006"^^xsd:string .

stirdl:R-4142c6d7-fbcd-48b3-8eec-01c17f3d89c3
        rdfs:label                      "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS38822373235 , stirdl:RDS1400865471 , stirdl:RDS1015109 , stirdl:RDS1400191931 , stirdl:RDS1007459 , stirdl:RDS1051694 ;
        rdl:defaultRdsId                "R-4142c6d7-fbcd-48b3-8eec-01c17f3d89c3"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-58c63af8-22f5-4ba1-ab5b-a034828d7ef7 , stirdl:R-6cbb375e-2b97-4670-925c-78eeabc02ce1 , stirdl:R-991d4209-7585-4771-b0ab-968df9ed6f82 , stirdl:R-ecf10688-e3c4-4375-a8a6-7d32c4a23a2c ;
        lci:identifiedBy                stirdl:R-f4f4726a-ebef-47e2-8271-4ee5b4f57d0c ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-848717ba-bc4b-435b-bbd7-f88f822833f5 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-4b1e8a33-c8b7-432d-9e1c-a4ed30ac2dfb ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-a2ac40e5-4dca-4f83-8e0f-28f035f06a8f , stirdl:R-05669736-1609-45b6-8728-aed9eb5ea8ec ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-ab8fcb54-442f-4d7a-a736-1c13321c555c ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-00e46e0e-fdec-40c2-872c-4e890124422a ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-24ab43ba-ae85-46bb-9573-46d7e4f54d88 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-98647660-65e7-4972-af15-0431b2478cdd , stirdl:R-7845b7dc-c228-4d52-9d00-59f38ad2dc3d ;
        stirdl:hasWeightRangeInstance   stirdl:R-4ecff63d-bc18-44ba-9405-31409cc81472 .

stirdl:R-a4c25f6c-8dd3-486d-9a88-bd959ef6ad0d
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-a4c25f6c-8dd3-486d-9a88-bd959ef6ad0d"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/01/66/38/46/3051S_IOM.pdf"^^xsd:string .

stirdl:R-ac03f413-7583-4cf8-9e4d-84f9f52d7ba6
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-22454424-fd8b-4d1f-b951-5981ae3790ae
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-22454424-fd8b-4d1f-b951-5981ae3790ae"^^xsd:string .

stirdl:R-51d23f73-f443-456d-bef8-01dec12b0449
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-e4f303f7-93de-4287-9d8a-8895ce10837b
        rdfs:label         "0.01"^^xsd:string ;
        rdl:defaultRdsId   "R-e4f303f7-93de-4287-9d8a-8895ce10837b"^^xsd:string ;
        stirdl:RDS1314539  "0.01"^^xsd:float .

stirdl:R-7baae256-3e51-4d82-be00-17807bc07953
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-051cc7f6-95d6-4fe4-8804-dd4b29f90050
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-051cc7f6-95d6-4fe4-8804-dd4b29f90050"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-a57006df-141e-45a3-bed8-1a2938b3146b .

stirdl:R-0708e82f-b457-4edb-ba3f-96ae3c2271fd
        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-0708e82f-b457-4edb-ba3f-96ae3c2271fd"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-67505cdb-4981-48c1-825a-c8b448b942ab
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-67505cdb-4981-48c1-825a-c8b448b942ab"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-b10766e5-93c3-4c00-a560-272f55bcb880 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-d4aa30bd-6452-4a6e-9fe0-ed24c11686a7 .

stirdl:R-334d40cc-6300-4702-98f3-81bd9e0eb230
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-334d40cc-6300-4702-98f3-81bd9e0eb230"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-14c293ab-97aa-4391-b5fa-6c8d8b9231a9 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-407399e2-3764-4915-9911-400ecca05b0e .

stirdl:R-0b41f2eb-400d-4230-b17f-bbb8738e9506
        rdfs:label                      "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1015109 , stirdl:RDS1051694 , stirdl:RDS1400191931 , stirdl:RDS1400865471 , stirdl:RDS1007459 , stirdl:RDS38822373235 ;
        rdl:defaultRdsId                "R-0b41f2eb-400d-4230-b17f-bbb8738e9506"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-02409326-dca8-4065-a63c-56847071e74a , stirdl:R-6a4e5d40-4c1d-4834-b3fd-4f391e0dca18 , stirdl:R-b58d5d62-2d30-421c-8640-f9d7db66b8aa , stirdl:R-051cc7f6-95d6-4fe4-8804-dd4b29f90050 , stirdl:R-46e17834-75c1-4951-8082-a2a072db47a0 ;
        lci:identifiedBy                stirdl:R-1837ccd2-de6f-4f49-a643-8baa2cb07553 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-5dc103e4-de8a-4f99-81d1-dbff05b937e3 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-b7710ddf-0d02-4544-9d68-4a62d6618075 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-93505141-84bb-4d07-8582-e15b0b47bbfe , stirdl:R-16dc9b83-9f89-4ee8-abb5-e7c009bf8b53 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-dd72e03d-4808-458d-bda3-24ad20a4860c ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-55898f75-5ff9-4840-8132-3d6745934f53 ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-4f083f3c-3101-4056-a444-2b6e779651fd ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-67ad341c-7bc2-4131-88ba-0947dbadef23 , stirdl:R-78308a41-af17-4670-81c0-4f2f93eb2102 ;
        stirdl:hasWeightRangeInstance   stirdl:R-9ee3605e-4c07-46c4-82c4-513381cae960 .

stirdl:R-1837ccd2-de6f-4f49-a643-8baa2cb07553
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG3A2E15X5JWA1WK1C1I1L4M5P1Q4Q15Q8"^^xsd:string .

stirdl:R-b0dbe086-361c-46cc-ac47-f58e0ba04960
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-b0dbe086-361c-46cc-ac47-f58e0ba04960"^^xsd:string ;
        lci:featurePartOf  stirdl:R-605a5248-646c-435f-bffd-8a9a09089792 .

stirdl:R-55898f75-5ff9-4840-8132-3d6745934f53
        rdfs:label                 "10 - 10"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-55898f75-5ff9-4840-8132-3d6745934f53"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-2645b3df-9f3e-435e-94d3-642da1117382 ;
        stirdl:hasUpperLimitPower  stirdl:R-d78bbb53-6451-4374-9135-7c0a764214e9 .

stirdl:R-0c3a0248-74a6-4cfb-b5f9-06a7ddef9b5f
        rdfs:label                 "10 - 10"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-0c3a0248-74a6-4cfb-b5f9-06a7ddef9b5f"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-7934e8bb-2109-451a-a30f-bb3cdae422b5 ;
        stirdl:hasUpperLimitPower  stirdl:R-cf639549-7523-4f60-9cf9-7146be1ebd93 .

stirdl:R-d3d9cda5-5485-45ff-9185-2caa91e88c80
        rdfs:label        "-0.98"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-d3d9cda5-5485-45ff-9185-2caa91e88c80"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-4f731ef2-5efe-409b-bd80-aa666732303e .

stirdl:R-77d88a33-88c9-4a37-a0ff-3b7db361d239
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-6a11ab98-c54c-4309-8358-e737fb597104
        rdfs:label        "-40 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-6a11ab98-c54c-4309-8358-e737fb597104"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-c1e0595c-61bf-4aad-898f-8fc69e0358df ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-3327689b-bea3-45a5-ad2e-895567df6450 .

stirdl:R-5e98e2fe-89ee-4449-90eb-55137b8b0c22
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-5e98e2fe-89ee-4449-90eb-55137b8b0c22"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-38816bb3-f7b2-41ab-adc4-2c791fd49dd4 .

stirdl:R-2ba73712-bfc1-46fa-a39f-c16e009c8cb9
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-2ba73712-bfc1-46fa-a39f-c16e009c8cb9"^^xsd:string .

stirdl:R-34135ca5-46e8-4673-a02b-47d1460e9664
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-34135ca5-46e8-4673-a02b-47d1460e9664"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/01/66/38/46/3051S_IOM.pdf"^^xsd:string .

stirdl:R-3327689b-bea3-45a5-ad2e-895567df6450
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-16488ce6-534e-40a6-8038-91f56c6fba96
        rdfs:label         "96"^^xsd:string ;
        stirdl:RDS1336634  "96"^^xsd:float .

stirdl:R-aa4e89aa-fc84-4b81-822e-a52febad56ff
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS12837115 , stirdl:RDS708344 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-aa4e89aa-fc84-4b81-822e-a52febad56ff"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-47fc14d1-de6b-4aec-8e16-a0544a1075d5 ;
        stirdl:hasFillingFluid  stirdl:R-497e2181-0c86-4c1a-96ff-96bfad856432 .

stirdl:R-5859d127-cfa4-4f4c-9b95-664385400601
        rdfs:label                   "10.5 - 42.4"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-5859d127-cfa4-4f4c-9b95-664385400601"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-76b41c35-006b-4e68-bd3f-d6886934683a ;
        stirdl:hasUpperLimitVoltage  stirdl:R-8fab8c3b-4ed6-40b6-b00e-c7119e71e04c .

stirdl:R-0eb9c1d6-fd07-4bf6-9fe2-0398ebd27e8c
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Series Scalable Pressure, Flow, and Level           Solution"^^xsd:string ;
        rdl:defaultRdsId   "R-0eb9c1d6-fd07-4bf6-9fe2-0398ebd27e8c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/01/66/38/46/3051S_IOM.pdf"^^xsd:string .

stirdl:hasAdjustablePressureMeasuringRangeInstance
        rdfs:subPropertyOf  stirdl:hasAdjustablePressureMeasuringRange .

stirdl:R-997d9643-3647-4b12-b4a4-8f1638e4d6e7
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-eda72ba0-6710-4ab3-92c4-295228a5ac48
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-eda72ba0-6710-4ab3-92c4-295228a5ac48"^^xsd:string .

stirdl:R-3f8d3f25-601e-4ac3-801a-09ed7babdc41
        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-3f8d3f25-601e-4ac3-801a-09ed7babdc41"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-196ec94c-90ca-410d-a05d-a13599706109
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-29fb1920-ce12-4189-81e0-17c10c2caded
        rdfs:label        "4.96"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-29fb1920-ce12-4189-81e0-17c10c2caded"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-4910bcf5-81db-40f1-91ee-f208d376fbe2 .

stirdl:R-ac5c3b4d-c7ae-4162-b265-23017b13e546
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-ac5c3b4d-c7ae-4162-b265-23017b13e546"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-6f598069-b6aa-42ea-99ef-5c93b082cc13
        rdfs:label         "3.8"^^xsd:string ;
        stirdl:RDS1328669  "3.8"^^xsd:float .

stirdl:R-08669971-8325-43fe-a299-2491741b0b6e
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:hasUpperLimitElectricalLoadInstance
        rdfs:subPropertyOf  stirdl:hasUpperLimitElectricalLoad .

stirdl:R-1b31445b-0125-41af-8528-ff3da9ef1460
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-1b31445b-0125-41af-8528-ff3da9ef1460"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/88/42/41/3051_IOM.pdf"^^xsd:string .

stirdl:R-17c84635-0f8b-4a6e-929d-719f01771772
        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-17c84635-0f8b-4a6e-929d-719f01771772"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:hasLowerLimitPressure
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-a6ff36f5-e08a-4018-a000-414b372e9b1e
        a                  lci:TextString ;
        rdfs:label         "TEK-00791142"^^xsd:string ;
        rdl:defaultRdsId   "R-a6ff36f5-e08a-4018-a000-414b372e9b1e"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/53/81/33/TEK-00791142.pdf"^^xsd:string .

stirdl:hasPowerConsumptionRangeInstance
        rdfs:subPropertyOf  stirdl:hasPowerConsumptionRange .

stirdl:R-02409326-dca8-4065-a63c-56847071e74a
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1413185363 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-02409326-dca8-4065-a63c-56847071e74a"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-22454424-fd8b-4d1f-b951-5981ae3790ae ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-d3d9cda5-5485-45ff-9185-2caa91e88c80 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-82110923-8fe5-4139-be17-c31d00662d94 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-2ad95731-efae-4b7e-affa-3c3f9d68dcd2 .

stirdl:R-8bca73bf-7fc5-483e-85a6-23823820a78f
        rdfs:label        "-137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-8bca73bf-7fc5-483e-85a6-23823820a78f"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-ba61b549-367e-478a-b131-152ec319a55b .

stirdl:R-7aef530b-e2c2-4354-a5fd-fd1902bd08b3
        rdfs:label                 "10 - 10"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-7aef530b-e2c2-4354-a5fd-fd1902bd08b3"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-db54abb6-8647-485b-8030-2647d210b32a ;
        stirdl:hasUpperLimitPower  stirdl:R-c093351c-ebd1-42ad-a951-4d21c8c0d874 .

stirdl:R-3bbc65c7-d9ed-41f7-9833-cedf26250db0
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-3bbc65c7-d9ed-41f7-9833-cedf26250db0"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-dfcdae4e-1723-4e96-af45-9865cca1f148
        rdfs:label              "3.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-dfcdae4e-1723-4e96-af45-9865cca1f148"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-0132cfaf-db0b-459f-a623-8df45338a4cd .

stirdl:R-89d3cca2-a4eb-4986-a013-907fb29ddf91
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-89d3cca2-a4eb-4986-a013-907fb29ddf91"^^xsd:string .

stirdl:R-fba79e41-ee91-4125-9f34-9ee1f964dd25
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-fba79e41-ee91-4125-9f34-9ee1f964dd25"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

stirdl:R-0e8f446a-a287-4c78-a979-755d5cbcae86
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-0e8f446a-a287-4c78-a979-755d5cbcae86"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-bf304deb-ef0c-462e-8bb1-ab37276007a9
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-bf304deb-ef0c-462e-8bb1-ab37276007a9"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-ddd7431b-b4b7-49b4-9f51-657ca8248824
        rdfs:label                      "+/- 0.04 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-ddd7431b-b4b7-49b4-9f51-657ca8248824"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-8d49e640-b40d-4075-8087-5f46b02fcba0 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-2b1741c5-8285-4bea-8976-ba68f3f9e5a3 .

stirdl:R-aec27ca6-cedb-40bb-9d58-400cbc87a5c0
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

stirdl:R-b10766e5-93c3-4c00-a560-272f55bcb880
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-779876ad-009d-448e-a3c3-310a799ac369
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-779876ad-009d-448e-a3c3-310a799ac369"^^xsd:string ;
        lci:featurePartOf  stirdl:R-0f9ab439-eb2a-43f6-9a8b-4d340162291c .

stirdl:R-42b5cbbc-edf9-4e0d-9abf-c769a4defa93
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-8fab8c3b-4ed6-40b6-b00e-c7119e71e04c
        rdfs:label         "42.4"^^xsd:string ;
        stirdl:RDS1347974  "42.4"^^xsd:float .

stirdl:R-89e4d1a7-554f-4ca4-90f8-aa44af4e358a
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-89e4d1a7-554f-4ca4-90f8-aa44af4e358a"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-1705ebab-bff7-4f6a-bb81-57ccf543c1eb
        rdfs:label        "-137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-1705ebab-bff7-4f6a-bb81-57ccf543c1eb"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-588f6bcb-2f43-4fb0-ab09-50e11da74087 .

stirdl:R-754a24b6-5621-495b-b3e4-5cc0b6aeaa22
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-754a24b6-5621-495b-b3e4-5cc0b6aeaa22"^^xsd:string ;
        lci:featurePartOf  stirdl:R-eda72ba0-6710-4ab3-92c4-295228a5ac48 .

stirdl:R-98647660-65e7-4972-af15-0431b2478cdd
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-98647660-65e7-4972-af15-0431b2478cdd"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-47fc14d1-de6b-4aec-8e16-a0544a1075d5
        rdfs:label                    "-2.48 - 2.48"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-47fc14d1-de6b-4aec-8e16-a0544a1075d5"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-98606a31-5010-422d-8b6f-a9af33f0b6b7 ;
        stirdl:hasUpperLimitPressure  stirdl:R-e92e53b6-1838-40ff-be77-1b5d75bb10df .

stirdl:R-2645b3df-9f3e-435e-94d3-642da1117382
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-352f21ab-b778-4049-8783-7d2c6afa3d60
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-352f21ab-b778-4049-8783-7d2c6afa3d60"^^xsd:string .

stirdl:R-c7bf2219-edb9-432a-a86b-b8dd01d40b81
        rdfs:label                    "-137.9 - 137.9"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-c7bf2219-edb9-432a-a86b-b8dd01d40b81"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-e84c2ee0-4521-46f2-ac89-6ef6b9b1e9fb ;
        stirdl:hasUpperLimitPressure  stirdl:R-e2b811f4-6747-4700-8bc6-cd569012393d .

stirdl:R-9055a8e9-2145-4234-b2e6-4cffde25e974
        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-9055a8e9-2145-4234-b2e6-4cffde25e974"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-48a09dd4-6012-45dc-9bee-f368b8e8c5ea
        rdfs:label         "2.5"^^xsd:string ;
        rdl:defaultRdsId   "R-48a09dd4-6012-45dc-9bee-f368b8e8c5ea"^^xsd:string ;
        stirdl:RDS1348919  "2.5"^^xsd:float .

stirdl:R-9708b873-ed19-4be5-a107-e0216d9d0fa4
        rdfs:label                    "-137.9 - 137.9"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-9708b873-ed19-4be5-a107-e0216d9d0fa4"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-88b5314e-c1ac-4c6a-a638-70793671a130 ;
        stirdl:hasUpperLimitPressure  stirdl:R-bf304deb-ef0c-462e-8bb1-ab37276007a9 .

stirdl:R-4f083f3c-3101-4056-a444-2b6e779651fd
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-4f083f3c-3101-4056-a444-2b6e779651fd"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-cb4abe7f-dabe-489b-9704-c7bb919177da
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-cb4abe7f-dabe-489b-9704-c7bb919177da"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-fca3172d-9d1b-4959-9f9b-9b1de25a2017 .

stirdl:R-7e3da449-fada-40d7-9619-4b14ca8e134b
        rdfs:label        "137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-7e3da449-fada-40d7-9619-4b14ca8e134b"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-89e4d1a7-554f-4ca4-90f8-aa44af4e358a .

stirdl:R-6cbb375e-2b97-4670-925c-78eeabc02ce1
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-6cbb375e-2b97-4670-925c-78eeabc02ce1"^^xsd:string .

stirdl:R-a91e9ad7-a5e1-444d-a9a0-8caf3b2bdbc9
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-a91e9ad7-a5e1-444d-a9a0-8caf3b2bdbc9"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-a61cfa18-958e-4bf3-8cdf-1112eccfa923
        rdfs:label        "137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-a61cfa18-958e-4bf3-8cdf-1112eccfa923"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-ac5c3b4d-c7ae-4162-b265-23017b13e546 .

stirdl:hasUpperLimitTemperature
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-76ea73b9-eb6c-4345-ab8d-1549f17e49ef
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-76ea73b9-eb6c-4345-ab8d-1549f17e49ef"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-5958b2be-5a6f-4f45-8f63-e867591d9ca0
        rdfs:label                 "10 - 10"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-5958b2be-5a6f-4f45-8f63-e867591d9ca0"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-218f25f1-51ba-4677-b973-946975250f94 ;
        stirdl:hasUpperLimitPower  stirdl:R-51d23f73-f443-456d-bef8-01dec12b0449 .

stirdl:R-16dc9b83-9f89-4ee8-abb5-e7c009bf8b53
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-16dc9b83-9f89-4ee8-abb5-e7c009bf8b53"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-9c339c15-a1fc-4fa7-a2ee-cef0f2695384
        rdfs:label        "-1.0"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-9c339c15-a1fc-4fa7-a2ee-cef0f2695384"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-be3ebb0a-819b-49b3-9fd8-96f4e033f525 .

stirdl:R-56ecfb43-765c-4ae9-bff5-6d4c230ca413
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-56ecfb43-765c-4ae9-bff5-6d4c230ca413"^^xsd:string ;
        lci:featurePartOf  stirdl:R-5292e99e-b0d1-4514-aeb0-fed5175f7d96 .

stirdl:R-5ea5e0c0-0d82-4a76-b879-766570de10ed
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-5ea5e0c0-0d82-4a76-b879-766570de10ed"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-4f731ef2-5efe-409b-bd80-aa666732303e
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-4f731ef2-5efe-409b-bd80-aa666732303e"^^xsd:string ;
        stirdl:RDS1314539  "-0.98"^^xsd:float .

stirdl:R-6a4e5d40-4c1d-4834-b3fd-4f391e0dca18
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-6a4e5d40-4c1d-4834-b3fd-4f391e0dca18"^^xsd:string ;
        lci:featurePartOf  stirdl:R-e6e480af-0d15-4ebc-bdee-5ce5a5bce4d3 .

stirdl:R-2a09b8ac-acda-4656-9734-699a0ac5f6bf
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-2a09b8ac-acda-4656-9734-699a0ac5f6bf"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-6b401e4a-3e5f-4a55-ace6-9aa59ed4b035 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-1705ebab-bff7-4f6a-bb81-57ccf543c1eb ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-334d40cc-6300-4702-98f3-81bd9e0eb230 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-31f74899-c615-4032-b7b2-931aa4535b9d .

stirdl:R-f4f4726a-ebef-47e2-8271-4ee5b4f57d0c
        a                  stirdl:RDS1386450251 , lci:TextString ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-0037f135-46ef-41c6-91b8-d930ab960351
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-88b5314e-c1ac-4c6a-a638-70793671a130
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-88b5314e-c1ac-4c6a-a638-70793671a130"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

stirdl:R-a95d46a9-d0f2-450b-9fbf-b4251e540fd3
        a                  lci:TextString ;
        rdfs:label         "TEK-00821585"^^xsd:string ;
        rdl:defaultRdsId   "R-a95d46a9-d0f2-450b-9fbf-b4251e540fd3"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/88/42/42/TEK-00821585.pdf"^^xsd:string .

stirdl:R-f60fe793-bcc2-4789-9e71-b29c4dde21d6
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

stirdl:R-dd72e03d-4808-458d-bda3-24ad20a4860c
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-dd72e03d-4808-458d-bda3-24ad20a4860c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-1c1d00d9-072d-4a5a-8103-08a217815ddb
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-1c1d00d9-072d-4a5a-8103-08a217815ddb"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-93505141-84bb-4d07-8582-e15b0b47bbfe
        a                  lci:TextString ;
        rdfs:label         "TEK-00781182"^^xsd:string ;
        rdl:defaultRdsId   "R-93505141-84bb-4d07-8582-e15b0b47bbfe"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/12/32/51/TEK-00781182.pdf"^^xsd:string .

stirdl:R-0b9443f2-e6bb-409f-abd4-6c9928dad369
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-0b9443f2-e6bb-409f-abd4-6c9928dad369"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-55da5e9a-a6db-48da-a89e-8d497d086537
        rdfs:label         "4.96"^^xsd:string ;
        rdl:defaultRdsId   "R-55da5e9a-a6db-48da-a89e-8d497d086537"^^xsd:string ;
        stirdl:RDS1314539  "4.96"^^xsd:float .

stirdl:R-61d69388-bada-4f24-b0b4-372cb8b712bf
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS427634 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-61d69388-bada-4f24-b0b4-372cb8b712bf"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-aa095f09-6ca7-4d82-a6e1-fd8613ce4a5f ;
        stirdl:hasFillingFluid  stirdl:R-7dac9419-89db-4b45-bcfe-25808db73522 .

stirdl:R-32da3a43-f448-40bb-ac15-47d0ce167459
        rdfs:label        "Manifolds"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185361 ;
        rdl:defaultRdsId  "R-32da3a43-f448-40bb-ac15-47d0ce167459"^^xsd:string .

stirdl:hasUpperLimitPressure
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-588f6bcb-2f43-4fb0-ab09-50e11da74087
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-588f6bcb-2f43-4fb0-ab09-50e11da74087"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-6b401e4a-3e5f-4a55-ace6-9aa59ed4b035
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-6b401e4a-3e5f-4a55-ace6-9aa59ed4b035"^^xsd:string .

stirdl:R-3e5943ef-8289-43b2-bfa6-d9f186f19704
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-3e5943ef-8289-43b2-bfa6-d9f186f19704"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-9ca7e38a-430c-4915-a6a4-58f61bcfe1f4
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-9ca7e38a-430c-4915-a6a4-58f61bcfe1f4"^^xsd:string .

stirdl:R-05669736-1609-45b6-8728-aed9eb5ea8ec
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-05669736-1609-45b6-8728-aed9eb5ea8ec"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-14c293ab-97aa-4391-b5fa-6c8d8b9231a9
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-d54f120b-8e0f-4b80-a431-b54c93c841ab
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-cf639549-7523-4f60-9cf9-7146be1ebd93
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-f8802a27-9c6b-4e54-a212-4297c67c0182
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-d58f31a8-3c29-4a96-8182-7119d43ab548
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-d58f31a8-3c29-4a96-8182-7119d43ab548"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-743c2e9b-989c-4297-84f4-97cb80c7d000
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1413185363 , stirdl:RDS1422805611 ;
        rdl:defaultRdsId  "R-743c2e9b-989c-4297-84f4-97cb80c7d000"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-789422af-164d-43d2-8816-74daa1b98006 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-1f45a0a6-a367-42f6-83ea-ae9ff69f810d ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-67505cdb-4981-48c1-825a-c8b448b942ab ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-7e3da449-fada-40d7-9619-4b14ca8e134b .

stirdl:R-4ed0ace9-5426-4fe9-bfc8-f7edccf9df99
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-5c2747dd-556e-4497-89e8-263cc4047454
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-5c2747dd-556e-4497-89e8-263cc4047454"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:hasSupplyVoltageRangeInstance
        rdfs:subPropertyOf  stirdl:RDS1411396881 .

stirdl:R-7d701975-55d4-4c0a-b57d-c63f75bf4871
        rdfs:label         "480"^^xsd:string ;
        stirdl:RDS1336634  "480"^^xsd:float .

stirdl:R-4b1e8a33-c8b7-432d-9e1c-a4ed30ac2dfb
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-4b1e8a33-c8b7-432d-9e1c-a4ed30ac2dfb"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-8ca0ca8e-a8a7-4da6-88ff-e00090bf3f6c
        rdfs:label        "-137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-8ca0ca8e-a8a7-4da6-88ff-e00090bf3f6c"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-06d3b54b-c812-4ff2-9504-376f4dec6400 .

stirdl:R-2b1741c5-8285-4bea-8976-ba68f3f9e5a3
        rdfs:label         "0.04"^^xsd:string ;
        stirdl:RDS1317959  "0.04"^^xsd:float .

stirdl:R-9ee3605e-4c07-46c4-82c4-513381cae960
        rdfs:label              "4.6"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-9ee3605e-4c07-46c4-82c4-513381cae960"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-69a933c8-750d-47f7-9c36-074d5819d73e .

stirdl:R-69a933c8-750d-47f7-9c36-074d5819d73e
        rdfs:label         "4.6"^^xsd:string ;
        stirdl:RDS1328669  "4.6"^^xsd:float .

stirdl:R-37173c4a-3e46-4108-86ba-7c3ba9f2efec
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-82110923-8fe5-4139-be17-c31d00662d94
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-82110923-8fe5-4139-be17-c31d00662d94"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-d142ac43-5a6a-49bb-a21a-1e602fa7d355 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-9b7c9993-c9cf-4ee2-a908-a88367e357a4 .

stirdl:R-9e9fd316-0827-4e14-9176-7e5f81682f1d
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-8d49e640-b40d-4075-8087-5f46b02fcba0
        rdfs:label         "-0.04"^^xsd:string ;
        stirdl:RDS1317959  "-0.04"^^xsd:float .

stirdl:R-91035ef4-ed97-42a6-ab3b-4cd87d4882d4
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051 Pressure Transmitter"^^xsd:string ;
        rdl:defaultRdsId   "R-91035ef4-ed97-42a6-ab3b-4cd87d4882d4"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/88/42/41/3051_IOM.pdf"^^xsd:string .

stirdl:R-34971f98-1b82-4ff3-bd5a-40f95b4516f6
        a                  lci:TextString ;
        rdfs:label         "TEK-00821585"^^xsd:string ;
        rdl:defaultRdsId   "R-34971f98-1b82-4ff3-bd5a-40f95b4516f6"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/88/42/42/TEK-00821585.pdf"^^xsd:string .

stirdl:R-31cadd0b-1f62-4aed-98b1-451e675f6333
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-31cadd0b-1f62-4aed-98b1-451e675f6333"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-4ed0ace9-5426-4fe9-bfc8-f7edccf9df99 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-5ee4587d-9856-487b-a5d1-3b52ea17e134 .

stirdl:R-d49f4b0d-9321-4789-9baf-94119c174763
        rdfs:label                   "10.5 - 42.4"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-d49f4b0d-9321-4789-9baf-94119c174763"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-589bba7d-e117-4426-bc40-96adf38cdfeb ;
        stirdl:hasUpperLimitVoltage  stirdl:R-08377526-2215-4b52-856e-be6db86a9561 .

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

stirdl:R-2edf0c90-24c7-4c0f-ab63-2292ed68332b
        rdfs:label        "0.01"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-2edf0c90-24c7-4c0f-ab63-2292ed68332b"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-e4f303f7-93de-4287-9d8a-8895ce10837b .

stirdl:R-96c1aea2-ef0a-42cb-9743-d7136500e373
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-96c1aea2-ef0a-42cb-9743-d7136500e373"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-6d5d21c3-dc78-404e-9a80-333afee932e2
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-2e93842f-d3d4-4c63-bd98-c5f0ce397821
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdl:hasDefinition  "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string .

stirdl:R-ed83e1bb-7eb9-4d0d-8a1b-460267a3fcfb
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-ed83e1bb-7eb9-4d0d-8a1b-460267a3fcfb"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-c126057d-5dc9-4d2d-8d46-9773377d78b8 .

stirdl:R-9b7c9993-c9cf-4ee2-a908-a88367e357a4
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-14fc1c6c-decf-4792-8a18-bebcb0c046e3
        rdfs:label              "3.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-14fc1c6c-decf-4792-8a18-bebcb0c046e3"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-9e9fd316-0827-4e14-9176-7e5f81682f1d .

stirdl:hasLowerLimitTemperature
        rdfs:subPropertyOf  lci:hasLowerLimit .

stirdl:R-e2b811f4-6747-4700-8bc6-cd569012393d
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-e2b811f4-6747-4700-8bc6-cd569012393d"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-a2f7b2b1-1626-4cc3-914b-0efd1cf67233
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-a2f7b2b1-1626-4cc3-914b-0efd1cf67233"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-3bbc65c7-d9ed-41f7-9833-cedf26250db0 .

stirdl:R-06d3b54b-c812-4ff2-9504-376f4dec6400
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-06d3b54b-c812-4ff2-9504-376f4dec6400"^^xsd:string ;
        stirdl:RDS1314539  "-137.9"^^xsd:float .

stirdl:R-fb3a80a0-19f1-4c7a-aad4-6987dab7bdbe
        rdfs:label        "0.01"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-fb3a80a0-19f1-4c7a-aad4-6987dab7bdbe"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-aae5ce06-e7d0-458c-b036-c8694536f903 .

stirdl:R-c44e0071-1bdb-49ca-8bc3-93a2acd61544
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185363 , stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        rdl:defaultRdsId  "R-c44e0071-1bdb-49ca-8bc3-93a2acd61544"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-2ba73712-bfc1-46fa-a39f-c16e009c8cb9 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-1204b52a-0bb6-4748-bcd2-e368bf2832e1 ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-331b4b5b-9740-4a56-a858-4917044e4884 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-5859d127-cfa4-4f4c-9b95-664385400601 ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-ab32a42e-a3d9-4b0b-9f6d-ca26bde61468 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-a61cfa18-958e-4bf3-8cdf-1112eccfa923 .

stirdl:R-16d14208-0fe4-4c36-8447-9e4dbcfec577
        rdfs:label         "-2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-16d14208-0fe4-4c36-8447-9e4dbcfec577"^^xsd:string ;
        stirdl:RDS1348919  "-2.48"^^xsd:float .

stirdl:R-d78bbb53-6451-4374-9135-7c0a764214e9
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-4117bb3a-2455-40f1-acdb-c1c2d450794d
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-4117bb3a-2455-40f1-acdb-c1c2d450794d"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-22c0e605-02c9-4508-a15e-66b0f379823f ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-a3c39fe6-fc1e-4ff7-9f12-4f82f4c41739 .

stirdl:R-90bf70cc-b4eb-45e3-b858-2749468e2e9b
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1422805611 , stirdl:RDS1413185365 ;
        rdl:defaultRdsId  "R-90bf70cc-b4eb-45e3-b858-2749468e2e9b"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-352f21ab-b778-4049-8783-7d2c6afa3d60 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-2edf0c90-24c7-4c0f-ab63-2292ed68332b ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-ddd7431b-b4b7-49b4-9f51-657ca8248824 ;
        stirdl:hasSupplyVoltageRangeInstance
                stirdl:R-5a8e8fc8-752a-4fe4-a2f2-86963a0a6f87 ;
        stirdl:hasUpperLimitElectricalLoadInstance
                stirdl:R-d3cc7fba-4692-4775-94f7-6c9d05efed47 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-29fb1920-ce12-4189-81e0-17c10c2caded .

stirdl:R-a1033921-5ca3-4980-88c5-84e83e7562d6
        rdfs:label              "4.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-a1033921-5ca3-4980-88c5-84e83e7562d6"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-e936ec2c-0d04-45a2-9155-8a9ff6403b0d .

stirdl:R-fca3172d-9d1b-4959-9f9b-9b1de25a2017
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-fca3172d-9d1b-4959-9f9b-9b1de25a2017"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-4ecff63d-bc18-44ba-9405-31409cc81472
        rdfs:label              "3.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-4ecff63d-bc18-44ba-9405-31409cc81472"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-ac03f413-7583-4cf8-9e4d-84f9f52d7ba6 .

stirdl:R-ab32a42e-a3d9-4b0b-9f6d-ca26bde61468
        rdfs:label         "1387"^^xsd:string ;
        rdl:defaultRdsId   "R-ab32a42e-a3d9-4b0b-9f6d-ca26bde61468"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-552bf992-1ee5-4357-a155-1047294f5a1e
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-6fa90a21-6a25-4e80-a787-2a65589e1ead
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS12837115 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-6fa90a21-6a25-4e80-a787-2a65589e1ead"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-cfee9093-aee8-4bc1-af7e-9f989c689c9c ;
        stirdl:hasFillingFluid  stirdl:R-7d6c419c-2225-4f33-96c7-9e2abd518390 .

stirdl:R-848717ba-bc4b-435b-bbd7-f88f822833f5
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-848717ba-bc4b-435b-bbd7-f88f822833f5"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-9733bca9-dfc5-4dde-8711-1ae098fb853b ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-2946cde6-9cf7-4fb2-856f-c43e5680bdf3 .

stirdl:R-c126057d-5dc9-4d2d-8d46-9773377d78b8
        rdfs:label        "ASME B1.20.1 1/2 - 14 NPT-F"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS13984065 ;
        rdl:defaultRdsId  "R-c126057d-5dc9-4d2d-8d46-9773377d78b8"^^xsd:string .

stirdl:R-78308a41-af17-4670-81c0-4f2f93eb2102
        a                  lci:TextString ;
        rdfs:label         "TEK-00781182"^^xsd:string ;
        rdl:defaultRdsId   "R-78308a41-af17-4670-81c0-4f2f93eb2102"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/12/32/51/TEK-00781182.pdf"^^xsd:string .

stirdl:R-d4aa30bd-6452-4a6e-9fe0-ed24c11686a7
        rdfs:label         "0.055"^^xsd:string ;
        stirdl:RDS1317959  "0.055"^^xsd:float .

stirdl:R-e84c2ee0-4521-46f2-ac89-6ef6b9b1e9fb
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-e84c2ee0-4521-46f2-ac89-6ef6b9b1e9fb"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

stirdl:R-497e2181-0c86-4c1a-96ff-96bfad856432
        rdfs:label        "D.C. 210 SILICONE OIL"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696939 ;
        rdl:defaultRdsId  "R-497e2181-0c86-4c1a-96ff-96bfad856432"^^xsd:string .

stirdl:R-2ecdb56b-e167-4bfc-94a1-34e466499c17
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-7f044c79-b952-40c0-b1c7-8ccc2c798c22
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS419849 , stirdl:RDS820709 ;
        rdl:defaultRdsId  "R-7f044c79-b952-40c0-b1c7-8ccc2c798c22"^^xsd:string .

stirdl:R-31f74899-c615-4032-b7b2-931aa4535b9d
        rdfs:label        "137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-31f74899-c615-4032-b7b2-931aa4535b9d"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-b060b200-2476-456a-9c46-5a5f6c54ed65 .

stirdl:R-978fb95c-4fe1-471a-aeff-4bbf810a92a8
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-978fb95c-4fe1-471a-aeff-4bbf810a92a8"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:R-4af100a6-6a43-4d68-8c2e-7c695e161ada
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-4af100a6-6a43-4d68-8c2e-7c695e161ada"^^xsd:string .

stirdl:R-c093351c-ebd1-42ad-a951-4d21c8c0d874
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-7934e8bb-2109-451a-a30f-bb3cdae422b5
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-db54abb6-8647-485b-8030-2647d210b32a
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-62aa5edc-0b24-4fd8-a878-cbac22e8f2eb
        rdfs:label                 "96 - 480"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-62aa5edc-0b24-4fd8-a878-cbac22e8f2eb"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-9056cc41-88b8-4c09-b428-e296831bef83 ;
        stirdl:hasUpperLimitPower  stirdl:R-f60fe793-bcc2-4789-9e71-b29c4dde21d6 .

stirdl:R-d08958db-6690-45c4-9236-6361d3c422cf
        rdfs:label              "3.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-d08958db-6690-45c4-9236-6361d3c422cf"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-5686bdb3-d4b3-4833-9017-f302800741b4 .

stirdl:R-c66fb154-06cf-4cf5-beb3-a97fb9af5c76
        rdfs:label                   "10.5 - 42.4"^^xsd:string ;
        rdfs:subClassOf              stirdl:RDS16805172 ;
        rdl:defaultRdsId             "R-c66fb154-06cf-4cf5-beb3-a97fb9af5c76"^^xsd:string ;
        stirdl:hasLowerLimitVoltage  stirdl:R-3e100011-f4fe-4292-a58e-f7b954539db0 ;
        stirdl:hasUpperLimitVoltage  stirdl:R-44ba3398-3859-46aa-ab50-adb7d13ac1d0 .

stirdl:R-730d530b-fc70-4dd2-91c8-e8b6e9a86fb3
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-730d530b-fc70-4dd2-91c8-e8b6e9a86fb3"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-dd54e0bc-8303-4a00-8b4f-8bc388f130b4 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-08669971-8325-43fe-a299-2491741b0b6e .

stirdl:R-ec0ac375-6a21-4db3-b16c-d0f5021a7859
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-ec0ac375-6a21-4db3-b16c-d0f5021a7859"^^xsd:string .

stirdl:R-6e7e0a1b-22b1-4d21-8ec5-eb87765b824f
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-6e7e0a1b-22b1-4d21-8ec5-eb87765b824f"^^xsd:string .

stirdl:R-6bf0ce53-2238-4611-8fbc-ac6ee72b9ec1
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-6bf0ce53-2238-4611-8fbc-ac6ee72b9ec1"^^xsd:string .

stirdl:R-aae5ce06-e7d0-458c-b036-c8694536f903
        rdfs:label         "0.01"^^xsd:string ;
        rdl:defaultRdsId   "R-aae5ce06-e7d0-458c-b036-c8694536f903"^^xsd:string ;
        stirdl:RDS1314539  "0.01"^^xsd:float .

stirdl:R-3107179f-18ab-47c7-b24f-796b13b2d059
        rdfs:label         "1387"^^xsd:string ;
        rdl:defaultRdsId   "R-3107179f-18ab-47c7-b24f-796b13b2d059"^^xsd:string ;
        stirdl:RDS1338524  "1387"^^xsd:float .

stirdl:R-2c49ef9c-6184-4e04-a9c1-503d64f2488e
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-2c49ef9c-6184-4e04-a9c1-503d64f2488e"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-e936ec2c-0d04-45a2-9155-8a9ff6403b0d
        rdfs:label         "4.3"^^xsd:string ;
        stirdl:RDS1328669  "4.3"^^xsd:float .

stirdl:R-0132cfaf-db0b-459f-a623-8df45338a4cd
        rdfs:label         "3.3"^^xsd:string ;
        stirdl:RDS1328669  "3.3"^^xsd:float .

stirdl:R-4580427d-3e1e-47ca-af7d-52ccd2fb3d71
        rdfs:label        "ASME B1.20.1 1/4 - 18 NPT"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1442382761 , stirdl:RDS733634 ;
        rdl:defaultRdsId  "R-4580427d-3e1e-47ca-af7d-52ccd2fb3d71"^^xsd:string .

stirdl:R-02d29187-83bf-4c57-8369-75afd4001610
        rdfs:label        "Diaphragm Seals"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1469942981 ;
        rdl:defaultRdsId  "R-02d29187-83bf-4c57-8369-75afd4001610"^^xsd:string .

stirdl:R-4910bcf5-81db-40f1-91ee-f208d376fbe2
        rdfs:label         "4.96"^^xsd:string ;
        rdl:defaultRdsId   "R-4910bcf5-81db-40f1-91ee-f208d376fbe2"^^xsd:string ;
        stirdl:RDS1314539  "4.96"^^xsd:float .

stirdl:R-d142ac43-5a6a-49bb-a21a-1e602fa7d355
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-aeef982a-1724-4e10-8744-6b8f5897e5f3
        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-aeef982a-1724-4e10-8744-6b8f5897e5f3"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/03/85/27/26/00809-0100-4007_AB_2013.pdf"^^xsd:string .

stirdl:R-991d4209-7585-4771-b0ab-968df9ed6f82
        rdfs:label        "Electronic Module"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1413185365 , stirdl:RDS1422805611 , stirdl:RDS1413185363 ;
        rdl:defaultRdsId  "R-991d4209-7585-4771-b0ab-968df9ed6f82"^^xsd:string ;
        stirdl:hasCommunicationStandard
                stirdl:R-89d3cca2-a4eb-4986-a013-907fb29ddf91 ;
        stirdl:hasLowerLimitPressureMeasuringSpanInstance
                stirdl:R-8bca73bf-7fc5-483e-85a6-23823820a78f ;
        stirdl:hasPercentageAccuracyInstance
                stirdl:R-ebfadf36-cbe9-4eba-8537-28fecc92bc14 ;
        stirdl:hasUpperLimitPressureMeasuringSpanInstance
                stirdl:R-65bd30cb-8bf4-4521-b139-125c2ba955ef .

stirdl:R-efcc7dd1-8008-4a14-95be-83167e9b8c14
        rdfs:label                    "-2.48 - 2.48"^^xsd:string ;
        rdfs:subClassOf               stirdl:RDS13115064 ;
        rdl:defaultRdsId              "R-efcc7dd1-8008-4a14-95be-83167e9b8c14"^^xsd:string ;
        stirdl:hasLowerLimitPressure  stirdl:R-16d14208-0fe4-4c36-8447-9e4dbcfec577 ;
        stirdl:hasUpperLimitPressure  stirdl:R-cd7ef9ce-41f6-46dc-8cde-99153938e8d9 .

stirdl:R-7d6c419c-2225-4f33-96c7-9e2abd518390
        rdfs:label        "Silicone oil"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696832 ;
        rdl:defaultRdsId  "R-7d6c419c-2225-4f33-96c7-9e2abd518390"^^xsd:string .

stirdl:R-1aa5c5d0-2149-4d9e-aa6b-97119721fbe1
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-93819cf1-4048-4c94-a63f-af59d8ce4b57
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-af134807-ca72-4edb-94e7-e4c84f643b03
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-af134807-ca72-4edb-94e7-e4c84f643b03"^^xsd:string .

stirdl:R-ddb599d8-3c35-444f-982b-a6175ca305a2
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-ddb599d8-3c35-444f-982b-a6175ca305a2"^^xsd:string ;
        stirdl:RDS1348919  "137.9"^^xsd:float .

stirdl:hasUpperLimitVoltage
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-ecf10688-e3c4-4375-a8a6-7d32c4a23a2c
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-ecf10688-e3c4-4375-a8a6-7d32c4a23a2c"^^xsd:string ;
        lci:featurePartOf  stirdl:R-8219ae2a-4e2d-4cf9-9cb0-18ce180970b8 .

stirdl:R-c1f53a97-20fa-4267-97ce-55bcf79e2d59
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-c1f53a97-20fa-4267-97ce-55bcf79e2d59"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-fd8e6f32-ebbe-48dc-9c33-ba4830492a0a
        rdfs:label         "80"^^xsd:string ;
        stirdl:RDS1322684  "80"^^xsd:float .

stirdl:R-2a622dca-0a6d-46a7-99fa-0701eedffc21
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-2a622dca-0a6d-46a7-99fa-0701eedffc21"^^xsd:string ;
        stirdl:RDS1314539  "-0.98"^^xsd:float .

stirdl:R-953daef5-5f8a-4cd2-9c1c-c65c5d13783c
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-953daef5-5f8a-4cd2-9c1c-c65c5d13783c"^^xsd:string ;
        lci:featurePartOf  stirdl:R-88739392-ef3c-45cf-aa10-7b4da384a1f6 .

stirdl:R-5802c0e4-833e-4312-8836-db7256004455
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-5802c0e4-833e-4312-8836-db7256004455"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-77d88a33-88c9-4a37-a0ff-3b7db361d239 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-6d5d21c3-dc78-404e-9a80-333afee932e2 .

stirdl:R-658ddde6-198f-4ead-ae8b-a0135394416b
        rdfs:label              "Pressure Element"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS708344 , stirdl:RDS12837115 , stirdl:RDS462104 ;
        rdl:defaultRdsId        "R-658ddde6-198f-4ead-ae8b-a0135394416b"^^xsd:string ;
        stirdl:hasAdjustablePressureMeasuringRangeInstance
                stirdl:R-efcc7dd1-8008-4a14-95be-83167e9b8c14 ;
        stirdl:hasFillingFluid  stirdl:R-3c7ab736-e7ca-43cf-895c-48cf9c290dc6 .

stirdl:hasNormalWeight
        rdfs:subPropertyOf  stirdl:RDS7601554 .

stirdl:R-df6898b2-9144-4136-ba0a-869d3846f1f5
        rdfs:label              "3.8"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-df6898b2-9144-4136-ba0a-869d3846f1f5"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-6f598069-b6aa-42ea-99ef-5c93b082cc13 .

stirdl:R-ebfadf36-cbe9-4eba-8537-28fecc92bc14
        rdfs:label                      "+/- 0.055 %"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS627075900 ;
        rdl:defaultRdsId                "R-ebfadf36-cbe9-4eba-8537-28fecc92bc14"^^xsd:string ;
        stirdl:hasLowerLimitPercentage  stirdl:R-c38880f9-b4f0-4dcf-beae-fef91725bb92 ;
        stirdl:hasUpperLimitPercentage  stirdl:R-42b5cbbc-edf9-4e0d-9abf-c769a4defa93 .

stirdl:R-da7a17e2-9626-4d8f-bbad-88fa4cf21bc3
        a                  lci:TextString ;
        rdfs:label         "TEK-00781210"^^xsd:string ;
        rdl:defaultRdsId   "R-da7a17e2-9626-4d8f-bbad-88fa4cf21bc3"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/10/33/86/TEK-00781210.pdf"^^xsd:string .

stirdl:R-c2fb905b-3bb6-4d80-b1e4-c8076f1d267b
        rdfs:label        "-20 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-c2fb905b-3bb6-4d80-b1e4-c8076f1d267b"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-f8802a27-9c6b-4e54-a212-4297c67c0182 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-afa0aeb6-d886-4af4-b64a-10b40d60d474 .

stirdl:R-637bbdaa-8799-4923-b7bc-68b593a0b371
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-637bbdaa-8799-4923-b7bc-68b593a0b371"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-38816bb3-f7b2-41ab-adc4-2c791fd49dd4
        a                  lci:TextString ;
        rdfs:label         "NACE MR 01-75"^^xsd:string ;
        rdl:defaultRdsId   "R-38816bb3-f7b2-41ab-adc4-2c791fd49dd4"^^xsd:string ;
        rdl:hasDefinition  "NACE MR 01-75"^^xsd:string .

stirdl:R-98606a31-5010-422d-8b6f-a9af33f0b6b7
        rdfs:label         "-2.48"^^xsd:string ;
        rdl:defaultRdsId   "R-98606a31-5010-422d-8b6f-a9af33f0b6b7"^^xsd:string ;
        stirdl:RDS1348919  "-2.48"^^xsd:float .

stirdl:R-bb24a74a-1e12-43f2-8b77-e7440cf8f118
        rdfs:label         "-0.98"^^xsd:string ;
        rdl:defaultRdsId   "R-bb24a74a-1e12-43f2-8b77-e7440cf8f118"^^xsd:string ;
        stirdl:RDS1348919  "-0.98"^^xsd:float .

stirdl:R-a8097baf-e157-4ad3-a469-36bcfd4da733
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-a8097baf-e157-4ad3-a469-36bcfd4da733"^^xsd:string ;
        lci:featurePartOf  stirdl:R-7592076a-0d3f-4b81-9d62-cc4a3a9e6d6e .

stirdl:R-00e46e0e-fdec-40c2-872c-4e890124422a
        rdfs:label                 "10 - 10"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-00e46e0e-fdec-40c2-872c-4e890124422a"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-4c370fa9-1877-4a84-b776-d79307c958c5 ;
        stirdl:hasUpperLimitPower  stirdl:R-37173c4a-3e46-4108-86ba-7c3ba9f2efec .

stirdl:R-1e63cead-6204-49cf-8058-b4822d0a6101
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-4de0f5ca-2c38-4414-8ad5-401eaa2b6c59
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS38822373235 , stirdl:RDS1015109 , stirdl:RDS1400865471 , stirdl:RDS1051694 , stirdl:RDS1400191931 , stirdl:RDS1007459 ;
        rdl:defaultRdsId                "R-4de0f5ca-2c38-4414-8ad5-401eaa2b6c59"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-f62f164b-fdb3-48ed-acac-9b5bf2e0204f , stirdl:R-32da3a43-f448-40bb-ac15-47d0ce167459 , stirdl:R-90bf70cc-b4eb-45e3-b858-2749468e2e9b , stirdl:R-658ddde6-198f-4ead-ae8b-a0135394416b , stirdl:R-39b48112-8dbc-4b28-8b3a-d778ba0ced02 ;
        lci:identifiedBy                stirdl:R-2e93842f-d3d4-4c63-bd98-c5f0ce397821 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-6a11ab98-c54c-4309-8358-e737fb597104 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-0708e82f-b457-4edb-ba3f-96ae3c2271fd ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-c7bf6b67-803f-4f20-bf18-2db135da379b ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-3f8d3f25-601e-4ac3-801a-09ed7babdc41 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-4dec9b3f-e821-477c-94e7-e0a4276d9daf ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-aeef982a-1724-4e10-8744-6b8f5897e5f3 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-3a0908f8-eebb-4d74-b488-d2607b87d5ec ;
        stirdl:hasWeightRangeInstance   stirdl:R-a1033921-5ca3-4980-88c5-84e83e7562d6 .

stirdl:R-05e3704d-e67c-45d1-9abf-683a8f62f58c
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-05e3704d-e67c-45d1-9abf-683a8f62f58c"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-e7219ea0-fef8-45a4-a750-c6a21a4a65f2
        rdfs:label         "137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-e7219ea0-fef8-45a4-a750-c6a21a4a65f2"^^xsd:string ;
        stirdl:RDS1314539  "137.9"^^xsd:float .

stirdl:R-b2a91ce8-ddc8-495b-a66d-c80fe7dec8c5
        rdfs:label         "2.5"^^xsd:string ;
        rdl:defaultRdsId   "R-b2a91ce8-ddc8-495b-a66d-c80fe7dec8c5"^^xsd:string ;
        stirdl:RDS1314539  "2.5"^^xsd:float .

stirdl:R-65588a9f-60d7-4371-b9de-8d22cbcfaf48
        rdfs:label              "4.7"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-65588a9f-60d7-4371-b9de-8d22cbcfaf48"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-bbdd91cd-2795-4784-9ca6-92518923ab65 .

stirdl:hasUpperLimitPower
        rdfs:subPropertyOf  lci:hasUpperLimit .

stirdl:R-3c7ab736-e7ca-43cf-895c-48cf9c290dc6
        rdfs:label        "D.C. 210 SILICONE OIL"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS6696939 ;
        rdl:defaultRdsId  "R-3c7ab736-e7ca-43cf-895c-48cf9c290dc6"^^xsd:string .

stirdl:hasAmbientOperatingTemperatureRangeInstance
        rdfs:subPropertyOf  stirdl:hasAmbientOperatingTemperatureRange .

stirdl:R-22c0e605-02c9-4508-a15e-66b0f379823f
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-0b286228-13c9-40ba-b23e-34dffef6abee
        rdfs:label                 "500 - 500"^^xsd:string ;
        rdfs:subClassOf            stirdl:RDS1411651951 ;
        rdl:defaultRdsId           "R-0b286228-13c9-40ba-b23e-34dffef6abee"^^xsd:string ;
        stirdl:hasLowerLimitPower  stirdl:R-552bf992-1ee5-4357-a155-1047294f5a1e ;
        stirdl:hasUpperLimitPower  stirdl:R-3a4a20e9-1137-40e0-b512-ab76fcb3b590 .

stirdl:R-c1e0595c-61bf-4aad-898f-8fc69e0358df
        rdfs:label         "-40"^^xsd:string ;
        stirdl:RDS1322684  "-40"^^xsd:float .

stirdl:R-099ff3de-c36b-4f72-b6e2-2380bdecde98
        a                 lci:TextString ;
        rdfs:label        "HART"^^xsd:string ;
        rdl:defaultRdsId  "R-099ff3de-c36b-4f72-b6e2-2380bdecde98"^^xsd:string .

stirdl:R-4ea8855f-1094-452b-b967-8459c104cf54
        a                  lci:TextString , stirdl:RDS1386450251 ;
        rdfs:label         "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string ;
        rdl:hasDefinition  "3051S2CG5A2B11X5JWA1WK1C1I1M5P1Q4Q8"^^xsd:string .

stirdl:R-2db04bb5-8332-49be-8df3-9d1da97895f6
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-2db04bb5-8332-49be-8df3-9d1da97895f6"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-83c4e913-13ad-42d8-8ccc-9ed87624d6a6
        rdfs:label         "-20"^^xsd:string ;
        stirdl:RDS1322684  "-20"^^xsd:float .

stirdl:R-65bd30cb-8bf4-4521-b139-125c2ba955ef
        rdfs:label        "137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-65bd30cb-8bf4-4521-b139-125c2ba955ef"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-e7219ea0-fef8-45a4-a750-c6a21a4a65f2 .

stirdl:hasNormalPressureInstance
        rdfs:subPropertyOf  stirdl:RDS6949380 .

stirdl:R-f407bd99-267f-41df-87fc-90abb34711dc
        rdfs:label         "10.5"^^xsd:string ;
        stirdl:RDS1347974  "10.5"^^xsd:float .

stirdl:R-dd54e0bc-8303-4a00-8b4f-8bc388f130b4
        rdfs:label         "-0.055"^^xsd:string ;
        stirdl:RDS1317959  "-0.055"^^xsd:float .

stirdl:R-02d496ca-aa02-478f-8fbc-aab7fbb37026
        rdfs:label              "4.3"^^xsd:string ;
        rdfs:subClassOf         stirdl:RDS1468222121 ;
        rdl:defaultRdsId        "R-02d496ca-aa02-478f-8fbc-aab7fbb37026"^^xsd:string ;
        stirdl:hasNormalWeight  stirdl:R-aec27ca6-cedb-40bb-9d58-400cbc87a5c0 .

stirdl:R-3a4a20e9-1137-40e0-b512-ab76fcb3b590
        rdfs:label         "500"^^xsd:string ;
        stirdl:RDS1336634  "500"^^xsd:float .

stirdl:R-5eb3a525-6c61-4786-b587-310524445cb6
        rdfs:label                      "3051CD3A02A1KM5I1P1S5Q4Q8HR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS1015109 , stirdl:RDS1007459 , stirdl:RDS1400865471 , stirdl:RDS1051694 , stirdl:RDS38822373235 , stirdl:RDS1400191931 ;
        rdl:defaultRdsId                "R-5eb3a525-6c61-4786-b587-310524445cb6"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-691301e6-a456-467f-b50f-322b078c0e65 , stirdl:R-e94600bf-e352-4605-b818-a6390baa844a , stirdl:R-cb4abe7f-dabe-489b-9704-c7bb919177da , stirdl:R-56ecfb43-765c-4ae9-bff5-6d4c230ca413 , stirdl:R-aa4e89aa-fc84-4b81-822e-a52febad56ff ;
        lci:identifiedBy                stirdl:R-44440222-eb83-4fc3-b2a1-35ba783cacad ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-03fbdae7-be35-4cba-be57-bd0502c4d51c ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-601bbc68-ad67-4576-b9a1-8797ac79c7db ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-f47fd88b-0ef2-4ac5-a831-3703c6a73ae4 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-17c84635-0f8b-4a6e-929d-719f01771772 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-62aa5edc-0b24-4fd8-a878-cbac22e8f2eb ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-9055a8e9-2145-4234-b2e6-4cffde25e974 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-67245b6d-26f8-44d4-a3a9-cfdae108a96a ;
        stirdl:hasWeightRangeInstance   stirdl:R-02d496ca-aa02-478f-8fbc-aab7fbb37026 .

stirdl:R-a3b14509-f32b-4f01-84e4-3ee436003210
        rdfs:label         "-137.9"^^xsd:string ;
        rdl:defaultRdsId   "R-a3b14509-f32b-4f01-84e4-3ee436003210"^^xsd:string ;
        stirdl:RDS1348919  "-137.9"^^xsd:float .

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

stirdl:R-1b944cd3-2085-47b2-a390-742094a716ab
        rdfs:label                   "Coplanar Flange"^^xsd:string ;
        rdl:defaultRdsId             "R-1b944cd3-2085-47b2-a390-742094a716ab"^^xsd:string ;
        stirdl:hasProcessConnection  stirdl:R-4580427d-3e1e-47ca-af7d-52ccd2fb3d71 .

stirdl:R-9055a60e-0858-42ac-97a2-bbc3e2d73715
        rdfs:label        "-40 - 80"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13114692 ;
        rdl:defaultRdsId  "R-9055a60e-0858-42ac-97a2-bbc3e2d73715"^^xsd:string ;
        stirdl:hasLowerLimitTemperature
                stirdl:R-1aa5c5d0-2149-4d9e-aa6b-97119721fbe1 ;
        stirdl:hasUpperLimitTemperature
                stirdl:R-512a7fb9-22f2-4e68-a31e-cefb3d3f20b4 .

stirdl:R-46e581eb-1ff4-4b74-ba39-61b4736326bc
        rdfs:label        "137.9"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS13115064 ;
        rdl:defaultRdsId  "R-46e581eb-1ff4-4b74-ba39-61b4736326bc"^^xsd:string ;
        stirdl:hasNormalPressureInstance
                stirdl:R-5c2747dd-556e-4497-89e8-263cc4047454 .

stirdl:R-67ad341c-7bc2-4131-88ba-0947dbadef23
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with           WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-67ad341c-7bc2-4131-88ba-0947dbadef23"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-218f25f1-51ba-4677-b973-946975250f94
        rdfs:label         "10"^^xsd:string ;
        stirdl:RDS1336634  "10"^^xsd:float .

stirdl:R-e6e480af-0d15-4ebc-bdee-5ce5a5bce4d3
        rdfs:label        "Supply Connection"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS1459162771 ;
        rdl:defaultRdsId  "R-e6e480af-0d15-4ebc-bdee-5ce5a5bce4d3"^^xsd:string .

stirdl:R-07fbf77d-ece5-4ce9-b1bb-bc4c8e8fb1a7
        rdfs:label                      "3051CG5A22A1KM5K6L4Q4Q8QTHR7"^^xsd:string ;
        rdfs:subClassOf                 stirdl:RDS38822373235 , stirdl:RDS1400182901 , stirdl:RDS1007459 , stirdl:RDS1400865471 , stirdl:RDS1051694 ;
        rdl:defaultRdsId                "R-07fbf77d-ece5-4ce9-b1bb-bc4c8e8fb1a7"^^xsd:string ;
        lci:assembledPartOf             stirdl:R-6fa90a21-6a25-4e80-a787-2a65589e1ead , stirdl:R-c44e0071-1bdb-49ca-8bc3-93a2acd61544 , stirdl:R-754a24b6-5621-495b-b3e4-5cc0b6aeaa22 , stirdl:R-1b944cd3-2085-47b2-a390-742094a716ab , stirdl:R-5e98e2fe-89ee-4449-90eb-55137b8b0c22 ;
        lci:identifiedBy                stirdl:R-c60db808-a368-4f71-bbd0-5f016dc90a58 ;
        stirdl:hasAmbientOperatingTemperatureRangeInstance
                stirdl:R-9055a60e-0858-42ac-97a2-bbc3e2d73715 ;
        stirdl:hasCEIdentificationCode  "CE1180"^^xsd:string ;
        stirdl:hasInstallationAndRemovalProcedureReference
                stirdl:R-c89ebad9-aa2c-4cce-87ed-077f9bff26b2 ;
        stirdl:hasManufacturingCompanyName
                "EMERSON PROCESS MANAGEMENT"^^xsd:string ;
        stirdl:hasMeasurementAndArrangementDrawingReference
                stirdl:R-a95d46a9-d0f2-450b-9fbf-b4251e540fd3 ;
        stirdl:hasOperationAndMaintenanceInstructionsReference
                stirdl:R-1b31445b-0125-41af-8528-ff3da9ef1460 ;
        stirdl:hasPowerConsumptionRangeInstance
                stirdl:R-0b286228-13c9-40ba-b23e-34dffef6abee ;
        stirdl:hasProductDescriptionAndOrderingInformationReference
                stirdl:R-91035ef4-ed97-42a6-ab3b-4cd87d4882d4 ;
        stirdl:hasSectionalDrawingReference
                stirdl:R-34971f98-1b82-4ff3-bd5a-40f95b4516f6 ;
        stirdl:hasWeightRangeInstance   stirdl:R-65588a9f-60d7-4371-b9de-8d22cbcfaf48 .

stirdl:R-39b48112-8dbc-4b28-8b3a-d778ba0ced02
        rdfs:label        "Pressure Transmitter Body"^^xsd:string ;
        rdfs:subClassOf   stirdl:RDS820709 , stirdl:RDS419849 ;
        rdl:defaultRdsId  "R-39b48112-8dbc-4b28-8b3a-d778ba0ced02"^^xsd:string ;
        stirdl:hasSourServiceSpecification
                stirdl:R-5ea5e0c0-0d82-4a76-b879-766570de10ed .

stirdl:R-f62f164b-fdb3-48ed-acac-9b5bf2e0204f
        rdfs:label         "Transmitter Housing"^^xsd:string ;
        rdfs:subClassOf    stirdl:RDS573609921 ;
        rdl:defaultRdsId   "R-f62f164b-fdb3-48ed-acac-9b5bf2e0204f"^^xsd:string ;
        lci:featurePartOf  stirdl:R-ec0ac375-6a21-4db3-b16c-d0f5021a7859 .

stirdl:R-725513e4-c1d8-4f03-85dc-8ab91b4bae6d
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-725513e4-c1d8-4f03-85dc-8ab91b4bae6d"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .

stirdl:R-24ab43ba-ae85-46bb-9573-46d7e4f54d88
        a                  lci:TextString ;
        rdfs:label         "Rosemount 3051S Wireless Series Pressure, Level, and Flow Solutions with WirelessHART™ Protocol"^^xsd:string ;
        rdl:defaultRdsId   "R-24ab43ba-ae85-46bb-9573-46d7e4f54d88"^^xsd:string ;
        rdl:hasDefinition  "/DocArchive/0/02/09/76/81/IOM_WIRELESS.pdf"^^xsd:string .