David Price

Cleanup mostly UoM

# Saved by TopBraid on Fri Oct 28 20:21:33 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 07 20:09:24 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -18,7 +17,7 @@
owl:versionInfo "0.1.0"^^xsd:string .
ep-fac:Completion
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "completion"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfACompletion .
......@@ -28,7 +27,7 @@ ep-fac:Facility
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:Field
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "field"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAField .
......@@ -42,22 +41,22 @@ ep-fac:FixedOrMoveableRigType
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig .
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
ep-fac:Flowline
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "flowline"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAFlowline .
ep-fac:Flowline-production
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "flowline - production"^^xsd:string ;
rdfs:subClassOf ep-fac:Flowline .
ep-fac:Lease
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "lease"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
......@@ -66,12 +65,12 @@ ep-fac:MoveableFacility
rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility .
ep-fac:MoveableRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig .
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
ep-fac:Platform
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "platform"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAPlatform .
......@@ -86,7 +85,7 @@ ep-fac:ProductionFacilityType
rdfs:subClassOf owl:Class .
ep-fac:Reservoir
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "reservoir"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAReservoir .
......@@ -114,7 +113,7 @@ ep-fac:SurroundingWater-meanSeaLevel
rdfs:subClassOf ep-fac:SurroundingWater .
ep-fac:Template
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "template"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfATemplate .
......@@ -164,12 +163,12 @@ ep-fac:TemporalPartOfAZone
rdfs:subClassOf ep-fac:Facility .
ep-fac:Zone
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "zone"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAZone .
ep-fac:depthOfSurroundingWater
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Wed Sep 28 16:02:41 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/well
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -14,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/report>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-report:DailyDrillingReport
......@@ -27,7 +25,7 @@ ep-report:DailyDrillingReportFinalisationType
rdfs:subClassOf owl:Class .
ep-report:FinalDailyDrillingReport
rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
rdfs:label "final daily drilling report"^^xsd:string ;
rdfs:subClassOf ep-report:DailyDrillingReport .
......@@ -36,13 +34,8 @@ ep-report:NonProductivetimeReport
rdfs:subClassOf ep-report:Report ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty ep-report:createdAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:createdAt
owl:onProperty ep-report:reportOn
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -52,16 +45,21 @@ ep-report:NonProductivetimeReport
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:reportOn
owl:onProperty ep-report:createdAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty ep-report:createdAt
] .
ep-report:NormalDailyDrillingReport
rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
rdfs:label "normal daily drilling report"^^xsd:string ;
rdfs:subClassOf ep-report:DailyDrillingReport .
ep-report:PreliminaryDailyDrillingReport
rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ;
rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
rdfs:label "preliminary daily drilling report"^^xsd:string ;
rdfs:subClassOf ep-report:DailyDrillingReport .
......@@ -75,32 +73,32 @@ ep-report:WeeklyDrillingReport
rdfs:subClassOf ep-report:Report ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-report:DailyDrillingReport ;
owl:onProperty ep-report:reportOn
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:createdAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "7"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:reportOn
owl:allValuesFrom xsd:dateTime ;
owl:onProperty ep-report:createdAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:dateTime ;
owl:onProperty ep-report:createdAt
owl:cardinality "7"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:reportOn
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-report:createdAt
owl:allValuesFrom ep-report:DailyDrillingReport ;
owl:onProperty ep-report:reportOn
] .
ep-report:createdAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-report:Report ;
rdfs:label "created at"^^xsd:string .
ep-report:dailyDrillingReportNumber
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-report:DailyDrillingReport ;
rdfs:label "daily drilling report number"^^xsd:string .
......@@ -108,16 +106,16 @@ ep-report:datumObjectForDailyDrillingReport
rdf:type owl:ObjectProperty ;
rdfs:domain ep-report:DailyDrillingReport ;
rdfs:label "datum object for daily drilling report"^^xsd:string ;
rdfs:range ep-core:PhysicalObject .
rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-report:hasContent
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-report:Report ;
rdfs:label "has content"^^xsd:string .
ep-report:nameAsDatumObject
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:PhysicalObject ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
rdfs:label "name as datum object"^^xsd:string .
ep-report:reportOn
......
......@@ -302,13 +302,13 @@ ep-well:carbonDioxideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "carbon dioxide concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-well:cementingFluidPerCentFreeWater
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:cementingFluidThickeningTime
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -320,7 +320,7 @@ ep-well:chlorideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "chloride concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-well:coreLength
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -344,7 +344,7 @@ ep-well:ethaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "ethane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:finalBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -362,19 +362,19 @@ ep-well:gasConcentrationHigh
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - high"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:gasConcentrationLow
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - low"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:gasOilRatio
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas oil ratio"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:hasBarrel
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -386,7 +386,7 @@ ep-well:hydrogenSulfideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "hydrogen sulfide concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-well:inclination
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -404,13 +404,13 @@ ep-well:isoButaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:isoPentaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Pentane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:lithologyDescription
rdf:type owl:DatatypeProperty ;
......@@ -445,7 +445,7 @@ ep-well:methaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "methane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:nominalInsideDiameterOfBoreHole
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -457,7 +457,7 @@ ep-well:norButaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "nor-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:plannedBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
......@@ -493,19 +493,19 @@ ep-well:propaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Gas ;
rdfs:label "propane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:ratioOfCementMixToWater
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "ratio of cement mix to water"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:relativeAmountOfCoreRecovered
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "relative amount of core recovered"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:showDescription
rdf:type owl:DatatypeProperty ;
......@@ -557,7 +557,7 @@ ep-well:waterOilRatio
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "water oil ratio"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
rdfs:range ep-core:VolumePerUnitVolumeConcentration .
ep-well:wellBoreCompletedAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
......
......@@ -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/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -880,7 +880,7 @@ ddr-tables:CementFluidInformation
sp:subject
[ sp:varName "fluid"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumeMassRatio> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "ratio"^^xsd:string
......@@ -901,7 +901,7 @@ ddr-tables:CementFluidInformation
sp:subject
[ sp:varName "fluid"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "fw"^^xsd:string
......
......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -142,7 +142,7 @@
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object
......@@ -152,7 +152,7 @@
[ sp:varName "concentrationScaleGasHigh"^^xsd:string
] ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object
......@@ -165,7 +165,7 @@
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object
......@@ -178,7 +178,7 @@
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b12
] [ sp:object
......@@ -191,7 +191,7 @@
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object
......@@ -204,7 +204,7 @@
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object
......@@ -217,7 +217,7 @@
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object
......@@ -230,7 +230,7 @@
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b16
] [ sp:object
......@@ -633,7 +633,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string
]
] ;
......@@ -642,7 +642,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomGasLow"^^xsd:string
]
] ;
......@@ -651,7 +651,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomMeth"^^xsd:string
]
] ;
......@@ -660,7 +660,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomEth"^^xsd:string
]
] ;
......@@ -669,7 +669,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomProp"^^xsd:string
]
] ;
......@@ -678,7 +678,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomIbut"^^xsd:string
]
] ;
......@@ -687,7 +687,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomNbut"^^xsd:string
]
] ;
......@@ -696,7 +696,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomIpent"^^xsd:string
]
] ;
......
......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -163,7 +163,7 @@
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object
......@@ -176,7 +176,7 @@
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object
......@@ -369,7 +369,7 @@
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ;
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b27
] [ sp:object
......@@ -382,7 +382,7 @@
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ;
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object
......@@ -395,7 +395,7 @@
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ;
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object
......@@ -1048,7 +1048,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string
]
] ;
......@@ -1057,7 +1057,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
[ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ;
sp:arg1 [ sp:varName "uomGasOil"^^xsd:string
]
] ;
......@@ -1183,7 +1183,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
[ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ;
sp:arg1 [ sp:varName "uomChloride"^^xsd:string
]
] ;
......@@ -1192,7 +1192,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
[ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ;
sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string
]
] ;
......@@ -1201,7 +1201,7 @@
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificMassScale ;
[ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ;
sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string
]
] ;
......