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 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
......
......@@ -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
......
This diff could not be displayed because it is too large.
......@@ -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
]
] ;
......