Showing
6 changed files
with
33 additions
and
33 deletions
This diff is collapsed. Click to expand it.
... | @@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm | ... | @@ -422,7 +422,7 @@ ep-core:VolumeAt15degC1atm |
422 | 422 | ||
423 | ep-core:VolumeAt1degC1atm | 423 | ep-core:VolumeAt1degC1atm |
424 | rdf:type ep-core:PropertySpace , rdfs:Class ; | 424 | rdf:type ep-core:PropertySpace , rdfs:Class ; |
425 | - rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 425 | + rdfs:label "volume at 1 degrees C 1 atmosphere"^^xsd:string ; |
426 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 426 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
427 | 427 | ||
428 | ep-core:VolumeAt60degF1atm | 428 | ep-core:VolumeAt60degF1atm |
... | @@ -3442,7 +3442,7 @@ ep-core:n_m-2 | ... | @@ -3442,7 +3442,7 @@ ep-core:n_m-2 |
3442 | 3442 | ||
3443 | ep-core:n_m-3 | 3443 | ep-core:n_m-3 |
3444 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 3444 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
3445 | - rdfs:label "Newtons per square metre"^^xsd:string . | 3445 | + rdfs:label "Newtons per cubic metre"^^xsd:string . |
3446 | 3446 | ||
3447 | ep-core:n_m-E | 3447 | ep-core:n_m-E |
3448 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 3448 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -13,12 +13,12 @@ | ... | @@ -13,12 +13,12 @@ |
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/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <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 rdfs:Class , ep-core:PropertySpace ; | 20 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
21 | - rdfs:label "Compressibility"^^xsd:string ; | 21 | + rdfs:label "Area"^^xsd:string ; |
22 | rdfs:subClassOf owl:Class . | 22 | rdfs:subClassOf owl:Class . |
23 | 23 | ||
24 | ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart | 24 | ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart |
... | @@ -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:LicenceBlock , ep-geo:Country , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:State . | 43 | + owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , 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:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:State . | 49 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , 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:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . | 55 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
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 owl:Class , ep-geo:DestinationType ; | 63 | + rdf:type ep-geo:DestinationType , owl:Class ; |
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:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:State , ep-geo:Country . | 72 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
73 | 73 | ||
74 | ep-geo:OffshoreLocation | 74 | ep-geo:OffshoreLocation |
75 | rdf:type owl:Class ; | 75 | rdf:type owl:Class ; |
... | @@ -80,7 +80,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | ... | @@ -80,7 +80,7 @@ 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:label "part of the surface of the earth specified as a polygon"^^xsd:string ; |
82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 82 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
83 | - owl:disjointWith ep-geo:State , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement . | 83 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . |
84 | 84 | ||
85 | ep-geo:PartOfTheSurfaceOfTheEarth | 85 | ep-geo:PartOfTheSurfaceOfTheEarth |
86 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
... | @@ -91,13 +91,13 @@ ep-geo:State | ... | @@ -91,13 +91,13 @@ ep-geo:State |
91 | rdf:type owl:Class ; | 91 | rdf:type owl:Class ; |
92 | rdfs:label "state"^^xsd:string ; | 92 | rdfs:label "state"^^xsd:string ; |
93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 93 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
94 | - owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:LicenceBlock , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country . | 94 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
95 | 95 | ||
96 | ep-geo:Terminal | 96 | ep-geo:Terminal |
97 | - rdf:type owl:Class , ep-geo:DestinationType ; | 97 | + rdf:type ep-geo:DestinationType , owl:Class ; |
98 | 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 ; |
99 | rdfs:label "terminal"^^xsd:string ; | 99 | rdfs:label "terminal"^^xsd:string ; |
100 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . | 100 | + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . |
101 | 101 | ||
102 | ep-geo:areaOnSurfaceOfEarth | 102 | ep-geo:areaOnSurfaceOfEarth |
103 | rdf:type owl:ObjectProperty ; | 103 | rdf:type owl:ObjectProperty ; | ... | ... |
This diff is collapsed. Click to expand it.
... | @@ -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/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <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 |
... | @@ -348,12 +348,12 @@ ep-material:substance-T13dmcyPentane | ... | @@ -348,12 +348,12 @@ 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 owl:Class , ep-prodwell:WellStatusType ; | 351 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
352 | rdfs:label "abandoned well"^^xsd:string ; | 352 | rdfs:label "abandoned well"^^xsd:string ; |
353 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 353 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
354 | 354 | ||
355 | ep-prodwell:ClosedWell | 355 | ep-prodwell:ClosedWell |
356 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 356 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
357 | rdfs:label "closed well"^^xsd:string ; | 357 | rdfs:label "closed well"^^xsd:string ; |
358 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 358 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
359 | 359 | ||
... | @@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType | ... | @@ -374,7 +374,7 @@ ep-prodwell:FluidPhaseType |
374 | rdfs:subClassOf owl:Class . | 374 | rdfs:subClassOf owl:Class . |
375 | 375 | ||
376 | ep-prodwell:InjectingWell | 376 | ep-prodwell:InjectingWell |
377 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 377 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
378 | rdfs:label "injecting well"^^xsd:string ; | 378 | rdfs:label "injecting well"^^xsd:string ; |
379 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 379 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
380 | 380 | ||
... | @@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType | ... | @@ -384,7 +384,7 @@ ep-prodwell:InjectionFluidType |
384 | rdfs:subClassOf owl:Class . | 384 | rdfs:subClassOf owl:Class . |
385 | 385 | ||
386 | ep-prodwell:JunkedWell | 386 | ep-prodwell:JunkedWell |
387 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 387 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
388 | rdfs:label "junked well"^^xsd:string ; | 388 | rdfs:label "junked well"^^xsd:string ; |
389 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 389 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
390 | 390 | ||
... | @@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass | ... | @@ -394,7 +394,7 @@ ep-prodwell:NaturalGasClass |
394 | rdfs:subClassOf owl:Class . | 394 | rdfs:subClassOf owl:Class . |
395 | 395 | ||
396 | ep-prodwell:OperatingWell | 396 | ep-prodwell:OperatingWell |
397 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 397 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
398 | rdfs:label "operating well"^^xsd:string ; | 398 | rdfs:label "operating well"^^xsd:string ; |
399 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 399 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
400 | 400 | ||
... | @@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell | ... | @@ -404,12 +404,12 @@ ep-prodwell:PluggedAndAbandonedWell |
404 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 404 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
405 | 405 | ||
406 | ep-prodwell:PluggedWell | 406 | ep-prodwell:PluggedWell |
407 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 407 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
408 | rdfs:label "plugged well"^^xsd:string ; | 408 | rdfs:label "plugged well"^^xsd:string ; |
409 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 409 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
410 | 410 | ||
411 | ep-prodwell:ProducingInjectingWell | 411 | ep-prodwell:ProducingInjectingWell |
412 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 412 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
413 | rdfs:label "producing injecting well"^^xsd:string ; | 413 | rdfs:label "producing injecting well"^^xsd:string ; |
414 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 414 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
415 | 415 | ||
... | @@ -424,12 +424,12 @@ ep-prodwell:RockFormation | ... | @@ -424,12 +424,12 @@ ep-prodwell:RockFormation |
424 | rdfs:subClassOf ep-core:PhysicalObject . | 424 | rdfs:subClassOf ep-core:PhysicalObject . |
425 | 425 | ||
426 | ep-prodwell:SuspendedAtTdWell | 426 | ep-prodwell:SuspendedAtTdWell |
427 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 427 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
428 | rdfs:label "suspended at td well"^^xsd:string ; | 428 | rdfs:label "suspended at td well"^^xsd:string ; |
429 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 429 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
430 | 430 | ||
431 | ep-prodwell:SuspendedWell | 431 | ep-prodwell:SuspendedWell |
432 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 432 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
433 | rdfs:label "suspended well"^^xsd:string ; | 433 | rdfs:label "suspended well"^^xsd:string ; |
434 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 434 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
435 | 435 | ||
... | @@ -454,7 +454,7 @@ ep-prodwell:WellCompletion | ... | @@ -454,7 +454,7 @@ ep-prodwell:WellCompletion |
454 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 454 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
455 | 455 | ||
456 | ep-prodwell:WellReclassedToDevelopment | 456 | ep-prodwell:WellReclassedToDevelopment |
457 | - rdf:type owl:Class , ep-prodwell:WellStatusType ; | 457 | + rdf:type ep-prodwell:WellStatusType , owl:Class ; |
458 | rdfs:label "well reclassed to development"^^xsd:string ; | 458 | rdfs:label "well reclassed to development"^^xsd:string ; |
459 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . | 459 | rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . |
460 | 460 | ||
... | @@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf | ... | @@ -470,44 +470,44 @@ ep-prodwell:completeLiquidPartOf |
470 | rdfs:range ep-material:Liquid . | 470 | rdfs:range ep-material:Liquid . |
471 | 471 | ||
472 | ep-prodwell:condensateYield | 472 | ep-prodwell:condensateYield |
473 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 473 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
474 | rdfs:label "condensate yield"^^xsd:string ; | 474 | rdfs:label "condensate yield"^^xsd:string ; |
475 | rdfs:range ep-core:SpecificVolume . | 475 | rdfs:range ep-core:SpecificVolume . |
476 | 476 | ||
477 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 477 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
478 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 478 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
479 | rdfs:domain ep-material:Fluid ; | 479 | rdfs:domain ep-material:Fluid ; |
480 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 480 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
481 | rdfs:range ep-core:Length . | 481 | rdfs:range ep-core:Length . |
482 | 482 | ||
483 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 483 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
484 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 484 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
485 | rdfs:domain ep-material:Fluid ; | 485 | rdfs:domain ep-material:Fluid ; |
486 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 486 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
487 | rdfs:range ep-core:Length . | 487 | rdfs:range ep-core:Length . |
488 | 488 | ||
489 | ep-prodwell:oilWaterRatioByMass | 489 | ep-prodwell:oilWaterRatioByMass |
490 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 490 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
491 | rdfs:domain ep-material:Fluid ; | 491 | rdfs:domain ep-material:Fluid ; |
492 | rdfs:label "oil/water ratio by mass"^^xsd:string ; | 492 | rdfs:label "oil/water ratio by mass"^^xsd:string ; |
493 | rdfs:range ep-core:Ratio . | 493 | rdfs:range ep-core:Ratio . |
494 | 494 | ||
495 | ep-prodwell:pOverZ | 495 | ep-prodwell:pOverZ |
496 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 496 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
497 | rdfs:domain ep-material:Fluid ; | 497 | rdfs:domain ep-material:Fluid ; |
498 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; | 498 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; |
499 | rdfs:range ep-core:Pressure . | 499 | rdfs:range ep-core:Pressure . |
500 | 500 | ||
501 | ep-prodwell:potentialGasProduction | 501 | ep-prodwell:potentialGasProduction |
502 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 502 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
503 | rdfs:domain ep-well:WellBore ; | 503 | rdfs:domain ep-well:WellBore ; |
504 | rdfs:label "potential gas production"^^xsd:string ; | 504 | rdfs:label "potential gas production"^^xsd:string ; |
505 | rdfs:range ep-core:VolumetricFlowRate . | 505 | rdfs:range ep-core:VolumetricFlowRate . |
506 | 506 | ||
507 | ep-prodwell:potentialOilProduction | 507 | ep-prodwell:potentialOilProduction |
508 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 508 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
509 | rdfs:domain ep-well:WellBore ; | 509 | rdfs:domain ep-well:WellBore ; |
510 | - rdfs:label "potential gas production"^^xsd:string ; | 510 | + rdfs:label "potential oil production"^^xsd:string ; |
511 | rdfs:range ep-core:VolumetricFlowRate . | 511 | rdfs:range ep-core:VolumetricFlowRate . |
512 | 512 | ||
513 | ep-well:SpatialPartOfAWellBore | 513 | ep-well:SpatialPartOfAWellBore | ... | ... |
-
Please register or login to post a comment