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 Price
2012-03-16 01:14:01 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a83f583da220a1543ba54821db7f2c42a7f1b2da
a83f583d
1 parent
951278c2
Set Boolean values to true or false in report
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DDR-tables-v1.0.spin.ttl
View file @
a83f583
...
...
@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:
type
owl:
Ontology
;
rdfs:
comment
"A collection of SELECT templates that can be used to assemble tables in DD reports."
^^
xsd:
string
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/spin/rh
>
;
owl:
imports
<http://
www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/activity-purpose>
,
<http://spinrdf.org/spin
>
;
owl:
versionInfo
"0.1.0"
^^
xsd:
string
.
ddr-tables:
BitRecord
...
...
@@ -1090,7 +1090,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"topPlug"
^^
xsd:
string
]
...
...
@@ -1102,7 +1102,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"topPlug"
^^
xsd:
string
]
...
...
@@ -1130,7 +1130,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"rotated"
^^
xsd:
string
]
...
...
@@ -1142,7 +1142,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"rotated"
^^
xsd:
string
]
...
...
@@ -1154,7 +1154,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"reciprocated"
^^
xsd:
string
]
...
...
@@ -1166,7 +1166,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"reciprocated"
^^
xsd:
string
]
...
...
@@ -1178,7 +1178,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"bottomPlug"
^^
xsd:
string
]
...
...
@@ -1190,7 +1190,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"bottomPlug"
^^
xsd:
string
]
...
...
@@ -1202,7 +1202,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"floatHeld"
^^
xsd:
string
]
...
...
@@ -1214,7 +1214,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"floatHeld"
^^
xsd:
string
]
...
...
@@ -1226,7 +1226,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"plugBumped"
^^
xsd:
string
]
...
...
@@ -1238,7 +1238,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementJob"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"plugBumped"
^^
xsd:
string
]
...
...
@@ -1336,7 +1336,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementPumping"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
no
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"fullReturns"
^^
xsd:
string
]
...
...
@@ -1348,7 +1348,7 @@ ddr-tables:CementInformation
[
sp:
varName
"wellCementPumping"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"fullReturns"
^^
xsd:
string
]
...
...
@@ -2073,7 +2073,7 @@ ddr-tables:FormationTest
[
sp:
varName
"ft"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
Yes
"
;
sp:
expression
"
true
"
;
sp:
variable
[
sp:
varName
"goodSealInd"
^^
xsd:
string
]
...
...
@@ -2085,7 +2085,7 @@ ddr-tables:FormationTest
[
sp:
varName
"ft"
^^
xsd:
string
]
]
[
rdf:
type
sp:
Bind
;
sp:
expression
"
No
"
;
sp:
expression
"
false
"
;
sp:
variable
[
sp:
varName
"goodSealInd"
^^
xsd:
string
]
...
...
Please
register
or
login
to post a comment