Showing
13 changed files
with
523 additions
and
485 deletions
| ... | @@ -121,6 +121,12 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -121,6 +121,12 @@ ep-activity:DailyDrillingActivityToStatus |
| 121 | owl:onProperty ep-core:hasPart | 121 | owl:onProperty ep-core:hasPart |
| 122 | ] . | 122 | ] . |
| 123 | 123 | ||
| 124 | +ep-activity:DailyProductionActivity | ||
| 125 | + rdf:type owl:Class ; | ||
| 126 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 127 | + rdfs:label "daily production activity"^^xsd:string ; | ||
| 128 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
| 129 | + | ||
| 124 | ep-activity:Drill-bypass | 130 | ep-activity:Drill-bypass |
| 125 | rdf:type ep-activity:WellBoreDrillingType ; | 131 | rdf:type ep-activity:WellBoreDrillingType ; |
| 126 | rdfs:label "drill - bypass"^^xsd:string ; | 132 | rdfs:label "drill - bypass"^^xsd:string ; |
| ... | @@ -355,6 +361,12 @@ ep-activity:MonthlyDrillingActivity | ... | @@ -355,6 +361,12 @@ ep-activity:MonthlyDrillingActivity |
| 355 | owl:onProperty ep-activity:hasSubActivity | 361 | owl:onProperty ep-activity:hasSubActivity |
| 356 | ] . | 362 | ] . |
| 357 | 363 | ||
| 364 | +ep-activity:MonthlyProductionActivity | ||
| 365 | + rdf:type owl:Class ; | ||
| 366 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 367 | + rdfs:label "monthly production activity"^^xsd:string ; | ||
| 368 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
| 369 | + | ||
| 358 | ep-activity:OffshoreActivity | 370 | ep-activity:OffshoreActivity |
| 359 | rdf:type owl:Class ; | 371 | rdf:type owl:Class ; |
| 360 | rdfs:label "Offshore activity"^^xsd:string ; | 372 | rdfs:label "Offshore activity"^^xsd:string ; |
| ... | @@ -419,9 +431,16 @@ ep-activity:PressureTestType | ... | @@ -419,9 +431,16 @@ ep-activity:PressureTestType |
| 419 | 431 | ||
| 420 | ep-activity:ProductionActivity | 432 | ep-activity:ProductionActivity |
| 421 | rdf:type owl:Class ; | 433 | rdf:type owl:Class ; |
| 434 | + rdfs:comment "activity that is all or part of what is done to produce oil or gas"^^xsd:string ; | ||
| 422 | rdfs:label "Production activity"^^xsd:string ; | 435 | rdfs:label "Production activity"^^xsd:string ; |
| 423 | rdfs:subClassOf ep-activity:Activity . | 436 | rdfs:subClassOf ep-activity:Activity . |
| 424 | 437 | ||
| 438 | +ep-activity:ProductionActivityToDate | ||
| 439 | + rdf:type owl:Class ; | ||
| 440 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 441 | + rdfs:label "production activity to date"^^xsd:string ; | ||
| 442 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
| 443 | + | ||
| 425 | ep-activity:ProductionTest | 444 | ep-activity:ProductionTest |
| 426 | rdf:type owl:Class , ep-activity:WellTestType ; | 445 | rdf:type owl:Class , ep-activity:WellTestType ; |
| 427 | rdfs:label "production test"^^xsd:string ; | 446 | rdfs:label "production test"^^xsd:string ; |
| ... | @@ -445,6 +464,12 @@ ep-activity:WeeklyDrillingActivity | ... | @@ -445,6 +464,12 @@ ep-activity:WeeklyDrillingActivity |
| 445 | owl:onProperty ep-activity:hasSubActivity | 464 | owl:onProperty ep-activity:hasSubActivity |
| 446 | ] . | 465 | ] . |
| 447 | 466 | ||
| 467 | +ep-activity:WeeklyProductionActivity | ||
| 468 | + rdf:type owl:Class ; | ||
| 469 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 470 | + rdfs:label "weekly production activity"^^xsd:string ; | ||
| 471 | + rdfs:subClassOf ep-activity:ProductionActivity . | ||
| 472 | + | ||
| 448 | ep-activity:WellBoreBitOperation-withinReportingPeriod | 473 | ep-activity:WellBoreBitOperation-withinReportingPeriod |
| 449 | rdf:type owl:Class ; | 474 | rdf:type owl:Class ; |
| 450 | rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ; | 475 | 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 | ... | @@ -29,10 +29,11 @@ ep-fac:Facility |
| 29 | ep-fac:Field | 29 | ep-fac:Field |
| 30 | rdf:type owl:Class ; | 30 | rdf:type owl:Class ; |
| 31 | rdfs:comment "facility that is a field"^^xsd:string ; | 31 | rdfs:comment "facility that is a field"^^xsd:string ; |
| 32 | - rdfs:label "field"^^xsd:string . | 32 | + rdfs:label "field"^^xsd:string ; |
| 33 | + rdfs:subClassOf ep-fac:TemporalPartOfAField . | ||
| 33 | 34 | ||
| 34 | ep-fac:FixedFacility | 35 | ep-fac:FixedFacility |
| 35 | - rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ; | 36 | + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ; |
| 36 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; | 37 | rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ; |
| 37 | rdfs:label "fixed facility"^^xsd:string ; | 38 | rdfs:label "fixed facility"^^xsd:string ; |
| 38 | rdfs:subClassOf ep-fac:Facility . | 39 | rdfs:subClassOf ep-fac:Facility . |
| ... | @@ -48,9 +49,9 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -48,9 +49,9 @@ ep-fac:FixedOrMoveableRigType |
| 48 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
| 49 | 50 | ||
| 50 | ep-fac:FixedRig | 51 | ep-fac:FixedRig |
| 51 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 52 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
| 52 | rdfs:label "fixed rig"^^xsd:string ; | 53 | rdfs:label "fixed rig"^^xsd:string ; |
| 53 | - rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . | 54 | + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . |
| 54 | 55 | ||
| 55 | ep-fac:Flowline | 56 | ep-fac:Flowline |
| 56 | rdf:type owl:Class ; | 57 | rdf:type owl:Class ; |
| ... | @@ -70,15 +71,15 @@ ep-fac:Lease | ... | @@ -70,15 +71,15 @@ ep-fac:Lease |
| 70 | rdfs:subClassOf ep-fac:Facility . | 71 | rdfs:subClassOf ep-fac:Facility . |
| 71 | 72 | ||
| 72 | ep-fac:MoveableFacility | 73 | ep-fac:MoveableFacility |
| 73 | - rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ; | 74 | + rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ; |
| 74 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; | 75 | rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ; |
| 75 | rdfs:label "moveable facility"^^xsd:string ; | 76 | rdfs:label "moveable facility"^^xsd:string ; |
| 76 | rdfs:subClassOf ep-fac:Facility . | 77 | rdfs:subClassOf ep-fac:Facility . |
| 77 | 78 | ||
| 78 | ep-fac:MoveableRig | 79 | ep-fac:MoveableRig |
| 79 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 80 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
| 80 | rdfs:label "moveable rig"^^xsd:string ; | 81 | rdfs:label "moveable rig"^^xsd:string ; |
| 81 | - rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . | 82 | + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . |
| 82 | 83 | ||
| 83 | ep-fac:Platform | 84 | ep-fac:Platform |
| 84 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
| ... | @@ -105,6 +106,7 @@ ep-fac:Rig | ... | @@ -105,6 +106,7 @@ ep-fac:Rig |
| 105 | 106 | ||
| 106 | ep-fac:SubSurfaceFixedFacility | 107 | ep-fac:SubSurfaceFixedFacility |
| 107 | rdf:type owl:Class ; | 108 | rdf:type owl:Class ; |
| 109 | + rdfs:label "sub-surface fixed facility"^^xsd:string ; | ||
| 108 | rdfs:subClassOf ep-fac:FixedFacility . | 110 | rdfs:subClassOf ep-fac:FixedFacility . |
| 109 | 111 | ||
| 110 | ep-fac:SurfaceFixedFacility | 112 | ep-fac:SurfaceFixedFacility |
| ... | @@ -131,6 +133,7 @@ ep-fac:Template | ... | @@ -131,6 +133,7 @@ ep-fac:Template |
| 131 | 133 | ||
| 132 | ep-fac:TemporalPartOfAField | 134 | ep-fac:TemporalPartOfAField |
| 133 | rdf:type owl:Class ; | 135 | rdf:type owl:Class ; |
| 136 | + rdfs:label "temporal part of a field"^^xsd:string ; | ||
| 134 | rdfs:subClassOf ep-fac:Facility . | 137 | rdfs:subClassOf ep-fac:Facility . |
| 135 | 138 | ||
| 136 | ep-fac:TemporalPartOfAProductionFacility | 139 | ep-fac:TemporalPartOfAProductionFacility |
| ... | @@ -151,7 +154,7 @@ ep-fac:Zone | ... | @@ -151,7 +154,7 @@ ep-fac:Zone |
| 151 | rdfs:subClassOf ep-fac:Facility . | 154 | rdfs:subClassOf ep-fac:Facility . |
| 152 | 155 | ||
| 153 | ep-fac:depthOfSurroundingWater | 156 | ep-fac:depthOfSurroundingWater |
| 154 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 157 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 155 | rdfs:domain ep-fac:SurroundingWater ; | 158 | rdfs:domain ep-fac:SurroundingWater ; |
| 156 | rdfs:label "depth of surrounding water"^^xsd:string ; | 159 | rdfs:label "depth of surrounding water"^^xsd:string ; |
| 157 | rdfs:range ep-core:Length . | 160 | rdfs:range ep-core:Length . | ... | ... |
| ... | @@ -15,81 +15,81 @@ | ... | @@ -15,81 +15,81 @@ |
| 15 | 15 | ||
| 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 20 | ||
| 21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
| 22 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 22 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 23 | rdfs:label "physical thing at instant"^^xsd:string ; | 23 | rdfs:label "physical thing at instant"^^xsd:string ; |
| 24 | rdfs:subClassOf ep-core:PhysicalThing . | 24 | rdfs:subClassOf ep-core:PhysicalThing . |
| 25 | 25 | ||
| 26 | ep-core:PhysicalThingDuringGasYearToDate | 26 | ep-core:PhysicalThingDuringGasYearToDate |
| 27 | - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; | 27 | + rdf:type owl:Class , ep-flow:TemporalPartDurationType ; |
| 28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 28 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-core:PhysicalThing . | 29 | rdfs:subClassOf ep-core:PhysicalThing . |
| 30 | 30 | ||
| 31 | ep-core:PhysicalThingDuringMonthToDate | 31 | ep-core:PhysicalThingDuringMonthToDate |
| 32 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 32 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 33 | rdfs:label "physical thing during month to date"^^xsd:string ; | 33 | rdfs:label "physical thing during month to date"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-core:PhysicalThing . | 34 | rdfs:subClassOf ep-core:PhysicalThing . |
| 35 | 35 | ||
| 36 | ep-core:PhysicalThingDuringOneDay | 36 | ep-core:PhysicalThingDuringOneDay |
| 37 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 37 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 38 | rdfs:label "physical thing during one day"^^xsd:string ; | 38 | rdfs:label "physical thing during one day"^^xsd:string ; |
| 39 | rdfs:subClassOf ep-core:PhysicalThing . | 39 | rdfs:subClassOf ep-core:PhysicalThing . |
| 40 | 40 | ||
| 41 | ep-core:PhysicalThingDuringOneGasDay | 41 | ep-core:PhysicalThingDuringOneGasDay |
| 42 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 42 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 43 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 43 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
| 44 | rdfs:subClassOf ep-core:PhysicalThing . | 44 | rdfs:subClassOf ep-core:PhysicalThing . |
| 45 | 45 | ||
| 46 | ep-core:PhysicalThingDuringOneGasMonth | 46 | ep-core:PhysicalThingDuringOneGasMonth |
| 47 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 47 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 48 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
| 50 | 50 | ||
| 51 | ep-core:PhysicalThingDuringOneGasYear | 51 | ep-core:PhysicalThingDuringOneGasYear |
| 52 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 52 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 53 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 53 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
| 54 | rdfs:subClassOf ep-core:PhysicalThing . | 54 | rdfs:subClassOf ep-core:PhysicalThing . |
| 55 | 55 | ||
| 56 | ep-core:PhysicalThingDuringOneMonth | 56 | ep-core:PhysicalThingDuringOneMonth |
| 57 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 57 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 58 | rdfs:label "physical thing during one month"^^xsd:string ; | 58 | rdfs:label "physical thing during one month"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-core:PhysicalThing . | 59 | rdfs:subClassOf ep-core:PhysicalThing . |
| 60 | 60 | ||
| 61 | ep-core:PhysicalThingDuringOneWeek | 61 | ep-core:PhysicalThingDuringOneWeek |
| 62 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 62 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 63 | rdfs:label "physical thing during one week"^^xsd:string ; | 63 | rdfs:label "physical thing during one week"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-core:PhysicalThing . | 64 | rdfs:subClassOf ep-core:PhysicalThing . |
| 65 | 65 | ||
| 66 | ep-core:PhysicalThingDuringOneYear | 66 | ep-core:PhysicalThingDuringOneYear |
| 67 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 67 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 68 | rdfs:label "physical thing during one year"^^xsd:string ; | 68 | rdfs:label "physical thing during one year"^^xsd:string ; |
| 69 | rdfs:subClassOf ep-core:PhysicalThing . | 69 | rdfs:subClassOf ep-core:PhysicalThing . |
| 70 | 70 | ||
| 71 | ep-core:PhysicalThingDuringYearToDate | 71 | ep-core:PhysicalThingDuringYearToDate |
| 72 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 72 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 73 | rdfs:label "physical thing during year to date"^^xsd:string ; | 73 | rdfs:label "physical thing during year to date"^^xsd:string ; |
| 74 | rdfs:subClassOf ep-core:PhysicalThing . | 74 | rdfs:subClassOf ep-core:PhysicalThing . |
| 75 | 75 | ||
| 76 | ep-flow:AllocatedFlow | 76 | ep-flow:AllocatedFlow |
| 77 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 77 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 78 | rdfs:label "allocated flow"^^xsd:string ; | 78 | rdfs:label "allocated flow"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 79 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 80 | 80 | ||
| 81 | ep-flow:AllocatedInventory | 81 | ep-flow:AllocatedInventory |
| 82 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 82 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 83 | rdfs:label "allocated inventory"^^xsd:string ; | 83 | rdfs:label "allocated inventory"^^xsd:string ; |
| 84 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 84 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 85 | 85 | ||
| 86 | ep-flow:BudgetFlow | 86 | ep-flow:BudgetFlow |
| 87 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 87 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 88 | rdfs:label "budget flow"^^xsd:string ; | 88 | rdfs:label "budget flow"^^xsd:string ; |
| 89 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 89 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 90 | 90 | ||
| 91 | ep-flow:BudgetInventory | 91 | ep-flow:BudgetInventory |
| 92 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 92 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 93 | rdfs:label "budget inventory"^^xsd:string ; | 93 | rdfs:label "budget inventory"^^xsd:string ; |
| 94 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 94 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 95 | 95 | ||
| ... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion | ... | @@ -99,77 +99,77 @@ ep-flow:ClassOfMaterialWithMassCriterion |
| 99 | rdfs:subClassOf owl:Class . | 99 | rdfs:subClassOf owl:Class . |
| 100 | 100 | ||
| 101 | ep-flow:ConstraintFlow | 101 | ep-flow:ConstraintFlow |
| 102 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 102 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 103 | rdfs:label "constraint flow"^^xsd:string ; | 103 | rdfs:label "constraint flow"^^xsd:string ; |
| 104 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 104 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 105 | 105 | ||
| 106 | ep-flow:ConstraintFlow-fixed | 106 | ep-flow:ConstraintFlow-fixed |
| 107 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 107 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 108 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
| 109 | rdfs:subClassOf ep-flow:ConstraintFlow . | 109 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 110 | 110 | ||
| 111 | ep-flow:ConstraintFlow-maximum | 111 | ep-flow:ConstraintFlow-maximum |
| 112 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 113 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
| 114 | rdfs:subClassOf ep-flow:ConstraintFlow . | 114 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 115 | 115 | ||
| 116 | ep-flow:ConstraintFlow-minimum | 116 | ep-flow:ConstraintFlow-minimum |
| 117 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 117 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 118 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
| 119 | rdfs:subClassOf ep-flow:ConstraintFlow . | 119 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 120 | 120 | ||
| 121 | ep-flow:ConstraintInventory | 121 | ep-flow:ConstraintInventory |
| 122 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 122 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 123 | rdfs:label "constraint inventory"^^xsd:string ; | 123 | rdfs:label "constraint inventory"^^xsd:string ; |
| 124 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 124 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 125 | 125 | ||
| 126 | ep-flow:Consume | 126 | ep-flow:Consume |
| 127 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 127 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 128 | rdfs:label "consume"^^xsd:string ; | 128 | rdfs:label "consume"^^xsd:string ; |
| 129 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 129 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 130 | 130 | ||
| 131 | ep-flow:Consume-HPflare | 131 | ep-flow:Consume-HPflare |
| 132 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 132 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 133 | rdfs:label "consume - HP flare"^^xsd:string ; | 133 | rdfs:label "consume - HP flare"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-flow:Consume-flare . | 134 | rdfs:subClassOf ep-flow:Consume-flare . |
| 135 | 135 | ||
| 136 | ep-flow:Consume-LPflare | 136 | ep-flow:Consume-LPflare |
| 137 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 137 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 138 | rdfs:label "consume - LP flare"^^xsd:string ; | 138 | rdfs:label "consume - LP flare"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-flow:Consume-flare . | 139 | rdfs:subClassOf ep-flow:Consume-flare . |
| 140 | 140 | ||
| 141 | ep-flow:Consume-blackstart | 141 | ep-flow:Consume-blackstart |
| 142 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 143 | rdfs:label "consume - blackstart"^^xsd:string ; | 143 | rdfs:label "consume - blackstart"^^xsd:string ; |
| 144 | rdfs:subClassOf ep-flow:Consume . | 144 | rdfs:subClassOf ep-flow:Consume . |
| 145 | 145 | ||
| 146 | ep-flow:Consume-compressor | 146 | ep-flow:Consume-compressor |
| 147 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 147 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 148 | rdfs:label "consume - compressor"^^xsd:string ; | 148 | rdfs:label "consume - compressor"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-flow:Consume . | 149 | rdfs:subClassOf ep-flow:Consume . |
| 150 | 150 | ||
| 151 | ep-flow:Consume-emitted | 151 | ep-flow:Consume-emitted |
| 152 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 152 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 153 | rdfs:label "consume - emitted"^^xsd:string ; | 153 | rdfs:label "consume - emitted"^^xsd:string ; |
| 154 | rdfs:subClassOf ep-flow:Consume . | 154 | rdfs:subClassOf ep-flow:Consume . |
| 155 | 155 | ||
| 156 | ep-flow:Consume-flare | 156 | ep-flow:Consume-flare |
| 157 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 157 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 158 | rdfs:label "consume - flare"^^xsd:string ; | 158 | rdfs:label "consume - flare"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-flow:Consume . | 159 | rdfs:subClassOf ep-flow:Consume . |
| 160 | 160 | ||
| 161 | ep-flow:Consume-fuel | 161 | ep-flow:Consume-fuel |
| 162 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 162 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 163 | rdfs:label "consume - fuel"^^xsd:string ; | 163 | rdfs:label "consume - fuel"^^xsd:string ; |
| 164 | rdfs:subClassOf ep-flow:Consume . | 164 | rdfs:subClassOf ep-flow:Consume . |
| 165 | 165 | ||
| 166 | ep-flow:Consume-noncompressor | 166 | ep-flow:Consume-noncompressor |
| 167 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 167 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 168 | rdfs:label "consume - non-compressor"^^xsd:string ; | 168 | rdfs:label "consume - non-compressor"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-flow:Consume . | 169 | rdfs:subClassOf ep-flow:Consume . |
| 170 | 170 | ||
| 171 | ep-flow:Consume-venting | 171 | ep-flow:Consume-venting |
| 172 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 172 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 173 | rdfs:label "consume - venting"^^xsd:string ; | 173 | rdfs:label "consume - venting"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-flow:Consume . | 174 | rdfs:subClassOf ep-flow:Consume . |
| 175 | 175 | ||
| ... | @@ -179,27 +179,27 @@ ep-flow:DailyProductionFlow | ... | @@ -179,27 +179,27 @@ ep-flow:DailyProductionFlow |
| 179 | rdfs:subClassOf ep-flow:ProductionFlow . | 179 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 180 | 180 | ||
| 181 | ep-flow:DerivedFlow | 181 | ep-flow:DerivedFlow |
| 182 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 182 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 183 | rdfs:label "derived flow"^^xsd:string ; | 183 | rdfs:label "derived flow"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 184 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 185 | 185 | ||
| 186 | ep-flow:DerivedFlow-difference | 186 | ep-flow:DerivedFlow-difference |
| 187 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 187 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 188 | rdfs:label "derived flow - difference"^^xsd:string ; | 188 | rdfs:label "derived flow - difference"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-flow:DerivedFlow . | 189 | rdfs:subClassOf ep-flow:DerivedFlow . |
| 190 | 190 | ||
| 191 | ep-flow:DerivedInventory | 191 | ep-flow:DerivedInventory |
| 192 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 192 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 193 | rdfs:label "derived inventory"^^xsd:string ; | 193 | rdfs:label "derived inventory"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 194 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 195 | 195 | ||
| 196 | ep-flow:DifferenceFlow | 196 | ep-flow:DifferenceFlow |
| 197 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 197 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 198 | rdfs:label "difference flow"^^xsd:string ; | 198 | rdfs:label "difference flow"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 199 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 200 | 200 | ||
| 201 | ep-flow:DifferenceInventory | 201 | ep-flow:DifferenceInventory |
| 202 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 202 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 203 | rdfs:label "difference inventory"^^xsd:string ; | 203 | rdfs:label "difference inventory"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 204 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 205 | 205 | ||
| ... | @@ -209,32 +209,32 @@ ep-flow:ElectricPowerFlow | ... | @@ -209,32 +209,32 @@ ep-flow:ElectricPowerFlow |
| 209 | rdfs:subClassOf ep-flow:Flow . | 209 | rdfs:subClassOf ep-flow:Flow . |
| 210 | 210 | ||
| 211 | ep-flow:EstimatedFlow | 211 | ep-flow:EstimatedFlow |
| 212 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 212 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 213 | rdfs:label "estimated flow"^^xsd:string ; | 213 | rdfs:label "estimated flow"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 214 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 215 | 215 | ||
| 216 | ep-flow:EstimatedInventory | 216 | ep-flow:EstimatedInventory |
| 217 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 217 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 218 | rdfs:label "estimated inventory"^^xsd:string ; | 218 | rdfs:label "estimated inventory"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 219 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 220 | 220 | ||
| 221 | ep-flow:Export | 221 | ep-flow:Export |
| 222 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 222 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 223 | rdfs:label "export"^^xsd:string ; | 223 | rdfs:label "export"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 224 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 225 | 225 | ||
| 226 | ep-flow:Export-nominated | 226 | ep-flow:Export-nominated |
| 227 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 227 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 228 | rdfs:label "export nominated"^^xsd:string ; | 228 | rdfs:label "export nominated"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-flow:Export . | 229 | rdfs:subClassOf ep-flow:Export . |
| 230 | 230 | ||
| 231 | ep-flow:Export-requested | 231 | ep-flow:Export-requested |
| 232 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 232 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 233 | rdfs:label "export requested"^^xsd:string ; | 233 | rdfs:label "export requested"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-flow:Export . | 234 | rdfs:subClassOf ep-flow:Export . |
| 235 | 235 | ||
| 236 | ep-flow:Export-shortfall | 236 | ep-flow:Export-shortfall |
| 237 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 237 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 238 | rdfs:label "export shortfall"^^xsd:string ; | 238 | rdfs:label "export shortfall"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-flow:Export . | 239 | rdfs:subClassOf ep-flow:Export . |
| 240 | 240 | ||
| ... | @@ -244,42 +244,42 @@ ep-flow:Flow | ... | @@ -244,42 +244,42 @@ ep-flow:Flow |
| 244 | rdfs:subClassOf ep-core:PhysicalThing . | 244 | rdfs:subClassOf ep-core:PhysicalThing . |
| 245 | 245 | ||
| 246 | ep-flow:FlowAtInstant | 246 | ep-flow:FlowAtInstant |
| 247 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 247 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 248 | rdfs:label "flow at instant"^^xsd:string ; | 248 | rdfs:label "flow at instant"^^xsd:string ; |
| 249 | rdfs:subClassOf ep-flow:Flow . | 249 | rdfs:subClassOf ep-flow:Flow . |
| 250 | 250 | ||
| 251 | ep-flow:FlowDuringDay | 251 | ep-flow:FlowDuringDay |
| 252 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 252 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 253 | rdfs:label "flow during day"^^xsd:string ; | 253 | rdfs:label "flow during day"^^xsd:string ; |
| 254 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 254 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 255 | 255 | ||
| 256 | ep-flow:FlowDuringMonth | 256 | ep-flow:FlowDuringMonth |
| 257 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 257 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 258 | rdfs:label "flow during month"^^xsd:string ; | 258 | rdfs:label "flow during month"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 259 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 260 | 260 | ||
| 261 | ep-flow:FlowDuringMonthToDate | 261 | ep-flow:FlowDuringMonthToDate |
| 262 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 262 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 263 | rdfs:label "flow during month to date"^^xsd:string ; | 263 | rdfs:label "flow during month to date"^^xsd:string ; |
| 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 264 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 265 | 265 | ||
| 266 | ep-flow:FlowDuringPeriod | 266 | ep-flow:FlowDuringPeriod |
| 267 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 267 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 268 | rdfs:label "flow during period"^^xsd:string ; | 268 | rdfs:label "flow during period"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-flow:Flow . | 269 | rdfs:subClassOf ep-flow:Flow . |
| 270 | 270 | ||
| 271 | ep-flow:FlowDuringWeek | 271 | ep-flow:FlowDuringWeek |
| 272 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 272 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 273 | rdfs:label "flow during week"^^xsd:string ; | 273 | rdfs:label "flow during week"^^xsd:string ; |
| 274 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 274 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 275 | 275 | ||
| 276 | ep-flow:FlowDuringYear | 276 | ep-flow:FlowDuringYear |
| 277 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | 277 | + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; |
| 278 | rdfs:label "flow during year"^^xsd:string ; | 278 | rdfs:label "flow during year"^^xsd:string ; |
| 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 279 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 280 | 280 | ||
| 281 | ep-flow:FlowDuringYearToDate | 281 | ep-flow:FlowDuringYearToDate |
| 282 | - rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ; | 282 | + rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; |
| 283 | rdfs:label "flow during year to date"^^xsd:string ; | 283 | rdfs:label "flow during year to date"^^xsd:string ; |
| 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . | 284 | rdfs:subClassOf ep-flow:FlowDuringPeriod . |
| 285 | 285 | ||
| ... | @@ -291,50 +291,50 @@ ep-flow:FlowInAStandardState | ... | @@ -291,50 +291,50 @@ ep-flow:FlowInAStandardState |
| 291 | ep-flow:FlowOfLiquid | 291 | ep-flow:FlowOfLiquid |
| 292 | rdf:type owl:Class ; | 292 | rdf:type owl:Class ; |
| 293 | rdfs:label "flow of liquid"^^xsd:string ; | 293 | rdfs:label "flow of liquid"^^xsd:string ; |
| 294 | - rdfs:subClassOf ep-core:PhysicalThing . | 294 | + rdfs:subClassOf ep-flow:Flow . |
| 295 | 295 | ||
| 296 | ep-flow:ForecastFlow | 296 | ep-flow:ForecastFlow |
| 297 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 297 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 298 | rdfs:label "forecast flow"^^xsd:string ; | 298 | rdfs:label "forecast flow"^^xsd:string ; |
| 299 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 299 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 300 | 300 | ||
| 301 | ep-flow:ForecastFlow-declineCurve | 301 | ep-flow:ForecastFlow-declineCurve |
| 302 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 302 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 303 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 303 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
| 304 | rdfs:subClassOf ep-flow:ForecastFlow . | 304 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 305 | 305 | ||
| 306 | ep-flow:ForecastFlow-standard | 306 | ep-flow:ForecastFlow-standard |
| 307 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 307 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 308 | rdfs:label "forecast flow - standard"^^xsd:string ; | 308 | rdfs:label "forecast flow - standard"^^xsd:string ; |
| 309 | rdfs:subClassOf ep-flow:ForecastFlow . | 309 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 310 | 310 | ||
| 311 | ep-flow:ForecastInventory | 311 | ep-flow:ForecastInventory |
| 312 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 312 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 313 | rdfs:label "forecast inventory"^^xsd:string ; | 313 | rdfs:label "forecast inventory"^^xsd:string ; |
| 314 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 314 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 315 | 315 | ||
| 316 | ep-flow:Gaslift | 316 | ep-flow:Gaslift |
| 317 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 317 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 318 | rdfs:label "gas lift"^^xsd:string ; | 318 | rdfs:label "gas lift"^^xsd:string ; |
| 319 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 319 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 320 | 320 | ||
| 321 | ep-flow:GrossProductFlow | 321 | ep-flow:GrossProductFlow |
| 322 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 322 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 323 | rdfs:label "gross product flow"^^xsd:string ; | 323 | rdfs:label "gross product flow"^^xsd:string ; |
| 324 | rdfs:subClassOf ep-flow:ProductFlow . | 324 | rdfs:subClassOf ep-flow:ProductFlow . |
| 325 | 325 | ||
| 326 | ep-flow:HydrocarbonAccounting | 326 | ep-flow:HydrocarbonAccounting |
| 327 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 327 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 328 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 328 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
| 329 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 329 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 330 | 330 | ||
| 331 | ep-flow:Import | 331 | ep-flow:Import |
| 332 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 332 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 333 | rdfs:label "import"^^xsd:string ; | 333 | rdfs:label "import"^^xsd:string ; |
| 334 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 334 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 335 | 335 | ||
| 336 | ep-flow:Injection | 336 | ep-flow:Injection |
| 337 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 337 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 338 | rdfs:label "injection"^^xsd:string ; | 338 | rdfs:label "injection"^^xsd:string ; |
| 339 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 339 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 340 | 340 | ||
| ... | @@ -344,77 +344,77 @@ ep-flow:Inventory | ... | @@ -344,77 +344,77 @@ ep-flow:Inventory |
| 344 | rdfs:subClassOf ep-core:PhysicalObject . | 344 | rdfs:subClassOf ep-core:PhysicalObject . |
| 345 | 345 | ||
| 346 | ep-flow:MassAdjustedFlow | 346 | ep-flow:MassAdjustedFlow |
| 347 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 347 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 348 | rdfs:label "mass adjusted flow"^^xsd:string ; | 348 | rdfs:label "mass adjusted flow"^^xsd:string ; |
| 349 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 349 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 350 | 350 | ||
| 351 | ep-flow:MeasuredFlow | 351 | ep-flow:MeasuredFlow |
| 352 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 352 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 353 | rdfs:label "measured flow"^^xsd:string ; | 353 | rdfs:label "measured flow"^^xsd:string ; |
| 354 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 354 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 355 | 355 | ||
| 356 | ep-flow:MeasuredFlow-fiscal | 356 | ep-flow:MeasuredFlow-fiscal |
| 357 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 357 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 358 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 358 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
| 359 | rdfs:subClassOf ep-flow:MeasuredFlow . | 359 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 360 | 360 | ||
| 361 | ep-flow:MeasuredFlow-raw | 361 | ep-flow:MeasuredFlow-raw |
| 362 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 362 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 363 | rdfs:label "measured flow - raw"^^xsd:string ; | 363 | rdfs:label "measured flow - raw"^^xsd:string ; |
| 364 | rdfs:subClassOf ep-flow:MeasuredFlow . | 364 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 365 | 365 | ||
| 366 | ep-flow:MeasuredFlow-recalibrated | 366 | ep-flow:MeasuredFlow-recalibrated |
| 367 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 367 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 368 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 368 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
| 369 | rdfs:subClassOf ep-flow:MeasuredFlow . | 369 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 370 | 370 | ||
| 371 | ep-flow:MeasuredInventory | 371 | ep-flow:MeasuredInventory |
| 372 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 372 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 373 | rdfs:label "measured inventory"^^xsd:string ; | 373 | rdfs:label "measured inventory"^^xsd:string ; |
| 374 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 374 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 375 | 375 | ||
| 376 | ep-flow:MeteredFlowFiscal | 376 | ep-flow:MeteredFlowFiscal |
| 377 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 377 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 378 | rdfs:label "metered flow fiscal"^^xsd:string ; | 378 | rdfs:label "metered flow fiscal"^^xsd:string ; |
| 379 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 379 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 380 | 380 | ||
| 381 | ep-flow:NetProductFlow | 381 | ep-flow:NetProductFlow |
| 382 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 382 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 383 | rdfs:label "net product flow"^^xsd:string ; | 383 | rdfs:label "net product flow"^^xsd:string ; |
| 384 | rdfs:subClassOf ep-flow:ProductFlow . | 384 | rdfs:subClassOf ep-flow:ProductFlow . |
| 385 | 385 | ||
| 386 | ep-flow:NominatedFlow | 386 | ep-flow:NominatedFlow |
| 387 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 387 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 388 | rdfs:label "nominated flow"^^xsd:string ; | 388 | rdfs:label "nominated flow"^^xsd:string ; |
| 389 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 389 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 390 | 390 | ||
| 391 | ep-flow:NominatedInventory | 391 | ep-flow:NominatedInventory |
| 392 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 392 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 393 | rdfs:label "nominated inventory"^^xsd:string ; | 393 | rdfs:label "nominated inventory"^^xsd:string ; |
| 394 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 394 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 395 | 395 | ||
| 396 | ep-flow:Overboard | 396 | ep-flow:Overboard |
| 397 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 397 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 398 | rdfs:label "overboard"^^xsd:string ; | 398 | rdfs:label "overboard"^^xsd:string ; |
| 399 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 399 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 400 | 400 | ||
| 401 | ep-flow:PotentialFlow | 401 | ep-flow:PotentialFlow |
| 402 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 402 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 403 | rdfs:label "potential flow"^^xsd:string ; | 403 | rdfs:label "potential flow"^^xsd:string ; |
| 404 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 404 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 405 | 405 | ||
| 406 | ep-flow:PotentialInventory | 406 | ep-flow:PotentialInventory |
| 407 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 407 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 408 | rdfs:label "potential inventory"^^xsd:string ; | 408 | rdfs:label "potential inventory"^^xsd:string ; |
| 409 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 409 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 410 | 410 | ||
| 411 | ep-flow:ProcessedFlow | 411 | ep-flow:ProcessedFlow |
| 412 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 412 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 413 | rdfs:label "processed flow"^^xsd:string ; | 413 | rdfs:label "processed flow"^^xsd:string ; |
| 414 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 414 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 415 | 415 | ||
| 416 | ep-flow:ProcessedInventory | 416 | ep-flow:ProcessedInventory |
| 417 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 417 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 418 | rdfs:label "processed inventory"^^xsd:string ; | 418 | rdfs:label "processed inventory"^^xsd:string ; |
| 419 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 419 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 420 | 420 | ||
| ... | @@ -439,27 +439,27 @@ ep-flow:ProductInventory | ... | @@ -439,27 +439,27 @@ ep-flow:ProductInventory |
| 439 | rdfs:subClassOf ep-flow:Inventory . | 439 | rdfs:subClassOf ep-flow:Inventory . |
| 440 | 440 | ||
| 441 | ep-flow:ProductInventoryAdjustedClosingBalance | 441 | ep-flow:ProductInventoryAdjustedClosingBalance |
| 442 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 442 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 443 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 443 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
| 444 | rdfs:subClassOf ep-flow:ProductInventory . | 444 | rdfs:subClassOf ep-flow:ProductInventory . |
| 445 | 445 | ||
| 446 | ep-flow:ProductInventoryClosingBalance | 446 | ep-flow:ProductInventoryClosingBalance |
| 447 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 447 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 448 | rdfs:label "product inventory closing balance"^^xsd:string ; | 448 | rdfs:label "product inventory closing balance"^^xsd:string ; |
| 449 | rdfs:subClassOf ep-flow:ProductInventory . | 449 | rdfs:subClassOf ep-flow:ProductInventory . |
| 450 | 450 | ||
| 451 | ep-flow:ProductInventoryClosingStorageBalance | 451 | ep-flow:ProductInventoryClosingStorageBalance |
| 452 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 452 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 453 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 453 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
| 454 | rdfs:subClassOf ep-flow:ProductInventory . | 454 | rdfs:subClassOf ep-flow:ProductInventory . |
| 455 | 455 | ||
| 456 | ep-flow:ProductInventoryOpFlex | 456 | ep-flow:ProductInventoryOpFlex |
| 457 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 457 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 458 | rdfs:label "product inventory opFlex"^^xsd:string ; | 458 | rdfs:label "product inventory opFlex"^^xsd:string ; |
| 459 | rdfs:subClassOf ep-flow:ProductInventory . | 459 | rdfs:subClassOf ep-flow:ProductInventory . |
| 460 | 460 | ||
| 461 | ep-flow:ProductInventoryOpeningBalance | 461 | ep-flow:ProductInventoryOpeningBalance |
| 462 | - rdf:type ep-flow:ProductInventoryType , owl:Class ; | 462 | + rdf:type owl:Class , ep-flow:ProductInventoryType ; |
| 463 | rdfs:label "product inventory opening balance"^^xsd:string ; | 463 | rdfs:label "product inventory opening balance"^^xsd:string ; |
| 464 | rdfs:subClassOf ep-flow:ProductInventory . | 464 | rdfs:subClassOf ep-flow:ProductInventory . |
| 465 | 465 | ||
| ... | @@ -474,7 +474,7 @@ ep-flow:ProductMaterialType | ... | @@ -474,7 +474,7 @@ ep-flow:ProductMaterialType |
| 474 | rdfs:subClassOf owl:Class . | 474 | rdfs:subClassOf owl:Class . |
| 475 | 475 | ||
| 476 | ep-flow:Production | 476 | ep-flow:Production |
| 477 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 477 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 478 | rdfs:label "production"^^xsd:string ; | 478 | rdfs:label "production"^^xsd:string ; |
| 479 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 479 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 480 | 480 | ||
| ... | @@ -559,72 +559,72 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -559,72 +559,72 @@ ep-flow:ProductionTestWellHeadFlow |
| 559 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 559 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 560 | 560 | ||
| 561 | ep-flow:QuotaFlow | 561 | ep-flow:QuotaFlow |
| 562 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 562 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 563 | rdfs:label "quota flow"^^xsd:string ; | 563 | rdfs:label "quota flow"^^xsd:string ; |
| 564 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 564 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 565 | 565 | ||
| 566 | ep-flow:QuotaInventory | 566 | ep-flow:QuotaInventory |
| 567 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 567 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 568 | rdfs:label "quota inventory"^^xsd:string ; | 568 | rdfs:label "quota inventory"^^xsd:string ; |
| 569 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 569 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 570 | 570 | ||
| 571 | ep-flow:RecommendedFlow | 571 | ep-flow:RecommendedFlow |
| 572 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 572 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 573 | rdfs:label "recommended flow"^^xsd:string ; | 573 | rdfs:label "recommended flow"^^xsd:string ; |
| 574 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 574 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 575 | 575 | ||
| 576 | ep-flow:RecommendedInventory | 576 | ep-flow:RecommendedInventory |
| 577 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 577 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 578 | rdfs:label "recommended inventory"^^xsd:string ; | 578 | rdfs:label "recommended inventory"^^xsd:string ; |
| 579 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 579 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 580 | 580 | ||
| 581 | ep-flow:Sale | 581 | ep-flow:Sale |
| 582 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 582 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 583 | rdfs:label "sale"^^xsd:string ; | 583 | rdfs:label "sale"^^xsd:string ; |
| 584 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 584 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 585 | 585 | ||
| 586 | ep-flow:SaleableFlow | 586 | ep-flow:SaleableFlow |
| 587 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 587 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 588 | rdfs:label "saleable flow"^^xsd:string ; | 588 | rdfs:label "saleable flow"^^xsd:string ; |
| 589 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 589 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 590 | 590 | ||
| 591 | ep-flow:SaleableInventory | 591 | ep-flow:SaleableInventory |
| 592 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 592 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 593 | rdfs:label "saleable inventory"^^xsd:string ; | 593 | rdfs:label "saleable inventory"^^xsd:string ; |
| 594 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 594 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 595 | 595 | ||
| 596 | ep-flow:SampleOfMaterial | 596 | ep-flow:SampleOfMaterial |
| 597 | rdf:type owl:Class ; | 597 | rdf:type owl:Class ; |
| 598 | - rdfs:label "(temporal part of a) sample of material"^^xsd:string , "sample of material"^^xsd:string ; | 598 | + rdfs:label "sample of material"^^xsd:string , "(temporal part of a) sample of material"^^xsd:string ; |
| 599 | rdfs:subClassOf ep-material:QuantityOfMaterial . | 599 | rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 600 | 600 | ||
| 601 | ep-flow:SimulatedFlow | 601 | ep-flow:SimulatedFlow |
| 602 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 602 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 603 | rdfs:label "simulated flow"^^xsd:string ; | 603 | rdfs:label "simulated flow"^^xsd:string ; |
| 604 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 604 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 605 | 605 | ||
| 606 | ep-flow:SimulatedInventory | 606 | ep-flow:SimulatedInventory |
| 607 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 607 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 608 | rdfs:label "simulated inventory"^^xsd:string ; | 608 | rdfs:label "simulated inventory"^^xsd:string ; |
| 609 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 609 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 610 | 610 | ||
| 611 | ep-flow:Storage | 611 | ep-flow:Storage |
| 612 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 612 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 613 | rdfs:label "storage"^^xsd:string ; | 613 | rdfs:label "storage"^^xsd:string ; |
| 614 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 614 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 615 | 615 | ||
| 616 | ep-flow:TargetFlow | 616 | ep-flow:TargetFlow |
| 617 | - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; | 617 | + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; |
| 618 | rdfs:label "target flow"^^xsd:string ; | 618 | rdfs:label "target flow"^^xsd:string ; |
| 619 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 619 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 620 | 620 | ||
| 621 | ep-flow:TargetInventory | 621 | ep-flow:TargetInventory |
| 622 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 622 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 623 | rdfs:label "target inventory"^^xsd:string ; | 623 | rdfs:label "target inventory"^^xsd:string ; |
| 624 | rdfs:subClassOf ep-flow:WholeLifeInventory . | 624 | rdfs:subClassOf ep-flow:WholeLifeInventory . |
| 625 | 625 | ||
| 626 | ep-flow:TariffBasisFlow | 626 | ep-flow:TariffBasisFlow |
| 627 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 627 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 628 | rdfs:label "tariff basis flow"^^xsd:string ; | 628 | rdfs:label "tariff basis flow"^^xsd:string ; |
| 629 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 629 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 630 | 630 | ||
| ... | @@ -639,7 +639,7 @@ ep-flow:TemporalPartOfAFlowDurationType | ... | @@ -639,7 +639,7 @@ ep-flow:TemporalPartOfAFlowDurationType |
| 639 | rdfs:subClassOf owl:Class . | 639 | rdfs:subClassOf owl:Class . |
| 640 | 640 | ||
| 641 | ep-flow:ValueAdjustedFlow | 641 | ep-flow:ValueAdjustedFlow |
| 642 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 642 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 643 | rdfs:label "value adjusted flow"^^xsd:string ; | 643 | rdfs:label "value adjusted flow"^^xsd:string ; |
| 644 | rdfs:subClassOf ep-flow:WholeLifeFlow . | 644 | rdfs:subClassOf ep-flow:WholeLifeFlow . |
| 645 | 645 | ||
| ... | @@ -656,7 +656,7 @@ ep-flow:WholeLifeInventory | ... | @@ -656,7 +656,7 @@ ep-flow:WholeLifeInventory |
| 656 | ep-flow:WholeLifeProductFlow | 656 | ep-flow:WholeLifeProductFlow |
| 657 | rdf:type owl:Class ; | 657 | rdf:type owl:Class ; |
| 658 | rdfs:label "whole life product flow"^^xsd:string ; | 658 | rdfs:label "whole life product flow"^^xsd:string ; |
| 659 | - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . | 659 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . |
| 660 | 660 | ||
| 661 | ep-flow:WholeLifeProductInventory | 661 | ep-flow:WholeLifeProductInventory |
| 662 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
| ... | @@ -666,7 +666,7 @@ ep-flow:WholeLifeProductInventory | ... | @@ -666,7 +666,7 @@ ep-flow:WholeLifeProductInventory |
| 666 | ep-flow:WholeLifeProductionFlow | 666 | ep-flow:WholeLifeProductionFlow |
| 667 | rdf:type owl:Class ; | 667 | rdf:type owl:Class ; |
| 668 | rdfs:label "whole life production flow"^^xsd:string ; | 668 | rdfs:label "whole life production flow"^^xsd:string ; |
| 669 | - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . | 669 | + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
| 670 | 670 | ||
| 671 | ep-flow:WholeLifeProductionFlowNetwork | 671 | ep-flow:WholeLifeProductionFlowNetwork |
| 672 | rdf:type owl:Class ; | 672 | rdf:type owl:Class ; |
| ... | @@ -676,7 +676,7 @@ ep-flow:WholeLifeProductionFlowNetwork | ... | @@ -676,7 +676,7 @@ ep-flow:WholeLifeProductionFlowNetwork |
| 676 | ep-flow:WholeLifeProductionInventory | 676 | ep-flow:WholeLifeProductionInventory |
| 677 | rdf:type owl:Class ; | 677 | rdf:type owl:Class ; |
| 678 | rdfs:label "(whole life) production inventory"^^xsd:string ; | 678 | rdfs:label "(whole life) production inventory"^^xsd:string ; |
| 679 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . | 679 | + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . |
| 680 | 680 | ||
| 681 | ep-flow:WholeLifeProductionInventoryCollection | 681 | ep-flow:WholeLifeProductionInventoryCollection |
| 682 | rdf:type owl:Class ; | 682 | rdf:type owl:Class ; |
| ... | @@ -684,7 +684,7 @@ ep-flow:WholeLifeProductionInventoryCollection | ... | @@ -684,7 +684,7 @@ ep-flow:WholeLifeProductionInventoryCollection |
| 684 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . | 684 | rdfs:subClassOf ep-flow:ProductionInventoryCollection . |
| 685 | 685 | ||
| 686 | ep-flow:allocatedTo | 686 | ep-flow:allocatedTo |
| 687 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 687 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 688 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; | 688 | rdfs:comment "facility to which a split of a flow or inventory is allocated"^^xsd:string ; |
| 689 | rdfs:domain ep-core:PhysicalObject ; | 689 | rdfs:domain ep-core:PhysicalObject ; |
| 690 | rdfs:label "allocatedTo"^^xsd:string ; | 690 | rdfs:label "allocatedTo"^^xsd:string ; |
| ... | @@ -692,13 +692,13 @@ ep-flow:allocatedTo | ... | @@ -692,13 +692,13 @@ ep-flow:allocatedTo |
| 692 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 692 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 693 | 693 | ||
| 694 | ep-flow:dailyAverageAmountOfMaterial | 694 | ep-flow:dailyAverageAmountOfMaterial |
| 695 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 695 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 696 | rdfs:domain ep-flow:Flow ; | 696 | rdfs:domain ep-flow:Flow ; |
| 697 | rdfs:label "daily average amount of material"^^xsd:string ; | 697 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 698 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 698 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
| 699 | 699 | ||
| 700 | ep-flow:energyContent | 700 | ep-flow:energyContent |
| 701 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 701 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 702 | rdfs:domain ep-material:QuantityOfMaterial ; | 702 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 703 | rdfs:label "energy content"^^xsd:string ; | 703 | rdfs:label "energy content"^^xsd:string ; |
| 704 | rdfs:range ep-core:Work . | 704 | rdfs:range ep-core:Work . |
| ... | @@ -730,7 +730,7 @@ ep-flow:flowOutOf | ... | @@ -730,7 +730,7 @@ ep-flow:flowOutOf |
| 730 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 730 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 731 | 731 | ||
| 732 | ep-flow:grossCalorificValue | 732 | ep-flow:grossCalorificValue |
| 733 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 733 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 734 | rdfs:domain ep-material:QuantityOfMaterial ; | 734 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 735 | rdfs:label "gross calorific value"^^xsd:string ; | 735 | rdfs:label "gross calorific value"^^xsd:string ; |
| 736 | rdfs:range ep-core:EnergyPerVolume . | 736 | rdfs:range ep-core:EnergyPerVolume . |
| ... | @@ -750,29 +750,29 @@ ep-flow:hasNetworkPart | ... | @@ -750,29 +750,29 @@ ep-flow:hasNetworkPart |
| 750 | rdfs:subPropertyOf ep-core:hasPart . | 750 | rdfs:subPropertyOf ep-core:hasPart . |
| 751 | 751 | ||
| 752 | ep-flow:materialThatFlows | 752 | ep-flow:materialThatFlows |
| 753 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 753 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 754 | rdfs:domain ep-flow:Flow ; | 754 | rdfs:domain ep-flow:Flow ; |
| 755 | rdfs:label "material that flows"^^xsd:string ; | 755 | rdfs:label "material that flows"^^xsd:string ; |
| 756 | rdfs:range ep-material:QuantityOfMaterial . | 756 | rdfs:range ep-material:QuantityOfMaterial . |
| 757 | 757 | ||
| 758 | ep-flow:rateOfFlowOfMaterial | 758 | ep-flow:rateOfFlowOfMaterial |
| 759 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 759 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 760 | rdfs:label "rate of flow of material"^^xsd:string ; | 760 | rdfs:label "rate of flow of material"^^xsd:string ; |
| 761 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 761 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
| 762 | 762 | ||
| 763 | ep-flow:summedDailyMass | 763 | ep-flow:summedDailyMass |
| 764 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 764 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 765 | rdfs:domain ep-flow:Inventory ; | 765 | rdfs:domain ep-flow:Inventory ; |
| 766 | rdfs:label "summed daily mass"^^xsd:string ; | 766 | rdfs:label "summed daily mass"^^xsd:string ; |
| 767 | rdfs:range ep-core:Mass . | 767 | rdfs:range ep-core:Mass . |
| 768 | 768 | ||
| 769 | ep-flow:totalVolumeOfMaterial-deprecated | 769 | ep-flow:totalVolumeOfMaterial-deprecated |
| 770 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 770 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 771 | rdfs:label "total volume of material"^^xsd:string ; | 771 | rdfs:label "total volume of material"^^xsd:string ; |
| 772 | rdfs:range ep-core:MeasureOfAmountOfMaterial . | 772 | rdfs:range ep-core:MeasureOfAmountOfMaterial . |
| 773 | 773 | ||
| 774 | ep-flow:yearlyAverageAmountOfMaterial | 774 | ep-flow:yearlyAverageAmountOfMaterial |
| 775 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 775 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 776 | rdfs:domain ep-flow:Flow ; | 776 | rdfs:domain ep-flow:Flow ; |
| 777 | rdfs:label "yearly average amount of material"^^xsd:string ; | 777 | rdfs:label "yearly average amount of material"^^xsd:string ; |
| 778 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 778 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | ... | ... |
| ... | @@ -13,11 +13,11 @@ | ... | @@ -13,11 +13,11 @@ |
| 13 | 13 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
| 15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 16 | - 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> ; | 16 | + 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> ; |
| 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 18 | 18 | ||
| 19 | ep-core:Area | 19 | ep-core:Area |
| 20 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 20 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 21 | rdfs:label "Compressibility"^^xsd:string ; | 21 | rdfs:label "Compressibility"^^xsd:string ; |
| 22 | rdfs:subClassOf owl:Class . | 22 | rdfs:subClassOf owl:Class . |
| 23 | 23 | ||
| ... | @@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -40,19 +40,19 @@ ep-geo:AreaCoveredByBusinessArrangement |
| 40 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
| 41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 41 | rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
| 42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 42 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 43 | - owl:disjointWith ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country , ep-geo:LicenceBlock . | 43 | + owl:disjointWith ep-geo:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . |
| 44 | 44 | ||
| 45 | ep-geo:Country | 45 | ep-geo:Country |
| 46 | rdf:type owl:Class ; | 46 | rdf:type owl:Class ; |
| 47 | rdfs:label "country"^^xsd:string ; | 47 | rdfs:label "country"^^xsd:string ; |
| 48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 48 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 49 | - owl:disjointWith ep-geo:State , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 49 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . |
| 50 | 50 | ||
| 51 | ep-geo:County | 51 | ep-geo:County |
| 52 | rdf:type owl:Class ; | 52 | rdf:type owl:Class ; |
| 53 | rdfs:label "county"^^xsd:string ; | 53 | rdfs:label "county"^^xsd:string ; |
| 54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 54 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 55 | - owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 55 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . |
| 56 | 56 | ||
| 57 | ep-geo:DestinationType | 57 | ep-geo:DestinationType |
| 58 | rdf:type rdfs:Class ; | 58 | rdf:type rdfs:Class ; |
| ... | @@ -60,7 +60,7 @@ ep-geo:DestinationType | ... | @@ -60,7 +60,7 @@ ep-geo:DestinationType |
| 60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
| 61 | 61 | ||
| 62 | ep-geo:Harbour | 62 | ep-geo:Harbour |
| 63 | - rdf:type ep-geo:DestinationType , owl:Class ; | 63 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 64 | rdfs:label "harbour"^^xsd:string ; | 64 | rdfs:label "harbour"^^xsd:string ; |
| 65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 65 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
| 66 | 66 | ||
| ... | @@ -69,7 +69,7 @@ ep-geo:LicenceBlock | ... | @@ -69,7 +69,7 @@ ep-geo:LicenceBlock |
| 69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 69 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
| 70 | rdfs:label "Licence Block"^^xsd:string ; | 70 | rdfs:label "Licence Block"^^xsd:string ; |
| 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 72 | - owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 72 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . |
| 73 | 73 | ||
| 74 | ep-geo:OffshoreLocation | 74 | ep-geo:OffshoreLocation |
| 75 | rdf:type owl:Class ; | 75 | rdf:type owl:Class ; |
| ... | @@ -78,8 +78,9 @@ ep-geo:OffshoreLocation | ... | @@ -78,8 +78,9 @@ ep-geo:OffshoreLocation |
| 78 | 78 | ||
| 79 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | 79 | ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
| 80 | rdf:type owl:Class ; | 80 | rdf:type owl:Class ; |
| 81 | + rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; | ||
| 81 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 82 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . | 83 | + owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . |
| 83 | 84 | ||
| 84 | ep-geo:PartOfTheSurfaceOfTheEarth | 85 | ep-geo:PartOfTheSurfaceOfTheEarth |
| 85 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| ... | @@ -90,13 +91,13 @@ ep-geo:State | ... | @@ -90,13 +91,13 @@ ep-geo:State |
| 90 | rdf:type owl:Class ; | 91 | rdf:type owl:Class ; |
| 91 | rdfs:label "state"^^xsd:string ; | 92 | rdfs:label "state"^^xsd:string ; |
| 92 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 93 | - owl:disjointWith ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 94 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . |
| 94 | 95 | ||
| 95 | ep-geo:Terminal | 96 | ep-geo:Terminal |
| 96 | - rdf:type ep-geo:DestinationType , owl:Class ; | 97 | + rdf:type owl:Class , ep-geo:DestinationType ; |
| 97 | rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; | 98 | rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; |
| 98 | rdfs:label "terminal"^^xsd:string ; | 99 | rdfs:label "terminal"^^xsd:string ; |
| 99 | - rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . | 100 | + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . |
| 100 | 101 | ||
| 101 | ep-geo:areaOnSurfaceOfEarth | 102 | ep-geo:areaOnSurfaceOfEarth |
| 102 | rdf:type owl:ObjectProperty ; | 103 | rdf:type owl:ObjectProperty ; |
| ... | @@ -119,12 +120,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -119,12 +120,12 @@ ep-geo:hasNorthSeaAreaName |
| 119 | rdfs:label "has North Sea area name"^^xsd:string . | 120 | rdfs:label "has North Sea area name"^^xsd:string . |
| 120 | 121 | ||
| 121 | ep-geo:hasNorthSeaBlockSuffixId | 122 | ep-geo:hasNorthSeaBlockSuffixId |
| 122 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 123 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 123 | rdfs:domain ep-geo:OffshoreLocation ; | 124 | rdfs:domain ep-geo:OffshoreLocation ; |
| 124 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
| 125 | 126 | ||
| 126 | ep-geo:hasNorthSeaQuadrantId | 127 | ep-geo:hasNorthSeaQuadrantId |
| 127 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 128 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 128 | rdfs:domain ep-geo:OffshoreLocation ; | 129 | rdfs:domain ep-geo:OffshoreLocation ; |
| 129 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
| 130 | 131 | ... | ... |
| ... | @@ -166,6 +166,7 @@ ep-material:Crude-stabilized | ... | @@ -166,6 +166,7 @@ ep-material:Crude-stabilized |
| 166 | 166 | ||
| 167 | ep-material:CrudeOil | 167 | ep-material:CrudeOil |
| 168 | rdf:type owl:Class ; | 168 | rdf:type owl:Class ; |
| 169 | + rdfs:label "crude oil"^^xsd:string ; | ||
| 169 | rdfs:subClassOf ep-material:Material . | 170 | rdfs:subClassOf ep-material:Material . |
| 170 | 171 | ||
| 171 | ep-material:Cuttings | 172 | ep-material:Cuttings |
| ... | @@ -350,6 +351,7 @@ ep-material:Naptha | ... | @@ -350,6 +351,7 @@ ep-material:Naptha |
| 350 | 351 | ||
| 351 | ep-material:NaturalGas | 352 | ep-material:NaturalGas |
| 352 | rdf:type owl:Class ; | 353 | rdf:type owl:Class ; |
| 354 | + rdfs:label "natural gas"^^xsd:string ; | ||
| 353 | rdfs:subClassOf ep-material:Material . | 355 | rdfs:subClassOf ep-material:Material . |
| 354 | 356 | ||
| 355 | ep-material:NaturalGasLiquid | 357 | ep-material:NaturalGasLiquid |
| ... | @@ -428,7 +430,7 @@ ep-material:OtherInjectionFluid | ... | @@ -428,7 +430,7 @@ ep-material:OtherInjectionFluid |
| 428 | rdfs:subClassOf ep-material:Fluid . | 430 | rdfs:subClassOf ep-material:Fluid . |
| 429 | 431 | ||
| 430 | ep-material:Pentane | 432 | ep-material:Pentane |
| 431 | - rdf:type ep-material:SubstanceType , owl:Class ; | 433 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 432 | rdfs:label "pentane"^^xsd:string ; | 434 | rdfs:label "pentane"^^xsd:string ; |
| 433 | rdfs:subClassOf ep-material:Material . | 435 | rdfs:subClassOf ep-material:Material . |
| 434 | 436 | ||
| ... | @@ -443,7 +445,7 @@ ep-material:PlusFraction | ... | @@ -443,7 +445,7 @@ ep-material:PlusFraction |
| 443 | rdfs:subClassOf ep-material:Fluid . | 445 | rdfs:subClassOf ep-material:Fluid . |
| 444 | 446 | ||
| 445 | ep-material:Propane | 447 | ep-material:Propane |
| 446 | - rdf:type ep-material:SubstanceType , owl:Class ; | 448 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 447 | rdfs:label "propane"^^xsd:string ; | 449 | rdfs:label "propane"^^xsd:string ; |
| 448 | rdfs:subClassOf ep-material:Material . | 450 | rdfs:subClassOf ep-material:Material . |
| 449 | 451 | ||
| ... | @@ -523,7 +525,7 @@ ep-material:Water-processed | ... | @@ -523,7 +525,7 @@ ep-material:Water-processed |
| 523 | rdfs:subClassOf ep-material:Material . | 525 | rdfs:subClassOf ep-material:Material . |
| 524 | 526 | ||
| 525 | ep-material:firstMaterialOfPair | 527 | ep-material:firstMaterialOfPair |
| 526 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 528 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 527 | rdfs:domain ep-material:MaterialPair ; | 529 | rdfs:domain ep-material:MaterialPair ; |
| 528 | rdfs:label "first material of pair"^^xsd:string ; | 530 | rdfs:label "first material of pair"^^xsd:string ; |
| 529 | rdfs:range ep-material:Material . | 531 | rdfs:range ep-material:Material . |
| ... | @@ -544,495 +546,495 @@ ep-material:hasNonPrimaryComponent | ... | @@ -544,495 +546,495 @@ ep-material:hasNonPrimaryComponent |
| 544 | rdfs:subPropertyOf ep-material:hasComponent . | 546 | rdfs:subPropertyOf ep-material:hasComponent . |
| 545 | 547 | ||
| 546 | ep-material:hasPrimaryComponent | 548 | ep-material:hasPrimaryComponent |
| 547 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 549 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 548 | rdfs:domain ep-material:Material ; | 550 | rdfs:domain ep-material:Material ; |
| 549 | rdfs:label "has primary component"^^xsd:string ; | 551 | rdfs:label "has primary component"^^xsd:string ; |
| 550 | rdfs:range ep-material:Material ; | 552 | rdfs:range ep-material:Material ; |
| 551 | rdfs:subPropertyOf ep-material:hasComponent . | 553 | rdfs:subPropertyOf ep-material:hasComponent . |
| 552 | 554 | ||
| 553 | ep-material:massRatio | 555 | ep-material:massRatio |
| 554 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 556 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 555 | rdfs:domain ep-material:MaterialPair ; | 557 | rdfs:domain ep-material:MaterialPair ; |
| 556 | rdfs:label "mass ratio"^^xsd:string ; | 558 | rdfs:label "mass ratio"^^xsd:string ; |
| 557 | rdfs:range ep-core:Ratio . | 559 | rdfs:range ep-core:Ratio . |
| 558 | 560 | ||
| 559 | ep-material:moleRatio | 561 | ep-material:moleRatio |
| 560 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 562 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 561 | rdfs:domain ep-material:MaterialPair ; | 563 | rdfs:domain ep-material:MaterialPair ; |
| 562 | rdfs:label "mole ratio"^^xsd:string ; | 564 | rdfs:label "mole ratio"^^xsd:string ; |
| 563 | rdfs:range ep-core:Ratio . | 565 | rdfs:range ep-core:Ratio . |
| 564 | 566 | ||
| 565 | ep-material:partMaterialOfPair | 567 | ep-material:partMaterialOfPair |
| 566 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 568 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 567 | rdfs:domain ep-material:MaterialPartWholePair ; | 569 | rdfs:domain ep-material:MaterialPartWholePair ; |
| 568 | rdfs:label "part material of pair"^^xsd:string ; | 570 | rdfs:label "part material of pair"^^xsd:string ; |
| 569 | rdfs:range ep-material:Material ; | 571 | rdfs:range ep-material:Material ; |
| 570 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 572 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
| 571 | 573 | ||
| 572 | ep-material:secondMaterialOfPair | 574 | ep-material:secondMaterialOfPair |
| 573 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 575 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 574 | rdfs:domain ep-material:MaterialPair ; | 576 | rdfs:domain ep-material:MaterialPair ; |
| 575 | rdfs:label "second material of pair"^^xsd:string ; | 577 | rdfs:label "second material of pair"^^xsd:string ; |
| 576 | rdfs:range ep-material:Material . | 578 | rdfs:range ep-material:Material . |
| 577 | 579 | ||
| 578 | ep-material:substance-11dmcyPentane | 580 | ep-material:substance-11dmcyPentane |
| 579 | - rdf:type ep-material:SubstanceType , owl:Class ; | 581 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 580 | rdfs:label "11dmcy pentane"^^xsd:string ; | 582 | rdfs:label "11dmcy pentane"^^xsd:string ; |
| 581 | rdfs:subClassOf ep-material:Material . | 583 | rdfs:subClassOf ep-material:Material . |
| 582 | 584 | ||
| 583 | ep-material:substance-124tmBenzene | 585 | ep-material:substance-124tmBenzene |
| 584 | - rdf:type ep-material:SubstanceType , owl:Class ; | 586 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 585 | rdfs:label "124tm benzene"^^xsd:string ; | 587 | rdfs:label "124tm benzene"^^xsd:string ; |
| 586 | rdfs:subClassOf ep-material:Material . | 588 | rdfs:subClassOf ep-material:Material . |
| 587 | 589 | ||
| 588 | ep-material:substance-12dmBenzene | 590 | ep-material:substance-12dmBenzene |
| 589 | - rdf:type ep-material:SubstanceType , owl:Class ; | 591 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 590 | rdfs:label "12dm benzene"^^xsd:string ; | 592 | rdfs:label "12dm benzene"^^xsd:string ; |
| 591 | rdfs:subClassOf ep-material:Material . | 593 | rdfs:subClassOf ep-material:Material . |
| 592 | 594 | ||
| 593 | ep-material:substance-13dmBenzene | 595 | ep-material:substance-13dmBenzene |
| 594 | - rdf:type ep-material:SubstanceType , owl:Class ; | 596 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 595 | rdfs:label "13dm benzene"^^xsd:string ; | 597 | rdfs:label "13dm benzene"^^xsd:string ; |
| 596 | rdfs:subClassOf ep-material:Material . | 598 | rdfs:subClassOf ep-material:Material . |
| 597 | 599 | ||
| 598 | ep-material:substance-14dmBenzene | 600 | ep-material:substance-14dmBenzene |
| 599 | - rdf:type ep-material:SubstanceType , owl:Class ; | 601 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 600 | rdfs:label "14dm benzene"^^xsd:string ; | 602 | rdfs:label "14dm benzene"^^xsd:string ; |
| 601 | rdfs:subClassOf ep-material:Material . | 603 | rdfs:subClassOf ep-material:Material . |
| 602 | 604 | ||
| 603 | ep-material:substance-223tmButane | 605 | ep-material:substance-223tmButane |
| 604 | - rdf:type ep-material:SubstanceType , owl:Class ; | 606 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 605 | rdfs:label "223tm butane"^^xsd:string ; | 607 | rdfs:label "223tm butane"^^xsd:string ; |
| 606 | rdfs:subClassOf ep-material:Material . | 608 | rdfs:subClassOf ep-material:Material . |
| 607 | 609 | ||
| 608 | ep-material:substance-223tmPentane | 610 | ep-material:substance-223tmPentane |
| 609 | - rdf:type ep-material:SubstanceType , owl:Class ; | 611 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 610 | rdfs:label "223tm pentane"^^xsd:string ; | 612 | rdfs:label "223tm pentane"^^xsd:string ; |
| 611 | rdfs:subClassOf ep-material:Material . | 613 | rdfs:subClassOf ep-material:Material . |
| 612 | 614 | ||
| 613 | ep-material:substance-22dmButane | 615 | ep-material:substance-22dmButane |
| 614 | - rdf:type ep-material:SubstanceType , owl:Class ; | 616 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 615 | rdfs:label "22dm butane"^^xsd:string ; | 617 | rdfs:label "22dm butane"^^xsd:string ; |
| 616 | rdfs:subClassOf ep-material:Material . | 618 | rdfs:subClassOf ep-material:Material . |
| 617 | 619 | ||
| 618 | ep-material:substance-22dmHexane | 620 | ep-material:substance-22dmHexane |
| 619 | - rdf:type ep-material:SubstanceType , owl:Class ; | 621 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 620 | rdfs:label "22dm hexane"^^xsd:string ; | 622 | rdfs:label "22dm hexane"^^xsd:string ; |
| 621 | rdfs:subClassOf ep-material:Material . | 623 | rdfs:subClassOf ep-material:Material . |
| 622 | 624 | ||
| 623 | ep-material:substance-22dmPentane | 625 | ep-material:substance-22dmPentane |
| 624 | - rdf:type ep-material:SubstanceType , owl:Class ; | 626 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 625 | rdfs:label "22dm pentane"^^xsd:string ; | 627 | rdfs:label "22dm pentane"^^xsd:string ; |
| 626 | rdfs:subClassOf ep-material:Material . | 628 | rdfs:subClassOf ep-material:Material . |
| 627 | 629 | ||
| 628 | ep-material:substance-22dmPropane | 630 | ep-material:substance-22dmPropane |
| 629 | - rdf:type ep-material:SubstanceType , owl:Class ; | 631 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 630 | rdfs:label "22dm propane"^^xsd:string ; | 632 | rdfs:label "22dm propane"^^xsd:string ; |
| 631 | rdfs:subClassOf ep-material:Material . | 633 | rdfs:subClassOf ep-material:Material . |
| 632 | 634 | ||
| 633 | ep-material:substance-23dmButane | 635 | ep-material:substance-23dmButane |
| 634 | - rdf:type ep-material:SubstanceType , owl:Class ; | 636 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 635 | rdfs:label "23dm butane"^^xsd:string ; | 637 | rdfs:label "23dm butane"^^xsd:string ; |
| 636 | rdfs:subClassOf ep-material:Material . | 638 | rdfs:subClassOf ep-material:Material . |
| 637 | 639 | ||
| 638 | ep-material:substance-23dmPentane | 640 | ep-material:substance-23dmPentane |
| 639 | - rdf:type ep-material:SubstanceType , owl:Class ; | 641 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 640 | rdfs:label "23dm pentane"^^xsd:string ; | 642 | rdfs:label "23dm pentane"^^xsd:string ; |
| 641 | rdfs:subClassOf ep-material:Material . | 643 | rdfs:subClassOf ep-material:Material . |
| 642 | 644 | ||
| 643 | ep-material:substance-24dmHexane | 645 | ep-material:substance-24dmHexane |
| 644 | - rdf:type ep-material:SubstanceType , owl:Class ; | 646 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 645 | rdfs:label "24dm hexane"^^xsd:string ; | 647 | rdfs:label "24dm hexane"^^xsd:string ; |
| 646 | rdfs:subClassOf ep-material:Material . | 648 | rdfs:subClassOf ep-material:Material . |
| 647 | 649 | ||
| 648 | ep-material:substance-24dmPentane | 650 | ep-material:substance-24dmPentane |
| 649 | - rdf:type ep-material:SubstanceType , owl:Class ; | 651 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 650 | rdfs:label "24dm pentane"^^xsd:string ; | 652 | rdfs:label "24dm pentane"^^xsd:string ; |
| 651 | rdfs:subClassOf ep-material:Material . | 653 | rdfs:subClassOf ep-material:Material . |
| 652 | 654 | ||
| 653 | ep-material:substance-25dmHexane | 655 | ep-material:substance-25dmHexane |
| 654 | - rdf:type ep-material:SubstanceType , owl:Class ; | 656 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 655 | rdfs:label "25dm hexane"^^xsd:string ; | 657 | rdfs:label "25dm hexane"^^xsd:string ; |
| 656 | rdfs:subClassOf ep-material:Material . | 658 | rdfs:subClassOf ep-material:Material . |
| 657 | 659 | ||
| 658 | ep-material:substance-2mButane | 660 | ep-material:substance-2mButane |
| 659 | - rdf:type ep-material:SubstanceType , owl:Class ; | 661 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 660 | rdfs:label "2m butane"^^xsd:string ; | 662 | rdfs:label "2m butane"^^xsd:string ; |
| 661 | rdfs:subClassOf ep-material:Material . | 663 | rdfs:subClassOf ep-material:Material . |
| 662 | 664 | ||
| 663 | ep-material:substance-2mHexane | 665 | ep-material:substance-2mHexane |
| 664 | - rdf:type ep-material:SubstanceType , owl:Class ; | 666 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 665 | rdfs:label "2m hexane"^^xsd:string ; | 667 | rdfs:label "2m hexane"^^xsd:string ; |
| 666 | rdfs:subClassOf ep-material:Material . | 668 | rdfs:subClassOf ep-material:Material . |
| 667 | 669 | ||
| 668 | ep-material:substance-2mPentane | 670 | ep-material:substance-2mPentane |
| 669 | - rdf:type ep-material:SubstanceType , owl:Class ; | 671 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 670 | rdfs:label "2m pentane"^^xsd:string ; | 672 | rdfs:label "2m pentane"^^xsd:string ; |
| 671 | rdfs:subClassOf ep-material:Material . | 673 | rdfs:subClassOf ep-material:Material . |
| 672 | 674 | ||
| 673 | ep-material:substance-2mPropane | 675 | ep-material:substance-2mPropane |
| 674 | - rdf:type ep-material:SubstanceType , owl:Class ; | 676 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 675 | rdfs:label "2m propane"^^xsd:string ; | 677 | rdfs:label "2m propane"^^xsd:string ; |
| 676 | rdfs:subClassOf ep-material:Material . | 678 | rdfs:subClassOf ep-material:Material . |
| 677 | 679 | ||
| 678 | ep-material:substance-33dmPentane | 680 | ep-material:substance-33dmPentane |
| 679 | - rdf:type ep-material:SubstanceType , owl:Class ; | 681 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 680 | rdfs:label "33dm pentane"^^xsd:string ; | 682 | rdfs:label "33dm pentane"^^xsd:string ; |
| 681 | rdfs:subClassOf ep-material:Material . | 683 | rdfs:subClassOf ep-material:Material . |
| 682 | 684 | ||
| 683 | ep-material:substance-3etPentane | 685 | ep-material:substance-3etPentane |
| 684 | - rdf:type ep-material:SubstanceType , owl:Class ; | 686 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 685 | rdfs:label "3et pentane"^^xsd:string ; | 687 | rdfs:label "3et pentane"^^xsd:string ; |
| 686 | rdfs:subClassOf ep-material:Material . | 688 | rdfs:subClassOf ep-material:Material . |
| 687 | 689 | ||
| 688 | ep-material:substance-3mHexane | 690 | ep-material:substance-3mHexane |
| 689 | - rdf:type ep-material:SubstanceType , owl:Class ; | 691 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 690 | rdfs:label "3m hexane"^^xsd:string ; | 692 | rdfs:label "3m hexane"^^xsd:string ; |
| 691 | rdfs:subClassOf ep-material:Material . | 693 | rdfs:subClassOf ep-material:Material . |
| 692 | 694 | ||
| 693 | ep-material:substance-3mPentane | 695 | ep-material:substance-3mPentane |
| 694 | - rdf:type ep-material:SubstanceType , owl:Class ; | 696 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 695 | rdfs:label "3m pentane"^^xsd:string ; | 697 | rdfs:label "3m pentane"^^xsd:string ; |
| 696 | rdfs:subClassOf ep-material:Material . | 698 | rdfs:subClassOf ep-material:Material . |
| 697 | 699 | ||
| 698 | ep-material:substance-Ar | 700 | ep-material:substance-Ar |
| 699 | - rdf:type ep-material:SubstanceType , owl:Class ; | 701 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 700 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 702 | + rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; |
| 701 | rdfs:subClassOf ep-material:Material . | 703 | rdfs:subClassOf ep-material:Material . |
| 702 | 704 | ||
| 703 | ep-material:substance-Benzene | 705 | ep-material:substance-Benzene |
| 704 | - rdf:type ep-material:SubstanceType , owl:Class ; | 706 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 705 | rdfs:label "benzene"^^xsd:string ; | 707 | rdfs:label "benzene"^^xsd:string ; |
| 706 | rdfs:subClassOf ep-material:Material . | 708 | rdfs:subClassOf ep-material:Material . |
| 707 | 709 | ||
| 708 | ep-material:substance-Butane | 710 | ep-material:substance-Butane |
| 709 | - rdf:type ep-material:SubstanceType , owl:Class ; | 711 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 710 | rdfs:label "butane"^^xsd:string ; | 712 | rdfs:label "butane"^^xsd:string ; |
| 711 | rdfs:subClassOf ep-material:Material . | 713 | rdfs:subClassOf ep-material:Material . |
| 712 | 714 | ||
| 713 | ep-material:substance-C11F | 715 | ep-material:substance-C11F |
| 714 | - rdf:type ep-material:SubstanceType , owl:Class ; | 716 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 715 | rdfs:label "C11F"^^xsd:string ; | 717 | rdfs:label "C11F"^^xsd:string ; |
| 716 | rdfs:subClassOf ep-material:Material . | 718 | rdfs:subClassOf ep-material:Material . |
| 717 | 719 | ||
| 718 | ep-material:substance-C12F | 720 | ep-material:substance-C12F |
| 719 | - rdf:type ep-material:SubstanceType , owl:Class ; | 721 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 720 | rdfs:label "C12F"^^xsd:string ; | 722 | rdfs:label "C12F"^^xsd:string ; |
| 721 | rdfs:subClassOf ep-material:Material . | 723 | rdfs:subClassOf ep-material:Material . |
| 722 | 724 | ||
| 723 | ep-material:substance-C13F | 725 | ep-material:substance-C13F |
| 724 | - rdf:type ep-material:SubstanceType , owl:Class ; | 726 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 725 | rdfs:label "C13F"^^xsd:string ; | 727 | rdfs:label "C13F"^^xsd:string ; |
| 726 | rdfs:subClassOf ep-material:Material . | 728 | rdfs:subClassOf ep-material:Material . |
| 727 | 729 | ||
| 728 | ep-material:substance-C13dmcyPentane | 730 | ep-material:substance-C13dmcyPentane |
| 729 | - rdf:type ep-material:SubstanceType , owl:Class ; | 731 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 730 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 732 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
| 731 | rdfs:subClassOf ep-material:Material . | 733 | rdfs:subClassOf ep-material:Material . |
| 732 | 734 | ||
| 733 | ep-material:substance-C14F | 735 | ep-material:substance-C14F |
| 734 | - rdf:type ep-material:SubstanceType , owl:Class ; | 736 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 735 | rdfs:label "C14F"^^xsd:string ; | 737 | rdfs:label "C14F"^^xsd:string ; |
| 736 | rdfs:subClassOf ep-material:Material . | 738 | rdfs:subClassOf ep-material:Material . |
| 737 | 739 | ||
| 738 | ep-material:substance-C15F | 740 | ep-material:substance-C15F |
| 739 | - rdf:type ep-material:SubstanceType , owl:Class ; | 741 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 740 | rdfs:label "C15F"^^xsd:string ; | 742 | rdfs:label "C15F"^^xsd:string ; |
| 741 | rdfs:subClassOf ep-material:Material . | 743 | rdfs:subClassOf ep-material:Material . |
| 742 | 744 | ||
| 743 | ep-material:substance-C16F | 745 | ep-material:substance-C16F |
| 744 | - rdf:type ep-material:SubstanceType , owl:Class ; | 746 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 745 | rdfs:label "C16F"^^xsd:string ; | 747 | rdfs:label "C16F"^^xsd:string ; |
| 746 | rdfs:subClassOf ep-material:Material . | 748 | rdfs:subClassOf ep-material:Material . |
| 747 | 749 | ||
| 748 | ep-material:substance-C17F | 750 | ep-material:substance-C17F |
| 749 | - rdf:type ep-material:SubstanceType , owl:Class ; | 751 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 750 | rdfs:label "C17F"^^xsd:string ; | 752 | rdfs:label "C17F"^^xsd:string ; |
| 751 | rdfs:subClassOf ep-material:Material . | 753 | rdfs:subClassOf ep-material:Material . |
| 752 | 754 | ||
| 753 | ep-material:substance-C18F | 755 | ep-material:substance-C18F |
| 754 | - rdf:type ep-material:SubstanceType , owl:Class ; | 756 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 755 | rdfs:label "C18F"^^xsd:string ; | 757 | rdfs:label "C18F"^^xsd:string ; |
| 756 | rdfs:subClassOf ep-material:Material . | 758 | rdfs:subClassOf ep-material:Material . |
| 757 | 759 | ||
| 758 | ep-material:substance-C19F | 760 | ep-material:substance-C19F |
| 759 | - rdf:type ep-material:SubstanceType , owl:Class ; | 761 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 760 | rdfs:label "C19F"^^xsd:string ; | 762 | rdfs:label "C19F"^^xsd:string ; |
| 761 | rdfs:subClassOf ep-material:Material . | 763 | rdfs:subClassOf ep-material:Material . |
| 762 | 764 | ||
| 763 | ep-material:substance-C20F | 765 | ep-material:substance-C20F |
| 764 | - rdf:type ep-material:SubstanceType , owl:Class ; | 766 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 765 | rdfs:label "C20F"^^xsd:string ; | 767 | rdfs:label "C20F"^^xsd:string ; |
| 766 | rdfs:subClassOf ep-material:Material . | 768 | rdfs:subClassOf ep-material:Material . |
| 767 | 769 | ||
| 768 | ep-material:substance-C21F | 770 | ep-material:substance-C21F |
| 769 | - rdf:type ep-material:SubstanceType , owl:Class ; | 771 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 770 | rdfs:label "C21F"^^xsd:string ; | 772 | rdfs:label "C21F"^^xsd:string ; |
| 771 | rdfs:subClassOf ep-material:Material . | 773 | rdfs:subClassOf ep-material:Material . |
| 772 | 774 | ||
| 773 | ep-material:substance-C22F | 775 | ep-material:substance-C22F |
| 774 | - rdf:type ep-material:SubstanceType , owl:Class ; | 776 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 775 | rdfs:label "C22F"^^xsd:string ; | 777 | rdfs:label "C22F"^^xsd:string ; |
| 776 | rdfs:subClassOf ep-material:Material . | 778 | rdfs:subClassOf ep-material:Material . |
| 777 | 779 | ||
| 778 | ep-material:substance-C23F | 780 | ep-material:substance-C23F |
| 779 | - rdf:type ep-material:SubstanceType , owl:Class ; | 781 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 780 | rdfs:label "C23F"^^xsd:string ; | 782 | rdfs:label "C23F"^^xsd:string ; |
| 781 | rdfs:subClassOf ep-material:Material . | 783 | rdfs:subClassOf ep-material:Material . |
| 782 | 784 | ||
| 783 | ep-material:substance-C24F | 785 | ep-material:substance-C24F |
| 784 | - rdf:type ep-material:SubstanceType , owl:Class ; | 786 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 785 | rdfs:label "C24F"^^xsd:string ; | 787 | rdfs:label "C24F"^^xsd:string ; |
| 786 | rdfs:subClassOf ep-material:Material . | 788 | rdfs:subClassOf ep-material:Material . |
| 787 | 789 | ||
| 788 | ep-material:substance-C25F | 790 | ep-material:substance-C25F |
| 789 | - rdf:type ep-material:SubstanceType , owl:Class ; | 791 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 790 | rdfs:label "C25F"^^xsd:string ; | 792 | rdfs:label "C25F"^^xsd:string ; |
| 791 | rdfs:subClassOf ep-material:Material . | 793 | rdfs:subClassOf ep-material:Material . |
| 792 | 794 | ||
| 793 | ep-material:substance-C26F | 795 | ep-material:substance-C26F |
| 794 | - rdf:type ep-material:SubstanceType , owl:Class ; | 796 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 795 | rdfs:label "C26F"^^xsd:string ; | 797 | rdfs:label "C26F"^^xsd:string ; |
| 796 | rdfs:subClassOf ep-material:Material . | 798 | rdfs:subClassOf ep-material:Material . |
| 797 | 799 | ||
| 798 | ep-material:substance-C27F | 800 | ep-material:substance-C27F |
| 799 | - rdf:type ep-material:SubstanceType , owl:Class ; | 801 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 800 | rdfs:label "C27F"^^xsd:string ; | 802 | rdfs:label "C27F"^^xsd:string ; |
| 801 | rdfs:subClassOf ep-material:Material . | 803 | rdfs:subClassOf ep-material:Material . |
| 802 | 804 | ||
| 803 | ep-material:substance-C28F | 805 | ep-material:substance-C28F |
| 804 | - rdf:type ep-material:SubstanceType , owl:Class ; | 806 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 805 | rdfs:label "C28F"^^xsd:string ; | 807 | rdfs:label "C28F"^^xsd:string ; |
| 806 | rdfs:subClassOf ep-material:Material . | 808 | rdfs:subClassOf ep-material:Material . |
| 807 | 809 | ||
| 808 | ep-material:substance-C29F | 810 | ep-material:substance-C29F |
| 809 | - rdf:type ep-material:SubstanceType , owl:Class ; | 811 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 810 | rdfs:label "C29F"^^xsd:string ; | 812 | rdfs:label "C29F"^^xsd:string ; |
| 811 | rdfs:subClassOf ep-material:Material . | 813 | rdfs:subClassOf ep-material:Material . |
| 812 | 814 | ||
| 813 | ep-material:substance-C30F | 815 | ep-material:substance-C30F |
| 814 | - rdf:type ep-material:SubstanceType , owl:Class ; | 816 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 815 | rdfs:label "C30F"^^xsd:string ; | 817 | rdfs:label "C30F"^^xsd:string ; |
| 816 | rdfs:subClassOf ep-material:Material . | 818 | rdfs:subClassOf ep-material:Material . |
| 817 | 819 | ||
| 818 | ep-material:substance-C31F | 820 | ep-material:substance-C31F |
| 819 | - rdf:type ep-material:SubstanceType , owl:Class ; | 821 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 820 | rdfs:label "C31F"^^xsd:string ; | 822 | rdfs:label "C31F"^^xsd:string ; |
| 821 | rdfs:subClassOf ep-material:Material . | 823 | rdfs:subClassOf ep-material:Material . |
| 822 | 824 | ||
| 823 | ep-material:substance-C32F | 825 | ep-material:substance-C32F |
| 824 | - rdf:type ep-material:SubstanceType , owl:Class ; | 826 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 825 | rdfs:label "C32F"^^xsd:string ; | 827 | rdfs:label "C32F"^^xsd:string ; |
| 826 | rdfs:subClassOf ep-material:Material . | 828 | rdfs:subClassOf ep-material:Material . |
| 827 | 829 | ||
| 828 | ep-material:substance-C33F | 830 | ep-material:substance-C33F |
| 829 | - rdf:type ep-material:SubstanceType , owl:Class ; | 831 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 830 | rdfs:label "C33F"^^xsd:string ; | 832 | rdfs:label "C33F"^^xsd:string ; |
| 831 | rdfs:subClassOf ep-material:Material . | 833 | rdfs:subClassOf ep-material:Material . |
| 832 | 834 | ||
| 833 | ep-material:substance-C34F | 835 | ep-material:substance-C34F |
| 834 | - rdf:type ep-material:SubstanceType , owl:Class ; | 836 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 835 | rdfs:label "C34F"^^xsd:string ; | 837 | rdfs:label "C34F"^^xsd:string ; |
| 836 | rdfs:subClassOf ep-material:Material . | 838 | rdfs:subClassOf ep-material:Material . |
| 837 | 839 | ||
| 838 | ep-material:substance-C35F | 840 | ep-material:substance-C35F |
| 839 | - rdf:type ep-material:SubstanceType , owl:Class ; | 841 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 840 | rdfs:label "C35F"^^xsd:string ; | 842 | rdfs:label "C35F"^^xsd:string ; |
| 841 | rdfs:subClassOf ep-material:Material . | 843 | rdfs:subClassOf ep-material:Material . |
| 842 | 844 | ||
| 843 | ep-material:substance-C36F | 845 | ep-material:substance-C36F |
| 844 | - rdf:type ep-material:SubstanceType , owl:Class ; | 846 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 845 | rdfs:label "C36F"^^xsd:string ; | 847 | rdfs:label "C36F"^^xsd:string ; |
| 846 | rdfs:subClassOf ep-material:Material . | 848 | rdfs:subClassOf ep-material:Material . |
| 847 | 849 | ||
| 848 | ep-material:substance-C37F | 850 | ep-material:substance-C37F |
| 849 | - rdf:type ep-material:SubstanceType , owl:Class ; | 851 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 850 | rdfs:label "C37F"^^xsd:string ; | 852 | rdfs:label "C37F"^^xsd:string ; |
| 851 | rdfs:subClassOf ep-material:Material . | 853 | rdfs:subClassOf ep-material:Material . |
| 852 | 854 | ||
| 853 | ep-material:substance-C38F | 855 | ep-material:substance-C38F |
| 854 | - rdf:type ep-material:SubstanceType , owl:Class ; | 856 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 855 | rdfs:label "C38F"^^xsd:string ; | 857 | rdfs:label "C38F"^^xsd:string ; |
| 856 | rdfs:subClassOf ep-material:Material . | 858 | rdfs:subClassOf ep-material:Material . |
| 857 | 859 | ||
| 858 | ep-material:substance-C39F | 860 | ep-material:substance-C39F |
| 859 | - rdf:type ep-material:SubstanceType , owl:Class ; | 861 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 860 | rdfs:label "C39F"^^xsd:string ; | 862 | rdfs:label "C39F"^^xsd:string ; |
| 861 | rdfs:subClassOf ep-material:Material . | 863 | rdfs:subClassOf ep-material:Material . |
| 862 | 864 | ||
| 863 | ep-material:substance-C40F | 865 | ep-material:substance-C40F |
| 864 | - rdf:type ep-material:SubstanceType , owl:Class ; | 866 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 865 | rdfs:label "C40F"^^xsd:string ; | 867 | rdfs:label "C40F"^^xsd:string ; |
| 866 | rdfs:subClassOf ep-material:Material . | 868 | rdfs:subClassOf ep-material:Material . |
| 867 | 869 | ||
| 868 | ep-material:substance-C41F | 870 | ep-material:substance-C41F |
| 869 | - rdf:type ep-material:SubstanceType , owl:Class ; | 871 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 870 | rdfs:label "C41F"^^xsd:string ; | 872 | rdfs:label "C41F"^^xsd:string ; |
| 871 | rdfs:subClassOf ep-material:Material . | 873 | rdfs:subClassOf ep-material:Material . |
| 872 | 874 | ||
| 873 | ep-material:substance-C42F | 875 | ep-material:substance-C42F |
| 874 | - rdf:type ep-material:SubstanceType , owl:Class ; | 876 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 875 | rdfs:label "C42F"^^xsd:string ; | 877 | rdfs:label "C42F"^^xsd:string ; |
| 876 | rdfs:subClassOf ep-material:Material . | 878 | rdfs:subClassOf ep-material:Material . |
| 877 | 879 | ||
| 878 | ep-material:substance-C43F | 880 | ep-material:substance-C43F |
| 879 | - rdf:type ep-material:SubstanceType , owl:Class ; | 881 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 880 | rdfs:label "C43F"^^xsd:string ; | 882 | rdfs:label "C43F"^^xsd:string ; |
| 881 | rdfs:subClassOf ep-material:Material . | 883 | rdfs:subClassOf ep-material:Material . |
| 882 | 884 | ||
| 883 | ep-material:substance-C44F | 885 | ep-material:substance-C44F |
| 884 | - rdf:type ep-material:SubstanceType , owl:Class ; | 886 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 885 | rdfs:label "C44F"^^xsd:string ; | 887 | rdfs:label "C44F"^^xsd:string ; |
| 886 | rdfs:subClassOf ep-material:Material . | 888 | rdfs:subClassOf ep-material:Material . |
| 887 | 889 | ||
| 888 | ep-material:substance-C45F | 890 | ep-material:substance-C45F |
| 889 | - rdf:type ep-material:SubstanceType , owl:Class ; | 891 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 890 | rdfs:label "C45F"^^xsd:string ; | 892 | rdfs:label "C45F"^^xsd:string ; |
| 891 | rdfs:subClassOf ep-material:Material . | 893 | rdfs:subClassOf ep-material:Material . |
| 892 | 894 | ||
| 893 | ep-material:substance-C46F | 895 | ep-material:substance-C46F |
| 894 | - rdf:type ep-material:SubstanceType , owl:Class ; | 896 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 895 | rdfs:label "C46F"^^xsd:string ; | 897 | rdfs:label "C46F"^^xsd:string ; |
| 896 | rdfs:subClassOf ep-material:Material . | 898 | rdfs:subClassOf ep-material:Material . |
| 897 | 899 | ||
| 898 | ep-material:substance-C47F | 900 | ep-material:substance-C47F |
| 899 | - rdf:type ep-material:SubstanceType , owl:Class ; | 901 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 900 | rdfs:label "C47F"^^xsd:string ; | 902 | rdfs:label "C47F"^^xsd:string ; |
| 901 | rdfs:subClassOf ep-material:Material . | 903 | rdfs:subClassOf ep-material:Material . |
| 902 | 904 | ||
| 903 | ep-material:substance-C48F | 905 | ep-material:substance-C48F |
| 904 | - rdf:type ep-material:SubstanceType , owl:Class ; | 906 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 905 | rdfs:label "C48F"^^xsd:string ; | 907 | rdfs:label "C48F"^^xsd:string ; |
| 906 | rdfs:subClassOf ep-material:Material . | 908 | rdfs:subClassOf ep-material:Material . |
| 907 | 909 | ||
| 908 | ep-material:substance-C49F | 910 | ep-material:substance-C49F |
| 909 | - rdf:type ep-material:SubstanceType , owl:Class ; | 911 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 910 | rdfs:label "C49F"^^xsd:string ; | 912 | rdfs:label "C49F"^^xsd:string ; |
| 911 | rdfs:subClassOf ep-material:Material . | 913 | rdfs:subClassOf ep-material:Material . |
| 912 | 914 | ||
| 913 | ep-material:substance-CO2 | 915 | ep-material:substance-CO2 |
| 914 | - rdf:type ep-material:SubstanceType , owl:Class ; | 916 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 915 | rdfs:label "CO2"^^xsd:string ; | 917 | rdfs:label "CO2"^^xsd:string ; |
| 916 | rdfs:subClassOf ep-material:Material . | 918 | rdfs:subClassOf ep-material:Material . |
| 917 | 919 | ||
| 918 | ep-material:substance-Cyclohexane | 920 | ep-material:substance-Cyclohexane |
| 919 | - rdf:type ep-material:SubstanceType , owl:Class ; | 921 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 920 | rdfs:label "cyclohexane"^^xsd:string ; | 922 | rdfs:label "cyclohexane"^^xsd:string ; |
| 921 | rdfs:subClassOf ep-material:Material . | 923 | rdfs:subClassOf ep-material:Material . |
| 922 | 924 | ||
| 923 | ep-material:substance-Cyclopentane | 925 | ep-material:substance-Cyclopentane |
| 924 | - rdf:type ep-material:SubstanceType , owl:Class ; | 926 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 925 | rdfs:label "cyclopentane"^^xsd:string ; | 927 | rdfs:label "cyclopentane"^^xsd:string ; |
| 926 | rdfs:subClassOf ep-material:Material . | 928 | rdfs:subClassOf ep-material:Material . |
| 927 | 929 | ||
| 928 | ep-material:substance-Decanes | 930 | ep-material:substance-Decanes |
| 929 | - rdf:type ep-material:SubstanceType , owl:Class ; | 931 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 930 | rdfs:label "decanes"^^xsd:string ; | 932 | rdfs:label "decanes"^^xsd:string ; |
| 931 | rdfs:subClassOf ep-material:Material . | 933 | rdfs:subClassOf ep-material:Material . |
| 932 | 934 | ||
| 933 | ep-material:substance-EtBenzene | 935 | ep-material:substance-EtBenzene |
| 934 | - rdf:type ep-material:SubstanceType , owl:Class ; | 936 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 935 | rdfs:label "et benzene"^^xsd:string ; | 937 | rdfs:label "et benzene"^^xsd:string ; |
| 936 | rdfs:subClassOf ep-material:Material . | 938 | rdfs:subClassOf ep-material:Material . |
| 937 | 939 | ||
| 938 | ep-material:substance-EtcyPentane | 940 | ep-material:substance-EtcyPentane |
| 939 | - rdf:type ep-material:SubstanceType , owl:Class ; | 941 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 940 | rdfs:label "etcy pentane"^^xsd:string ; | 942 | rdfs:label "etcy pentane"^^xsd:string ; |
| 941 | rdfs:subClassOf ep-material:Material . | 943 | rdfs:subClassOf ep-material:Material . |
| 942 | 944 | ||
| 943 | ep-material:substance-Ethane | 945 | ep-material:substance-Ethane |
| 944 | - rdf:type ep-material:SubstanceType , owl:Class ; | 946 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 945 | rdfs:label "ethane"^^xsd:string ; | 947 | rdfs:label "ethane"^^xsd:string ; |
| 946 | rdfs:subClassOf ep-material:Material . | 948 | rdfs:subClassOf ep-material:Material . |
| 947 | 949 | ||
| 948 | ep-material:substance-H2 | 950 | ep-material:substance-H2 |
| 949 | - rdf:type ep-material:SubstanceType , owl:Class ; | 951 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 950 | rdfs:label "H2"^^xsd:string ; | 952 | rdfs:label "H2"^^xsd:string ; |
| 951 | rdfs:subClassOf ep-material:Material . | 953 | rdfs:subClassOf ep-material:Material . |
| 952 | 954 | ||
| 953 | ep-material:substance-H2O | 955 | ep-material:substance-H2O |
| 954 | - rdf:type ep-material:SubstanceType , owl:Class ; | 956 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 955 | rdfs:label "H2O"^^xsd:string ; | 957 | rdfs:label "H2O"^^xsd:string ; |
| 956 | rdfs:subClassOf ep-material:Material . | 958 | rdfs:subClassOf ep-material:Material . |
| 957 | 959 | ||
| 958 | ep-material:substance-H2S | 960 | ep-material:substance-H2S |
| 959 | - rdf:type ep-material:SubstanceType , owl:Class ; | 961 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 960 | rdfs:label "H2S"^^xsd:string ; | 962 | rdfs:label "H2S"^^xsd:string ; |
| 961 | rdfs:subClassOf ep-material:Material . | 963 | rdfs:subClassOf ep-material:Material . |
| 962 | 964 | ||
| 963 | ep-material:substance-Heptanes | 965 | ep-material:substance-Heptanes |
| 964 | - rdf:type ep-material:SubstanceType , owl:Class ; | 966 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 965 | rdfs:label "heptanes"^^xsd:string ; | 967 | rdfs:label "heptanes"^^xsd:string ; |
| 966 | rdfs:subClassOf ep-material:Material . | 968 | rdfs:subClassOf ep-material:Material . |
| 967 | 969 | ||
| 968 | ep-material:substance-Hexane | 970 | ep-material:substance-Hexane |
| 969 | - rdf:type ep-material:SubstanceType , owl:Class ; | 971 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 970 | rdfs:label "hexane"^^xsd:string ; | 972 | rdfs:label "hexane"^^xsd:string ; |
| 971 | rdfs:subClassOf ep-material:Material . | 973 | rdfs:subClassOf ep-material:Material . |
| 972 | 974 | ||
| 973 | ep-material:substance-Hexanes | 975 | ep-material:substance-Hexanes |
| 974 | - rdf:type ep-material:SubstanceType , owl:Class ; | 976 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 975 | rdfs:label "hexanes"^^xsd:string ; | 977 | rdfs:label "hexanes"^^xsd:string ; |
| 976 | rdfs:subClassOf ep-material:Material . | 978 | rdfs:subClassOf ep-material:Material . |
| 977 | 979 | ||
| 978 | ep-material:substance-MBenzene | 980 | ep-material:substance-MBenzene |
| 979 | - rdf:type ep-material:SubstanceType , owl:Class ; | 981 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 980 | rdfs:label "m benzene"^^xsd:string ; | 982 | rdfs:label "m benzene"^^xsd:string ; |
| 981 | rdfs:subClassOf ep-material:Material . | 983 | rdfs:subClassOf ep-material:Material . |
| 982 | 984 | ||
| 983 | ep-material:substance-McyHexane | 985 | ep-material:substance-McyHexane |
| 984 | - rdf:type ep-material:SubstanceType , owl:Class ; | 986 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 985 | rdfs:label "mcy hexane"^^xsd:string ; | 987 | rdfs:label "mcy hexane"^^xsd:string ; |
| 986 | rdfs:subClassOf ep-material:Material . | 988 | rdfs:subClassOf ep-material:Material . |
| 987 | 989 | ||
| 988 | ep-material:substance-McyPentane | 990 | ep-material:substance-McyPentane |
| 989 | - rdf:type ep-material:SubstanceType , owl:Class ; | 991 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 990 | rdfs:label "mcy pentane"^^xsd:string ; | 992 | rdfs:label "mcy pentane"^^xsd:string ; |
| 991 | rdfs:subClassOf ep-material:Material . | 993 | rdfs:subClassOf ep-material:Material . |
| 992 | 994 | ||
| 993 | ep-material:substance-Methane | 995 | ep-material:substance-Methane |
| 994 | - rdf:type ep-material:SubstanceType , owl:Class ; | 996 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 995 | rdfs:label "methane"^^xsd:string ; | 997 | rdfs:label "methane"^^xsd:string ; |
| 996 | rdfs:subClassOf ep-material:Material . | 998 | rdfs:subClassOf ep-material:Material . |
| 997 | 999 | ||
| 998 | ep-material:substance-N2 | 1000 | ep-material:substance-N2 |
| 999 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1001 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1000 | rdfs:label "N2"^^xsd:string ; | 1002 | rdfs:label "N2"^^xsd:string ; |
| 1001 | rdfs:subClassOf ep-material:Material . | 1003 | rdfs:subClassOf ep-material:Material . |
| 1002 | 1004 | ||
| 1003 | ep-material:substance-Nonanes | 1005 | ep-material:substance-Nonanes |
| 1004 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1006 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1005 | rdfs:label "nonanes"^^xsd:string ; | 1007 | rdfs:label "nonanes"^^xsd:string ; |
| 1006 | rdfs:subClassOf ep-material:Material . | 1008 | rdfs:subClassOf ep-material:Material . |
| 1007 | 1009 | ||
| 1008 | ep-material:substance-O2 | 1010 | ep-material:substance-O2 |
| 1009 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1011 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1010 | rdfs:label "O2"^^xsd:string ; | 1012 | rdfs:label "O2"^^xsd:string ; |
| 1011 | rdfs:subClassOf ep-material:Material . | 1013 | rdfs:subClassOf ep-material:Material . |
| 1012 | 1014 | ||
| 1013 | ep-material:substance-Octanes | 1015 | ep-material:substance-Octanes |
| 1014 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1016 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1015 | rdfs:label "octanes"^^xsd:string ; | 1017 | rdfs:label "octanes"^^xsd:string ; |
| 1016 | rdfs:subClassOf ep-material:Material . | 1018 | rdfs:subClassOf ep-material:Material . |
| 1017 | 1019 | ||
| 1018 | ep-material:substance-T12dmcyPentane | 1020 | ep-material:substance-T12dmcyPentane |
| 1019 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1021 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1020 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1022 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
| 1021 | rdfs:subClassOf ep-material:Material . | 1023 | rdfs:subClassOf ep-material:Material . |
| 1022 | 1024 | ||
| 1023 | ep-material:substance-T13dmcyPentane | 1025 | ep-material:substance-T13dmcyPentane |
| 1024 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1026 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1025 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1027 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
| 1026 | rdfs:subClassOf ep-material:Material . | 1028 | rdfs:subClassOf ep-material:Material . |
| 1027 | 1029 | ||
| 1028 | ep-material:volumeRatio | 1030 | ep-material:volumeRatio |
| 1029 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1031 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1030 | rdfs:domain ep-material:MaterialPair ; | 1032 | rdfs:domain ep-material:MaterialPair ; |
| 1031 | rdfs:label "volume ratio"^^xsd:string ; | 1033 | rdfs:label "volume ratio"^^xsd:string ; |
| 1032 | rdfs:range ep-core:Ratio . | 1034 | rdfs:range ep-core:Ratio . |
| 1033 | 1035 | ||
| 1034 | ep-material:wholeMaterialOfPair | 1036 | ep-material:wholeMaterialOfPair |
| 1035 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1037 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1036 | rdfs:domain ep-material:MaterialPartWholePair ; | 1038 | rdfs:domain ep-material:MaterialPartWholePair ; |
| 1037 | rdfs:label "whole material of pair"^^xsd:string ; | 1039 | rdfs:label "whole material of pair"^^xsd:string ; |
| 1038 | rdfs:range ep-material:Material ; | 1040 | rdfs:range ep-material:Material ; | ... | ... |
| ... | @@ -10,11 +10,11 @@ | ... | @@ -10,11 +10,11 @@ |
| 10 | 10 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 11 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 15 | ||
| 16 | ep-org:CateringCrew | 16 | ep-org:CateringCrew |
| 17 | - rdf:type ep-org:CrewType , owl:Class ; | 17 | + rdf:type owl:Class , ep-org:CrewType ; |
| 18 | rdfs:label "catering crew"^^xsd:string ; | 18 | rdfs:label "catering crew"^^xsd:string ; |
| 19 | rdfs:subClassOf ep-org:Crew . | 19 | rdfs:subClassOf ep-org:Crew . |
| 20 | 20 | ||
| ... | @@ -29,7 +29,7 @@ ep-org:Company | ... | @@ -29,7 +29,7 @@ ep-org:Company |
| 29 | rdfs:subClassOf ep-org:Organization-WholeLife . | 29 | rdfs:subClassOf ep-org:Organization-WholeLife . |
| 30 | 30 | ||
| 31 | ep-org:ContractorCrew | 31 | ep-org:ContractorCrew |
| 32 | - rdf:type ep-org:CrewType , owl:Class ; | 32 | + rdf:type owl:Class , ep-org:CrewType ; |
| 33 | rdfs:label "contractor crew"^^xsd:string ; | 33 | rdfs:label "contractor crew"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-org:Crew . | 34 | rdfs:subClassOf ep-org:Crew . |
| 35 | 35 | ||
| ... | @@ -44,46 +44,48 @@ ep-org:CrewType | ... | @@ -44,46 +44,48 @@ ep-org:CrewType |
| 44 | rdfs:subClassOf owl:Class . | 44 | rdfs:subClassOf owl:Class . |
| 45 | 45 | ||
| 46 | ep-org:DayVisitorCrew | 46 | ep-org:DayVisitorCrew |
| 47 | - rdf:type ep-org:CrewType , owl:Class ; | 47 | + rdf:type owl:Class , ep-org:CrewType ; |
| 48 | rdfs:label "day visitor crew"^^xsd:string ; | 48 | rdfs:label "day visitor crew"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-org:Crew . | 49 | rdfs:subClassOf ep-org:Crew . |
| 50 | 50 | ||
| 51 | ep-org:DrillingContractCrew | 51 | ep-org:DrillingContractCrew |
| 52 | - rdf:type ep-org:CrewType , owl:Class ; | 52 | + rdf:type owl:Class , ep-org:CrewType ; |
| 53 | rdfs:label "drilling contract crew"^^xsd:string ; | 53 | rdfs:label "drilling contract crew"^^xsd:string ; |
| 54 | rdfs:subClassOf ep-org:Crew . | 54 | rdfs:subClassOf ep-org:Crew . |
| 55 | 55 | ||
| 56 | ep-org:NonOperatorOvernightVisitorCrew | 56 | ep-org:NonOperatorOvernightVisitorCrew |
| 57 | - rdf:type ep-org:CrewType , owl:Class ; | 57 | + rdf:type owl:Class , ep-org:CrewType ; |
| 58 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 58 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-org:Crew . | 59 | rdfs:subClassOf ep-org:Crew . |
| 60 | 60 | ||
| 61 | ep-org:OperatorNormalCrew | 61 | ep-org:OperatorNormalCrew |
| 62 | - rdf:type ep-org:CrewType , owl:Class ; | 62 | + rdf:type owl:Class , ep-org:CrewType ; |
| 63 | rdfs:label "operator normal crew"^^xsd:string ; | 63 | rdfs:label "operator normal crew"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-org:Crew . | 64 | rdfs:subClassOf ep-org:Crew . |
| 65 | 65 | ||
| 66 | ep-org:OperatorOvernightVisitorCrew | 66 | ep-org:OperatorOvernightVisitorCrew |
| 67 | - rdf:type ep-org:CrewType , owl:Class ; | 67 | + rdf:type owl:Class , ep-org:CrewType ; |
| 68 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 68 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
| 69 | rdfs:subClassOf ep-org:Crew . | 69 | rdfs:subClassOf ep-org:Crew . |
| 70 | 70 | ||
| 71 | ep-org:Organization | 71 | ep-org:Organization |
| 72 | rdf:type owl:Class ; | 72 | rdf:type owl:Class ; |
| 73 | rdfs:label "organization"^^xsd:string ; | 73 | rdfs:label "organization"^^xsd:string ; |
| 74 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> , ep-org:PersonOrOrganization . | 74 | + rdfs:subClassOf ep-org:PersonOrOrganization , <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 75 | 75 | ||
| 76 | ep-org:Organization-WholeLife | 76 | ep-org:Organization-WholeLife |
| 77 | rdf:type owl:Class ; | 77 | rdf:type owl:Class ; |
| 78 | rdfs:label "organization - whole life"^^xsd:string ; | 78 | rdfs:label "organization - whole life"^^xsd:string ; |
| 79 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . | 79 | + rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . |
| 80 | 80 | ||
| 81 | ep-org:Person | 81 | ep-org:Person |
| 82 | rdf:type owl:Class ; | 82 | rdf:type owl:Class ; |
| 83 | + rdfs:label "person"^^xsd:string ; | ||
| 83 | rdfs:subClassOf ep-org:PersonOrOrganization . | 84 | rdfs:subClassOf ep-org:PersonOrOrganization . |
| 84 | 85 | ||
| 85 | ep-org:PersonOrOrganization | 86 | ep-org:PersonOrOrganization |
| 86 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
| 88 | + rdfs:label "person or organization"^^xsd:string ; | ||
| 87 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 89 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 88 | 90 | ||
| 89 | ep-org:PersonOrOrganization-WholeLife | 91 | ep-org:PersonOrOrganization-WholeLife |
| ... | @@ -101,14 +103,14 @@ ep-org:PersonRoleType | ... | @@ -101,14 +103,14 @@ ep-org:PersonRoleType |
| 101 | rdfs:subClassOf owl:Class . | 103 | rdfs:subClassOf owl:Class . |
| 102 | 104 | ||
| 103 | ep-org:TotalCrew | 105 | ep-org:TotalCrew |
| 104 | - rdf:type ep-org:CrewType , owl:Class ; | 106 | + rdf:type owl:Class , ep-org:CrewType ; |
| 105 | rdfs:label "total crew"^^xsd:string ; | 107 | rdfs:label "total crew"^^xsd:string ; |
| 106 | rdfs:subClassOf ep-org:Crew . | 108 | rdfs:subClassOf ep-org:Crew . |
| 107 | 109 | ||
| 108 | ep-org:WholeLifePerson | 110 | ep-org:WholeLifePerson |
| 109 | rdf:type owl:Class ; | 111 | rdf:type owl:Class ; |
| 110 | rdfs:label "whole life person"^^xsd:string ; | 112 | rdfs:label "whole life person"^^xsd:string ; |
| 111 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . | 113 | + rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . |
| 112 | 114 | ||
| 113 | ep-org:hasCrew | 115 | ep-org:hasCrew |
| 114 | rdf:type owl:ObjectProperty ; | 116 | rdf:type owl:ObjectProperty ; |
| ... | @@ -117,7 +119,7 @@ ep-org:hasCrew | ... | @@ -117,7 +119,7 @@ ep-org:hasCrew |
| 117 | rdfs:range ep-org:Crew . | 119 | rdfs:range ep-org:Crew . |
| 118 | 120 | ||
| 119 | ep-org:numberInCrew | 121 | ep-org:numberInCrew |
| 120 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 122 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 121 | rdfs:domain ep-org:Crew ; | 123 | rdfs:domain ep-org:Crew ; |
| 122 | rdfs:label "number in crew"^^xsd:string . | 124 | rdfs:label "number in crew"^^xsd:string . |
| 123 | 125 | ... | ... |
| ... | @@ -24,24 +24,10 @@ | ... | @@ -24,24 +24,10 @@ |
| 24 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 24 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 26 | ||
| 27 | -<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | ||
| 28 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | ||
| 29 | - | ||
| 30 | -<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> | ||
| 31 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | ||
| 32 | - | ||
| 33 | -<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> | ||
| 34 | - rdf:type owl:Class ; | ||
| 35 | - rdfs:label "production activity to date"^^xsd:string ; | ||
| 36 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 37 | - | ||
| 38 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 27 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 39 | rdf:type owl:Class ; | 28 | rdf:type owl:Class ; |
| 40 | rdfs:label "production well test"^^xsd:string ; | 29 | rdfs:label "production well test"^^xsd:string ; |
| 41 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 42 | - | ||
| 43 | -<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> | ||
| 44 | - rdf:type ep-prodact:ProductionOperationClassByDuration . | ||
| 45 | 31 | ||
| 46 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> | 32 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> |
| 47 | rdf:type ep-prodact:ProductionActivityType . | 33 | rdf:type ep-prodact:ProductionActivityType . |
| ... | @@ -63,18 +49,19 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -63,18 +49,19 @@ ep-prodact:AccidentPreventionExercise |
| 63 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 49 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
| 64 | 50 | ||
| 65 | ep-prodact:AdministerFirstAid | 51 | ep-prodact:AdministerFirstAid |
| 66 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 52 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 67 | rdfs:label "administer first aid"^^xsd:string ; | 53 | rdfs:label "administer first aid"^^xsd:string ; |
| 68 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 54 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
| 69 | 55 | ||
| 70 | ep-prodact:AirTrafficOperation | 56 | ep-prodact:AirTrafficOperation |
| 71 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 57 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 72 | rdfs:label "air traffic operation"^^xsd:string ; | 58 | rdfs:label "air traffic operation"^^xsd:string ; |
| 73 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 59 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 74 | 60 | ||
| 75 | ep-prodact:Alarm | 61 | ep-prodact:Alarm |
| 76 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
| 77 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 63 | + rdfs:label "alarm"^^xsd:string ; |
| 64 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 78 | 65 | ||
| 79 | ep-prodact:AlarmType | 66 | ep-prodact:AlarmType |
| 80 | rdf:type rdfs:Class ; | 67 | rdf:type rdfs:Class ; |
| ... | @@ -92,26 +79,32 @@ ep-prodact:AlertType | ... | @@ -92,26 +79,32 @@ ep-prodact:AlertType |
| 92 | rdfs:subClassOf owl:Class . | 79 | rdfs:subClassOf owl:Class . |
| 93 | 80 | ||
| 94 | ep-prodact:AllocateSplitFactors | 81 | ep-prodact:AllocateSplitFactors |
| 95 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 82 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
| 96 | rdfs:label "allocate split factors"^^xsd:string ; | 83 | rdfs:label "allocate split factors"^^xsd:string ; |
| 97 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 84 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 98 | 85 | ||
| 99 | ep-prodact:AnnualProductionActivity | 86 | ep-prodact:AnnualProductionActivity |
| 100 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 87 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 88 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 89 | + rdfs:label "annual production activity"^^xsd:string ; | ||
| 101 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 90 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 102 | 91 | ||
| 103 | ep-prodact:AnnualProductionActivityToDate | 92 | ep-prodact:AnnualProductionActivityToDate |
| 104 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 93 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 105 | - rdfs:subClassOf ep-prodact:AnnualProductionActivity . | 94 | + rdfs:label "annual production activity to date"^^xsd:string ; |
| 95 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 106 | 96 | ||
| 107 | ep-prodact:AnnualProductionOperationToDate | 97 | ep-prodact:AnnualProductionOperationToDate |
| 108 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 98 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 99 | + rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | ||
| 109 | rdfs:label "annual production operation to date"^^xsd:string ; | 100 | rdfs:label "annual production operation to date"^^xsd:string ; |
| 110 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 101 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
| 111 | 102 | ||
| 112 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | 103 | ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 113 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 104 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 114 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . | 105 | + rdfs:comment "not used in the MPR"^^xsd:string ; |
| 106 | + rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ; | ||
| 107 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity . | ||
| 115 | 108 | ||
| 116 | ep-prodact:BasketMovement | 109 | ep-prodact:BasketMovement |
| 117 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| ... | @@ -120,30 +113,36 @@ ep-prodact:BasketMovement | ... | @@ -120,30 +113,36 @@ ep-prodact:BasketMovement |
| 120 | 113 | ||
| 121 | ep-prodact:CargoShipOperation | 114 | ep-prodact:CargoShipOperation |
| 122 | rdf:type owl:Class ; | 115 | rdf:type owl:Class ; |
| 123 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 116 | + rdfs:label "cargo ship operation"^^xsd:string ; |
| 117 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 124 | 118 | ||
| 125 | ep-prodact:ConstructionOperation | 119 | ep-prodact:ConstructionOperation |
| 126 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 120 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 127 | rdfs:label "construction operation"^^xsd:string ; | 121 | rdfs:label "construction operation"^^xsd:string ; |
| 128 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 122 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 129 | 123 | ||
| 130 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 124 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
| 131 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 125 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 126 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 127 | + rdfs:label "cumulative production activity since production began"^^xsd:string ; | ||
| 132 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 128 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 133 | 129 | ||
| 134 | ep-prodact:DailyProductionOperation | 130 | ep-prodact:DailyProductionOperation |
| 135 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 131 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 132 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 136 | rdfs:label "daily production operation"^^xsd:string ; | 133 | rdfs:label "daily production operation"^^xsd:string ; |
| 137 | - rdfs:subClassOf ep-prodact:ProductionOperation , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 134 | + rdfs:subClassOf ep-prodact:ProductionOperation . |
| 138 | 135 | ||
| 139 | ep-prodact:DailyProductionOperationProcessingLoss | 136 | ep-prodact:DailyProductionOperationProcessingLoss |
| 140 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 137 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 141 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 138 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
| 142 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 139 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 143 | 140 | ||
| 144 | ep-prodact:DailyProductionVolumeActivity | 141 | ep-prodact:DailyProductionVolumeActivity |
| 145 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 142 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 146 | - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . | 143 | + rdfs:comment "not used in the MPR"^^xsd:string ; |
| 144 | + rdfs:label "daily production volume activity"^^xsd:string ; | ||
| 145 | + rdfs:subClassOf ep-prodact:ProductionVolumeActivity . | ||
| 147 | 146 | ||
| 148 | ep-prodact:DefinedHazardAndAccidentSituation | 147 | ep-prodact:DefinedHazardAndAccidentSituation |
| 149 | rdf:type owl:Class ; | 148 | rdf:type owl:Class ; |
| ... | @@ -151,9 +150,9 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -151,9 +150,9 @@ ep-prodact:DefinedHazardAndAccidentSituation |
| 151 | rdfs:subClassOf ep-prodact:Incident . | 150 | rdfs:subClassOf ep-prodact:Incident . |
| 152 | 151 | ||
| 153 | ep-prodact:Deviation | 152 | ep-prodact:Deviation |
| 154 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 153 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 155 | rdfs:label "deviation"^^xsd:string ; | 154 | rdfs:label "deviation"^^xsd:string ; |
| 156 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 155 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 157 | 156 | ||
| 158 | ep-prodact:DischargeWater | 157 | ep-prodact:DischargeWater |
| 159 | rdf:type owl:Class ; | 158 | rdf:type owl:Class ; |
| ... | @@ -161,77 +160,77 @@ ep-prodact:DischargeWater | ... | @@ -161,77 +160,77 @@ ep-prodact:DischargeWater |
| 161 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 160 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 162 | 161 | ||
| 163 | ep-prodact:DrillOrExcercise | 162 | ep-prodact:DrillOrExcercise |
| 164 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 163 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 165 | rdfs:label "drill or exercise"^^xsd:string ; | 164 | rdfs:label "drill or exercise"^^xsd:string ; |
| 166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 165 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 167 | 166 | ||
| 168 | ep-prodact:ExtendedMaintenanceTurnaround | 167 | ep-prodact:ExtendedMaintenanceTurnaround |
| 169 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 168 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 170 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 169 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
| 171 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 170 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 172 | 171 | ||
| 173 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 172 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
| 174 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 173 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 175 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 174 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
| 176 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 175 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
| 177 | 176 | ||
| 178 | ep-prodact:Fire | 177 | ep-prodact:Fire |
| 179 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 178 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 180 | rdfs:label "fire"^^xsd:string ; | 179 | rdfs:label "fire"^^xsd:string ; |
| 181 | rdfs:subClassOf ep-prodact:Incident . | 180 | rdfs:subClassOf ep-prodact:Incident . |
| 182 | 181 | ||
| 183 | ep-prodact:FluidLevelTest | 182 | ep-prodact:FluidLevelTest |
| 184 | rdf:type owl:Class ; | 183 | rdf:type owl:Class ; |
| 185 | rdfs:label "fluid level test"^^xsd:string ; | 184 | rdfs:label "fluid level test"^^xsd:string ; |
| 186 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 185 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 187 | 186 | ||
| 188 | ep-prodact:FluidSampling-DST | 187 | ep-prodact:FluidSampling-DST |
| 189 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 188 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 190 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 189 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
| 191 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 190 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 192 | 191 | ||
| 193 | ep-prodact:FluidSampling-RFTorMDT | 192 | ep-prodact:FluidSampling-RFTorMDT |
| 194 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 193 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 195 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 194 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
| 196 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 195 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 197 | 196 | ||
| 198 | ep-prodact:FluidSampling-bottomhole | 197 | ep-prodact:FluidSampling-bottomhole |
| 199 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 198 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 200 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 199 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
| 201 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 200 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 202 | 201 | ||
| 203 | ep-prodact:FluidSampling-formationTester | 202 | ep-prodact:FluidSampling-formationTester |
| 204 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 203 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 205 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 204 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
| 206 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 205 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 207 | 206 | ||
| 208 | ep-prodact:FluidSampling-recombined | 207 | ep-prodact:FluidSampling-recombined |
| 209 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 208 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 210 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 209 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
| 211 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 210 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 212 | 211 | ||
| 213 | ep-prodact:FluidSampling-separatorGas | 212 | ep-prodact:FluidSampling-separatorGas |
| 214 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 213 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 215 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 214 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
| 216 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 217 | 216 | ||
| 218 | ep-prodact:FluidSampling-separatorOil | 217 | ep-prodact:FluidSampling-separatorOil |
| 219 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 218 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 220 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 219 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
| 221 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 222 | 221 | ||
| 223 | ep-prodact:FluidSampling-separatorWater | 222 | ep-prodact:FluidSampling-separatorWater |
| 224 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 223 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 225 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 224 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
| 226 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 227 | 226 | ||
| 228 | ep-prodact:FluidSampling-synthetic | 227 | ep-prodact:FluidSampling-synthetic |
| 229 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 228 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 230 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 229 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
| 231 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 230 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 232 | 231 | ||
| 233 | ep-prodact:FluidSampling-wellhead | 232 | ep-prodact:FluidSampling-wellhead |
| 234 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 233 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 235 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 234 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
| 236 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 235 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 237 | 236 | ||
| ... | @@ -247,34 +246,39 @@ ep-prodact:FluidSamplingType | ... | @@ -247,34 +246,39 @@ ep-prodact:FluidSamplingType |
| 247 | 246 | ||
| 248 | ep-prodact:FusionOfHSEActivitiesOverPeriod | 247 | ep-prodact:FusionOfHSEActivitiesOverPeriod |
| 249 | rdf:type owl:Class ; | 248 | rdf:type owl:Class ; |
| 249 | + rdfs:label "fusion of HSE activities over a period"^^xsd:string ; | ||
| 250 | rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . | 250 | rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . |
| 251 | 251 | ||
| 252 | ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | 252 | ep-prodact:FusionOfPartsOfProductionActivityOverPeriod |
| 253 | rdf:type owl:Class ; | 253 | rdf:type owl:Class ; |
| 254 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 254 | + rdfs:comment "don't understand this - DL"^^xsd:string ; |
| 255 | + rdfs:label "fusion of parts of a production activity over period"^^xsd:string ; | ||
| 256 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 255 | 257 | ||
| 256 | ep-prodact:HSEProblem | 258 | ep-prodact:HSEProblem |
| 257 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 259 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 258 | rdfs:label "HSE problem"^^xsd:string ; | 260 | rdfs:label "HSE problem"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 261 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 260 | 262 | ||
| 261 | ep-prodact:HealthSafetyAndEnvironmentActivity | 263 | ep-prodact:HealthSafetyAndEnvironmentActivity |
| 262 | rdf:type owl:Class ; | 264 | rdf:type owl:Class ; |
| 263 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 265 | + rdfs:label "health safety and environment activity"^^xsd:string ; |
| 266 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 264 | 267 | ||
| 265 | ep-prodact:Incident | 268 | ep-prodact:Incident |
| 266 | rdf:type owl:Class ; | 269 | rdf:type owl:Class ; |
| 270 | + rdfs:label "incident"^^xsd:string ; | ||
| 267 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 271 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 268 | 272 | ||
| 269 | ep-prodact:InitialWellTest | 273 | ep-prodact:InitialWellTest |
| 270 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 274 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 271 | rdfs:label "initial"^^xsd:string ; | 275 | rdfs:label "initial"^^xsd:string ; |
| 272 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 276 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 273 | 277 | ||
| 274 | ep-prodact:InjectionWellTest | 278 | ep-prodact:InjectionWellTest |
| 275 | rdf:type owl:Class ; | 279 | rdf:type owl:Class ; |
| 276 | rdfs:label "injection well test"^^xsd:string ; | 280 | rdfs:label "injection well test"^^xsd:string ; |
| 277 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 281 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 278 | 282 | ||
| 279 | ep-prodact:Injury | 283 | ep-prodact:Injury |
| 280 | rdf:type owl:Class ; | 284 | rdf:type owl:Class ; |
| ... | @@ -282,22 +286,22 @@ ep-prodact:Injury | ... | @@ -282,22 +286,22 @@ ep-prodact:Injury |
| 282 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 286 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
| 283 | 287 | ||
| 284 | ep-prodact:IssueBillOfLading | 288 | ep-prodact:IssueBillOfLading |
| 285 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 289 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
| 286 | rdfs:label "issue bill of lading"^^xsd:string ; | 290 | rdfs:label "issue bill of lading"^^xsd:string ; |
| 287 | rdfs:subClassOf ep-prodact:SalesActivity . | 291 | rdfs:subClassOf ep-prodact:SalesActivity . |
| 288 | 292 | ||
| 289 | ep-prodact:IssueWorkPermit | 293 | ep-prodact:IssueWorkPermit |
| 290 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 294 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 291 | rdfs:label "issue work permit"^^xsd:string ; | 295 | rdfs:label "issue work permit"^^xsd:string ; |
| 292 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 296 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 293 | 297 | ||
| 294 | ep-prodact:IssueWorkPermitWithSJA | 298 | ep-prodact:IssueWorkPermitWithSJA |
| 295 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 299 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 296 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 300 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
| 297 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 301 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
| 298 | 302 | ||
| 299 | ep-prodact:JobObservation | 303 | ep-prodact:JobObservation |
| 300 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 304 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 301 | rdfs:label "job observation"^^xsd:string ; | 305 | rdfs:label "job observation"^^xsd:string ; |
| 302 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 306 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 303 | 307 | ||
| ... | @@ -308,17 +312,18 @@ ep-prodact:LastPartOfTypeRemainingActivityPair | ... | @@ -308,17 +312,18 @@ ep-prodact:LastPartOfTypeRemainingActivityPair |
| 308 | 312 | ||
| 309 | ep-prodact:LostTimeAccident | 313 | ep-prodact:LostTimeAccident |
| 310 | rdf:type owl:Class ; | 314 | rdf:type owl:Class ; |
| 315 | + rdfs:label "lost time accident"^^xsd:string ; | ||
| 311 | rdfs:subClassOf ep-prodact:Incident . | 316 | rdfs:subClassOf ep-prodact:Incident . |
| 312 | 317 | ||
| 313 | ep-prodact:LostTimeIncident | 318 | ep-prodact:LostTimeIncident |
| 314 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 319 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 315 | rdfs:label "lost time incident"^^xsd:string ; | 320 | rdfs:label "lost time incident"^^xsd:string ; |
| 316 | rdfs:subClassOf ep-prodact:Incident . | 321 | rdfs:subClassOf ep-prodact:Incident . |
| 317 | 322 | ||
| 318 | ep-prodact:MaintenanceActivity | 323 | ep-prodact:MaintenanceActivity |
| 319 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 324 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 320 | rdfs:label "maintenance activity"^^xsd:string ; | 325 | rdfs:label "maintenance activity"^^xsd:string ; |
| 321 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 326 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 322 | 327 | ||
| 323 | ep-prodact:MakeAComment | 328 | ep-prodact:MakeAComment |
| 324 | rdf:type owl:Class ; | 329 | rdf:type owl:Class ; |
| ... | @@ -326,21 +331,22 @@ ep-prodact:MakeAComment | ... | @@ -326,21 +331,22 @@ ep-prodact:MakeAComment |
| 326 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 331 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 327 | 332 | ||
| 328 | ep-prodact:MakeATransaction | 333 | ep-prodact:MakeATransaction |
| 329 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 334 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
| 330 | rdfs:label "make a transaction"^^xsd:string ; | 335 | rdfs:label "make a transaction"^^xsd:string ; |
| 331 | rdfs:subClassOf ep-prodact:SalesActivity . | 336 | rdfs:subClassOf ep-prodact:SalesActivity . |
| 332 | 337 | ||
| 333 | ep-prodact:MarineOperation | 338 | ep-prodact:MarineOperation |
| 334 | rdf:type owl:Class ; | 339 | rdf:type owl:Class ; |
| 335 | - rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . | 340 | + rdfs:label "marine operation"^^xsd:string ; |
| 341 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 336 | 342 | ||
| 337 | ep-prodact:MarkedGasLossOfExport | 343 | ep-prodact:MarkedGasLossOfExport |
| 338 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 344 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 339 | rdfs:label "marked gas loss of export"^^xsd:string ; | 345 | rdfs:label "marked gas loss of export"^^xsd:string ; |
| 340 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 346 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 341 | 347 | ||
| 342 | ep-prodact:MarkedOilLossOfExport | 348 | ep-prodact:MarkedOilLossOfExport |
| 343 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 349 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 344 | rdfs:label "marked oil loss of export"^^xsd:string ; | 350 | rdfs:label "marked oil loss of export"^^xsd:string ; |
| 345 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 351 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 346 | 352 | ||
| ... | @@ -350,7 +356,7 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -350,7 +356,7 @@ ep-prodact:MeasurePropertiesOfAFlow |
| 350 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 356 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 351 | 357 | ||
| 352 | ep-prodact:MeasureSplitFactors | 358 | ep-prodact:MeasureSplitFactors |
| 353 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 359 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
| 354 | rdfs:label "measure split factors"^^xsd:string ; | 360 | rdfs:label "measure split factors"^^xsd:string ; |
| 355 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 361 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 356 | 362 | ||
| ... | @@ -360,27 +366,24 @@ ep-prodact:MedicalTreatment | ... | @@ -360,27 +366,24 @@ ep-prodact:MedicalTreatment |
| 360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 366 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 361 | 367 | ||
| 362 | ep-prodact:MedicalTreatmentInjury | 368 | ep-prodact:MedicalTreatmentInjury |
| 363 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 369 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 364 | rdfs:label "medical treatment"^^xsd:string ; | 370 | rdfs:label "medical treatment"^^xsd:string ; |
| 365 | rdfs:subClassOf ep-prodact:Injury . | 371 | rdfs:subClassOf ep-prodact:Injury . |
| 366 | 372 | ||
| 367 | ep-prodact:ModificationProject | 373 | ep-prodact:ModificationProject |
| 368 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 374 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 369 | rdfs:label "modification project"^^xsd:string ; | 375 | rdfs:label "modification project"^^xsd:string ; |
| 370 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 376 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 371 | 377 | ||
| 372 | -ep-prodact:MonthlyProductionActivity | ||
| 373 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | ||
| 374 | - rdfs:label "monthly production activity"^^xsd:string ; | ||
| 375 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 376 | - | ||
| 377 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | 378 | ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 378 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 379 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 379 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 380 | + rdfs:comment "not used in the MPR"^^xsd:string ; |
| 381 | + rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ; | ||
| 382 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
| 380 | 383 | ||
| 381 | ep-prodact:MonthlyProductionOperationToDate | 384 | ep-prodact:MonthlyProductionOperationToDate |
| 382 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 385 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 383 | - rdfs:label "monthly production to date"^^xsd:string ; | 386 | + rdfs:label "monthly production operation to date"^^xsd:string ; |
| 384 | rdfs:subClassOf ep-prodact:ProductionOperation . | 387 | rdfs:subClassOf ep-prodact:ProductionOperation . |
| 385 | 388 | ||
| 386 | ep-prodact:MovementOfProduct | 389 | ep-prodact:MovementOfProduct |
| ... | @@ -394,35 +397,22 @@ ep-prodact:MovementOfProductType | ... | @@ -394,35 +397,22 @@ ep-prodact:MovementOfProductType |
| 394 | rdfs:subClassOf owl:Class . | 397 | rdfs:subClassOf owl:Class . |
| 395 | 398 | ||
| 396 | ep-prodact:NearMiss | 399 | ep-prodact:NearMiss |
| 397 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 400 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 398 | rdfs:label "near miss"^^xsd:string ; | 401 | rdfs:label "near miss"^^xsd:string ; |
| 399 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 402 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 400 | 403 | ||
| 401 | -ep-prodact:NotablePartOfProductionActivity | ||
| 402 | - rdf:type owl:Class ; | ||
| 403 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
| 404 | - | ||
| 405 | ep-prodact:OperationMistakes | 404 | ep-prodact:OperationMistakes |
| 406 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 405 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 407 | rdfs:label "operation mistakes"^^xsd:string ; | 406 | rdfs:label "operation mistakes"^^xsd:string ; |
| 408 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 407 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 409 | 408 | ||
| 410 | -ep-prodact:OtherProductionActivity | ||
| 411 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | ||
| 412 | - rdfs:label "other production activity"^^xsd:string ; | ||
| 413 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 414 | - | ||
| 415 | ep-prodact:OtherReasonWellTest | 409 | ep-prodact:OtherReasonWellTest |
| 416 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 410 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 417 | rdfs:label "other"^^xsd:string ; | 411 | rdfs:label "other"^^xsd:string ; |
| 418 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 412 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 419 | 413 | ||
| 420 | -ep-prodact:PartOfProductionActivity | ||
| 421 | - rdf:type owl:Class ; | ||
| 422 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 423 | - | ||
| 424 | ep-prodact:PeriodicWellTest | 414 | ep-prodact:PeriodicWellTest |
| 425 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 415 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 426 | rdfs:label "periodic"^^xsd:string ; | 416 | rdfs:label "periodic"^^xsd:string ; |
| 427 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 417 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 428 | 418 | ||
| ... | @@ -432,27 +422,27 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -432,27 +422,27 @@ ep-prodact:PersonnelSafetyIntroduction |
| 432 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 422 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 433 | 423 | ||
| 434 | ep-prodact:PlannedMaintenanceTurnaround | 424 | ep-prodact:PlannedMaintenanceTurnaround |
| 435 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 425 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 436 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 426 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
| 437 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 427 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 438 | 428 | ||
| 439 | ep-prodact:PowerStationFailure | 429 | ep-prodact:PowerStationFailure |
| 440 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 430 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 441 | rdfs:label "power station failure"^^xsd:string ; | 431 | rdfs:label "power station failure"^^xsd:string ; |
| 442 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 432 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 443 | 433 | ||
| 444 | ep-prodact:PreventiveMaintenanceTopside | 434 | ep-prodact:PreventiveMaintenanceTopside |
| 445 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 435 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 446 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 436 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
| 447 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 437 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 448 | 438 | ||
| 449 | ep-prodact:ProcessAndOperationProblem | 439 | ep-prodact:ProcessAndOperationProblem |
| 450 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 440 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 451 | rdfs:label "process and operation problem"^^xsd:string ; | 441 | rdfs:label "process and operation problem"^^xsd:string ; |
| 452 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 442 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 453 | 443 | ||
| 454 | ep-prodact:ProductCompletedLifting | 444 | ep-prodact:ProductCompletedLifting |
| 455 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 445 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 456 | rdfs:label "product completed lifting"^^xsd:string ; | 446 | rdfs:label "product completed lifting"^^xsd:string ; |
| 457 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 447 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 458 | 448 | ||
| ... | @@ -462,77 +452,78 @@ ep-prodact:ProductDespatch | ... | @@ -462,77 +452,78 @@ ep-prodact:ProductDespatch |
| 462 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 452 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 463 | 453 | ||
| 464 | ep-prodact:ProductGain-Loss | 454 | ep-prodact:ProductGain-Loss |
| 465 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 455 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 466 | rdfs:label "product gain/loss"^^xsd:string ; | 456 | rdfs:label "product gain/loss"^^xsd:string ; |
| 467 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 457 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 468 | 458 | ||
| 469 | ep-prodact:ProductInputToStorage | 459 | ep-prodact:ProductInputToStorage |
| 470 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 460 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 471 | rdfs:label "product input to storage"^^xsd:string ; | 461 | rdfs:label "product input to storage"^^xsd:string ; |
| 472 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 462 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 473 | 463 | ||
| 474 | ep-prodact:ProductLifted | 464 | ep-prodact:ProductLifted |
| 475 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 465 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 476 | rdfs:label "product lifted"^^xsd:string ; | 466 | rdfs:label "product lifted"^^xsd:string ; |
| 477 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 467 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 478 | 468 | ||
| 479 | ep-prodact:ProductLiftingEntitlement | 469 | ep-prodact:ProductLiftingEntitlement |
| 480 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 470 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 481 | rdfs:label "product lifting entitlement"^^xsd:string ; | 471 | rdfs:label "product lifting entitlement"^^xsd:string ; |
| 482 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 472 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 483 | 473 | ||
| 484 | ep-prodact:ProductLiftingEntitlementRemaining | 474 | ep-prodact:ProductLiftingEntitlementRemaining |
| 485 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 475 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 486 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 476 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
| 487 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 477 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 488 | 478 | ||
| 489 | ep-prodact:ProductLinePack | 479 | ep-prodact:ProductLinePack |
| 490 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 480 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 491 | rdfs:label "product line pack"^^xsd:string ; | 481 | rdfs:label "product line pack"^^xsd:string ; |
| 492 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 482 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 493 | 483 | ||
| 494 | ep-prodact:ProductMassAdjustment | 484 | ep-prodact:ProductMassAdjustment |
| 495 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 485 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 496 | rdfs:label "product mass adjustment"^^xsd:string ; | 486 | rdfs:label "product mass adjustment"^^xsd:string ; |
| 497 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 487 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 498 | 488 | ||
| 499 | ep-prodact:ProductPartialLifting | 489 | ep-prodact:ProductPartialLifting |
| 500 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 490 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 501 | rdfs:label "product partial lifting"^^xsd:string ; | 491 | rdfs:label "product partial lifting"^^xsd:string ; |
| 502 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 492 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 503 | 493 | ||
| 504 | ep-prodact:ProductPipelineLifting | 494 | ep-prodact:ProductPipelineLifting |
| 505 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 495 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 506 | rdfs:label "product pipeline lifting"^^xsd:string ; | 496 | rdfs:label "product pipeline lifting"^^xsd:string ; |
| 507 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 497 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 508 | 498 | ||
| 509 | ep-prodact:ProductProductionImbalance | 499 | ep-prodact:ProductProductionImbalance |
| 510 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 500 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 511 | rdfs:label "product production imbalance"^^xsd:string ; | 501 | rdfs:label "product production imbalance"^^xsd:string ; |
| 512 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 502 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 513 | 503 | ||
| 514 | ep-prodact:ProductSwap | 504 | ep-prodact:ProductSwap |
| 515 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 505 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 516 | rdfs:label "product swap"^^xsd:string ; | 506 | rdfs:label "product swap"^^xsd:string ; |
| 517 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 507 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 518 | 508 | ||
| 519 | ep-prodact:ProductTankerLifting | 509 | ep-prodact:ProductTankerLifting |
| 520 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 510 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 521 | rdfs:label "product tanker lifting"^^xsd:string ; | 511 | rdfs:label "product tanker lifting"^^xsd:string ; |
| 522 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 512 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 523 | 513 | ||
| 524 | ep-prodact:ProductTransaction | 514 | ep-prodact:ProductTransaction |
| 525 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 515 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 526 | rdfs:label "product transaction"^^xsd:string ; | 516 | rdfs:label "product transaction"^^xsd:string ; |
| 527 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 517 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 528 | 518 | ||
| 529 | ep-prodact:ProductTransfer | 519 | ep-prodact:ProductTransfer |
| 530 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 520 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 531 | rdfs:label "product transfer"^^xsd:string ; | 521 | rdfs:label "product transfer"^^xsd:string ; |
| 532 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 522 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 533 | 523 | ||
| 534 | ep-prodact:ProductionActivityLastingLessThanAYear | 524 | ep-prodact:ProductionActivityLastingLessThanAYear |
| 535 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 525 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 526 | + rdfs:label "production activity lasting less than a year"^^xsd:string ; | ||
| 536 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 527 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 537 | 528 | ||
| 538 | ep-prodact:ProductionActivityType | 529 | ep-prodact:ProductionActivityType |
| ... | @@ -541,7 +532,8 @@ ep-prodact:ProductionActivityType | ... | @@ -541,7 +532,8 @@ ep-prodact:ProductionActivityType |
| 541 | rdfs:subClassOf owl:Class . | 532 | rdfs:subClassOf owl:Class . |
| 542 | 533 | ||
| 543 | ep-prodact:ProductionOperation | 534 | ep-prodact:ProductionOperation |
| 544 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 535 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 536 | + rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | ||
| 545 | rdfs:label "production operation"^^xsd:string ; | 537 | rdfs:label "production operation"^^xsd:string ; |
| 546 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 538 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 547 | 539 | ||
| ... | @@ -551,6 +543,7 @@ ep-prodact:ProductionOperationClassByDuration | ... | @@ -551,6 +543,7 @@ ep-prodact:ProductionOperationClassByDuration |
| 551 | 543 | ||
| 552 | ep-prodact:ProductionOperationInjection | 544 | ep-prodact:ProductionOperationInjection |
| 553 | rdf:type owl:Class ; | 545 | rdf:type owl:Class ; |
| 546 | + rdfs:comment "production activity that is all of what is done that is directly concerned with injection into a well, such that interuption of the activity interupts injection"^^xsd:string ; | ||
| 554 | rdfs:label "production operation injection"^^xsd:string ; | 547 | rdfs:label "production operation injection"^^xsd:string ; |
| 555 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 548 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 556 | 549 | ||
| ... | @@ -566,17 +559,18 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -566,17 +559,18 @@ ep-prodact:ProductionOperationProcessingLoss |
| 566 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 559 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 567 | 560 | ||
| 568 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 561 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
| 569 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 562 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 570 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 563 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
| 571 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 564 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 572 | 565 | ||
| 573 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 566 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
| 574 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 567 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 575 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 568 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
| 576 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 569 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 577 | 570 | ||
| 578 | ep-prodact:ProductionOperationProduction | 571 | ep-prodact:ProductionOperationProduction |
| 579 | rdf:type owl:Class ; | 572 | rdf:type owl:Class ; |
| 573 | + rdfs:comment "production activity that is all of what is done that is directly concerned with production from a well, such that interuption of the activity interupts production"^^xsd:string ; | ||
| 580 | rdfs:label "production operation production"^^xsd:string ; | 574 | rdfs:label "production operation production"^^xsd:string ; |
| 581 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 575 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 582 | 576 | ||
| ... | @@ -587,6 +581,8 @@ ep-prodact:ProductionOperationProductionAndInjection | ... | @@ -587,6 +581,8 @@ ep-prodact:ProductionOperationProductionAndInjection |
| 587 | 581 | ||
| 588 | ep-prodact:ProductionVolumeActivity | 582 | ep-prodact:ProductionVolumeActivity |
| 589 | rdf:type owl:Class ; | 583 | rdf:type owl:Class ; |
| 584 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
| 585 | + rdfs:label "production volume activity"^^xsd:string ; | ||
| 590 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 586 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 591 | 587 | ||
| 592 | ep-prodact:RaiseAnAlert | 588 | ep-prodact:RaiseAnAlert |
| ... | @@ -600,36 +596,37 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -600,36 +596,37 @@ ep-prodact:ReasonForLossOfProcessingType |
| 600 | rdfs:subClassOf owl:Class . | 596 | rdfs:subClassOf owl:Class . |
| 601 | 597 | ||
| 602 | ep-prodact:ReleaseToAir | 598 | ep-prodact:ReleaseToAir |
| 603 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 599 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 604 | rdfs:label "release to air"^^xsd:string ; | 600 | rdfs:label "release to air"^^xsd:string ; |
| 605 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 601 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
| 606 | 602 | ||
| 607 | ep-prodact:ReleaseToWater | 603 | ep-prodact:ReleaseToWater |
| 608 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 604 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 609 | rdfs:label "release to water"^^xsd:string ; | 605 | rdfs:label "release to water"^^xsd:string ; |
| 610 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 606 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
| 611 | 607 | ||
| 612 | ep-prodact:ReportHazard | 608 | ep-prodact:ReportHazard |
| 613 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 609 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 614 | rdfs:label "report hazard"^^xsd:string ; | 610 | rdfs:label "report hazard"^^xsd:string ; |
| 615 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 611 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 616 | 612 | ||
| 617 | ep-prodact:ReservoirLoss | 613 | ep-prodact:ReservoirLoss |
| 618 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 614 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 619 | rdfs:label "reservoir loss"^^xsd:string ; | 615 | rdfs:label "reservoir loss"^^xsd:string ; |
| 620 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 616 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 621 | 617 | ||
| 622 | ep-prodact:RestrictedWork | 618 | ep-prodact:RestrictedWork |
| 623 | rdf:type owl:Class ; | 619 | rdf:type owl:Class ; |
| 620 | + rdfs:label "restricted work"^^xsd:string ; | ||
| 624 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 621 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 625 | 622 | ||
| 626 | ep-prodact:RestrictedWorkInjury | 623 | ep-prodact:RestrictedWorkInjury |
| 627 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 624 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 628 | rdfs:label "restricted work injury"^^xsd:string ; | 625 | rdfs:label "restricted work injury"^^xsd:string ; |
| 629 | rdfs:subClassOf ep-prodact:Injury . | 626 | rdfs:subClassOf ep-prodact:Injury . |
| 630 | 627 | ||
| 631 | ep-prodact:RevisionWellTest | 628 | ep-prodact:RevisionWellTest |
| 632 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 629 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 633 | rdfs:label "revision"^^xsd:string ; | 630 | rdfs:label "revision"^^xsd:string ; |
| 634 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 631 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 635 | 632 | ||
| ... | @@ -644,7 +641,7 @@ ep-prodact:SafetyConsideration | ... | @@ -644,7 +641,7 @@ ep-prodact:SafetyConsideration |
| 644 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 641 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 645 | 642 | ||
| 646 | ep-prodact:SafetyMeeting | 643 | ep-prodact:SafetyMeeting |
| 647 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 644 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 648 | rdfs:label "safety meeting"^^xsd:string ; | 645 | rdfs:label "safety meeting"^^xsd:string ; |
| 649 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 646 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 650 | 647 | ||
| ... | @@ -659,12 +656,12 @@ ep-prodact:SalesActivityType | ... | @@ -659,12 +656,12 @@ ep-prodact:SalesActivityType |
| 659 | rdfs:subClassOf owl:Class . | 656 | rdfs:subClassOf owl:Class . |
| 660 | 657 | ||
| 661 | ep-prodact:SentAshore | 658 | ep-prodact:SentAshore |
| 662 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 659 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 663 | rdfs:label "sent ashore"^^xsd:string ; | 660 | rdfs:label "sent ashore"^^xsd:string ; |
| 664 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 661 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 665 | 662 | ||
| 666 | ep-prodact:SevereAccident | 663 | ep-prodact:SevereAccident |
| 667 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 664 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 668 | rdfs:label "severe accident"^^xsd:string ; | 665 | rdfs:label "severe accident"^^xsd:string ; |
| 669 | rdfs:subClassOf ep-prodact:Incident . | 666 | rdfs:subClassOf ep-prodact:Incident . |
| 670 | 667 | ||
| ... | @@ -674,12 +671,12 @@ ep-prodact:ShutdownProduction | ... | @@ -674,12 +671,12 @@ ep-prodact:ShutdownProduction |
| 674 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 671 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 675 | 672 | ||
| 676 | ep-prodact:SickOnBoard | 673 | ep-prodact:SickOnBoard |
| 677 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 674 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 678 | rdfs:label "sick on board"^^xsd:string ; | 675 | rdfs:label "sick on board"^^xsd:string ; |
| 679 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 676 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 680 | 677 | ||
| 681 | ep-prodact:SpillOrLeak | 678 | ep-prodact:SpillOrLeak |
| 682 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 679 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 683 | rdfs:label "spill or leak"^^xsd:string ; | 680 | rdfs:label "spill or leak"^^xsd:string ; |
| 684 | rdfs:subClassOf ep-prodact:Incident . | 681 | rdfs:subClassOf ep-prodact:Incident . |
| 685 | 682 | ||
| ... | @@ -694,7 +691,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -694,7 +691,7 @@ ep-prodact:StandbyVesselOperation |
| 694 | rdfs:subClassOf ep-prodact:MarineOperation . | 691 | rdfs:subClassOf ep-prodact:MarineOperation . |
| 695 | 692 | ||
| 696 | ep-prodact:StrikeOrLockout | 693 | ep-prodact:StrikeOrLockout |
| 697 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 694 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 698 | rdfs:label "strike or lock-out"^^xsd:string ; | 695 | rdfs:label "strike or lock-out"^^xsd:string ; |
| 699 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 696 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 700 | 697 | ||
| ... | @@ -704,65 +701,67 @@ ep-prodact:SupplyShipOperation | ... | @@ -704,65 +701,67 @@ ep-prodact:SupplyShipOperation |
| 704 | rdfs:subClassOf ep-prodact:MarineOperation . | 701 | rdfs:subClassOf ep-prodact:MarineOperation . |
| 705 | 702 | ||
| 706 | ep-prodact:TestingAndLogging | 703 | ep-prodact:TestingAndLogging |
| 707 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 704 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 708 | rdfs:label "testing and logging"^^xsd:string ; | 705 | rdfs:label "testing and logging"^^xsd:string ; |
| 709 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 706 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 710 | 707 | ||
| 711 | ep-prodact:ThirdPartyProcessingLoss | 708 | ep-prodact:ThirdPartyProcessingLoss |
| 712 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 709 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 713 | rdfs:label "third party processing loss"^^xsd:string ; | 710 | rdfs:label "third party processing loss"^^xsd:string ; |
| 714 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 711 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 715 | 712 | ||
| 716 | ep-prodact:TopsideEquipmentFailureMaintenance | 713 | ep-prodact:TopsideEquipmentFailureMaintenance |
| 717 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 714 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 718 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 715 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
| 719 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 716 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 720 | 717 | ||
| 721 | ep-prodact:TrafficAccident | 718 | ep-prodact:TrafficAccident |
| 722 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 719 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 723 | rdfs:label "traffic accident"^^xsd:string ; | 720 | rdfs:label "traffic accident"^^xsd:string ; |
| 724 | rdfs:subClassOf ep-prodact:Incident . | 721 | rdfs:subClassOf ep-prodact:Incident . |
| 725 | 722 | ||
| 726 | ep-prodact:TransportationActivity | 723 | ep-prodact:TransportationActivity |
| 727 | rdf:type owl:Class ; | 724 | rdf:type owl:Class ; |
| 725 | + rdfs:label "transportation activity"^^xsd:string ; | ||
| 728 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 726 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 729 | 727 | ||
| 730 | ep-prodact:UnavailableTankerStorage | 728 | ep-prodact:UnavailableTankerStorage |
| 731 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 729 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 732 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 730 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
| 733 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 731 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 734 | 732 | ||
| 735 | ep-prodact:UnknownReasonWellTest | 733 | ep-prodact:UnknownReasonWellTest |
| 736 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 734 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 737 | rdfs:label "unknown"^^xsd:string ; | 735 | rdfs:label "unknown"^^xsd:string ; |
| 738 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 736 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 739 | 737 | ||
| 740 | ep-prodact:WaterCleaningOperation | 738 | ep-prodact:WaterCleaningOperation |
| 741 | rdf:type owl:Class ; | 739 | rdf:type owl:Class ; |
| 742 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 740 | + rdfs:label "water cleaning operation"^^xsd:string ; |
| 741 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 743 | 742 | ||
| 744 | ep-prodact:WeatherProblem | 743 | ep-prodact:WeatherProblem |
| 745 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 744 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 746 | rdfs:label "weather problem"^^xsd:string ; | 745 | rdfs:label "weather problem"^^xsd:string ; |
| 747 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 746 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 748 | 747 | ||
| 749 | ep-prodact:WellEquipmentFailureMaintenance | 748 | ep-prodact:WellEquipmentFailureMaintenance |
| 750 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 749 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 751 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 750 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
| 752 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 751 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 753 | 752 | ||
| 754 | ep-prodact:WellPlannedOperations | 753 | ep-prodact:WellPlannedOperations |
| 755 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 754 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 756 | rdfs:label "well planned operations"^^xsd:string ; | 755 | rdfs:label "well planned operations"^^xsd:string ; |
| 757 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 756 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 758 | 757 | ||
| 759 | ep-prodact:WellPreventiveMaintenance | 758 | ep-prodact:WellPreventiveMaintenance |
| 760 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 759 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 761 | rdfs:label "well preventive maintenance"^^xsd:string ; | 760 | rdfs:label "well preventive maintenance"^^xsd:string ; |
| 762 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 761 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 763 | 762 | ||
| 764 | ep-prodact:WellProblems | 763 | ep-prodact:WellProblems |
| 765 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 764 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 766 | rdfs:label "well problems"^^xsd:string ; | 765 | rdfs:label "well problems"^^xsd:string ; |
| 767 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 766 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 768 | 767 | ||
| ... | @@ -797,7 +796,7 @@ ep-prodact:buyer | ... | @@ -797,7 +796,7 @@ ep-prodact:buyer |
| 797 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 796 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
| 798 | 797 | ||
| 799 | ep-prodact:cargoBatchNumber | 798 | ep-prodact:cargoBatchNumber |
| 800 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 799 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 801 | rdfs:label "cargo batch number"^^xsd:string . | 800 | rdfs:label "cargo batch number"^^xsd:string . |
| 802 | 801 | ||
| 803 | ep-prodact:cargoLoaded | 802 | ep-prodact:cargoLoaded |
| ... | @@ -807,7 +806,7 @@ ep-prodact:cargoLoaded | ... | @@ -807,7 +806,7 @@ ep-prodact:cargoLoaded |
| 807 | rdfs:range ep-core:PhysicalObject . | 806 | rdfs:range ep-core:PhysicalObject . |
| 808 | 807 | ||
| 809 | ep-prodact:cargoNumber | 808 | ep-prodact:cargoNumber |
| 810 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 809 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 811 | rdfs:label "cargo number"^^xsd:string . | 810 | rdfs:label "cargo number"^^xsd:string . |
| 812 | 811 | ||
| 813 | ep-prodact:causedBy | 812 | ep-prodact:causedBy |
| ... | @@ -855,7 +854,7 @@ ep-prodact:facilityShutdown | ... | @@ -855,7 +854,7 @@ ep-prodact:facilityShutdown |
| 855 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 854 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 856 | 855 | ||
| 857 | ep-prodact:glycolDensity | 856 | ep-prodact:glycolDensity |
| 858 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 857 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 859 | rdfs:range ep-core:Density . | 858 | rdfs:range ep-core:Density . |
| 860 | 859 | ||
| 861 | ep-prodact:hasDischargeFlow | 860 | ep-prodact:hasDischargeFlow |
| ... | @@ -865,7 +864,7 @@ ep-prodact:hasDischargeFlow | ... | @@ -865,7 +864,7 @@ ep-prodact:hasDischargeFlow |
| 865 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 864 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 866 | 865 | ||
| 867 | ep-prodact:hasGasLiftChoke | 866 | ep-prodact:hasGasLiftChoke |
| 868 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 867 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 869 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 868 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 870 | rdfs:label "has gas lift choke"^^xsd:string ; | 869 | rdfs:label "has gas lift choke"^^xsd:string ; |
| 871 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 870 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
| ... | @@ -883,7 +882,7 @@ ep-prodact:hasPredecessor | ... | @@ -883,7 +882,7 @@ ep-prodact:hasPredecessor |
| 883 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 882 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 884 | 883 | ||
| 885 | ep-prodact:hasShutInPressure | 884 | ep-prodact:hasShutInPressure |
| 886 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 885 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 887 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 886 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 888 | rdfs:label "has shut-in pressure"^^xsd:string ; | 887 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| 889 | rdfs:range ep-core:Pressure . | 888 | rdfs:range ep-core:Pressure . |
| ... | @@ -895,25 +894,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -895,25 +894,25 @@ ep-prodact:hasValidPredecessor |
| 895 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 894 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 896 | 895 | ||
| 897 | ep-prodact:injectionWellTestMaximumAnnularPressure | 896 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 898 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 897 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 899 | rdfs:domain ep-prodact:InjectionWellTest ; | 898 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 900 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 899 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 901 | rdfs:range ep-core:Pressure . | 900 | rdfs:range ep-core:Pressure . |
| 902 | 901 | ||
| 903 | ep-prodact:injectionWellTestMinimumAnnularPressure | 902 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 904 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 903 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 905 | rdfs:domain ep-prodact:InjectionWellTest ; | 904 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 906 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 905 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 907 | rdfs:range ep-core:Pressure . | 906 | rdfs:range ep-core:Pressure . |
| 908 | 907 | ||
| 909 | ep-prodact:injectionWellTestWellheadFlowingPressure | 908 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 910 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 909 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 911 | rdfs:domain ep-prodact:InjectionWellTest ; | 910 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 912 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 911 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 913 | rdfs:range ep-core:Pressure . | 912 | rdfs:range ep-core:Pressure . |
| 914 | 913 | ||
| 915 | ep-prodact:injectionWellTestWellheadMaximumPressure | 914 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 916 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 915 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 917 | rdfs:domain ep-prodact:InjectionWellTest ; | 916 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 918 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 917 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 919 | rdfs:range ep-core:Pressure . | 918 | rdfs:range ep-core:Pressure . |
| ... | @@ -925,7 +924,7 @@ ep-prodact:measuredFlow | ... | @@ -925,7 +924,7 @@ ep-prodact:measuredFlow |
| 925 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 924 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 926 | 925 | ||
| 927 | ep-prodact:movedProduct | 926 | ep-prodact:movedProduct |
| 928 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 927 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 929 | rdfs:domain ep-prodact:MovementOfProduct ; | 928 | rdfs:domain ep-prodact:MovementOfProduct ; |
| 930 | rdfs:label "moved product"^^xsd:string . | 929 | rdfs:label "moved product"^^xsd:string . |
| 931 | 930 | ||
| ... | @@ -970,7 +969,7 @@ ep-prodact:noOfSpillsOrLeaks | ... | @@ -970,7 +969,7 @@ ep-prodact:noOfSpillsOrLeaks |
| 970 | rdfs:range xsd:integer . | 969 | rdfs:range xsd:integer . |
| 971 | 970 | ||
| 972 | ep-prodact:noOfSystemAlarms | 971 | ep-prodact:noOfSystemAlarms |
| 973 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 972 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 974 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 973 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 975 | rdfs:label "number of system alarms"^^xsd:string ; | 974 | rdfs:label "number of system alarms"^^xsd:string ; |
| 976 | rdfs:range xsd:integer . | 975 | rdfs:range xsd:integer . |
| ... | @@ -980,7 +979,7 @@ ep-prodact:oilInWater | ... | @@ -980,7 +979,7 @@ ep-prodact:oilInWater |
| 980 | rdfs:range ep-core:MassPerUnitMassConcentration . | 979 | rdfs:range ep-core:MassPerUnitMassConcentration . |
| 981 | 980 | ||
| 982 | ep-prodact:onProductionFacility | 981 | ep-prodact:onProductionFacility |
| 983 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 982 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 984 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 983 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 985 | rdfs:label "on facility"^^xsd:string ; | 984 | rdfs:label "on facility"^^xsd:string ; |
| 986 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 985 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| ... | @@ -1005,7 +1004,7 @@ ep-prodact:phenolDensity | ... | @@ -1005,7 +1004,7 @@ ep-prodact:phenolDensity |
| 1005 | rdfs:range ep-core:Density . | 1004 | rdfs:range ep-core:Density . |
| 1006 | 1005 | ||
| 1007 | ep-prodact:processingLost | 1006 | ep-prodact:processingLost |
| 1008 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1007 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1009 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1008 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
| 1010 | rdfs:range ep-material:QuantityOfMaterial . | 1009 | rdfs:range ep-material:QuantityOfMaterial . |
| 1011 | 1010 | ||
| ... | @@ -1015,13 +1014,13 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1015,13 +1014,13 @@ ep-prodact:productionActivityPeriodClassification |
| 1015 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1014 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 1016 | 1015 | ||
| 1017 | ep-prodact:productionOperator | 1016 | ep-prodact:productionOperator |
| 1018 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1017 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1019 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1018 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 1020 | rdfs:label "production operator"^^xsd:string ; | 1019 | rdfs:label "production operator"^^xsd:string ; |
| 1021 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1020 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1022 | 1021 | ||
| 1023 | ep-prodact:remainingActivity | 1022 | ep-prodact:remainingActivity |
| 1024 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1023 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1025 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1024 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
| 1026 | rdfs:label "remaining activity"^^xsd:string ; | 1025 | rdfs:label "remaining activity"^^xsd:string ; |
| 1027 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1026 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -1056,7 +1055,7 @@ ep-prodact:samplingPerformedAt | ... | @@ -1056,7 +1055,7 @@ ep-prodact:samplingPerformedAt |
| 1056 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 1055 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 1057 | 1056 | ||
| 1058 | ep-prodact:samplingPerformedAtPointInSpace | 1057 | ep-prodact:samplingPerformedAtPointInSpace |
| 1059 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1058 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1060 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1059 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
| 1061 | rdfs:label "sampling performed at point in space"^^xsd:string ; | 1060 | rdfs:label "sampling performed at point in space"^^xsd:string ; |
| 1062 | rdfs:range ep-core:TemporalPartOfAPointInSpace . | 1061 | rdfs:range ep-core:TemporalPartOfAPointInSpace . |
| ... | @@ -1080,13 +1079,13 @@ ep-prodact:sourceOrganization | ... | @@ -1080,13 +1079,13 @@ ep-prodact:sourceOrganization |
| 1080 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1079 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1081 | 1080 | ||
| 1082 | ep-prodact:testedWellBoreInterval | 1081 | ep-prodact:testedWellBoreInterval |
| 1083 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1082 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1084 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1083 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 1085 | rdfs:label "tested wellbore interval"^^xsd:string ; | 1084 | rdfs:label "tested wellbore interval"^^xsd:string ; |
| 1086 | rdfs:range ep-core:PhysicalObject . | 1085 | rdfs:range ep-core:PhysicalObject . |
| 1087 | 1086 | ||
| 1088 | ep-prodact:timeWorked | 1087 | ep-prodact:timeWorked |
| 1089 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1088 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1090 | rdfs:domain ep-prodact:ProductionOperation ; | 1089 | rdfs:domain ep-prodact:ProductionOperation ; |
| 1091 | rdfs:label "time worked"^^xsd:string ; | 1090 | rdfs:label "time worked"^^xsd:string ; |
| 1092 | rdfs:range ep-core:TimeDuration . | 1091 | rdfs:range ep-core:TimeDuration . | ... | ... |
| ... | @@ -41,10 +41,12 @@ ep-prodeqt:DownHoleControlValve | ... | @@ -41,10 +41,12 @@ ep-prodeqt:DownHoleControlValve |
| 41 | 41 | ||
| 42 | ep-prodeqt:FlowLine | 42 | ep-prodeqt:FlowLine |
| 43 | rdf:type owl:Class ; | 43 | rdf:type owl:Class ; |
| 44 | + rdfs:label "flow line"^^xsd:string ; | ||
| 44 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 45 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 45 | 46 | ||
| 46 | ep-prodeqt:FlowLine-Production | 47 | ep-prodeqt:FlowLine-Production |
| 47 | rdf:type owl:Class ; | 48 | rdf:type owl:Class ; |
| 49 | + rdfs:label "flow line - production"^^xsd:string ; | ||
| 48 | rdfs:subClassOf ep-prodeqt:FlowLine . | 50 | rdfs:subClassOf ep-prodeqt:FlowLine . |
| 49 | 51 | ||
| 50 | ep-prodeqt:FlowMeter | 52 | ep-prodeqt:FlowMeter |
| ... | @@ -58,9 +60,6 @@ ep-prodeqt:GasLiftChoke | ... | @@ -58,9 +60,6 @@ ep-prodeqt:GasLiftChoke |
| 58 | rdfs:label "gas lift choke"^^xsd:string ; | 60 | rdfs:label "gas lift choke"^^xsd:string ; |
| 59 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 61 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 60 | 62 | ||
| 61 | -ep-prodeqt:Manifold | ||
| 62 | - rdf:type owl:Class . | ||
| 63 | - | ||
| 64 | ep-prodeqt:PressureMeter | 63 | ep-prodeqt:PressureMeter |
| 65 | rdf:type owl:Class ; | 64 | rdf:type owl:Class ; |
| 66 | rdfs:comment "equipment that is a pressure meter"^^xsd:string ; | 65 | rdfs:comment "equipment that is a pressure meter"^^xsd:string ; | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - 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> ; | 15 | + 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> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | rdf:type ep-prodfac:ReportingFacilityType . | 67 | rdf:type ep-prodfac:ReportingFacilityType . |
| 68 | 68 | ||
| 69 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 69 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
| 70 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 70 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 71 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 71 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 72 | rdfs:label "facility operator"^^xsd:string ; | 72 | rdfs:label "facility operator"^^xsd:string ; |
| 73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 73 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -86,6 +86,7 @@ | ... | @@ -86,6 +86,7 @@ |
| 86 | 86 | ||
| 87 | ep-prodfac:Boat | 87 | ep-prodfac:Boat |
| 88 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
| 89 | + rdfs:label "boat"^^xsd:string ; | ||
| 89 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 90 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
| 90 | 91 | ||
| 91 | ep-prodfac:Field-area | 92 | ep-prodfac:Field-area |
| ... | @@ -142,11 +143,12 @@ ep-prodfac:ReportingFacilityType | ... | @@ -142,11 +143,12 @@ ep-prodfac:ReportingFacilityType |
| 142 | 143 | ||
| 143 | ep-prodfac:Ship | 144 | ep-prodfac:Ship |
| 144 | rdf:type owl:Class ; | 145 | rdf:type owl:Class ; |
| 145 | - rdfs:label "Ship"^^xsd:string ; | 146 | + rdfs:label "ship"^^xsd:string ; |
| 146 | rdfs:subClassOf ep-prodfac:ShipOrBoat . | 147 | rdfs:subClassOf ep-prodfac:ShipOrBoat . |
| 147 | 148 | ||
| 148 | ep-prodfac:ShipOrBoat | 149 | ep-prodfac:ShipOrBoat |
| 149 | rdf:type owl:Class ; | 150 | rdf:type owl:Class ; |
| 151 | + rdfs:label "ship or boat"^^xsd:string ; | ||
| 150 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . | 152 | rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . |
| 151 | 153 | ||
| 152 | ep-prodfac:StorageFacility | 154 | ep-prodfac:StorageFacility |
| ... | @@ -161,6 +163,7 @@ ep-prodfac:SupplyShip | ... | @@ -161,6 +163,7 @@ ep-prodfac:SupplyShip |
| 161 | 163 | ||
| 162 | ep-prodfac:TemporalPartOfAShipOrBoat | 164 | ep-prodfac:TemporalPartOfAShipOrBoat |
| 163 | rdf:type owl:Class ; | 165 | rdf:type owl:Class ; |
| 166 | + rdfs:label "temporal part of a ship or boat"^^xsd:string ; | ||
| 164 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . | 167 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 165 | 168 | ||
| 166 | ep-prodfac:TrunkLine | 169 | ep-prodfac:TrunkLine |
| ... | @@ -209,7 +212,7 @@ ep-prodfac:numberOfPersonnelOnBoard | ... | @@ -209,7 +212,7 @@ ep-prodfac:numberOfPersonnelOnBoard |
| 209 | rdfs:range xsd:integer . | 212 | rdfs:range xsd:integer . |
| 210 | 213 | ||
| 211 | ep-prodfac:operatingTime | 214 | ep-prodfac:operatingTime |
| 212 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 215 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 213 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 216 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 214 | rdfs:label "operating time"^^xsd:string ; | 217 | rdfs:label "operating time"^^xsd:string ; |
| 215 | rdfs:range ep-core:TimeDuration . | 218 | rdfs:range ep-core:TimeDuration . | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/report> | 14 | <http://www.reportinghub.no/ep/schema/1.0/report> |
| 15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <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> ; | 16 | + 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> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 18 | ||
| 19 | ep-report:DailyDrillingReport | 19 | ep-report:DailyDrillingReport |
| ... | @@ -23,6 +23,7 @@ ep-report:DailyDrillingReport | ... | @@ -23,6 +23,7 @@ ep-report:DailyDrillingReport |
| 23 | 23 | ||
| 24 | ep-report:DailyDrillingReportFinalisationType | 24 | ep-report:DailyDrillingReportFinalisationType |
| 25 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; |
| 26 | + rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
| 26 | rdfs:subClassOf owl:Class . | 27 | rdfs:subClassOf owl:Class . |
| 27 | 28 | ||
| 28 | ep-report:DailyProductionReport | 29 | ep-report:DailyProductionReport |
| ... | @@ -31,7 +32,7 @@ ep-report:DailyProductionReport | ... | @@ -31,7 +32,7 @@ ep-report:DailyProductionReport |
| 31 | rdfs:subClassOf ep-report:ProductionReport . | 32 | rdfs:subClassOf ep-report:ProductionReport . |
| 32 | 33 | ||
| 33 | ep-report:FinalDailyDrillingReport | 34 | ep-report:FinalDailyDrillingReport |
| 34 | - rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; | 35 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 35 | rdfs:label "final daily drilling report"^^xsd:string ; | 36 | rdfs:label "final daily drilling report"^^xsd:string ; |
| 36 | rdfs:subClassOf ep-report:DailyDrillingReport . | 37 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 37 | 38 | ||
| ... | @@ -57,16 +58,12 @@ ep-report:MonthlyProductionReportPartner | ... | @@ -57,16 +58,12 @@ ep-report:MonthlyProductionReportPartner |
| 57 | 58 | ||
| 58 | ep-report:NonProductivetimeReport | 59 | ep-report:NonProductivetimeReport |
| 59 | rdf:type owl:Class ; | 60 | rdf:type owl:Class ; |
| 61 | + rdfs:label "non-productive time report"^^xsd:string ; | ||
| 60 | rdfs:subClassOf ep-report:Report ; | 62 | rdfs:subClassOf ep-report:Report ; |
| 61 | rdfs:subClassOf | 63 | rdfs:subClassOf |
| 62 | [ rdf:type owl:Restriction ; | 64 | [ rdf:type owl:Restriction ; |
| 63 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | ||
| 64 | - owl:onProperty ep-report:reportOn | ||
| 65 | - ] ; | ||
| 66 | - rdfs:subClassOf | ||
| 67 | - [ rdf:type owl:Restriction ; | ||
| 68 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 65 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 69 | - owl:onProperty ep-report:reportOn | 66 | + owl:onProperty ep-report:createdAt |
| 70 | ] ; | 67 | ] ; |
| 71 | rdfs:subClassOf | 68 | rdfs:subClassOf |
| 72 | [ rdf:type owl:Restriction ; | 69 | [ rdf:type owl:Restriction ; |
| ... | @@ -76,16 +73,21 @@ ep-report:NonProductivetimeReport | ... | @@ -76,16 +73,21 @@ ep-report:NonProductivetimeReport |
| 76 | rdfs:subClassOf | 73 | rdfs:subClassOf |
| 77 | [ rdf:type owl:Restriction ; | 74 | [ rdf:type owl:Restriction ; |
| 78 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 75 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 79 | - owl:onProperty ep-report:createdAt | 76 | + owl:onProperty ep-report:reportOn |
| 77 | + ] ; | ||
| 78 | + rdfs:subClassOf | ||
| 79 | + [ rdf:type owl:Restriction ; | ||
| 80 | + owl:allValuesFrom ep-report:DailyDrillingReport ; | ||
| 81 | + owl:onProperty ep-report:reportOn | ||
| 80 | ] . | 82 | ] . |
| 81 | 83 | ||
| 82 | ep-report:NormalDailyDrillingReport | 84 | ep-report:NormalDailyDrillingReport |
| 83 | - rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; | 85 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 84 | rdfs:label "normal daily drilling report"^^xsd:string ; | 86 | rdfs:label "normal daily drilling report"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-report:DailyDrillingReport . | 87 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 86 | 88 | ||
| 87 | ep-report:PreliminaryDailyDrillingReport | 89 | ep-report:PreliminaryDailyDrillingReport |
| 88 | - rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; | 90 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 89 | rdfs:label "preliminary daily drilling report"^^xsd:string ; | 91 | rdfs:label "preliminary daily drilling report"^^xsd:string ; |
| 90 | rdfs:subClassOf ep-report:DailyDrillingReport . | 92 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 91 | 93 | ||
| ... | @@ -126,11 +128,12 @@ ep-report:Report | ... | @@ -126,11 +128,12 @@ ep-report:Report |
| 126 | 128 | ||
| 127 | ep-report:ReportAliasIdentifier | 129 | ep-report:ReportAliasIdentifier |
| 128 | rdf:type owl:Class ; | 130 | rdf:type owl:Class ; |
| 131 | + rdfs:label "report alias identifier"^^xsd:string ; | ||
| 129 | rdfs:subClassOf owl:Thing ; | 132 | rdfs:subClassOf owl:Thing ; |
| 130 | rdfs:subClassOf | 133 | rdfs:subClassOf |
| 131 | [ rdf:type owl:Restriction ; | 134 | [ rdf:type owl:Restriction ; |
| 132 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 135 | + owl:minCardinality "1"^^xsd:nonNegativeInteger ; |
| 133 | - owl:onProperty ep-report:isAliasFor | 136 | + owl:onProperty ep-report:aliasName |
| 134 | ] ; | 137 | ] ; |
| 135 | rdfs:subClassOf | 138 | rdfs:subClassOf |
| 136 | [ rdf:type owl:Restriction ; | 139 | [ rdf:type owl:Restriction ; |
| ... | @@ -139,62 +142,62 @@ ep-report:ReportAliasIdentifier | ... | @@ -139,62 +142,62 @@ ep-report:ReportAliasIdentifier |
| 139 | ] ; | 142 | ] ; |
| 140 | rdfs:subClassOf | 143 | rdfs:subClassOf |
| 141 | [ rdf:type owl:Restriction ; | 144 | [ rdf:type owl:Restriction ; |
| 142 | - owl:minCardinality "1"^^xsd:nonNegativeInteger ; | 145 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 143 | - owl:onProperty ep-report:aliasName | 146 | + owl:onProperty ep-report:isAliasFor |
| 144 | ] . | 147 | ] . |
| 145 | 148 | ||
| 146 | ep-report:ReportForGasYearToDate | 149 | ep-report:ReportForGasYearToDate |
| 147 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 150 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 148 | rdfs:label "report for gas year to date"^^xsd:string ; | 151 | rdfs:label "report for gas year to date"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-report:Report . | 152 | rdfs:subClassOf ep-report:Report . |
| 150 | 153 | ||
| 151 | ep-report:ReportForInstant | 154 | ep-report:ReportForInstant |
| 152 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 155 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 153 | rdfs:label "report for instant"^^xsd:string ; | 156 | rdfs:label "report for instant"^^xsd:string ; |
| 154 | rdfs:subClassOf ep-report:Report . | 157 | rdfs:subClassOf ep-report:Report . |
| 155 | 158 | ||
| 156 | ep-report:ReportForMonthToDate | 159 | ep-report:ReportForMonthToDate |
| 157 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 160 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 158 | rdfs:label "report for month to date"^^xsd:string ; | 161 | rdfs:label "report for month to date"^^xsd:string ; |
| 159 | rdfs:subClassOf ep-report:Report . | 162 | rdfs:subClassOf ep-report:Report . |
| 160 | 163 | ||
| 161 | ep-report:ReportForOneDay | 164 | ep-report:ReportForOneDay |
| 162 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 165 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 163 | rdfs:label "report for one day"^^xsd:string ; | 166 | rdfs:label "report for one day"^^xsd:string ; |
| 164 | rdfs:subClassOf ep-report:Report . | 167 | rdfs:subClassOf ep-report:Report . |
| 165 | 168 | ||
| 166 | ep-report:ReportForOneGasDay | 169 | ep-report:ReportForOneGasDay |
| 167 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 170 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 168 | rdfs:label "report for one gas day"^^xsd:string ; | 171 | rdfs:label "report for one gas day"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-report:Report . | 172 | rdfs:subClassOf ep-report:Report . |
| 170 | 173 | ||
| 171 | ep-report:ReportForOneGasMonth | 174 | ep-report:ReportForOneGasMonth |
| 172 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 175 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 173 | rdfs:label "report for one gas month"^^xsd:string ; | 176 | rdfs:label "report for one gas month"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-report:Report . | 177 | rdfs:subClassOf ep-report:Report . |
| 175 | 178 | ||
| 176 | ep-report:ReportForOneGasYear | 179 | ep-report:ReportForOneGasYear |
| 177 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 180 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 178 | rdfs:label "report for one gas year"^^xsd:string ; | 181 | rdfs:label "report for one gas year"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-report:Report . | 182 | rdfs:subClassOf ep-report:Report . |
| 180 | 183 | ||
| 181 | ep-report:ReportForOneMonth | 184 | ep-report:ReportForOneMonth |
| 182 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 185 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 183 | rdfs:label "report for one month"^^xsd:string ; | 186 | rdfs:label "report for one month"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-report:Report . | 187 | rdfs:subClassOf ep-report:Report . |
| 185 | 188 | ||
| 186 | ep-report:ReportForOneWeek | 189 | ep-report:ReportForOneWeek |
| 187 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 190 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 188 | rdfs:label "report for one week"^^xsd:string ; | 191 | rdfs:label "report for one week"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-report:Report . | 192 | rdfs:subClassOf ep-report:Report . |
| 190 | 193 | ||
| 191 | ep-report:ReportForOneYear | 194 | ep-report:ReportForOneYear |
| 192 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 195 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 193 | rdfs:label "report for one year"^^xsd:string ; | 196 | rdfs:label "report for one year"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-report:Report . | 197 | rdfs:subClassOf ep-report:Report . |
| 195 | 198 | ||
| 196 | ep-report:ReportForYearToDate | 199 | ep-report:ReportForYearToDate |
| 197 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 200 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 198 | rdfs:label "report for year to date"^^xsd:string ; | 201 | rdfs:label "report for year to date"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-report:Report . | 202 | rdfs:subClassOf ep-report:Report . |
| 200 | 203 | ||
| ... | @@ -205,26 +208,27 @@ ep-report:ReportPeriodType | ... | @@ -205,26 +208,27 @@ ep-report:ReportPeriodType |
| 205 | 208 | ||
| 206 | ep-report:WeeklyDrillingReport | 209 | ep-report:WeeklyDrillingReport |
| 207 | rdf:type owl:Class ; | 210 | rdf:type owl:Class ; |
| 211 | + rdfs:label "weekly drilling report"^^xsd:string ; | ||
| 208 | rdfs:subClassOf ep-report:Report ; | 212 | rdfs:subClassOf ep-report:Report ; |
| 209 | rdfs:subClassOf | 213 | rdfs:subClassOf |
| 210 | [ rdf:type owl:Restriction ; | 214 | [ rdf:type owl:Restriction ; |
| 211 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 215 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 212 | - owl:onProperty ep-report:reportOn | 216 | + owl:onProperty ep-report:createdAt |
| 213 | ] ; | 217 | ] ; |
| 214 | rdfs:subClassOf | 218 | rdfs:subClassOf |
| 215 | [ rdf:type owl:Restriction ; | 219 | [ rdf:type owl:Restriction ; |
| 216 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 220 | + owl:allValuesFrom xsd:dateTime ; |
| 217 | - owl:onProperty ep-report:reportOn | 221 | + owl:onProperty ep-report:createdAt |
| 218 | ] ; | 222 | ] ; |
| 219 | rdfs:subClassOf | 223 | rdfs:subClassOf |
| 220 | [ rdf:type owl:Restriction ; | 224 | [ rdf:type owl:Restriction ; |
| 221 | - owl:allValuesFrom xsd:dateTime ; | 225 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
| 222 | - owl:onProperty ep-report:createdAt | 226 | + owl:onProperty ep-report:reportOn |
| 223 | ] ; | 227 | ] ; |
| 224 | rdfs:subClassOf | 228 | rdfs:subClassOf |
| 225 | [ rdf:type owl:Restriction ; | 229 | [ rdf:type owl:Restriction ; |
| 226 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 230 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
| 227 | - owl:onProperty ep-report:createdAt | 231 | + owl:onProperty ep-report:reportOn |
| 228 | ] . | 232 | ] . |
| 229 | 233 | ||
| 230 | ep-report:WellTestReport | 234 | ep-report:WellTestReport |
| ... | @@ -241,12 +245,12 @@ ep-report:aliasOwner | ... | @@ -241,12 +245,12 @@ ep-report:aliasOwner |
| 241 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 245 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
| 242 | 246 | ||
| 243 | ep-report:createdAt | 247 | ep-report:createdAt |
| 244 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 248 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 245 | rdfs:domain ep-report:Report ; | 249 | rdfs:domain ep-report:Report ; |
| 246 | rdfs:label "created at"^^xsd:string . | 250 | rdfs:label "created at"^^xsd:string . |
| 247 | 251 | ||
| 248 | ep-report:dailyDrillingReportNumber | 252 | ep-report:dailyDrillingReportNumber |
| 249 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 253 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 250 | rdfs:domain ep-report:DailyDrillingReport ; | 254 | rdfs:domain ep-report:DailyDrillingReport ; |
| 251 | rdfs:label "daily drilling report number"^^xsd:string . | 255 | rdfs:label "daily drilling report number"^^xsd:string . |
| 252 | 256 | ||
| ... | @@ -271,7 +275,7 @@ ep-report:disclaimer | ... | @@ -271,7 +275,7 @@ ep-report:disclaimer |
| 271 | rdfs:range xsd:string . | 275 | rdfs:range xsd:string . |
| 272 | 276 | ||
| 273 | ep-report:hasContent | 277 | ep-report:hasContent |
| 274 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 278 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 275 | rdfs:domain ep-report:Report ; | 279 | rdfs:domain ep-report:Report ; |
| 276 | rdfs:label "has content"^^xsd:string . | 280 | rdfs:label "has content"^^xsd:string . |
| 277 | 281 | ||
| ... | @@ -280,12 +284,12 @@ ep-report:isAliasFor | ... | @@ -280,12 +284,12 @@ ep-report:isAliasFor |
| 280 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 284 | rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
| 281 | 285 | ||
| 282 | ep-report:issuedAt | 286 | ep-report:issuedAt |
| 283 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 287 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 284 | rdfs:domain ep-report:Report ; | 288 | rdfs:domain ep-report:Report ; |
| 285 | rdfs:label "issued at"^^xsd:string . | 289 | rdfs:label "issued at"^^xsd:string . |
| 286 | 290 | ||
| 287 | ep-report:nameAsDatumObject | 291 | ep-report:nameAsDatumObject |
| 288 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 292 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 289 | rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 293 | rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 290 | rdfs:label "name as datum object"^^xsd:string . | 294 | rdfs:label "name as datum object"^^xsd:string . |
| 291 | 295 | ||
| ... | @@ -295,13 +299,13 @@ ep-report:reportOn | ... | @@ -295,13 +299,13 @@ ep-report:reportOn |
| 295 | rdfs:label "report on"^^xsd:string . | 299 | rdfs:label "report on"^^xsd:string . |
| 296 | 300 | ||
| 297 | ep-report:reportSubmittedBy | 301 | ep-report:reportSubmittedBy |
| 298 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 302 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 299 | rdfs:domain ep-report:Report ; | 303 | rdfs:domain ep-report:Report ; |
| 300 | rdfs:label "report submitted by"^^xsd:string ; | 304 | rdfs:label "report submitted by"^^xsd:string ; |
| 301 | rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 305 | rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 302 | 306 | ||
| 303 | ep-report:reportSubmittedFrom | 307 | ep-report:reportSubmittedFrom |
| 304 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 308 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 305 | rdfs:domain ep-report:Report ; | 309 | rdfs:domain ep-report:Report ; |
| 306 | rdfs:label "report submitted from"^^xsd:string ; | 310 | rdfs:label "report submitted from"^^xsd:string ; |
| 307 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 311 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| ... | @@ -313,11 +317,11 @@ ep-report:title | ... | @@ -313,11 +317,11 @@ ep-report:title |
| 313 | rdfs:range xsd:string . | 317 | rdfs:range xsd:string . |
| 314 | 318 | ||
| 315 | ep-report:validFrom | 319 | ep-report:validFrom |
| 316 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 320 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 317 | rdfs:domain ep-report:Report ; | 321 | rdfs:domain ep-report:Report ; |
| 318 | rdfs:label "valid from"^^xsd:string . | 322 | rdfs:label "valid from"^^xsd:string . |
| 319 | 323 | ||
| 320 | ep-report:validTo | 324 | ep-report:validTo |
| 321 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 325 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 322 | rdfs:domain ep-report:Report ; | 326 | rdfs:domain ep-report:Report ; |
| 323 | rdfs:label "valid to"^^xsd:string . | 327 | rdfs:label "valid to"^^xsd:string . | ... | ... |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 20 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - 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> ; | 22 | + 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> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | ep-dpr-spin-lib:Function | 25 | ep-dpr-spin-lib:Function |
| ... | @@ -4942,7 +4942,7 @@ ep-dpr-spin-lib:selectProductionActivityType | ... | @@ -4942,7 +4942,7 @@ ep-dpr-spin-lib:selectProductionActivityType |
| 4942 | sp:arg1 spin:_arg1 ; | 4942 | sp:arg1 spin:_arg1 ; |
| 4943 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other> | 4943 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#OK_other> |
| 4944 | ] ; | 4944 | ] ; |
| 4945 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ; | 4945 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 4946 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | 4946 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> |
| 4947 | ] | 4947 | ] |
| 4948 | ] | 4948 | ] |
| ... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5944,6 +5944,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5944 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 5945 | spin:body | 5945 | spin:body |
| 5946 | [ rdf:type sp:Select ; | 5946 | [ rdf:type sp:Select ; |
| 5947 | + sp:resultVariables (_:b21) ; | ||
| 5948 | + sp:where ([ rdf:type sp:Bind ; | ||
| 5949 | + sp:expression | ||
| 5950 | + [ rdf:type sp:if ; | ||
| 5951 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 5952 | + sp:arg1 spin:_arg1 ; | ||
| 5953 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 5954 | + ] ; | ||
| 5955 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 5956 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 5957 | + ] ; | ||
| 5958 | + sp:variable _:b21 | ||
| 5959 | + ]) | ||
| 5960 | + ] ; | ||
| 5961 | + spin:body | ||
| 5962 | + [ rdf:type sp:Select ; | ||
| 5947 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5963 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
| 5948 | ]) ; | 5964 | ]) ; |
| 5949 | sp:where ([ rdf:type sp:Bind ; | 5965 | sp:where ([ rdf:type sp:Bind ; |
| ... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -6023,22 +6039,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
| 6023 | [ sp:varName "myVar"^^xsd:string | 6039 | [ sp:varName "myVar"^^xsd:string |
| 6024 | ] | 6040 | ] |
| 6025 | ]) | 6041 | ]) |
| 6026 | - ] ; | ||
| 6027 | - spin:body | ||
| 6028 | - [ rdf:type sp:Select ; | ||
| 6029 | - sp:resultVariables (_:b21) ; | ||
| 6030 | - sp:where ([ rdf:type sp:Bind ; | ||
| 6031 | - sp:expression | ||
| 6032 | - [ rdf:type sp:if ; | ||
| 6033 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 6034 | - sp:arg1 spin:_arg1 ; | ||
| 6035 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
| 6036 | - ] ; | ||
| 6037 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 6038 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 6039 | - ] ; | ||
| 6040 | - sp:variable _:b21 | ||
| 6041 | - ]) | ||
| 6042 | ] . | 6042 | ] . |
| 6043 | 6043 | ||
| 6044 | ep-dpr-spin-lib:selectTemperatureScale | 6044 | ep-dpr-spin-lib:selectTemperatureScale |
| ... | @@ -7573,6 +7573,15 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7573,6 +7573,15 @@ ep-dpr-spin-lib:selectWorkScale |
| 7573 | ]) | 7573 | ]) |
| 7574 | ] . | 7574 | ] . |
| 7575 | 7575 | ||
| 7576 | +_:b22 | ||
| 7577 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7578 | + | ||
| 7579 | +_:b21 | ||
| 7580 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7581 | + | ||
| 7582 | +_:b20 | ||
| 7583 | + sp:varName "safetyActivityType"^^xsd:string . | ||
| 7584 | + | ||
| 7576 | _:b19 | 7585 | _:b19 |
| 7577 | sp:varName "productionFlowPurposeType"^^xsd:string . | 7586 | sp:varName "productionFlowPurposeType"^^xsd:string . |
| 7578 | 7587 | ||
| ... | @@ -7620,12 +7629,3 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -7620,12 +7629,3 @@ _:b3 sp:varName "uri"^^xsd:string . |
| 7620 | _:b2 sp:varName "UUID"^^xsd:string . | 7629 | _:b2 sp:varName "UUID"^^xsd:string . |
| 7621 | 7630 | ||
| 7622 | _:b1 sp:varName "uri"^^xsd:string . | 7631 | _:b1 sp:varName "uri"^^xsd:string . |
| 7623 | - | ||
| 7624 | -_:b22 | ||
| 7625 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
| 7626 | - | ||
| 7627 | -_:b21 | ||
| 7628 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 7629 | - | ||
| 7630 | -_:b20 | ||
| 7631 | - sp:varName "safetyActivityType"^^xsd:string . | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 21 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - 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> ; | 23 | + 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> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | ep-mpr-spin-lib:Function | 26 | ep-mpr-spin-lib:Function |
| ... | @@ -4119,7 +4119,7 @@ ep-mpr-spin-lib:selectProductionActivityType | ... | @@ -4119,7 +4119,7 @@ ep-mpr-spin-lib:selectProductionActivityType |
| 4119 | sp:arg1 spin:_arg1 ; | 4119 | sp:arg1 spin:_arg1 ; |
| 4120 | sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other> | 4120 | sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other> |
| 4121 | ] ; | 4121 | ] ; |
| 4122 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#OtherProductionActivity> ; | 4122 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 4123 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | 4123 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> |
| 4124 | ] | 4124 | ] |
| 4125 | ] | 4125 | ] | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment