David Leal

Injection test measure values completed

This diff could not be displayed because it is too large.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 21 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <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://spinrdf.org/spin> ; 23 + owl:imports <http://spinrdf.org/spin> , <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/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 ep-mpr-spin-lib:Function 26 ep-mpr-spin-lib:Function
...@@ -5638,6 +5638,80 @@ ep-mpr-spin-lib:selectSplitFactorDeterminationType ...@@ -5638,6 +5638,80 @@ ep-mpr-spin-lib:selectSplitFactorDeterminationType
5638 ]) 5638 ])
5639 ] . 5639 ] .
5640 5640
5641 +ep-mpr-spin-lib:selectStandardTempPres-Pressure
5642 + rdf:type spin:Function ;
5643 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
5644 + spin:body
5645 + [ rdf:type sp:Select ;
5646 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5647 + ]) ;
5648 + sp:where ([ rdf:type sp:Bind ;
5649 + sp:expression
5650 + [ rdf:type sp:if ;
5651 + sp:arg1 [ rdf:type sp:eq ;
5652 + sp:arg1 spin:_arg1 ;
5653 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
5654 + ] ;
5655 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
5656 + sp:arg3 [ rdf:type sp:if ;
5657 + sp:arg1 [ rdf:type sp:eq ;
5658 + sp:arg1 spin:_arg1 ;
5659 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
5660 + ] ;
5661 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
5662 + sp:arg3 [ rdf:type sp:if ;
5663 + sp:arg1 [ rdf:type sp:eq ;
5664 + sp:arg1 spin:_arg1 ;
5665 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
5666 + ] ;
5667 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
5668 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#1atm>
5669 + ]
5670 + ]
5671 + ] ;
5672 + sp:variable
5673 + [ sp:varName "myVar"^^xsd:string
5674 + ]
5675 + ])
5676 + ] .
5677 +
5678 +ep-mpr-spin-lib:selectStandardTempPres-Temperature
5679 + rdf:type spin:Function ;
5680 + rdfs:subClassOf ep-mpr-spin-lib:Function ;
5681 + spin:body
5682 + [ rdf:type sp:Select ;
5683 + sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5684 + ]) ;
5685 + sp:where ([ rdf:type sp:Bind ;
5686 + sp:expression
5687 + [ rdf:type sp:if ;
5688 + sp:arg1 [ rdf:type sp:eq ;
5689 + sp:arg1 spin:_arg1 ;
5690 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
5691 + ] ;
5692 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#0degC> ;
5693 + sp:arg3 [ rdf:type sp:if ;
5694 + sp:arg1 [ rdf:type sp:eq ;
5695 + sp:arg1 spin:_arg1 ;
5696 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
5697 + ] ;
5698 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degC> ;
5699 + sp:arg3 [ rdf:type sp:if ;
5700 + sp:arg1 [ rdf:type sp:eq ;
5701 + sp:arg1 spin:_arg1 ;
5702 + sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
5703 + ] ;
5704 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degF> ;
5705 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#0degC>
5706 + ]
5707 + ]
5708 + ] ;
5709 + sp:variable
5710 + [ sp:varName "myVar"^^xsd:string
5711 + ]
5712 + ])
5713 + ] .
5714 +
5641 ep-mpr-spin-lib:selectTemperatureScale 5715 ep-mpr-spin-lib:selectTemperatureScale
5642 rdf:type spin:Function ; 5716 rdf:type spin:Function ;
5643 rdfs:subClassOf ep-mpr-spin-lib:Function ; 5717 rdfs:subClassOf ep-mpr-spin-lib:Function ;
......
1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema 1 # baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
2 +# imports: http://www.epim.no/schemas/mprml/1
2 3
3 @prefix owl: <http://www.w3.org/2002/07/owl#> . 4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
4 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -9,6 +10,7 @@ ...@@ -9,6 +10,7 @@
9 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 10 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
10 rdf:type owl:Ontology ; 11 rdf:type owl:Ontology ;
11 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 12 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
13 + owl:imports <http://www.epim.no/schemas/mprml/1> ;
12 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
13 15
14 transhelp:derivedFrom 16 transhelp:derivedFrom
...@@ -18,18 +20,22 @@ transhelp:hasDerivedText ...@@ -18,18 +20,22 @@ transhelp:hasDerivedText
18 rdf:type owl:DatatypeProperty . 20 rdf:type owl:DatatypeProperty .
19 21
20 transhelp:intervalEnd 22 transhelp:intervalEnd
21 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 23 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
22 24
23 transhelp:intervalIdentifier 25 transhelp:intervalIdentifier
24 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 26 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
25 27
26 transhelp:intervalStart 28 transhelp:intervalStart
27 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty . 29 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
28 30
29 transhelp:mapsTo 31 transhelp:mapsTo
30 rdf:type rdf:Property . 32 rdf:type rdf:Property .
31 33
32 transhelp:materialClassMapsToMPREnumeration 34 transhelp:materialClassMapsToMPREnumeration
33 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ; 35 + rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty ;
34 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 36 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
35 rdfs:subPropertyOf transhelp:mapsTo . 37 rdfs:subPropertyOf transhelp:mapsTo .
38 +
39 +transhelp:standardTempPres
40 + rdf:type rdf:Property ;
41 + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .
......
This diff could not be displayed because it is too large.