David Leal

Addition of labels and minor tidying up of schemas

......@@ -121,6 +121,12 @@ ep-activity:DailyDrillingActivityToStatus
owl:onProperty ep-core:hasPart
] .
ep-activity:DailyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "daily production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:Drill-bypass
rdf:type ep-activity:WellBoreDrillingType ;
rdfs:label "drill - bypass"^^xsd:string ;
......@@ -355,6 +361,12 @@ ep-activity:MonthlyDrillingActivity
owl:onProperty ep-activity:hasSubActivity
] .
ep-activity:MonthlyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "monthly production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:OffshoreActivity
rdf:type owl:Class ;
rdfs:label "Offshore activity"^^xsd:string ;
......@@ -419,9 +431,16 @@ ep-activity:PressureTestType
ep-activity:ProductionActivity
rdf:type owl:Class ;
rdfs:comment "activity that is all or part of what is done to produce oil or gas"^^xsd:string ;
rdfs:label "Production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:ProductionActivityToDate
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "production activity to date"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:ProductionTest
rdf:type owl:Class , ep-activity:WellTestType ;
rdfs:label "production test"^^xsd:string ;
......@@ -445,6 +464,12 @@ ep-activity:WeeklyDrillingActivity
owl:onProperty ep-activity:hasSubActivity
] .
ep-activity:WeeklyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "weekly production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:WellBoreBitOperation-withinReportingPeriod
rdf:type owl:Class ;
rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ;
......
......@@ -29,10 +29,11 @@ ep-fac:Facility
ep-fac:Field
rdf:type owl:Class ;
rdfs:comment "facility that is a field"^^xsd:string ;
rdfs:label "field"^^xsd:string .
rdfs:label "field"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfAField .
ep-fac:FixedFacility
rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ;
rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ;
rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ;
rdfs:label "fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
......@@ -48,9 +49,9 @@ ep-fac:FixedOrMoveableRigType
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig .
ep-fac:Flowline
rdf:type owl:Class ;
......@@ -70,15 +71,15 @@ ep-fac:Lease
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableFacility
rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ;
rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ;
rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ;
rdfs:label "moveable facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableRig
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig .
ep-fac:Platform
rdf:type owl:Class ;
......@@ -105,6 +106,7 @@ ep-fac:Rig
ep-fac:SubSurfaceFixedFacility
rdf:type owl:Class ;
rdfs:label "sub-surface fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility .
ep-fac:SurfaceFixedFacility
......@@ -131,6 +133,7 @@ ep-fac:Template
ep-fac:TemporalPartOfAField
rdf:type owl:Class ;
rdfs:label "temporal part of a field"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:TemporalPartOfAProductionFacility
......@@ -151,7 +154,7 @@ ep-fac:Zone
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .
......
......@@ -13,11 +13,11 @@
<http://www.reportinghub.no/ep/schema/1.0/geography>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-core:Area
rdf:type ep-core:PropertySpace , rdfs:Class ;
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "Compressibility"^^xsd:string ;
rdfs:subClassOf owl:Class .
......@@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement
rdf:type owl:Class ;
rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country , ep-geo:LicenceBlock .
owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State .
ep-geo:Country
rdf:type owl:Class ;
rdfs:label "country"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:State , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State .
ep-geo:County
rdf:type owl:Class ;
rdfs:label "county"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country .
ep-geo:DestinationType
rdf:type rdfs:Class ;
......@@ -60,7 +60,7 @@ ep-geo:DestinationType
rdfs:subClassOf owl:Class .
ep-geo:Harbour
rdf:type ep-geo:DestinationType , owl:Class ;
rdf:type owl:Class , ep-geo:DestinationType ;
rdfs:label "harbour"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
......@@ -69,7 +69,7 @@ ep-geo:LicenceBlock
rdfs:comment "See RDL RDS13025226"^^xsd:string ;
rdfs:label "Licence Block"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country .
ep-geo:OffshoreLocation
rdf:type owl:Class ;
......@@ -78,8 +78,9 @@ ep-geo:OffshoreLocation
ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
rdf:type owl:Class ;
rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State .
owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement .
ep-geo:PartOfTheSurfaceOfTheEarth
rdf:type owl:Class ;
......@@ -90,13 +91,13 @@ ep-geo:State
rdf:type owl:Class ;
rdfs:label "state"^^xsd:string ;
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon .
owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country .
ep-geo:Terminal
rdf:type ep-geo:DestinationType , owl:Class ;
rdf:type owl:Class , ep-geo:DestinationType ;
rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ;
rdfs:label "terminal"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility .
ep-geo:areaOnSurfaceOfEarth
rdf:type owl:ObjectProperty ;
......@@ -119,12 +120,12 @@ ep-geo:hasNorthSeaAreaName
rdfs:label "has North Sea area name"^^xsd:string .
ep-geo:hasNorthSeaBlockSuffixId
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has North Sea block suffix ID"^^xsd:string .
ep-geo:hasNorthSeaQuadrantId
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-geo:OffshoreLocation ;
rdfs:label "has North Sea quadrant ID"^^xsd:string .
......
......@@ -10,11 +10,11 @@
<http://www.reportinghub.no/ep/schema/1.0/organization>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-org:CateringCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "catering crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
......@@ -29,7 +29,7 @@ ep-org:Company
rdfs:subClassOf ep-org:Organization-WholeLife .
ep-org:ContractorCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "contractor crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
......@@ -44,46 +44,48 @@ ep-org:CrewType
rdfs:subClassOf owl:Class .
ep-org:DayVisitorCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "day visitor crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:DrillingContractCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "drilling contract crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:NonOperatorOvernightVisitorCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:OperatorNormalCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "operator normal crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:OperatorOvernightVisitorCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "operator overnight visitor crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:Organization
rdf:type owl:Class ;
rdfs:label "organization"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> , ep-org:PersonOrOrganization .
rdfs:subClassOf ep-org:PersonOrOrganization , <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-org:Organization-WholeLife
rdf:type owl:Class ;
rdfs:label "organization - whole life"^^xsd:string ;
rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization .
rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife .
ep-org:Person
rdf:type owl:Class ;
rdfs:label "person"^^xsd:string ;
rdfs:subClassOf ep-org:PersonOrOrganization .
ep-org:PersonOrOrganization
rdf:type owl:Class ;
rdfs:label "person or organization"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-org:PersonOrOrganization-WholeLife
......@@ -101,14 +103,14 @@ ep-org:PersonRoleType
rdfs:subClassOf owl:Class .
ep-org:TotalCrew
rdf:type ep-org:CrewType , owl:Class ;
rdf:type owl:Class , ep-org:CrewType ;
rdfs:label "total crew"^^xsd:string ;
rdfs:subClassOf ep-org:Crew .
ep-org:WholeLifePerson
rdf:type owl:Class ;
rdfs:label "whole life person"^^xsd:string ;
rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person .
rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife .
ep-org:hasCrew
rdf:type owl:ObjectProperty ;
......@@ -117,7 +119,7 @@ ep-org:hasCrew
rdfs:range ep-org:Crew .
ep-org:numberInCrew
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-org:Crew ;
rdfs:label "number in crew"^^xsd:string .
......
......@@ -41,10 +41,12 @@ ep-prodeqt:DownHoleControlValve
ep-prodeqt:FlowLine
rdf:type owl:Class ;
rdfs:label "flow line"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:FlowLine-Production
rdf:type owl:Class ;
rdfs:label "flow line - production"^^xsd:string ;
rdfs:subClassOf ep-prodeqt:FlowLine .
ep-prodeqt:FlowMeter
......@@ -58,9 +60,6 @@ ep-prodeqt:GasLiftChoke
rdfs:label "gas lift choke"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:Manifold
rdf:type owl:Class .
ep-prodeqt:PressureMeter
rdf:type owl:Class ;
rdfs:comment "equipment that is a pressure meter"^^xsd:string ;
......
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-facility>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Compressor>
......@@ -67,7 +67,7 @@
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
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 <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "facility operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
......@@ -86,6 +86,7 @@
ep-prodfac:Boat
rdf:type owl:Class ;
rdfs:label "boat"^^xsd:string ;
rdfs:subClassOf ep-prodfac:ShipOrBoat .
ep-prodfac:Field-area
......@@ -142,11 +143,12 @@ ep-prodfac:ReportingFacilityType
ep-prodfac:Ship
rdf:type owl:Class ;
rdfs:label "Ship"^^xsd:string ;
rdfs:label "ship"^^xsd:string ;
rdfs:subClassOf ep-prodfac:ShipOrBoat .
ep-prodfac:ShipOrBoat
rdf:type owl:Class ;
rdfs:label "ship or boat"^^xsd:string ;
rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
ep-prodfac:StorageFacility
......@@ -161,6 +163,7 @@ ep-prodfac:SupplyShip
ep-prodfac:TemporalPartOfAShipOrBoat
rdf:type owl:Class ;
rdfs:label "temporal part of a ship or boat"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodfac:TrunkLine
......@@ -209,7 +212,7 @@ ep-prodfac:numberOfPersonnelOnBoard
rdfs:range xsd:integer .
ep-prodfac:operatingTime
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 <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "operating time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
......
......@@ -19,7 +19,7 @@
<http://www.reportinghub.no/ep/dpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-dpr-spin-lib:Function
......@@ -4942,7 +4942,7 @@ ep-dpr-spin-lib:selectProductionActivityType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
]
]
......@@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
rdfs:subClassOf ep-dpr-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b21
])
] ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "myVar"^^xsd:string
]) ;
sp:where ([ rdf:type sp:Bind ;
......@@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
[ sp:varName "myVar"^^xsd:string
]
])
] ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b21) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b21
])
] .
ep-dpr-spin-lib:selectTemperatureScale
......@@ -7573,6 +7573,15 @@ ep-dpr-spin-lib:selectWorkScale
])
] .
_:b22
sp:varName "volumeFlowRateAtStdType"^^xsd:string .
_:b21
sp:varName "specificVolumeScale"^^xsd:string .
_:b20
sp:varName "safetyActivityType"^^xsd:string .
_:b19
sp:varName "productionFlowPurposeType"^^xsd:string .
......@@ -7620,12 +7629,3 @@ _:b3 sp:varName "uri"^^xsd:string .
_:b2 sp:varName "UUID"^^xsd:string .
_:b1 sp:varName "uri"^^xsd:string .
_:b22
sp:varName "volumeFlowRateAtStdType"^^xsd:string .
_:b21
sp:varName "specificVolumeScale"^^xsd:string .
_:b20
sp:varName "safetyActivityType"^^xsd:string .
......
......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -4119,7 +4119,7 @@ ep-mpr-spin-lib:selectProductionActivityType
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity>
]
]
......