Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Leal
2012-10-09 13:05:21 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22ad3c28147fc944b7f4783eb2ff33716e50bd92
22ad3c28
1 parent
c8cf60ba
Standard pressure and temperature values renamed.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
31 deletions
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
www.reportinghub.no/ep/schema/1.0/SCHEMA_EP-CORE-v1.0.ttl
View file @
22ad3c2
...
...
@@ -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
;
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-MPR-lib-v1.1.spin.ttl
View file @
22ad3c2
...
...
@@ -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>
]
]
]
;
...
...
Please
register
or
login
to post a comment