David Price

Fluid report use MudClass as Fluid Type

......@@ -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://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: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:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -1791,7 +1791,7 @@ ddr-tables:DrillingFluidInformation
sp:subject
[ sp:varName "fluid"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#FluidType> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#MudClass> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "flType"^^xsd:string
......@@ -1799,7 +1799,7 @@ ddr-tables:DrillingFluidInformation
] [ sp:object
[ sp:varName "fluidType"^^xsd:string
] ;
sp:predicate rdfs:comment ;
sp:predicate rdfs:label ;
sp:subject
[ sp:varName "flType"^^xsd:string
]
......