David Price

Fluid report use MudClass as Fluid Type

...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
22 <http://www.reportinghub.no/ep/spin/ddr-tables> 22 <http://www.reportinghub.no/ep/spin/ddr-tables>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
25 - 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> ; 25 + 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> ;
26 owl:versionInfo "0.1.0"^^xsd:string . 26 owl:versionInfo "0.1.0"^^xsd:string .
27 27
28 ddr-tables:BitRecord 28 ddr-tables:BitRecord
...@@ -1791,7 +1791,7 @@ ddr-tables:DrillingFluidInformation ...@@ -1791,7 +1791,7 @@ ddr-tables:DrillingFluidInformation
1791 sp:subject 1791 sp:subject
1792 [ sp:varName "fluid"^^xsd:string 1792 [ sp:varName "fluid"^^xsd:string
1793 ] 1793 ]
1794 - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#FluidType> ; 1794 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#MudClass> ;
1795 sp:predicate rdf:type ; 1795 sp:predicate rdf:type ;
1796 sp:subject 1796 sp:subject
1797 [ sp:varName "flType"^^xsd:string 1797 [ sp:varName "flType"^^xsd:string
...@@ -1799,7 +1799,7 @@ ddr-tables:DrillingFluidInformation ...@@ -1799,7 +1799,7 @@ ddr-tables:DrillingFluidInformation
1799 ] [ sp:object 1799 ] [ sp:object
1800 [ sp:varName "fluidType"^^xsd:string 1800 [ sp:varName "fluidType"^^xsd:string
1801 ] ; 1801 ] ;
1802 - sp:predicate rdfs:comment ; 1802 + sp:predicate rdfs:label ;
1803 sp:subject 1803 sp:subject
1804 [ sp:varName "flType"^^xsd:string 1804 [ sp:varName "flType"^^xsd:string
1805 ] 1805 ]
......