Showing
17 changed files
with
97 additions
and
50 deletions
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Fri Oct 14 15:14:22 BST 2011 | 1 | +# Saved by TopBraid on Mon Oct 24 16:21:27 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | ||
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 10 | 11 | ||
| 11 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 12 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| ... | @@ -17,7 +18,7 @@ | ... | @@ -17,7 +18,7 @@ |
| 17 | 18 | ||
| 18 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 19 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
| 19 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 20 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; | 21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <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> ; |
| 21 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 22 | 23 | ||
| 23 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | 24 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
| ... | @@ -92,12 +93,24 @@ ep-prodact:AdministerFirstAid | ... | @@ -92,12 +93,24 @@ ep-prodact:AdministerFirstAid |
| 92 | 93 | ||
| 93 | ep-prodact:AirTrafficOperation | 94 | ep-prodact:AirTrafficOperation |
| 94 | rdf:type owl:Class ; | 95 | rdf:type owl:Class ; |
| 95 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 96 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 96 | 97 | ||
| 97 | ep-prodact:Alarm | 98 | ep-prodact:Alarm |
| 98 | rdf:type owl:Class ; | 99 | rdf:type owl:Class ; |
| 99 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 100 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 100 | 101 | ||
| 102 | +ep-prodact:AmountOfCrudeOil | ||
| 103 | + rdf:type owl:Class ; | ||
| 104 | + rdfs:subClassOf ep-prodact:AmountOfSubstance . | ||
| 105 | + | ||
| 106 | +ep-prodact:AmountOfNaturalGas | ||
| 107 | + rdf:type owl:Class ; | ||
| 108 | + rdfs:subClassOf ep-prodact:AmountOfSubstance . | ||
| 109 | + | ||
| 110 | +ep-prodact:AmountOfSubstance | ||
| 111 | + rdf:type owl:Class ; | ||
| 112 | + rdfs:subClassOf ep-core:PhysicalObject . | ||
| 113 | + | ||
| 101 | ep-prodact:AnnualProductionActivity | 114 | ep-prodact:AnnualProductionActivity |
| 102 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 115 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 103 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 116 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| ... | @@ -116,7 +129,7 @@ ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | ... | @@ -116,7 +129,7 @@ ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
| 116 | 129 | ||
| 117 | ep-prodact:CargoShipOperation | 130 | ep-prodact:CargoShipOperation |
| 118 | rdf:type owl:Class ; | 131 | rdf:type owl:Class ; |
| 119 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 132 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 120 | 133 | ||
| 121 | ep-prodact:ConstructionOperation | 134 | ep-prodact:ConstructionOperation |
| 122 | rdf:type owl:Class ; | 135 | rdf:type owl:Class ; |
| ... | @@ -204,7 +217,7 @@ ep-prodact:MaintenanceActivity | ... | @@ -204,7 +217,7 @@ ep-prodact:MaintenanceActivity |
| 204 | 217 | ||
| 205 | ep-prodact:MarineOperation | 218 | ep-prodact:MarineOperation |
| 206 | rdf:type owl:Class ; | 219 | rdf:type owl:Class ; |
| 207 | - rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 220 | + rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity . |
| 208 | 221 | ||
| 209 | ep-prodact:MedicalTreatmentInjury | 222 | ep-prodact:MedicalTreatmentInjury |
| 210 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 223 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| ... | @@ -226,6 +239,12 @@ ep-prodact:PartOfProductionActivity | ... | @@ -226,6 +239,12 @@ ep-prodact:PartOfProductionActivity |
| 226 | rdf:type owl:Class ; | 239 | rdf:type owl:Class ; |
| 227 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 240 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 228 | 241 | ||
| 242 | +ep-prodact:Participation | ||
| 243 | + rdf:type owl:ObjectProperty ; | ||
| 244 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
| 245 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ; | ||
| 246 | + rdfs:subPropertyOf ep-prodact:involvement . | ||
| 247 | + | ||
| 229 | ep-prodact:PowerStationFailure | 248 | ep-prodact:PowerStationFailure |
| 230 | rdf:type owl:Class ; | 249 | rdf:type owl:Class ; |
| 231 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 250 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -290,6 +309,10 @@ ep-prodact:SpillOrLeak | ... | @@ -290,6 +309,10 @@ ep-prodact:SpillOrLeak |
| 290 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 309 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
| 291 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 310 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 292 | 311 | ||
| 312 | +ep-prodact:TransportationActivity | ||
| 313 | + rdf:type owl:Class ; | ||
| 314 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | ||
| 315 | + | ||
| 293 | ep-prodact:WaterCleaningOperation | 316 | ep-prodact:WaterCleaningOperation |
| 294 | rdf:type owl:Class ; | 317 | rdf:type owl:Class ; |
| 295 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 318 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| ... | @@ -321,6 +344,18 @@ ep-prodact:classificationBySafetyActivityType | ... | @@ -321,6 +344,18 @@ ep-prodact:classificationBySafetyActivityType |
| 321 | rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; | 344 | rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; |
| 322 | rdfs:range ep-prodact:SafetyActivityType . | 345 | rdfs:range ep-prodact:SafetyActivityType . |
| 323 | 346 | ||
| 347 | +ep-prodact:conveyed | ||
| 348 | + rdf:type owl:ObjectProperty ; | ||
| 349 | + rdfs:domain ep-prodact:TransportationActivity ; | ||
| 350 | + rdfs:range ep-core:PhysicalObject ; | ||
| 351 | + rdfs:subPropertyOf ep-prodact:involvement . | ||
| 352 | + | ||
| 353 | +ep-prodact:conveyedAmountOfSubstance | ||
| 354 | + rdf:type owl:ObjectProperty ; | ||
| 355 | + rdfs:domain ep-prodact:TransportationActivity ; | ||
| 356 | + rdfs:range ep-prodact:AmountOfSubstance ; | ||
| 357 | + rdfs:subPropertyOf ep-prodact:conveyed . | ||
| 358 | + | ||
| 324 | ep-prodact:coulterCounter | 359 | ep-prodact:coulterCounter |
| 325 | rdf:type owl:ObjectProperty ; | 360 | rdf:type owl:ObjectProperty ; |
| 326 | rdfs:domain ep-prodact:WaterSample ; | 361 | rdfs:domain ep-prodact:WaterSample ; |
| ... | @@ -339,7 +374,8 @@ ep-prodact:hasPart | ... | @@ -339,7 +374,8 @@ ep-prodact:hasPart |
| 339 | ep-prodact:involvedVessel | 374 | ep-prodact:involvedVessel |
| 340 | rdf:type owl:ObjectProperty ; | 375 | rdf:type owl:ObjectProperty ; |
| 341 | rdfs:domain ep-prodact:MarineOperation ; | 376 | rdfs:domain ep-prodact:MarineOperation ; |
| 342 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> . | 377 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; |
| 378 | + rdfs:subPropertyOf ep-prodact:involvement . | ||
| 343 | 379 | ||
| 344 | ep-prodact:involvement | 380 | ep-prodact:involvement |
| 345 | rdf:type owl:ObjectProperty ; | 381 | rdf:type owl:ObjectProperty ; |
| ... | @@ -441,6 +477,12 @@ ep-prodact:sampleTurbidity | ... | @@ -441,6 +477,12 @@ ep-prodact:sampleTurbidity |
| 441 | rdfs:domain ep-prodact:WaterSample ; | 477 | rdfs:domain ep-prodact:WaterSample ; |
| 442 | rdfs:range xsd:double . | 478 | rdfs:range xsd:double . |
| 443 | 479 | ||
| 480 | +ep-prodact:standbyVessel | ||
| 481 | + rdf:type owl:ObjectProperty ; | ||
| 482 | + rdfs:domain ep-prodact:MarineOperation ; | ||
| 483 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#ShipOrBoat> ; | ||
| 484 | + rdfs:subPropertyOf ep-prodact:involvedVessel . | ||
| 485 | + | ||
| 444 | ep-prodact:totalNoOfPermitsIssued | 486 | ep-prodact:totalNoOfPermitsIssued |
| 445 | rdf:type owl:DatatypeProperty ; | 487 | rdf:type owl:DatatypeProperty ; |
| 446 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 488 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ... | ... |
| 1 | -# Saved by TopBraid on Wed Oct 12 14:37:18 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:10:35 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | 4 | ||
| 5 | -@prefix : <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed#> . | ||
| 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 8 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | 10 | ||
| 12 | -<http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> | 11 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> |
| 13 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 15 | ||
| 17 | -ep-core:count | ||
| 18 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 19 | - rdfs:label "count"^^xsd:string . | ||
| 20 | - | ||
| 21 | -ep-core:hasSetOfAllPartsOfType | ||
| 22 | - rdf:type owl:ObjectProperty ; | ||
| 23 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 24 | - rdfs:label "basis for"^^xsd:string . | ||
| 25 | - | ||
| 26 | -ep-core:thousand_barrel | ||
| 27 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 28 | - rdfs:label "thousand barrel"^^xsd:string . | ||
| 29 | - | ||
| 30 | ep-core:MeasureOfFlowOfMaterial | 16 | ep-core:MeasureOfFlowOfMaterial |
| 31 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 17 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 32 | rdfs:label "measure of flow of material"^^xsd:string ; | 18 | rdfs:label "measure of flow of material"^^xsd:string ; |
| 33 | rdfs:subClassOf owl:Class . | 19 | rdfs:subClassOf owl:Class . |
| 34 | 20 | ||
| 35 | ep-core:VolumeFlowRateAt15degC1atm | 21 | ep-core:VolumeFlowRateAt15degC1atm |
| 36 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 22 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 37 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; | 23 | rdfs:label "volume flow rate at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 38 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 24 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 39 | 25 | ||
| 40 | ep-core:VolumeFlowRateAt1degC1atm | 26 | ep-core:VolumeFlowRateAt1degC1atm |
| 41 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 27 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 42 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; | 28 | rdfs:label "volume flow rate at 1 degrees C 1 atmosphere"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 29 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 44 | 30 | ||
| 45 | ep-core:VolumeFlowRateAt60degF1atm | 31 | ep-core:VolumeFlowRateAt60degF1atm |
| 46 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 32 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 47 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; | 33 | rdfs:label "volume flow rate at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 48 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | 34 | rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . |
| 49 | 35 | ||
| 50 | ep-core:atmosphere | 36 | ep-core:atmosphere |
| 51 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 37 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 52 | rdfs:domain ep-core:Pressure ; | 38 | rdfs:domain ep-core:Pressure ; |
| 53 | rdfs:label "atmosphere"^^xsd:string . | 39 | rdfs:label "atmosphere"^^xsd:string . |
| 54 | 40 | ||
| 55 | ep-core:barrel_day-1 | 41 | ep-core:barrel_day-1 |
| 56 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 42 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 57 | rdfs:domain ep-core:VolumetricFlowRate ; | 43 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 58 | rdfs:label "barrel day-1"^^xsd:string . | 44 | rdfs:label "barrel day-1"^^xsd:string . |
| 59 | 45 | ||
| 60 | ep-core:centimetre | 46 | ep-core:centimetre |
| 61 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 47 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 62 | rdfs:domain ep-core:Length ; | 48 | rdfs:domain ep-core:Length ; |
| 63 | rdfs:label "centimetre"^^xsd:string . | 49 | rdfs:label "centimetre"^^xsd:string . |
| 64 | 50 | ||
| 51 | +ep-core:count | ||
| 52 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 53 | + rdfs:label "count"^^xsd:string . | ||
| 54 | + | ||
| 65 | ep-core:fahrenheit | 55 | ep-core:fahrenheit |
| 66 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 56 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 67 | rdfs:domain ep-core:Temperature ; | 57 | rdfs:domain ep-core:Temperature ; |
| 68 | rdfs:label "fahrenheit"^^xsd:string . | 58 | rdfs:label "fahrenheit"^^xsd:string . |
| 69 | 59 | ||
| 60 | +ep-core:hasSetOfAllPartsOfType | ||
| 61 | + rdf:type owl:ObjectProperty ; | ||
| 62 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 63 | + rdfs:label "basis for"^^xsd:string . | ||
| 64 | + | ||
| 70 | ep-core:inch_64 | 65 | ep-core:inch_64 |
| 71 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 66 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 72 | rdfs:domain ep-core:Length ; | 67 | rdfs:domain ep-core:Length ; |
| 73 | rdfs:label "inch/64"^^xsd:string . | 68 | rdfs:label "inch/64"^^xsd:string . |
| 74 | 69 | ||
| 75 | ep-core:metre3_hour-1 | 70 | ep-core:metre3_hour-1 |
| 76 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 71 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 77 | rdfs:domain ep-core:VolumetricFlowRate ; | 72 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 78 | rdfs:label "metre3 hour-1"^^xsd:string . | 73 | rdfs:label "metre3 hour-1"^^xsd:string . |
| 79 | 74 | ||
| 80 | ep-core:thousand_barrel | 75 | ep-core:thousand_barrel |
| 81 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 76 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 82 | rdfs:label "thousand barrel"^^xsd:string . | 77 | rdfs:label "thousand barrel"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Oct 08 14:21:11 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 21 14:31:55 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 4 | 4 | ||
| ... | @@ -12,3 +12,11 @@ | ... | @@ -12,3 +12,11 @@ |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ; | 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ; |
| 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 15 | + | ||
| 16 | +ep-prodorg:Person | ||
| 17 | + rdf:type owl:Class ; | ||
| 18 | + rdfs:subClassOf ep-prodorg:PersonOrOrganization . | ||
| 19 | + | ||
| 20 | +ep-prodorg:PersonOrOrganization | ||
| 21 | + rdf:type owl:Class ; | ||
| 22 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Oct 08 14:31:01 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:16:16 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization |
| ... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
| 8 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 8 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-report | 12 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-report |
| 12 | 13 | ||
| 13 | @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . | 14 | @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . |
| ... | @@ -18,5 +19,5 @@ | ... | @@ -18,5 +19,5 @@ |
| 18 | 19 | ||
| 19 | <http://www.reportinghub.no/ep/schema/1.0/production> | 20 | <http://www.reportinghub.no/ep/schema/1.0/production> |
| 20 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; |
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Fri Oct 14 17:27:37 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:34:42 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Fri Oct 14 13:58:37 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:20:37 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume | 3 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume |
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations | ||
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest | 7 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest |
| 7 | 8 | ||
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . | 10 | @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . |
| 10 | -@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations#> . | 11 | +@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . |
| 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 13 | @prefix sp: <http://spinrdf.org/sp#> . | 14 | @prefix sp: <http://spinrdf.org/sp#> . |
| ... | @@ -18,5 +19,5 @@ | ... | @@ -18,5 +19,5 @@ |
| 18 | 19 | ||
| 19 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> | 20 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> |
| 20 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> ; |
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Oct 14 13:58:37 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:20:37 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Fri Oct 14 21:14:36 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:30:47 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Oct 20 19:54:58 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:26:03 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest | 2 | # baseURI: http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest |
| 3 | -# imports: http://www.reportinghub.no/np/data/npd-alias-identifiers | ||
| 4 | # imports: http://www.reportinghub.no/np/data/npd | 3 | # imports: http://www.reportinghub.no/np/data/npd |
| 5 | -# imports: http://spinrdf.org/spin | 4 | +# imports: http://www.reportinghub.no/np/data/npd-alias-identifiers |
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/collector | 5 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/collector |
| 6 | +# imports: http://spinrdf.org/spin | ||
| 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 7 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| 8 | 8 | ||
| 9 | @prefix : <http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest#> . | 9 | @prefix : <http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest#> . |
| ... | @@ -18,5 +18,5 @@ | ... | @@ -18,5 +18,5 @@ |
| 18 | 18 | ||
| 19 | <http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest> | 19 | <http://www.reportinghub.no/test/dpr/TEST_dpr-xml-ingest> |
| 20 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> , <http://www.reportinghub.no/np/data/npd> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/np/data/npd-alias-identifiers> ; | 21 | + owl:imports <http://www.reportinghub.no/np/data/npd-alias-identifiers> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> ; |
| 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Oct 20 19:54:58 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 25 15:26:03 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment