Showing
9 changed files
with
469 additions
and
558 deletions
| ... | @@ -38,7 +38,7 @@ ep-activity:Activity | ... | @@ -38,7 +38,7 @@ ep-activity:Activity |
| 38 | 38 | ||
| 39 | ep-activity:ActivitySuccessType | 39 | ep-activity:ActivitySuccessType |
| 40 | rdf:type rdfs:Class ; | 40 | rdf:type rdfs:Class ; |
| 41 | - rdfs:comment "class of activity on the basis of its success or failure"^^xsd:string ; | 41 | + rdfs:comment "class that consists of the subclasses of activity that are success or failure"^^xsd:string ; |
| 42 | rdfs:label "activity success type"^^xsd:string ; | 42 | rdfs:label "activity success type"^^xsd:string ; |
| 43 | rdfs:subClassOf owl:Class . | 43 | rdfs:subClassOf owl:Class . |
| 44 | 44 | ||
| ... | @@ -206,7 +206,7 @@ ep-activity:DrillingActivity-wire_line | ... | @@ -206,7 +206,7 @@ ep-activity:DrillingActivity-wire_line |
| 206 | 206 | ||
| 207 | ep-activity:DrillingActivityOutcomeType | 207 | ep-activity:DrillingActivityOutcomeType |
| 208 | rdf:type rdfs:Class ; | 208 | rdf:type rdfs:Class ; |
| 209 | - rdfs:comment "class of drilling activity on the basis of its success or reason for failure"^^xsd:string ; | 209 | + rdfs:comment "class that consists of subclasses of drilling activity according to outcome, that correspond to the StateDetailActivity enumeration in the DDR-XSD"^^xsd:string ; |
| 210 | rdfs:label "drilling activity outcome type"^^xsd:string ; | 210 | rdfs:label "drilling activity outcome type"^^xsd:string ; |
| 211 | rdfs:subClassOf owl:Class . | 211 | rdfs:subClassOf owl:Class . |
| 212 | 212 | ||
| ... | @@ -857,19 +857,15 @@ ep-activity:drillingOperator | ... | @@ -857,19 +857,15 @@ ep-activity:drillingOperator |
| 857 | rdfs:label "drilling operator"^^xsd:string ; | 857 | rdfs:label "drilling operator"^^xsd:string ; |
| 858 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 858 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 859 | 859 | ||
| 860 | -ep-activity:durationOfDrilling | ||
| 861 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 862 | - rdfs:domain ep-activity:DrillingActivity ; | ||
| 863 | - rdfs:label "duration of drilling"^^xsd:string ; | ||
| 864 | - rdfs:range ep-core:TimeDuration . | ||
| 865 | - | ||
| 866 | ep-activity:existsThroughout | 860 | ep-activity:existsThroughout |
| 867 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 861 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 862 | + rdfs:comment "identification of a period of time that a physical thing exists throughout (an ISO 15926 template)"^^xsd:string ; | ||
| 868 | rdfs:domain ep-core:PhysicalThing ; | 863 | rdfs:domain ep-core:PhysicalThing ; |
| 869 | rdfs:label "exists throughout"^^xsd:string . | 864 | rdfs:label "exists throughout"^^xsd:string . |
| 870 | 865 | ||
| 871 | ep-activity:existsWithin | 866 | ep-activity:existsWithin |
| 872 | rdf:type owl:DatatypeProperty ; | 867 | rdf:type owl:DatatypeProperty ; |
| 868 | + rdfs:comment "identification of a period of time that a physical thing exists within (an ISO 15926 template)"^^xsd:string ; | ||
| 873 | rdfs:domain ep-core:PhysicalThing ; | 869 | rdfs:domain ep-core:PhysicalThing ; |
| 874 | rdfs:label "exists within"^^xsd:string . | 870 | rdfs:label "exists within"^^xsd:string . |
| 875 | 871 | ||
| ... | @@ -889,7 +885,7 @@ ep-activity:finalRateOfDrilling | ... | @@ -889,7 +885,7 @@ ep-activity:finalRateOfDrilling |
| 889 | 885 | ||
| 890 | ep-activity:finishedAt | 886 | ep-activity:finishedAt |
| 891 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 887 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 892 | - rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; | 888 | + rdfs:comment "UTC representation of the finishing time for an activity (an ISO 15926 template)"^^xsd:string ; |
| 893 | rdfs:domain ep-core:PhysicalThing ; | 889 | rdfs:domain ep-core:PhysicalThing ; |
| 894 | rdfs:label "finished at"^^xsd:string ; | 890 | rdfs:label "finished at"^^xsd:string ; |
| 895 | rdfs:range xsd:dateTime . | 891 | rdfs:range xsd:dateTime . |
| ... | @@ -910,24 +906,31 @@ ep-activity:hasChokeValve | ... | @@ -910,24 +906,31 @@ ep-activity:hasChokeValve |
| 910 | 906 | ||
| 911 | ep-activity:hasDrillBit | 907 | ep-activity:hasDrillBit |
| 912 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 908 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 909 | + rdfs:comment "drill bit that is used by a drilling activity"^^xsd:string ; | ||
| 913 | rdfs:domain ep-activity:DrillingActivity ; | 910 | rdfs:domain ep-activity:DrillingActivity ; |
| 914 | rdfs:label "has drill bit"^^xsd:string ; | 911 | rdfs:label "has drill bit"^^xsd:string ; |
| 915 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 912 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 916 | 913 | ||
| 917 | ep-activity:hasDrillingFluid | 914 | ep-activity:hasDrillingFluid |
| 918 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 915 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 916 | + rdfs:comment "fluid that is the drilling fluid for a drilling activity"^^xsd:string ; | ||
| 919 | rdfs:domain ep-activity:DrillingActivity ; | 917 | rdfs:domain ep-activity:DrillingActivity ; |
| 920 | rdfs:label "has drilling fluid"^^xsd:string ; | 918 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 921 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 919 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
| 922 | 920 | ||
| 921 | +ep-activity:hasFlow | ||
| 922 | + rdfs:comment "flow that is part of an activity"^^xsd:string . | ||
| 923 | + | ||
| 923 | ep-activity:hasInflowLocation | 924 | ep-activity:hasInflowLocation |
| 924 | rdf:type owl:ObjectProperty ; | 925 | rdf:type owl:ObjectProperty ; |
| 926 | + rdfs:comment "position within wellbore where an inflow takes place that is a well control incident"^^xsd:string ; | ||
| 925 | rdfs:domain ep-activity:WellControlIncident ; | 927 | rdfs:domain ep-activity:WellControlIncident ; |
| 926 | rdfs:label "has inflow location"^^xsd:string ; | 928 | rdfs:label "has inflow location"^^xsd:string ; |
| 927 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . | 929 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . |
| 928 | 930 | ||
| 929 | ep-activity:hasWellTestChoke | 931 | ep-activity:hasWellTestChoke |
| 930 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 932 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 933 | + rdfs:comment "well test choke for a well test"^^xsd:string ; | ||
| 931 | rdfs:domain ep-activity:WellTest ; | 934 | rdfs:domain ep-activity:WellTest ; |
| 932 | rdfs:label "has well test choke"^^xsd:string ; | 935 | rdfs:label "has well test choke"^^xsd:string ; |
| 933 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 936 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
| ... | @@ -940,10 +943,14 @@ ep-activity:identificationNumberOfCore | ... | @@ -940,10 +943,14 @@ ep-activity:identificationNumberOfCore |
| 940 | 943 | ||
| 941 | ep-activity:issuedFrom | 944 | ep-activity:issuedFrom |
| 942 | rdf:type owl:ObjectProperty ; | 945 | rdf:type owl:ObjectProperty ; |
| 946 | + rdfs:comment "facility at which an issue a report activity is carried out"^^xsd:string ; | ||
| 943 | rdfs:domain ep-activity:IssueAReport ; | 947 | rdfs:domain ep-activity:IssueAReport ; |
| 944 | rdfs:label "issued from"^^xsd:string ; | 948 | rdfs:label "issued from"^^xsd:string ; |
| 945 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 949 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
| 946 | 950 | ||
| 951 | +ep-activity:issuer | ||
| 952 | + rdfs:comment "person or organization that issues a report"^^xsd:string . | ||
| 953 | + | ||
| 947 | ep-activity:logRunNumber | 954 | ep-activity:logRunNumber |
| 948 | rdf:type owl:DatatypeProperty ; | 955 | rdf:type owl:DatatypeProperty ; |
| 949 | rdfs:comment "identification number of a well bore log run activity"^^xsd:string ; | 956 | rdfs:comment "identification number of a well bore log run activity"^^xsd:string ; |
| ... | @@ -966,19 +973,27 @@ ep-activity:measuredDepthOfFluidSampling | ... | @@ -966,19 +973,27 @@ ep-activity:measuredDepthOfFluidSampling |
| 966 | 973 | ||
| 967 | ep-activity:missedProductionTime | 974 | ep-activity:missedProductionTime |
| 968 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 975 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 976 | + rdfs:comment "duration of the production time lost because of an equipment failure and repair activity"^^xsd:string ; | ||
| 969 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 977 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 970 | rdfs:label "missed production time"^^xsd:string ; | 978 | rdfs:label "missed production time"^^xsd:string ; |
| 971 | rdfs:range ep-core:TimeDuration . | 979 | rdfs:range ep-core:TimeDuration . |
| 972 | 980 | ||
| 973 | ep-activity:nominallyAt | 981 | ep-activity:nominallyAt |
| 974 | rdf:type owl:DatatypeProperty ; | 982 | rdf:type owl:DatatypeProperty ; |
| 975 | - rdfs:comment "UTC representation of the nominal time of an activity"^^xsd:string ; | 983 | + rdfs:comment "UTC representation of the nominal time of an activity (an ISO 15926 template)"^^xsd:string ; |
| 976 | rdfs:domain ep-activity:Activity ; | 984 | rdfs:domain ep-activity:Activity ; |
| 977 | rdfs:label "nominal time"^^xsd:string ; | 985 | rdfs:label "nominal time"^^xsd:string ; |
| 978 | rdfs:range xsd:dateTime . | 986 | rdfs:range xsd:dateTime . |
| 979 | 987 | ||
| 988 | +ep-activity:observationResultsSuppliedBy | ||
| 989 | + rdfs:comment "person or organization that supplies the results of a make and observation activity"^^xsd:string . | ||
| 990 | + | ||
| 991 | +ep-activity:observedObject | ||
| 992 | + rdfs:comment "physical thing that is observed by a make an observation activity"^^xsd:string . | ||
| 993 | + | ||
| 980 | ep-activity:onDrillBit | 994 | ep-activity:onDrillBit |
| 981 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 995 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 996 | + rdfs:comment "drill bit that is used within a wellbore bit run drilling activity"^^xsd:string ; | ||
| 982 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 997 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
| 983 | rdfs:label "on drill bit"^^xsd:string ; | 998 | rdfs:label "on drill bit"^^xsd:string ; |
| 984 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 999 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| ... | @@ -992,12 +1007,14 @@ ep-activity:onRig | ... | @@ -992,12 +1007,14 @@ ep-activity:onRig |
| 992 | 1007 | ||
| 993 | ep-activity:onWell | 1008 | ep-activity:onWell |
| 994 | rdf:type owl:ObjectProperty ; | 1009 | rdf:type owl:ObjectProperty ; |
| 1010 | + rdfs:comment "well upon which a drilling activity is performed"^^xsd:string ; | ||
| 995 | rdfs:domain ep-activity:DrillingActivity ; | 1011 | rdfs:domain ep-activity:DrillingActivity ; |
| 996 | rdfs:label "on well"^^xsd:string ; | 1012 | rdfs:label "on well"^^xsd:string ; |
| 997 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 1013 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
| 998 | 1014 | ||
| 999 | ep-activity:onWellBore | 1015 | ep-activity:onWellBore |
| 1000 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1016 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1017 | + rdfs:comment "wellbore upon which a drilling activity is performed"^^xsd:string ; | ||
| 1001 | rdfs:domain ep-activity:DrillingActivity ; | 1018 | rdfs:domain ep-activity:DrillingActivity ; |
| 1002 | rdfs:label "on wellbore"^^xsd:string ; | 1019 | rdfs:label "on wellbore"^^xsd:string ; |
| 1003 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 1020 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
| ... | @@ -1046,71 +1063,83 @@ ep-activity:sampledFluid | ... | @@ -1046,71 +1063,83 @@ ep-activity:sampledFluid |
| 1046 | 1063 | ||
| 1047 | ep-activity:serviceCompany | 1064 | ep-activity:serviceCompany |
| 1048 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1065 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1066 | + rdfs:comment "organization that performs an activity as a service company"^^xsd:string ; | ||
| 1049 | rdfs:domain ep-activity:Activity ; | 1067 | rdfs:domain ep-activity:Activity ; |
| 1050 | rdfs:label "service company"^^xsd:string ; | 1068 | rdfs:label "service company"^^xsd:string ; |
| 1051 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1069 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1052 | 1070 | ||
| 1053 | ep-activity:startedAt | 1071 | ep-activity:startedAt |
| 1054 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1072 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1073 | + rdfs:comment "UTC representation of the starting time for an activity (an ISO 15926 template)"^^xsd:string ; | ||
| 1055 | rdfs:domain ep-core:PhysicalThing ; | 1074 | rdfs:domain ep-core:PhysicalThing ; |
| 1056 | rdfs:label "started at"^^xsd:string ; | 1075 | rdfs:label "started at"^^xsd:string ; |
| 1057 | rdfs:range xsd:dateTime . | 1076 | rdfs:range xsd:dateTime . |
| 1058 | 1077 | ||
| 1059 | ep-activity:timeLost | 1078 | ep-activity:timeLost |
| 1060 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1079 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1080 | + rdfs:comment "duration of time that is lost as a result of a well control incident"^^xsd:string ; | ||
| 1061 | rdfs:domain ep-activity:WellControlIncident ; | 1081 | rdfs:domain ep-activity:WellControlIncident ; |
| 1062 | rdfs:label "time lost"^^xsd:string ; | 1082 | rdfs:label "time lost"^^xsd:string ; |
| 1063 | rdfs:range ep-core:TimeDuration . | 1083 | rdfs:range ep-core:TimeDuration . |
| 1064 | 1084 | ||
| 1065 | ep-activity:timeOfFailure | 1085 | ep-activity:timeOfFailure |
| 1066 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1086 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1087 | + rdfs:comment "UTC representation of the time of the failure that begins an equipment failure and repair activity. This is the same as the start of the activity. (an ISO 15926 template)"^^xsd:string ; | ||
| 1067 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1088 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1068 | rdfs:label "time of failure"^^xsd:string ; | 1089 | rdfs:label "time of failure"^^xsd:string ; |
| 1069 | rdfs:range xsd:dateTime . | 1090 | rdfs:range xsd:dateTime . |
| 1070 | 1091 | ||
| 1071 | ep-activity:timeOfRepair | 1092 | ep-activity:timeOfRepair |
| 1072 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1093 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1094 | + rdfs:comment "UTC representation of the time of the repair in an equipment failure and repair activity (an ISO 15926 template)"^^xsd:string ; | ||
| 1073 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1095 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1074 | rdfs:label "time of repair"^^xsd:string ; | 1096 | rdfs:label "time of repair"^^xsd:string ; |
| 1075 | rdfs:range xsd:dateTime . | 1097 | rdfs:range xsd:dateTime . |
| 1076 | 1098 | ||
| 1077 | ep-activity:volumeOfMudGained | 1099 | ep-activity:volumeOfMudGained |
| 1078 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1100 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1101 | + rdfs:comment "volume of the mud that is gained in a well control incident"^^xsd:string ; | ||
| 1079 | rdfs:domain ep-activity:WellControlIncident ; | 1102 | rdfs:domain ep-activity:WellControlIncident ; |
| 1080 | rdfs:label "volume of mud gained"^^xsd:string ; | 1103 | rdfs:label "volume of mud gained"^^xsd:string ; |
| 1081 | rdfs:range ep-core:Volume . | 1104 | rdfs:range ep-core:Volume . |
| 1082 | 1105 | ||
| 1083 | ep-activity:wellBoreLoggingTool | 1106 | ep-activity:wellBoreLoggingTool |
| 1084 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1107 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1108 | + rdfs:comment "equipment that is the logging tool for a wellbore log run"^^xsd:string ; | ||
| 1085 | rdfs:domain ep-activity:WellBoreLogRun ; | 1109 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 1086 | rdfs:label "well bore logging tool"^^xsd:string ; | 1110 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 1087 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1111 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 1088 | 1112 | ||
| 1089 | ep-activity:wellTestBottomHolePressure | 1113 | ep-activity:wellTestBottomHolePressure |
| 1090 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1114 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1115 | + rdfs:comment "pressure that is of the fluid at the bottom of a wellbore during a well test"^^xsd:string ; | ||
| 1091 | rdfs:domain ep-activity:WellTest ; | 1116 | rdfs:domain ep-activity:WellTest ; |
| 1092 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1117 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
| 1093 | rdfs:range ep-core:Pressure . | 1118 | rdfs:range ep-core:Pressure . |
| 1094 | 1119 | ||
| 1095 | ep-activity:wellTestFlowingPressure | 1120 | ep-activity:wellTestFlowingPressure |
| 1096 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1121 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1122 | + rdfs:comment "pressure of the flowing fluid during a well test"^^xsd:string ; | ||
| 1097 | rdfs:domain ep-activity:WellTest ; | 1123 | rdfs:domain ep-activity:WellTest ; |
| 1098 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1124 | rdfs:label "well test flowing pressure"^^xsd:string ; |
| 1099 | rdfs:range ep-core:Pressure . | 1125 | rdfs:range ep-core:Pressure . |
| 1100 | 1126 | ||
| 1101 | ep-activity:wellTestNumber | 1127 | ep-activity:wellTestNumber |
| 1102 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1128 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 1129 | + rdfs:comment "identification number of a well test"^^xsd:string ; | ||
| 1103 | rdfs:domain ep-activity:WellTest ; | 1130 | rdfs:domain ep-activity:WellTest ; |
| 1104 | rdfs:label "well test number"^^xsd:string . | 1131 | rdfs:label "well test number"^^xsd:string . |
| 1105 | 1132 | ||
| 1106 | ep-activity:wellTestShutInPressure | 1133 | ep-activity:wellTestShutInPressure |
| 1107 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1134 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1135 | + rdfs:comment "pressure of the shut in fluid during a well test"^^xsd:string ; | ||
| 1108 | rdfs:domain ep-activity:WellTest ; | 1136 | rdfs:domain ep-activity:WellTest ; |
| 1109 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1137 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
| 1110 | rdfs:range ep-core:Pressure . | 1138 | rdfs:range ep-core:Pressure . |
| 1111 | 1139 | ||
| 1112 | ep-activity:wellTestStoredOil | 1140 | ep-activity:wellTestStoredOil |
| 1113 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1141 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1142 | + rdfs:comment "oil produced by a well test that is stored"^^xsd:string ; | ||
| 1114 | rdfs:domain ep-activity:WellTest ; | 1143 | rdfs:domain ep-activity:WellTest ; |
| 1115 | rdfs:label "well test stored oil"^^xsd:string ; | 1144 | rdfs:label "well test stored oil"^^xsd:string ; |
| 1116 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | 1145 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | ... | ... |
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type |
| 2 | +# imports: http://purl.org/dc/elements/1.1/ | ||
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 3 | 4 | ||
| 4 | @prefix dc: <http://purl.org/dc/elements/1.1/> . | 5 | @prefix dc: <http://purl.org/dc/elements/1.1/> . |
| ... | @@ -13,7 +14,7 @@ | ... | @@ -13,7 +14,7 @@ |
| 13 | 14 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> | 15 | <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> |
| 15 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 17 | + owl:imports dc: , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 19 | ||
| 19 | ep-drill-eqt-typ:Drillfloor--drawworks | 20 | ep-drill-eqt-typ:Drillfloor--drawworks |
| ... | @@ -66,6 +67,7 @@ ep-drill-eqt-typ:DrillingEquipment | ... | @@ -66,6 +67,7 @@ ep-drill-eqt-typ:DrillingEquipment |
| 66 | 67 | ||
| 67 | ep-drill-eqt-typ:DrillingEquipmentType | 68 | ep-drill-eqt-typ:DrillingEquipmentType |
| 68 | rdf:type rdfs:Class ; | 69 | rdf:type rdfs:Class ; |
| 70 | + rdfs:comment "class that consists of subclasses of drilling equipment corresponding to the EquipmentCodeNPD enumeration in the DDR-XSD"^^xsd:string ; | ||
| 69 | rdfs:label "drilling equipment type"^^xsd:string ; | 71 | rdfs:label "drilling equipment type"^^xsd:string ; |
| 70 | rdfs:subClassOf owl:Class . | 72 | rdfs:subClassOf owl:Class . |
| 71 | 73 | ... | ... |
| ... | @@ -15,179 +15,179 @@ | ... | @@ -15,179 +15,179 @@ |
| 15 | 15 | ||
| 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 16 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
| 17 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
| 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 20 | 20 | ||
| 21 | ep-core:PhysicalThingAtInstant | 21 | ep-core:PhysicalThingAtInstant |
| 22 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 22 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 23 | rdfs:comment "physical thing at an instant in time"^^xsd:string ; | 23 | rdfs:comment "physical thing at an instant in time"^^xsd:string ; |
| 24 | rdfs:label "physical thing at an instant"^^xsd:string ; | 24 | rdfs:label "physical thing at an instant"^^xsd:string ; |
| 25 | rdfs:subClassOf ep-core:PhysicalThing . | 25 | rdfs:subClassOf ep-core:PhysicalThing . |
| 26 | 26 | ||
| 27 | ep-core:PhysicalThingDuringGasYearToDate | 27 | ep-core:PhysicalThingDuringGasYearToDate |
| 28 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 28 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 29 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; | 29 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; |
| 30 | rdfs:label "physical thing during gas year to date"^^xsd:string ; | 30 | rdfs:label "physical thing during gas year to date"^^xsd:string ; |
| 31 | rdfs:subClassOf ep-core:PhysicalThing . | 31 | rdfs:subClassOf ep-core:PhysicalThing . |
| 32 | 32 | ||
| 33 | ep-core:PhysicalThingDuringMonthToDate | 33 | ep-core:PhysicalThingDuringMonthToDate |
| 34 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 34 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 35 | rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; | 35 | rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; |
| 36 | rdfs:label "physical thing during month to date"^^xsd:string ; | 36 | rdfs:label "physical thing during month to date"^^xsd:string ; |
| 37 | rdfs:subClassOf ep-core:PhysicalThing . | 37 | rdfs:subClassOf ep-core:PhysicalThing . |
| 38 | 38 | ||
| 39 | ep-core:PhysicalThingDuringOneDay | 39 | ep-core:PhysicalThingDuringOneDay |
| 40 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 40 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 41 | rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; | 41 | rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; |
| 42 | rdfs:label "physical thing during one day"^^xsd:string ; | 42 | rdfs:label "physical thing during one day"^^xsd:string ; |
| 43 | rdfs:subClassOf ep-core:PhysicalThing . | 43 | rdfs:subClassOf ep-core:PhysicalThing . |
| 44 | 44 | ||
| 45 | ep-core:PhysicalThingDuringOneGasDay | 45 | ep-core:PhysicalThingDuringOneGasDay |
| 46 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 46 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 47 | rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ; | 47 | rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ; |
| 48 | rdfs:label "physical thing during one gas day"^^xsd:string ; | 48 | rdfs:label "physical thing during one gas day"^^xsd:string ; |
| 49 | rdfs:subClassOf ep-core:PhysicalThing . | 49 | rdfs:subClassOf ep-core:PhysicalThing . |
| 50 | 50 | ||
| 51 | ep-core:PhysicalThingDuringOneGasMonth | 51 | ep-core:PhysicalThingDuringOneGasMonth |
| 52 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 52 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 53 | rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ; | 53 | rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ; |
| 54 | rdfs:label "physical thing during one gas month"^^xsd:string ; | 54 | rdfs:label "physical thing during one gas month"^^xsd:string ; |
| 55 | rdfs:subClassOf ep-core:PhysicalThing . | 55 | rdfs:subClassOf ep-core:PhysicalThing . |
| 56 | 56 | ||
| 57 | ep-core:PhysicalThingDuringOneGasYear | 57 | ep-core:PhysicalThingDuringOneGasYear |
| 58 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 58 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 59 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; | 59 | rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; |
| 60 | rdfs:label "physical thing during one gas year"^^xsd:string ; | 60 | rdfs:label "physical thing during one gas year"^^xsd:string ; |
| 61 | rdfs:subClassOf ep-core:PhysicalThing . | 61 | rdfs:subClassOf ep-core:PhysicalThing . |
| 62 | 62 | ||
| 63 | ep-core:PhysicalThingDuringOneMonth | 63 | ep-core:PhysicalThingDuringOneMonth |
| 64 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 64 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 65 | rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; | 65 | rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; |
| 66 | rdfs:label "physical thing during one month"^^xsd:string ; | 66 | rdfs:label "physical thing during one month"^^xsd:string ; |
| 67 | rdfs:subClassOf ep-core:PhysicalThing . | 67 | rdfs:subClassOf ep-core:PhysicalThing . |
| 68 | 68 | ||
| 69 | ep-core:PhysicalThingDuringOneWeek | 69 | ep-core:PhysicalThingDuringOneWeek |
| 70 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 70 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 71 | rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; | 71 | rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; |
| 72 | rdfs:label "physical thing during one week"^^xsd:string ; | 72 | rdfs:label "physical thing during one week"^^xsd:string ; |
| 73 | rdfs:subClassOf ep-core:PhysicalThing . | 73 | rdfs:subClassOf ep-core:PhysicalThing . |
| 74 | 74 | ||
| 75 | ep-core:PhysicalThingDuringOneYear | 75 | ep-core:PhysicalThingDuringOneYear |
| 76 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 76 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 77 | rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; | 77 | rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; |
| 78 | rdfs:label "physical thing during one year"^^xsd:string ; | 78 | rdfs:label "physical thing during one year"^^xsd:string ; |
| 79 | rdfs:subClassOf ep-core:PhysicalThing . | 79 | rdfs:subClassOf ep-core:PhysicalThing . |
| 80 | 80 | ||
| 81 | ep-core:PhysicalThingDuringYearToDate | 81 | ep-core:PhysicalThingDuringYearToDate |
| 82 | - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; | 82 | + rdf:type ep-flow:TemporalPartDurationType , owl:Class ; |
| 83 | rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; | 83 | rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; |
| 84 | rdfs:label "physical thing during year to date"^^xsd:string ; | 84 | rdfs:label "physical thing during year to date"^^xsd:string ; |
| 85 | rdfs:subClassOf ep-core:PhysicalThing . | 85 | rdfs:subClassOf ep-core:PhysicalThing . |
| 86 | 86 | ||
| 87 | ep-flow:AllocatedFlow | 87 | ep-flow:AllocatedFlow |
| 88 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 88 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 89 | rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; | 89 | rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; |
| 90 | rdfs:label "allocated flow"^^xsd:string ; | 90 | rdfs:label "allocated flow"^^xsd:string ; |
| 91 | rdfs:subClassOf ep-flow:Flow . | 91 | rdfs:subClassOf ep-flow:Flow . |
| 92 | 92 | ||
| 93 | ep-flow:AllocatedInventory | 93 | ep-flow:AllocatedInventory |
| 94 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 94 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 95 | rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; | 95 | rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; |
| 96 | rdfs:label "allocated inventory"^^xsd:string ; | 96 | rdfs:label "allocated inventory"^^xsd:string ; |
| 97 | rdfs:subClassOf ep-flow:Inventory . | 97 | rdfs:subClassOf ep-flow:Inventory . |
| 98 | 98 | ||
| 99 | ep-flow:BudgetFlow | 99 | ep-flow:BudgetFlow |
| 100 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 100 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 101 | rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; | 101 | rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; |
| 102 | rdfs:label "budget flow"^^xsd:string ; | 102 | rdfs:label "budget flow"^^xsd:string ; |
| 103 | rdfs:subClassOf ep-flow:Flow . | 103 | rdfs:subClassOf ep-flow:Flow . |
| 104 | 104 | ||
| 105 | ep-flow:ClassOfMaterialWithMassCriterion | 105 | ep-flow:ClassOfMaterialWithMassCriterion |
| 106 | rdf:type rdfs:Class ; | 106 | rdf:type rdfs:Class ; |
| 107 | - rdfs:comment "class that has amounts of material with a particular mass as members"^^xsd:string , "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string ; | 107 | + rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ; |
| 108 | rdfs:label "class of material with mass criterion"^^xsd:string ; | 108 | rdfs:label "class of material with mass criterion"^^xsd:string ; |
| 109 | rdfs:subClassOf owl:Class . | 109 | rdfs:subClassOf owl:Class . |
| 110 | 110 | ||
| 111 | ep-flow:ConstraintFlow | 111 | ep-flow:ConstraintFlow |
| 112 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 112 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 113 | rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; | 113 | rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; |
| 114 | rdfs:label "constraint flow"^^xsd:string ; | 114 | rdfs:label "constraint flow"^^xsd:string ; |
| 115 | rdfs:subClassOf ep-flow:Flow . | 115 | rdfs:subClassOf ep-flow:Flow . |
| 116 | 116 | ||
| 117 | ep-flow:ConstraintFlow-fixed | 117 | ep-flow:ConstraintFlow-fixed |
| 118 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 118 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 119 | rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; | 119 | rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; |
| 120 | rdfs:label "constraint flow - fixed"^^xsd:string ; | 120 | rdfs:label "constraint flow - fixed"^^xsd:string ; |
| 121 | rdfs:subClassOf ep-flow:ConstraintFlow . | 121 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 122 | 122 | ||
| 123 | ep-flow:ConstraintFlow-maximum | 123 | ep-flow:ConstraintFlow-maximum |
| 124 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 124 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 125 | rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; | 125 | rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; |
| 126 | rdfs:label "constraint flow - maximum"^^xsd:string ; | 126 | rdfs:label "constraint flow - maximum"^^xsd:string ; |
| 127 | rdfs:subClassOf ep-flow:ConstraintFlow . | 127 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 128 | 128 | ||
| 129 | ep-flow:ConstraintFlow-minimum | 129 | ep-flow:ConstraintFlow-minimum |
| 130 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 130 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 131 | rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; | 131 | rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; |
| 132 | rdfs:label "constraint flow - minimum"^^xsd:string ; | 132 | rdfs:label "constraint flow - minimum"^^xsd:string ; |
| 133 | rdfs:subClassOf ep-flow:ConstraintFlow . | 133 | rdfs:subClassOf ep-flow:ConstraintFlow . |
| 134 | 134 | ||
| 135 | ep-flow:ConsumptionFlow | 135 | ep-flow:ConsumptionFlow |
| 136 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 136 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 137 | rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; | 137 | rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; |
| 138 | rdfs:label "consumption flow"^^xsd:string ; | 138 | rdfs:label "consumption flow"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-flow:Flow . | 139 | rdfs:subClassOf ep-flow:Flow . |
| 140 | 140 | ||
| 141 | ep-flow:ConsumptionFlow-HPflare | 141 | ep-flow:ConsumptionFlow-HPflare |
| 142 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 142 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 143 | rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; | 143 | rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; |
| 144 | rdfs:label "consumption flow - HP flare"^^xsd:string ; | 144 | rdfs:label "consumption flow - HP flare"^^xsd:string ; |
| 145 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | 145 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . |
| 146 | 146 | ||
| 147 | ep-flow:ConsumptionFlow-LPflare | 147 | ep-flow:ConsumptionFlow-LPflare |
| 148 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 148 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 149 | rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; | 149 | rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; |
| 150 | rdfs:label "consumption flow - LP flare"^^xsd:string ; | 150 | rdfs:label "consumption flow - LP flare"^^xsd:string ; |
| 151 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . | 151 | rdfs:subClassOf ep-flow:ConsumptionFlow-flare . |
| 152 | 152 | ||
| 153 | ep-flow:ConsumptionFlow-blackstart | 153 | ep-flow:ConsumptionFlow-blackstart |
| 154 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 154 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 155 | rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; | 155 | rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; |
| 156 | rdfs:label "consumption flow - blackstart"^^xsd:string ; | 156 | rdfs:label "consumption flow - blackstart"^^xsd:string ; |
| 157 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 157 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 158 | 158 | ||
| 159 | ep-flow:ConsumptionFlow-compressor | 159 | ep-flow:ConsumptionFlow-compressor |
| 160 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 160 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 161 | rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; | 161 | rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; |
| 162 | rdfs:label "consumption flow - compressor"^^xsd:string ; | 162 | rdfs:label "consumption flow - compressor"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 163 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 164 | 164 | ||
| 165 | ep-flow:ConsumptionFlow-emitted | 165 | ep-flow:ConsumptionFlow-emitted |
| 166 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 166 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 167 | rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; | 167 | rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; |
| 168 | rdfs:label "consumption flow - emitted"^^xsd:string ; | 168 | rdfs:label "consumption flow - emitted"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 169 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 170 | 170 | ||
| 171 | ep-flow:ConsumptionFlow-flare | 171 | ep-flow:ConsumptionFlow-flare |
| 172 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 172 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 173 | rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; | 173 | rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; |
| 174 | rdfs:label "consumption flow - flare"^^xsd:string ; | 174 | rdfs:label "consumption flow - flare"^^xsd:string ; |
| 175 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 175 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 176 | 176 | ||
| 177 | ep-flow:ConsumptionFlow-fuel | 177 | ep-flow:ConsumptionFlow-fuel |
| 178 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 178 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 179 | rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; | 179 | rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; |
| 180 | rdfs:label "consumption flow - fuel"^^xsd:string ; | 180 | rdfs:label "consumption flow - fuel"^^xsd:string ; |
| 181 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 181 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 182 | 182 | ||
| 183 | ep-flow:ConsumptionFlow-noncompressor | 183 | ep-flow:ConsumptionFlow-noncompressor |
| 184 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 184 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 185 | rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; | 185 | rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; |
| 186 | rdfs:label "consumption flow - non-compressor"^^xsd:string ; | 186 | rdfs:label "consumption flow - non-compressor"^^xsd:string ; |
| 187 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 187 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| 188 | 188 | ||
| 189 | ep-flow:ConsumptionFlow-venting | 189 | ep-flow:ConsumptionFlow-venting |
| 190 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 190 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 191 | rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; | 191 | rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; |
| 192 | rdfs:label "consumption flow - venting"^^xsd:string ; | 192 | rdfs:label "consumption flow - venting"^^xsd:string ; |
| 193 | rdfs:subClassOf ep-flow:ConsumptionFlow . | 193 | rdfs:subClassOf ep-flow:ConsumptionFlow . |
| ... | @@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow | ... | @@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow |
| 205 | rdfs:subClassOf ep-flow:ProductionFlow . | 205 | rdfs:subClassOf ep-flow:ProductionFlow . |
| 206 | 206 | ||
| 207 | ep-flow:DerivedFlow | 207 | ep-flow:DerivedFlow |
| 208 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 208 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 209 | rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; | 209 | rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; |
| 210 | rdfs:label "derived flow"^^xsd:string ; | 210 | rdfs:label "derived flow"^^xsd:string ; |
| 211 | rdfs:subClassOf ep-flow:Flow . | 211 | rdfs:subClassOf ep-flow:Flow . |
| 212 | 212 | ||
| 213 | ep-flow:DerivedFlow-difference | 213 | ep-flow:DerivedFlow-difference |
| 214 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 214 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 215 | rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; | 215 | rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; |
| 216 | rdfs:label "derived flow - difference"^^xsd:string ; | 216 | rdfs:label "derived flow - difference"^^xsd:string ; |
| 217 | rdfs:subClassOf ep-flow:DerivedFlow . | 217 | rdfs:subClassOf ep-flow:DerivedFlow . |
| 218 | 218 | ||
| 219 | ep-flow:DifferenceFlow | 219 | ep-flow:DifferenceFlow |
| 220 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 220 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 221 | rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; | 221 | rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; |
| 222 | rdfs:label "difference flow"^^xsd:string ; | 222 | rdfs:label "difference flow"^^xsd:string ; |
| 223 | rdfs:subClassOf ep-flow:Flow . | 223 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow | ... | @@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow |
| 229 | rdfs:subClassOf ep-flow:Flow . | 229 | rdfs:subClassOf ep-flow:Flow . |
| 230 | 230 | ||
| 231 | ep-flow:EstimatedFlow | 231 | ep-flow:EstimatedFlow |
| 232 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 232 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 233 | rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | 233 | rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; |
| 234 | rdfs:label "estimated flow"^^xsd:string ; | 234 | rdfs:label "estimated flow"^^xsd:string ; |
| 235 | rdfs:subClassOf ep-flow:Flow . | 235 | rdfs:subClassOf ep-flow:Flow . |
| 236 | 236 | ||
| 237 | ep-flow:ExportFlow | 237 | ep-flow:ExportFlow |
| 238 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 238 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 239 | rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | 239 | rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; |
| 240 | rdfs:label "export"^^xsd:string ; | 240 | rdfs:label "export"^^xsd:string ; |
| 241 | rdfs:subClassOf ep-flow:Flow . | 241 | rdfs:subClassOf ep-flow:Flow . |
| 242 | 242 | ||
| 243 | ep-flow:ExportFlow-nominated | 243 | ep-flow:ExportFlow-nominated |
| 244 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 244 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 245 | rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; | 245 | rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; |
| 246 | rdfs:label "export flow nominated"^^xsd:string ; | 246 | rdfs:label "export flow nominated"^^xsd:string ; |
| 247 | rdfs:subClassOf ep-flow:ExportFlow . | 247 | rdfs:subClassOf ep-flow:ExportFlow . |
| 248 | 248 | ||
| 249 | ep-flow:ExportFlow-requested | 249 | ep-flow:ExportFlow-requested |
| 250 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 250 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 251 | rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; | 251 | rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; |
| 252 | rdfs:label "export flow requested"^^xsd:string ; | 252 | rdfs:label "export flow requested"^^xsd:string ; |
| 253 | rdfs:subClassOf ep-flow:ExportFlow . | 253 | rdfs:subClassOf ep-flow:ExportFlow . |
| 254 | 254 | ||
| 255 | ep-flow:ExportFlow-shortfall | 255 | ep-flow:ExportFlow-shortfall |
| 256 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 256 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 257 | rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; | 257 | rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; |
| 258 | rdfs:label "export flow shortfall"^^xsd:string ; | 258 | rdfs:label "export flow shortfall"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-flow:ExportFlow . | 259 | rdfs:subClassOf ep-flow:ExportFlow . |
| ... | @@ -264,54 +264,6 @@ ep-flow:Flow | ... | @@ -264,54 +264,6 @@ ep-flow:Flow |
| 264 | rdfs:label "flow"^^xsd:string ; | 264 | rdfs:label "flow"^^xsd:string ; |
| 265 | rdfs:subClassOf ep-core:PhysicalThing . | 265 | rdfs:subClassOf ep-core:PhysicalThing . |
| 266 | 266 | ||
| 267 | -ep-flow:FlowAtInstant | ||
| 268 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 269 | - rdfs:comment "flow that is at an instant in time"^^xsd:string ; | ||
| 270 | - rdfs:label "flow at instant"^^xsd:string ; | ||
| 271 | - rdfs:subClassOf ep-flow:Flow . | ||
| 272 | - | ||
| 273 | -ep-flow:FlowDuringDay | ||
| 274 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 275 | - rdfs:comment "flow that is during a day"^^xsd:string ; | ||
| 276 | - rdfs:label "flow during day"^^xsd:string ; | ||
| 277 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 278 | - | ||
| 279 | -ep-flow:FlowDuringMonth | ||
| 280 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 281 | - rdfs:comment "flow that is during a month"^^xsd:string ; | ||
| 282 | - rdfs:label "flow during month"^^xsd:string ; | ||
| 283 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 284 | - | ||
| 285 | -ep-flow:FlowDuringMonthToDate | ||
| 286 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 287 | - rdfs:comment "flow that exists from the beginning of a month to a point in time within it"^^xsd:string ; | ||
| 288 | - rdfs:label "flow during month to date"^^xsd:string ; | ||
| 289 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 290 | - | ||
| 291 | -ep-flow:FlowDuringPeriod | ||
| 292 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 293 | - rdfs:comment "flow that is during a period of time"^^xsd:string ; | ||
| 294 | - rdfs:label "flow during period"^^xsd:string ; | ||
| 295 | - rdfs:subClassOf ep-flow:Flow . | ||
| 296 | - | ||
| 297 | -ep-flow:FlowDuringWeek | ||
| 298 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 299 | - rdfs:comment "flow that is during a week"^^xsd:string ; | ||
| 300 | - rdfs:label "flow during week"^^xsd:string ; | ||
| 301 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 302 | - | ||
| 303 | -ep-flow:FlowDuringYear | ||
| 304 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 305 | - rdfs:comment "flow that is during a year"^^xsd:string ; | ||
| 306 | - rdfs:label "flow during year"^^xsd:string ; | ||
| 307 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 308 | - | ||
| 309 | -ep-flow:FlowDuringYearToDate | ||
| 310 | - rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ; | ||
| 311 | - rdfs:comment "flow that exists from the beginning of a year to a point in time within it"^^xsd:string ; | ||
| 312 | - rdfs:label "flow during year to date"^^xsd:string ; | ||
| 313 | - rdfs:subClassOf ep-flow:FlowDuringPeriod . | ||
| 314 | - | ||
| 315 | ep-flow:FlowInAStandardState | 267 | ep-flow:FlowInAStandardState |
| 316 | rdf:type owl:Class ; | 268 | rdf:type owl:Class ; |
| 317 | rdfs:comment "flow that is in a standard pressure and temperature state"^^xsd:string ; | 269 | rdfs:comment "flow that is in a standard pressure and temperature state"^^xsd:string ; |
| ... | @@ -325,61 +277,61 @@ ep-flow:FlowOfLiquid | ... | @@ -325,61 +277,61 @@ ep-flow:FlowOfLiquid |
| 325 | rdfs:subClassOf ep-flow:Flow . | 277 | rdfs:subClassOf ep-flow:Flow . |
| 326 | 278 | ||
| 327 | ep-flow:FlowToSale | 279 | ep-flow:FlowToSale |
| 328 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 280 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 329 | rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; | 281 | rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; |
| 330 | rdfs:label "flow to sale"^^xsd:string ; | 282 | rdfs:label "flow to sale"^^xsd:string ; |
| 331 | rdfs:subClassOf ep-flow:Flow . | 283 | rdfs:subClassOf ep-flow:Flow . |
| 332 | 284 | ||
| 333 | ep-flow:FlowToStorage | 285 | ep-flow:FlowToStorage |
| 334 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 286 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 335 | rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; | 287 | rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; |
| 336 | rdfs:label "flow to storage"^^xsd:string ; | 288 | rdfs:label "flow to storage"^^xsd:string ; |
| 337 | rdfs:subClassOf ep-flow:Flow . | 289 | rdfs:subClassOf ep-flow:Flow . |
| 338 | 290 | ||
| 339 | ep-flow:ForecastFlow | 291 | ep-flow:ForecastFlow |
| 340 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 292 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 341 | rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; | 293 | rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; |
| 342 | rdfs:label "forecast flow"^^xsd:string ; | 294 | rdfs:label "forecast flow"^^xsd:string ; |
| 343 | rdfs:subClassOf ep-flow:Flow . | 295 | rdfs:subClassOf ep-flow:Flow . |
| 344 | 296 | ||
| 345 | ep-flow:ForecastFlow-declineCurve | 297 | ep-flow:ForecastFlow-declineCurve |
| 346 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 298 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 347 | rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; | 299 | rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; |
| 348 | rdfs:label "forecast flow - decline curve"^^xsd:string ; | 300 | rdfs:label "forecast flow - decline curve"^^xsd:string ; |
| 349 | rdfs:subClassOf ep-flow:ForecastFlow . | 301 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 350 | 302 | ||
| 351 | ep-flow:ForecastFlow-standard | 303 | ep-flow:ForecastFlow-standard |
| 352 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 304 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 353 | rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; | 305 | rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; |
| 354 | rdfs:label "forecast flow - standard"^^xsd:string ; | 306 | rdfs:label "forecast flow - standard"^^xsd:string ; |
| 355 | rdfs:subClassOf ep-flow:ForecastFlow . | 307 | rdfs:subClassOf ep-flow:ForecastFlow . |
| 356 | 308 | ||
| 357 | ep-flow:GasLiftFlow | 309 | ep-flow:GasLiftFlow |
| 358 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 310 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 359 | rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; | 311 | rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; |
| 360 | rdfs:label "gas lift flow"^^xsd:string ; | 312 | rdfs:label "gas lift flow"^^xsd:string ; |
| 361 | rdfs:subClassOf ep-flow:InjectionFlow . | 313 | rdfs:subClassOf ep-flow:InjectionFlow . |
| 362 | 314 | ||
| 363 | ep-flow:GrossProductFlow | 315 | ep-flow:GrossProductFlow |
| 364 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 316 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 365 | rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; | 317 | rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; |
| 366 | rdfs:label "gross product flow"^^xsd:string ; | 318 | rdfs:label "gross product flow"^^xsd:string ; |
| 367 | rdfs:subClassOf ep-flow:ProductFlow . | 319 | rdfs:subClassOf ep-flow:ProductFlow . |
| 368 | 320 | ||
| 369 | ep-flow:HydrocarbonAccountingFlow | 321 | ep-flow:HydrocarbonAccountingFlow |
| 370 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 322 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 371 | rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; | 323 | rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; |
| 372 | rdfs:label "hydrocarbon accounting"^^xsd:string ; | 324 | rdfs:label "hydrocarbon accounting"^^xsd:string ; |
| 373 | rdfs:subClassOf ep-flow:Flow . | 325 | rdfs:subClassOf ep-flow:Flow . |
| 374 | 326 | ||
| 375 | ep-flow:ImportFlow | 327 | ep-flow:ImportFlow |
| 376 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 328 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 377 | rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; | 329 | rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; |
| 378 | rdfs:label "import"^^xsd:string ; | 330 | rdfs:label "import"^^xsd:string ; |
| 379 | rdfs:subClassOf ep-flow:Flow . | 331 | rdfs:subClassOf ep-flow:Flow . |
| 380 | 332 | ||
| 381 | ep-flow:InjectionFlow | 333 | ep-flow:InjectionFlow |
| 382 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 334 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 383 | rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; | 335 | rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; |
| 384 | rdfs:label "injection flow"^^xsd:string ; | 336 | rdfs:label "injection flow"^^xsd:string ; |
| 385 | rdfs:subClassOf ep-flow:Flow . | 337 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -391,67 +343,67 @@ ep-flow:Inventory | ... | @@ -391,67 +343,67 @@ ep-flow:Inventory |
| 391 | rdfs:subClassOf ep-core:PhysicalObject . | 343 | rdfs:subClassOf ep-core:PhysicalObject . |
| 392 | 344 | ||
| 393 | ep-flow:MassAdjustedFlow | 345 | ep-flow:MassAdjustedFlow |
| 394 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 346 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 395 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 347 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
| 396 | rdfs:label "mass adjusted flow"^^xsd:string ; | 348 | rdfs:label "mass adjusted flow"^^xsd:string ; |
| 397 | rdfs:subClassOf ep-flow:Flow . | 349 | rdfs:subClassOf ep-flow:Flow . |
| 398 | 350 | ||
| 399 | ep-flow:MeasuredFlow | 351 | ep-flow:MeasuredFlow |
| 400 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 352 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 401 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; | 353 | rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; |
| 402 | rdfs:label "measured flow"^^xsd:string ; | 354 | rdfs:label "measured flow"^^xsd:string ; |
| 403 | rdfs:subClassOf ep-flow:Flow . | 355 | rdfs:subClassOf ep-flow:Flow . |
| 404 | 356 | ||
| 405 | ep-flow:MeasuredFlow-fiscal | 357 | ep-flow:MeasuredFlow-fiscal |
| 406 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 358 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 407 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; | 359 | rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; |
| 408 | rdfs:label "measured flow - fiscal"^^xsd:string ; | 360 | rdfs:label "measured flow - fiscal"^^xsd:string ; |
| 409 | rdfs:subClassOf ep-flow:MeasuredFlow . | 361 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 410 | 362 | ||
| 411 | ep-flow:MeasuredFlow-raw | 363 | ep-flow:MeasuredFlow-raw |
| 412 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 364 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 413 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; | 365 | rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; |
| 414 | rdfs:label "measured flow - raw"^^xsd:string ; | 366 | rdfs:label "measured flow - raw"^^xsd:string ; |
| 415 | rdfs:subClassOf ep-flow:MeasuredFlow . | 367 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 416 | 368 | ||
| 417 | ep-flow:MeasuredFlow-recalibrated | 369 | ep-flow:MeasuredFlow-recalibrated |
| 418 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; | 370 | + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; |
| 419 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; | 371 | rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; |
| 420 | rdfs:label "measured flow - recalibrated"^^xsd:string ; | 372 | rdfs:label "measured flow - recalibrated"^^xsd:string ; |
| 421 | rdfs:subClassOf ep-flow:MeasuredFlow . | 373 | rdfs:subClassOf ep-flow:MeasuredFlow . |
| 422 | 374 | ||
| 423 | ep-flow:MeasuredInventory | 375 | ep-flow:MeasuredInventory |
| 424 | - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; | 376 | + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; |
| 425 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; | 377 | rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; |
| 426 | rdfs:label "measured inventory"^^xsd:string ; | 378 | rdfs:label "measured inventory"^^xsd:string ; |
| 427 | rdfs:subClassOf ep-flow:Inventory . | 379 | rdfs:subClassOf ep-flow:Inventory . |
| 428 | 380 | ||
| 429 | ep-flow:MeteredFlowFiscal | 381 | ep-flow:MeteredFlowFiscal |
| 430 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 382 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 431 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; | 383 | rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; |
| 432 | rdfs:label "metered flow fiscal"^^xsd:string ; | 384 | rdfs:label "metered flow fiscal"^^xsd:string ; |
| 433 | rdfs:subClassOf ep-flow:Flow . | 385 | rdfs:subClassOf ep-flow:Flow . |
| 434 | 386 | ||
| 435 | ep-flow:NetProductFlow | 387 | ep-flow:NetProductFlow |
| 436 | - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; | 388 | + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; |
| 437 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; | 389 | rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; |
| 438 | rdfs:label "net product flow"^^xsd:string ; | 390 | rdfs:label "net product flow"^^xsd:string ; |
| 439 | rdfs:subClassOf ep-flow:ProductFlow . | 391 | rdfs:subClassOf ep-flow:ProductFlow . |
| 440 | 392 | ||
| 441 | ep-flow:NominatedFlow | 393 | ep-flow:NominatedFlow |
| 442 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 394 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 443 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; | 395 | rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; |
| 444 | rdfs:label "nominated flow"^^xsd:string ; | 396 | rdfs:label "nominated flow"^^xsd:string ; |
| 445 | rdfs:subClassOf ep-flow:Flow . | 397 | rdfs:subClassOf ep-flow:Flow . |
| 446 | 398 | ||
| 447 | ep-flow:OverboardFlow | 399 | ep-flow:OverboardFlow |
| 448 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 400 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 449 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; | 401 | rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; |
| 450 | rdfs:label "overboard"^^xsd:string ; | 402 | rdfs:label "overboard"^^xsd:string ; |
| 451 | rdfs:subClassOf ep-flow:Flow . | 403 | rdfs:subClassOf ep-flow:Flow . |
| 452 | 404 | ||
| 453 | ep-flow:PotentialFlow | 405 | ep-flow:PotentialFlow |
| 454 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 406 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 455 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; | 407 | rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; |
| 456 | rdfs:label "potential flow"^^xsd:string ; | 408 | rdfs:label "potential flow"^^xsd:string ; |
| 457 | rdfs:subClassOf ep-flow:Flow . | 409 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -469,7 +421,7 @@ ep-flow:PrecipitationType | ... | @@ -469,7 +421,7 @@ ep-flow:PrecipitationType |
| 469 | rdfs:subClassOf owl:Class . | 421 | rdfs:subClassOf owl:Class . |
| 470 | 422 | ||
| 471 | ep-flow:ProcessedFlow | 423 | ep-flow:ProcessedFlow |
| 472 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 424 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 473 | rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; | 425 | rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; |
| 474 | rdfs:label "processed flow"^^xsd:string ; | 426 | rdfs:label "processed flow"^^xsd:string ; |
| 475 | rdfs:subClassOf ep-flow:Flow . | 427 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -499,31 +451,31 @@ ep-flow:ProductInventory | ... | @@ -499,31 +451,31 @@ ep-flow:ProductInventory |
| 499 | rdfs:subClassOf ep-flow:Inventory . | 451 | rdfs:subClassOf ep-flow:Inventory . |
| 500 | 452 | ||
| 501 | ep-flow:ProductInventoryAdjustedClosingBalance | 453 | ep-flow:ProductInventoryAdjustedClosingBalance |
| 502 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 454 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 503 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; | 455 | rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; |
| 504 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; | 456 | rdfs:label "product inventory adjusted closing balance"^^xsd:string ; |
| 505 | rdfs:subClassOf ep-flow:ProductInventory . | 457 | rdfs:subClassOf ep-flow:ProductInventory . |
| 506 | 458 | ||
| 507 | ep-flow:ProductInventoryClosingBalance | 459 | ep-flow:ProductInventoryClosingBalance |
| 508 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 460 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 509 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; | 461 | rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; |
| 510 | rdfs:label "product inventory closing balance"^^xsd:string ; | 462 | rdfs:label "product inventory closing balance"^^xsd:string ; |
| 511 | rdfs:subClassOf ep-flow:ProductInventory . | 463 | rdfs:subClassOf ep-flow:ProductInventory . |
| 512 | 464 | ||
| 513 | ep-flow:ProductInventoryClosingStorageBalance | 465 | ep-flow:ProductInventoryClosingStorageBalance |
| 514 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 466 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 515 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; | 467 | rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; |
| 516 | rdfs:label "product inventory closing storage balance"^^xsd:string ; | 468 | rdfs:label "product inventory closing storage balance"^^xsd:string ; |
| 517 | rdfs:subClassOf ep-flow:ProductInventory . | 469 | rdfs:subClassOf ep-flow:ProductInventory . |
| 518 | 470 | ||
| 519 | ep-flow:ProductInventoryOpFlex | 471 | ep-flow:ProductInventoryOpFlex |
| 520 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 472 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 521 | rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; | 473 | rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; |
| 522 | rdfs:label "product inventory opFlex"^^xsd:string ; | 474 | rdfs:label "product inventory opFlex"^^xsd:string ; |
| 523 | rdfs:subClassOf ep-flow:ProductInventory . | 475 | rdfs:subClassOf ep-flow:ProductInventory . |
| 524 | 476 | ||
| 525 | ep-flow:ProductInventoryOpeningBalance | 477 | ep-flow:ProductInventoryOpeningBalance |
| 526 | - rdf:type owl:Class , ep-flow:ProductInventoryType ; | 478 | + rdf:type ep-flow:ProductInventoryType , owl:Class ; |
| 527 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; | 479 | rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; |
| 528 | rdfs:label "product inventory opening balance"^^xsd:string ; | 480 | rdfs:label "product inventory opening balance"^^xsd:string ; |
| 529 | rdfs:subClassOf ep-flow:ProductInventory . | 481 | rdfs:subClassOf ep-flow:ProductInventory . |
| ... | @@ -541,7 +493,7 @@ ep-flow:ProductMaterialType | ... | @@ -541,7 +493,7 @@ ep-flow:ProductMaterialType |
| 541 | rdfs:subClassOf owl:Class . | 493 | rdfs:subClassOf owl:Class . |
| 542 | 494 | ||
| 543 | ep-flow:ProductionExploitation | 495 | ep-flow:ProductionExploitation |
| 544 | - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; | 496 | + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; |
| 545 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; | 497 | rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; |
| 546 | rdfs:label "production exploitation"^^xsd:string ; | 498 | rdfs:label "production exploitation"^^xsd:string ; |
| 547 | rdfs:subClassOf ep-flow:Flow . | 499 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -641,37 +593,37 @@ ep-flow:ProductionTestWellHeadFlow | ... | @@ -641,37 +593,37 @@ ep-flow:ProductionTestWellHeadFlow |
| 641 | rdfs:subClassOf ep-flow:Flow . | 593 | rdfs:subClassOf ep-flow:Flow . |
| 642 | 594 | ||
| 643 | ep-flow:QuotaFlow | 595 | ep-flow:QuotaFlow |
| 644 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 596 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 645 | rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; | 597 | rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; |
| 646 | rdfs:label "quota flow"^^xsd:string ; | 598 | rdfs:label "quota flow"^^xsd:string ; |
| 647 | rdfs:subClassOf ep-flow:Flow . | 599 | rdfs:subClassOf ep-flow:Flow . |
| 648 | 600 | ||
| 649 | ep-flow:RecommendedFlow | 601 | ep-flow:RecommendedFlow |
| 650 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 602 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 651 | rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; | 603 | rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; |
| 652 | rdfs:label "recommended flow"^^xsd:string ; | 604 | rdfs:label "recommended flow"^^xsd:string ; |
| 653 | rdfs:subClassOf ep-flow:Flow . | 605 | rdfs:subClassOf ep-flow:Flow . |
| 654 | 606 | ||
| 655 | ep-flow:SaleableFlow | 607 | ep-flow:SaleableFlow |
| 656 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 608 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 657 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; | 609 | rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; |
| 658 | rdfs:label "saleable flow"^^xsd:string ; | 610 | rdfs:label "saleable flow"^^xsd:string ; |
| 659 | rdfs:subClassOf ep-flow:Flow . | 611 | rdfs:subClassOf ep-flow:Flow . |
| 660 | 612 | ||
| 661 | ep-flow:SimulatedFlow | 613 | ep-flow:SimulatedFlow |
| 662 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 614 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 663 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; | 615 | rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; |
| 664 | rdfs:label "simulated flow"^^xsd:string ; | 616 | rdfs:label "simulated flow"^^xsd:string ; |
| 665 | rdfs:subClassOf ep-flow:Flow . | 617 | rdfs:subClassOf ep-flow:Flow . |
| 666 | 618 | ||
| 667 | ep-flow:TargetFlow | 619 | ep-flow:TargetFlow |
| 668 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 620 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 669 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; | 621 | rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; |
| 670 | rdfs:label "target flow"^^xsd:string ; | 622 | rdfs:label "target flow"^^xsd:string ; |
| 671 | rdfs:subClassOf ep-flow:Flow . | 623 | rdfs:subClassOf ep-flow:Flow . |
| 672 | 624 | ||
| 673 | ep-flow:TariffBasisFlow | 625 | ep-flow:TariffBasisFlow |
| 674 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 626 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 675 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 627 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
| 676 | rdfs:label "tariff basis flow"^^xsd:string ; | 628 | rdfs:label "tariff basis flow"^^xsd:string ; |
| 677 | rdfs:subClassOf ep-flow:Flow . | 629 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -682,12 +634,8 @@ ep-flow:TemporalPartDurationType | ... | @@ -682,12 +634,8 @@ ep-flow:TemporalPartDurationType |
| 682 | rdfs:label "temporal part duration type"^^xsd:string ; | 634 | rdfs:label "temporal part duration type"^^xsd:string ; |
| 683 | rdfs:subClassOf owl:Class . | 635 | rdfs:subClassOf owl:Class . |
| 684 | 636 | ||
| 685 | -ep-flow:TemporalPartOfAFlowDurationType | ||
| 686 | - rdf:type rdfs:Class ; | ||
| 687 | - rdfs:subClassOf owl:Class . | ||
| 688 | - | ||
| 689 | ep-flow:ValueAdjustedFlow | 637 | ep-flow:ValueAdjustedFlow |
| 690 | - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; | 638 | + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; |
| 691 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; | 639 | rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; |
| 692 | rdfs:label "value adjusted flow"^^xsd:string ; | 640 | rdfs:label "value adjusted flow"^^xsd:string ; |
| 693 | rdfs:subClassOf ep-flow:Flow . | 641 | rdfs:subClassOf ep-flow:Flow . |
| ... | @@ -708,19 +656,19 @@ ep-flow:WholeLifeProductFlow | ... | @@ -708,19 +656,19 @@ ep-flow:WholeLifeProductFlow |
| 708 | rdf:type owl:Class ; | 656 | rdf:type owl:Class ; |
| 709 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; | 657 | rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; |
| 710 | rdfs:label "whole life product flow"^^xsd:string ; | 658 | rdfs:label "whole life product flow"^^xsd:string ; |
| 711 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . | 659 | + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . |
| 712 | 660 | ||
| 713 | ep-flow:WholeLifeProductInventory | 661 | ep-flow:WholeLifeProductInventory |
| 714 | rdf:type owl:Class ; | 662 | rdf:type owl:Class ; |
| 715 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; | 663 | rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; |
| 716 | rdfs:label "whole life product inventory"^^xsd:string ; | 664 | rdfs:label "whole life product inventory"^^xsd:string ; |
| 717 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory . | 665 | + rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . |
| 718 | 666 | ||
| 719 | ep-flow:WholeLifeProductionFlow | 667 | ep-flow:WholeLifeProductionFlow |
| 720 | rdf:type owl:Class ; | 668 | rdf:type owl:Class ; |
| 721 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; | 669 | rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; |
| 722 | rdfs:label "whole life production flow"^^xsd:string ; | 670 | rdfs:label "whole life production flow"^^xsd:string ; |
| 723 | - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 671 | + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . |
| 724 | 672 | ||
| 725 | ep-flow:WholeLifeProductionFlowNetwork | 673 | ep-flow:WholeLifeProductionFlowNetwork |
| 726 | rdf:type owl:Class ; | 674 | rdf:type owl:Class ; |
| ... | @@ -732,7 +680,7 @@ ep-flow:WholeLifeProductionInventory | ... | @@ -732,7 +680,7 @@ ep-flow:WholeLifeProductionInventory |
| 732 | rdf:type owl:Class ; | 680 | rdf:type owl:Class ; |
| 733 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; | 681 | rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; |
| 734 | rdfs:label "whole life production inventory"^^xsd:string ; | 682 | rdfs:label "whole life production inventory"^^xsd:string ; |
| 735 | - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . | 683 | + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . |
| 736 | 684 | ||
| 737 | ep-flow:WholeLifeProductionInventoryCollection | 685 | ep-flow:WholeLifeProductionInventoryCollection |
| 738 | rdf:type owl:Class ; | 686 | rdf:type owl:Class ; |
| ... | @@ -747,28 +695,28 @@ ep-flow:Wind | ... | @@ -747,28 +695,28 @@ ep-flow:Wind |
| 747 | rdfs:subClassOf ep-flow:Flow . | 695 | rdfs:subClassOf ep-flow:Flow . |
| 748 | 696 | ||
| 749 | ep-flow:allocatedTo | 697 | ep-flow:allocatedTo |
| 750 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 698 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 751 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; | 699 | rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; |
| 752 | rdfs:domain ep-core:PhysicalObject ; | 700 | rdfs:domain ep-core:PhysicalObject ; |
| 753 | rdfs:label "allocatedTo"^^xsd:string ; | 701 | rdfs:label "allocatedTo"^^xsd:string ; |
| 754 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 702 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 755 | 703 | ||
| 756 | ep-flow:amountOfPrecipitation | 704 | ep-flow:amountOfPrecipitation |
| 757 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 705 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 758 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; | 706 | rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; |
| 759 | rdfs:domain ep-flow:Precipitation ; | 707 | rdfs:domain ep-flow:Precipitation ; |
| 760 | rdfs:label "amount of precipitation"^^xsd:string ; | 708 | rdfs:label "amount of precipitation"^^xsd:string ; |
| 761 | rdfs:range ep-core:Length . | 709 | rdfs:range ep-core:Length . |
| 762 | 710 | ||
| 763 | ep-flow:dailyAverageAmountOfMaterial | 711 | ep-flow:dailyAverageAmountOfMaterial |
| 764 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 712 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 765 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; | 713 | rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; |
| 766 | rdfs:domain ep-flow:Flow ; | 714 | rdfs:domain ep-flow:Flow ; |
| 767 | rdfs:label "daily average amount of material"^^xsd:string ; | 715 | rdfs:label "daily average amount of material"^^xsd:string ; |
| 768 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . | 716 | rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . |
| 769 | 717 | ||
| 770 | ep-flow:energyContent | 718 | ep-flow:energyContent |
| 771 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 719 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 772 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; | 720 | rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; |
| 773 | rdfs:domain ep-material:QuantityOfMaterial ; | 721 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 774 | rdfs:label "energy content"^^xsd:string ; | 722 | rdfs:label "energy content"^^xsd:string ; |
| ... | @@ -819,7 +767,7 @@ ep-flow:flowOutOf | ... | @@ -819,7 +767,7 @@ ep-flow:flowOutOf |
| 819 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . | 767 | rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . |
| 820 | 768 | ||
| 821 | ep-flow:grossCalorificValue | 769 | ep-flow:grossCalorificValue |
| 822 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 770 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 823 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; | 771 | rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; |
| 824 | rdfs:domain ep-material:QuantityOfMaterial ; | 772 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 825 | rdfs:label "gross calorific value"^^xsd:string ; | 773 | rdfs:label "gross calorific value"^^xsd:string ; |
| ... | @@ -842,28 +790,28 @@ ep-flow:hasNetworkPart | ... | @@ -842,28 +790,28 @@ ep-flow:hasNetworkPart |
| 842 | rdfs:subPropertyOf ep-core:hasPart . | 790 | rdfs:subPropertyOf ep-core:hasPart . |
| 843 | 791 | ||
| 844 | ep-flow:horizontalDirectionAzimuth | 792 | ep-flow:horizontalDirectionAzimuth |
| 845 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 793 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 846 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; | 794 | rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; |
| 847 | rdfs:domain ep-flow:Flow ; | 795 | rdfs:domain ep-flow:Flow ; |
| 848 | rdfs:label "horizontal direction azimuth"^^xsd:string ; | 796 | rdfs:label "horizontal direction azimuth"^^xsd:string ; |
| 849 | rdfs:range ep-core:PlaneAngle . | 797 | rdfs:range ep-core:PlaneAngle . |
| 850 | 798 | ||
| 851 | ep-flow:massAtAccountingInstant | 799 | ep-flow:massAtAccountingInstant |
| 852 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 800 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 853 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; | 801 | rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; |
| 854 | rdfs:domain ep-flow:Inventory ; | 802 | rdfs:domain ep-flow:Inventory ; |
| 855 | rdfs:label "mass at accounting instant"^^xsd:string ; | 803 | rdfs:label "mass at accounting instant"^^xsd:string ; |
| 856 | rdfs:range ep-core:Mass . | 804 | rdfs:range ep-core:Mass . |
| 857 | 805 | ||
| 858 | ep-flow:materialThatFlows | 806 | ep-flow:materialThatFlows |
| 859 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 807 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 860 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; | 808 | rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; |
| 861 | rdfs:domain ep-flow:Flow ; | 809 | rdfs:domain ep-flow:Flow ; |
| 862 | rdfs:label "material that flows"^^xsd:string ; | 810 | rdfs:label "material that flows"^^xsd:string ; |
| 863 | rdfs:range ep-material:QuantityOfMaterial . | 811 | rdfs:range ep-material:QuantityOfMaterial . |
| 864 | 812 | ||
| 865 | ep-flow:yearlyAverageAmountOfMaterial | 813 | ep-flow:yearlyAverageAmountOfMaterial |
| 866 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 814 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 867 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; | 815 | rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; |
| 868 | rdfs:domain ep-flow:Flow ; | 816 | rdfs:domain ep-flow:Flow ; |
| 869 | rdfs:label "yearly average amount of material"^^xsd:string ; | 817 | rdfs:label "yearly average amount of material"^^xsd:string ; | ... | ... |
| ... | @@ -61,6 +61,7 @@ ep-geo:County | ... | @@ -61,6 +61,7 @@ ep-geo:County |
| 61 | 61 | ||
| 62 | ep-geo:DestinationType | 62 | ep-geo:DestinationType |
| 63 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
| 64 | + rdfs:comment "class that consists of the classes defined by the SaleDestinationType enumeration in the MPR-XSD"^^xsd:string ; | ||
| 64 | rdfs:label "destination type"^^xsd:string ; | 65 | rdfs:label "destination type"^^xsd:string ; |
| 65 | rdfs:subClassOf owl:Class . | 66 | rdfs:subClassOf owl:Class . |
| 66 | 67 | ||
| ... | @@ -111,26 +112,31 @@ ep-geo:Terminal | ... | @@ -111,26 +112,31 @@ ep-geo:Terminal |
| 111 | 112 | ||
| 112 | ep-geo:hasAreaName | 113 | ep-geo:hasAreaName |
| 113 | rdf:type owl:DatatypeProperty ; | 114 | rdf:type owl:DatatypeProperty ; |
| 115 | + rdfs:comment "area name of an offshore location"^^xsd:string ; | ||
| 114 | rdfs:domain ep-geo:OffshoreLocation ; | 116 | rdfs:domain ep-geo:OffshoreLocation ; |
| 115 | rdfs:label "has area name"^^xsd:string . | 117 | rdfs:label "has area name"^^xsd:string . |
| 116 | 118 | ||
| 117 | ep-geo:hasNorthSeaAreaName | 119 | ep-geo:hasNorthSeaAreaName |
| 118 | rdf:type owl:DatatypeProperty ; | 120 | rdf:type owl:DatatypeProperty ; |
| 121 | + rdfs:comment "North Sea area name of an offshore location"^^xsd:string ; | ||
| 119 | rdfs:domain ep-geo:OffshoreLocation ; | 122 | rdfs:domain ep-geo:OffshoreLocation ; |
| 120 | rdfs:label "has North Sea area name"^^xsd:string . | 123 | rdfs:label "has North Sea area name"^^xsd:string . |
| 121 | 124 | ||
| 122 | ep-geo:hasNorthSeaBlockSuffixId | 125 | ep-geo:hasNorthSeaBlockSuffixId |
| 123 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 126 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 127 | + rdfs:comment "North Sea block suffix ID of an offshore location"^^xsd:string ; | ||
| 124 | rdfs:domain ep-geo:OffshoreLocation ; | 128 | rdfs:domain ep-geo:OffshoreLocation ; |
| 125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 129 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
| 126 | 130 | ||
| 127 | ep-geo:hasNorthSeaQuadrantId | 131 | ep-geo:hasNorthSeaQuadrantId |
| 128 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 132 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 133 | + rdfs:comment "North Sea quadrant ID of an offshore location"^^xsd:string ; | ||
| 129 | rdfs:domain ep-geo:OffshoreLocation ; | 134 | rdfs:domain ep-geo:OffshoreLocation ; |
| 130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 135 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
| 131 | 136 | ||
| 132 | ep-geo:hasOffshoreLocationComment | 137 | ep-geo:hasOffshoreLocationComment |
| 133 | rdf:type owl:DatatypeProperty ; | 138 | rdf:type owl:DatatypeProperty ; |
| 139 | + rdfs:comment "comment that is about an offshore location"^^xsd:string ; | ||
| 134 | rdfs:domain ep-geo:OffshoreLocation ; | 140 | rdfs:domain ep-geo:OffshoreLocation ; |
| 135 | rdfs:label "has offshore location comment"^^xsd:string . | 141 | rdfs:label "has offshore location comment"^^xsd:string . |
| 136 | 142 | ... | ... |
| ... | @@ -30,7 +30,7 @@ ep-material:AqueousMaterial | ... | @@ -30,7 +30,7 @@ ep-material:AqueousMaterial |
| 30 | rdfs:subClassOf ep-material:Material . | 30 | rdfs:subClassOf ep-material:Material . |
| 31 | 31 | ||
| 32 | ep-material:BasicSedimentAndWater | 32 | ep-material:BasicSedimentAndWater |
| 33 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 33 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 34 | rdfs:label "basic sediment and water"^^xsd:string ; | 34 | rdfs:label "basic sediment and water"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-material:Fluid ; | 35 | rdfs:subClassOf ep-material:Fluid ; |
| 36 | ep-core:seeReferenceData | 36 | ep-core:seeReferenceData |
| ... | @@ -48,117 +48,117 @@ ep-material:Brine | ... | @@ -48,117 +48,117 @@ ep-material:Brine |
| 48 | rdfs:subClassOf ep-material:Water . | 48 | rdfs:subClassOf ep-material:Water . |
| 49 | 49 | ||
| 50 | ep-material:C10 | 50 | ep-material:C10 |
| 51 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 51 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 52 | rdfs:label "C10"^^xsd:string ; | 52 | rdfs:label "C10"^^xsd:string ; |
| 53 | rdfs:subClassOf ep-material:Material . | 53 | rdfs:subClassOf ep-material:Material . |
| 54 | 54 | ||
| 55 | ep-material:C10AndHeavier | 55 | ep-material:C10AndHeavier |
| 56 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 56 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 57 | rdfs:label "C10+"^^xsd:string ; | 57 | rdfs:label "C10+"^^xsd:string ; |
| 58 | rdfs:subClassOf ep-material:Material . | 58 | rdfs:subClassOf ep-material:Material . |
| 59 | 59 | ||
| 60 | ep-material:C10AndLighter | 60 | ep-material:C10AndLighter |
| 61 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 61 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 62 | rdfs:label "C10-"^^xsd:string ; | 62 | rdfs:label "C10-"^^xsd:string ; |
| 63 | rdfs:subClassOf ep-material:Material . | 63 | rdfs:subClassOf ep-material:Material . |
| 64 | 64 | ||
| 65 | ep-material:C2AndHeavier | 65 | ep-material:C2AndHeavier |
| 66 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 66 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 67 | rdfs:label "C2+"^^xsd:string ; | 67 | rdfs:label "C2+"^^xsd:string ; |
| 68 | rdfs:subClassOf ep-material:Material . | 68 | rdfs:subClassOf ep-material:Material . |
| 69 | 69 | ||
| 70 | ep-material:C2AndLighter | 70 | ep-material:C2AndLighter |
| 71 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 71 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 72 | rdfs:label "C2-"^^xsd:string ; | 72 | rdfs:label "C2-"^^xsd:string ; |
| 73 | rdfs:subClassOf ep-material:Material . | 73 | rdfs:subClassOf ep-material:Material . |
| 74 | 74 | ||
| 75 | ep-material:C3AndHeavier | 75 | ep-material:C3AndHeavier |
| 76 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 76 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 77 | rdfs:label "C3+"^^xsd:string ; | 77 | rdfs:label "C3+"^^xsd:string ; |
| 78 | rdfs:subClassOf ep-material:Material . | 78 | rdfs:subClassOf ep-material:Material . |
| 79 | 79 | ||
| 80 | ep-material:C3AndLighter | 80 | ep-material:C3AndLighter |
| 81 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 81 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 82 | rdfs:label "C3-"^^xsd:string ; | 82 | rdfs:label "C3-"^^xsd:string ; |
| 83 | rdfs:subClassOf ep-material:Material . | 83 | rdfs:subClassOf ep-material:Material . |
| 84 | 84 | ||
| 85 | ep-material:C4AndHeavier | 85 | ep-material:C4AndHeavier |
| 86 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 86 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 87 | rdfs:label "C4+"^^xsd:string ; | 87 | rdfs:label "C4+"^^xsd:string ; |
| 88 | rdfs:subClassOf ep-material:Material . | 88 | rdfs:subClassOf ep-material:Material . |
| 89 | 89 | ||
| 90 | ep-material:C4AndLighter | 90 | ep-material:C4AndLighter |
| 91 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 91 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 92 | rdfs:label "C4-"^^xsd:string ; | 92 | rdfs:label "C4-"^^xsd:string ; |
| 93 | rdfs:subClassOf ep-material:Material . | 93 | rdfs:subClassOf ep-material:Material . |
| 94 | 94 | ||
| 95 | ep-material:C5AndHeavier | 95 | ep-material:C5AndHeavier |
| 96 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 96 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 97 | rdfs:label "C5+"^^xsd:string ; | 97 | rdfs:label "C5+"^^xsd:string ; |
| 98 | rdfs:subClassOf ep-material:Material . | 98 | rdfs:subClassOf ep-material:Material . |
| 99 | 99 | ||
| 100 | ep-material:C5AndLighter | 100 | ep-material:C5AndLighter |
| 101 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 101 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 102 | rdfs:label "C5-"^^xsd:string ; | 102 | rdfs:label "C5-"^^xsd:string ; |
| 103 | rdfs:subClassOf ep-material:Material . | 103 | rdfs:subClassOf ep-material:Material . |
| 104 | 104 | ||
| 105 | ep-material:C6 | 105 | ep-material:C6 |
| 106 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 106 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 107 | rdfs:label "C6"^^xsd:string ; | 107 | rdfs:label "C6"^^xsd:string ; |
| 108 | rdfs:subClassOf ep-material:Material . | 108 | rdfs:subClassOf ep-material:Material . |
| 109 | 109 | ||
| 110 | ep-material:C6AndHeavier | 110 | ep-material:C6AndHeavier |
| 111 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 111 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 112 | rdfs:label "C6+"^^xsd:string ; | 112 | rdfs:label "C6+"^^xsd:string ; |
| 113 | rdfs:subClassOf ep-material:Material . | 113 | rdfs:subClassOf ep-material:Material . |
| 114 | 114 | ||
| 115 | ep-material:C6AndLighter | 115 | ep-material:C6AndLighter |
| 116 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 116 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 117 | rdfs:label "C6-"^^xsd:string ; | 117 | rdfs:label "C6-"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-material:Material . | 118 | rdfs:subClassOf ep-material:Material . |
| 119 | 119 | ||
| 120 | ep-material:C7 | 120 | ep-material:C7 |
| 121 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 121 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 122 | rdfs:label "C7"^^xsd:string ; | 122 | rdfs:label "C7"^^xsd:string ; |
| 123 | rdfs:subClassOf ep-material:Material . | 123 | rdfs:subClassOf ep-material:Material . |
| 124 | 124 | ||
| 125 | ep-material:C7AndHeavier | 125 | ep-material:C7AndHeavier |
| 126 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 126 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 127 | rdfs:label "C7+"^^xsd:string ; | 127 | rdfs:label "C7+"^^xsd:string ; |
| 128 | rdfs:subClassOf ep-material:Material . | 128 | rdfs:subClassOf ep-material:Material . |
| 129 | 129 | ||
| 130 | ep-material:C7AndLighter | 130 | ep-material:C7AndLighter |
| 131 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 131 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 132 | rdfs:label "C7-"^^xsd:string ; | 132 | rdfs:label "C7-"^^xsd:string ; |
| 133 | rdfs:subClassOf ep-material:Material . | 133 | rdfs:subClassOf ep-material:Material . |
| 134 | 134 | ||
| 135 | ep-material:C8 | 135 | ep-material:C8 |
| 136 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 136 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 137 | rdfs:label "C8"^^xsd:string ; | 137 | rdfs:label "C8"^^xsd:string ; |
| 138 | rdfs:subClassOf ep-material:Material . | 138 | rdfs:subClassOf ep-material:Material . |
| 139 | 139 | ||
| 140 | ep-material:C8AndHeavier | 140 | ep-material:C8AndHeavier |
| 141 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 141 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 142 | rdfs:label "C8+"^^xsd:string ; | 142 | rdfs:label "C8+"^^xsd:string ; |
| 143 | rdfs:subClassOf ep-material:Material . | 143 | rdfs:subClassOf ep-material:Material . |
| 144 | 144 | ||
| 145 | ep-material:C8AndLighter | 145 | ep-material:C8AndLighter |
| 146 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 146 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 147 | rdfs:label "C8-"^^xsd:string ; | 147 | rdfs:label "C8-"^^xsd:string ; |
| 148 | rdfs:subClassOf ep-material:Material . | 148 | rdfs:subClassOf ep-material:Material . |
| 149 | 149 | ||
| 150 | ep-material:C9 | 150 | ep-material:C9 |
| 151 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 151 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 152 | rdfs:label "C9"^^xsd:string ; | 152 | rdfs:label "C9"^^xsd:string ; |
| 153 | rdfs:subClassOf ep-material:Material . | 153 | rdfs:subClassOf ep-material:Material . |
| 154 | 154 | ||
| 155 | ep-material:C9AndHeavier | 155 | ep-material:C9AndHeavier |
| 156 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 156 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 157 | rdfs:label "C9+"^^xsd:string ; | 157 | rdfs:label "C9+"^^xsd:string ; |
| 158 | rdfs:subClassOf ep-material:Material . | 158 | rdfs:subClassOf ep-material:Material . |
| 159 | 159 | ||
| 160 | ep-material:C9AndLighter | 160 | ep-material:C9AndLighter |
| 161 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 161 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 162 | rdfs:label "C9-"^^xsd:string ; | 162 | rdfs:label "C9-"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-material:Material . | 163 | rdfs:subClassOf ep-material:Material . |
| 164 | 164 | ||
| ... | @@ -193,6 +193,7 @@ ep-material:Chemical | ... | @@ -193,6 +193,7 @@ ep-material:Chemical |
| 193 | 193 | ||
| 194 | ep-material:ChemicalType | 194 | ep-material:ChemicalType |
| 195 | rdf:type rdfs:Class ; | 195 | rdf:type rdfs:Class ; |
| 196 | + rdfs:comment "class that consists of classes corresponding to named chemicals"^^xsd:string ; | ||
| 196 | rdfs:label "chemical type"^^xsd:string ; | 197 | rdfs:label "chemical type"^^xsd:string ; |
| 197 | rdfs:subClassOf owl:Class . | 198 | rdfs:subClassOf owl:Class . |
| 198 | 199 | ||
| ... | @@ -346,7 +347,7 @@ ep-material:HydrogenSulfide | ... | @@ -346,7 +347,7 @@ ep-material:HydrogenSulfide |
| 346 | rdfs:subClassOf ep-material:Material . | 347 | rdfs:subClassOf ep-material:Material . |
| 347 | 348 | ||
| 348 | ep-material:Isobutane | 349 | ep-material:Isobutane |
| 349 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 350 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 350 | rdfs:label "IC4"^^xsd:string ; | 351 | rdfs:label "IC4"^^xsd:string ; |
| 351 | rdfs:subClassOf ep-material:Material ; | 352 | rdfs:subClassOf ep-material:Material ; |
| 352 | ep-core:name "isobutane"^^xsd:string ; | 353 | ep-core:name "isobutane"^^xsd:string ; |
| ... | @@ -359,7 +360,7 @@ ep-material:Isobutane-component | ... | @@ -359,7 +360,7 @@ ep-material:Isobutane-component |
| 359 | rdfs:subClassOf ep-material:Material . | 360 | rdfs:subClassOf ep-material:Material . |
| 360 | 361 | ||
| 361 | ep-material:Isopentane | 362 | ep-material:Isopentane |
| 362 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 363 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 363 | rdfs:label "IC5"^^xsd:string ; | 364 | rdfs:label "IC5"^^xsd:string ; |
| 364 | rdfs:subClassOf ep-material:Material ; | 365 | rdfs:subClassOf ep-material:Material ; |
| 365 | ep-core:name "isopentane"^^xsd:string ; | 366 | ep-core:name "isopentane"^^xsd:string ; |
| ... | @@ -472,7 +473,7 @@ ep-material:NonHcGas | ... | @@ -472,7 +473,7 @@ ep-material:NonHcGas |
| 472 | rdfs:subClassOf ep-material:Gas . | 473 | rdfs:subClassOf ep-material:Gas . |
| 473 | 474 | ||
| 474 | ep-material:NormalButane | 475 | ep-material:NormalButane |
| 475 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 476 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 476 | rdfs:label "NC4"^^xsd:string ; | 477 | rdfs:label "NC4"^^xsd:string ; |
| 477 | rdfs:subClassOf ep-material:Material ; | 478 | rdfs:subClassOf ep-material:Material ; |
| 478 | ep-core:name "normal butane"^^xsd:string . | 479 | ep-core:name "normal butane"^^xsd:string . |
| ... | @@ -483,7 +484,7 @@ ep-material:NormalButane-component | ... | @@ -483,7 +484,7 @@ ep-material:NormalButane-component |
| 483 | rdfs:subClassOf ep-material:Material . | 484 | rdfs:subClassOf ep-material:Material . |
| 484 | 485 | ||
| 485 | ep-material:NormalPentane | 486 | ep-material:NormalPentane |
| 486 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 487 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 487 | rdfs:label "NC5"^^xsd:string ; | 488 | rdfs:label "NC5"^^xsd:string ; |
| 488 | rdfs:subClassOf ep-material:Material ; | 489 | rdfs:subClassOf ep-material:Material ; |
| 489 | ep-core:name "normal pentane"^^xsd:string . | 490 | ep-core:name "normal pentane"^^xsd:string . |
| ... | @@ -530,7 +531,7 @@ ep-material:OtherInjectionFluid | ... | @@ -530,7 +531,7 @@ ep-material:OtherInjectionFluid |
| 530 | rdfs:subClassOf ep-material:Fluid . | 531 | rdfs:subClassOf ep-material:Fluid . |
| 531 | 532 | ||
| 532 | ep-material:Pentane | 533 | ep-material:Pentane |
| 533 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 534 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 534 | rdfs:label "pentane"^^xsd:string ; | 535 | rdfs:label "pentane"^^xsd:string ; |
| 535 | rdfs:subClassOf ep-material:Material ; | 536 | rdfs:subClassOf ep-material:Material ; |
| 536 | ep-core:seeReferenceData | 537 | ep-core:seeReferenceData |
| ... | @@ -552,7 +553,7 @@ ep-material:PlusFraction | ... | @@ -552,7 +553,7 @@ ep-material:PlusFraction |
| 552 | rdfs:subClassOf ep-material:Fluid . | 553 | rdfs:subClassOf ep-material:Fluid . |
| 553 | 554 | ||
| 554 | ep-material:Propane | 555 | ep-material:Propane |
| 555 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 556 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 556 | rdfs:label "C3"^^xsd:string ; | 557 | rdfs:label "C3"^^xsd:string ; |
| 557 | rdfs:subClassOf ep-material:Material ; | 558 | rdfs:subClassOf ep-material:Material ; |
| 558 | ep-core:name "propane"^^xsd:string ; | 559 | ep-core:name "propane"^^xsd:string ; |
| ... | @@ -588,11 +589,12 @@ ep-material:QuantityOfMaterialInAStandardState | ... | @@ -588,11 +589,12 @@ ep-material:QuantityOfMaterialInAStandardState |
| 588 | 589 | ||
| 589 | ep-material:ReportingProductType | 590 | ep-material:ReportingProductType |
| 590 | rdf:type rdfs:Class ; | 591 | rdf:type rdfs:Class ; |
| 592 | + rdfs:comment "class that consists of subclasses of material corresponding to the ReportingProduct enumeration in the MPR-XSD"^^xsd:string ; | ||
| 591 | rdfs:label "reporting product type"^^xsd:string ; | 593 | rdfs:label "reporting product type"^^xsd:string ; |
| 592 | rdfs:subClassOf owl:Class . | 594 | rdfs:subClassOf owl:Class . |
| 593 | 595 | ||
| 594 | ep-material:Salt | 596 | ep-material:Salt |
| 595 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 597 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 596 | rdfs:label "salt"^^xsd:string ; | 598 | rdfs:label "salt"^^xsd:string ; |
| 597 | rdfs:subClassOf ep-material:Material ; | 599 | rdfs:subClassOf ep-material:Material ; |
| 598 | ep-core:seeReferenceData | 600 | ep-core:seeReferenceData |
| ... | @@ -650,7 +652,7 @@ ep-material:Water-processed | ... | @@ -650,7 +652,7 @@ ep-material:Water-processed |
| 650 | rdfs:subClassOf ep-material:Material . | 652 | rdfs:subClassOf ep-material:Material . |
| 651 | 653 | ||
| 652 | ep-material:firstMaterialOfPair | 654 | ep-material:firstMaterialOfPair |
| 653 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 655 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 654 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 656 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 655 | rdfs:domain ep-material:MaterialPair ; | 657 | rdfs:domain ep-material:MaterialPair ; |
| 656 | rdfs:label "first material of pair"^^xsd:string ; | 658 | rdfs:label "first material of pair"^^xsd:string ; |
| ... | @@ -673,7 +675,7 @@ ep-material:hasNonPrimaryComponent | ... | @@ -673,7 +675,7 @@ ep-material:hasNonPrimaryComponent |
| 673 | rdfs:subPropertyOf ep-material:hasComponent . | 675 | rdfs:subPropertyOf ep-material:hasComponent . |
| 674 | 676 | ||
| 675 | ep-material:hasPrimaryComponent | 677 | ep-material:hasPrimaryComponent |
| 676 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 678 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 677 | rdfs:comment "material that is a primary component of the whole"^^xsd:string ; | 679 | rdfs:comment "material that is a primary component of the whole"^^xsd:string ; |
| 678 | rdfs:domain ep-material:Material ; | 680 | rdfs:domain ep-material:Material ; |
| 679 | rdfs:label "has primary component"^^xsd:string ; | 681 | rdfs:label "has primary component"^^xsd:string ; |
| ... | @@ -681,14 +683,14 @@ ep-material:hasPrimaryComponent | ... | @@ -681,14 +683,14 @@ ep-material:hasPrimaryComponent |
| 681 | rdfs:subPropertyOf ep-material:hasComponent . | 683 | rdfs:subPropertyOf ep-material:hasComponent . |
| 682 | 684 | ||
| 683 | ep-material:massRatio | 685 | ep-material:massRatio |
| 684 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 686 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 685 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 687 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 686 | rdfs:domain ep-material:MaterialPair ; | 688 | rdfs:domain ep-material:MaterialPair ; |
| 687 | rdfs:label "mass ratio"^^xsd:string ; | 689 | rdfs:label "mass ratio"^^xsd:string ; |
| 688 | rdfs:range ep-core:Ratio . | 690 | rdfs:range ep-core:Ratio . |
| 689 | 691 | ||
| 690 | ep-material:partMaterialOfPair | 692 | ep-material:partMaterialOfPair |
| 691 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 693 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 692 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 694 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 693 | rdfs:domain ep-material:MaterialPartWholePair ; | 695 | rdfs:domain ep-material:MaterialPartWholePair ; |
| 694 | rdfs:label "part material of pair"^^xsd:string ; | 696 | rdfs:label "part material of pair"^^xsd:string ; |
| ... | @@ -696,395 +698,395 @@ ep-material:partMaterialOfPair | ... | @@ -696,395 +698,395 @@ ep-material:partMaterialOfPair |
| 696 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 698 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
| 697 | 699 | ||
| 698 | ep-material:reidVaporPressure | 700 | ep-material:reidVaporPressure |
| 699 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 701 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 700 | rdfs:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ; | 702 | rdfs:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ; |
| 701 | rdfs:domain ep-core:PhysicalThing ; | 703 | rdfs:domain ep-core:PhysicalThing ; |
| 702 | rdfs:label "Reid vapor pressure"^^xsd:string ; | 704 | rdfs:label "Reid vapor pressure"^^xsd:string ; |
| 703 | rdfs:range ep-core:Pressure . | 705 | rdfs:range ep-core:Pressure . |
| 704 | 706 | ||
| 705 | ep-material:secondMaterialOfPair | 707 | ep-material:secondMaterialOfPair |
| 706 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 708 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 707 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 709 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 708 | rdfs:domain ep-material:MaterialPair ; | 710 | rdfs:domain ep-material:MaterialPair ; |
| 709 | rdfs:label "second material of pair"^^xsd:string ; | 711 | rdfs:label "second material of pair"^^xsd:string ; |
| 710 | rdfs:range ep-material:Material . | 712 | rdfs:range ep-material:Material . |
| 711 | 713 | ||
| 712 | ep-material:substance-11dmcyPentane | 714 | ep-material:substance-11dmcyPentane |
| 713 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 715 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 714 | rdfs:label "11dmcy pentane"^^xsd:string ; | 716 | rdfs:label "11dmcy pentane"^^xsd:string ; |
| 715 | rdfs:subClassOf ep-material:Material . | 717 | rdfs:subClassOf ep-material:Material . |
| 716 | 718 | ||
| 717 | ep-material:substance-124tmBenzene | 719 | ep-material:substance-124tmBenzene |
| 718 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 720 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 719 | rdfs:label "124tm benzene"^^xsd:string ; | 721 | rdfs:label "124tm benzene"^^xsd:string ; |
| 720 | rdfs:subClassOf ep-material:Material . | 722 | rdfs:subClassOf ep-material:Material . |
| 721 | 723 | ||
| 722 | ep-material:substance-12dmBenzene | 724 | ep-material:substance-12dmBenzene |
| 723 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 725 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 724 | rdfs:label "12dm benzene"^^xsd:string ; | 726 | rdfs:label "12dm benzene"^^xsd:string ; |
| 725 | rdfs:subClassOf ep-material:Material . | 727 | rdfs:subClassOf ep-material:Material . |
| 726 | 728 | ||
| 727 | ep-material:substance-13dmBenzene | 729 | ep-material:substance-13dmBenzene |
| 728 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 730 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 729 | rdfs:label "13dm benzene"^^xsd:string ; | 731 | rdfs:label "13dm benzene"^^xsd:string ; |
| 730 | rdfs:subClassOf ep-material:Material . | 732 | rdfs:subClassOf ep-material:Material . |
| 731 | 733 | ||
| 732 | ep-material:substance-14dmBenzene | 734 | ep-material:substance-14dmBenzene |
| 733 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 735 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 734 | rdfs:label "14dm benzene"^^xsd:string ; | 736 | rdfs:label "14dm benzene"^^xsd:string ; |
| 735 | rdfs:subClassOf ep-material:Material . | 737 | rdfs:subClassOf ep-material:Material . |
| 736 | 738 | ||
| 737 | ep-material:substance-223tmButane | 739 | ep-material:substance-223tmButane |
| 738 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 740 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 739 | rdfs:label "223tm butane"^^xsd:string ; | 741 | rdfs:label "223tm butane"^^xsd:string ; |
| 740 | rdfs:subClassOf ep-material:Material . | 742 | rdfs:subClassOf ep-material:Material . |
| 741 | 743 | ||
| 742 | ep-material:substance-223tmPentane | 744 | ep-material:substance-223tmPentane |
| 743 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 745 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 744 | rdfs:label "223tm pentane"^^xsd:string ; | 746 | rdfs:label "223tm pentane"^^xsd:string ; |
| 745 | rdfs:subClassOf ep-material:Material . | 747 | rdfs:subClassOf ep-material:Material . |
| 746 | 748 | ||
| 747 | ep-material:substance-22dmButane | 749 | ep-material:substance-22dmButane |
| 748 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 750 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 749 | rdfs:label "22dm butane"^^xsd:string ; | 751 | rdfs:label "22dm butane"^^xsd:string ; |
| 750 | rdfs:subClassOf ep-material:Material . | 752 | rdfs:subClassOf ep-material:Material . |
| 751 | 753 | ||
| 752 | ep-material:substance-22dmHexane | 754 | ep-material:substance-22dmHexane |
| 753 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 755 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 754 | rdfs:label "22dm hexane"^^xsd:string ; | 756 | rdfs:label "22dm hexane"^^xsd:string ; |
| 755 | rdfs:subClassOf ep-material:Material . | 757 | rdfs:subClassOf ep-material:Material . |
| 756 | 758 | ||
| 757 | ep-material:substance-22dmPentane | 759 | ep-material:substance-22dmPentane |
| 758 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 760 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 759 | rdfs:label "22dm pentane"^^xsd:string ; | 761 | rdfs:label "22dm pentane"^^xsd:string ; |
| 760 | rdfs:subClassOf ep-material:Material . | 762 | rdfs:subClassOf ep-material:Material . |
| 761 | 763 | ||
| 762 | ep-material:substance-22dmPropane | 764 | ep-material:substance-22dmPropane |
| 763 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 765 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 764 | rdfs:label "22dm propane"^^xsd:string ; | 766 | rdfs:label "22dm propane"^^xsd:string ; |
| 765 | rdfs:subClassOf ep-material:Material . | 767 | rdfs:subClassOf ep-material:Material . |
| 766 | 768 | ||
| 767 | ep-material:substance-23dmButane | 769 | ep-material:substance-23dmButane |
| 768 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 770 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 769 | rdfs:label "23dm butane"^^xsd:string ; | 771 | rdfs:label "23dm butane"^^xsd:string ; |
| 770 | rdfs:subClassOf ep-material:Material . | 772 | rdfs:subClassOf ep-material:Material . |
| 771 | 773 | ||
| 772 | ep-material:substance-23dmPentane | 774 | ep-material:substance-23dmPentane |
| 773 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 775 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 774 | rdfs:label "23dm pentane"^^xsd:string ; | 776 | rdfs:label "23dm pentane"^^xsd:string ; |
| 775 | rdfs:subClassOf ep-material:Material . | 777 | rdfs:subClassOf ep-material:Material . |
| 776 | 778 | ||
| 777 | ep-material:substance-24dmHexane | 779 | ep-material:substance-24dmHexane |
| 778 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 780 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 779 | rdfs:label "24dm hexane"^^xsd:string ; | 781 | rdfs:label "24dm hexane"^^xsd:string ; |
| 780 | rdfs:subClassOf ep-material:Material . | 782 | rdfs:subClassOf ep-material:Material . |
| 781 | 783 | ||
| 782 | ep-material:substance-24dmPentane | 784 | ep-material:substance-24dmPentane |
| 783 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 785 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 784 | rdfs:label "24dm pentane"^^xsd:string ; | 786 | rdfs:label "24dm pentane"^^xsd:string ; |
| 785 | rdfs:subClassOf ep-material:Material . | 787 | rdfs:subClassOf ep-material:Material . |
| 786 | 788 | ||
| 787 | ep-material:substance-25dmHexane | 789 | ep-material:substance-25dmHexane |
| 788 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 790 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 789 | rdfs:label "25dm hexane"^^xsd:string ; | 791 | rdfs:label "25dm hexane"^^xsd:string ; |
| 790 | rdfs:subClassOf ep-material:Material . | 792 | rdfs:subClassOf ep-material:Material . |
| 791 | 793 | ||
| 792 | ep-material:substance-2mButane | 794 | ep-material:substance-2mButane |
| 793 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 795 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 794 | rdfs:label "2m butane"^^xsd:string ; | 796 | rdfs:label "2m butane"^^xsd:string ; |
| 795 | rdfs:subClassOf ep-material:Material . | 797 | rdfs:subClassOf ep-material:Material . |
| 796 | 798 | ||
| 797 | ep-material:substance-2mHexane | 799 | ep-material:substance-2mHexane |
| 798 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 800 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 799 | rdfs:label "2m hexane"^^xsd:string ; | 801 | rdfs:label "2m hexane"^^xsd:string ; |
| 800 | rdfs:subClassOf ep-material:Material . | 802 | rdfs:subClassOf ep-material:Material . |
| 801 | 803 | ||
| 802 | ep-material:substance-2mPentane | 804 | ep-material:substance-2mPentane |
| 803 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 805 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 804 | rdfs:label "2m pentane"^^xsd:string ; | 806 | rdfs:label "2m pentane"^^xsd:string ; |
| 805 | rdfs:subClassOf ep-material:Material . | 807 | rdfs:subClassOf ep-material:Material . |
| 806 | 808 | ||
| 807 | ep-material:substance-2mPropane | 809 | ep-material:substance-2mPropane |
| 808 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 810 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 809 | rdfs:label "2m propane"^^xsd:string ; | 811 | rdfs:label "2m propane"^^xsd:string ; |
| 810 | rdfs:subClassOf ep-material:Material . | 812 | rdfs:subClassOf ep-material:Material . |
| 811 | 813 | ||
| 812 | ep-material:substance-33dmPentane | 814 | ep-material:substance-33dmPentane |
| 813 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 815 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 814 | rdfs:label "33dm pentane"^^xsd:string ; | 816 | rdfs:label "33dm pentane"^^xsd:string ; |
| 815 | rdfs:subClassOf ep-material:Material . | 817 | rdfs:subClassOf ep-material:Material . |
| 816 | 818 | ||
| 817 | ep-material:substance-3etPentane | 819 | ep-material:substance-3etPentane |
| 818 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 820 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 819 | rdfs:label "3et pentane"^^xsd:string ; | 821 | rdfs:label "3et pentane"^^xsd:string ; |
| 820 | rdfs:subClassOf ep-material:Material . | 822 | rdfs:subClassOf ep-material:Material . |
| 821 | 823 | ||
| 822 | ep-material:substance-3mHexane | 824 | ep-material:substance-3mHexane |
| 823 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 825 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 824 | rdfs:label "3m hexane"^^xsd:string ; | 826 | rdfs:label "3m hexane"^^xsd:string ; |
| 825 | rdfs:subClassOf ep-material:Material . | 827 | rdfs:subClassOf ep-material:Material . |
| 826 | 828 | ||
| 827 | ep-material:substance-3mPentane | 829 | ep-material:substance-3mPentane |
| 828 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 830 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 829 | rdfs:label "3m pentane"^^xsd:string ; | 831 | rdfs:label "3m pentane"^^xsd:string ; |
| 830 | rdfs:subClassOf ep-material:Material . | 832 | rdfs:subClassOf ep-material:Material . |
| 831 | 833 | ||
| 832 | ep-material:substance-Ar | 834 | ep-material:substance-Ar |
| 833 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 835 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 834 | rdfs:label "Argon"^^xsd:string ; | 836 | rdfs:label "Argon"^^xsd:string ; |
| 835 | rdfs:subClassOf ep-material:Material ; | 837 | rdfs:subClassOf ep-material:Material ; |
| 836 | ep-core:shortName "Ar"^^xsd:string . | 838 | ep-core:shortName "Ar"^^xsd:string . |
| 837 | 839 | ||
| 838 | ep-material:substance-Benzene | 840 | ep-material:substance-Benzene |
| 839 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 841 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 840 | rdfs:label "benzene"^^xsd:string ; | 842 | rdfs:label "benzene"^^xsd:string ; |
| 841 | rdfs:subClassOf ep-material:Material ; | 843 | rdfs:subClassOf ep-material:Material ; |
| 842 | ep-core:seeReferenceData | 844 | ep-core:seeReferenceData |
| 843 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . | 845 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . |
| 844 | 846 | ||
| 845 | ep-material:substance-Butane | 847 | ep-material:substance-Butane |
| 846 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 848 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 847 | rdfs:label "butane"^^xsd:string ; | 849 | rdfs:label "butane"^^xsd:string ; |
| 848 | rdfs:subClassOf ep-material:Material ; | 850 | rdfs:subClassOf ep-material:Material ; |
| 849 | ep-core:seeReferenceData | 851 | ep-core:seeReferenceData |
| 850 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . | 852 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . |
| 851 | 853 | ||
| 852 | ep-material:substance-C11F | 854 | ep-material:substance-C11F |
| 853 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 855 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 854 | rdfs:label "C11F"^^xsd:string ; | 856 | rdfs:label "C11F"^^xsd:string ; |
| 855 | rdfs:subClassOf ep-material:Material . | 857 | rdfs:subClassOf ep-material:Material . |
| 856 | 858 | ||
| 857 | ep-material:substance-C12F | 859 | ep-material:substance-C12F |
| 858 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 860 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 859 | rdfs:label "C12F"^^xsd:string ; | 861 | rdfs:label "C12F"^^xsd:string ; |
| 860 | rdfs:subClassOf ep-material:Material . | 862 | rdfs:subClassOf ep-material:Material . |
| 861 | 863 | ||
| 862 | ep-material:substance-C13F | 864 | ep-material:substance-C13F |
| 863 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 865 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 864 | rdfs:label "C13F"^^xsd:string ; | 866 | rdfs:label "C13F"^^xsd:string ; |
| 865 | rdfs:subClassOf ep-material:Material . | 867 | rdfs:subClassOf ep-material:Material . |
| 866 | 868 | ||
| 867 | ep-material:substance-C13dmcyPentane | 869 | ep-material:substance-C13dmcyPentane |
| 868 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 870 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 869 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 871 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
| 870 | rdfs:subClassOf ep-material:Material . | 872 | rdfs:subClassOf ep-material:Material . |
| 871 | 873 | ||
| 872 | ep-material:substance-C14F | 874 | ep-material:substance-C14F |
| 873 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 875 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 874 | rdfs:label "C14F"^^xsd:string ; | 876 | rdfs:label "C14F"^^xsd:string ; |
| 875 | rdfs:subClassOf ep-material:Material . | 877 | rdfs:subClassOf ep-material:Material . |
| 876 | 878 | ||
| 877 | ep-material:substance-C15F | 879 | ep-material:substance-C15F |
| 878 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 880 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 879 | rdfs:label "C15F"^^xsd:string ; | 881 | rdfs:label "C15F"^^xsd:string ; |
| 880 | rdfs:subClassOf ep-material:Material . | 882 | rdfs:subClassOf ep-material:Material . |
| 881 | 883 | ||
| 882 | ep-material:substance-C16F | 884 | ep-material:substance-C16F |
| 883 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 885 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 884 | rdfs:label "C16F"^^xsd:string ; | 886 | rdfs:label "C16F"^^xsd:string ; |
| 885 | rdfs:subClassOf ep-material:Material . | 887 | rdfs:subClassOf ep-material:Material . |
| 886 | 888 | ||
| 887 | ep-material:substance-C17F | 889 | ep-material:substance-C17F |
| 888 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 890 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 889 | rdfs:label "C17F"^^xsd:string ; | 891 | rdfs:label "C17F"^^xsd:string ; |
| 890 | rdfs:subClassOf ep-material:Material . | 892 | rdfs:subClassOf ep-material:Material . |
| 891 | 893 | ||
| 892 | ep-material:substance-C18F | 894 | ep-material:substance-C18F |
| 893 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 895 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 894 | rdfs:label "C18F"^^xsd:string ; | 896 | rdfs:label "C18F"^^xsd:string ; |
| 895 | rdfs:subClassOf ep-material:Material . | 897 | rdfs:subClassOf ep-material:Material . |
| 896 | 898 | ||
| 897 | ep-material:substance-C19F | 899 | ep-material:substance-C19F |
| 898 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 900 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 899 | rdfs:label "C19F"^^xsd:string ; | 901 | rdfs:label "C19F"^^xsd:string ; |
| 900 | rdfs:subClassOf ep-material:Material . | 902 | rdfs:subClassOf ep-material:Material . |
| 901 | 903 | ||
| 902 | ep-material:substance-C20F | 904 | ep-material:substance-C20F |
| 903 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 905 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 904 | rdfs:label "C20F"^^xsd:string ; | 906 | rdfs:label "C20F"^^xsd:string ; |
| 905 | rdfs:subClassOf ep-material:Material . | 907 | rdfs:subClassOf ep-material:Material . |
| 906 | 908 | ||
| 907 | ep-material:substance-C21F | 909 | ep-material:substance-C21F |
| 908 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 910 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 909 | rdfs:label "C21F"^^xsd:string ; | 911 | rdfs:label "C21F"^^xsd:string ; |
| 910 | rdfs:subClassOf ep-material:Material . | 912 | rdfs:subClassOf ep-material:Material . |
| 911 | 913 | ||
| 912 | ep-material:substance-C22F | 914 | ep-material:substance-C22F |
| 913 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 915 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 914 | rdfs:label "C22F"^^xsd:string ; | 916 | rdfs:label "C22F"^^xsd:string ; |
| 915 | rdfs:subClassOf ep-material:Material . | 917 | rdfs:subClassOf ep-material:Material . |
| 916 | 918 | ||
| 917 | ep-material:substance-C23F | 919 | ep-material:substance-C23F |
| 918 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 920 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 919 | rdfs:label "C23F"^^xsd:string ; | 921 | rdfs:label "C23F"^^xsd:string ; |
| 920 | rdfs:subClassOf ep-material:Material . | 922 | rdfs:subClassOf ep-material:Material . |
| 921 | 923 | ||
| 922 | ep-material:substance-C24F | 924 | ep-material:substance-C24F |
| 923 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 925 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 924 | rdfs:label "C24F"^^xsd:string ; | 926 | rdfs:label "C24F"^^xsd:string ; |
| 925 | rdfs:subClassOf ep-material:Material . | 927 | rdfs:subClassOf ep-material:Material . |
| 926 | 928 | ||
| 927 | ep-material:substance-C25F | 929 | ep-material:substance-C25F |
| 928 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 930 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 929 | rdfs:label "C25F"^^xsd:string ; | 931 | rdfs:label "C25F"^^xsd:string ; |
| 930 | rdfs:subClassOf ep-material:Material . | 932 | rdfs:subClassOf ep-material:Material . |
| 931 | 933 | ||
| 932 | ep-material:substance-C26F | 934 | ep-material:substance-C26F |
| 933 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 935 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 934 | rdfs:label "C26F"^^xsd:string ; | 936 | rdfs:label "C26F"^^xsd:string ; |
| 935 | rdfs:subClassOf ep-material:Material . | 937 | rdfs:subClassOf ep-material:Material . |
| 936 | 938 | ||
| 937 | ep-material:substance-C27F | 939 | ep-material:substance-C27F |
| 938 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 940 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 939 | rdfs:label "C27F"^^xsd:string ; | 941 | rdfs:label "C27F"^^xsd:string ; |
| 940 | rdfs:subClassOf ep-material:Material . | 942 | rdfs:subClassOf ep-material:Material . |
| 941 | 943 | ||
| 942 | ep-material:substance-C28F | 944 | ep-material:substance-C28F |
| 943 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 945 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 944 | rdfs:label "C28F"^^xsd:string ; | 946 | rdfs:label "C28F"^^xsd:string ; |
| 945 | rdfs:subClassOf ep-material:Material . | 947 | rdfs:subClassOf ep-material:Material . |
| 946 | 948 | ||
| 947 | ep-material:substance-C29F | 949 | ep-material:substance-C29F |
| 948 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 950 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 949 | rdfs:label "C29F"^^xsd:string ; | 951 | rdfs:label "C29F"^^xsd:string ; |
| 950 | rdfs:subClassOf ep-material:Material . | 952 | rdfs:subClassOf ep-material:Material . |
| 951 | 953 | ||
| 952 | ep-material:substance-C30F | 954 | ep-material:substance-C30F |
| 953 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 955 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 954 | rdfs:label "C30F"^^xsd:string ; | 956 | rdfs:label "C30F"^^xsd:string ; |
| 955 | rdfs:subClassOf ep-material:Material . | 957 | rdfs:subClassOf ep-material:Material . |
| 956 | 958 | ||
| 957 | ep-material:substance-C31F | 959 | ep-material:substance-C31F |
| 958 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 960 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 959 | rdfs:label "C31F"^^xsd:string ; | 961 | rdfs:label "C31F"^^xsd:string ; |
| 960 | rdfs:subClassOf ep-material:Material . | 962 | rdfs:subClassOf ep-material:Material . |
| 961 | 963 | ||
| 962 | ep-material:substance-C32F | 964 | ep-material:substance-C32F |
| 963 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 965 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 964 | rdfs:label "C32F"^^xsd:string ; | 966 | rdfs:label "C32F"^^xsd:string ; |
| 965 | rdfs:subClassOf ep-material:Material . | 967 | rdfs:subClassOf ep-material:Material . |
| 966 | 968 | ||
| 967 | ep-material:substance-C33F | 969 | ep-material:substance-C33F |
| 968 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 970 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 969 | rdfs:label "C33F"^^xsd:string ; | 971 | rdfs:label "C33F"^^xsd:string ; |
| 970 | rdfs:subClassOf ep-material:Material . | 972 | rdfs:subClassOf ep-material:Material . |
| 971 | 973 | ||
| 972 | ep-material:substance-C34F | 974 | ep-material:substance-C34F |
| 973 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 975 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 974 | rdfs:label "C34F"^^xsd:string ; | 976 | rdfs:label "C34F"^^xsd:string ; |
| 975 | rdfs:subClassOf ep-material:Material . | 977 | rdfs:subClassOf ep-material:Material . |
| 976 | 978 | ||
| 977 | ep-material:substance-C35F | 979 | ep-material:substance-C35F |
| 978 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 980 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 979 | rdfs:label "C35F"^^xsd:string ; | 981 | rdfs:label "C35F"^^xsd:string ; |
| 980 | rdfs:subClassOf ep-material:Material . | 982 | rdfs:subClassOf ep-material:Material . |
| 981 | 983 | ||
| 982 | ep-material:substance-C36F | 984 | ep-material:substance-C36F |
| 983 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 985 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 984 | rdfs:label "C36F"^^xsd:string ; | 986 | rdfs:label "C36F"^^xsd:string ; |
| 985 | rdfs:subClassOf ep-material:Material . | 987 | rdfs:subClassOf ep-material:Material . |
| 986 | 988 | ||
| 987 | ep-material:substance-C37F | 989 | ep-material:substance-C37F |
| 988 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 990 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 989 | rdfs:label "C37F"^^xsd:string ; | 991 | rdfs:label "C37F"^^xsd:string ; |
| 990 | rdfs:subClassOf ep-material:Material . | 992 | rdfs:subClassOf ep-material:Material . |
| 991 | 993 | ||
| 992 | ep-material:substance-C38F | 994 | ep-material:substance-C38F |
| 993 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 995 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 994 | rdfs:label "C38F"^^xsd:string ; | 996 | rdfs:label "C38F"^^xsd:string ; |
| 995 | rdfs:subClassOf ep-material:Material . | 997 | rdfs:subClassOf ep-material:Material . |
| 996 | 998 | ||
| 997 | ep-material:substance-C39F | 999 | ep-material:substance-C39F |
| 998 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1000 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 999 | rdfs:label "C39F"^^xsd:string ; | 1001 | rdfs:label "C39F"^^xsd:string ; |
| 1000 | rdfs:subClassOf ep-material:Material . | 1002 | rdfs:subClassOf ep-material:Material . |
| 1001 | 1003 | ||
| 1002 | ep-material:substance-C40F | 1004 | ep-material:substance-C40F |
| 1003 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1005 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1004 | rdfs:label "C40F"^^xsd:string ; | 1006 | rdfs:label "C40F"^^xsd:string ; |
| 1005 | rdfs:subClassOf ep-material:Material . | 1007 | rdfs:subClassOf ep-material:Material . |
| 1006 | 1008 | ||
| 1007 | ep-material:substance-C41F | 1009 | ep-material:substance-C41F |
| 1008 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1010 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1009 | rdfs:label "C41F"^^xsd:string ; | 1011 | rdfs:label "C41F"^^xsd:string ; |
| 1010 | rdfs:subClassOf ep-material:Material . | 1012 | rdfs:subClassOf ep-material:Material . |
| 1011 | 1013 | ||
| 1012 | ep-material:substance-C42F | 1014 | ep-material:substance-C42F |
| 1013 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1015 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1014 | rdfs:label "C42F"^^xsd:string ; | 1016 | rdfs:label "C42F"^^xsd:string ; |
| 1015 | rdfs:subClassOf ep-material:Material . | 1017 | rdfs:subClassOf ep-material:Material . |
| 1016 | 1018 | ||
| 1017 | ep-material:substance-C43F | 1019 | ep-material:substance-C43F |
| 1018 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1020 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1019 | rdfs:label "C43F"^^xsd:string ; | 1021 | rdfs:label "C43F"^^xsd:string ; |
| 1020 | rdfs:subClassOf ep-material:Material . | 1022 | rdfs:subClassOf ep-material:Material . |
| 1021 | 1023 | ||
| 1022 | ep-material:substance-C44F | 1024 | ep-material:substance-C44F |
| 1023 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1025 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1024 | rdfs:label "C44F"^^xsd:string ; | 1026 | rdfs:label "C44F"^^xsd:string ; |
| 1025 | rdfs:subClassOf ep-material:Material . | 1027 | rdfs:subClassOf ep-material:Material . |
| 1026 | 1028 | ||
| 1027 | ep-material:substance-C45F | 1029 | ep-material:substance-C45F |
| 1028 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1030 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1029 | rdfs:label "C45F"^^xsd:string ; | 1031 | rdfs:label "C45F"^^xsd:string ; |
| 1030 | rdfs:subClassOf ep-material:Material . | 1032 | rdfs:subClassOf ep-material:Material . |
| 1031 | 1033 | ||
| 1032 | ep-material:substance-C46F | 1034 | ep-material:substance-C46F |
| 1033 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1035 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1034 | rdfs:label "C46F"^^xsd:string ; | 1036 | rdfs:label "C46F"^^xsd:string ; |
| 1035 | rdfs:subClassOf ep-material:Material . | 1037 | rdfs:subClassOf ep-material:Material . |
| 1036 | 1038 | ||
| 1037 | ep-material:substance-C47F | 1039 | ep-material:substance-C47F |
| 1038 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1040 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1039 | rdfs:label "C47F"^^xsd:string ; | 1041 | rdfs:label "C47F"^^xsd:string ; |
| 1040 | rdfs:subClassOf ep-material:Material . | 1042 | rdfs:subClassOf ep-material:Material . |
| 1041 | 1043 | ||
| 1042 | ep-material:substance-C48F | 1044 | ep-material:substance-C48F |
| 1043 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1045 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1044 | rdfs:label "C48F"^^xsd:string ; | 1046 | rdfs:label "C48F"^^xsd:string ; |
| 1045 | rdfs:subClassOf ep-material:Material . | 1047 | rdfs:subClassOf ep-material:Material . |
| 1046 | 1048 | ||
| 1047 | ep-material:substance-C49F | 1049 | ep-material:substance-C49F |
| 1048 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1050 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1049 | rdfs:label "C49F"^^xsd:string ; | 1051 | rdfs:label "C49F"^^xsd:string ; |
| 1050 | rdfs:subClassOf ep-material:Material . | 1052 | rdfs:subClassOf ep-material:Material . |
| 1051 | 1053 | ||
| 1052 | ep-material:substance-CO2 | 1054 | ep-material:substance-CO2 |
| 1053 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1055 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1054 | rdfs:label "CO2"^^xsd:string ; | 1056 | rdfs:label "CO2"^^xsd:string ; |
| 1055 | rdfs:subClassOf ep-material:Material . | 1057 | rdfs:subClassOf ep-material:Material . |
| 1056 | 1058 | ||
| 1057 | ep-material:substance-Cyclohexane | 1059 | ep-material:substance-Cyclohexane |
| 1058 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1060 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1059 | rdfs:label "cyclohexane"^^xsd:string ; | 1061 | rdfs:label "cyclohexane"^^xsd:string ; |
| 1060 | rdfs:subClassOf ep-material:Material ; | 1062 | rdfs:subClassOf ep-material:Material ; |
| 1061 | ep-core:seeReferenceData | 1063 | ep-core:seeReferenceData |
| 1062 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . | 1064 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . |
| 1063 | 1065 | ||
| 1064 | ep-material:substance-Cyclopentane | 1066 | ep-material:substance-Cyclopentane |
| 1065 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1067 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1066 | rdfs:label "cyclopentane"^^xsd:string ; | 1068 | rdfs:label "cyclopentane"^^xsd:string ; |
| 1067 | rdfs:subClassOf ep-material:Material ; | 1069 | rdfs:subClassOf ep-material:Material ; |
| 1068 | ep-core:seeReferenceData | 1070 | ep-core:seeReferenceData |
| 1069 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . | 1071 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . |
| 1070 | 1072 | ||
| 1071 | ep-material:substance-Decanes | 1073 | ep-material:substance-Decanes |
| 1072 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1074 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1073 | rdfs:label "decanes"^^xsd:string ; | 1075 | rdfs:label "decanes"^^xsd:string ; |
| 1074 | rdfs:subClassOf ep-material:Material . | 1076 | rdfs:subClassOf ep-material:Material . |
| 1075 | 1077 | ||
| 1076 | ep-material:substance-EtBenzene | 1078 | ep-material:substance-EtBenzene |
| 1077 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1079 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1078 | rdfs:label "et benzene"^^xsd:string ; | 1080 | rdfs:label "et benzene"^^xsd:string ; |
| 1079 | rdfs:subClassOf ep-material:Material . | 1081 | rdfs:subClassOf ep-material:Material . |
| 1080 | 1082 | ||
| 1081 | ep-material:substance-EtcyPentane | 1083 | ep-material:substance-EtcyPentane |
| 1082 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1084 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1083 | rdfs:label "etcy pentane"^^xsd:string ; | 1085 | rdfs:label "etcy pentane"^^xsd:string ; |
| 1084 | rdfs:subClassOf ep-material:Material . | 1086 | rdfs:subClassOf ep-material:Material . |
| 1085 | 1087 | ||
| 1086 | ep-material:substance-Ethane | 1088 | ep-material:substance-Ethane |
| 1087 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1089 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1088 | rdfs:label "C2"^^xsd:string ; | 1090 | rdfs:label "C2"^^xsd:string ; |
| 1089 | rdfs:subClassOf ep-material:Material ; | 1091 | rdfs:subClassOf ep-material:Material ; |
| 1090 | ep-core:name "ethane"^^xsd:string ; | 1092 | ep-core:name "ethane"^^xsd:string ; |
| ... | @@ -1092,97 +1094,97 @@ ep-material:substance-Ethane | ... | @@ -1092,97 +1094,97 @@ ep-material:substance-Ethane |
| 1092 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 1094 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
| 1093 | 1095 | ||
| 1094 | ep-material:substance-H2 | 1096 | ep-material:substance-H2 |
| 1095 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1097 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1096 | rdfs:label "H2"^^xsd:string ; | 1098 | rdfs:label "H2"^^xsd:string ; |
| 1097 | rdfs:subClassOf ep-material:Material . | 1099 | rdfs:subClassOf ep-material:Material . |
| 1098 | 1100 | ||
| 1099 | ep-material:substance-H2O | 1101 | ep-material:substance-H2O |
| 1100 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1102 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1101 | rdfs:label "H2O"^^xsd:string ; | 1103 | rdfs:label "H2O"^^xsd:string ; |
| 1102 | rdfs:subClassOf ep-material:Material . | 1104 | rdfs:subClassOf ep-material:Material . |
| 1103 | 1105 | ||
| 1104 | ep-material:substance-H2S | 1106 | ep-material:substance-H2S |
| 1105 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1107 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1106 | rdfs:label "H2S"^^xsd:string ; | 1108 | rdfs:label "H2S"^^xsd:string ; |
| 1107 | rdfs:subClassOf ep-material:Material . | 1109 | rdfs:subClassOf ep-material:Material . |
| 1108 | 1110 | ||
| 1109 | ep-material:substance-Heptanes | 1111 | ep-material:substance-Heptanes |
| 1110 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1112 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1111 | rdfs:label "heptanes"^^xsd:string ; | 1113 | rdfs:label "heptanes"^^xsd:string ; |
| 1112 | rdfs:subClassOf ep-material:Material . | 1114 | rdfs:subClassOf ep-material:Material . |
| 1113 | 1115 | ||
| 1114 | ep-material:substance-Hexane | 1116 | ep-material:substance-Hexane |
| 1115 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1117 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1116 | rdfs:label "hexane"^^xsd:string ; | 1118 | rdfs:label "hexane"^^xsd:string ; |
| 1117 | rdfs:subClassOf ep-material:Material ; | 1119 | rdfs:subClassOf ep-material:Material ; |
| 1118 | ep-core:seeReferenceData | 1120 | ep-core:seeReferenceData |
| 1119 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . | 1121 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . |
| 1120 | 1122 | ||
| 1121 | ep-material:substance-Hexanes | 1123 | ep-material:substance-Hexanes |
| 1122 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1124 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1123 | rdfs:label "hexanes"^^xsd:string ; | 1125 | rdfs:label "hexanes"^^xsd:string ; |
| 1124 | rdfs:subClassOf ep-material:Material . | 1126 | rdfs:subClassOf ep-material:Material . |
| 1125 | 1127 | ||
| 1126 | ep-material:substance-MBenzene | 1128 | ep-material:substance-MBenzene |
| 1127 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1129 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1128 | rdfs:label "m benzene"^^xsd:string ; | 1130 | rdfs:label "m benzene"^^xsd:string ; |
| 1129 | rdfs:subClassOf ep-material:Material . | 1131 | rdfs:subClassOf ep-material:Material . |
| 1130 | 1132 | ||
| 1131 | ep-material:substance-McyHexane | 1133 | ep-material:substance-McyHexane |
| 1132 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1134 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1133 | rdfs:label "mcy hexane"^^xsd:string ; | 1135 | rdfs:label "mcy hexane"^^xsd:string ; |
| 1134 | rdfs:subClassOf ep-material:Material . | 1136 | rdfs:subClassOf ep-material:Material . |
| 1135 | 1137 | ||
| 1136 | ep-material:substance-McyPentane | 1138 | ep-material:substance-McyPentane |
| 1137 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1139 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1138 | rdfs:label "mcy pentane"^^xsd:string ; | 1140 | rdfs:label "mcy pentane"^^xsd:string ; |
| 1139 | rdfs:subClassOf ep-material:Material . | 1141 | rdfs:subClassOf ep-material:Material . |
| 1140 | 1142 | ||
| 1141 | ep-material:substance-Methane | 1143 | ep-material:substance-Methane |
| 1142 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1144 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1143 | rdfs:label "C1"^^xsd:string ; | 1145 | rdfs:label "C1"^^xsd:string ; |
| 1144 | rdfs:subClassOf ep-material:Material ; | 1146 | rdfs:subClassOf ep-material:Material ; |
| 1145 | ep-core:name "methane"^^xsd:string . | 1147 | ep-core:name "methane"^^xsd:string . |
| 1146 | 1148 | ||
| 1147 | ep-material:substance-N2 | 1149 | ep-material:substance-N2 |
| 1148 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1150 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1149 | rdfs:label "N2"^^xsd:string ; | 1151 | rdfs:label "N2"^^xsd:string ; |
| 1150 | rdfs:subClassOf ep-material:Material . | 1152 | rdfs:subClassOf ep-material:Material . |
| 1151 | 1153 | ||
| 1152 | ep-material:substance-Nonanes | 1154 | ep-material:substance-Nonanes |
| 1153 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1155 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1154 | rdfs:label "nonanes"^^xsd:string ; | 1156 | rdfs:label "nonanes"^^xsd:string ; |
| 1155 | rdfs:subClassOf ep-material:Material . | 1157 | rdfs:subClassOf ep-material:Material . |
| 1156 | 1158 | ||
| 1157 | ep-material:substance-O2 | 1159 | ep-material:substance-O2 |
| 1158 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1160 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1159 | rdfs:label "O2"^^xsd:string ; | 1161 | rdfs:label "O2"^^xsd:string ; |
| 1160 | rdfs:subClassOf ep-material:Material . | 1162 | rdfs:subClassOf ep-material:Material . |
| 1161 | 1163 | ||
| 1162 | ep-material:substance-Octanes | 1164 | ep-material:substance-Octanes |
| 1163 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1165 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1164 | rdfs:label "octanes"^^xsd:string ; | 1166 | rdfs:label "octanes"^^xsd:string ; |
| 1165 | rdfs:subClassOf ep-material:Material . | 1167 | rdfs:subClassOf ep-material:Material . |
| 1166 | 1168 | ||
| 1167 | ep-material:substance-T12dmcyPentane | 1169 | ep-material:substance-T12dmcyPentane |
| 1168 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1170 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1169 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1171 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
| 1170 | rdfs:subClassOf ep-material:Material . | 1172 | rdfs:subClassOf ep-material:Material . |
| 1171 | 1173 | ||
| 1172 | ep-material:substance-T13dmcyPentane | 1174 | ep-material:substance-T13dmcyPentane |
| 1173 | - rdf:type ep-material:ReportingProductType , owl:Class ; | 1175 | + rdf:type owl:Class , ep-material:ReportingProductType ; |
| 1174 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1176 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
| 1175 | rdfs:subClassOf ep-material:Material . | 1177 | rdfs:subClassOf ep-material:Material . |
| 1176 | 1178 | ||
| 1177 | ep-material:volumeRatio | 1179 | ep-material:volumeRatio |
| 1178 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1180 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1179 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1181 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 1180 | rdfs:domain ep-material:MaterialPair ; | 1182 | rdfs:domain ep-material:MaterialPair ; |
| 1181 | rdfs:label "volume ratio"^^xsd:string ; | 1183 | rdfs:label "volume ratio"^^xsd:string ; |
| 1182 | rdfs:range ep-core:Ratio . | 1184 | rdfs:range ep-core:Ratio . |
| 1183 | 1185 | ||
| 1184 | ep-material:wholeMaterialOfPair | 1186 | ep-material:wholeMaterialOfPair |
| 1185 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1187 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1186 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | 1188 | rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; |
| 1187 | rdfs:domain ep-material:MaterialPartWholePair ; | 1189 | rdfs:domain ep-material:MaterialPartWholePair ; |
| 1188 | rdfs:label "whole material of pair"^^xsd:string ; | 1190 | rdfs:label "whole material of pair"^^xsd:string ; | ... | ... |
| ... | @@ -11,11 +11,11 @@ | ... | @@ -11,11 +11,11 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-org:CateringCrew | 17 | ep-org:CateringCrew |
| 18 | - rdf:type owl:Class , ep-org:CrewType ; | 18 | + rdf:type ep-org:CrewType , owl:Class ; |
| 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; | 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; |
| 20 | rdfs:label "catering crew"^^xsd:string ; | 20 | rdfs:label "catering crew"^^xsd:string ; |
| 21 | rdfs:subClassOf ep-org:Crew . | 21 | rdfs:subClassOf ep-org:Crew . |
| ... | @@ -35,7 +35,7 @@ ep-org:Company | ... | @@ -35,7 +35,7 @@ ep-org:Company |
| 35 | rdfs:subClassOf ep-org:Organization-WholeLife . | 35 | rdfs:subClassOf ep-org:Organization-WholeLife . |
| 36 | 36 | ||
| 37 | ep-org:ContractorCrew | 37 | ep-org:ContractorCrew |
| 38 | - rdf:type owl:Class , ep-org:CrewType ; | 38 | + rdf:type ep-org:CrewType , owl:Class ; |
| 39 | rdfs:label "contractor crew"^^xsd:string ; | 39 | rdfs:label "contractor crew"^^xsd:string ; |
| 40 | rdfs:subClassOf ep-org:Crew ; | 40 | rdfs:subClassOf ep-org:Crew ; |
| 41 | ep-core:seeReferenceData | 41 | ep-core:seeReferenceData |
| ... | @@ -55,32 +55,32 @@ ep-org:CrewType | ... | @@ -55,32 +55,32 @@ ep-org:CrewType |
| 55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 56 | 56 | ||
| 57 | ep-org:DayVisitorCrew | 57 | ep-org:DayVisitorCrew |
| 58 | - rdf:type owl:Class , ep-org:CrewType ; | 58 | + rdf:type ep-org:CrewType , owl:Class ; |
| 59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; | 59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; |
| 60 | rdfs:label "day visitor crew"^^xsd:string ; | 60 | rdfs:label "day visitor crew"^^xsd:string ; |
| 61 | rdfs:subClassOf ep-org:Crew . | 61 | rdfs:subClassOf ep-org:Crew . |
| 62 | 62 | ||
| 63 | ep-org:DrillingContractCrew | 63 | ep-org:DrillingContractCrew |
| 64 | - rdf:type owl:Class , ep-org:CrewType ; | 64 | + rdf:type ep-org:CrewType , owl:Class ; |
| 65 | rdfs:label "drilling contract crew"^^xsd:string ; | 65 | rdfs:label "drilling contract crew"^^xsd:string ; |
| 66 | rdfs:subClassOf ep-org:Crew ; | 66 | rdfs:subClassOf ep-org:Crew ; |
| 67 | ep-core:seeReferenceData | 67 | ep-core:seeReferenceData |
| 68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . | 68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . |
| 69 | 69 | ||
| 70 | ep-org:NonOperatorOvernightVisitorCrew | 70 | ep-org:NonOperatorOvernightVisitorCrew |
| 71 | - rdf:type owl:Class , ep-org:CrewType ; | 71 | + rdf:type ep-org:CrewType , owl:Class ; |
| 72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; | 72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; |
| 73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
| 74 | rdfs:subClassOf ep-org:Crew . | 74 | rdfs:subClassOf ep-org:Crew . |
| 75 | 75 | ||
| 76 | ep-org:OperatorNormalCrew | 76 | ep-org:OperatorNormalCrew |
| 77 | - rdf:type owl:Class , ep-org:CrewType ; | 77 | + rdf:type ep-org:CrewType , owl:Class ; |
| 78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; | 78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; |
| 79 | rdfs:label "operator normal crew"^^xsd:string ; | 79 | rdfs:label "operator normal crew"^^xsd:string ; |
| 80 | rdfs:subClassOf ep-org:Crew . | 80 | rdfs:subClassOf ep-org:Crew . |
| 81 | 81 | ||
| 82 | ep-org:OperatorOvernightVisitorCrew | 82 | ep-org:OperatorOvernightVisitorCrew |
| 83 | - rdf:type owl:Class , ep-org:CrewType ; | 83 | + rdf:type ep-org:CrewType , owl:Class ; |
| 84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; | 84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; |
| 85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
| 86 | rdfs:subClassOf ep-org:Crew . | 86 | rdfs:subClassOf ep-org:Crew . |
| ... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew |
| 88 | ep-org:Organization | 88 | ep-org:Organization |
| 89 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
| 90 | rdfs:label "organization"^^xsd:string ; | 90 | rdfs:label "organization"^^xsd:string ; |
| 91 | - rdfs:subClassOf ep-org:PersonOrOrganization , ep-core:PhysicalObject ; | 91 | + rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; |
| 92 | ep-core:seeReferenceData | 92 | ep-core:seeReferenceData |
| 93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . | 93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . |
| 94 | 94 | ||
| ... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife | ... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife |
| 96 | rdf:type owl:Class ; | 96 | rdf:type owl:Class ; |
| 97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; | 97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; |
| 98 | rdfs:label "organization - whole life"^^xsd:string ; | 98 | rdfs:label "organization - whole life"^^xsd:string ; |
| 99 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . | 99 | + rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . |
| 100 | 100 | ||
| 101 | ep-org:Person | 101 | ep-org:Person |
| 102 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
| ... | @@ -125,11 +125,12 @@ ep-org:PersonRole | ... | @@ -125,11 +125,12 @@ ep-org:PersonRole |
| 125 | 125 | ||
| 126 | ep-org:PersonRoleType | 126 | ep-org:PersonRoleType |
| 127 | rdf:type rdfs:Class ; | 127 | rdf:type rdfs:Class ; |
| 128 | + rdfs:comment "class that consists of subclasses of person role"^^xsd:string ; | ||
| 128 | rdfs:label "person role type"^^xsd:string ; | 129 | rdfs:label "person role type"^^xsd:string ; |
| 129 | rdfs:subClassOf owl:Class . | 130 | rdfs:subClassOf owl:Class . |
| 130 | 131 | ||
| 131 | ep-org:TotalCrew | 132 | ep-org:TotalCrew |
| 132 | - rdf:type owl:Class , ep-org:CrewType ; | 133 | + rdf:type ep-org:CrewType , owl:Class ; |
| 133 | rdfs:comment "all personnel on board"^^xsd:string ; | 134 | rdfs:comment "all personnel on board"^^xsd:string ; |
| 134 | rdfs:label "total crew"^^xsd:string ; | 135 | rdfs:label "total crew"^^xsd:string ; |
| 135 | rdfs:subClassOf ep-org:Crew . | 136 | rdfs:subClassOf ep-org:Crew . |
| ... | @@ -138,7 +139,7 @@ ep-org:WholeLifePerson | ... | @@ -138,7 +139,7 @@ ep-org:WholeLifePerson |
| 138 | rdf:type owl:Class ; | 139 | rdf:type owl:Class ; |
| 139 | rdfs:comment "person that is for all of its life"^^xsd:string ; | 140 | rdfs:comment "person that is for all of its life"^^xsd:string ; |
| 140 | rdfs:label "whole life person"^^xsd:string ; | 141 | rdfs:label "whole life person"^^xsd:string ; |
| 141 | - rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . | 142 | + rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . |
| 142 | 143 | ||
| 143 | ep-org:hasCrew | 144 | ep-org:hasCrew |
| 144 | rdf:type owl:ObjectProperty ; | 145 | rdf:type owl:ObjectProperty ; |
| ... | @@ -148,7 +149,7 @@ ep-org:hasCrew | ... | @@ -148,7 +149,7 @@ ep-org:hasCrew |
| 148 | rdfs:range ep-org:Crew . | 149 | rdfs:range ep-org:Crew . |
| 149 | 150 | ||
| 150 | ep-org:numberInCrew | 151 | ep-org:numberInCrew |
| 151 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 152 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 152 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 153 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
| 153 | rdfs:domain ep-org:Crew ; | 154 | rdfs:domain ep-org:Crew ; |
| 154 | rdfs:label "number in crew"^^xsd:string . | 155 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
| ... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
| 126 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 126 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
| 127 | rdf:type owl:Class ; | 127 | rdf:type owl:Class ; |
| 128 | rdfs:label "production well test"^^xsd:string ; | 128 | rdfs:label "production well test"^^xsd:string ; |
| 129 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 129 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 130 | 130 | ||
| 131 | <http://www.reportinghub.no/ep/schema/activity#SingleRateTest> | 131 | <http://www.reportinghub.no/ep/schema/activity#SingleRateTest> |
| 132 | rdf:type owl:Class ; | 132 | rdf:type owl:Class ; |
| ... | @@ -187,13 +187,13 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -187,13 +187,13 @@ ep-prodact:AccidentPreventionExercise |
| 187 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 187 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
| 188 | 188 | ||
| 189 | ep-prodact:AdministerFirstAid | 189 | ep-prodact:AdministerFirstAid |
| 190 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 190 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 191 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; | 191 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; |
| 192 | rdfs:label "administer first aid"^^xsd:string ; | 192 | rdfs:label "administer first aid"^^xsd:string ; |
| 193 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 193 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
| 194 | 194 | ||
| 195 | ep-prodact:AirTrafficOperation | 195 | ep-prodact:AirTrafficOperation |
| 196 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 196 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 197 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; | 197 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; |
| 198 | rdfs:label "air traffic operation"^^xsd:string ; | 198 | rdfs:label "air traffic operation"^^xsd:string ; |
| 199 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 199 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| ... | @@ -206,36 +206,39 @@ ep-prodact:Alarm | ... | @@ -206,36 +206,39 @@ ep-prodact:Alarm |
| 206 | 206 | ||
| 207 | ep-prodact:AlarmType | 207 | ep-prodact:AlarmType |
| 208 | rdf:type rdfs:Class ; | 208 | rdf:type rdfs:Class ; |
| 209 | + rdfs:comment "class that consists of subclasses of Alarm"^^xsd:string ; | ||
| 209 | rdfs:label "alarm type"^^xsd:string ; | 210 | rdfs:label "alarm type"^^xsd:string ; |
| 210 | rdfs:subClassOf owl:Class . | 211 | rdfs:subClassOf owl:Class . |
| 211 | 212 | ||
| 212 | ep-prodact:AlertLevel | 213 | ep-prodact:AlertLevel |
| 213 | rdf:type rdfs:Class ; | 214 | rdf:type rdfs:Class ; |
| 215 | + rdfs:comment "class that consists of subclasses of raise an alert according to level"^^xsd:string ; | ||
| 214 | rdfs:label "alert level"^^xsd:string ; | 216 | rdfs:label "alert level"^^xsd:string ; |
| 215 | rdfs:subClassOf owl:Class . | 217 | rdfs:subClassOf owl:Class . |
| 216 | 218 | ||
| 217 | ep-prodact:AlertType | 219 | ep-prodact:AlertType |
| 218 | rdf:type rdfs:Class ; | 220 | rdf:type rdfs:Class ; |
| 221 | + rdfs:comment "class that consists of subclasses of raise an alert according to type"^^xsd:string ; | ||
| 219 | rdfs:label "alert type"^^xsd:string ; | 222 | rdfs:label "alert type"^^xsd:string ; |
| 220 | rdfs:subClassOf owl:Class . | 223 | rdfs:subClassOf owl:Class . |
| 221 | 224 | ||
| 222 | ep-prodact:AllocateSplitFactors | 225 | ep-prodact:AllocateSplitFactors |
| 223 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 226 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
| 224 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; | 227 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; |
| 225 | rdfs:label "allocate split factors"^^xsd:string ; | 228 | rdfs:label "allocate split factors"^^xsd:string ; |
| 226 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 229 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 227 | 230 | ||
| 228 | ep-prodact:AnnualProductionActivityToDate | 231 | ep-prodact:AnnualProductionActivityToDate |
| 229 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 232 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 230 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; | 233 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; |
| 231 | rdfs:label "annual production activity to date"^^xsd:string ; | 234 | rdfs:label "annual production activity to date"^^xsd:string ; |
| 232 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 235 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 233 | 236 | ||
| 234 | ep-prodact:AnnualProductionOperationToDate | 237 | ep-prodact:AnnualProductionOperationToDate |
| 235 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 238 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 236 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 239 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
| 237 | rdfs:label "annual production operation to date"^^xsd:string ; | 240 | rdfs:label "annual production operation to date"^^xsd:string ; |
| 238 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 241 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
| 239 | 242 | ||
| 240 | ep-prodact:BasketMovement | 243 | ep-prodact:BasketMovement |
| 241 | rdf:type owl:Class ; | 244 | rdf:type owl:Class ; |
| ... | @@ -250,7 +253,7 @@ ep-prodact:CargoShipOperation | ... | @@ -250,7 +253,7 @@ ep-prodact:CargoShipOperation |
| 250 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 253 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 251 | 254 | ||
| 252 | ep-prodact:ConstructionOperation | 255 | ep-prodact:ConstructionOperation |
| 253 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 256 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 254 | rdfs:comment "activity that is construction"^^xsd:string ; | 257 | rdfs:comment "activity that is construction"^^xsd:string ; |
| 255 | rdfs:label "construction operation"^^xsd:string ; | 258 | rdfs:label "construction operation"^^xsd:string ; |
| 256 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 259 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
| ... | @@ -258,7 +261,7 @@ ep-prodact:ConstructionOperation | ... | @@ -258,7 +261,7 @@ ep-prodact:ConstructionOperation |
| 258 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . | 261 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . |
| 259 | 262 | ||
| 260 | ep-prodact:DailyProductionOperationProcessingLoss | 263 | ep-prodact:DailyProductionOperationProcessingLoss |
| 261 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 264 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 262 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; | 265 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; |
| 263 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 266 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
| 264 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 267 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -276,7 +279,7 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -276,7 +279,7 @@ ep-prodact:DefinedHazardAndAccidentSituation |
| 276 | rdfs:subClassOf ep-prodact:Incident . | 279 | rdfs:subClassOf ep-prodact:Incident . |
| 277 | 280 | ||
| 278 | ep-prodact:Deviation | 281 | ep-prodact:Deviation |
| 279 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 282 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 280 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; | 283 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; |
| 281 | rdfs:label "deviation"^^xsd:string ; | 284 | rdfs:label "deviation"^^xsd:string ; |
| 282 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 285 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| ... | @@ -288,25 +291,25 @@ ep-prodact:DischargeWater | ... | @@ -288,25 +291,25 @@ ep-prodact:DischargeWater |
| 288 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 291 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 289 | 292 | ||
| 290 | ep-prodact:DrillOrExcercise | 293 | ep-prodact:DrillOrExcercise |
| 291 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 294 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 292 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; | 295 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; |
| 293 | rdfs:label "drill or exercise"^^xsd:string ; | 296 | rdfs:label "drill or exercise"^^xsd:string ; |
| 294 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 297 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 295 | 298 | ||
| 296 | ep-prodact:ExtendedMaintenanceTurnaround | 299 | ep-prodact:ExtendedMaintenanceTurnaround |
| 297 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 300 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 298 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; | 301 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; |
| 299 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 302 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
| 300 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 303 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 301 | 304 | ||
| 302 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 305 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
| 303 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 306 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 304 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; | 307 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; |
| 305 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 308 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
| 306 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 309 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
| 307 | 310 | ||
| 308 | ep-prodact:Fire | 311 | ep-prodact:Fire |
| 309 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 312 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 310 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; | 313 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; |
| 311 | rdfs:label "fire"^^xsd:string ; | 314 | rdfs:label "fire"^^xsd:string ; |
| 312 | rdfs:subClassOf ep-prodact:Incident . | 315 | rdfs:subClassOf ep-prodact:Incident . |
| ... | @@ -318,61 +321,61 @@ ep-prodact:FluidLevelTest | ... | @@ -318,61 +321,61 @@ ep-prodact:FluidLevelTest |
| 318 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . | 321 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . |
| 319 | 322 | ||
| 320 | ep-prodact:FluidSampling-DST | 323 | ep-prodact:FluidSampling-DST |
| 321 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 324 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 322 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; | 325 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; |
| 323 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 326 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
| 324 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 327 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 325 | 328 | ||
| 326 | ep-prodact:FluidSampling-RFTorMDT | 329 | ep-prodact:FluidSampling-RFTorMDT |
| 327 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 330 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 328 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 331 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 329 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 332 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
| 330 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 333 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 331 | 334 | ||
| 332 | ep-prodact:FluidSampling-bottomhole | 335 | ep-prodact:FluidSampling-bottomhole |
| 333 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 336 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 334 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; | 337 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; |
| 335 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 338 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
| 336 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 339 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 337 | 340 | ||
| 338 | ep-prodact:FluidSampling-formationTester | 341 | ep-prodact:FluidSampling-formationTester |
| 339 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 342 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 340 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; | 343 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; |
| 341 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 344 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
| 342 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 345 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 343 | 346 | ||
| 344 | ep-prodact:FluidSampling-recombined | 347 | ep-prodact:FluidSampling-recombined |
| 345 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 348 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 346 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 349 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 347 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 350 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
| 348 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 351 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 349 | 352 | ||
| 350 | ep-prodact:FluidSampling-separatorGas | 353 | ep-prodact:FluidSampling-separatorGas |
| 351 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 354 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 352 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 355 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 353 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 356 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
| 354 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 357 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 355 | 358 | ||
| 356 | ep-prodact:FluidSampling-separatorOil | 359 | ep-prodact:FluidSampling-separatorOil |
| 357 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 360 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 358 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 361 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 359 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 362 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
| 360 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 363 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 361 | 364 | ||
| 362 | ep-prodact:FluidSampling-separatorWater | 365 | ep-prodact:FluidSampling-separatorWater |
| 363 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 366 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 364 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 367 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 365 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 368 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
| 366 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 369 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 367 | 370 | ||
| 368 | ep-prodact:FluidSampling-synthetic | 371 | ep-prodact:FluidSampling-synthetic |
| 369 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 372 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 370 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 373 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
| 371 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 374 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
| 372 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 375 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| 373 | 376 | ||
| 374 | ep-prodact:FluidSampling-wellhead | 377 | ep-prodact:FluidSampling-wellhead |
| 375 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 378 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
| 376 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; | 379 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; |
| 377 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 380 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
| 378 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 381 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
| ... | @@ -390,7 +393,7 @@ ep-prodact:FluidSamplingType | ... | @@ -390,7 +393,7 @@ ep-prodact:FluidSamplingType |
| 390 | rdfs:subClassOf owl:Class . | 393 | rdfs:subClassOf owl:Class . |
| 391 | 394 | ||
| 392 | ep-prodact:HSEProblem | 395 | ep-prodact:HSEProblem |
| 393 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 396 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 394 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; | 397 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; |
| 395 | rdfs:label "HSE problem"^^xsd:string ; | 398 | rdfs:label "HSE problem"^^xsd:string ; |
| 396 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 399 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -408,7 +411,7 @@ ep-prodact:Incident | ... | @@ -408,7 +411,7 @@ ep-prodact:Incident |
| 408 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 411 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 409 | 412 | ||
| 410 | ep-prodact:InitialWellTest | 413 | ep-prodact:InitialWellTest |
| 411 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 414 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 412 | rdfs:comment "well test that is the first on a well"^^xsd:string ; | 415 | rdfs:comment "well test that is the first on a well"^^xsd:string ; |
| 413 | rdfs:label "initial well test"^^xsd:string ; | 416 | rdfs:label "initial well test"^^xsd:string ; |
| 414 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 417 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| ... | @@ -426,25 +429,25 @@ ep-prodact:Injury | ... | @@ -426,25 +429,25 @@ ep-prodact:Injury |
| 426 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 429 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
| 427 | 430 | ||
| 428 | ep-prodact:IssueBillOfLading | 431 | ep-prodact:IssueBillOfLading |
| 429 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 432 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
| 430 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; | 433 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; |
| 431 | rdfs:label "issue bill of lading"^^xsd:string ; | 434 | rdfs:label "issue bill of lading"^^xsd:string ; |
| 432 | rdfs:subClassOf ep-prodact:SalesActivity . | 435 | rdfs:subClassOf ep-prodact:SalesActivity . |
| 433 | 436 | ||
| 434 | ep-prodact:IssueWorkPermit | 437 | ep-prodact:IssueWorkPermit |
| 435 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 438 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 436 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; | 439 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; |
| 437 | rdfs:label "issue work permit"^^xsd:string ; | 440 | rdfs:label "issue work permit"^^xsd:string ; |
| 438 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 441 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 439 | 442 | ||
| 440 | ep-prodact:IssueWorkPermitWithSJA | 443 | ep-prodact:IssueWorkPermitWithSJA |
| 441 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 444 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 442 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; | 445 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; |
| 443 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 446 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
| 444 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 447 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
| 445 | 448 | ||
| 446 | ep-prodact:JobObservation | 449 | ep-prodact:JobObservation |
| 447 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 450 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 448 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | 451 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; |
| 449 | rdfs:label "job observation"^^xsd:string ; | 452 | rdfs:label "job observation"^^xsd:string ; |
| 450 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 453 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -462,13 +465,13 @@ ep-prodact:LostTimeAccident | ... | @@ -462,13 +465,13 @@ ep-prodact:LostTimeAccident |
| 462 | rdfs:subClassOf ep-prodact:Injury . | 465 | rdfs:subClassOf ep-prodact:Injury . |
| 463 | 466 | ||
| 464 | ep-prodact:LostTimeIncident | 467 | ep-prodact:LostTimeIncident |
| 465 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 468 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 466 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; | 469 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; |
| 467 | rdfs:label "lost time incident"^^xsd:string ; | 470 | rdfs:label "lost time incident"^^xsd:string ; |
| 468 | rdfs:subClassOf ep-prodact:Injury . | 471 | rdfs:subClassOf ep-prodact:Injury . |
| 469 | 472 | ||
| 470 | ep-prodact:MaintenanceActivity | 473 | ep-prodact:MaintenanceActivity |
| 471 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 474 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 472 | rdfs:comment "activity that is maintenance"^^xsd:string ; | 475 | rdfs:comment "activity that is maintenance"^^xsd:string ; |
| 473 | rdfs:label "maintenance activity"^^xsd:string ; | 476 | rdfs:label "maintenance activity"^^xsd:string ; |
| 474 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 477 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -482,7 +485,7 @@ ep-prodact:MakeAComment | ... | @@ -482,7 +485,7 @@ ep-prodact:MakeAComment |
| 482 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 485 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 483 | 486 | ||
| 484 | ep-prodact:MakeATransaction | 487 | ep-prodact:MakeATransaction |
| 485 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 488 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
| 486 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; | 489 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; |
| 487 | rdfs:label "make a transaction"^^xsd:string ; | 490 | rdfs:label "make a transaction"^^xsd:string ; |
| 488 | rdfs:subClassOf ep-prodact:SalesActivity . | 491 | rdfs:subClassOf ep-prodact:SalesActivity . |
| ... | @@ -494,13 +497,13 @@ ep-prodact:MarineOperation | ... | @@ -494,13 +497,13 @@ ep-prodact:MarineOperation |
| 494 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 497 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 495 | 498 | ||
| 496 | ep-prodact:MarkedGasLossOfExport | 499 | ep-prodact:MarkedGasLossOfExport |
| 497 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 500 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 498 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; | 501 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; |
| 499 | rdfs:label "marked gas loss of export"^^xsd:string ; | 502 | rdfs:label "marked gas loss of export"^^xsd:string ; |
| 500 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 503 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 501 | 504 | ||
| 502 | ep-prodact:MarkedOilLossOfExport | 505 | ep-prodact:MarkedOilLossOfExport |
| 503 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 506 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 504 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; | 507 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; |
| 505 | rdfs:label "marked oil loss of export"^^xsd:string ; | 508 | rdfs:label "marked oil loss of export"^^xsd:string ; |
| 506 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 509 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -512,7 +515,7 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -512,7 +515,7 @@ ep-prodact:MeasurePropertiesOfAFlow |
| 512 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 515 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 513 | 516 | ||
| 514 | ep-prodact:MeasureSplitFactors | 517 | ep-prodact:MeasureSplitFactors |
| 515 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 518 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
| 516 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; | 519 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; |
| 517 | rdfs:label "measure split factors"^^xsd:string ; | 520 | rdfs:label "measure split factors"^^xsd:string ; |
| 518 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 521 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -524,19 +527,19 @@ ep-prodact:MedicalTreatment | ... | @@ -524,19 +527,19 @@ ep-prodact:MedicalTreatment |
| 524 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 527 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 525 | 528 | ||
| 526 | ep-prodact:MedicalTreatmentInjury | 529 | ep-prodact:MedicalTreatmentInjury |
| 527 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 530 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 528 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; | 531 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; |
| 529 | rdfs:label "medical treatment injury"^^xsd:string ; | 532 | rdfs:label "medical treatment injury"^^xsd:string ; |
| 530 | rdfs:subClassOf ep-prodact:Injury . | 533 | rdfs:subClassOf ep-prodact:Injury . |
| 531 | 534 | ||
| 532 | ep-prodact:ModificationProject | 535 | ep-prodact:ModificationProject |
| 533 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 536 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 534 | rdfs:comment "activity that is a modification project"^^xsd:string ; | 537 | rdfs:comment "activity that is a modification project"^^xsd:string ; |
| 535 | rdfs:label "modification project"^^xsd:string ; | 538 | rdfs:label "modification project"^^xsd:string ; |
| 536 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 539 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 537 | 540 | ||
| 538 | ep-prodact:MonthlyProductionOperationToDate | 541 | ep-prodact:MonthlyProductionOperationToDate |
| 539 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 542 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
| 540 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 543 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
| 541 | rdfs:label "monthly production operation to date"^^xsd:string ; | 544 | rdfs:label "monthly production operation to date"^^xsd:string ; |
| 542 | rdfs:subClassOf ep-prodact:ProductionOperation . | 545 | rdfs:subClassOf ep-prodact:ProductionOperation . |
| ... | @@ -554,25 +557,25 @@ ep-prodact:MovementOfProductType | ... | @@ -554,25 +557,25 @@ ep-prodact:MovementOfProductType |
| 554 | rdfs:subClassOf owl:Class . | 557 | rdfs:subClassOf owl:Class . |
| 555 | 558 | ||
| 556 | ep-prodact:NearMiss | 559 | ep-prodact:NearMiss |
| 557 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 560 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 558 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; | 561 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; |
| 559 | rdfs:label "near miss"^^xsd:string ; | 562 | rdfs:label "near miss"^^xsd:string ; |
| 560 | rdfs:subClassOf ep-prodact:Incident . | 563 | rdfs:subClassOf ep-prodact:Incident . |
| 561 | 564 | ||
| 562 | ep-prodact:OperationMistakes | 565 | ep-prodact:OperationMistakes |
| 563 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 566 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 564 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; | 567 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; |
| 565 | rdfs:label "operation mistakes"^^xsd:string ; | 568 | rdfs:label "operation mistakes"^^xsd:string ; |
| 566 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 569 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 567 | 570 | ||
| 568 | ep-prodact:OtherReasonWellTest | 571 | ep-prodact:OtherReasonWellTest |
| 569 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 572 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 570 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; | 573 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; |
| 571 | rdfs:label "other reason well text"^^xsd:string ; | 574 | rdfs:label "other reason well text"^^xsd:string ; |
| 572 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 575 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 573 | 576 | ||
| 574 | ep-prodact:PeriodicWellTest | 577 | ep-prodact:PeriodicWellTest |
| 575 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 578 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 576 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; | 579 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; |
| 577 | rdfs:label "periodic well test"^^xsd:string ; | 580 | rdfs:label "periodic well test"^^xsd:string ; |
| 578 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 581 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| ... | @@ -584,115 +587,115 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -584,115 +587,115 @@ ep-prodact:PersonnelSafetyIntroduction |
| 584 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 587 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 585 | 588 | ||
| 586 | ep-prodact:PlannedMaintenanceTurnaround | 589 | ep-prodact:PlannedMaintenanceTurnaround |
| 587 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 590 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 588 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; | 591 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; |
| 589 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 592 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
| 590 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 593 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 591 | 594 | ||
| 592 | ep-prodact:PowerStationFailure | 595 | ep-prodact:PowerStationFailure |
| 593 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 596 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 594 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; | 597 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; |
| 595 | rdfs:label "power station failure"^^xsd:string ; | 598 | rdfs:label "power station failure"^^xsd:string ; |
| 596 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 599 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 597 | 600 | ||
| 598 | ep-prodact:PreventiveMaintenanceTopside | 601 | ep-prodact:PreventiveMaintenanceTopside |
| 599 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 602 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 600 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; | 603 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; |
| 601 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 604 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
| 602 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 605 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 603 | 606 | ||
| 604 | ep-prodact:ProcessAndOperationProblem | 607 | ep-prodact:ProcessAndOperationProblem |
| 605 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 608 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 606 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; | 609 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; |
| 607 | rdfs:label "process and operation problem"^^xsd:string ; | 610 | rdfs:label "process and operation problem"^^xsd:string ; |
| 608 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 611 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 609 | 612 | ||
| 610 | ep-prodact:ProductCompletedLifting | 613 | ep-prodact:ProductCompletedLifting |
| 611 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 614 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 612 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 615 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
| 613 | rdfs:label "product completed lifting"^^xsd:string ; | 616 | rdfs:label "product completed lifting"^^xsd:string ; |
| 614 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 617 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 615 | 618 | ||
| 616 | ep-prodact:ProductGain-Loss | 619 | ep-prodact:ProductGain-Loss |
| 617 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 620 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 618 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; | 621 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; |
| 619 | rdfs:label "product gain/loss"^^xsd:string ; | 622 | rdfs:label "product gain/loss"^^xsd:string ; |
| 620 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 623 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 621 | 624 | ||
| 622 | ep-prodact:ProductInputToStorage | 625 | ep-prodact:ProductInputToStorage |
| 623 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 626 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 624 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 627 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
| 625 | rdfs:label "product input to storage"^^xsd:string ; | 628 | rdfs:label "product input to storage"^^xsd:string ; |
| 626 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 629 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 627 | 630 | ||
| 628 | ep-prodact:ProductLifted | 631 | ep-prodact:ProductLifted |
| 629 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 632 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 630 | rdfs:comment "movement of product that is from storage"^^xsd:string ; | 633 | rdfs:comment "movement of product that is from storage"^^xsd:string ; |
| 631 | rdfs:label "product lifted"^^xsd:string ; | 634 | rdfs:label "product lifted"^^xsd:string ; |
| 632 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 635 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 633 | 636 | ||
| 634 | ep-prodact:ProductLiftingEntitlement | 637 | ep-prodact:ProductLiftingEntitlement |
| 635 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 638 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 636 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 639 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 637 | rdfs:label "product lifting entitlement"^^xsd:string ; | 640 | rdfs:label "product lifting entitlement"^^xsd:string ; |
| 638 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 641 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 639 | 642 | ||
| 640 | ep-prodact:ProductLiftingEntitlementRemaining | 643 | ep-prodact:ProductLiftingEntitlementRemaining |
| 641 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 644 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 642 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 645 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 643 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 646 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
| 644 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 647 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 645 | 648 | ||
| 646 | ep-prodact:ProductLinePack | 649 | ep-prodact:ProductLinePack |
| 647 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 650 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 648 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; | 651 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; |
| 649 | rdfs:label "product line pack"^^xsd:string ; | 652 | rdfs:label "product line pack"^^xsd:string ; |
| 650 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 653 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 651 | 654 | ||
| 652 | ep-prodact:ProductMassAdjustment | 655 | ep-prodact:ProductMassAdjustment |
| 653 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 656 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 654 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 657 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 655 | rdfs:label "product mass adjustment"^^xsd:string ; | 658 | rdfs:label "product mass adjustment"^^xsd:string ; |
| 656 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 659 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 657 | 660 | ||
| 658 | ep-prodact:ProductPartialLifting | 661 | ep-prodact:ProductPartialLifting |
| 659 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 662 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 660 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; | 663 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; |
| 661 | rdfs:label "product partial lifting"^^xsd:string ; | 664 | rdfs:label "product partial lifting"^^xsd:string ; |
| 662 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 665 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 663 | 666 | ||
| 664 | ep-prodact:ProductPipelineLifting | 667 | ep-prodact:ProductPipelineLifting |
| 665 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 668 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 666 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; | 669 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; |
| 667 | rdfs:label "product pipeline lifting"^^xsd:string ; | 670 | rdfs:label "product pipeline lifting"^^xsd:string ; |
| 668 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 671 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 669 | 672 | ||
| 670 | ep-prodact:ProductProductionImbalance | 673 | ep-prodact:ProductProductionImbalance |
| 671 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 674 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 672 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; | 675 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; |
| 673 | rdfs:label "product production imbalance"^^xsd:string ; | 676 | rdfs:label "product production imbalance"^^xsd:string ; |
| 674 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 677 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 675 | 678 | ||
| 676 | ep-prodact:ProductSwap | 679 | ep-prodact:ProductSwap |
| 677 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 680 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 678 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 681 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 679 | rdfs:label "product swap"^^xsd:string ; | 682 | rdfs:label "product swap"^^xsd:string ; |
| 680 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 683 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 681 | 684 | ||
| 682 | ep-prodact:ProductTankerLifting | 685 | ep-prodact:ProductTankerLifting |
| 683 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 686 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 684 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; | 687 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; |
| 685 | rdfs:label "product tanker lifting"^^xsd:string ; | 688 | rdfs:label "product tanker lifting"^^xsd:string ; |
| 686 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 689 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 687 | 690 | ||
| 688 | ep-prodact:ProductTransaction | 691 | ep-prodact:ProductTransaction |
| 689 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 692 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 690 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 693 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 691 | rdfs:label "product transaction"^^xsd:string ; | 694 | rdfs:label "product transaction"^^xsd:string ; |
| 692 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 695 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| 693 | 696 | ||
| 694 | ep-prodact:ProductTransfer | 697 | ep-prodact:ProductTransfer |
| 695 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 698 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
| 696 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 699 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
| 697 | rdfs:label "product transfer"^^xsd:string ; | 700 | rdfs:label "product transfer"^^xsd:string ; |
| 698 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 701 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
| ... | @@ -704,7 +707,7 @@ ep-prodact:ProductionActivityType | ... | @@ -704,7 +707,7 @@ ep-prodact:ProductionActivityType |
| 704 | rdfs:subClassOf owl:Class . | 707 | rdfs:subClassOf owl:Class . |
| 705 | 708 | ||
| 706 | ep-prodact:ProductionOperation | 709 | ep-prodact:ProductionOperation |
| 707 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 710 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
| 708 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | 711 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; |
| 709 | rdfs:label "production operation"^^xsd:string ; | 712 | rdfs:label "production operation"^^xsd:string ; |
| 710 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 713 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| ... | @@ -733,13 +736,13 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -733,13 +736,13 @@ ep-prodact:ProductionOperationProcessingLoss |
| 733 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 736 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 734 | 737 | ||
| 735 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 738 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
| 736 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 739 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 737 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; | 740 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; |
| 738 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 741 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
| 739 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 742 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 740 | 743 | ||
| 741 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 744 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
| 742 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 745 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 743 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; | 746 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; |
| 744 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 747 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
| 745 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 748 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -763,25 +766,25 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -763,25 +766,25 @@ ep-prodact:ReasonForLossOfProcessingType |
| 763 | rdfs:subClassOf owl:Class . | 766 | rdfs:subClassOf owl:Class . |
| 764 | 767 | ||
| 765 | ep-prodact:ReleaseToAir | 768 | ep-prodact:ReleaseToAir |
| 766 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 769 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 767 | rdfs:comment "spill or leak that is to air"^^xsd:string ; | 770 | rdfs:comment "spill or leak that is to air"^^xsd:string ; |
| 768 | rdfs:label "release to air"^^xsd:string ; | 771 | rdfs:label "release to air"^^xsd:string ; |
| 769 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 772 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
| 770 | 773 | ||
| 771 | ep-prodact:ReleaseToWater | 774 | ep-prodact:ReleaseToWater |
| 772 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 775 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 773 | rdfs:comment "spill or leak that is to water"^^xsd:string ; | 776 | rdfs:comment "spill or leak that is to water"^^xsd:string ; |
| 774 | rdfs:label "release to water"^^xsd:string ; | 777 | rdfs:label "release to water"^^xsd:string ; |
| 775 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 778 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
| 776 | 779 | ||
| 777 | ep-prodact:ReportHazard | 780 | ep-prodact:ReportHazard |
| 778 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 781 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 779 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; | 782 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; |
| 780 | rdfs:label "report hazard"^^xsd:string ; | 783 | rdfs:label "report hazard"^^xsd:string ; |
| 781 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 784 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 782 | 785 | ||
| 783 | ep-prodact:ReservoirLoss | 786 | ep-prodact:ReservoirLoss |
| 784 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 787 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 785 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; | 788 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; |
| 786 | rdfs:label "reservoir loss"^^xsd:string ; | 789 | rdfs:label "reservoir loss"^^xsd:string ; |
| 787 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 790 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -793,13 +796,13 @@ ep-prodact:RestrictedWork | ... | @@ -793,13 +796,13 @@ ep-prodact:RestrictedWork |
| 793 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 796 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 794 | 797 | ||
| 795 | ep-prodact:RestrictedWorkInjury | 798 | ep-prodact:RestrictedWorkInjury |
| 796 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 799 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 797 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; | 800 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; |
| 798 | rdfs:label "restricted work injury"^^xsd:string ; | 801 | rdfs:label "restricted work injury"^^xsd:string ; |
| 799 | rdfs:subClassOf ep-prodact:Injury . | 802 | rdfs:subClassOf ep-prodact:Injury . |
| 800 | 803 | ||
| 801 | ep-prodact:RevisionWellTest | 804 | ep-prodact:RevisionWellTest |
| 802 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 805 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 803 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; | 806 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; |
| 804 | rdfs:label "revision well test"^^xsd:string ; | 807 | rdfs:label "revision well test"^^xsd:string ; |
| 805 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 808 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| ... | @@ -817,7 +820,7 @@ ep-prodact:SafetyConsideration | ... | @@ -817,7 +820,7 @@ ep-prodact:SafetyConsideration |
| 817 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 820 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 818 | 821 | ||
| 819 | ep-prodact:SafetyMeeting | 822 | ep-prodact:SafetyMeeting |
| 820 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 823 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 821 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; | 824 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; |
| 822 | rdfs:label "safety meeting"^^xsd:string ; | 825 | rdfs:label "safety meeting"^^xsd:string ; |
| 823 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 826 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -835,13 +838,13 @@ ep-prodact:SalesActivityType | ... | @@ -835,13 +838,13 @@ ep-prodact:SalesActivityType |
| 835 | rdfs:subClassOf owl:Class . | 838 | rdfs:subClassOf owl:Class . |
| 836 | 839 | ||
| 837 | ep-prodact:SentAshore | 840 | ep-prodact:SentAshore |
| 838 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 841 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 839 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; | 842 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; |
| 840 | rdfs:label "sent ashore"^^xsd:string ; | 843 | rdfs:label "sent ashore"^^xsd:string ; |
| 841 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 844 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 842 | 845 | ||
| 843 | ep-prodact:SevereAccident | 846 | ep-prodact:SevereAccident |
| 844 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 847 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 845 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; | 848 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; |
| 846 | rdfs:label "severe accident"^^xsd:string ; | 849 | rdfs:label "severe accident"^^xsd:string ; |
| 847 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 850 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
| ... | @@ -853,13 +856,13 @@ ep-prodact:ShutdownProduction | ... | @@ -853,13 +856,13 @@ ep-prodact:ShutdownProduction |
| 853 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 856 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 854 | 857 | ||
| 855 | ep-prodact:SickOnBoard | 858 | ep-prodact:SickOnBoard |
| 856 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 859 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 857 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; | 860 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; |
| 858 | rdfs:label "sick on board"^^xsd:string ; | 861 | rdfs:label "sick on board"^^xsd:string ; |
| 859 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 862 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 860 | 863 | ||
| 861 | ep-prodact:SpillOrLeak | 864 | ep-prodact:SpillOrLeak |
| 862 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 865 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 863 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; | 866 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; |
| 864 | rdfs:label "spill or leak"^^xsd:string ; | 867 | rdfs:label "spill or leak"^^xsd:string ; |
| 865 | rdfs:subClassOf ep-prodact:Incident . | 868 | rdfs:subClassOf ep-prodact:Incident . |
| ... | @@ -877,7 +880,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -877,7 +880,7 @@ ep-prodact:StandbyVesselOperation |
| 877 | rdfs:subClassOf ep-prodact:MarineOperation . | 880 | rdfs:subClassOf ep-prodact:MarineOperation . |
| 878 | 881 | ||
| 879 | ep-prodact:StrikeOrLockout | 882 | ep-prodact:StrikeOrLockout |
| 880 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 883 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 881 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; | 884 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; |
| 882 | rdfs:label "strike or lock-out"^^xsd:string ; | 885 | rdfs:label "strike or lock-out"^^xsd:string ; |
| 883 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 886 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -889,67 +892,67 @@ ep-prodact:SupplyShipOperation | ... | @@ -889,67 +892,67 @@ ep-prodact:SupplyShipOperation |
| 889 | rdfs:subClassOf ep-prodact:MarineOperation . | 892 | rdfs:subClassOf ep-prodact:MarineOperation . |
| 890 | 893 | ||
| 891 | ep-prodact:TestingAndLogging | 894 | ep-prodact:TestingAndLogging |
| 892 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 895 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 893 | rdfs:comment "activity that is testing and logging"^^xsd:string ; | 896 | rdfs:comment "activity that is testing and logging"^^xsd:string ; |
| 894 | rdfs:label "testing and logging"^^xsd:string ; | 897 | rdfs:label "testing and logging"^^xsd:string ; |
| 895 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 898 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 896 | 899 | ||
| 897 | ep-prodact:ThirdPartyProcessingLoss | 900 | ep-prodact:ThirdPartyProcessingLoss |
| 898 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 901 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 899 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; | 902 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; |
| 900 | rdfs:label "third party processing loss"^^xsd:string ; | 903 | rdfs:label "third party processing loss"^^xsd:string ; |
| 901 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 904 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 902 | 905 | ||
| 903 | ep-prodact:TopsideEquipmentFailureMaintenance | 906 | ep-prodact:TopsideEquipmentFailureMaintenance |
| 904 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 907 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 905 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; | 908 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; |
| 906 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 909 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
| 907 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 910 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 908 | 911 | ||
| 909 | ep-prodact:TrafficAccident | 912 | ep-prodact:TrafficAccident |
| 910 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 913 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 911 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; | 914 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; |
| 912 | rdfs:label "traffic accident"^^xsd:string ; | 915 | rdfs:label "traffic accident"^^xsd:string ; |
| 913 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 916 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
| 914 | 917 | ||
| 915 | ep-prodact:UnavailableTankerStorage | 918 | ep-prodact:UnavailableTankerStorage |
| 916 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 919 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 917 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; | 920 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; |
| 918 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 921 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
| 919 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 922 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 920 | 923 | ||
| 921 | ep-prodact:UnknownReasonWellTest | 924 | ep-prodact:UnknownReasonWellTest |
| 922 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 925 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
| 923 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; | 926 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; |
| 924 | rdfs:label "unknown reason well test"^^xsd:string ; | 927 | rdfs:label "unknown reason well test"^^xsd:string ; |
| 925 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 928 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
| 926 | 929 | ||
| 927 | ep-prodact:WeatherProblem | 930 | ep-prodact:WeatherProblem |
| 928 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 931 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 929 | rdfs:comment "activity that is a weather problem"^^xsd:string ; | 932 | rdfs:comment "activity that is a weather problem"^^xsd:string ; |
| 930 | rdfs:label "weather problem"^^xsd:string ; | 933 | rdfs:label "weather problem"^^xsd:string ; |
| 931 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 934 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 932 | 935 | ||
| 933 | ep-prodact:WellEquipmentFailureMaintenance | 936 | ep-prodact:WellEquipmentFailureMaintenance |
| 934 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 937 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 935 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; | 938 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; |
| 936 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 939 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
| 937 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 940 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 938 | 941 | ||
| 939 | ep-prodact:WellPlannedOperations | 942 | ep-prodact:WellPlannedOperations |
| 940 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 943 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 941 | rdfs:comment "activity that is well planned operations"^^xsd:string ; | 944 | rdfs:comment "activity that is well planned operations"^^xsd:string ; |
| 942 | rdfs:label "well planned operations"^^xsd:string ; | 945 | rdfs:label "well planned operations"^^xsd:string ; |
| 943 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 946 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 944 | 947 | ||
| 945 | ep-prodact:WellPreventiveMaintenance | 948 | ep-prodact:WellPreventiveMaintenance |
| 946 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 949 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 947 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; | 950 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; |
| 948 | rdfs:label "well preventive maintenance"^^xsd:string ; | 951 | rdfs:label "well preventive maintenance"^^xsd:string ; |
| 949 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 952 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| 950 | 953 | ||
| 951 | ep-prodact:WellProblems | 954 | ep-prodact:WellProblems |
| 952 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 955 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
| 953 | rdfs:comment "activity that is well problems"^^xsd:string ; | 956 | rdfs:comment "activity that is well problems"^^xsd:string ; |
| 954 | rdfs:label "well problems"^^xsd:string ; | 957 | rdfs:label "well problems"^^xsd:string ; |
| 955 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 958 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
| ... | @@ -988,13 +991,13 @@ ep-prodact:buyer | ... | @@ -988,13 +991,13 @@ ep-prodact:buyer |
| 988 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 991 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
| 989 | 992 | ||
| 990 | ep-prodact:cargoBatchNumber | 993 | ep-prodact:cargoBatchNumber |
| 991 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 994 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 992 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; | 995 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; |
| 993 | rdfs:domain ep-material:BatchOfCargo ; | 996 | rdfs:domain ep-material:BatchOfCargo ; |
| 994 | rdfs:label "cargo batch number"^^xsd:string . | 997 | rdfs:label "cargo batch number"^^xsd:string . |
| 995 | 998 | ||
| 996 | ep-prodact:cargoNumber | 999 | ep-prodact:cargoNumber |
| 997 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1000 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 998 | rdfs:comment "identifier of a cargo"^^xsd:string ; | 1001 | rdfs:comment "identifier of a cargo"^^xsd:string ; |
| 999 | rdfs:domain ep-material:QuantityOfMaterial ; | 1002 | rdfs:domain ep-material:QuantityOfMaterial ; |
| 1000 | rdfs:label "cargo number"^^xsd:string . | 1003 | rdfs:label "cargo number"^^xsd:string . |
| ... | @@ -1008,6 +1011,7 @@ ep-prodact:causedBy | ... | @@ -1008,6 +1011,7 @@ ep-prodact:causedBy |
| 1008 | 1011 | ||
| 1009 | ep-prodact:commentMade | 1012 | ep-prodact:commentMade |
| 1010 | rdf:type owl:DatatypeProperty ; | 1013 | rdf:type owl:DatatypeProperty ; |
| 1014 | + rdfs:comment "comment that is made by a make a comment activity"^^xsd:string ; | ||
| 1011 | rdfs:domain ep-prodact:MakeAComment ; | 1015 | rdfs:domain ep-prodact:MakeAComment ; |
| 1012 | rdfs:label "comment made"^^xsd:string . | 1016 | rdfs:label "comment made"^^xsd:string . |
| 1013 | 1017 | ||
| ... | @@ -1027,6 +1031,7 @@ ep-prodact:commentator | ... | @@ -1027,6 +1031,7 @@ ep-prodact:commentator |
| 1027 | 1031 | ||
| 1028 | ep-prodact:descriptionOfSource | 1032 | ep-prodact:descriptionOfSource |
| 1029 | rdf:type owl:DatatypeProperty ; | 1033 | rdf:type owl:DatatypeProperty ; |
| 1034 | + rdfs:comment "description of the source for a data acquisition activity"^^xsd:string ; | ||
| 1030 | rdfs:domain ep-prodact:DataAcquisitionActivity ; | 1035 | rdfs:domain ep-prodact:DataAcquisitionActivity ; |
| 1031 | rdfs:label "description of source"^^xsd:string . | 1036 | rdfs:label "description of source"^^xsd:string . |
| 1032 | 1037 | ||
| ... | @@ -1051,7 +1056,7 @@ ep-prodact:hasDischargeFlow | ... | @@ -1051,7 +1056,7 @@ ep-prodact:hasDischargeFlow |
| 1051 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1056 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 1052 | 1057 | ||
| 1053 | ep-prodact:hasGasLiftChoke | 1058 | ep-prodact:hasGasLiftChoke |
| 1054 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1059 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1055 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; | 1060 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; |
| 1056 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1061 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 1057 | rdfs:label "has gas lift choke"^^xsd:string ; | 1062 | rdfs:label "has gas lift choke"^^xsd:string ; |
| ... | @@ -1071,7 +1076,7 @@ ep-prodact:hasPredecessor | ... | @@ -1071,7 +1076,7 @@ ep-prodact:hasPredecessor |
| 1071 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1076 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 1072 | 1077 | ||
| 1073 | ep-prodact:hasShutInPressure | 1078 | ep-prodact:hasShutInPressure |
| 1074 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1079 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1075 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; | 1080 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; |
| 1076 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 1081 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
| 1077 | rdfs:label "has shut-in pressure"^^xsd:string ; | 1082 | rdfs:label "has shut-in pressure"^^xsd:string ; |
| ... | @@ -1084,35 +1089,35 @@ ep-prodact:hasValidPredecessor | ... | @@ -1084,35 +1089,35 @@ ep-prodact:hasValidPredecessor |
| 1084 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1089 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| 1085 | 1090 | ||
| 1086 | ep-prodact:injectionWellTestMaximumAnnularPressure | 1091 | ep-prodact:injectionWellTestMaximumAnnularPressure |
| 1087 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1092 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1088 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; | 1093 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; |
| 1089 | rdfs:domain ep-prodact:InjectionWellTest ; | 1094 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 1090 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 1095 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
| 1091 | rdfs:range ep-core:Pressure . | 1096 | rdfs:range ep-core:Pressure . |
| 1092 | 1097 | ||
| 1093 | ep-prodact:injectionWellTestMinimumAnnularPressure | 1098 | ep-prodact:injectionWellTestMinimumAnnularPressure |
| 1094 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1099 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1095 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; | 1100 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; |
| 1096 | rdfs:domain ep-prodact:InjectionWellTest ; | 1101 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 1097 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 1102 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
| 1098 | rdfs:range ep-core:Pressure . | 1103 | rdfs:range ep-core:Pressure . |
| 1099 | 1104 | ||
| 1100 | ep-prodact:injectionWellTestWellheadFlowingPressure | 1105 | ep-prodact:injectionWellTestWellheadFlowingPressure |
| 1101 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1106 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1102 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; | 1107 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; |
| 1103 | rdfs:domain ep-prodact:InjectionWellTest ; | 1108 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 1104 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 1109 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
| 1105 | rdfs:range ep-core:Pressure . | 1110 | rdfs:range ep-core:Pressure . |
| 1106 | 1111 | ||
| 1107 | ep-prodact:injectionWellTestWellheadMaximumPressure | 1112 | ep-prodact:injectionWellTestWellheadMaximumPressure |
| 1108 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1113 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1109 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; | 1114 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; |
| 1110 | rdfs:domain ep-prodact:InjectionWellTest ; | 1115 | rdfs:domain ep-prodact:InjectionWellTest ; |
| 1111 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 1116 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
| 1112 | rdfs:range ep-core:Pressure . | 1117 | rdfs:range ep-core:Pressure . |
| 1113 | 1118 | ||
| 1114 | ep-prodact:lastPartOfTypeDefiningType | 1119 | ep-prodact:lastPartOfTypeDefiningType |
| 1115 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1120 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1116 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; | 1121 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; |
| 1117 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1122 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
| 1118 | rdfs:label "last part of type defining type"^^xsd:string ; | 1123 | rdfs:label "last part of type defining type"^^xsd:string ; |
| ... | @@ -1126,14 +1131,14 @@ ep-prodact:measuredFlow | ... | @@ -1126,14 +1131,14 @@ ep-prodact:measuredFlow |
| 1126 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1131 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
| 1127 | 1132 | ||
| 1128 | ep-prodact:movedProduct | 1133 | ep-prodact:movedProduct |
| 1129 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1134 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1130 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; | 1135 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; |
| 1131 | rdfs:domain ep-prodact:MovementOfProduct ; | 1136 | rdfs:domain ep-prodact:MovementOfProduct ; |
| 1132 | rdfs:label "moved product"^^xsd:string ; | 1137 | rdfs:label "moved product"^^xsd:string ; |
| 1133 | rdfs:range ep-material:QuantityOfMaterial . | 1138 | rdfs:range ep-material:QuantityOfMaterial . |
| 1134 | 1139 | ||
| 1135 | ep-prodact:onProductionFacility | 1140 | ep-prodact:onProductionFacility |
| 1136 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1141 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1137 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; | 1142 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; |
| 1138 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1143 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| 1139 | rdfs:label "on facility"^^xsd:string ; | 1144 | rdfs:label "on facility"^^xsd:string ; |
| ... | @@ -1154,7 +1159,7 @@ ep-prodact:performedByShip | ... | @@ -1154,7 +1159,7 @@ ep-prodact:performedByShip |
| 1154 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | 1159 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . |
| 1155 | 1160 | ||
| 1156 | ep-prodact:processingLost | 1161 | ep-prodact:processingLost |
| 1157 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1162 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1158 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; | 1163 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; |
| 1159 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1164 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
| 1160 | rdfs:range ep-material:QuantityOfMaterial . | 1165 | rdfs:range ep-material:QuantityOfMaterial . |
| ... | @@ -1165,7 +1170,7 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1165,7 +1170,7 @@ ep-prodact:productionActivityPeriodClassification |
| 1165 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1170 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
| 1166 | 1171 | ||
| 1167 | ep-prodact:remainingActivity | 1172 | ep-prodact:remainingActivity |
| 1168 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1173 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1169 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; | 1174 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; |
| 1170 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1175 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
| 1171 | rdfs:label "remaining activity"^^xsd:string ; | 1176 | rdfs:label "remaining activity"^^xsd:string ; |
| ... | @@ -1214,7 +1219,7 @@ ep-prodact:sourceOrganization | ... | @@ -1214,7 +1219,7 @@ ep-prodact:sourceOrganization |
| 1214 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1219 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1215 | 1220 | ||
| 1216 | ep-prodact:timeWorked | 1221 | ep-prodact:timeWorked |
| 1217 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1222 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 1218 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; | 1223 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; |
| 1219 | rdfs:domain ep-prodact:ProductionOperation ; | 1224 | rdfs:domain ep-prodact:ProductionOperation ; |
| 1220 | rdfs:label "time worked"^^xsd:string ; | 1225 | rdfs:label "time worked"^^xsd:string ; | ... | ... |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-facility> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Compressor> |
| ... | @@ -73,56 +73,56 @@ | ... | @@ -73,56 +73,56 @@ |
| 73 | rdf:type ep-prodfac:ReportingFacilityType . | 73 | rdf:type ep-prodfac:ReportingFacilityType . |
| 74 | 74 | ||
| 75 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> | 75 | <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> |
| 76 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 76 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 77 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; | 77 | rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; |
| 78 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 78 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 79 | rdfs:label "average highest third wave height"^^xsd:string ; | 79 | rdfs:label "average highest third wave height"^^xsd:string ; |
| 80 | rdfs:range ep-core:Length . | 80 | rdfs:range ep-core:Length . |
| 81 | 81 | ||
| 82 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> | 82 | <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> |
| 83 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 83 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 84 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; | 84 | rdfs:comment "length that is the average height of surface waves"^^xsd:string ; |
| 85 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 85 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 86 | rdfs:label "average wave height"^^xsd:string ; | 86 | rdfs:label "average wave height"^^xsd:string ; |
| 87 | rdfs:range ep-core:Length . | 87 | rdfs:range ep-core:Length . |
| 88 | 88 | ||
| 89 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> | 89 | <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> |
| 90 | - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 90 | + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
| 91 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; | 91 | rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; |
| 92 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | 92 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
| 93 | rdfs:label "cloud ceiling height"^^xsd:string ; | 93 | rdfs:label "cloud ceiling height"^^xsd:string ; |
| 94 | rdfs:range ep-core:Length . | 94 | rdfs:range ep-core:Length . |
| 95 | 95 | ||
| 96 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> | 96 | <http://www.reportinghub.no/ep/schema/facility#facilityOperator> |
| 97 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 97 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 98 | rdfs:comment "organization that operates a facility"^^xsd:string ; | 98 | rdfs:comment "organization that operates a facility"^^xsd:string ; |
| 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 99 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 100 | rdfs:label "facility operator"^^xsd:string ; | 100 | rdfs:label "facility operator"^^xsd:string ; |
| 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 101 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 102 | 102 | ||
| 103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> | 103 | <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> |
| 104 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 104 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 105 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; | 105 | rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; |
| 106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 106 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 107 | rdfs:label "maximum wave height"^^xsd:string ; | 107 | rdfs:label "maximum wave height"^^xsd:string ; |
| 108 | rdfs:range ep-core:Length . | 108 | rdfs:range ep-core:Length . |
| 109 | 109 | ||
| 110 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> | 110 | <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> |
| 111 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 111 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 112 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; | 112 | rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; |
| 113 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 113 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 114 | rdfs:label "period"^^xsd:string ; | 114 | rdfs:label "period"^^xsd:string ; |
| 115 | rdfs:range ep-core:TimeDuration . | 115 | rdfs:range ep-core:TimeDuration . |
| 116 | 116 | ||
| 117 | <http://www.reportinghub.no/ep/schema/facility#visibility> | 117 | <http://www.reportinghub.no/ep/schema/facility#visibility> |
| 118 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 118 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 119 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; | 119 | rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; |
| 120 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 120 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 121 | rdfs:label "visibility"^^xsd:string ; | 121 | rdfs:label "visibility"^^xsd:string ; |
| 122 | rdfs:range ep-core:Length . | 122 | rdfs:range ep-core:Length . |
| 123 | 123 | ||
| 124 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> | 124 | <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> |
| 125 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 125 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 126 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; | 126 | rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; |
| 127 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 127 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 128 | rdfs:label "wind chill temperature"^^xsd:string ; | 128 | rdfs:label "wind chill temperature"^^xsd:string ; |
| ... | @@ -242,13 +242,8 @@ ep-prodfac:numberOfBedsAvailable | ... | @@ -242,13 +242,8 @@ ep-prodfac:numberOfBedsAvailable |
| 242 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 242 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 243 | rdfs:range xsd:integer . | 243 | rdfs:range xsd:integer . |
| 244 | 244 | ||
| 245 | -ep-prodfac:numberOfOtherCrew | ||
| 246 | - rdf:type owl:DatatypeProperty ; | ||
| 247 | - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | ||
| 248 | - rdfs:range xsd:integer . | ||
| 249 | - | ||
| 250 | ep-prodfac:operatingTime | 245 | ep-prodfac:operatingTime |
| 251 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 246 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 252 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; | 247 | rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; |
| 253 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 248 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 254 | rdfs:label "operating time"^^xsd:string ; | 249 | rdfs:label "operating time"^^xsd:string ; | ... | ... |
| ... | @@ -4586,6 +4586,79 @@ ep-mpr-spin-lib:selectProductionInventoryMaterialType | ... | @@ -4586,6 +4586,79 @@ ep-mpr-spin-lib:selectProductionInventoryMaterialType |
| 4586 | ]) | 4586 | ]) |
| 4587 | ] . | 4587 | ] . |
| 4588 | 4588 | ||
| 4589 | +ep-mpr-spin-lib:selectProductionWellTestType | ||
| 4590 | + rdf:type spin:Function ; | ||
| 4591 | + rdfs:label "select WellTestType"^^xsd:string ; | ||
| 4592 | + rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 4593 | + spin:body | ||
| 4594 | + [ rdf:type sp:Select ; | ||
| 4595 | + sp:resultVariables ([ sp:varName "wellTestType"^^xsd:string | ||
| 4596 | + ]) ; | ||
| 4597 | + sp:where ([ rdf:type sp:Bind ; | ||
| 4598 | + sp:expression | ||
| 4599 | + [ rdf:type sp:if ; | ||
| 4600 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4601 | + sp:arg1 spin:_arg1 ; | ||
| 4602 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_production> | ||
| 4603 | + ] ; | ||
| 4604 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 4605 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4606 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4607 | + sp:arg1 spin:_arg1 ; | ||
| 4608 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_maintenance> | ||
| 4609 | + ] ; | ||
| 4610 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#MaintenanceActivity> ; | ||
| 4611 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4612 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4613 | + sp:arg1 spin:_arg1 ; | ||
| 4614 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_powerstationfailure> | ||
| 4615 | + ] ; | ||
| 4616 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#PowerStationFailure> ; | ||
| 4617 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4618 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4619 | + sp:arg1 spin:_arg1 ; | ||
| 4620 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_deviations> | ||
| 4621 | + ] ; | ||
| 4622 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Deviation> ; | ||
| 4623 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4624 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4625 | + sp:arg1 spin:_arg1 ; | ||
| 4626 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_airtraffic> | ||
| 4627 | + ] ; | ||
| 4628 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#AirTrafficOperation> ; | ||
| 4629 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4630 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4631 | + sp:arg1 spin:_arg1 ; | ||
| 4632 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_construction> | ||
| 4633 | + ] ; | ||
| 4634 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ConstructionOperation> ; | ||
| 4635 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4636 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4637 | + sp:arg1 spin:_arg1 ; | ||
| 4638 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_well> | ||
| 4639 | + ] ; | ||
| 4640 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellOperation> ; | ||
| 4641 | + sp:arg3 [ rdf:type sp:if ; | ||
| 4642 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 4643 | + sp:arg1 spin:_arg1 ; | ||
| 4644 | + sp:arg2 <http://www.epim.no/schemas/mprml/1#OK_other> | ||
| 4645 | + ] ; | ||
| 4646 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
| 4647 | + sp:arg3 <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> | ||
| 4648 | + ] | ||
| 4649 | + ] | ||
| 4650 | + ] | ||
| 4651 | + ] | ||
| 4652 | + ] | ||
| 4653 | + ] | ||
| 4654 | + ] | ||
| 4655 | + ] ; | ||
| 4656 | + sp:variable | ||
| 4657 | + [ sp:varName "productionActivityType"^^xsd:string | ||
| 4658 | + ] | ||
| 4659 | + ]) | ||
| 4660 | + ] . | ||
| 4661 | + | ||
| 4589 | ep-mpr-spin-lib:selectRatioScale | 4662 | ep-mpr-spin-lib:selectRatioScale |
| 4590 | rdf:type spin:Function ; | 4663 | rdf:type spin:Function ; |
| 4591 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 4664 | rdfs:subClassOf ep-mpr-spin-lib:Function ; |
| ... | @@ -5828,156 +5901,6 @@ ep-mpr-spin-lib:selectTemporalPartDurationType | ... | @@ -5828,156 +5901,6 @@ ep-mpr-spin-lib:selectTemporalPartDurationType |
| 5828 | ]) | 5901 | ]) |
| 5829 | ] . | 5902 | ] . |
| 5830 | 5903 | ||
| 5831 | -ep-mpr-spin-lib:selectTemporalPartOfAFlowDurationType | ||
| 5832 | - rdf:type spin:Function ; | ||
| 5833 | - rdfs:label "select TemporalPartOfAFlowDurationType"^^xsd:string ; | ||
| 5834 | - rdfs:subClassOf ep-mpr-spin-lib:Function ; | ||
| 5835 | - spin:body | ||
| 5836 | - [ rdf:type sp:Select ; | ||
| 5837 | - sp:resultVariables ([ sp:varName "temporalPartOfAFlowDurationType"^^xsd:string | ||
| 5838 | - ]) ; | ||
| 5839 | - sp:where ([ rdf:type sp:Bind ; | ||
| 5840 | - sp:expression | ||
| 5841 | - [ rdf:type sp:if ; | ||
| 5842 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5843 | - sp:arg1 spin:_arg1 ; | ||
| 5844 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_dailymonthtodate> | ||
| 5845 | - ] ; | ||
| 5846 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringMonthToDate> ; | ||
| 5847 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5848 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5849 | - sp:arg1 spin:_arg1 ; | ||
| 5850 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_dailyyeartodate> | ||
| 5851 | - ] ; | ||
| 5852 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringYearToDate> ; | ||
| 5853 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5854 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5855 | - sp:arg1 spin:_arg1 ; | ||
| 5856 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_day> | ||
| 5857 | - ] ; | ||
| 5858 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringDay> ; | ||
| 5859 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5860 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5861 | - sp:arg1 spin:_arg1 ; | ||
| 5862 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_gasday> | ||
| 5863 | - ] ; | ||
| 5864 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringDay> ; | ||
| 5865 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5866 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5867 | - sp:arg1 spin:_arg1 ; | ||
| 5868 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_gasmonth> | ||
| 5869 | - ] ; | ||
| 5870 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringMonth> ; | ||
| 5871 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5872 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5873 | - sp:arg1 spin:_arg1 ; | ||
| 5874 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_gasyeartodate> | ||
| 5875 | - ] ; | ||
| 5876 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringYearToDate> ; | ||
| 5877 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5878 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5879 | - sp:arg1 spin:_arg1 ; | ||
| 5880 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_gasyear> | ||
| 5881 | - ] ; | ||
| 5882 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringYear> ; | ||
| 5883 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5884 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5885 | - sp:arg1 spin:_arg1 ; | ||
| 5886 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_midnight> | ||
| 5887 | - ] ; | ||
| 5888 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowAtInstant> ; | ||
| 5889 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5890 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5891 | - sp:arg1 spin:_arg1 ; | ||
| 5892 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_monthtodate> | ||
| 5893 | - ] ; | ||
| 5894 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringMonthToDate> ; | ||
| 5895 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5896 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5897 | - sp:arg1 spin:_arg1 ; | ||
| 5898 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_month> | ||
| 5899 | - ] ; | ||
| 5900 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringMonth> ; | ||
| 5901 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5902 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5903 | - sp:arg1 spin:_arg1 ; | ||
| 5904 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_noon> | ||
| 5905 | - ] ; | ||
| 5906 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowAtInstant> ; | ||
| 5907 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5908 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5909 | - sp:arg1 spin:_arg1 ; | ||
| 5910 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_previousperiod> | ||
| 5911 | - ] ; | ||
| 5912 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringPeriod> ; | ||
| 5913 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5914 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5915 | - sp:arg1 spin:_arg1 ; | ||
| 5916 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_reportend> | ||
| 5917 | - ] ; | ||
| 5918 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowAtInstant> ; | ||
| 5919 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5920 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5921 | - sp:arg1 spin:_arg1 ; | ||
| 5922 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_reportstart> | ||
| 5923 | - ] ; | ||
| 5924 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowAtInstant> ; | ||
| 5925 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5926 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5927 | - sp:arg1 spin:_arg1 ; | ||
| 5928 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_report> | ||
| 5929 | - ] ; | ||
| 5930 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringPeriod> ; | ||
| 5931 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5932 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5933 | - sp:arg1 spin:_arg1 ; | ||
| 5934 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_totalcumulative> | ||
| 5935 | - ] ; | ||
| 5936 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringPeriod> ; | ||
| 5937 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5938 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5939 | - sp:arg1 spin:_arg1 ; | ||
| 5940 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_week> | ||
| 5941 | - ] ; | ||
| 5942 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringWeek> ; | ||
| 5943 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5944 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5945 | - sp:arg1 spin:_arg1 ; | ||
| 5946 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_yeartodate> | ||
| 5947 | - ] ; | ||
| 5948 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringYearToDate> ; | ||
| 5949 | - sp:arg3 [ rdf:type sp:if ; | ||
| 5950 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 5951 | - sp:arg1 spin:_arg1 ; | ||
| 5952 | - sp:arg2 <http://www.epim.no/schemas/mprml/1#RP_year> | ||
| 5953 | - ] ; | ||
| 5954 | - sp:arg2 <http://www.reportinghub.no/ep/schema/flow#FlowDuringYear> ; | ||
| 5955 | - sp:arg3 <http://www.reportinghub.no/ep/schema/flow#Flow> | ||
| 5956 | - ] | ||
| 5957 | - ] | ||
| 5958 | - ] | ||
| 5959 | - ] | ||
| 5960 | - ] | ||
| 5961 | - ] | ||
| 5962 | - ] | ||
| 5963 | - ] | ||
| 5964 | - ] | ||
| 5965 | - ] | ||
| 5966 | - ] | ||
| 5967 | - ] | ||
| 5968 | - ] | ||
| 5969 | - ] | ||
| 5970 | - ] | ||
| 5971 | - ] | ||
| 5972 | - ] | ||
| 5973 | - ] | ||
| 5974 | - ] ; | ||
| 5975 | - sp:variable | ||
| 5976 | - [ sp:varName "temporalPartOfAFlowDurationType"^^xsd:string | ||
| 5977 | - ] | ||
| 5978 | - ]) | ||
| 5979 | - ] . | ||
| 5980 | - | ||
| 5981 | ep-mpr-spin-lib:selectThermalConductivityScale | 5904 | ep-mpr-spin-lib:selectThermalConductivityScale |
| 5982 | rdf:type spin:Function ; | 5905 | rdf:type spin:Function ; |
| 5983 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | 5906 | rdfs:subClassOf ep-mpr-spin-lib:Function ; | ... | ... |
-
Please register or login to post a comment