David Leal

Standard pressure and temperature values renamed.

...@@ -13,30 +13,6 @@ ...@@ -13,30 +13,6 @@
13 owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; 13 owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
14 owl:versionInfo "0.1.0"^^xsd:string . 14 owl:versionInfo "0.1.0"^^xsd:string .
15 15
16 -<http://www.reportinghub.no/ep/schema/core#0degC>
17 - rdf:type ep-core:Temperature ;
18 - rdfs:label "0 degC"^^xsd:string ;
19 - rdfs:subClassOf ep-core:PhysicalObject ;
20 - ep-core:celsius "0"^^xsd:string .
21 -
22 -<http://www.reportinghub.no/ep/schema/core#15degC>
23 - rdf:type ep-core:Temperature ;
24 - rdfs:label "15 degC"^^xsd:string ;
25 - rdfs:subClassOf ep-core:PhysicalObject ;
26 - ep-core:celsius "15"^^xsd:string .
27 -
28 -<http://www.reportinghub.no/ep/schema/core#1atm>
29 - rdf:type ep-core:Pressure ;
30 - rdfs:label "1 atm"^^xsd:string ;
31 - rdfs:subClassOf ep-core:PhysicalObject ;
32 - ep-core:atmosphere "1"^^xsd:string .
33 -
34 -<http://www.reportinghub.no/ep/schema/core#60degF>
35 - rdf:type ep-core:Temperature ;
36 - rdfs:label "60 degF"^^xsd:string ;
37 - rdfs:subClassOf ep-core:PhysicalObject ;
38 - ep-core:fahrenheit "60"^^xsd:string .
39 -
40 ep-core:Acidity 16 ep-core:Acidity
41 rdf:type rdfs:Class , ep-core:PropertySpace ; 17 rdf:type rdfs:Class , ep-core:PropertySpace ;
42 rdfs:label "acidity"^^xsd:string ; 18 rdfs:label "acidity"^^xsd:string ;
...@@ -250,6 +226,12 @@ ep-core:Pressure ...@@ -250,6 +226,12 @@ ep-core:Pressure
250 rdfs:label "pressure"^^xsd:string ; 226 rdfs:label "pressure"^^xsd:string ;
251 rdfs:subClassOf owl:Class . 227 rdfs:subClassOf owl:Class .
252 228
229 +ep-core:PressureValue1atm
230 + rdf:type ep-core:Pressure ;
231 + rdfs:label "1 atm"^^xsd:string ;
232 + rdfs:subClassOf ep-core:PhysicalObject ;
233 + ep-core:atmosphere "1"^^xsd:string .
234 +
253 ep-core:ProductivityIndex 235 ep-core:ProductivityIndex
254 rdf:type rdfs:Class ; 236 rdf:type rdfs:Class ;
255 rdfs:subClassOf owl:Class . 237 rdfs:subClassOf owl:Class .
...@@ -327,6 +309,24 @@ ep-core:Temperature ...@@ -327,6 +309,24 @@ ep-core:Temperature
327 rdfs:label "temperature"^^xsd:string ; 309 rdfs:label "temperature"^^xsd:string ;
328 rdfs:subClassOf owl:Class . 310 rdfs:subClassOf owl:Class .
329 311
312 +ep-core:Temperature60degF
313 + rdf:type ep-core:Temperature ;
314 + rdfs:label "60 degF"^^xsd:string ;
315 + rdfs:subClassOf ep-core:PhysicalObject ;
316 + ep-core:fahrenheit "60"^^xsd:string .
317 +
318 +ep-core:TemperatureValue0degC
319 + rdf:type ep-core:Temperature ;
320 + rdfs:label "0 degC"^^xsd:string ;
321 + rdfs:subClassOf ep-core:PhysicalObject ;
322 + ep-core:celsius "0"^^xsd:string .
323 +
324 +ep-core:TemperatureValue15degC
325 + rdf:type ep-core:Temperature ;
326 + rdfs:label "15 degC"^^xsd:string ;
327 + rdfs:subClassOf ep-core:PhysicalObject ;
328 + ep-core:celsius "15"^^xsd:string .
329 +
330 ep-core:TemporalPartOfAPointInSpace 330 ep-core:TemporalPartOfAPointInSpace
331 rdf:type owl:Class ; 331 rdf:type owl:Class ;
332 rdfs:label "temporal part of a point in space"^^xsd:string ; 332 rdfs:label "temporal part of a point in space"^^xsd:string ;
......
...@@ -5938,20 +5938,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Pressure ...@@ -5938,20 +5938,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Pressure
5938 sp:arg1 spin:_arg1 ; 5938 sp:arg1 spin:_arg1 ;
5939 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm> 5939 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
5940 ] ; 5940 ] ;
5941 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; 5941 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
5942 sp:arg3 [ rdf:type sp:if ; 5942 sp:arg3 [ rdf:type sp:if ;
5943 sp:arg1 [ rdf:type sp:eq ; 5943 sp:arg1 [ rdf:type sp:eq ;
5944 sp:arg1 spin:_arg1 ; 5944 sp:arg1 spin:_arg1 ;
5945 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm> 5945 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
5946 ] ; 5946 ] ;
5947 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; 5947 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
5948 sp:arg3 [ rdf:type sp:if ; 5948 sp:arg3 [ rdf:type sp:if ;
5949 sp:arg1 [ rdf:type sp:eq ; 5949 sp:arg1 [ rdf:type sp:eq ;
5950 sp:arg1 spin:_arg1 ; 5950 sp:arg1 spin:_arg1 ;
5951 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm> 5951 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
5952 ] ; 5952 ] ;
5953 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ; 5953 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
5954 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#1atm> 5954 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm>
5955 ] 5955 ]
5956 ] 5956 ]
5957 ] ; 5957 ] ;
...@@ -5975,20 +5975,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Temperature ...@@ -5975,20 +5975,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Temperature
5975 sp:arg1 spin:_arg1 ; 5975 sp:arg1 spin:_arg1 ;
5976 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm> 5976 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
5977 ] ; 5977 ] ;
5978 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#0degC> ; 5978 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#TemperatureValue0degC> ;
5979 sp:arg3 [ rdf:type sp:if ; 5979 sp:arg3 [ rdf:type sp:if ;
5980 sp:arg1 [ rdf:type sp:eq ; 5980 sp:arg1 [ rdf:type sp:eq ;
5981 sp:arg1 spin:_arg1 ; 5981 sp:arg1 spin:_arg1 ;
5982 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm> 5982 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
5983 ] ; 5983 ] ;
5984 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degC> ; 5984 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#TemperatureValue15degC> ;
5985 sp:arg3 [ rdf:type sp:if ; 5985 sp:arg3 [ rdf:type sp:if ;
5986 sp:arg1 [ rdf:type sp:eq ; 5986 sp:arg1 [ rdf:type sp:eq ;
5987 sp:arg1 spin:_arg1 ; 5987 sp:arg1 spin:_arg1 ;
5988 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm> 5988 sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
5989 ] ; 5989 ] ;
5990 sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degF> ; 5990 sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degF> ;
5991 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#0degC> 5991 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#TemperatureValue0degC>
5992 ] 5992 ]
5993 ] 5993 ]
5994 ] ; 5994 ] ;
......