Showing
3 changed files
with
54 additions
and
37 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 | <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> | 20 | <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> |
... | @@ -342,13 +342,18 @@ ep-material:substance-T13dmcyPentane | ... | @@ -342,13 +342,18 @@ ep-material:substance-T13dmcyPentane |
342 | rdf:type ep-prodwell:ComponentMaterialType . | 342 | rdf:type ep-prodwell:ComponentMaterialType . |
343 | 343 | ||
344 | ep-prodwell:AbandonedWell | 344 | ep-prodwell:AbandonedWell |
345 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 345 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
346 | rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; | 346 | rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; |
347 | rdfs:label "abandoned well"^^xsd:string ; | 347 | rdfs:label "abandoned well"^^xsd:string ; |
348 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 348 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
349 | 349 | ||
350 | +ep-prodwell:Annulus | ||
351 | + rdf:type owl:Class ; | ||
352 | + rdfs:label "annulus"^^xsd:string ; | ||
353 | + rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . | ||
354 | + | ||
350 | ep-prodwell:ClosedWell | 355 | ep-prodwell:ClosedWell |
351 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 356 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
352 | rdfs:comment "well or wellbore that has been closed"^^xsd:string ; | 357 | rdfs:comment "well or wellbore that has been closed"^^xsd:string ; |
353 | rdfs:label "closed well"^^xsd:string ; | 358 | rdfs:label "closed well"^^xsd:string ; |
354 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 359 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -366,7 +371,7 @@ ep-prodwell:FluidComponentKindType | ... | @@ -366,7 +371,7 @@ ep-prodwell:FluidComponentKindType |
366 | rdfs:subClassOf owl:Class . | 371 | rdfs:subClassOf owl:Class . |
367 | 372 | ||
368 | ep-prodwell:InjectingWell | 373 | ep-prodwell:InjectingWell |
369 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 374 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
370 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; | 375 | rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; |
371 | rdfs:label "injecting well"^^xsd:string ; | 376 | rdfs:label "injecting well"^^xsd:string ; |
372 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 377 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -378,37 +383,37 @@ ep-prodwell:InjectionFluidType | ... | @@ -378,37 +383,37 @@ ep-prodwell:InjectionFluidType |
378 | rdfs:subClassOf owl:Class . | 383 | rdfs:subClassOf owl:Class . |
379 | 384 | ||
380 | ep-prodwell:JunkedWell | 385 | ep-prodwell:JunkedWell |
381 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 386 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
382 | rdfs:comment "well or wellbore that has been junked"^^xsd:string ; | 387 | rdfs:comment "well or wellbore that has been junked"^^xsd:string ; |
383 | rdfs:label "junked well"^^xsd:string ; | 388 | rdfs:label "junked well"^^xsd:string ; |
384 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 389 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
385 | 390 | ||
386 | ep-prodwell:OperatingWell | 391 | ep-prodwell:OperatingWell |
387 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 392 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
388 | rdfs:comment "well or wellbore that is operating"^^xsd:string ; | 393 | rdfs:comment "well or wellbore that is operating"^^xsd:string ; |
389 | rdfs:label "operating well"^^xsd:string ; | 394 | rdfs:label "operating well"^^xsd:string ; |
390 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 395 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
391 | 396 | ||
392 | ep-prodwell:PluggedAndAbandonedWell | 397 | ep-prodwell:PluggedAndAbandonedWell |
393 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 398 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
394 | rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; | 399 | rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; |
395 | rdfs:label "plugged and abandoned well"^^xsd:string ; | 400 | rdfs:label "plugged and abandoned well"^^xsd:string ; |
396 | - rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell . | 401 | + rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell . |
397 | 402 | ||
398 | ep-prodwell:PluggedWell | 403 | ep-prodwell:PluggedWell |
399 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 404 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
400 | rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; | 405 | rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; |
401 | rdfs:label "plugged well"^^xsd:string ; | 406 | rdfs:label "plugged well"^^xsd:string ; |
402 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 407 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
403 | 408 | ||
404 | ep-prodwell:ProducingInjectingWell | 409 | ep-prodwell:ProducingInjectingWell |
405 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 410 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
406 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; | 411 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; |
407 | rdfs:label "producing injecting well"^^xsd:string ; | 412 | rdfs:label "producing injecting well"^^xsd:string ; |
408 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 413 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
409 | 414 | ||
410 | ep-prodwell:ProducingWell | 415 | ep-prodwell:ProducingWell |
411 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 416 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
412 | rdfs:comment "well or wellbore that is producing"^^xsd:string ; | 417 | rdfs:comment "well or wellbore that is producing"^^xsd:string ; |
413 | rdfs:label "producing well"^^xsd:string ; | 418 | rdfs:label "producing well"^^xsd:string ; |
414 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 419 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -420,13 +425,13 @@ ep-prodwell:RockFormation | ... | @@ -420,13 +425,13 @@ ep-prodwell:RockFormation |
420 | rdfs:subClassOf ep-core:PhysicalObject . | 425 | rdfs:subClassOf ep-core:PhysicalObject . |
421 | 426 | ||
422 | ep-prodwell:SuspendedAtTdWell | 427 | ep-prodwell:SuspendedAtTdWell |
423 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 428 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
424 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; | 429 | rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; |
425 | rdfs:label "suspended at td well"^^xsd:string ; | 430 | rdfs:label "suspended at td well"^^xsd:string ; |
426 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 431 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
427 | 432 | ||
428 | ep-prodwell:SuspendedWell | 433 | ep-prodwell:SuspendedWell |
429 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 434 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
430 | rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; | 435 | rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; |
431 | rdfs:label "suspended well"^^xsd:string ; | 436 | rdfs:label "suspended well"^^xsd:string ; |
432 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 437 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -452,13 +457,13 @@ ep-prodwell:WellCompletionAssembly | ... | @@ -452,13 +457,13 @@ ep-prodwell:WellCompletionAssembly |
452 | "http://posccaesar.org/rdl/RDS8015624975"^^xsd:string . | 457 | "http://posccaesar.org/rdl/RDS8015624975"^^xsd:string . |
453 | 458 | ||
454 | ep-prodwell:WellHead-flowingConditions | 459 | ep-prodwell:WellHead-flowingConditions |
455 | - rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ; | 460 | + rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ; |
456 | rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ; | 461 | rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ; |
457 | rdfs:label "well head - flowing conditions"^^xsd:string ; | 462 | rdfs:label "well head - flowing conditions"^^xsd:string ; |
458 | rdfs:subClassOf ep-well:WellHead . | 463 | rdfs:subClassOf ep-well:WellHead . |
459 | 464 | ||
460 | ep-prodwell:WellHead-nonflowingConditions | 465 | ep-prodwell:WellHead-nonflowingConditions |
461 | - rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ; | 466 | + rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ; |
462 | rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ; | 467 | rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ; |
463 | rdfs:label "well head - nonflowing conditions"^^xsd:string ; | 468 | rdfs:label "well head - nonflowing conditions"^^xsd:string ; |
464 | rdfs:subClassOf ep-well:WellHead . | 469 | rdfs:subClassOf ep-well:WellHead . |
... | @@ -476,7 +481,7 @@ ep-prodwell:WellHeadFlowingConditionsType | ... | @@ -476,7 +481,7 @@ ep-prodwell:WellHeadFlowingConditionsType |
476 | rdfs:subClassOf owl:Class . | 481 | rdfs:subClassOf owl:Class . |
477 | 482 | ||
478 | ep-prodwell:WellReclassedToDevelopment | 483 | ep-prodwell:WellReclassedToDevelopment |
479 | - rdf:type ep-prodwell:WellStatusType , owl:Class ; | 484 | + rdf:type owl:Class , ep-prodwell:WellStatusType ; |
480 | rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; | 485 | rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; |
481 | rdfs:label "well reclassed to development"^^xsd:string ; | 486 | rdfs:label "well reclassed to development"^^xsd:string ; |
482 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 487 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
... | @@ -488,42 +493,42 @@ ep-prodwell:WellStatusType | ... | @@ -488,42 +493,42 @@ ep-prodwell:WellStatusType |
488 | rdfs:subClassOf owl:Class . | 493 | rdfs:subClassOf owl:Class . |
489 | 494 | ||
490 | ep-prodwell:completeLiquidPartOf | 495 | ep-prodwell:completeLiquidPartOf |
491 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 496 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
492 | rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; | 497 | rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; |
493 | rdfs:domain ep-material:QuantityOfMaterial ; | 498 | rdfs:domain ep-material:QuantityOfMaterial ; |
494 | rdfs:label "complete liquid part of"^^xsd:string ; | 499 | rdfs:label "complete liquid part of"^^xsd:string ; |
495 | rdfs:range ep-material:Liquid . | 500 | rdfs:range ep-material:Liquid . |
496 | 501 | ||
497 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 502 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
498 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 503 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
499 | rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; | 504 | rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; |
500 | rdfs:domain ep-material:Fluid ; | 505 | rdfs:domain ep-material:Fluid ; |
501 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 506 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
502 | rdfs:range ep-core:Length . | 507 | rdfs:range ep-core:Length . |
503 | 508 | ||
504 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 509 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
505 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 510 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
506 | 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 ; | 511 | 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 ; |
507 | rdfs:domain ep-material:Fluid ; | 512 | rdfs:domain ep-material:Fluid ; |
508 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 513 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
509 | rdfs:range ep-core:Length . | 514 | rdfs:range ep-core:Length . |
510 | 515 | ||
511 | ep-prodwell:pOverZ | 516 | ep-prodwell:pOverZ |
512 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 517 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
513 | 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 ; | 518 | 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 ; |
514 | rdfs:domain ep-material:Gas ; | 519 | rdfs:domain ep-material:Gas ; |
515 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; | 520 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; |
516 | rdfs:range ep-core:Pressure . | 521 | rdfs:range ep-core:Pressure . |
517 | 522 | ||
518 | ep-prodwell:potentialGasProduction | 523 | ep-prodwell:potentialGasProduction |
519 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 524 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
520 | 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 ; | 525 | 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 ; |
521 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; | 526 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; |
522 | rdfs:label "potential gas production"^^xsd:string ; | 527 | rdfs:label "potential gas production"^^xsd:string ; |
523 | rdfs:range ep-core:VolumetricFlowRate . | 528 | rdfs:range ep-core:VolumetricFlowRate . |
524 | 529 | ||
525 | ep-prodwell:potentialOilProduction | 530 | ep-prodwell:potentialOilProduction |
526 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 531 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
527 | 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 ; | 532 | 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 ; |
528 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; | 533 | rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; |
529 | rdfs:label "potential oil production"^^xsd:string ; | 534 | rdfs:label "potential oil production"^^xsd:string ; | ... | ... |
... | @@ -13,51 +13,63 @@ | ... | @@ -13,51 +13,63 @@ |
13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 13 | @prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
15 | 15 | ||
16 | -<http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> | ||
17 | - transhelp:domainOfPropertyMapsToMPREnumeration | ||
18 | - <http://www.reportinghub.no/ep/schema/well#WellHead> . | ||
19 | - | ||
20 | <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> | 16 | <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> |
21 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; | 18 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
24 | 20 | ||
21 | +<http://www.reportinghub.no/ep/schema/core#Density> | ||
22 | + transhelp:rangeOfPropertyMapsToMPREnumeration | ||
23 | + <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> . | ||
24 | + | ||
25 | <http://www.reportinghub.no/ep/schema/core#Pressure> | 25 | <http://www.reportinghub.no/ep/schema/core#Pressure> |
26 | transhelp:rangeOfPropertyMapsToMPREnumeration | 26 | transhelp:rangeOfPropertyMapsToMPREnumeration |
27 | - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . | 27 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> . |
28 | 28 | ||
29 | <http://www.reportinghub.no/ep/schema/core#Temperature> | 29 | <http://www.reportinghub.no/ep/schema/core#Temperature> |
30 | transhelp:rangeOfPropertyMapsToMPREnumeration | 30 | transhelp:rangeOfPropertyMapsToMPREnumeration |
31 | - <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . | 31 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . |
32 | 32 | ||
33 | <http://www.reportinghub.no/ep/schema/equipment#Casing> | 33 | <http://www.reportinghub.no/ep/schema/equipment#Casing> |
34 | transhelp:domainOfPropertyMapsToMPREnumeration | 34 | transhelp:domainOfPropertyMapsToMPREnumeration |
35 | - <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> . | 35 | + <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> . |
36 | + | ||
37 | +<http://www.reportinghub.no/ep/schema/equipment#Compressor> | ||
38 | + transhelp:domainOfPropertyMapsToMPREnumeration | ||
39 | + <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> . | ||
36 | 40 | ||
37 | <http://www.reportinghub.no/ep/schema/equipment#Tubing> | 41 | <http://www.reportinghub.no/ep/schema/equipment#Tubing> |
38 | transhelp:domainOfPropertyMapsToMPREnumeration | 42 | transhelp:domainOfPropertyMapsToMPREnumeration |
39 | - <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> . | 43 | + <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> . |
44 | + | ||
45 | +<http://www.reportinghub.no/ep/schema/flow#Flow> | ||
46 | + transhelp:domainOfPropertyMapsToMPREnumeration | ||
47 | + <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> . | ||
48 | + | ||
49 | +<http://www.reportinghub.no/ep/schema/production-well#Annulus> | ||
50 | + transhelp:domainOfPropertyMapsToMPREnumeration | ||
51 | + <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> . | ||
40 | 52 | ||
41 | <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions> | 53 | <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions> |
42 | transhelp:flowingStateMapsToMPREnumeration | 54 | transhelp:flowingStateMapsToMPREnumeration |
43 | - <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> . | 55 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> . |
44 | 56 | ||
45 | <http://www.reportinghub.no/ep/schema/production-well#WellHead-nonflowingConditions> | 57 | <http://www.reportinghub.no/ep/schema/production-well#WellHead-nonflowingConditions> |
46 | transhelp:flowingStateMapsToMPREnumeration | 58 | transhelp:flowingStateMapsToMPREnumeration |
47 | - <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> . | 59 | + <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> . |
48 | 60 | ||
49 | <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve> | 61 | <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve> |
50 | transhelp:domainOfPropertyMapsToMPREnumeration | 62 | transhelp:domainOfPropertyMapsToMPREnumeration |
51 | - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . | 63 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . |
52 | 64 | ||
53 | <http://www.reportinghub.no/ep/schema/well#WellBoreBottom> | 65 | <http://www.reportinghub.no/ep/schema/well#WellBoreBottom> |
54 | transhelp:domainOfPropertyMapsToMPREnumeration | 66 | transhelp:domainOfPropertyMapsToMPREnumeration |
55 | - <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> . | 67 | + <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> . |
56 | 68 | ||
57 | <http://www.reportinghub.no/ep/schema/well#WellHead> | 69 | <http://www.reportinghub.no/ep/schema/well#WellHead> |
58 | transhelp:domainOfPropertyMapsToMPREnumeration | 70 | transhelp:domainOfPropertyMapsToMPREnumeration |
59 | - <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . | 71 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . |
60 | 72 | ||
61 | rdf:type | 73 | rdf:type |
62 | transhelp:propertyMapsToMPREnumeration | 74 | transhelp:propertyMapsToMPREnumeration |
63 | - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . | 75 | + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment