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
2011-10-12 20:39:10 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7fc44c88b69b45b810ee8652b9fc2b62e5a85646
7fc44c88
1 parent
5b07522c
Reinstated work on DPR lib, but not yet core-production
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
315 additions
and
56 deletions
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl.tbc
www.reportinghub.no/ep/transform/TRANSFORM_dpr-productVolume-v1.1.1.ttl
www.reportinghub.no/ep/transform/TRANSFORM_dpr-wellTest-v1.1.1.ttl
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl
View file @
7fc44c8
# Saved by TopBraid on Wed Oct 12
16:32:18 BST 2011
# Saved by TopBraid on Wed Oct 12
20:37:18 BST 2011
# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/well
...
...
@@ -231,13 +231,132 @@ ep-dpr-spin-lib:buildStateURI
])
]
.
ep-dpr-spin-lib:
selectDurationScale
rdf:
type
spin:
Function
;
rdfs:
label
"select Duration scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b10
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#TU_h>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#hour>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#TU_min>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#minute>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#TU_s>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#second>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
;
sp:
variable
_:
b10
])
]
.
ep-dpr-spin-lib:
selectLengthScale
rdf:
type
spin:
Function
;
rdfs:
label
"select Length scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b11
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#LU_in64>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#inch_64>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#LU_m>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#metre>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#LU_cm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#centimetre>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#LU_mm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#millimetre>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#LU_in>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#inch>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
]
]
;
sp:
variable
_:
b11
])
]
.
ep-dpr-spin-lib:
selectPressureScale
rdf:
type
spin:
Function
;
rdfs:
label
"select Pressure scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b12
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#PU_bar>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#bar>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#PU_atm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#atmosphere>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#PU_MPa>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#megaPa>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
;
sp:
variable
_:
b12
])
]
.
ep-dpr-spin-lib:
selectProductType
rdf:
type
spin:
Function
;
rdfs:
label
"select ProductType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
0
)
;
sp:
resultVariables
(
_:
b1
3
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -444,7 +563,7 @@ ep-dpr-spin-lib:selectProductType
]
]
]
;
sp:
variable
_:
b1
0
sp:
variable
_:
b1
3
])
]
.
...
...
@@ -454,7 +573,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
1
)
;
sp:
resultVariables
(
_:
b1
4
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -633,7 +752,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
]
]
]
;
sp:
variable
_:
b1
1
sp:
variable
_:
b1
4
])
]
.
...
...
@@ -643,7 +762,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
2
)
;
sp:
resultVariables
(
_:
b1
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -703,7 +822,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
]
]
]
;
sp:
variable
_:
b1
2
sp:
variable
_:
b1
5
])
]
.
...
...
@@ -713,7 +832,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
3
)
;
sp:
resultVariables
(
_:
b1
6
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -731,7 +850,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
sp:
arg3
<http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
]
]
;
sp:
variable
_:
b1
3
sp:
variable
_:
b1
6
])
]
.
...
...
@@ -741,7 +860,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
4
)
;
sp:
resultVariables
(
_:
b1
7
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -759,7 +878,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
sp:
arg3
<http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
]
]
;
sp:
variable
_:
b1
4
sp:
variable
_:
b1
7
])
]
.
...
...
@@ -769,7 +888,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
5
)
;
sp:
resultVariables
(
_:
b1
8
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -920,7 +1039,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
]
]
]
;
sp:
variable
_:
b1
5
sp:
variable
_:
b1
8
])
]
.
...
...
@@ -930,7 +1049,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b1
6
)
;
sp:
resultVariables
(
_:
b1
9
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1004,7 +1123,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
]
]
]
;
sp:
variable
_:
b1
6
sp:
variable
_:
b1
9
])
]
.
...
...
@@ -1013,7 +1132,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
17
)
;
sp:
resultVariables
(
_:
b
20
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1157,7 +1276,56 @@ ep-dpr-spin-lib:selectSafetyActivityType
]
]
]
;
sp:
variable
_:
b17
sp:
variable
_:
b20
])
]
.
ep-dpr-spin-lib:
selectSpecificVolumeScale
rdf:
type
spin:
Function
;
rdfs:
label
"select SpecificVolume scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b21
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#fractionByVolume>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
;
sp:
variable
_:
b21
])
]
.
ep-dpr-spin-lib:
selectTemperatureScale
rdf:
type
spin:
Function
;
rdfs:
label
"select Temperature scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b22
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#TTU_degC>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#celsius>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#TTU_degF>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#fahrenheit>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
;
sp:
variable
_:
b22
])
]
.
...
...
@@ -1167,7 +1335,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
18
)
;
sp:
resultVariables
(
_:
b
23
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1241,7 +1409,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
]
]
]
;
sp:
variable
_:
b
18
sp:
variable
_:
b
23
])
]
.
...
...
@@ -1250,7 +1418,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b
19
)
;
sp:
resultVariables
(
_:
b
24
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1324,7 +1492,7 @@ ep-dpr-spin-lib:selectTemporalPartOfActivityDurationType
]
]
]
;
sp:
variable
_:
b
19
sp:
variable
_:
b
24
])
]
.
...
...
@@ -1334,7 +1502,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
0
)
;
sp:
resultVariables
(
_:
b2
5
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1359,7 +1527,77 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
]
]
]
;
sp:
variable
_:
b20
sp:
variable
_:
b25
])
]
.
ep-dpr-spin-lib:
selectVolumeFlowRateAtStandardTemperaturePressureType
rdf:
type
spin:
Function
;
rdfs:
label
"select VolumeFlowRateAtStandardTemperaturePressureType"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b26
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#STP_15degC1atm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#VolumeFlowRateAt15degC1atm>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#STP_60degF1atm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#VolumeFlowRateAt60degF1atm>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#STP_0degC1atm>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#VolumeFlowRateAt15degC1atm>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#MeasureOfFlowOfMaterial>
]
]
]
;
sp:
variable
_:
b26
])
]
.
ep-dpr-spin-lib:
selectVolumeFlowRateScale
rdf:
type
spin:
Function
;
rdfs:
label
"select VolumeFlowRate scale"
^^
xsd:
string
;
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b27
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#VFRU_m3d>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#metre3_day-1>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#VFRU_bbld>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#barrel_day-1>
;
sp:
arg3
[
rdf:
type
sp:
if
;
sp:
arg1
[
rdf:
type
sp:
eq
;
sp:
arg1
spin:
_arg1
;
sp:
arg2
<http://www.witsml.org/schemas/131/addendum/combo#VFRU_m3h>
]
;
sp:
arg2
<http://www.reportinghub.no/ep/schema/core#metre3_hour-1>
;
sp:
arg3
<http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
]
]
;
sp:
variable
_:
b27
])
]
.
...
...
@@ -1369,7 +1607,7 @@ ep-dpr-spin-lib:selectVolumeScale
rdfs:
subClassOf
ep-dpr-spin-lib:
Function
;
spin:
body
[
rdf:
type
sp:
Select
;
sp:
resultVariables
(
_:
b2
1
)
;
sp:
resultVariables
(
_:
b2
8
)
;
sp:
where
([
rdf:
type
sp:
Bind
;
sp:
expression
[
rdf:
type
sp:
if
;
...
...
@@ -1597,60 +1835,81 @@ ep-dpr-spin-lib:selectVolumeScale
]
]
]
;
sp:
variable
_:
b2
1
sp:
variable
_:
b2
8
])
]
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b10
sp:
varName
"durationScale"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b11
sp:
varName
"lengthScale"
^^
xsd:
string
.
_:
b12
sp:
varName
"pressureScale"
^^
xsd:
string
.
_:
b21
sp:
varName
"
volumeScale"
^^
xsd:
string
.
sp:
varName
"
specificVolumeScale"
^^
xsd:
string
.
_:
b2
0
sp:
varName
"volume
AtStdType"
^^
xsd:
string
.
_:
b2
6
sp:
varName
"volume
FlowRateAtStdType"
^^
xsd:
string
.
_:
b
19
sp:
varName
"
prodActType"
^^
xsd:
string
.
_:
b
27
sp:
varName
"
volumeFlowRateScale"
^^
xsd:
string
.
_:
b
18
sp:
varName
"temp
oralPartOfAFlowDurationType"
^^
xsd:
string
.
_:
b
22
sp:
varName
"temp
eratureScale"
^^
xsd:
string
.
_:
b17
sp:
varName
"safetyActivityType"
^^
xsd:
string
.
_:
b1
sp:
varName
"uri"
^^
xsd:
string
.
_:
b16
sp:
varName
"relationshipToMeasure"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b15
sp:
varName
"productionFlowPurposeType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b14
sp:
varName
"productionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b4
sp:
varName
"uri"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b13
sp:
varName
"product
ionFlowDirectionRelationshipType"
^^
xsd:
string
.
sp:
varName
"product
Type"
^^
xsd:
string
.
_:
b12
_:
b14
sp:
varName
"productionFacilityType"
^^
xsd:
string
.
_:
b15
sp:
varName
"productionFlowDefinitionType"
^^
xsd:
string
.
_:
b1
1
sp:
varName
"productionF
acilityType"
^^
xsd:
string
.
_:
b1
6
sp:
varName
"productionF
lowDirectionRelationshipType"
^^
xsd:
string
.
_:
b1
0
sp:
varName
"product
Type"
^^
xsd:
string
.
_:
b1
7
sp:
varName
"product
ionFlowDirectionRelationshipType"
^^
xsd:
string
.
_:
b9
sp:
varName
"uri"
^^
xsd:
string
.
_:
b18
sp:
varName
"productionFlowPurposeType"
^^
xsd:
string
.
_:
b8
sp:
varName
"uri"
^^
xsd:
string
.
_:
b19
sp:
varName
"relationshipToMeasure"
^^
xsd:
string
.
_:
b7
sp:
varName
"uri"
^^
xsd:
string
.
_:
b20
sp:
varName
"safetyActivityType"
^^
xsd:
string
.
_:
b6
sp:
varName
"uri"
^^
xsd:
string
.
_:
b23
sp:
varName
"temporalPartOfAFlowDurationType"
^^
xsd:
string
.
_:
b5
sp:
varName
"uri"
^^
xsd:
string
.
_:
b24
sp:
varName
"prodActType"
^^
xsd:
string
.
_:
b3
sp:
varName
"uri"
^^
xsd:
string
.
_:
b25
sp:
varName
"volumeAtStdType"
^^
xsd:
string
.
_:
b2
sp:
varName
"uri"
^^
xsd:
string
.
_:
b28
sp:
varName
"volumeScale"
^^
xsd:
string
.
...
...
www.reportinghub.no/ep/spin/SPIN_EPIM-DPR-lib-v1.1.spin.ttl.tbc
View file @
7fc44c8
# Saved by TopBraid on Wed Oct 12
16:32
:18 BST 2011
# Saved by TopBraid on Wed Oct 12
20:37
:18 BST 2011
# baseURI: null
@prefix
composite:
<http://www.topbraid.org/2007/05/composite.owl#>
.
...
...
www.reportinghub.no/ep/transform/TRANSFORM_dpr-productVolume-v1.1.1.ttl
View file @
7fc44c8
This diff could not be displayed because it is too large.
www.reportinghub.no/ep/transform/TRANSFORM_dpr-wellTest-v1.1.1.ttl
View file @
7fc44c8
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment