Showing
2 changed files
with
359 additions
and
17 deletions
This diff could not be displayed because it is too large.
| ... | @@ -18,13 +18,71 @@ | ... | @@ -18,13 +18,71 @@ |
| 18 | 18 | ||
| 19 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 19 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
| 20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | 21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://spinrdf.org/spin> ; |
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 23 | 23 | ||
| 24 | ep-mpr-spin-lib:Function | 24 | ep-mpr-spin-lib:Function |
| 25 | rdf:type spin:Function ; | 25 | rdf:type spin:Function ; |
| 26 | rdfs:subClassOf spin:Functions . | 26 | rdfs:subClassOf spin:Functions . |
| 27 | 27 | ||
| 28 | +ep-mpr-spin-lib:SelectCompressibilityScale | ||
| 29 | + rdf:type spin:Function ; | ||
| 30 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 31 | + spin:body | ||
| 32 | + [ rdf:type sp:Select ; | ||
| 33 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 34 | + ]) ; | ||
| 35 | + sp:where ([ rdf:type sp:Bind ; | ||
| 36 | + sp:expression | ||
| 37 | + [ rdf:type sp:if ; | ||
| 38 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 39 | + sp:arg1 spin:_arg1 ; | ||
| 40 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1Pa> | ||
| 41 | + ] ; | ||
| 42 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pascal-1> ; | ||
| 43 | + sp:arg3 [ rdf:type sp:if ; | ||
| 44 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 45 | + sp:arg1 spin:_arg1 ; | ||
| 46 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1bar> | ||
| 47 | + ] ; | ||
| 48 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#bar-1> ; | ||
| 49 | + sp:arg3 [ rdf:type sp:if ; | ||
| 50 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 51 | + sp:arg1 spin:_arg1 ; | ||
| 52 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1kPa> | ||
| 53 | + ] ; | ||
| 54 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kPa-1> ; | ||
| 55 | + sp:arg3 [ rdf:type sp:if ; | ||
| 56 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 57 | + sp:arg1 spin:_arg1 ; | ||
| 58 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1pPa> | ||
| 59 | + ] ; | ||
| 60 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#pPa-1> ; | ||
| 61 | + sp:arg3 [ rdf:type sp:if ; | ||
| 62 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 63 | + sp:arg1 spin:_arg1 ; | ||
| 64 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1psi> | ||
| 65 | + ] ; | ||
| 66 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#psi-1> ; | ||
| 67 | + sp:arg3 [ rdf:type sp:if ; | ||
| 68 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 69 | + sp:arg1 spin:_arg1 ; | ||
| 70 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#CU_1upsi> | ||
| 71 | + ] ; | ||
| 72 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#microPsi-1> ; | ||
| 73 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 74 | + ] | ||
| 75 | + ] | ||
| 76 | + ] | ||
| 77 | + ] | ||
| 78 | + ] | ||
| 79 | + ] ; | ||
| 80 | + sp:variable | ||
| 81 | + [ sp:varName "myVar"^^xsd:string | ||
| 82 | + ] | ||
| 83 | + ]) | ||
| 84 | + ] . | ||
| 85 | + | ||
| 28 | ep-mpr-spin-lib:SelectDensityScale | 86 | ep-mpr-spin-lib:SelectDensityScale |
| 29 | rdf:type spin:Function ; | 87 | rdf:type spin:Function ; |
| 30 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 88 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
| ... | @@ -1422,6 +1480,197 @@ ep-mpr-spin-lib:SelectMassConcentrationScale | ... | @@ -1422,6 +1480,197 @@ ep-mpr-spin-lib:SelectMassConcentrationScale |
| 1422 | ]) | 1480 | ]) |
| 1423 | ] . | 1481 | ] . |
| 1424 | 1482 | ||
| 1483 | +ep-mpr-spin-lib:SelectMassFlowRateScale | ||
| 1484 | + rdf:type spin:Function ; | ||
| 1485 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 1486 | + spin:body | ||
| 1487 | + [ rdf:type sp:Select ; | ||
| 1488 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1489 | + ]) ; | ||
| 1490 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1491 | + sp:expression | ||
| 1492 | + [ rdf:type sp:if ; | ||
| 1493 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1494 | + sp:arg1 spin:_arg1 ; | ||
| 1495 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_Mga> | ||
| 1496 | + ] ; | ||
| 1497 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megagram_yr-1> ; | ||
| 1498 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1499 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1500 | + sp:arg1 spin:_arg1 ; | ||
| 1501 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_Mgd> | ||
| 1502 | + ] ; | ||
| 1503 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megagram_d-1> ; | ||
| 1504 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1505 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1506 | + sp:arg1 spin:_arg1 ; | ||
| 1507 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_Mgh> | ||
| 1508 | + ] ; | ||
| 1509 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megagram_hr-1> ; | ||
| 1510 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1511 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1512 | + sp:arg1 spin:_arg1 ; | ||
| 1513 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_Mlbmyr> | ||
| 1514 | + ] ; | ||
| 1515 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaLbM_yr-1> ; | ||
| 1516 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1517 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1518 | + sp:arg1 spin:_arg1 ; | ||
| 1519 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_gs> | ||
| 1520 | + ] ; | ||
| 1521 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#gram_s-1> ; | ||
| 1522 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1523 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1524 | + sp:arg1 spin:_arg1 ; | ||
| 1525 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_kgd> | ||
| 1526 | + ] ; | ||
| 1527 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_d-1> ; | ||
| 1528 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1529 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1530 | + sp:arg1 spin:_arg1 ; | ||
| 1531 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_kgh> | ||
| 1532 | + ] ; | ||
| 1533 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_hr-1> ; | ||
| 1534 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1535 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1536 | + sp:arg1 spin:_arg1 ; | ||
| 1537 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_kgmin> | ||
| 1538 | + ] ; | ||
| 1539 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_min-1> ; | ||
| 1540 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1541 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1542 | + sp:arg1 spin:_arg1 ; | ||
| 1543 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_kgs> | ||
| 1544 | + ] ; | ||
| 1545 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kg_s-1> ; | ||
| 1546 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1547 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1548 | + sp:arg1 spin:_arg1 ; | ||
| 1549 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_lbmd> | ||
| 1550 | + ] ; | ||
| 1551 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_d-1> ; | ||
| 1552 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1553 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1554 | + sp:arg1 spin:_arg1 ; | ||
| 1555 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_lbmh> | ||
| 1556 | + ] ; | ||
| 1557 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_hr-1> ; | ||
| 1558 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1559 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1560 | + sp:arg1 spin:_arg1 ; | ||
| 1561 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_lbmmin> | ||
| 1562 | + ] ; | ||
| 1563 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_min-1> ; | ||
| 1564 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1565 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1566 | + sp:arg1 spin:_arg1 ; | ||
| 1567 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_lbms> | ||
| 1568 | + ] ; | ||
| 1569 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#lbm_s-1> ; | ||
| 1570 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1571 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1572 | + sp:arg1 spin:_arg1 ; | ||
| 1573 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_ta> | ||
| 1574 | + ] ; | ||
| 1575 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tonne_yr-1> ; | ||
| 1576 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1577 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1578 | + sp:arg1 spin:_arg1 ; | ||
| 1579 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_td> | ||
| 1580 | + ] ; | ||
| 1581 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tonne_d-1> ; | ||
| 1582 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1583 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1584 | + sp:arg1 spin:_arg1 ; | ||
| 1585 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_th> | ||
| 1586 | + ] ; | ||
| 1587 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tonne_hr-1> ; | ||
| 1588 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1589 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1590 | + sp:arg1 spin:_arg1 ; | ||
| 1591 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tmin> | ||
| 1592 | + ] ; | ||
| 1593 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#tonne_min-1> ; | ||
| 1594 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1595 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1596 | + sp:arg1 spin:_arg1 ; | ||
| 1597 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUKa> | ||
| 1598 | + ] ; | ||
| 1599 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ukTon_yr-1> ; | ||
| 1600 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1601 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1602 | + sp:arg1 spin:_arg1 ; | ||
| 1603 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUKd> | ||
| 1604 | + ] ; | ||
| 1605 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ukTon_d-1> ; | ||
| 1606 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1607 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1608 | + sp:arg1 spin:_arg1 ; | ||
| 1609 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUKh> | ||
| 1610 | + ] ; | ||
| 1611 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ukTon_hr-1> ; | ||
| 1612 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1613 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1614 | + sp:arg1 spin:_arg1 ; | ||
| 1615 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUKmin> | ||
| 1616 | + ] ; | ||
| 1617 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ukTon_min-1> ; | ||
| 1618 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1619 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1620 | + sp:arg1 spin:_arg1 ; | ||
| 1621 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUSa> | ||
| 1622 | + ] ; | ||
| 1623 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTon_yr-1> ; | ||
| 1624 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1625 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1626 | + sp:arg1 spin:_arg1 ; | ||
| 1627 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUSd> | ||
| 1628 | + ] ; | ||
| 1629 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTon_d-1> ; | ||
| 1630 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1631 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1632 | + sp:arg1 spin:_arg1 ; | ||
| 1633 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUSh> | ||
| 1634 | + ] ; | ||
| 1635 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTon_hr-1> ; | ||
| 1636 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1637 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1638 | + sp:arg1 spin:_arg1 ; | ||
| 1639 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MFRU_tonUSmin> | ||
| 1640 | + ] ; | ||
| 1641 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usTon_min-1> ; | ||
| 1642 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 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 | + sp:variable | ||
| 1669 | + [ sp:varName "myVar"^^xsd:string | ||
| 1670 | + ] | ||
| 1671 | + ]) | ||
| 1672 | + ] . | ||
| 1673 | + | ||
| 1425 | ep-mpr-spin-lib:SelectMassScale | 1674 | ep-mpr-spin-lib:SelectMassScale |
| 1426 | rdf:type spin:Function ; | 1675 | rdf:type spin:Function ; |
| 1427 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 1676 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
| ... | @@ -1571,6 +1820,64 @@ ep-mpr-spin-lib:SelectMassScale | ... | @@ -1571,6 +1820,64 @@ ep-mpr-spin-lib:SelectMassScale |
| 1571 | ]) | 1820 | ]) |
| 1572 | ] . | 1821 | ] . |
| 1573 | 1822 | ||
| 1823 | +ep-mpr-spin-lib:SelectMolarVolumeScale | ||
| 1824 | + rdf:type spin:Function ; | ||
| 1825 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 1826 | + spin:body | ||
| 1827 | + [ rdf:type sp:Select ; | ||
| 1828 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 1829 | + ]) ; | ||
| 1830 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1831 | + sp:expression | ||
| 1832 | + [ rdf:type sp:if ; | ||
| 1833 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1834 | + sp:arg1 spin:_arg1 ; | ||
| 1835 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_Lmolg> | ||
| 1836 | + ] ; | ||
| 1837 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#litre_molg-1> ; | ||
| 1838 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1839 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1840 | + sp:arg1 spin:_arg1 ; | ||
| 1841 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_Lmolkg> | ||
| 1842 | + ] ; | ||
| 1843 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#litre_molkg-1> ; | ||
| 1844 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1845 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1846 | + sp:arg1 spin:_arg1 ; | ||
| 1847 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_dm3molkg> | ||
| 1848 | + ] ; | ||
| 1849 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#dm3_molg-1> ; | ||
| 1850 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1851 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1852 | + sp:arg1 spin:_arg1 ; | ||
| 1853 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_ft3mollbm> | ||
| 1854 | + ] ; | ||
| 1855 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#ft3_mollbm-1> ; | ||
| 1856 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1857 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1858 | + sp:arg1 spin:_arg1 ; | ||
| 1859 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_m3mol> | ||
| 1860 | + ] ; | ||
| 1861 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_molg-1> ; | ||
| 1862 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1863 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1864 | + sp:arg1 spin:_arg1 ; | ||
| 1865 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#MVU_m3molkg> | ||
| 1866 | + ] ; | ||
| 1867 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#m3_molkg-1> ; | ||
| 1868 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 1869 | + ] | ||
| 1870 | + ] | ||
| 1871 | + ] | ||
| 1872 | + ] | ||
| 1873 | + ] | ||
| 1874 | + ] ; | ||
| 1875 | + sp:variable | ||
| 1876 | + [ sp:varName "myVar"^^xsd:string | ||
| 1877 | + ] | ||
| 1878 | + ]) | ||
| 1879 | + ] . | ||
| 1880 | + | ||
| 1574 | ep-mpr-spin-lib:SelectPlaneAngleScale | 1881 | ep-mpr-spin-lib:SelectPlaneAngleScale |
| 1575 | rdf:type spin:Function ; | 1882 | rdf:type spin:Function ; |
| 1576 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 1883 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
| ... | @@ -2032,6 +2339,57 @@ ep-mpr-spin-lib:SelectTemperatureScale | ... | @@ -2032,6 +2339,57 @@ ep-mpr-spin-lib:SelectTemperatureScale |
| 2032 | ]) | 2339 | ]) |
| 2033 | ] . | 2340 | ] . |
| 2034 | 2341 | ||
| 2342 | +ep-mpr-spin-lib:SelectThermalConductivityScale | ||
| 2343 | + rdf:type spin:Function ; | ||
| 2344 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 2345 | + spin:body | ||
| 2346 | + [ rdf:type sp:Select ; | ||
| 2347 | + sp:resultVariables ([ sp:varName "myVar"^^xsd:string | ||
| 2348 | + ]) ; | ||
| 2349 | + sp:where ([ rdf:type sp:Bind ; | ||
| 2350 | + sp:expression | ||
| 2351 | + [ rdf:type sp:if ; | ||
| 2352 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2353 | + sp:arg1 spin:_arg1 ; | ||
| 2354 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#TCU_Btuhr.ft.degF> | ||
| 2355 | + ] ; | ||
| 2356 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#btu_ft-1_degF-1> ; | ||
| 2357 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2358 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2359 | + sp:arg1 spin:_arg1 ; | ||
| 2360 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#TCU_Wm.K> | ||
| 2361 | + ] ; | ||
| 2362 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#watt_m-1_K-1> ; | ||
| 2363 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2364 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2365 | + sp:arg1 spin:_arg1 ; | ||
| 2366 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#TCU_calh.cm.degC> | ||
| 2367 | + ] ; | ||
| 2368 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cal_hr-1_cm-1_degC-1> ; | ||
| 2369 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2370 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2371 | + sp:arg1 spin:_arg1 ; | ||
| 2372 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#TCU_cals.cm.degC> | ||
| 2373 | + ] ; | ||
| 2374 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#cal_min-1_cm-1_degC-1> ; | ||
| 2375 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2376 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2377 | + sp:arg1 spin:_arg1 ; | ||
| 2378 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#TCU_kcalh.m.degC> | ||
| 2379 | + ] ; | ||
| 2380 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#kCal_min-1_cm-1_degC-1> ; | ||
| 2381 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 2382 | + ] | ||
| 2383 | + ] | ||
| 2384 | + ] | ||
| 2385 | + ] | ||
| 2386 | + ] ; | ||
| 2387 | + sp:variable | ||
| 2388 | + [ sp:varName "myVar"^^xsd:string | ||
| 2389 | + ] | ||
| 2390 | + ]) | ||
| 2391 | + ] . | ||
| 2392 | + | ||
| 2035 | ep-mpr-spin-lib:SelectVelocityScale | 2393 | ep-mpr-spin-lib:SelectVelocityScale |
| 2036 | rdf:type spin:Function ; | 2394 | rdf:type spin:Function ; |
| 2037 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 2395 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
| ... | @@ -3301,19 +3659,3 @@ ep-mpr-spin-lib:SelectWorkScale | ... | @@ -3301,19 +3659,3 @@ ep-mpr-spin-lib:SelectWorkScale |
| 3301 | ] | 3659 | ] |
| 3302 | ]) | 3660 | ]) |
| 3303 | ] . | 3661 | ] . |
| 3304 | - | ||
| 3305 | -ep-mpr-spin-lib:XXXSelectCompressibilityScale | ||
| 3306 | - rdf:type spin:Function ; | ||
| 3307 | - rdfs:subClassOf ep-mpr-spin-lib:Function . | ||
| 3308 | - | ||
| 3309 | -ep-mpr-spin-lib:XXXSelectMassFlowRateScale | ||
| 3310 | - rdf:type spin:Function ; | ||
| 3311 | - rdfs:subClassOf ep-mpr-spin-lib:Function . | ||
| 3312 | - | ||
| 3313 | -ep-mpr-spin-lib:XXXSelectMolarVolumeScale | ||
| 3314 | - rdf:type spin:Function ; | ||
| 3315 | - rdfs:subClassOf ep-mpr-spin-lib:Function . | ||
| 3316 | - | ||
| 3317 | -ep-mpr-spin-lib:XXXSelectThermalConductivityScale | ||
| 3318 | - rdf:type spin:Function ; | ||
| 3319 | - rdfs:subClassOf ep-mpr-spin-lib:Function . | ... | ... |
-
Please register or login to post a comment