David Leal

Update to substance enumerations

...@@ -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/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 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> ;
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
...@@ -29,6 +29,9 @@ ep-material:CO2-gas ...@@ -29,6 +29,9 @@ ep-material:CO2-gas
29 ep-material:DryFluid 29 ep-material:DryFluid
30 rdf:type ep-prodwell:InjectionFluidType . 30 rdf:type ep-prodwell:InjectionFluidType .
31 31
32 +ep-material:Ethane
33 + rdf:type ep-prodwell:ComponentMaterialType .
34 +
32 ep-material:FluidFraction 35 ep-material:FluidFraction
33 rdf:type ep-prodwell:FluidComponentKindType . 36 rdf:type ep-prodwell:FluidComponentKindType .
34 37
...@@ -290,9 +293,6 @@ ep-material:substance-EtBenzene ...@@ -290,9 +293,6 @@ ep-material:substance-EtBenzene
290 ep-material:substance-EtcyPentane 293 ep-material:substance-EtcyPentane
291 rdf:type ep-prodwell:ComponentMaterialType . 294 rdf:type ep-prodwell:ComponentMaterialType .
292 295
293 -ep-material:substance-Ethane
294 - rdf:type ep-prodwell:ComponentMaterialType .
295 -
296 ep-material:substance-H2 296 ep-material:substance-H2
297 rdf:type ep-prodwell:ComponentMaterialType . 297 rdf:type ep-prodwell:ComponentMaterialType .
298 298
...@@ -320,9 +320,6 @@ ep-material:substance-McyHexane ...@@ -320,9 +320,6 @@ ep-material:substance-McyHexane
320 ep-material:substance-McyPentane 320 ep-material:substance-McyPentane
321 rdf:type ep-prodwell:ComponentMaterialType . 321 rdf:type ep-prodwell:ComponentMaterialType .
322 322
323 -ep-material:substance-Methane
324 - rdf:type ep-prodwell:ComponentMaterialType .
325 -
326 ep-material:substance-N2 323 ep-material:substance-N2
327 rdf:type ep-prodwell:ComponentMaterialType . 324 rdf:type ep-prodwell:ComponentMaterialType .
328 325
...@@ -342,13 +339,13 @@ ep-material:substance-T13dmcyPentane ...@@ -342,13 +339,13 @@ ep-material:substance-T13dmcyPentane
342 rdf:type ep-prodwell:ComponentMaterialType . 339 rdf:type ep-prodwell:ComponentMaterialType .
343 340
344 ep-prodwell:AbandonedWell 341 ep-prodwell:AbandonedWell
345 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 342 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
346 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; 343 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
347 rdfs:label "abandoned well"^^xsd:string ; 344 rdfs:label "abandoned well"^^xsd:string ;
348 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 345 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
349 346
350 ep-prodwell:ClosedWell 347 ep-prodwell:ClosedWell
351 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 348 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
352 rdfs:comment "well or wellbore that has been closed"^^xsd:string ; 349 rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
353 rdfs:label "closed well"^^xsd:string ; 350 rdfs:label "closed well"^^xsd:string ;
354 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 351 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -357,7 +354,7 @@ ep-prodwell:ComponentMaterialType ...@@ -357,7 +354,7 @@ ep-prodwell:ComponentMaterialType
357 rdf:type rdfs:Class ; 354 rdf:type rdfs:Class ;
358 rdfs:comment "class that consists of subclasses of material corresponding to the FluidComponent enumeration in the MPR-XSD"^^xsd:string ; 355 rdfs:comment "class that consists of subclasses of material corresponding to the FluidComponent enumeration in the MPR-XSD"^^xsd:string ;
359 rdfs:label "component material type"^^xsd:string ; 356 rdfs:label "component material type"^^xsd:string ;
360 - rdfs:subClassOf owl:Class . 357 + rdfs:subClassOf ep-material:MaterialType .
361 358
362 ep-prodwell:FluidComponentKindType 359 ep-prodwell:FluidComponentKindType
363 rdf:type rdfs:Class ; 360 rdf:type rdfs:Class ;
...@@ -366,7 +363,7 @@ ep-prodwell:FluidComponentKindType ...@@ -366,7 +363,7 @@ ep-prodwell:FluidComponentKindType
366 rdfs:subClassOf owl:Class . 363 rdfs:subClassOf owl:Class .
367 364
368 ep-prodwell:InjectingWell 365 ep-prodwell:InjectingWell
369 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 366 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
370 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; 367 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
371 rdfs:label "injecting well"^^xsd:string ; 368 rdfs:label "injecting well"^^xsd:string ;
372 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 369 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -378,37 +375,37 @@ ep-prodwell:InjectionFluidType ...@@ -378,37 +375,37 @@ ep-prodwell:InjectionFluidType
378 rdfs:subClassOf owl:Class . 375 rdfs:subClassOf owl:Class .
379 376
380 ep-prodwell:JunkedWell 377 ep-prodwell:JunkedWell
381 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 378 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
382 rdfs:comment "well or wellbore that has been junked"^^xsd:string ; 379 rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
383 rdfs:label "junked well"^^xsd:string ; 380 rdfs:label "junked well"^^xsd:string ;
384 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 381 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
385 382
386 ep-prodwell:OperatingWell 383 ep-prodwell:OperatingWell
387 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 384 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
388 rdfs:comment "well or wellbore that is operating"^^xsd:string ; 385 rdfs:comment "well or wellbore that is operating"^^xsd:string ;
389 rdfs:label "operating well"^^xsd:string ; 386 rdfs:label "operating well"^^xsd:string ;
390 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 387 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
391 388
392 ep-prodwell:PluggedAndAbandonedWell 389 ep-prodwell:PluggedAndAbandonedWell
393 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 390 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
394 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; 391 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
395 rdfs:label "plugged and abandoned well"^^xsd:string ; 392 rdfs:label "plugged and abandoned well"^^xsd:string ;
396 - rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell . 393 + rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell .
397 394
398 ep-prodwell:PluggedWell 395 ep-prodwell:PluggedWell
399 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 396 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
400 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; 397 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
401 rdfs:label "plugged well"^^xsd:string ; 398 rdfs:label "plugged well"^^xsd:string ;
402 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 399 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
403 400
404 ep-prodwell:ProducingInjectingWell 401 ep-prodwell:ProducingInjectingWell
405 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 402 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
406 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 403 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
407 rdfs:label "producing injecting well"^^xsd:string ; 404 rdfs:label "producing injecting well"^^xsd:string ;
408 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 405 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
409 406
410 ep-prodwell:ProducingWell 407 ep-prodwell:ProducingWell
411 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 408 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
412 rdfs:comment "well or wellbore that is producing"^^xsd:string ; 409 rdfs:comment "well or wellbore that is producing"^^xsd:string ;
413 rdfs:label "producing well"^^xsd:string ; 410 rdfs:label "producing well"^^xsd:string ;
414 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 411 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -420,13 +417,13 @@ ep-prodwell:RockFormation ...@@ -420,13 +417,13 @@ ep-prodwell:RockFormation
420 rdfs:subClassOf ep-core:PhysicalObject . 417 rdfs:subClassOf ep-core:PhysicalObject .
421 418
422 ep-prodwell:SuspendedAtTdWell 419 ep-prodwell:SuspendedAtTdWell
423 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 420 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
424 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 421 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
425 rdfs:label "suspended at td well"^^xsd:string ; 422 rdfs:label "suspended at td well"^^xsd:string ;
426 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 423 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
427 424
428 ep-prodwell:SuspendedWell 425 ep-prodwell:SuspendedWell
429 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 426 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
430 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; 427 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
431 rdfs:label "suspended well"^^xsd:string ; 428 rdfs:label "suspended well"^^xsd:string ;
432 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 429 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -452,7 +449,7 @@ ep-prodwell:WellCompletionAssembly ...@@ -452,7 +449,7 @@ ep-prodwell:WellCompletionAssembly
452 "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string . 449 "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string .
453 450
454 ep-prodwell:WellReclassedToDevelopment 451 ep-prodwell:WellReclassedToDevelopment
455 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 452 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
456 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; 453 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
457 rdfs:label "well reclassed to development"^^xsd:string ; 454 rdfs:label "well reclassed to development"^^xsd:string ;
458 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 455 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -464,42 +461,42 @@ ep-prodwell:WellStatusType ...@@ -464,42 +461,42 @@ ep-prodwell:WellStatusType
464 rdfs:subClassOf owl:Class . 461 rdfs:subClassOf owl:Class .
465 462
466 ep-prodwell:completeLiquidPartOf 463 ep-prodwell:completeLiquidPartOf
467 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 464 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
468 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; 465 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
469 rdfs:domain ep-material:QuantityOfMaterial ; 466 rdfs:domain ep-material:QuantityOfMaterial ;
470 rdfs:label "complete liquid part of"^^xsd:string ; 467 rdfs:label "complete liquid part of"^^xsd:string ;
471 rdfs:range ep-material:Liquid . 468 rdfs:range ep-material:Liquid .
472 469
473 ep-prodwell:depthOfBaseUsableWaterFromSurface 470 ep-prodwell:depthOfBaseUsableWaterFromSurface
474 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 471 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
475 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; 472 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
476 rdfs:domain ep-material:Fluid ; 473 rdfs:domain ep-material:Fluid ;
477 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 474 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
478 rdfs:range ep-core:Length . 475 rdfs:range ep-core:Length .
479 476
480 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 477 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
481 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 478 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
482 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 ; 479 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 ;
483 rdfs:domain ep-material:Fluid ; 480 rdfs:domain ep-material:Fluid ;
484 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 481 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
485 rdfs:range ep-core:Length . 482 rdfs:range ep-core:Length .
486 483
487 ep-prodwell:pOverZ 484 ep-prodwell:pOverZ
488 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 485 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
489 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 ; 486 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 ;
490 rdfs:domain ep-material:Gas ; 487 rdfs:domain ep-material:Gas ;
491 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 488 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
492 rdfs:range ep-core:Pressure . 489 rdfs:range ep-core:Pressure .
493 490
494 ep-prodwell:potentialGasProduction 491 ep-prodwell:potentialGasProduction
495 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 492 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
496 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 ; 493 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 ;
497 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 494 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
498 rdfs:label "potential gas production"^^xsd:string ; 495 rdfs:label "potential gas production"^^xsd:string ;
499 rdfs:range ep-core:VolumetricFlowRate . 496 rdfs:range ep-core:VolumetricFlowRate .
500 497
501 ep-prodwell:potentialOilProduction 498 ep-prodwell:potentialOilProduction
502 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 499 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
503 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 ; 500 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 ;
504 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 501 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
505 rdfs:label "potential oil production"^^xsd:string ; 502 rdfs:label "potential oil production"^^xsd:string ;
......
This diff could not be displayed because it is too large.