Showing
3 changed files
with
23 additions
and
23 deletions
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | 14 | ||
15 | <http://www.reportinghub.no/ep/schema/1.0/production-well> | 15 | <http://www.reportinghub.no/ep/schema/1.0/production-well> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; |
18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
19 | 19 | ||
20 | ep-material:Air-gas | 20 | ep-material:Air-gas |
... | @@ -348,13 +348,13 @@ ep-material:substance-T13dmcyPentane | ... | @@ -348,13 +348,13 @@ ep-material:substance-T13dmcyPentane |
348 | rdf:type ep-prodwell:ComponentMaterialType . | 348 | rdf:type ep-prodwell:ComponentMaterialType . |
349 | 349 | ||
350 | ep-prodwell:AbandonedWell | 350 | ep-prodwell:AbandonedWell |
351 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 351 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
352 | rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; | 352 | rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; |
353 | rdfs:label "abandoned well"^^xsd:string ; | 353 | rdfs:label "abandoned well"^^xsd:string ; |
354 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 354 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
355 | 355 | ||
356 | ep-prodwell:ClosedWell | 356 | ep-prodwell:ClosedWell |
357 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 357 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
358 | rdfs:comment "well or wellbore that has been closed"^^xsd:string ; | 358 | rdfs:comment "well or wellbore that has been closed"^^xsd:string ; |
359 | rdfs:label "closed well"^^xsd:string ; | 359 | rdfs:label "closed well"^^xsd:string ; |
360 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 360 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -378,7 +378,7 @@ ep-prodwell:FluidPhaseType | ... | @@ -378,7 +378,7 @@ ep-prodwell:FluidPhaseType |
378 | rdfs:subClassOf owl:Class . | 378 | rdfs:subClassOf owl:Class . |
379 | 379 | ||
380 | ep-prodwell:InjectingWell | 380 | ep-prodwell:InjectingWell |
381 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 381 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
382 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; | 382 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; |
383 | rdfs:label "injecting well"^^xsd:string ; | 383 | rdfs:label "injecting well"^^xsd:string ; |
384 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 384 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -390,37 +390,37 @@ ep-prodwell:InjectionFluidType | ... | @@ -390,37 +390,37 @@ ep-prodwell:InjectionFluidType |
390 | rdfs:subClassOf owl:Class . | 390 | rdfs:subClassOf owl:Class . |
391 | 391 | ||
392 | ep-prodwell:JunkedWell | 392 | ep-prodwell:JunkedWell |
393 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 393 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
394 | rdfs:comment "well or wellbore that has been junked"^^xsd:string ; | 394 | rdfs:comment "well or wellbore that has been junked"^^xsd:string ; |
395 | rdfs:label "junked well"^^xsd:string ; | 395 | rdfs:label "junked well"^^xsd:string ; |
396 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 396 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
397 | 397 | ||
398 | ep-prodwell:OperatingWell | 398 | ep-prodwell:OperatingWell |
399 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 399 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
400 | rdfs:comment "well or wellbore that is operating"^^xsd:string ; | 400 | rdfs:comment "well or wellbore that is operating"^^xsd:string ; |
401 | rdfs:label "operating well"^^xsd:string ; | 401 | rdfs:label "operating well"^^xsd:string ; |
402 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 402 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
403 | 403 | ||
404 | ep-prodwell:PluggedAndAbandonedWell | 404 | ep-prodwell:PluggedAndAbandonedWell |
405 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 405 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
406 | rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; | 406 | rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; |
407 | rdfs:label "plugged and abandoned well"^^xsd:string ; | 407 | rdfs:label "plugged and abandoned well"^^xsd:string ; |
408 | - rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell . | 408 | + rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell . |
409 | 409 | ||
410 | ep-prodwell:PluggedWell | 410 | ep-prodwell:PluggedWell |
411 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 411 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
412 | rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; | 412 | rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; |
413 | rdfs:label "plugged well"^^xsd:string ; | 413 | rdfs:label "plugged well"^^xsd:string ; |
414 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 414 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
415 | 415 | ||
416 | ep-prodwell:ProducingInjectingWell | 416 | ep-prodwell:ProducingInjectingWell |
417 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 417 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
418 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; | 418 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; |
419 | rdfs:label "producing injecting well"^^xsd:string ; | 419 | rdfs:label "producing injecting well"^^xsd:string ; |
420 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 420 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
421 | 421 | ||
422 | ep-prodwell:ProducingWell | 422 | ep-prodwell:ProducingWell |
423 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 423 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
424 | rdfs:comment "well or wellbore that is producing"^^xsd:string ; | 424 | rdfs:comment "well or wellbore that is producing"^^xsd:string ; |
425 | rdfs:label "producing well"^^xsd:string ; | 425 | rdfs:label "producing well"^^xsd:string ; |
426 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 426 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -432,13 +432,13 @@ ep-prodwell:RockFormation | ... | @@ -432,13 +432,13 @@ ep-prodwell:RockFormation |
432 | rdfs:subClassOf ep-core:PhysicalObject . | 432 | rdfs:subClassOf ep-core:PhysicalObject . |
433 | 433 | ||
434 | ep-prodwell:SuspendedAtTdWell | 434 | ep-prodwell:SuspendedAtTdWell |
435 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 435 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
436 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; | 436 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; |
437 | rdfs:label "suspended at td well"^^xsd:string ; | 437 | rdfs:label "suspended at td well"^^xsd:string ; |
438 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 438 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
439 | 439 | ||
440 | ep-prodwell:SuspendedWell | 440 | ep-prodwell:SuspendedWell |
441 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 441 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
442 | rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; | 442 | rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; |
443 | rdfs:label "suspended well"^^xsd:string ; | 443 | rdfs:label "suspended well"^^xsd:string ; |
444 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 444 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -455,7 +455,7 @@ ep-prodwell:TubingHead | ... | @@ -455,7 +455,7 @@ ep-prodwell:TubingHead |
455 | rdfs:label "tubing head"^^xsd:string ; | 455 | rdfs:label "tubing head"^^xsd:string ; |
456 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 456 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
457 | 457 | ||
458 | -ep-prodwell:WellCompletionEquipment | 458 | +ep-prodwell:WellCompletionAssembly |
459 | rdf:type owl:Class ; | 459 | rdf:type owl:Class ; |
460 | rdfs:comment "equipment that is installed to complete a well"^^xsd:string ; | 460 | rdfs:comment "equipment that is installed to complete a well"^^xsd:string ; |
461 | rdfs:label "well completion equipment"^^xsd:string ; | 461 | rdfs:label "well completion equipment"^^xsd:string ; |
... | @@ -464,7 +464,7 @@ ep-prodwell:WellCompletionEquipment | ... | @@ -464,7 +464,7 @@ ep-prodwell:WellCompletionEquipment |
464 | "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string . | 464 | "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string . |
465 | 465 | ||
466 | ep-prodwell:WellReclassedToDevelopment | 466 | ep-prodwell:WellReclassedToDevelopment |
467 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 467 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
468 | rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; | 468 | rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; |
469 | rdfs:label "well reclassed to development"^^xsd:string ; | 469 | rdfs:label "well reclassed to development"^^xsd:string ; |
470 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 470 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -476,42 +476,42 @@ ep-prodwell:WellStatusType | ... | @@ -476,42 +476,42 @@ ep-prodwell:WellStatusType |
476 | rdfs:subClassOf owl:Class . | 476 | rdfs:subClassOf owl:Class . |
477 | 477 | ||
478 | ep-prodwell:completeLiquidPartOf | 478 | ep-prodwell:completeLiquidPartOf |
479 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 479 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
480 | rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; | 480 | rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; |
481 | rdfs:domain ep-material:QuantityOfMaterial ; | 481 | rdfs:domain ep-material:QuantityOfMaterial ; |
482 | rdfs:label "complete liquid part of"^^xsd:string ; | 482 | rdfs:label "complete liquid part of"^^xsd:string ; |
483 | rdfs:range ep-material:Liquid . | 483 | rdfs:range ep-material:Liquid . |
484 | 484 | ||
485 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 485 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
486 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 486 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
487 | rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; | 487 | rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; |
488 | rdfs:domain ep-material:Fluid ; | 488 | rdfs:domain ep-material:Fluid ; |
489 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 489 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
490 | rdfs:range ep-core:Length . | 490 | rdfs:range ep-core:Length . |
491 | 491 | ||
492 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 492 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
493 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 493 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
494 | rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ; | 494 | rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ; |
495 | rdfs:domain ep-material:Fluid ; | 495 | rdfs:domain ep-material:Fluid ; |
496 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 496 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
497 | rdfs:range ep-core:Length . | 497 | rdfs:range ep-core:Length . |
498 | 498 | ||
499 | ep-prodwell:pOverZ | 499 | ep-prodwell:pOverZ |
500 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 500 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
501 | rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ; | 501 | rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ; |
502 | rdfs:domain ep-material:Gas ; | 502 | rdfs:domain ep-material:Gas ; |
503 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; | 503 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; |
504 | rdfs:range ep-core:Pressure . | 504 | rdfs:range ep-core:Pressure . |
505 | 505 | ||
506 | ep-prodwell:potentialGasProduction | 506 | ep-prodwell:potentialGasProduction |
507 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 507 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
508 | rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; | 508 | rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; |
509 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; | 509 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; |
510 | rdfs:label "potential gas production"^^xsd:string ; | 510 | rdfs:label "potential gas production"^^xsd:string ; |
511 | rdfs:range ep-core:VolumetricFlowRate . | 511 | rdfs:range ep-core:VolumetricFlowRate . |
512 | 512 | ||
513 | ep-prodwell:potentialOilProduction | 513 | ep-prodwell:potentialOilProduction |
514 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 514 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
515 | rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; | 515 | rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; |
516 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; | 516 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; |
517 | rdfs:label "potential oil production"^^xsd:string ; | 517 | rdfs:label "potential oil production"^^xsd:string ; | ... | ... |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> | 24 | <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 26 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | ep-mpr-spin-lib:Function | 29 | ep-mpr-spin-lib:Function |
... | @@ -5053,7 +5053,7 @@ ep-mpr-spin-lib:selectReportingFacilityType | ... | @@ -5053,7 +5053,7 @@ ep-mpr-spin-lib:selectReportingFacilityType |
5053 | sp:arg1 spin:_arg1 ; | 5053 | sp:arg1 spin:_arg1 ; |
5054 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_completion> | 5054 | sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_completion> |
5055 | ] ; | 5055 | ] ; |
5056 | - sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletionEquipment> ; | 5056 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletionAssembly> ; |
5057 | sp:arg3 [ rdf:type sp:if ; | 5057 | sp:arg3 [ rdf:type sp:if ; |
5058 | sp:arg1 [ rdf:type sp:eq ; | 5058 | sp:arg1 [ rdf:type sp:eq ; |
5059 | sp:arg1 spin:_arg1 ; | 5059 | sp:arg1 spin:_arg1 ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment