David Leal

Some parameterSet updates

...@@ -519,3 +519,21 @@ ep-well:TemporalPartOfAWellBore ...@@ -519,3 +519,21 @@ ep-well:TemporalPartOfAWellBore
519 519
520 ep-well:WellGroup 520 ep-well:WellGroup
521 rdf:type owl:Class . 521 rdf:type owl:Class .
522 +
523 +ep-prodwell:WellHead-flowingConditions
524 + rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
525 + rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ;
526 + rdfs:label "well head - flowing conditions"^^xsd:string ;
527 + rdfs:subClassOf ep-well:WellHead .
528 +
529 +ep-prodwell:WellHead-nonflowingConditions
530 + rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
531 + rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ;
532 + rdfs:label "well head - nonflowing conditions"^^xsd:string ;
533 + rdfs:subClassOf ep-well:WellHead .
534 +
535 +ep-prodwell:WellHeadFlowingConditionsType
536 + rdf:type rdfs:Class ;
537 + rdfs:comment "class that consists of subclasses of wellhead according to whether it is flowing or non-flowing"^^xsd:string ;
538 + rdfs:label "well flowing conditions type"^^xsd:string ;
539 + rdfs:subClassOf owl:Class .
......
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/unnamed> 16 <http://www.reportinghub.no/ep/schema/1.0/unnamed>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - 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> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 <http://www.reportinghub.no/ep/schema/core#Pressure> 21 <http://www.reportinghub.no/ep/schema/core#Pressure>
22 transhelp:rangeOfPropertyMapsToMPREnumeration 22 transhelp:rangeOfPropertyMapsToMPREnumeration
23 - <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> . 23 + <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> .
24 24
25 <http://www.reportinghub.no/ep/schema/core#Temperature> 25 <http://www.reportinghub.no/ep/schema/core#Temperature>
26 transhelp:rangeOfPropertyMapsToMPREnumeration 26 transhelp:rangeOfPropertyMapsToMPREnumeration
...@@ -28,19 +28,27 @@ ...@@ -28,19 +28,27 @@
28 28
29 <http://www.reportinghub.no/ep/schema/equipment#Casing> 29 <http://www.reportinghub.no/ep/schema/equipment#Casing>
30 transhelp:domainOfPropertyMapsToMPREnumeration 30 transhelp:domainOfPropertyMapsToMPREnumeration
31 - <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> . 31 + <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> .
32 32
33 <http://www.reportinghub.no/ep/schema/equipment#Tubing> 33 <http://www.reportinghub.no/ep/schema/equipment#Tubing>
34 transhelp:domainOfPropertyMapsToMPREnumeration 34 transhelp:domainOfPropertyMapsToMPREnumeration
35 - <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> . 35 + <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> .
36 +
37 +<http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions>
38 + transhelp:flowingStateMapsToMPREnumeration
39 + <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> .
40 +
41 +<http://www.reportinghub.no/ep/schema/production-well#WellHead-nonflowingConditions>
42 + transhelp:flowingStateMapsToMPREnumeration
43 + <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> .
36 44
37 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve> 45 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve>
38 transhelp:domainOfPropertyMapsToMPREnumeration 46 transhelp:domainOfPropertyMapsToMPREnumeration
39 - <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . 47 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> .
40 48
41 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom> 49 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom>
42 transhelp:domainOfPropertyMapsToMPREnumeration 50 transhelp:domainOfPropertyMapsToMPREnumeration
43 - <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> . 51 + <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> .
44 52
45 <http://www.reportinghub.no/ep/schema/well#WellHead> 53 <http://www.reportinghub.no/ep/schema/well#WellHead>
46 transhelp:domainOfPropertyMapsToMPREnumeration 54 transhelp:domainOfPropertyMapsToMPREnumeration
...@@ -48,4 +56,4 @@ ...@@ -48,4 +56,4 @@
48 56
49 rdf:type 57 rdf:type
50 transhelp:propertyMapsToMPREnumeration 58 transhelp:propertyMapsToMPREnumeration
51 - <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_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . 59 + <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> .
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 <http://www.reportinghub.no/ep/transform/transform-helper-schema> 15 <http://www.reportinghub.no/ep/transform/transform-helper-schema>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; 17 rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
18 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; 18 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 transhelp:buildRdlURI 21 transhelp:buildRdlURI
...@@ -44,12 +44,17 @@ transhelp:derivedFrom ...@@ -44,12 +44,17 @@ transhelp:derivedFrom
44 rdf:type owl:ObjectProperty . 44 rdf:type owl:ObjectProperty .
45 45
46 transhelp:domainOfPropertyMapsToMPREnumeration 46 transhelp:domainOfPropertyMapsToMPREnumeration
47 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 47 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ; 48 rdfs:label "domain of property maps to MPR enumeration"^^xsd:string ;
49 rdfs:subPropertyOf transhelp:mapsTo . 49 rdfs:subPropertyOf transhelp:mapsTo .
50 50
51 transhelp:facilityIdentifier 51 transhelp:facilityIdentifier
52 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 52 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
53 +
54 +transhelp:flowingStateMapsToMPREnumeration
55 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
56 + rdfs:label "flowing state maps to MPR enumeration"^^xsd:string ;
57 + rdfs:subPropertyOf transhelp:mapsTo .
53 58
54 transhelp:forComment 59 transhelp:forComment
55 rdf:type owl:ObjectProperty ; 60 rdf:type owl:ObjectProperty ;
...@@ -66,43 +71,43 @@ transhelp:hasEquivalentInRDL ...@@ -66,43 +71,43 @@ transhelp:hasEquivalentInRDL
66 rdfs:label "has equivalent in RDL"^^xsd:string . 71 rdfs:label "has equivalent in RDL"^^xsd:string .
67 72
68 transhelp:interval 73 transhelp:interval
69 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 74 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
70 75
71 transhelp:intervalEnd 76 transhelp:intervalEnd
72 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 77 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
73 78
74 transhelp:intervalIdentifier 79 transhelp:intervalIdentifier
75 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 80 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
76 81
77 transhelp:intervalStart 82 transhelp:intervalStart
78 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 83 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
79 84
80 transhelp:label 85 transhelp:label
81 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 86 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
82 87
83 transhelp:mapsTo 88 transhelp:mapsTo
84 rdf:type rdf:Property . 89 rdf:type rdf:Property .
85 90
86 transhelp:materialClassMapsToMPREnumeration 91 transhelp:materialClassMapsToMPREnumeration
87 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 92 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
88 rdfs:label "material class maps to MPR enumeration"^^xsd:string ; 93 rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
89 rdfs:subPropertyOf transhelp:mapsTo . 94 rdfs:subPropertyOf transhelp:mapsTo .
90 95
91 transhelp:nominalInstant 96 transhelp:nominalInstant
92 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . 97 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
93 98
94 transhelp:propertyMapsToMPREnumeration 99 transhelp:propertyMapsToMPREnumeration
95 - rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ; 100 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
96 rdfs:label "property maps to MPR enumeration"^^xsd:string ; 101 rdfs:label "property maps to MPR enumeration"^^xsd:string ;
97 rdfs:subPropertyOf transhelp:mapsTo . 102 rdfs:subPropertyOf transhelp:mapsTo .
98 103
99 transhelp:quantitySpaceMapsToClassOfScale 104 transhelp:quantitySpaceMapsToClassOfScale
100 - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; 105 + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
101 rdfs:label "quantity space maps to class of scale"^^xsd:string ; 106 rdfs:label "quantity space maps to class of scale"^^xsd:string ;
102 rdfs:subPropertyOf transhelp:mapsTo . 107 rdfs:subPropertyOf transhelp:mapsTo .
103 108
104 transhelp:rangeOfPropertyMapsToMPREnumeration 109 transhelp:rangeOfPropertyMapsToMPREnumeration
105 - rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ; 110 + rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty ;
106 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ; 111 rdfs:label "range of property maps to MPR enumeration"^^xsd:string ;
107 rdfs:subPropertyOf transhelp:mapsTo . 112 rdfs:subPropertyOf transhelp:mapsTo .
108 113
......