David Price

Set Boolean values to true or false in report

......@@ -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
]
......