David Leal

Standard pressure and temperature values renamed.

......@@ -13,30 +13,6 @@
owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#0degC>
rdf:type ep-core:Temperature ;
rdfs:label "0 degC"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:celsius "0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#15degC>
rdf:type ep-core:Temperature ;
rdfs:label "15 degC"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:celsius "15"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#1atm>
rdf:type ep-core:Pressure ;
rdfs:label "1 atm"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:atmosphere "1"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#60degF>
rdf:type ep-core:Temperature ;
rdfs:label "60 degF"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:fahrenheit "60"^^xsd:string .
ep-core:Acidity
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "acidity"^^xsd:string ;
......@@ -250,6 +226,12 @@ ep-core:Pressure
rdfs:label "pressure"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:PressureValue1atm
rdf:type ep-core:Pressure ;
rdfs:label "1 atm"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:atmosphere "1"^^xsd:string .
ep-core:ProductivityIndex
rdf:type rdfs:Class ;
rdfs:subClassOf owl:Class .
......@@ -327,6 +309,24 @@ ep-core:Temperature
rdfs:label "temperature"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-core:Temperature60degF
rdf:type ep-core:Temperature ;
rdfs:label "60 degF"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:fahrenheit "60"^^xsd:string .
ep-core:TemperatureValue0degC
rdf:type ep-core:Temperature ;
rdfs:label "0 degC"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:celsius "0"^^xsd:string .
ep-core:TemperatureValue15degC
rdf:type ep-core:Temperature ;
rdfs:label "15 degC"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject ;
ep-core:celsius "15"^^xsd:string .
ep-core:TemporalPartOfAPointInSpace
rdf:type owl:Class ;
rdfs:label "temporal part of a point in space"^^xsd:string ;
......
......@@ -5938,20 +5938,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Pressure
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#1atm> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#1atm>
sp:arg2 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#PressureValue1atm>
]
]
] ;
......@@ -5975,20 +5975,20 @@ ep-mpr-spin-lib:selectStandardTempPres-Temperature
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_0degC1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#0degC> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#TemperatureValue0degC> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_15degC1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degC> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#TemperatureValue15degC> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#STP_60degF1atm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#15degF> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#0degC>
sp:arg3 <http://www.reportinghub.no/ep/schema/core#TemperatureValue0degC>
]
]
] ;
......