Showing
7 changed files
with
1620 additions
and
1448 deletions
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/material | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/material |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | - | 3 | + |
| 4 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 4 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 5 | -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | 5 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . |
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 9 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 11 | - | 11 | + |
| 12 | -<http://www.reportinghub.no/ep/schema/1.0/material> | 12 | +<http://www.reportinghub.no/ep/schema/1.0/material> |
| 13 | - rdf:type owl:Ontology ; | 13 | + rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | - | 16 | + |
| 17 | -ep-material:Air-gas | 17 | +ep-material:Air-gas |
| 18 | - rdf:type owl:Class ; | 18 | + rdf:type owl:Class ; |
| 19 | - rdfs:label "air gas"^^xsd:string ; | 19 | + rdfs:label "air gas"^^xsd:string ; |
| 20 | - rdfs:subClassOf ep-material:NonHcGas . | 20 | + rdfs:subClassOf ep-material:NonHcGas . |
| 21 | - | 21 | + |
| 22 | -ep-material:AqueousMaterial | 22 | +ep-material:Ammonium |
| 23 | - rdf:type owl:Class ; | 23 | + rdf:type owl:Class ; |
| 24 | - rdfs:label "aqueous material"^^xsd:string ; | 24 | + rdfs:label "ammonium"^^xsd:string ; |
| 25 | - rdfs:subClassOf ep-material:Material . | 25 | + rdfs:subClassOf ep-material:Material . |
| 26 | - | 26 | + |
| 27 | -ep-material:BasicSedimentAndWater | 27 | +ep-material:AqueousMaterial |
| 28 | - rdf:type ep-material:SubstanceType , owl:Class ; | 28 | + rdf:type owl:Class ; |
| 29 | - rdfs:label "basic sediment and water"^^xsd:string , "bsw"^^xsd:string ; | 29 | + rdfs:label "aqueous material"^^xsd:string ; |
| 30 | - rdfs:subClassOf ep-material:Fluid ; | 30 | + rdfs:subClassOf ep-material:Material . |
| 31 | - ep-core:seeReferenceData | 31 | + |
| 32 | - "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . | 32 | +ep-material:BasicSedimentAndWater |
| 33 | - | 33 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 34 | -ep-material:BatchOfCargo | 34 | + rdfs:label "bsw"^^xsd:string , "basic sediment and water"^^xsd:string ; |
| 35 | - rdf:type owl:Class ; | 35 | + rdfs:subClassOf ep-material:Fluid ; |
| 36 | - rdfs:label "batch of cargo"^^xsd:string ; | 36 | + ep-core:seeReferenceData |
| 37 | - rdfs:subClassOf ep-material:QuantityOfMaterial . | 37 | + "http://posccaesar.org/rdl/RDS16681480"^^xsd:string . |
| 38 | - | 38 | + |
| 39 | -ep-material:Brine | 39 | +ep-material:BatchOfCargo |
| 40 | - rdf:type owl:Class ; | 40 | + rdf:type owl:Class ; |
| 41 | - rdfs:label "brine"^^xsd:string ; | 41 | + rdfs:label "batch of cargo"^^xsd:string ; |
| 42 | - rdfs:subClassOf ep-material:Water . | 42 | + rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 43 | - | 43 | + |
| 44 | -ep-material:C10AndHeavier | 44 | +ep-material:Brine |
| 45 | - rdf:type ep-material:SubstanceType , owl:Class ; | 45 | + rdf:type owl:Class ; |
| 46 | - rdfs:label "C10+"^^xsd:string ; | 46 | + rdfs:label "brine"^^xsd:string ; |
| 47 | - rdfs:subClassOf ep-material:Material . | 47 | + rdfs:subClassOf ep-material:Water . |
| 48 | - | 48 | + |
| 49 | -ep-material:C10AndLighter | 49 | +ep-material:C10AndHeavier |
| 50 | - rdf:type ep-material:SubstanceType , owl:Class ; | 50 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 51 | - rdfs:label "C10-"^^xsd:string ; | 51 | + rdfs:label "C10+"^^xsd:string ; |
| 52 | - rdfs:subClassOf ep-material:Material . | 52 | + rdfs:subClassOf ep-material:Material . |
| 53 | - | 53 | + |
| 54 | -ep-material:C2AndHeavier | 54 | +ep-material:C10AndLighter |
| 55 | - rdf:type ep-material:SubstanceType , owl:Class ; | 55 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 56 | - rdfs:label "C2+"^^xsd:string ; | 56 | + rdfs:label "C10-"^^xsd:string ; |
| 57 | - rdfs:subClassOf ep-material:Material . | 57 | + rdfs:subClassOf ep-material:Material . |
| 58 | - | 58 | + |
| 59 | -ep-material:C2AndLighter | 59 | +ep-material:C2AndHeavier |
| 60 | - rdf:type ep-material:SubstanceType , owl:Class ; | 60 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 61 | - rdfs:label "C2-"^^xsd:string ; | 61 | + rdfs:label "C2+"^^xsd:string ; |
| 62 | - rdfs:subClassOf ep-material:Material . | 62 | + rdfs:subClassOf ep-material:Material . |
| 63 | - | 63 | + |
| 64 | -ep-material:C3AndHeavier | 64 | +ep-material:C2AndLighter |
| 65 | - rdf:type ep-material:SubstanceType , owl:Class ; | 65 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 66 | - rdfs:label "C3+"^^xsd:string ; | 66 | + rdfs:label "C2-"^^xsd:string ; |
| 67 | - rdfs:subClassOf ep-material:Material . | 67 | + rdfs:subClassOf ep-material:Material . |
| 68 | - | 68 | + |
| 69 | -ep-material:C3AndLighter | 69 | +ep-material:C3AndHeavier |
| 70 | - rdf:type ep-material:SubstanceType , owl:Class ; | 70 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 71 | - rdfs:label "C3-"^^xsd:string ; | 71 | + rdfs:label "C3+"^^xsd:string ; |
| 72 | - rdfs:subClassOf ep-material:Material . | 72 | + rdfs:subClassOf ep-material:Material . |
| 73 | - | 73 | + |
| 74 | -ep-material:C4AndHeavier | 74 | +ep-material:C3AndLighter |
| 75 | - rdf:type ep-material:SubstanceType , owl:Class ; | 75 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 76 | - rdfs:label "C4+"^^xsd:string ; | 76 | + rdfs:label "C3-"^^xsd:string ; |
| 77 | - rdfs:subClassOf ep-material:Material . | 77 | + rdfs:subClassOf ep-material:Material . |
| 78 | - | 78 | + |
| 79 | -ep-material:C4AndLighter | 79 | +ep-material:C4AndHeavier |
| 80 | - rdf:type ep-material:SubstanceType , owl:Class ; | 80 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 81 | - rdfs:label "C4-"^^xsd:string ; | 81 | + rdfs:label "C4+"^^xsd:string ; |
| 82 | - rdfs:subClassOf ep-material:Material . | 82 | + rdfs:subClassOf ep-material:Material . |
| 83 | - | 83 | + |
| 84 | -ep-material:C5AndHeavier | 84 | +ep-material:C4AndLighter |
| 85 | - rdf:type ep-material:SubstanceType , owl:Class ; | 85 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 86 | - rdfs:label "C5+"^^xsd:string ; | 86 | + rdfs:label "C4-"^^xsd:string ; |
| 87 | - rdfs:subClassOf ep-material:Material . | 87 | + rdfs:subClassOf ep-material:Material . |
| 88 | - | 88 | + |
| 89 | -ep-material:C5AndLighter | 89 | +ep-material:C5AndHeavier |
| 90 | - rdf:type ep-material:SubstanceType , owl:Class ; | 90 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 91 | - rdfs:label "C5-"^^xsd:string ; | 91 | + rdfs:label "C5+"^^xsd:string ; |
| 92 | - rdfs:subClassOf ep-material:Material . | 92 | + rdfs:subClassOf ep-material:Material . |
| 93 | - | 93 | + |
| 94 | -ep-material:C6 | 94 | +ep-material:C5AndLighter |
| 95 | - rdf:type ep-material:SubstanceType , owl:Class ; | 95 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 96 | - rdfs:label "C6"^^xsd:string ; | 96 | + rdfs:label "C5-"^^xsd:string ; |
| 97 | - rdfs:subClassOf ep-material:Material . | 97 | + rdfs:subClassOf ep-material:Material . |
| 98 | - | 98 | + |
| 99 | -ep-material:C6AndHeavier | 99 | +ep-material:C6 |
| 100 | - rdf:type ep-material:SubstanceType , owl:Class ; | 100 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 101 | - rdfs:label "C6+"^^xsd:string ; | 101 | + rdfs:label "C6"^^xsd:string ; |
| 102 | - rdfs:subClassOf ep-material:Material . | 102 | + rdfs:subClassOf ep-material:Material . |
| 103 | - | 103 | + |
| 104 | -ep-material:C6AndLighter | 104 | +ep-material:C6AndHeavier |
| 105 | - rdf:type ep-material:SubstanceType , owl:Class ; | 105 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 106 | - rdfs:label "C6-"^^xsd:string ; | 106 | + rdfs:label "C6+"^^xsd:string ; |
| 107 | - rdfs:subClassOf ep-material:Material . | 107 | + rdfs:subClassOf ep-material:Material . |
| 108 | - | 108 | + |
| 109 | -ep-material:C7AndHeavier | 109 | +ep-material:C6AndLighter |
| 110 | - rdf:type ep-material:SubstanceType , owl:Class ; | 110 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 111 | - rdfs:label "C7+"^^xsd:string ; | 111 | + rdfs:label "C6-"^^xsd:string ; |
| 112 | - rdfs:subClassOf ep-material:Material . | 112 | + rdfs:subClassOf ep-material:Material . |
| 113 | - | 113 | + |
| 114 | -ep-material:C7AndLighter | 114 | +ep-material:C7AndHeavier |
| 115 | - rdf:type ep-material:SubstanceType , owl:Class ; | 115 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 116 | - rdfs:label "C7-"^^xsd:string ; | 116 | + rdfs:label "C7+"^^xsd:string ; |
| 117 | - rdfs:subClassOf ep-material:Material . | 117 | + rdfs:subClassOf ep-material:Material . |
| 118 | - | 118 | + |
| 119 | -ep-material:C8AndHeavier | 119 | +ep-material:C7AndLighter |
| 120 | - rdf:type ep-material:SubstanceType , owl:Class ; | 120 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 121 | - rdfs:label "C8+"^^xsd:string ; | 121 | + rdfs:label "C7-"^^xsd:string ; |
| 122 | - rdfs:subClassOf ep-material:Material . | 122 | + rdfs:subClassOf ep-material:Material . |
| 123 | - | 123 | + |
| 124 | -ep-material:C8AndLighter | 124 | +ep-material:C8AndHeavier |
| 125 | - rdf:type ep-material:SubstanceType , owl:Class ; | 125 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 126 | - rdfs:label "C8-"^^xsd:string ; | 126 | + rdfs:label "C8+"^^xsd:string ; |
| 127 | - rdfs:subClassOf ep-material:Material . | 127 | + rdfs:subClassOf ep-material:Material . |
| 128 | - | 128 | + |
| 129 | -ep-material:C9AndHeavier | 129 | +ep-material:C8AndLighter |
| 130 | - rdf:type ep-material:SubstanceType , owl:Class ; | 130 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 131 | - rdfs:label "C9+"^^xsd:string ; | 131 | + rdfs:label "C8-"^^xsd:string ; |
| 132 | - rdfs:subClassOf ep-material:Material . | 132 | + rdfs:subClassOf ep-material:Material . |
| 133 | - | 133 | + |
| 134 | -ep-material:C9AndLighter | 134 | +ep-material:C9AndHeavier |
| 135 | - rdf:type ep-material:SubstanceType , owl:Class ; | 135 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 136 | - rdfs:label "C9-"^^xsd:string ; | 136 | + rdfs:label "C9+"^^xsd:string ; |
| 137 | - rdfs:subClassOf ep-material:Material . | 137 | + rdfs:subClassOf ep-material:Material . |
| 138 | - | 138 | + |
| 139 | -ep-material:CO2-gas | 139 | +ep-material:C9AndLighter |
| 140 | - rdf:type owl:Class ; | 140 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 141 | - rdfs:label "CO2 gas"^^xsd:string ; | 141 | + rdfs:label "C9-"^^xsd:string ; |
| 142 | - rdfs:subClassOf ep-material:NonHcGas ; | 142 | + rdfs:subClassOf ep-material:Material . |
| 143 | - ep-core:seeReferenceData | 143 | + |
| 144 | - "http://posccaesar.org/rdl/RDS6737690"^^xsd:string . | 144 | +ep-material:CO2-gas |
| 145 | - | 145 | + rdf:type owl:Class ; |
| 146 | -ep-material:CarbonDioxide | 146 | + rdfs:label "CO2 gas"^^xsd:string ; |
| 147 | - rdf:type owl:Class ; | 147 | + rdfs:subClassOf ep-material:NonHcGas ; |
| 148 | - rdfs:comment "material of a single type of molecule that is carbon dioxide"^^xsd:string ; | 148 | + ep-core:seeReferenceData |
| 149 | - rdfs:label "carbon dioxide"^^xsd:string ; | 149 | + "http://posccaesar.org/rdl/RDS6737690"^^xsd:string . |
| 150 | - rdfs:subClassOf ep-material:Material ; | 150 | + |
| 151 | - ep-core:seeReferenceData | 151 | +ep-material:CarbonDioxide |
| 152 | - "http://posccaesar.org/rdl/RDS424034"^^xsd:string . | 152 | + rdf:type owl:Class ; |
| 153 | - | 153 | + rdfs:comment "material of a single type of molecule that is carbon dioxide"^^xsd:string ; |
| 154 | -ep-material:CarbonMonoxide | 154 | + rdfs:label "carbon dioxide"^^xsd:string ; |
| 155 | - rdf:type owl:Class ; | 155 | + rdfs:subClassOf ep-material:Material ; |
| 156 | - rdfs:label "carbon monoxide"^^xsd:string ; | 156 | + ep-core:seeReferenceData |
| 157 | - rdfs:subClassOf ep-material:Material ; | 157 | + "http://posccaesar.org/rdl/RDS424034"^^xsd:string . |
| 158 | - ep-core:seeReferenceData | 158 | + |
| 159 | - "http://posccaesar.org/rdl/RDS424124"^^xsd:string . | 159 | +ep-material:CarbonMonoxide |
| 160 | - | 160 | + rdf:type owl:Class ; |
| 161 | -ep-material:Chemical | 161 | + rdfs:label "carbon monoxide"^^xsd:string ; |
| 162 | - rdf:type owl:Class ; | 162 | + rdfs:subClassOf ep-material:Material ; |
| 163 | - rdfs:label "chemical"^^xsd:string ; | 163 | + ep-core:seeReferenceData |
| 164 | - rdfs:subClassOf ep-material:Material ; | 164 | + "http://posccaesar.org/rdl/RDS424124"^^xsd:string . |
| 165 | - ep-core:seeReferenceData | 165 | + |
| 166 | - "http://posccaesar.org/rdl/RDS978526561"^^xsd:string . | 166 | +ep-material:Chemical |
| 167 | - | 167 | + rdf:type owl:Class ; |
| 168 | -ep-material:ChemicalType | 168 | + rdfs:label "chemical"^^xsd:string ; |
| 169 | - rdf:type rdfs:Class ; | 169 | + rdfs:subClassOf ep-material:Material ; |
| 170 | - rdfs:label "chemical type"^^xsd:string ; | 170 | + ep-core:seeReferenceData |
| 171 | - rdfs:subClassOf owl:Class . | 171 | + "http://posccaesar.org/rdl/RDS978526561"^^xsd:string . |
| 172 | - | 172 | + |
| 173 | -ep-material:Chloride | 173 | +ep-material:ChemicalType |
| 174 | - rdf:type owl:Class ; | 174 | + rdf:type rdfs:Class ; |
| 175 | - rdfs:comment "material of a single type of molecule that is chloride"^^xsd:string ; | 175 | + rdfs:label "chemical type"^^xsd:string ; |
| 176 | - rdfs:label "chloride"^^xsd:string ; | 176 | + rdfs:subClassOf owl:Class . |
| 177 | - rdfs:subClassOf ep-material:Material . | 177 | + |
| 178 | - | 178 | +ep-material:Chloride |
| 179 | -ep-material:Condensate | 179 | + rdf:type owl:Class ; |
| 180 | - rdf:type owl:Class ; | 180 | + rdfs:comment "material of a single type of molecule that is chloride"^^xsd:string ; |
| 181 | - rdfs:label "condensate"^^xsd:string ; | 181 | + rdfs:label "chloride"^^xsd:string ; |
| 182 | - rdfs:subClassOf ep-material:Material ; | 182 | + rdfs:subClassOf ep-material:Material . |
| 183 | - ep-core:seeReferenceData | 183 | + |
| 184 | - "http://posccaesar.org/rdl/RDS8642343"^^xsd:string . | 184 | +ep-material:Condensate |
| 185 | - | 185 | + rdf:type owl:Class ; |
| 186 | -ep-material:Crude-stabilized | 186 | + rdfs:label "condensate"^^xsd:string ; |
| 187 | - rdf:type owl:Class ; | 187 | + rdfs:subClassOf ep-material:Material ; |
| 188 | - rdfs:label "crude - stabilized"^^xsd:string ; | 188 | + ep-core:seeReferenceData |
| 189 | - rdfs:subClassOf ep-material:Material . | 189 | + "http://posccaesar.org/rdl/RDS8642343"^^xsd:string . |
| 190 | - | 190 | + |
| 191 | -ep-material:CrudeOil | 191 | +ep-material:Crude-stabilized |
| 192 | - rdf:type owl:Class ; | 192 | + rdf:type owl:Class ; |
| 193 | - rdfs:label "crude oil"^^xsd:string ; | 193 | + rdfs:label "crude - stabilized"^^xsd:string ; |
| 194 | - rdfs:subClassOf ep-material:Material ; | 194 | + rdfs:subClassOf ep-material:Material . |
| 195 | - ep-core:seeReferenceData | 195 | + |
| 196 | - "http://posccaesar.org/rdl/RDS8650260"^^xsd:string . | 196 | +ep-material:CrudeOil |
| 197 | - | 197 | + rdf:type owl:Class ; |
| 198 | -ep-material:Cuttings | 198 | + rdfs:label "crude oil"^^xsd:string ; |
| 199 | - rdf:type owl:Class ; | 199 | + rdfs:subClassOf ep-material:Material ; |
| 200 | - rdfs:label "cuttings"^^xsd:string ; | 200 | + ep-core:seeReferenceData |
| 201 | - rdfs:subClassOf ep-material:Material . | 201 | + "http://posccaesar.org/rdl/RDS8650260"^^xsd:string . |
| 202 | - | 202 | + |
| 203 | -ep-material:Diesel | 203 | +ep-material:Cuttings |
| 204 | - rdf:type owl:Class ; | 204 | + rdf:type owl:Class ; |
| 205 | - rdfs:label "diesel"^^xsd:string ; | 205 | + rdfs:label "cuttings"^^xsd:string ; |
| 206 | - rdfs:subClassOf ep-material:Material ; | 206 | + rdfs:subClassOf ep-material:Material . |
| 207 | - ep-core:seeReferenceData | 207 | + |
| 208 | - "http://posccaesar.org/rdl/RDS418648421"^^xsd:string . | 208 | +ep-material:Diesel |
| 209 | - | 209 | + rdf:type owl:Class ; |
| 210 | -ep-material:Diethyleneglycol | 210 | + rdfs:label "diesel"^^xsd:string ; |
| 211 | - rdf:type owl:Class ; | 211 | + rdfs:subClassOf ep-material:Material ; |
| 212 | - rdfs:label "diethyleneglycol"^^xsd:string ; | 212 | + ep-core:seeReferenceData |
| 213 | - rdfs:subClassOf ep-material:Material . | 213 | + "http://posccaesar.org/rdl/RDS418648421"^^xsd:string . |
| 214 | - | 214 | + |
| 215 | -ep-material:Dioxygen | 215 | +ep-material:Diethyleneglycol |
| 216 | - rdf:type owl:Class ; | 216 | + rdf:type owl:Class ; |
| 217 | - rdfs:label "dioxygen"^^xsd:string ; | 217 | + rdfs:label "diethyleneglycol"^^xsd:string ; |
| 218 | - rdfs:subClassOf ep-material:Material ; | 218 | + rdfs:subClassOf ep-material:Material . |
| 219 | - ep-core:seeReferenceData | 219 | + |
| 220 | - "http://posccaesar.org/rdl/RDS426284"^^xsd:string . | 220 | +ep-material:Dioxygen |
| 221 | - | 221 | + rdf:type owl:Class ; |
| 222 | -ep-material:DryFluid | 222 | + rdfs:label "dioxygen"^^xsd:string ; |
| 223 | - rdf:type owl:Class ; | 223 | + rdfs:subClassOf ep-material:Material ; |
| 224 | - rdfs:label "dry fluid"^^xsd:string ; | 224 | + ep-core:seeReferenceData |
| 225 | - rdfs:subClassOf ep-material:Fluid . | 225 | + "http://posccaesar.org/rdl/RDS426284"^^xsd:string . |
| 226 | - | 226 | + |
| 227 | -ep-material:Ethane | 227 | +ep-material:DryFluid |
| 228 | - rdf:type owl:Class ; | 228 | + rdf:type owl:Class ; |
| 229 | - rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ; | 229 | + rdfs:label "dry fluid"^^xsd:string ; |
| 230 | - rdfs:label "ethane"^^xsd:string ; | 230 | + rdfs:subClassOf ep-material:Fluid . |
| 231 | - rdfs:subClassOf ep-material:Material ; | 231 | + |
| 232 | - ep-core:seeReferenceData | 232 | +ep-material:Ethane |
| 233 | - "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 233 | + rdf:type owl:Class ; |
| 234 | - | 234 | + rdfs:comment "material of a single type of molecule that is ethane"^^xsd:string ; |
| 235 | -ep-material:Ethane-component | 235 | + rdfs:label "ethane"^^xsd:string ; |
| 236 | - rdf:type owl:Class ; | 236 | + rdfs:subClassOf ep-material:Material ; |
| 237 | - rdfs:label "ethane - component"^^xsd:string ; | 237 | + ep-core:seeReferenceData |
| 238 | - rdfs:subClassOf ep-material:Material . | 238 | + "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
| 239 | - | 239 | + |
| 240 | -ep-material:Filtrate | 240 | +ep-material:Ethane-component |
| 241 | - rdf:type owl:Class ; | 241 | + rdf:type owl:Class ; |
| 242 | - rdfs:comment "material that is filtrate"^^xsd:string ; | 242 | + rdfs:label "ethane - component"^^xsd:string ; |
| 243 | - rdfs:label "filtrate"^^xsd:string ; | 243 | + rdfs:subClassOf ep-material:Material . |
| 244 | - rdfs:subClassOf ep-material:Material . | 244 | + |
| 245 | - | 245 | +ep-material:Filtrate |
| 246 | -ep-material:Fluid | 246 | + rdf:type owl:Class ; |
| 247 | - rdf:type owl:Class ; | 247 | + rdfs:comment "material that is filtrate"^^xsd:string ; |
| 248 | - rdfs:label "fluid"^^xsd:string ; | 248 | + rdfs:label "filtrate"^^xsd:string ; |
| 249 | - rdfs:subClassOf ep-material:Material . | 249 | + rdfs:subClassOf ep-material:Material . |
| 250 | - | 250 | + |
| 251 | -ep-material:FluidFraction | 251 | +ep-material:Fluid |
| 252 | - rdf:type owl:Class ; | 252 | + rdf:type owl:Class ; |
| 253 | - rdfs:label "fluid fraction"^^xsd:string ; | 253 | + rdfs:label "fluid"^^xsd:string ; |
| 254 | - rdfs:subClassOf ep-material:Fluid . | 254 | + rdfs:subClassOf ep-material:Material . |
| 255 | - | 255 | + |
| 256 | -ep-material:FreshWater | 256 | +ep-material:FluidFraction |
| 257 | - rdf:type owl:Class ; | 257 | + rdf:type owl:Class ; |
| 258 | - rdfs:label "fresh water"^^xsd:string ; | 258 | + rdfs:label "fluid fraction"^^xsd:string ; |
| 259 | - rdfs:subClassOf ep-material:Water . | 259 | + rdfs:subClassOf ep-material:Fluid . |
| 260 | - | 260 | + |
| 261 | -ep-material:Gas | 261 | +ep-material:FreshWater |
| 262 | - rdf:type owl:Class ; | 262 | + rdf:type owl:Class ; |
| 263 | - rdfs:label "gas"^^xsd:string ; | 263 | + rdfs:label "fresh water"^^xsd:string ; |
| 264 | - rdfs:subClassOf ep-material:Fluid . | 264 | + rdfs:subClassOf ep-material:Water . |
| 265 | - | 265 | + |
| 266 | -ep-material:Gas-componentInOil | 266 | +ep-material:Gas |
| 267 | - rdf:type owl:Class ; | 267 | + rdf:type owl:Class ; |
| 268 | - rdfs:label "gas - component in oil"^^xsd:string ; | 268 | + rdfs:label "gas"^^xsd:string ; |
| 269 | - rdfs:subClassOf ep-material:Material . | 269 | + rdfs:subClassOf ep-material:Fluid . |
| 270 | - | 270 | + |
| 271 | -ep-material:Gas-dry | 271 | +ep-material:Gas-componentInOil |
| 272 | - rdf:type owl:Class ; | 272 | + rdf:type owl:Class ; |
| 273 | - rdfs:label "gas - dry"^^xsd:string ; | 273 | + rdfs:label "gas - component in oil"^^xsd:string ; |
| 274 | - rdfs:subClassOf ep-material:Gas . | 274 | + rdfs:subClassOf ep-material:Material . |
| 275 | - | 275 | + |
| 276 | -ep-material:Gas-rich | 276 | +ep-material:Gas-dry |
| 277 | - rdf:type owl:Class ; | 277 | + rdf:type owl:Class ; |
| 278 | - rdfs:label "gas - rich"^^xsd:string ; | 278 | + rdfs:label "gas - dry"^^xsd:string ; |
| 279 | - rdfs:subClassOf ep-material:Gas . | 279 | + rdfs:subClassOf ep-material:Gas . |
| 280 | - | 280 | + |
| 281 | -ep-material:Gas-wet | 281 | +ep-material:Gas-rich |
| 282 | - rdf:type owl:Class ; | 282 | + rdf:type owl:Class ; |
| 283 | - rdfs:label "gas - wet"^^xsd:string ; | 283 | + rdfs:label "gas - rich"^^xsd:string ; |
| 284 | - rdfs:subClassOf ep-material:Gas . | 284 | + rdfs:subClassOf ep-material:Gas . |
| 285 | - | 285 | + |
| 286 | -ep-material:GasAndWater | 286 | +ep-material:Gas-wet |
| 287 | - rdf:type owl:Class ; | 287 | + rdf:type owl:Class ; |
| 288 | - rdfs:label "gas and water"^^xsd:string ; | 288 | + rdfs:label "gas - wet"^^xsd:string ; |
| 289 | - rdfs:subClassOf ep-material:Fluid . | 289 | + rdfs:subClassOf ep-material:Gas . |
| 290 | - | 290 | + |
| 291 | -ep-material:HeliumGas | 291 | +ep-material:GasAndWater |
| 292 | - rdf:type owl:Class ; | 292 | + rdf:type owl:Class ; |
| 293 | - rdfs:label "helium gas"^^xsd:string ; | 293 | + rdfs:label "gas and water"^^xsd:string ; |
| 294 | - rdfs:subClassOf ep-material:Material ; | 294 | + rdfs:subClassOf ep-material:Fluid . |
| 295 | - ep-core:seeReferenceData | 295 | + |
| 296 | - "http://posccaesar.org/rdl/RDS8015624884"^^xsd:string . | 296 | +ep-material:Glycols |
| 297 | - | 297 | + rdf:type owl:Class ; |
| 298 | -ep-material:Heptane | 298 | + rdfs:label "glycols"^^xsd:string ; |
| 299 | - rdf:type owl:Class ; | 299 | + rdfs:subClassOf ep-material:Material . |
| 300 | - rdfs:label "heptane"^^xsd:string ; | 300 | + |
| 301 | - rdfs:subClassOf ep-material:Material ; | 301 | +ep-material:HeliumGas |
| 302 | - ep-core:seeReferenceData | 302 | + rdf:type owl:Class ; |
| 303 | - "http://posccaesar.org/rdl/RDS419534"^^xsd:string . | 303 | + rdfs:label "helium gas"^^xsd:string ; |
| 304 | - | 304 | + rdfs:subClassOf ep-material:Material ; |
| 305 | -ep-material:HydrogenGas | 305 | + ep-core:seeReferenceData |
| 306 | - rdf:type owl:Class ; | 306 | + "http://posccaesar.org/rdl/RDS8015624884"^^xsd:string . |
| 307 | - rdfs:label "hydrogen gas"^^xsd:string ; | 307 | + |
| 308 | - rdfs:subClassOf ep-material:Material ; | 308 | +ep-material:Heptane |
| 309 | - ep-core:seeReferenceData | 309 | + rdf:type owl:Class ; |
| 310 | - "http://posccaesar.org/rdl/RDS425384"^^xsd:string . | 310 | + rdfs:label "heptane"^^xsd:string ; |
| 311 | - | 311 | + rdfs:subClassOf ep-material:Material ; |
| 312 | -ep-material:HydrogenSulfide | 312 | + ep-core:seeReferenceData |
| 313 | - rdf:type owl:Class ; | 313 | + "http://posccaesar.org/rdl/RDS419534"^^xsd:string . |
| 314 | - rdfs:label "hydrogen sulfide"^^xsd:string ; | 314 | + |
| 315 | - rdfs:subClassOf ep-material:Material . | 315 | +ep-material:HydrogenGas |
| 316 | - | 316 | + rdf:type owl:Class ; |
| 317 | -ep-material:Isobutane | 317 | + rdfs:label "hydrogen gas"^^xsd:string ; |
| 318 | - rdf:type ep-material:SubstanceType , owl:Class ; | 318 | + rdfs:subClassOf ep-material:Material ; |
| 319 | - rdfs:label "IC4"^^xsd:string , "isobutane"^^xsd:string ; | 319 | + ep-core:seeReferenceData |
| 320 | - rdfs:subClassOf ep-material:Material ; | 320 | + "http://posccaesar.org/rdl/RDS425384"^^xsd:string . |
| 321 | - ep-core:seeReferenceData | 321 | + |
| 322 | - "http://posccaesar.org/rdl/RDS419309"^^xsd:string . | 322 | +ep-material:HydrogenSulfide |
| 323 | - | 323 | + rdf:type owl:Class ; |
| 324 | -ep-material:Isobutane-component | 324 | + rdfs:label "hydrogen sulfide"^^xsd:string ; |
| 325 | - rdf:type owl:Class ; | 325 | + rdfs:subClassOf ep-material:Material . |
| 326 | - rdfs:label "i-butane - component"^^xsd:string ; | 326 | + |
| 327 | - rdfs:subClassOf ep-material:Material . | 327 | +ep-material:Isobutane |
| 328 | - | 328 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 329 | -ep-material:Isopentane | 329 | + rdfs:label "isobutane"^^xsd:string , "IC4"^^xsd:string ; |
| 330 | - rdf:type ep-material:SubstanceType , owl:Class ; | 330 | + rdfs:subClassOf ep-material:Material ; |
| 331 | - rdfs:label "IC5"^^xsd:string , "isopentane"^^xsd:string ; | 331 | + ep-core:seeReferenceData |
| 332 | - rdfs:subClassOf ep-material:Material ; | 332 | + "http://posccaesar.org/rdl/RDS419309"^^xsd:string . |
| 333 | - ep-core:seeReferenceData | 333 | + |
| 334 | - "http://posccaesar.org/rdl/RDS419399"^^xsd:string . | 334 | +ep-material:Isobutane-component |
| 335 | - | 335 | + rdf:type owl:Class ; |
| 336 | -ep-material:Liquid | 336 | + rdfs:label "i-butane - component"^^xsd:string ; |
| 337 | - rdf:type owl:Class ; | 337 | + rdfs:subClassOf ep-material:Material . |
| 338 | - rdfs:label "liquid"^^xsd:string ; | 338 | + |
| 339 | - rdfs:subClassOf ep-material:Fluid . | 339 | +ep-material:Isopentane |
| 340 | - | 340 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 341 | -ep-material:LiquifiedNaturalGas | 341 | + rdfs:label "isopentane"^^xsd:string , "IC5"^^xsd:string ; |
| 342 | - rdf:type owl:Class ; | 342 | + rdfs:subClassOf ep-material:Material ; |
| 343 | - rdfs:label "liquified natural gas"^^xsd:string ; | 343 | + ep-core:seeReferenceData |
| 344 | - rdfs:subClassOf ep-material:Material ; | 344 | + "http://posccaesar.org/rdl/RDS419399"^^xsd:string . |
| 345 | - ep-core:seeReferenceData | 345 | + |
| 346 | - "http://posccaesar.org/rdl/RDS418629161"^^xsd:string . | 346 | +ep-material:Liquid |
| 347 | - | 347 | + rdf:type owl:Class ; |
| 348 | -ep-material:LiquifiedPetroleumGas | 348 | + rdfs:label "liquid"^^xsd:string ; |
| 349 | - rdf:type owl:Class ; | 349 | + rdfs:subClassOf ep-material:Fluid . |
| 350 | - rdfs:label "liquified petroleum gas"^^xsd:string ; | 350 | + |
| 351 | - rdfs:subClassOf ep-material:Material . | 351 | +ep-material:LiquifiedNaturalGas |
| 352 | - | 352 | + rdf:type owl:Class ; |
| 353 | -ep-material:Material | 353 | + rdfs:label "liquified natural gas"^^xsd:string ; |
| 354 | - rdf:type owl:Class ; | 354 | + rdfs:subClassOf ep-material:Material ; |
| 355 | - rdfs:label "material"^^xsd:string ; | 355 | + ep-core:seeReferenceData |
| 356 | - rdfs:subClassOf ep-core:PhysicalObject . | 356 | + "http://posccaesar.org/rdl/RDS418629161"^^xsd:string . |
| 357 | - | 357 | + |
| 358 | -ep-material:MaterialPair | 358 | +ep-material:LiquifiedPetroleumGas |
| 359 | - rdf:type owl:Class ; | 359 | + rdf:type owl:Class ; |
| 360 | - rdfs:label "material pair"^^xsd:string ; | 360 | + rdfs:label "liquified petroleum gas"^^xsd:string ; |
| 361 | - rdfs:subClassOf owl:Thing . | 361 | + rdfs:subClassOf ep-material:Material . |
| 362 | - | 362 | + |
| 363 | -ep-material:MaterialPartWholePair | 363 | +ep-material:Material |
| 364 | - rdf:type owl:Class ; | 364 | + rdf:type owl:Class ; |
| 365 | - rdfs:label "material part - whole pair"^^xsd:string ; | 365 | + rdfs:label "material"^^xsd:string ; |
| 366 | - rdfs:subClassOf ep-material:MaterialPair . | 366 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 367 | - | 367 | + |
| 368 | -ep-material:Methane | 368 | +ep-material:MaterialPair |
| 369 | - rdf:type owl:Class ; | 369 | + rdf:type owl:Class ; |
| 370 | - rdfs:label "methane"^^xsd:string ; | 370 | + rdfs:label "material pair"^^xsd:string ; |
| 371 | - rdfs:subClassOf ep-material:Material . | 371 | + rdfs:subClassOf owl:Thing . |
| 372 | - | 372 | + |
| 373 | -ep-material:Methanol | 373 | +ep-material:MaterialPartWholePair |
| 374 | - rdf:type owl:Class ; | 374 | + rdf:type owl:Class ; |
| 375 | - rdfs:label "methanol"^^xsd:string ; | 375 | + rdfs:label "material part - whole pair"^^xsd:string ; |
| 376 | - rdfs:subClassOf ep-material:Material ; | 376 | + rdfs:subClassOf ep-material:MaterialPair . |
| 377 | - ep-core:seeReferenceData | 377 | + |
| 378 | - "http://posccaesar.org/rdl/RDS572354"^^xsd:string . | 378 | +ep-material:Methane |
| 379 | - | 379 | + rdf:type owl:Class ; |
| 380 | -ep-material:MixedButane | 380 | + rdfs:label "methane"^^xsd:string ; |
| 381 | - rdf:type owl:Class ; | 381 | + rdfs:subClassOf ep-material:Material . |
| 382 | - rdfs:label "mixed butane"^^xsd:string ; | 382 | + |
| 383 | - rdfs:subClassOf ep-material:Material . | 383 | +ep-material:Methanol |
| 384 | - | 384 | + rdf:type owl:Class ; |
| 385 | -ep-material:Monoethyleneglycol | 385 | + rdfs:label "methanol"^^xsd:string ; |
| 386 | - rdf:type owl:Class ; | 386 | + rdfs:subClassOf ep-material:Material ; |
| 387 | - rdfs:label "monoethyleneglycol"^^xsd:string ; | 387 | + ep-core:seeReferenceData |
| 388 | - rdfs:subClassOf ep-material:Material . | 388 | + "http://posccaesar.org/rdl/RDS572354"^^xsd:string . |
| 389 | - | 389 | + |
| 390 | -ep-material:NGL-componentInGas | 390 | +ep-material:MixedButane |
| 391 | - rdf:type owl:Class ; | 391 | + rdf:type owl:Class ; |
| 392 | - rdfs:label "NGL - component in gas"^^xsd:string ; | 392 | + rdfs:label "mixed butane"^^xsd:string ; |
| 393 | - rdfs:subClassOf ep-material:Material . | 393 | + rdfs:subClassOf ep-material:Material . |
| 394 | - | 394 | + |
| 395 | -ep-material:Naptha | 395 | +ep-material:Monoethyleneglycol |
| 396 | - rdf:type owl:Class ; | 396 | + rdf:type owl:Class ; |
| 397 | - rdfs:label "naptha"^^xsd:string ; | 397 | + rdfs:label "monoethyleneglycol"^^xsd:string ; |
| 398 | - rdfs:subClassOf ep-material:Material . | 398 | + rdfs:subClassOf ep-material:Material . |
| 399 | - | 399 | + |
| 400 | -ep-material:NaturalGas | 400 | +ep-material:NGL-componentInGas |
| 401 | - rdf:type owl:Class ; | 401 | + rdf:type owl:Class ; |
| 402 | - rdfs:label "natural gas"^^xsd:string ; | 402 | + rdfs:label "NGL - component in gas"^^xsd:string ; |
| 403 | - rdfs:subClassOf ep-material:Material ; | 403 | + rdfs:subClassOf ep-material:Material . |
| 404 | - ep-core:seeReferenceData | 404 | + |
| 405 | - "http://posccaesar.org/rdl/RDS6815505"^^xsd:string . | 405 | +ep-material:Naptha |
| 406 | - | 406 | + rdf:type owl:Class ; |
| 407 | -ep-material:NaturalGasLiquid | 407 | + rdfs:label "naptha"^^xsd:string ; |
| 408 | - rdf:type owl:Class ; | 408 | + rdfs:subClassOf ep-material:Material . |
| 409 | - rdfs:label "natural gas liquid"^^xsd:string ; | 409 | + |
| 410 | - rdfs:subClassOf ep-material:Material ; | 410 | +ep-material:NaturalGas |
| 411 | - ep-core:seeReferenceData | 411 | + rdf:type owl:Class ; |
| 412 | - "http://posccaesar.org/rdl/RDS16682414"^^xsd:string . | 412 | + rdfs:label "natural gas"^^xsd:string ; |
| 413 | - | 413 | + rdfs:subClassOf ep-material:Material ; |
| 414 | -ep-material:Neopentane | 414 | + ep-core:seeReferenceData |
| 415 | - rdf:type owl:Class ; | 415 | + "http://posccaesar.org/rdl/RDS6815505"^^xsd:string . |
| 416 | - rdfs:label "neopentane"^^xsd:string ; | 416 | + |
| 417 | - rdfs:subClassOf ep-material:Material ; | 417 | +ep-material:NaturalGasLiquid |
| 418 | - ep-core:seeReferenceData | 418 | + rdf:type owl:Class ; |
| 419 | - "http://posccaesar.org/rdl/RDS975108971"^^xsd:string . | 419 | + rdfs:label "natural gas liquid"^^xsd:string ; |
| 420 | - | 420 | + rdfs:subClassOf ep-material:Material ; |
| 421 | -ep-material:NitrogenGas | 421 | + ep-core:seeReferenceData |
| 422 | - rdf:type owl:Class ; | 422 | + "http://posccaesar.org/rdl/RDS16682414"^^xsd:string . |
| 423 | - rdfs:label "nitrogen gas"^^xsd:string ; | 423 | + |
| 424 | - rdfs:subClassOf ep-material:Material ; | 424 | +ep-material:Neopentane |
| 425 | - ep-core:seeReferenceData | 425 | + rdf:type owl:Class ; |
| 426 | - "http://posccaesar.org/rdl/RDS482640407"^^xsd:string . | 426 | + rdfs:label "neopentane"^^xsd:string ; |
| 427 | - | 427 | + rdfs:subClassOf ep-material:Material ; |
| 428 | -ep-material:NitrogenOxideGas | 428 | + ep-core:seeReferenceData |
| 429 | - rdf:type owl:Class ; | 429 | + "http://posccaesar.org/rdl/RDS975108971"^^xsd:string . |
| 430 | - rdfs:label "nitrogen oxide gas"^^xsd:string ; | 430 | + |
| 431 | - rdfs:subClassOf ep-material:Material . | 431 | +ep-material:NitrogenGas |
| 432 | - | 432 | + rdf:type owl:Class ; |
| 433 | -ep-material:NonHcGas | 433 | + rdfs:label "nitrogen gas"^^xsd:string ; |
| 434 | - rdf:type owl:Class ; | 434 | + rdfs:subClassOf ep-material:Material ; |
| 435 | - rdfs:label "non-HC gas"^^xsd:string ; | 435 | + ep-core:seeReferenceData |
| 436 | - rdfs:subClassOf ep-material:Gas . | 436 | + "http://posccaesar.org/rdl/RDS482640407"^^xsd:string . |
| 437 | - | 437 | + |
| 438 | -ep-material:NormalButane | 438 | +ep-material:NitrogenOxideGas |
| 439 | - rdf:type ep-material:SubstanceType , owl:Class ; | 439 | + rdf:type owl:Class ; |
| 440 | - rdfs:label "NC4"^^xsd:string , "normal butane"^^xsd:string ; | 440 | + rdfs:label "nitrogen oxide gas"^^xsd:string ; |
| 441 | - rdfs:subClassOf ep-material:Material . | 441 | + rdfs:subClassOf ep-material:Material . |
| 442 | - | 442 | + |
| 443 | -ep-material:NormalButane-component | 443 | +ep-material:NonHcGas |
| 444 | - rdf:type owl:Class ; | 444 | + rdf:type owl:Class ; |
| 445 | - rdfs:label "n-butane - component"^^xsd:string ; | 445 | + rdfs:label "non-HC gas"^^xsd:string ; |
| 446 | - rdfs:subClassOf ep-material:Material . | 446 | + rdfs:subClassOf ep-material:Gas . |
| 447 | - | 447 | + |
| 448 | -ep-material:NormalPentane | 448 | +ep-material:NormalButane |
| 449 | - rdf:type ep-material:SubstanceType , owl:Class ; | 449 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 450 | - rdfs:label "NC5"^^xsd:string , "normal pentane"^^xsd:string ; | 450 | + rdfs:label "normal butane"^^xsd:string , "NC4"^^xsd:string ; |
| 451 | - rdfs:subClassOf ep-material:Material . | 451 | + rdfs:subClassOf ep-material:Material . |
| 452 | - | 452 | + |
| 453 | -ep-material:Oil | 453 | +ep-material:NormalButane-component |
| 454 | - rdf:type owl:Class ; | 454 | + rdf:type owl:Class ; |
| 455 | - rdfs:label "oil"^^xsd:string ; | 455 | + rdfs:label "n-butane - component"^^xsd:string ; |
| 456 | - rdfs:subClassOf ep-material:Material ; | 456 | + rdfs:subClassOf ep-material:Material . |
| 457 | - ep-core:seeReferenceData | 457 | + |
| 458 | - "http://posccaesar.org/rdl/RDS8641857"^^xsd:string . | 458 | +ep-material:NormalPentane |
| 459 | - | 459 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 460 | -ep-material:Oil-componentInWater | 460 | + rdfs:label "normal pentane"^^xsd:string , "NC5"^^xsd:string ; |
| 461 | - rdf:type owl:Class ; | 461 | + rdfs:subClassOf ep-material:Material . |
| 462 | - rdfs:label "oil - component in water"^^xsd:string ; | 462 | + |
| 463 | - rdfs:subClassOf ep-material:Material . | 463 | +ep-material:Oil |
| 464 | - | 464 | + rdf:type owl:Class ; |
| 465 | -ep-material:OilAndGas | 465 | + rdfs:label "oil"^^xsd:string ; |
| 466 | - rdf:type owl:Class ; | 466 | + rdfs:subClassOf ep-material:Material ; |
| 467 | - rdfs:label "oil and gas"^^xsd:string ; | 467 | + ep-core:seeReferenceData |
| 468 | - rdfs:subClassOf ep-material:Fluid ; | 468 | + "http://posccaesar.org/rdl/RDS8641857"^^xsd:string . |
| 469 | - ep-core:seeReferenceData | 469 | + |
| 470 | - "http://posccaesar.org/rdl/RDS801562496"^^xsd:string . | 470 | +ep-material:Oil-componentInWater |
| 471 | - | 471 | + rdf:type owl:Class ; |
| 472 | -ep-material:OilAndWater | 472 | + rdfs:label "oil - component in water"^^xsd:string ; |
| 473 | - rdf:type owl:Class ; | 473 | + rdfs:subClassOf ep-material:Material . |
| 474 | - rdfs:label "oil and water"^^xsd:string ; | 474 | + |
| 475 | - rdfs:subClassOf ep-material:Fluid . | 475 | +ep-material:OilAndGas |
| 476 | - | 476 | + rdf:type owl:Class ; |
| 477 | -ep-material:Oleic | 477 | + rdfs:label "oil and gas"^^xsd:string ; |
| 478 | - rdf:type owl:Class ; | 478 | + rdfs:subClassOf ep-material:Fluid ; |
| 479 | - rdfs:label "oleic"^^xsd:string ; | 479 | + ep-core:seeReferenceData |
| 480 | - rdfs:subClassOf ep-material:Material ; | 480 | + "http://posccaesar.org/rdl/RDS801562496"^^xsd:string . |
| 481 | - ep-core:seeReferenceData | 481 | + |
| 482 | - "http://posccaesar.org/rdl/RDS8015624913"^^xsd:string . | 482 | +ep-material:OilAndWater |
| 483 | - | 483 | + rdf:type owl:Class ; |
| 484 | -ep-material:OrganicCarbon | 484 | + rdfs:label "oil and water"^^xsd:string ; |
| 485 | - rdf:type owl:Class ; | 485 | + rdfs:subClassOf ep-material:Fluid . |
| 486 | - rdfs:label "organic carbon"^^xsd:string ; | 486 | + |
| 487 | - rdfs:subClassOf ep-material:Material . | 487 | +ep-material:Oleic |
| 488 | - | 488 | + rdf:type owl:Class ; |
| 489 | -ep-material:OtherInjectionFluid | 489 | + rdfs:label "oleic"^^xsd:string ; |
| 490 | - rdf:type owl:Class ; | 490 | + rdfs:subClassOf ep-material:Material ; |
| 491 | - rdfs:label "other injection fluid"^^xsd:string ; | 491 | + ep-core:seeReferenceData |
| 492 | - rdfs:subClassOf ep-material:Fluid . | 492 | + "http://posccaesar.org/rdl/RDS8015624913"^^xsd:string . |
| 493 | - | 493 | + |
| 494 | -ep-material:Pentane | 494 | +ep-material:OrganicCarbon |
| 495 | - rdf:type ep-material:SubstanceType , owl:Class ; | 495 | + rdf:type owl:Class ; |
| 496 | - rdfs:label "pentane"^^xsd:string ; | 496 | + rdfs:label "organic carbon"^^xsd:string ; |
| 497 | - rdfs:subClassOf ep-material:Material ; | 497 | + rdfs:subClassOf ep-material:Material . |
| 498 | - ep-core:seeReferenceData | 498 | + |
| 499 | - "http://posccaesar.org/rdl/RDS419444"^^xsd:string . | 499 | +ep-material:OtherInjectionFluid |
| 500 | - | 500 | + rdf:type owl:Class ; |
| 501 | -ep-material:PetroleumGasLiquid | 501 | + rdfs:label "other injection fluid"^^xsd:string ; |
| 502 | - rdf:type owl:Class ; | 502 | + rdfs:subClassOf ep-material:Fluid . |
| 503 | - rdfs:label "petroleum gas liquid"^^xsd:string ; | 503 | + |
| 504 | - rdfs:subClassOf ep-material:Material . | 504 | +ep-material:Pentane |
| 505 | - | 505 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 506 | -ep-material:PlusFraction | 506 | + rdfs:label "pentane"^^xsd:string ; |
| 507 | - rdf:type owl:Class ; | 507 | + rdfs:subClassOf ep-material:Material ; |
| 508 | - rdfs:label "plus fraction"^^xsd:string ; | 508 | + ep-core:seeReferenceData |
| 509 | - rdfs:subClassOf ep-material:Fluid . | 509 | + "http://posccaesar.org/rdl/RDS419444"^^xsd:string . |
| 510 | - | 510 | + |
| 511 | -ep-material:Propane | 511 | +ep-material:PetroleumGasLiquid |
| 512 | - rdf:type ep-material:SubstanceType , owl:Class ; | 512 | + rdf:type owl:Class ; |
| 513 | - rdfs:label "C3"^^xsd:string , "propane"^^xsd:string ; | 513 | + rdfs:label "petroleum gas liquid"^^xsd:string ; |
| 514 | - rdfs:subClassOf ep-material:Material ; | 514 | + rdfs:subClassOf ep-material:Material . |
| 515 | - ep-core:seeReferenceData | 515 | + |
| 516 | - "http://posccaesar.org/rdl/RDS419264"^^xsd:string . | 516 | +ep-material:Phenols |
| 517 | - | 517 | + rdf:type owl:Class ; |
| 518 | -ep-material:Propane-component | 518 | + rdfs:label "phenols"^^xsd:string ; |
| 519 | - rdf:type owl:Class ; | 519 | + rdfs:subClassOf ep-material:Material . |
| 520 | - rdfs:label "propane - component"^^xsd:string ; | 520 | + |
| 521 | - rdfs:subClassOf ep-material:Material . | 521 | +ep-material:PlusFraction |
| 522 | - | 522 | + rdf:type owl:Class ; |
| 523 | -ep-material:PureFluid | 523 | + rdfs:label "plus fraction"^^xsd:string ; |
| 524 | - rdf:type owl:Class ; | 524 | + rdfs:subClassOf ep-material:Fluid . |
| 525 | - rdfs:label "pure fluid"^^xsd:string ; | 525 | + |
| 526 | - rdfs:subClassOf ep-material:Fluid . | 526 | +ep-material:Propane |
| 527 | - | 527 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 528 | -ep-material:QuantityOfMaterial | 528 | + rdfs:label "propane"^^xsd:string , "C3"^^xsd:string ; |
| 529 | - rdf:type owl:Class ; | 529 | + rdfs:subClassOf ep-material:Material ; |
| 530 | - rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; | 530 | + ep-core:seeReferenceData |
| 531 | - rdfs:subClassOf ep-material:Material . | 531 | + "http://posccaesar.org/rdl/RDS419264"^^xsd:string . |
| 532 | - | 532 | + |
| 533 | -ep-material:QuantityOfMaterialInAStandardState | 533 | +ep-material:Propane-component |
| 534 | - rdf:type owl:Class ; | 534 | + rdf:type owl:Class ; |
| 535 | - rdfs:label "quantity of material in a standard state"^^xsd:string ; | 535 | + rdfs:label "propane - component"^^xsd:string ; |
| 536 | - rdfs:subClassOf ep-material:QuantityOfMaterial . | 536 | + rdfs:subClassOf ep-material:Material . |
| 537 | - | 537 | + |
| 538 | -ep-material:Salt | 538 | +ep-material:PureFluid |
| 539 | - rdf:type ep-material:SubstanceType , owl:Class ; | 539 | + rdf:type owl:Class ; |
| 540 | - rdfs:label "salt"^^xsd:string ; | 540 | + rdfs:label "pure fluid"^^xsd:string ; |
| 541 | - rdfs:subClassOf ep-material:Material ; | 541 | + rdfs:subClassOf ep-material:Fluid . |
| 542 | - ep-core:seeReferenceData | 542 | + |
| 543 | - "http://posccaesar.org/rdl/RDS8015624941"^^xsd:string . | 543 | +ep-material:QuantityOfMaterial |
| 544 | - | 544 | + rdf:type owl:Class ; |
| 545 | -ep-material:Sand | 545 | + rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; |
| 546 | - rdf:type owl:Class ; | 546 | + rdfs:subClassOf ep-material:Material . |
| 547 | - rdfs:label "sand"^^xsd:string ; | 547 | + |
| 548 | - rdfs:subClassOf ep-material:Fluid ; | 548 | +ep-material:QuantityOfMaterialInAStandardState |
| 549 | - ep-core:seeReferenceData | 549 | + rdf:type owl:Class ; |
| 550 | - "http://posccaesar.org/rdl/RDS885284"^^xsd:string . | 550 | + rdfs:label "quantity of material in a standard state"^^xsd:string ; |
| 551 | - | 551 | + rdfs:subClassOf ep-material:QuantityOfMaterial . |
| 552 | -ep-material:SplitFraction | 552 | + |
| 553 | - rdf:type owl:Class ; | 553 | +ep-material:Salt |
| 554 | - rdfs:label "split fraction"^^xsd:string ; | 554 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 555 | - rdfs:subClassOf ep-material:Fluid . | 555 | + rdfs:label "salt"^^xsd:string ; |
| 556 | - | 556 | + rdfs:subClassOf ep-material:Material ; |
| 557 | -ep-material:Steam | 557 | + ep-core:seeReferenceData |
| 558 | - rdf:type owl:Class ; | 558 | + "http://posccaesar.org/rdl/RDS8015624941"^^xsd:string . |
| 559 | - rdfs:label "steam"^^xsd:string ; | 559 | + |
| 560 | - rdfs:subClassOf ep-material:NonHcGas ; | 560 | +ep-material:Sand |
| 561 | - ep-core:seeReferenceData | 561 | + rdf:type owl:Class ; |
| 562 | - "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . | 562 | + rdfs:label "sand"^^xsd:string ; |
| 563 | - | 563 | + rdfs:subClassOf ep-material:Fluid ; |
| 564 | -ep-material:SubstanceType | 564 | + ep-core:seeReferenceData |
| 565 | - rdf:type rdfs:Class ; | 565 | + "http://posccaesar.org/rdl/RDS885284"^^xsd:string . |
| 566 | - rdfs:label "substance type"^^xsd:string ; | 566 | + |
| 567 | - rdfs:subClassOf owl:Class . | 567 | +ep-material:SplitFraction |
| 568 | - | 568 | + rdf:type owl:Class ; |
| 569 | -ep-material:Triethyleneglycol | 569 | + rdfs:label "split fraction"^^xsd:string ; |
| 570 | - rdf:type owl:Class ; | 570 | + rdfs:subClassOf ep-material:Fluid . |
| 571 | - rdfs:label "triethyleneglycol"^^xsd:string ; | 571 | + |
| 572 | - rdfs:subClassOf ep-material:Material . | 572 | +ep-material:Steam |
| 573 | - | 573 | + rdf:type owl:Class ; |
| 574 | -ep-material:UnknownFluid | 574 | + rdfs:label "steam"^^xsd:string ; |
| 575 | - rdf:type owl:Class ; | 575 | + rdfs:subClassOf ep-material:NonHcGas ; |
| 576 | - rdfs:label "unknown fluid"^^xsd:string ; | 576 | + ep-core:seeReferenceData |
| 577 | - rdfs:subClassOf ep-material:Fluid . | 577 | + "http://posccaesar.org/rdl/RDS14208634"^^xsd:string . |
| 578 | - | 578 | + |
| 579 | -ep-material:Vapour | 579 | +ep-material:SubstanceType |
| 580 | - rdf:type owl:Class ; | 580 | + rdf:type rdfs:Class ; |
| 581 | - rdfs:label "vapour"^^xsd:string ; | 581 | + rdfs:label "substance type"^^xsd:string ; |
| 582 | - rdfs:subClassOf ep-material:Material . | 582 | + rdfs:subClassOf owl:Class . |
| 583 | - | 583 | + |
| 584 | -ep-material:Water | 584 | +ep-material:Triethyleneglycol |
| 585 | - rdf:type owl:Class ; | 585 | + rdf:type owl:Class ; |
| 586 | - rdfs:label "water"^^xsd:string ; | 586 | + rdfs:label "triethyleneglycol"^^xsd:string ; |
| 587 | - rdfs:subClassOf ep-material:Material ; | 587 | + rdfs:subClassOf ep-material:Material . |
| 588 | - ep-core:seeReferenceData | 588 | + |
| 589 | - "http://posccaesar.org/rdl/RDS1012769"^^xsd:string . | 589 | +ep-material:UnknownFluid |
| 590 | - | 590 | + rdf:type owl:Class ; |
| 591 | -ep-material:Water-discharge | 591 | + rdfs:label "unknown fluid"^^xsd:string ; |
| 592 | - rdf:type owl:Class ; | 592 | + rdfs:subClassOf ep-material:Fluid . |
| 593 | - rdfs:label "water - discharge"^^xsd:string ; | 593 | + |
| 594 | - rdfs:subClassOf ep-material:Material . | 594 | +ep-material:Vapour |
| 595 | - | 595 | + rdf:type owl:Class ; |
| 596 | -ep-material:Water-processed | 596 | + rdfs:label "vapour"^^xsd:string ; |
| 597 | - rdf:type owl:Class ; | 597 | + rdfs:subClassOf ep-material:Material . |
| 598 | - rdfs:label "water - processed"^^xsd:string ; | 598 | + |
| 599 | - rdfs:subClassOf ep-material:Material . | 599 | +ep-material:Water |
| 600 | - | 600 | + rdf:type owl:Class ; |
| 601 | -ep-material:firstMaterialOfPair | 601 | + rdfs:label "water"^^xsd:string ; |
| 602 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 602 | + rdfs:subClassOf ep-material:Material ; |
| 603 | - rdfs:domain ep-material:MaterialPair ; | 603 | + ep-core:seeReferenceData |
| 604 | - rdfs:label "first material of pair"^^xsd:string ; | 604 | + "http://posccaesar.org/rdl/RDS1012769"^^xsd:string . |
| 605 | - rdfs:range ep-material:Material . | 605 | + |
| 606 | - | 606 | +ep-material:Water-discharge |
| 607 | -ep-material:hasComponent | 607 | + rdf:type owl:Class ; |
| 608 | - rdf:type owl:TransitiveProperty ; | 608 | + rdfs:label "water - discharge"^^xsd:string ; |
| 609 | - rdfs:comment "A component is all part material of the class."^^xsd:string ; | 609 | + rdfs:subClassOf ep-material:Material . |
| 610 | - rdfs:domain ep-material:Material ; | 610 | + |
| 611 | - rdfs:label "hasComponent"^^xsd:string ; | 611 | +ep-material:Water-processed |
| 612 | - rdfs:range ep-material:Material ; | 612 | + rdf:type owl:Class ; |
| 613 | - rdfs:subPropertyOf ep-core:hasPart . | 613 | + rdfs:label "water - processed"^^xsd:string ; |
| 614 | - | 614 | + rdfs:subClassOf ep-material:Material . |
| 615 | -ep-material:hasNonPrimaryComponent | 615 | + |
| 616 | - rdf:type owl:ObjectProperty ; | 616 | +ep-material:firstMaterialOfPair |
| 617 | - rdfs:domain ep-material:Material ; | 617 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 618 | - rdfs:label "has non-primary component"^^xsd:string ; | 618 | + rdfs:domain ep-material:MaterialPair ; |
| 619 | - rdfs:range ep-material:Material ; | 619 | + rdfs:label "first material of pair"^^xsd:string ; |
| 620 | - rdfs:subPropertyOf ep-material:hasComponent . | 620 | + rdfs:range ep-material:Material . |
| 621 | - | 621 | + |
| 622 | -ep-material:hasPrimaryComponent | 622 | +ep-material:hasComponent |
| 623 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 623 | + rdf:type owl:TransitiveProperty ; |
| 624 | - rdfs:domain ep-material:Material ; | 624 | + rdfs:comment "A component is all part material of the class."^^xsd:string ; |
| 625 | - rdfs:label "has primary component"^^xsd:string ; | 625 | + rdfs:domain ep-material:Material ; |
| 626 | - rdfs:range ep-material:Material ; | 626 | + rdfs:label "hasComponent"^^xsd:string ; |
| 627 | - rdfs:subPropertyOf ep-material:hasComponent . | 627 | + rdfs:range ep-material:Material ; |
| 628 | - | 628 | + rdfs:subPropertyOf ep-core:hasPart . |
| 629 | -ep-material:massRatio | 629 | + |
| 630 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 630 | +ep-material:hasNonPrimaryComponent |
| 631 | - rdfs:domain ep-material:MaterialPair ; | 631 | + rdf:type owl:ObjectProperty ; |
| 632 | - rdfs:label "mass ratio"^^xsd:string ; | 632 | + rdfs:domain ep-material:Material ; |
| 633 | - rdfs:range ep-core:Ratio . | 633 | + rdfs:label "has non-primary component"^^xsd:string ; |
| 634 | - | 634 | + rdfs:range ep-material:Material ; |
| 635 | -ep-material:moleRatio | 635 | + rdfs:subPropertyOf ep-material:hasComponent . |
| 636 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 636 | + |
| 637 | - rdfs:domain ep-material:MaterialPair ; | 637 | +ep-material:hasPrimaryComponent |
| 638 | - rdfs:label "mole ratio"^^xsd:string ; | 638 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 639 | - rdfs:range ep-core:Ratio . | 639 | + rdfs:domain ep-material:Material ; |
| 640 | - | 640 | + rdfs:label "has primary component"^^xsd:string ; |
| 641 | -ep-material:partMaterialOfPair | 641 | + rdfs:range ep-material:Material ; |
| 642 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 642 | + rdfs:subPropertyOf ep-material:hasComponent . |
| 643 | - rdfs:domain ep-material:MaterialPartWholePair ; | 643 | + |
| 644 | - rdfs:label "part material of pair"^^xsd:string ; | 644 | +ep-material:massRatio |
| 645 | - rdfs:range ep-material:Material ; | 645 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 646 | - rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 646 | + rdfs:domain ep-material:MaterialPair ; |
| 647 | - | 647 | + rdfs:label "mass ratio"^^xsd:string ; |
| 648 | -ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial | 648 | + rdfs:range ep-core:Ratio . |
| 649 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 649 | + |
| 650 | - rdfs:domain ep-material:MaterialPair ; | 650 | +ep-material:moleRatio |
| 651 | - rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; | 651 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 652 | - rdfs:range ep-core:Density . | 652 | + rdfs:domain ep-material:MaterialPair ; |
| 653 | - | 653 | + rdfs:label "mole ratio"^^xsd:string ; |
| 654 | -ep-material:reidVaporPressure | 654 | + rdfs:range ep-core:Ratio . |
| 655 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 655 | + |
| 656 | - rdfs:domain ep-core:PhysicalThing ; | 656 | +ep-material:partMaterialOfPair |
| 657 | - rdfs:label "Reid vapor pressure"^^xsd:string ; | 657 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 658 | - rdfs:range ep-core:Pressure . | 658 | + rdfs:domain ep-material:MaterialPartWholePair ; |
| 659 | - | 659 | + rdfs:label "part material of pair"^^xsd:string ; |
| 660 | -ep-material:secondMaterialOfPair | 660 | + rdfs:range ep-material:Material ; |
| 661 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 661 | + rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
| 662 | - rdfs:domain ep-material:MaterialPair ; | 662 | + |
| 663 | - rdfs:label "second material of pair"^^xsd:string ; | 663 | +ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial |
| 664 | - rdfs:range ep-material:Material . | 664 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 665 | - | 665 | + rdfs:domain ep-material:MaterialPair ; |
| 666 | -ep-material:substance-11dmcyPentane | 666 | + rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; |
| 667 | - rdf:type ep-material:SubstanceType , owl:Class ; | 667 | + rdfs:range ep-core:Density . |
| 668 | - rdfs:label "11dmcy pentane"^^xsd:string ; | 668 | + |
| 669 | - rdfs:subClassOf ep-material:Material . | 669 | +ep-material:reidVaporPressure |
| 670 | - | 670 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 671 | -ep-material:substance-124tmBenzene | 671 | + rdfs:domain ep-core:PhysicalThing ; |
| 672 | - rdf:type ep-material:SubstanceType , owl:Class ; | 672 | + rdfs:label "Reid vapor pressure"^^xsd:string ; |
| 673 | - rdfs:label "124tm benzene"^^xsd:string ; | 673 | + rdfs:range ep-core:Pressure . |
| 674 | - rdfs:subClassOf ep-material:Material . | 674 | + |
| 675 | - | 675 | +ep-material:secondMaterialOfPair |
| 676 | -ep-material:substance-12dmBenzene | 676 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 677 | - rdf:type ep-material:SubstanceType , owl:Class ; | 677 | + rdfs:domain ep-material:MaterialPair ; |
| 678 | - rdfs:label "12dm benzene"^^xsd:string ; | 678 | + rdfs:label "second material of pair"^^xsd:string ; |
| 679 | - rdfs:subClassOf ep-material:Material . | 679 | + rdfs:range ep-material:Material . |
| 680 | - | 680 | + |
| 681 | -ep-material:substance-13dmBenzene | 681 | +ep-material:substance-11dmcyPentane |
| 682 | - rdf:type ep-material:SubstanceType , owl:Class ; | 682 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 683 | - rdfs:label "13dm benzene"^^xsd:string ; | 683 | + rdfs:label "11dmcy pentane"^^xsd:string ; |
| 684 | - rdfs:subClassOf ep-material:Material . | 684 | + rdfs:subClassOf ep-material:Material . |
| 685 | - | 685 | + |
| 686 | -ep-material:substance-14dmBenzene | 686 | +ep-material:substance-124tmBenzene |
| 687 | - rdf:type ep-material:SubstanceType , owl:Class ; | 687 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 688 | - rdfs:label "14dm benzene"^^xsd:string ; | 688 | + rdfs:label "124tm benzene"^^xsd:string ; |
| 689 | - rdfs:subClassOf ep-material:Material . | 689 | + rdfs:subClassOf ep-material:Material . |
| 690 | - | 690 | + |
| 691 | -ep-material:substance-223tmButane | 691 | +ep-material:substance-12dmBenzene |
| 692 | - rdf:type ep-material:SubstanceType , owl:Class ; | 692 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 693 | - rdfs:label "223tm butane"^^xsd:string ; | 693 | + rdfs:label "12dm benzene"^^xsd:string ; |
| 694 | - rdfs:subClassOf ep-material:Material . | 694 | + rdfs:subClassOf ep-material:Material . |
| 695 | - | 695 | + |
| 696 | -ep-material:substance-223tmPentane | 696 | +ep-material:substance-13dmBenzene |
| 697 | - rdf:type ep-material:SubstanceType , owl:Class ; | 697 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 698 | - rdfs:label "223tm pentane"^^xsd:string ; | 698 | + rdfs:label "13dm benzene"^^xsd:string ; |
| 699 | - rdfs:subClassOf ep-material:Material . | 699 | + rdfs:subClassOf ep-material:Material . |
| 700 | - | 700 | + |
| 701 | -ep-material:substance-22dmButane | 701 | +ep-material:substance-14dmBenzene |
| 702 | - rdf:type ep-material:SubstanceType , owl:Class ; | 702 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 703 | - rdfs:label "22dm butane"^^xsd:string ; | 703 | + rdfs:label "14dm benzene"^^xsd:string ; |
| 704 | - rdfs:subClassOf ep-material:Material . | 704 | + rdfs:subClassOf ep-material:Material . |
| 705 | - | 705 | + |
| 706 | -ep-material:substance-22dmHexane | 706 | +ep-material:substance-223tmButane |
| 707 | - rdf:type ep-material:SubstanceType , owl:Class ; | 707 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 708 | - rdfs:label "22dm hexane"^^xsd:string ; | 708 | + rdfs:label "223tm butane"^^xsd:string ; |
| 709 | - rdfs:subClassOf ep-material:Material . | 709 | + rdfs:subClassOf ep-material:Material . |
| 710 | - | 710 | + |
| 711 | -ep-material:substance-22dmPentane | 711 | +ep-material:substance-223tmPentane |
| 712 | - rdf:type ep-material:SubstanceType , owl:Class ; | 712 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 713 | - rdfs:label "22dm pentane"^^xsd:string ; | 713 | + rdfs:label "223tm pentane"^^xsd:string ; |
| 714 | - rdfs:subClassOf ep-material:Material . | 714 | + rdfs:subClassOf ep-material:Material . |
| 715 | - | 715 | + |
| 716 | -ep-material:substance-22dmPropane | 716 | +ep-material:substance-22dmButane |
| 717 | - rdf:type ep-material:SubstanceType , owl:Class ; | 717 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 718 | - rdfs:label "22dm propane"^^xsd:string ; | 718 | + rdfs:label "22dm butane"^^xsd:string ; |
| 719 | - rdfs:subClassOf ep-material:Material . | 719 | + rdfs:subClassOf ep-material:Material . |
| 720 | - | 720 | + |
| 721 | -ep-material:substance-23dmButane | 721 | +ep-material:substance-22dmHexane |
| 722 | - rdf:type ep-material:SubstanceType , owl:Class ; | 722 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 723 | - rdfs:label "23dm butane"^^xsd:string ; | 723 | + rdfs:label "22dm hexane"^^xsd:string ; |
| 724 | - rdfs:subClassOf ep-material:Material . | 724 | + rdfs:subClassOf ep-material:Material . |
| 725 | - | 725 | + |
| 726 | -ep-material:substance-23dmPentane | 726 | +ep-material:substance-22dmPentane |
| 727 | - rdf:type ep-material:SubstanceType , owl:Class ; | 727 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 728 | - rdfs:label "23dm pentane"^^xsd:string ; | 728 | + rdfs:label "22dm pentane"^^xsd:string ; |
| 729 | - rdfs:subClassOf ep-material:Material . | 729 | + rdfs:subClassOf ep-material:Material . |
| 730 | - | 730 | + |
| 731 | -ep-material:substance-24dmHexane | 731 | +ep-material:substance-22dmPropane |
| 732 | - rdf:type ep-material:SubstanceType , owl:Class ; | 732 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 733 | - rdfs:label "24dm hexane"^^xsd:string ; | 733 | + rdfs:label "22dm propane"^^xsd:string ; |
| 734 | - rdfs:subClassOf ep-material:Material . | 734 | + rdfs:subClassOf ep-material:Material . |
| 735 | - | 735 | + |
| 736 | -ep-material:substance-24dmPentane | 736 | +ep-material:substance-23dmButane |
| 737 | - rdf:type ep-material:SubstanceType , owl:Class ; | 737 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 738 | - rdfs:label "24dm pentane"^^xsd:string ; | 738 | + rdfs:label "23dm butane"^^xsd:string ; |
| 739 | - rdfs:subClassOf ep-material:Material . | 739 | + rdfs:subClassOf ep-material:Material . |
| 740 | - | 740 | + |
| 741 | -ep-material:substance-25dmHexane | 741 | +ep-material:substance-23dmPentane |
| 742 | - rdf:type ep-material:SubstanceType , owl:Class ; | 742 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 743 | - rdfs:label "25dm hexane"^^xsd:string ; | 743 | + rdfs:label "23dm pentane"^^xsd:string ; |
| 744 | - rdfs:subClassOf ep-material:Material . | 744 | + rdfs:subClassOf ep-material:Material . |
| 745 | - | 745 | + |
| 746 | -ep-material:substance-2mButane | 746 | +ep-material:substance-24dmHexane |
| 747 | - rdf:type ep-material:SubstanceType , owl:Class ; | 747 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 748 | - rdfs:label "2m butane"^^xsd:string ; | 748 | + rdfs:label "24dm hexane"^^xsd:string ; |
| 749 | - rdfs:subClassOf ep-material:Material . | 749 | + rdfs:subClassOf ep-material:Material . |
| 750 | - | 750 | + |
| 751 | -ep-material:substance-2mHexane | 751 | +ep-material:substance-24dmPentane |
| 752 | - rdf:type ep-material:SubstanceType , owl:Class ; | 752 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 753 | - rdfs:label "2m hexane"^^xsd:string ; | 753 | + rdfs:label "24dm pentane"^^xsd:string ; |
| 754 | - rdfs:subClassOf ep-material:Material . | 754 | + rdfs:subClassOf ep-material:Material . |
| 755 | - | 755 | + |
| 756 | -ep-material:substance-2mPentane | 756 | +ep-material:substance-25dmHexane |
| 757 | - rdf:type ep-material:SubstanceType , owl:Class ; | 757 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 758 | - rdfs:label "2m pentane"^^xsd:string ; | 758 | + rdfs:label "25dm hexane"^^xsd:string ; |
| 759 | - rdfs:subClassOf ep-material:Material . | 759 | + rdfs:subClassOf ep-material:Material . |
| 760 | - | 760 | + |
| 761 | -ep-material:substance-2mPropane | 761 | +ep-material:substance-2mButane |
| 762 | - rdf:type ep-material:SubstanceType , owl:Class ; | 762 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 763 | - rdfs:label "2m propane"^^xsd:string ; | 763 | + rdfs:label "2m butane"^^xsd:string ; |
| 764 | - rdfs:subClassOf ep-material:Material . | 764 | + rdfs:subClassOf ep-material:Material . |
| 765 | - | 765 | + |
| 766 | -ep-material:substance-33dmPentane | 766 | +ep-material:substance-2mHexane |
| 767 | - rdf:type ep-material:SubstanceType , owl:Class ; | 767 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 768 | - rdfs:label "33dm pentane"^^xsd:string ; | 768 | + rdfs:label "2m hexane"^^xsd:string ; |
| 769 | - rdfs:subClassOf ep-material:Material . | 769 | + rdfs:subClassOf ep-material:Material . |
| 770 | - | 770 | + |
| 771 | -ep-material:substance-3etPentane | 771 | +ep-material:substance-2mPentane |
| 772 | - rdf:type ep-material:SubstanceType , owl:Class ; | 772 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 773 | - rdfs:label "3et pentane"^^xsd:string ; | 773 | + rdfs:label "2m pentane"^^xsd:string ; |
| 774 | - rdfs:subClassOf ep-material:Material . | 774 | + rdfs:subClassOf ep-material:Material . |
| 775 | - | 775 | + |
| 776 | -ep-material:substance-3mHexane | 776 | +ep-material:substance-2mPropane |
| 777 | - rdf:type ep-material:SubstanceType , owl:Class ; | 777 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 778 | - rdfs:label "3m hexane"^^xsd:string ; | 778 | + rdfs:label "2m propane"^^xsd:string ; |
| 779 | - rdfs:subClassOf ep-material:Material . | 779 | + rdfs:subClassOf ep-material:Material . |
| 780 | - | 780 | + |
| 781 | -ep-material:substance-3mPentane | 781 | +ep-material:substance-33dmPentane |
| 782 | - rdf:type ep-material:SubstanceType , owl:Class ; | 782 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 783 | - rdfs:label "3m pentane"^^xsd:string ; | 783 | + rdfs:label "33dm pentane"^^xsd:string ; |
| 784 | - rdfs:subClassOf ep-material:Material . | 784 | + rdfs:subClassOf ep-material:Material . |
| 785 | - | 785 | + |
| 786 | -ep-material:substance-Ar | 786 | +ep-material:substance-3etPentane |
| 787 | - rdf:type ep-material:SubstanceType , owl:Class ; | 787 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 788 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 788 | + rdfs:label "3et pentane"^^xsd:string ; |
| 789 | - rdfs:subClassOf ep-material:Material . | 789 | + rdfs:subClassOf ep-material:Material . |
| 790 | - | 790 | + |
| 791 | -ep-material:substance-Benzene | 791 | +ep-material:substance-3mHexane |
| 792 | - rdf:type ep-material:SubstanceType , owl:Class ; | 792 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 793 | - rdfs:label "benzene"^^xsd:string ; | 793 | + rdfs:label "3m hexane"^^xsd:string ; |
| 794 | - rdfs:subClassOf ep-material:Material ; | 794 | + rdfs:subClassOf ep-material:Material . |
| 795 | - ep-core:seeReferenceData | 795 | + |
| 796 | - "http://posccaesar.org/rdl/RDS423899"^^xsd:string . | 796 | +ep-material:substance-3mPentane |
| 797 | - | 797 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 798 | -ep-material:substance-Butane | 798 | + rdfs:label "3m pentane"^^xsd:string ; |
| 799 | - rdf:type ep-material:SubstanceType , owl:Class ; | 799 | + rdfs:subClassOf ep-material:Material . |
| 800 | - rdfs:label "butane"^^xsd:string ; | 800 | + |
| 801 | - rdfs:subClassOf ep-material:Material ; | 801 | +ep-material:substance-Ar |
| 802 | - ep-core:seeReferenceData | 802 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 803 | - "http://posccaesar.org/rdl/RDS419354"^^xsd:string . | 803 | + rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; |
| 804 | - | 804 | + rdfs:subClassOf ep-material:Material . |
| 805 | -ep-material:substance-C11F | 805 | + |
| 806 | - rdf:type ep-material:SubstanceType , owl:Class ; | 806 | +ep-material:substance-Benzene |
| 807 | - rdfs:label "C11F"^^xsd:string ; | 807 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 808 | - rdfs:subClassOf ep-material:Material . | 808 | + rdfs:label "benzene"^^xsd:string ; |
| 809 | - | 809 | + rdfs:subClassOf ep-material:Material ; |
| 810 | -ep-material:substance-C12F | 810 | + ep-core:seeReferenceData |
| 811 | - rdf:type ep-material:SubstanceType , owl:Class ; | 811 | + "http://posccaesar.org/rdl/RDS423899"^^xsd:string . |
| 812 | - rdfs:label "C12F"^^xsd:string ; | 812 | + |
| 813 | - rdfs:subClassOf ep-material:Material . | 813 | +ep-material:substance-Butane |
| 814 | - | 814 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 815 | -ep-material:substance-C13F | 815 | + rdfs:label "butane"^^xsd:string ; |
| 816 | - rdf:type ep-material:SubstanceType , owl:Class ; | 816 | + rdfs:subClassOf ep-material:Material ; |
| 817 | - rdfs:label "C13F"^^xsd:string ; | 817 | + ep-core:seeReferenceData |
| 818 | - rdfs:subClassOf ep-material:Material . | 818 | + "http://posccaesar.org/rdl/RDS419354"^^xsd:string . |
| 819 | - | 819 | + |
| 820 | -ep-material:substance-C13dmcyPentane | 820 | +ep-material:substance-C11F |
| 821 | - rdf:type ep-material:SubstanceType , owl:Class ; | 821 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 822 | - rdfs:label "c13dmcy pentane"^^xsd:string ; | 822 | + rdfs:label "C11F"^^xsd:string ; |
| 823 | - rdfs:subClassOf ep-material:Material . | 823 | + rdfs:subClassOf ep-material:Material . |
| 824 | - | 824 | + |
| 825 | -ep-material:substance-C14F | 825 | +ep-material:substance-C12F |
| 826 | - rdf:type ep-material:SubstanceType , owl:Class ; | 826 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 827 | - rdfs:label "C14F"^^xsd:string ; | 827 | + rdfs:label "C12F"^^xsd:string ; |
| 828 | - rdfs:subClassOf ep-material:Material . | 828 | + rdfs:subClassOf ep-material:Material . |
| 829 | - | 829 | + |
| 830 | -ep-material:substance-C15F | 830 | +ep-material:substance-C13F |
| 831 | - rdf:type ep-material:SubstanceType , owl:Class ; | 831 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 832 | - rdfs:label "C15F"^^xsd:string ; | 832 | + rdfs:label "C13F"^^xsd:string ; |
| 833 | - rdfs:subClassOf ep-material:Material . | 833 | + rdfs:subClassOf ep-material:Material . |
| 834 | - | 834 | + |
| 835 | -ep-material:substance-C16F | 835 | +ep-material:substance-C13dmcyPentane |
| 836 | - rdf:type ep-material:SubstanceType , owl:Class ; | 836 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 837 | - rdfs:label "C16F"^^xsd:string ; | 837 | + rdfs:label "c13dmcy pentane"^^xsd:string ; |
| 838 | - rdfs:subClassOf ep-material:Material . | 838 | + rdfs:subClassOf ep-material:Material . |
| 839 | - | 839 | + |
| 840 | -ep-material:substance-C17F | 840 | +ep-material:substance-C14F |
| 841 | - rdf:type ep-material:SubstanceType , owl:Class ; | 841 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 842 | - rdfs:label "C17F"^^xsd:string ; | 842 | + rdfs:label "C14F"^^xsd:string ; |
| 843 | - rdfs:subClassOf ep-material:Material . | 843 | + rdfs:subClassOf ep-material:Material . |
| 844 | - | 844 | + |
| 845 | -ep-material:substance-C18F | 845 | +ep-material:substance-C15F |
| 846 | - rdf:type ep-material:SubstanceType , owl:Class ; | 846 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 847 | - rdfs:label "C18F"^^xsd:string ; | 847 | + rdfs:label "C15F"^^xsd:string ; |
| 848 | - rdfs:subClassOf ep-material:Material . | 848 | + rdfs:subClassOf ep-material:Material . |
| 849 | - | 849 | + |
| 850 | -ep-material:substance-C19F | 850 | +ep-material:substance-C16F |
| 851 | - rdf:type ep-material:SubstanceType , owl:Class ; | 851 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 852 | - rdfs:label "C19F"^^xsd:string ; | 852 | + rdfs:label "C16F"^^xsd:string ; |
| 853 | - rdfs:subClassOf ep-material:Material . | 853 | + rdfs:subClassOf ep-material:Material . |
| 854 | - | 854 | + |
| 855 | -ep-material:substance-C20F | 855 | +ep-material:substance-C17F |
| 856 | - rdf:type ep-material:SubstanceType , owl:Class ; | 856 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 857 | - rdfs:label "C20F"^^xsd:string ; | 857 | + rdfs:label "C17F"^^xsd:string ; |
| 858 | - rdfs:subClassOf ep-material:Material . | 858 | + rdfs:subClassOf ep-material:Material . |
| 859 | - | 859 | + |
| 860 | -ep-material:substance-C21F | 860 | +ep-material:substance-C18F |
| 861 | - rdf:type ep-material:SubstanceType , owl:Class ; | 861 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 862 | - rdfs:label "C21F"^^xsd:string ; | 862 | + rdfs:label "C18F"^^xsd:string ; |
| 863 | - rdfs:subClassOf ep-material:Material . | 863 | + rdfs:subClassOf ep-material:Material . |
| 864 | - | 864 | + |
| 865 | -ep-material:substance-C22F | 865 | +ep-material:substance-C19F |
| 866 | - rdf:type ep-material:SubstanceType , owl:Class ; | 866 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 867 | - rdfs:label "C22F"^^xsd:string ; | 867 | + rdfs:label "C19F"^^xsd:string ; |
| 868 | - rdfs:subClassOf ep-material:Material . | 868 | + rdfs:subClassOf ep-material:Material . |
| 869 | - | 869 | + |
| 870 | -ep-material:substance-C23F | 870 | +ep-material:substance-C20F |
| 871 | - rdf:type ep-material:SubstanceType , owl:Class ; | 871 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 872 | - rdfs:label "C23F"^^xsd:string ; | 872 | + rdfs:label "C20F"^^xsd:string ; |
| 873 | - rdfs:subClassOf ep-material:Material . | 873 | + rdfs:subClassOf ep-material:Material . |
| 874 | - | 874 | + |
| 875 | -ep-material:substance-C24F | 875 | +ep-material:substance-C21F |
| 876 | - rdf:type ep-material:SubstanceType , owl:Class ; | 876 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 877 | - rdfs:label "C24F"^^xsd:string ; | 877 | + rdfs:label "C21F"^^xsd:string ; |
| 878 | - rdfs:subClassOf ep-material:Material . | 878 | + rdfs:subClassOf ep-material:Material . |
| 879 | - | 879 | + |
| 880 | -ep-material:substance-C25F | 880 | +ep-material:substance-C22F |
| 881 | - rdf:type ep-material:SubstanceType , owl:Class ; | 881 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 882 | - rdfs:label "C25F"^^xsd:string ; | 882 | + rdfs:label "C22F"^^xsd:string ; |
| 883 | - rdfs:subClassOf ep-material:Material . | 883 | + rdfs:subClassOf ep-material:Material . |
| 884 | - | 884 | + |
| 885 | -ep-material:substance-C26F | 885 | +ep-material:substance-C23F |
| 886 | - rdf:type ep-material:SubstanceType , owl:Class ; | 886 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 887 | - rdfs:label "C26F"^^xsd:string ; | 887 | + rdfs:label "C23F"^^xsd:string ; |
| 888 | - rdfs:subClassOf ep-material:Material . | 888 | + rdfs:subClassOf ep-material:Material . |
| 889 | - | 889 | + |
| 890 | -ep-material:substance-C27F | 890 | +ep-material:substance-C24F |
| 891 | - rdf:type ep-material:SubstanceType , owl:Class ; | 891 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 892 | - rdfs:label "C27F"^^xsd:string ; | 892 | + rdfs:label "C24F"^^xsd:string ; |
| 893 | - rdfs:subClassOf ep-material:Material . | 893 | + rdfs:subClassOf ep-material:Material . |
| 894 | - | 894 | + |
| 895 | -ep-material:substance-C28F | 895 | +ep-material:substance-C25F |
| 896 | - rdf:type ep-material:SubstanceType , owl:Class ; | 896 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 897 | - rdfs:label "C28F"^^xsd:string ; | 897 | + rdfs:label "C25F"^^xsd:string ; |
| 898 | - rdfs:subClassOf ep-material:Material . | 898 | + rdfs:subClassOf ep-material:Material . |
| 899 | - | 899 | + |
| 900 | -ep-material:substance-C29F | 900 | +ep-material:substance-C26F |
| 901 | - rdf:type ep-material:SubstanceType , owl:Class ; | 901 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 902 | - rdfs:label "C29F"^^xsd:string ; | 902 | + rdfs:label "C26F"^^xsd:string ; |
| 903 | - rdfs:subClassOf ep-material:Material . | 903 | + rdfs:subClassOf ep-material:Material . |
| 904 | - | 904 | + |
| 905 | -ep-material:substance-C30F | 905 | +ep-material:substance-C27F |
| 906 | - rdf:type ep-material:SubstanceType , owl:Class ; | 906 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 907 | - rdfs:label "C30F"^^xsd:string ; | 907 | + rdfs:label "C27F"^^xsd:string ; |
| 908 | - rdfs:subClassOf ep-material:Material . | 908 | + rdfs:subClassOf ep-material:Material . |
| 909 | - | 909 | + |
| 910 | -ep-material:substance-C31F | 910 | +ep-material:substance-C28F |
| 911 | - rdf:type ep-material:SubstanceType , owl:Class ; | 911 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 912 | - rdfs:label "C31F"^^xsd:string ; | 912 | + rdfs:label "C28F"^^xsd:string ; |
| 913 | - rdfs:subClassOf ep-material:Material . | 913 | + rdfs:subClassOf ep-material:Material . |
| 914 | - | 914 | + |
| 915 | -ep-material:substance-C32F | 915 | +ep-material:substance-C29F |
| 916 | - rdf:type ep-material:SubstanceType , owl:Class ; | 916 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 917 | - rdfs:label "C32F"^^xsd:string ; | 917 | + rdfs:label "C29F"^^xsd:string ; |
| 918 | - rdfs:subClassOf ep-material:Material . | 918 | + rdfs:subClassOf ep-material:Material . |
| 919 | - | 919 | + |
| 920 | -ep-material:substance-C33F | 920 | +ep-material:substance-C30F |
| 921 | - rdf:type ep-material:SubstanceType , owl:Class ; | 921 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 922 | - rdfs:label "C33F"^^xsd:string ; | 922 | + rdfs:label "C30F"^^xsd:string ; |
| 923 | - rdfs:subClassOf ep-material:Material . | 923 | + rdfs:subClassOf ep-material:Material . |
| 924 | - | 924 | + |
| 925 | -ep-material:substance-C34F | 925 | +ep-material:substance-C31F |
| 926 | - rdf:type ep-material:SubstanceType , owl:Class ; | 926 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 927 | - rdfs:label "C34F"^^xsd:string ; | 927 | + rdfs:label "C31F"^^xsd:string ; |
| 928 | - rdfs:subClassOf ep-material:Material . | 928 | + rdfs:subClassOf ep-material:Material . |
| 929 | - | 929 | + |
| 930 | -ep-material:substance-C35F | 930 | +ep-material:substance-C32F |
| 931 | - rdf:type ep-material:SubstanceType , owl:Class ; | 931 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 932 | - rdfs:label "C35F"^^xsd:string ; | 932 | + rdfs:label "C32F"^^xsd:string ; |
| 933 | - rdfs:subClassOf ep-material:Material . | 933 | + rdfs:subClassOf ep-material:Material . |
| 934 | - | 934 | + |
| 935 | -ep-material:substance-C36F | 935 | +ep-material:substance-C33F |
| 936 | - rdf:type ep-material:SubstanceType , owl:Class ; | 936 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 937 | - rdfs:label "C36F"^^xsd:string ; | 937 | + rdfs:label "C33F"^^xsd:string ; |
| 938 | - rdfs:subClassOf ep-material:Material . | 938 | + rdfs:subClassOf ep-material:Material . |
| 939 | - | 939 | + |
| 940 | -ep-material:substance-C37F | 940 | +ep-material:substance-C34F |
| 941 | - rdf:type ep-material:SubstanceType , owl:Class ; | 941 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 942 | - rdfs:label "C37F"^^xsd:string ; | 942 | + rdfs:label "C34F"^^xsd:string ; |
| 943 | - rdfs:subClassOf ep-material:Material . | 943 | + rdfs:subClassOf ep-material:Material . |
| 944 | - | 944 | + |
| 945 | -ep-material:substance-C38F | 945 | +ep-material:substance-C35F |
| 946 | - rdf:type ep-material:SubstanceType , owl:Class ; | 946 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 947 | - rdfs:label "C38F"^^xsd:string ; | 947 | + rdfs:label "C35F"^^xsd:string ; |
| 948 | - rdfs:subClassOf ep-material:Material . | 948 | + rdfs:subClassOf ep-material:Material . |
| 949 | - | 949 | + |
| 950 | -ep-material:substance-C39F | 950 | +ep-material:substance-C36F |
| 951 | - rdf:type ep-material:SubstanceType , owl:Class ; | 951 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 952 | - rdfs:label "C39F"^^xsd:string ; | 952 | + rdfs:label "C36F"^^xsd:string ; |
| 953 | - rdfs:subClassOf ep-material:Material . | 953 | + rdfs:subClassOf ep-material:Material . |
| 954 | - | 954 | + |
| 955 | -ep-material:substance-C40F | 955 | +ep-material:substance-C37F |
| 956 | - rdf:type ep-material:SubstanceType , owl:Class ; | 956 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 957 | - rdfs:label "C40F"^^xsd:string ; | 957 | + rdfs:label "C37F"^^xsd:string ; |
| 958 | - rdfs:subClassOf ep-material:Material . | 958 | + rdfs:subClassOf ep-material:Material . |
| 959 | - | 959 | + |
| 960 | -ep-material:substance-C41F | 960 | +ep-material:substance-C38F |
| 961 | - rdf:type ep-material:SubstanceType , owl:Class ; | 961 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 962 | - rdfs:label "C41F"^^xsd:string ; | 962 | + rdfs:label "C38F"^^xsd:string ; |
| 963 | - rdfs:subClassOf ep-material:Material . | 963 | + rdfs:subClassOf ep-material:Material . |
| 964 | - | 964 | + |
| 965 | -ep-material:substance-C42F | 965 | +ep-material:substance-C39F |
| 966 | - rdf:type ep-material:SubstanceType , owl:Class ; | 966 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 967 | - rdfs:label "C42F"^^xsd:string ; | 967 | + rdfs:label "C39F"^^xsd:string ; |
| 968 | - rdfs:subClassOf ep-material:Material . | 968 | + rdfs:subClassOf ep-material:Material . |
| 969 | - | 969 | + |
| 970 | -ep-material:substance-C43F | 970 | +ep-material:substance-C40F |
| 971 | - rdf:type ep-material:SubstanceType , owl:Class ; | 971 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 972 | - rdfs:label "C43F"^^xsd:string ; | 972 | + rdfs:label "C40F"^^xsd:string ; |
| 973 | - rdfs:subClassOf ep-material:Material . | 973 | + rdfs:subClassOf ep-material:Material . |
| 974 | - | 974 | + |
| 975 | -ep-material:substance-C44F | 975 | +ep-material:substance-C41F |
| 976 | - rdf:type ep-material:SubstanceType , owl:Class ; | 976 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 977 | - rdfs:label "C44F"^^xsd:string ; | 977 | + rdfs:label "C41F"^^xsd:string ; |
| 978 | - rdfs:subClassOf ep-material:Material . | 978 | + rdfs:subClassOf ep-material:Material . |
| 979 | - | 979 | + |
| 980 | -ep-material:substance-C45F | 980 | +ep-material:substance-C42F |
| 981 | - rdf:type ep-material:SubstanceType , owl:Class ; | 981 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 982 | - rdfs:label "C45F"^^xsd:string ; | 982 | + rdfs:label "C42F"^^xsd:string ; |
| 983 | - rdfs:subClassOf ep-material:Material . | 983 | + rdfs:subClassOf ep-material:Material . |
| 984 | - | 984 | + |
| 985 | -ep-material:substance-C46F | 985 | +ep-material:substance-C43F |
| 986 | - rdf:type ep-material:SubstanceType , owl:Class ; | 986 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 987 | - rdfs:label "C46F"^^xsd:string ; | 987 | + rdfs:label "C43F"^^xsd:string ; |
| 988 | - rdfs:subClassOf ep-material:Material . | 988 | + rdfs:subClassOf ep-material:Material . |
| 989 | - | 989 | + |
| 990 | -ep-material:substance-C47F | 990 | +ep-material:substance-C44F |
| 991 | - rdf:type ep-material:SubstanceType , owl:Class ; | 991 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 992 | - rdfs:label "C47F"^^xsd:string ; | 992 | + rdfs:label "C44F"^^xsd:string ; |
| 993 | - rdfs:subClassOf ep-material:Material . | 993 | + rdfs:subClassOf ep-material:Material . |
| 994 | - | 994 | + |
| 995 | -ep-material:substance-C48F | 995 | +ep-material:substance-C45F |
| 996 | - rdf:type ep-material:SubstanceType , owl:Class ; | 996 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 997 | - rdfs:label "C48F"^^xsd:string ; | 997 | + rdfs:label "C45F"^^xsd:string ; |
| 998 | - rdfs:subClassOf ep-material:Material . | 998 | + rdfs:subClassOf ep-material:Material . |
| 999 | - | 999 | + |
| 1000 | -ep-material:substance-C49F | 1000 | +ep-material:substance-C46F |
| 1001 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1001 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1002 | - rdfs:label "C49F"^^xsd:string ; | 1002 | + rdfs:label "C46F"^^xsd:string ; |
| 1003 | - rdfs:subClassOf ep-material:Material . | 1003 | + rdfs:subClassOf ep-material:Material . |
| 1004 | - | 1004 | + |
| 1005 | -ep-material:substance-CO2 | 1005 | +ep-material:substance-C47F |
| 1006 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1006 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1007 | - rdfs:label "CO2"^^xsd:string ; | 1007 | + rdfs:label "C47F"^^xsd:string ; |
| 1008 | - rdfs:subClassOf ep-material:Material . | 1008 | + rdfs:subClassOf ep-material:Material . |
| 1009 | - | 1009 | + |
| 1010 | -ep-material:substance-Cyclohexane | 1010 | +ep-material:substance-C48F |
| 1011 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1011 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1012 | - rdfs:label "cyclohexane"^^xsd:string ; | 1012 | + rdfs:label "C48F"^^xsd:string ; |
| 1013 | - rdfs:subClassOf ep-material:Material ; | 1013 | + rdfs:subClassOf ep-material:Material . |
| 1014 | - ep-core:seeReferenceData | 1014 | + |
| 1015 | - "http://posccaesar.org/rdl/RDS424439"^^xsd:string . | 1015 | +ep-material:substance-C49F |
| 1016 | - | 1016 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1017 | -ep-material:substance-Cyclopentane | 1017 | + rdfs:label "C49F"^^xsd:string ; |
| 1018 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1018 | + rdfs:subClassOf ep-material:Material . |
| 1019 | - rdfs:label "cyclopentane"^^xsd:string ; | 1019 | + |
| 1020 | - rdfs:subClassOf ep-material:Material ; | 1020 | +ep-material:substance-CO2 |
| 1021 | - ep-core:seeReferenceData | 1021 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1022 | - "http://posccaesar.org/rdl/RDS424619"^^xsd:string . | 1022 | + rdfs:label "CO2"^^xsd:string ; |
| 1023 | - | 1023 | + rdfs:subClassOf ep-material:Material . |
| 1024 | -ep-material:substance-Decanes | 1024 | + |
| 1025 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1025 | +ep-material:substance-Cyclohexane |
| 1026 | - rdfs:label "decanes"^^xsd:string ; | 1026 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1027 | - rdfs:subClassOf ep-material:Material . | 1027 | + rdfs:label "cyclohexane"^^xsd:string ; |
| 1028 | - | 1028 | + rdfs:subClassOf ep-material:Material ; |
| 1029 | -ep-material:substance-EtBenzene | 1029 | + ep-core:seeReferenceData |
| 1030 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1030 | + "http://posccaesar.org/rdl/RDS424439"^^xsd:string . |
| 1031 | - rdfs:label "et benzene"^^xsd:string ; | 1031 | + |
| 1032 | - rdfs:subClassOf ep-material:Material . | 1032 | +ep-material:substance-Cyclopentane |
| 1033 | - | 1033 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1034 | -ep-material:substance-EtcyPentane | 1034 | + rdfs:label "cyclopentane"^^xsd:string ; |
| 1035 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1035 | + rdfs:subClassOf ep-material:Material ; |
| 1036 | - rdfs:label "etcy pentane"^^xsd:string ; | 1036 | + ep-core:seeReferenceData |
| 1037 | - rdfs:subClassOf ep-material:Material . | 1037 | + "http://posccaesar.org/rdl/RDS424619"^^xsd:string . |
| 1038 | - | 1038 | + |
| 1039 | -ep-material:substance-Ethane | 1039 | +ep-material:substance-Decanes |
| 1040 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1040 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1041 | - rdfs:label "C2"^^xsd:string , "ethane"^^xsd:string ; | 1041 | + rdfs:label "decanes"^^xsd:string ; |
| 1042 | - rdfs:subClassOf ep-material:Material ; | 1042 | + rdfs:subClassOf ep-material:Material . |
| 1043 | - ep-core:seeReferenceData | 1043 | + |
| 1044 | - "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 1044 | +ep-material:substance-EtBenzene |
| 1045 | - | 1045 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1046 | -ep-material:substance-H2 | 1046 | + rdfs:label "et benzene"^^xsd:string ; |
| 1047 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1047 | + rdfs:subClassOf ep-material:Material . |
| 1048 | - rdfs:label "H2"^^xsd:string ; | 1048 | + |
| 1049 | - rdfs:subClassOf ep-material:Material . | 1049 | +ep-material:substance-EtcyPentane |
| 1050 | - | 1050 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1051 | -ep-material:substance-H2O | 1051 | + rdfs:label "etcy pentane"^^xsd:string ; |
| 1052 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1052 | + rdfs:subClassOf ep-material:Material . |
| 1053 | - rdfs:label "H2O"^^xsd:string ; | 1053 | + |
| 1054 | - rdfs:subClassOf ep-material:Material . | 1054 | +ep-material:substance-Ethane |
| 1055 | - | 1055 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1056 | -ep-material:substance-H2S | 1056 | + rdfs:label "ethane"^^xsd:string , "C2"^^xsd:string ; |
| 1057 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1057 | + rdfs:subClassOf ep-material:Material ; |
| 1058 | - rdfs:label "H2S"^^xsd:string ; | 1058 | + ep-core:seeReferenceData |
| 1059 | - rdfs:subClassOf ep-material:Material . | 1059 | + "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
| 1060 | - | 1060 | + |
| 1061 | -ep-material:substance-Heptanes | 1061 | +ep-material:substance-H2 |
| 1062 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1062 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1063 | - rdfs:label "heptanes"^^xsd:string ; | 1063 | + rdfs:label "H2"^^xsd:string ; |
| 1064 | - rdfs:subClassOf ep-material:Material . | 1064 | + rdfs:subClassOf ep-material:Material . |
| 1065 | - | 1065 | + |
| 1066 | -ep-material:substance-Hexane | 1066 | +ep-material:substance-H2O |
| 1067 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1067 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1068 | - rdfs:label "hexane"^^xsd:string ; | 1068 | + rdfs:label "H2O"^^xsd:string ; |
| 1069 | - rdfs:subClassOf ep-material:Material ; | 1069 | + rdfs:subClassOf ep-material:Material . |
| 1070 | - ep-core:seeReferenceData | 1070 | + |
| 1071 | - "http://posccaesar.org/rdl/RDS419489"^^xsd:string . | 1071 | +ep-material:substance-H2S |
| 1072 | - | 1072 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1073 | -ep-material:substance-Hexanes | 1073 | + rdfs:label "H2S"^^xsd:string ; |
| 1074 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1074 | + rdfs:subClassOf ep-material:Material . |
| 1075 | - rdfs:label "hexanes"^^xsd:string ; | 1075 | + |
| 1076 | - rdfs:subClassOf ep-material:Material . | 1076 | +ep-material:substance-Heptanes |
| 1077 | - | 1077 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1078 | -ep-material:substance-MBenzene | 1078 | + rdfs:label "heptanes"^^xsd:string ; |
| 1079 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1079 | + rdfs:subClassOf ep-material:Material . |
| 1080 | - rdfs:label "m benzene"^^xsd:string ; | 1080 | + |
| 1081 | - rdfs:subClassOf ep-material:Material . | 1081 | +ep-material:substance-Hexane |
| 1082 | - | 1082 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1083 | -ep-material:substance-McyHexane | 1083 | + rdfs:label "hexane"^^xsd:string ; |
| 1084 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1084 | + rdfs:subClassOf ep-material:Material ; |
| 1085 | - rdfs:label "mcy hexane"^^xsd:string ; | 1085 | + ep-core:seeReferenceData |
| 1086 | - rdfs:subClassOf ep-material:Material . | 1086 | + "http://posccaesar.org/rdl/RDS419489"^^xsd:string . |
| 1087 | - | 1087 | + |
| 1088 | -ep-material:substance-McyPentane | 1088 | +ep-material:substance-Hexanes |
| 1089 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1089 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1090 | - rdfs:label "mcy pentane"^^xsd:string ; | 1090 | + rdfs:label "hexanes"^^xsd:string ; |
| 1091 | - rdfs:subClassOf ep-material:Material . | 1091 | + rdfs:subClassOf ep-material:Material . |
| 1092 | - | 1092 | + |
| 1093 | -ep-material:substance-Methane | 1093 | +ep-material:substance-MBenzene |
| 1094 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1094 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1095 | - rdfs:label "C1"^^xsd:string , "methane"^^xsd:string ; | 1095 | + rdfs:label "m benzene"^^xsd:string ; |
| 1096 | - rdfs:subClassOf ep-material:Material . | 1096 | + rdfs:subClassOf ep-material:Material . |
| 1097 | - | 1097 | + |
| 1098 | -ep-material:substance-N2 | 1098 | +ep-material:substance-McyHexane |
| 1099 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1099 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1100 | - rdfs:label "N2"^^xsd:string ; | 1100 | + rdfs:label "mcy hexane"^^xsd:string ; |
| 1101 | - rdfs:subClassOf ep-material:Material . | 1101 | + rdfs:subClassOf ep-material:Material . |
| 1102 | - | 1102 | + |
| 1103 | -ep-material:substance-Nonanes | 1103 | +ep-material:substance-McyPentane |
| 1104 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1104 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1105 | - rdfs:label "nonanes"^^xsd:string ; | 1105 | + rdfs:label "mcy pentane"^^xsd:string ; |
| 1106 | - rdfs:subClassOf ep-material:Material . | 1106 | + rdfs:subClassOf ep-material:Material . |
| 1107 | - | 1107 | + |
| 1108 | -ep-material:substance-O2 | 1108 | +ep-material:substance-Methane |
| 1109 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1109 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1110 | - rdfs:label "O2"^^xsd:string ; | 1110 | + rdfs:label "methane"^^xsd:string , "C1"^^xsd:string ; |
| 1111 | - rdfs:subClassOf ep-material:Material . | 1111 | + rdfs:subClassOf ep-material:Material . |
| 1112 | - | 1112 | + |
| 1113 | -ep-material:substance-Octanes | 1113 | +ep-material:substance-N2 |
| 1114 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1114 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1115 | - rdfs:label "octanes"^^xsd:string ; | 1115 | + rdfs:label "N2"^^xsd:string ; |
| 1116 | - rdfs:subClassOf ep-material:Material . | 1116 | + rdfs:subClassOf ep-material:Material . |
| 1117 | - | 1117 | + |
| 1118 | -ep-material:substance-T12dmcyPentane | 1118 | +ep-material:substance-Nonanes |
| 1119 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1119 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1120 | - rdfs:label "t12dmcy pentane"^^xsd:string ; | 1120 | + rdfs:label "nonanes"^^xsd:string ; |
| 1121 | - rdfs:subClassOf ep-material:Material . | 1121 | + rdfs:subClassOf ep-material:Material . |
| 1122 | - | 1122 | + |
| 1123 | -ep-material:substance-T13dmcyPentane | 1123 | +ep-material:substance-O2 |
| 1124 | - rdf:type ep-material:SubstanceType , owl:Class ; | 1124 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1125 | - rdfs:label "t13dmcy pentane"^^xsd:string ; | 1125 | + rdfs:label "O2"^^xsd:string ; |
| 1126 | - rdfs:subClassOf ep-material:Material . | 1126 | + rdfs:subClassOf ep-material:Material . |
| 1127 | - | 1127 | + |
| 1128 | -ep-material:volumeRatio | 1128 | +ep-material:substance-Octanes |
| 1129 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1129 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1130 | - rdfs:domain ep-material:MaterialPair ; | 1130 | + rdfs:label "octanes"^^xsd:string ; |
| 1131 | - rdfs:label "volume ratio"^^xsd:string ; | 1131 | + rdfs:subClassOf ep-material:Material . |
| 1132 | - rdfs:range ep-core:Ratio . | 1132 | + |
| 1133 | - | 1133 | +ep-material:substance-T12dmcyPentane |
| 1134 | -ep-material:wholeMaterialOfPair | 1134 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1135 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1135 | + rdfs:label "t12dmcy pentane"^^xsd:string ; |
| 1136 | - rdfs:domain ep-material:MaterialPartWholePair ; | 1136 | + rdfs:subClassOf ep-material:Material . |
| 1137 | - rdfs:label "whole material of pair"^^xsd:string ; | 1137 | + |
| 1138 | - rdfs:range ep-material:Material ; | 1138 | +ep-material:substance-T13dmcyPentane |
| 1139 | - rdfs:subPropertyOf ep-material:secondMaterialOfPair . | 1139 | + rdf:type owl:Class , ep-material:SubstanceType ; |
| 1140 | + rdfs:label "t13dmcy pentane"^^xsd:string ; | ||
| 1141 | + rdfs:subClassOf ep-material:Material . | ||
| 1142 | + | ||
| 1143 | +ep-material:volumeRatio | ||
| 1144 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 1145 | + rdfs:domain ep-material:MaterialPair ; | ||
| 1146 | + rdfs:label "volume ratio"^^xsd:string ; | ||
| 1147 | + rdfs:range ep-core:Ratio . | ||
| 1148 | + | ||
| 1149 | +ep-material:wholeMaterialOfPair | ||
| 1150 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 1151 | + rdfs:domain ep-material:MaterialPartWholePair ; | ||
| 1152 | + rdfs:label "whole material of pair"^^xsd:string ; | ||
| 1153 | + rdfs:range ep-material:Material ; | ||
| 1154 | + rdfs:subPropertyOf ep-material:secondMaterialOfPair . | ... | ... |
| ... | @@ -17,20 +17,68 @@ | ... | @@ -17,20 +17,68 @@ |
| 17 | <http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> | 17 | <http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> |
| 18 | spin:rule | 18 | spin:rule |
| 19 | [ rdf:type sp:Construct ; | 19 | [ rdf:type sp:Construct ; |
| 20 | - rdfs:comment "STEP 90200 Set the approver"^^xsd:string ; | 20 | + rdfs:comment "STEP 90201 Set the approver"^^xsd:string ; |
| 21 | sp:templates ([ sp:object _:b1 ; | 21 | sp:templates ([ sp:object _:b1 ; |
| 22 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#issuer> ; | ||
| 23 | + sp:subject | ||
| 24 | + [ sp:varName "issueReport"^^xsd:string | ||
| 25 | + ] | ||
| 26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; | ||
| 27 | + sp:predicate rdf:type ; | ||
| 28 | + sp:subject _:b1 | ||
| 29 | + ] [ sp:object | ||
| 30 | + [ sp:varName "issuer"^^xsd:string | ||
| 31 | + ] ; | ||
| 32 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 33 | + sp:subject _:b1 | ||
| 34 | + ]) ; | ||
| 35 | + sp:where ([ sp:object spin:_this ; | ||
| 36 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issuedByRef> ; | ||
| 37 | + sp:subject | ||
| 38 | + [ sp:varName "target"^^xsd:string | ||
| 39 | + ] | ||
| 40 | + ] [ sp:object | ||
| 41 | + [ sp:varName "target"^^xsd:string | ||
| 42 | + ] ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 44 | + sp:subject | ||
| 45 | + [ sp:varName "report"^^xsd:string | ||
| 46 | + ] | ||
| 47 | + ] [ sp:object | ||
| 48 | + [ sp:varName "report"^^xsd:string | ||
| 49 | + ] ; | ||
| 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; | ||
| 51 | + sp:subject | ||
| 52 | + [ sp:varName "issueReport"^^xsd:string | ||
| 53 | + ] | ||
| 54 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; | ||
| 55 | + sp:predicate rdf:type ; | ||
| 56 | + sp:subject | ||
| 57 | + [ sp:varName "issueReport"^^xsd:string | ||
| 58 | + ] | ||
| 59 | + ] [ sp:object spin:_this ; | ||
| 60 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 61 | + sp:subject | ||
| 62 | + [ sp:varName "issuer"^^xsd:string | ||
| 63 | + ] | ||
| 64 | + ]) | ||
| 65 | + ] ; | ||
| 66 | + spin:rule | ||
| 67 | + [ rdf:type sp:Construct ; | ||
| 68 | + rdfs:comment "STEP 90200 Set the approver"^^xsd:string ; | ||
| 69 | + sp:templates ([ sp:object _:b2 ; | ||
| 22 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#approver> ; | 70 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#approver> ; |
| 23 | sp:subject | 71 | sp:subject |
| 24 | [ sp:varName "approveReport"^^xsd:string | 72 | [ sp:varName "approveReport"^^xsd:string |
| 25 | ] | 73 | ] |
| 26 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; | 74 | ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ; |
| 27 | sp:predicate rdf:type ; | 75 | sp:predicate rdf:type ; |
| 28 | - sp:subject _:b1 | 76 | + sp:subject _:b2 |
| 29 | ] [ sp:object | 77 | ] [ sp:object |
| 30 | [ sp:varName "approver"^^xsd:string | 78 | [ sp:varName "approver"^^xsd:string |
| 31 | ] ; | 79 | ] ; |
| 32 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 80 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 33 | - sp:subject _:b1 | 81 | + sp:subject _:b2 |
| 34 | ]) ; | 82 | ]) ; |
| 35 | sp:where ([ sp:object spin:_this ; | 83 | sp:where ([ sp:object spin:_this ; |
| 36 | sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | 84 | sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; |
| ... | @@ -66,5 +114,5 @@ | ... | @@ -66,5 +114,5 @@ |
| 66 | 114 | ||
| 67 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> | 115 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-approval-v1.1.1> |
| 68 | rdf:type owl:Ontology ; | 116 | rdf:type owl:Ontology ; |
| 69 | - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 117 | + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; |
| 70 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 118 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -22,145 +22,23 @@ | ... | @@ -22,145 +22,23 @@ |
| 22 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 22 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
| 23 | spin:rule | 23 | spin:rule |
| 24 | [ rdf:type sp:Construct ; | 24 | [ rdf:type sp:Construct ; |
| 25 | - rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; | 25 | + rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; |
| 26 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
| 27 | - sp:predicate rdf:type ; | ||
| 28 | - sp:subject _:b1 | ||
| 29 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 30 | - sp:predicate rdf:type ; | ||
| 31 | - sp:subject _:b1 | ||
| 32 | - ] [ sp:object | ||
| 33 | - [ sp:varName "productionReport"^^xsd:string | ||
| 34 | - ] ; | ||
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 36 | - sp:subject _:b1 | ||
| 37 | - ] [ sp:object | ||
| 38 | - [ sp:varName "name"^^xsd:string | ||
| 39 | - ] ; | ||
| 40 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 41 | - sp:subject _:b1 | ||
| 42 | - ] [ sp:object | ||
| 43 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 44 | - ] ; | ||
| 45 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 46 | - sp:subject _:b1 | ||
| 47 | - ] [ sp:object | ||
| 48 | - [ sp:varName "reportPeriodType"^^xsd:string | ||
| 49 | - ] ; | ||
| 50 | - sp:predicate rdf:type ; | ||
| 51 | - sp:subject _:b1 | ||
| 52 | - ] [ sp:object _:b2 ; | ||
| 53 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 54 | - sp:subject _:b1 | ||
| 55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 56 | - sp:predicate rdf:type ; | ||
| 57 | - sp:subject _:b2 | ||
| 58 | - ] [ sp:object | ||
| 59 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 60 | - ] ; | ||
| 61 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 62 | - sp:subject _:b2 | ||
| 63 | - ] [ sp:object _:b3 ; | ||
| 64 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 65 | - sp:subject _:b2 | ||
| 66 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
| 67 | - sp:predicate rdf:type ; | ||
| 68 | - sp:subject _:b3 | ||
| 69 | - ] [ sp:object | ||
| 70 | - [ sp:varName "title"^^xsd:string | ||
| 71 | - ] ; | ||
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#title> ; | ||
| 73 | - sp:subject _:b1 | ||
| 74 | - ]) ; | ||
| 75 | - sp:where ([ sp:object spin:_this ; | ||
| 76 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 77 | - sp:subject | ||
| 78 | - [ sp:varName "productionReport"^^xsd:string | ||
| 79 | - ] | ||
| 80 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
| 81 | - sp:predicate rdf:type ; | ||
| 82 | - sp:subject | ||
| 83 | - [ sp:varName "productionReport"^^xsd:string | ||
| 84 | - ] | ||
| 85 | - ] [ sp:object | ||
| 86 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 87 | - ] ; | ||
| 88 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 89 | - sp:subject spin:_this | ||
| 90 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 91 | - sp:predicate rdf:type ; | ||
| 92 | - sp:subject | ||
| 93 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 94 | - ] | ||
| 95 | - ] [ sp:object | ||
| 96 | - [ sp:varName "nameRef"^^xsd:string | ||
| 97 | - ] ; | ||
| 98 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
| 99 | - sp:subject | ||
| 100 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 101 | - ] | ||
| 102 | - ] [ sp:object | ||
| 103 | - [ sp:varName "name"^^xsd:string | ||
| 104 | - ] ; | ||
| 105 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 106 | - sp:subject | ||
| 107 | - [ sp:varName "nameRef"^^xsd:string | ||
| 108 | - ] | ||
| 109 | - ] [ rdf:type sp:Optional ; | ||
| 110 | - sp:elements ([ sp:object | ||
| 111 | - [ sp:varName "periodKindRef"^^xsd:string | ||
| 112 | - ] ; | ||
| 113 | - sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; | ||
| 114 | - sp:subject | ||
| 115 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 116 | - ] | ||
| 117 | - ]) | ||
| 118 | - ] [ rdf:type sp:Optional ; | ||
| 119 | - sp:elements ([ sp:object | ||
| 120 | - [ sp:varName "titleRef"^^xsd:string | ||
| 121 | - ] ; | ||
| 122 | - sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; | ||
| 123 | - sp:subject | ||
| 124 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 125 | - ] | ||
| 126 | - ] [ sp:object | ||
| 127 | - [ sp:varName "title"^^xsd:string | ||
| 128 | - ] ; | ||
| 129 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 130 | - sp:subject | ||
| 131 | - [ sp:varName "titleRef"^^xsd:string | ||
| 132 | - ] | ||
| 133 | - ]) | ||
| 134 | - ] [ rdf:type sp:Bind ; | ||
| 135 | - sp:expression | ||
| 136 | - [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; | ||
| 137 | - sp:arg1 [ sp:varName "periodKindRef"^^xsd:string | ||
| 138 | - ] | ||
| 139 | - ] ; | ||
| 140 | - sp:variable | ||
| 141 | - [ sp:varName "reportPeriodType"^^xsd:string | ||
| 142 | - ] | ||
| 143 | - ]) | ||
| 144 | - ] ; | ||
| 145 | - spin:rule | ||
| 146 | - [ rdf:type sp:Construct ; | ||
| 147 | - rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; | ||
| 148 | sp:templates ([ sp:object | 26 | sp:templates ([ sp:object |
| 149 | - [ sp:varName "dTimStart"^^xsd:string | 27 | + [ sp:varName "dateStart"^^xsd:string |
| 150 | ] ; | 28 | ] ; |
| 151 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 29 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 152 | sp:subject | 30 | sp:subject |
| 153 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 31 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 154 | ] | 32 | ] |
| 155 | ] [ sp:object | 33 | ] [ sp:object |
| 156 | - [ sp:varName "dTimEnd"^^xsd:string | 34 | + [ sp:varName "dateEnd"^^xsd:string |
| 157 | ] ; | 35 | ] ; |
| 158 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 36 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 159 | sp:subject | 37 | sp:subject |
| 160 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 38 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 161 | ] | 39 | ] |
| 162 | ] [ sp:object | 40 | ] [ sp:object |
| 163 | - [ sp:varName "dTimEnd"^^xsd:string | 41 | + [ sp:varName "dateEnd"^^xsd:string |
| 164 | ] ; | 42 | ] ; |
| 165 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 43 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 166 | sp:subject | 44 | sp:subject |
| ... | @@ -178,18 +56,18 @@ | ... | @@ -178,18 +56,18 @@ |
| 178 | [ sp:varName "productionOperationRef"^^xsd:string | 56 | [ sp:varName "productionOperationRef"^^xsd:string |
| 179 | ] | 57 | ] |
| 180 | ] [ sp:object | 58 | ] [ sp:object |
| 181 | - [ sp:varName "dTimStart"^^xsd:string | 59 | + [ sp:varName "dateStart"^^xsd:string |
| 182 | ] ; | 60 | ] ; |
| 183 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | 61 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; |
| 184 | sp:subject | 62 | sp:subject |
| 185 | [ sp:varName "productionOperationRef"^^xsd:string | 63 | [ sp:varName "productionOperationRef"^^xsd:string |
| 186 | ] | 64 | ] |
| 187 | ] [ sp:object | 65 | ] [ sp:object |
| 188 | - [ sp:varName "dTimEnd"^^xsd:string | 66 | + [ sp:varName "dateEnd"^^xsd:string |
| 189 | ] ; | 67 | ] ; |
| 190 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | 68 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; |
| 191 | sp:subject | 69 | sp:subject |
| 192 | - [ sp:varName "productionOperationRef"^^xsd:string | 70 | + [ sp:varName "productionOperationsRef"^^xsd:string |
| 193 | ] | 71 | ] |
| 194 | ] [ sp:object | 72 | ] [ sp:object |
| 195 | [ sp:varName "productionOperationRef"^^xsd:string | 73 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -219,21 +97,21 @@ | ... | @@ -219,21 +97,21 @@ |
| 219 | ] ; | 97 | ] ; |
| 220 | spin:rule | 98 | spin:rule |
| 221 | [ rdf:type sp:Construct ; | 99 | [ rdf:type sp:Construct ; |
| 222 | - rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; | 100 | + rdfs:comment """STEP 40060 Set the facility operator |
| 223 | - sp:templates ([ sp:object | 101 | +role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
| 224 | - [ sp:varName "productionFacility"^^xsd:string | 102 | + sp:templates ([ sp:object _:b1 ; |
| 225 | - ] ; | 103 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; |
| 226 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 227 | sp:subject | 104 | sp:subject |
| 228 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 105 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 229 | ] | 106 | ] |
| 107 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
| 108 | + sp:predicate rdf:type ; | ||
| 109 | + sp:subject _:b1 | ||
| 230 | ] [ sp:object | 110 | ] [ sp:object |
| 231 | - [ sp:varName "productionFacility"^^xsd:string | 111 | + [ sp:varName "operator"^^xsd:string |
| 232 | ] ; | 112 | ] ; |
| 233 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 113 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 234 | - sp:subject | 114 | + sp:subject _:b1 |
| 235 | - [ sp:varName "productionFacilityToDate"^^xsd:string | ||
| 236 | - ] | ||
| 237 | ]) ; | 115 | ]) ; |
| 238 | sp:where ([ sp:object | 116 | sp:where ([ sp:object |
| 239 | [ sp:varName "productionOperationRef"^^xsd:string | 117 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -246,47 +124,144 @@ | ... | @@ -246,47 +124,144 @@ |
| 246 | [ sp:varName "productionOperationRef"^^xsd:string | 124 | [ sp:varName "productionOperationRef"^^xsd:string |
| 247 | ] | 125 | ] |
| 248 | ] [ sp:object | 126 | ] [ sp:object |
| 249 | - [ sp:varName "installationRef"^^xsd:string | 127 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 250 | ] ; | 128 | ] ; |
| 251 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 129 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 130 | + sp:subject | ||
| 131 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 132 | + ] | ||
| 133 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 134 | + sp:predicate rdf:type ; | ||
| 135 | + sp:subject | ||
| 136 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 137 | + ] | ||
| 138 | + ] [ sp:object | ||
| 139 | + [ sp:varName "operatorRef"^^xsd:string | ||
| 140 | + ] ; | ||
| 141 | + sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; | ||
| 252 | sp:subject | 142 | sp:subject |
| 253 | [ sp:varName "productionOperationRef"^^xsd:string | 143 | [ sp:varName "productionOperationRef"^^xsd:string |
| 254 | ] | 144 | ] |
| 255 | ] [ sp:object | 145 | ] [ sp:object |
| 256 | - [ sp:varName "installationRef"^^xsd:string | 146 | + [ sp:varName "operatorRef"^^xsd:string |
| 257 | ] ; | 147 | ] ; |
| 258 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 148 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 259 | sp:subject | 149 | sp:subject |
| 260 | - [ sp:varName "productionFacility"^^xsd:string | 150 | + [ sp:varName "operator"^^xsd:string |
| 151 | + ] | ||
| 152 | + ]) | ||
| 153 | + ] ; | ||
| 154 | + spin:rule | ||
| 155 | + [ rdf:type sp:Construct ; | ||
| 156 | + rdfs:comment """STEP 40071 Set the approval date | ||
| 157 | +The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ||
| 158 | + sp:templates ([ sp:object | ||
| 159 | + [ sp:varName "approvalDate"^^xsd:string | ||
| 160 | + ] ; | ||
| 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 162 | + sp:subject | ||
| 163 | + [ sp:varName "approveProductionOperationReport"^^xsd:string | ||
| 164 | + ] | ||
| 165 | + ]) ; | ||
| 166 | + sp:where ([ sp:object | ||
| 167 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 168 | + ] ; | ||
| 169 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 170 | + sp:subject spin:_this | ||
| 171 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 172 | + sp:predicate rdf:type ; | ||
| 173 | + sp:subject | ||
| 174 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 261 | ] | 175 | ] |
| 262 | ] [ sp:object | 176 | ] [ sp:object |
| 263 | [ sp:varName "productionOperationRef"^^xsd:string | 177 | [ sp:varName "productionOperationRef"^^xsd:string |
| 264 | ] ; | 178 | ] ; |
| 265 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 179 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 266 | sp:subject | 180 | sp:subject |
| 267 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 181 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 268 | ] | 182 | ] |
| 269 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 183 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; |
| 270 | sp:predicate rdf:type ; | 184 | sp:predicate rdf:type ; |
| 271 | sp:subject | 185 | sp:subject |
| 272 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 186 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 273 | ] | 187 | ] |
| 274 | ] [ sp:object | 188 | ] [ sp:object |
| 275 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 189 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 276 | ] ; | 190 | ] ; |
| 277 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 191 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; |
| 278 | sp:subject | 192 | sp:subject |
| 279 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 193 | + [ sp:varName "approveProductionOperationReport"^^xsd:string |
| 280 | ] | 194 | ] |
| 281 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 195 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; |
| 282 | sp:predicate rdf:type ; | 196 | sp:predicate rdf:type ; |
| 283 | sp:subject | 197 | sp:subject |
| 284 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 198 | + [ sp:varName "approveProductionOperationReport"^^xsd:string |
| 199 | + ] | ||
| 200 | + ] [ sp:object | ||
| 201 | + [ sp:varName "approvalDate"^^xsd:string | ||
| 202 | + ] ; | ||
| 203 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | ||
| 204 | + sp:subject | ||
| 205 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 285 | ] | 206 | ] |
| 286 | ]) | 207 | ]) |
| 287 | ] ; | 208 | ] ; |
| 288 | spin:rule | 209 | spin:rule |
| 289 | [ rdf:type sp:Construct ; | 210 | [ rdf:type sp:Construct ; |
| 211 | + rdfs:comment "STEP 40070 Create an approve a report activity"^^xsd:string ; | ||
| 212 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | ||
| 213 | + sp:predicate rdf:type ; | ||
| 214 | + sp:subject _:b2 | ||
| 215 | + ] [ sp:object | ||
| 216 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 217 | + ] ; | ||
| 218 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | ||
| 219 | + sp:subject _:b2 | ||
| 220 | + ]) ; | ||
| 221 | + sp:where ([ sp:object | ||
| 222 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 223 | + ] ; | ||
| 224 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 225 | + sp:subject spin:_this | ||
| 226 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 227 | + sp:predicate rdf:type ; | ||
| 228 | + sp:subject | ||
| 229 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 230 | + ] | ||
| 231 | + ] [ sp:object | ||
| 232 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 233 | + ] ; | ||
| 234 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 235 | + sp:subject | ||
| 236 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 237 | + ] | ||
| 238 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 239 | + sp:predicate rdf:type ; | ||
| 240 | + sp:subject | ||
| 241 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 242 | + ] | ||
| 243 | + ] [ rdf:type sp:Exists ; | ||
| 244 | + sp:elements ([ rdf:type sp:Union ; | ||
| 245 | + sp:elements (([ sp:object | ||
| 246 | + [ sp:varName "approvalDate"^^xsd:string | ||
| 247 | + ] ; | ||
| 248 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | ||
| 249 | + sp:subject | ||
| 250 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 251 | + ] | ||
| 252 | + ]) ([ sp:object | ||
| 253 | + [ sp:varName "approverRef"^^xsd:string | ||
| 254 | + ] ; | ||
| 255 | + sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | ||
| 256 | + sp:subject | ||
| 257 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 258 | + ] | ||
| 259 | + ])) | ||
| 260 | + ]) | ||
| 261 | + ]) | ||
| 262 | + ] ; | ||
| 263 | + spin:rule | ||
| 264 | + [ rdf:type sp:Construct ; | ||
| 290 | rdfs:comment "STEP 40020 Add the report kind ."^^xsd:string ; | 265 | rdfs:comment "STEP 40020 Add the report kind ."^^xsd:string ; |
| 291 | sp:templates ([ sp:object | 266 | sp:templates ([ sp:object |
| 292 | [ sp:varName "reportKind"^^xsd:string | 267 | [ sp:varName "reportKind"^^xsd:string |
| ... | @@ -323,14 +298,189 @@ | ... | @@ -323,14 +298,189 @@ |
| 323 | sp:subject | 298 | sp:subject |
| 324 | [ sp:varName "productionOperationReport"^^xsd:string | 299 | [ sp:varName "productionOperationReport"^^xsd:string |
| 325 | ] | 300 | ] |
| 326 | - ] [ sp:object | 301 | + ] [ sp:object |
| 327 | - [ sp:varName "productionReport"^^xsd:string | 302 | + [ sp:varName "productionReport"^^xsd:string |
| 303 | + ] ; | ||
| 304 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 305 | + sp:subject | ||
| 306 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 307 | + ] | ||
| 308 | + ] [ sp:object | ||
| 309 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 310 | + ] ; | ||
| 311 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 312 | + sp:subject spin:_this | ||
| 313 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 314 | + sp:predicate rdf:type ; | ||
| 315 | + sp:subject | ||
| 316 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 317 | + ] | ||
| 318 | + ] [ sp:object | ||
| 319 | + [ sp:varName "nameRef"^^xsd:string | ||
| 320 | + ] ; | ||
| 321 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
| 322 | + sp:subject | ||
| 323 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 324 | + ] | ||
| 325 | + ] [ sp:object | ||
| 326 | + [ sp:varName "name"^^xsd:string | ||
| 327 | + ] ; | ||
| 328 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 329 | + sp:subject | ||
| 330 | + [ sp:varName "nameRef"^^xsd:string | ||
| 331 | + ] | ||
| 332 | + ] [ sp:object | ||
| 333 | + [ sp:varName "kind"^^xsd:string | ||
| 334 | + ] ; | ||
| 335 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; | ||
| 336 | + sp:subject | ||
| 337 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 338 | + ] | ||
| 339 | + ] [ rdf:type sp:Bind ; | ||
| 340 | + sp:expression | ||
| 341 | + [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; | ||
| 342 | + sp:arg1 [ sp:varName "kind"^^xsd:string | ||
| 343 | + ] | ||
| 344 | + ] ; | ||
| 345 | + sp:variable | ||
| 346 | + [ sp:varName "reportKind"^^xsd:string | ||
| 347 | + ] | ||
| 348 | + ]) | ||
| 349 | + ] ; | ||
| 350 | + spin:rule | ||
| 351 | + [ rdf:type sp:Construct ; | ||
| 352 | + rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; | ||
| 353 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
| 354 | + sp:predicate rdf:type ; | ||
| 355 | + sp:subject _:b3 | ||
| 356 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 357 | + sp:predicate rdf:type ; | ||
| 358 | + sp:subject _:b3 | ||
| 359 | + ] [ sp:object | ||
| 360 | + [ sp:varName "productionReport"^^xsd:string | ||
| 361 | + ] ; | ||
| 362 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 363 | + sp:subject _:b3 | ||
| 364 | + ] [ sp:object | ||
| 365 | + [ sp:varName "name"^^xsd:string | ||
| 366 | + ] ; | ||
| 367 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 368 | + sp:subject _:b3 | ||
| 369 | + ] [ sp:object | ||
| 370 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 371 | + ] ; | ||
| 372 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 373 | + sp:subject _:b3 | ||
| 374 | + ] [ sp:object | ||
| 375 | + [ sp:varName "reportPeriodType"^^xsd:string | ||
| 376 | + ] ; | ||
| 377 | + sp:predicate rdf:type ; | ||
| 378 | + sp:subject _:b3 | ||
| 379 | + ] [ sp:object _:b4 ; | ||
| 380 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 381 | + sp:subject _:b3 | ||
| 382 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 383 | + sp:predicate rdf:type ; | ||
| 384 | + sp:subject _:b4 | ||
| 385 | + ] [ sp:object | ||
| 386 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 387 | + ] ; | ||
| 388 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 389 | + sp:subject _:b4 | ||
| 390 | + ] [ sp:object _:b5 ; | ||
| 391 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 392 | + sp:subject _:b4 | ||
| 393 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
| 394 | + sp:predicate rdf:type ; | ||
| 395 | + sp:subject _:b5 | ||
| 396 | + ] [ sp:object | ||
| 397 | + [ sp:varName "title"^^xsd:string | ||
| 398 | + ] ; | ||
| 399 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#title> ; | ||
| 400 | + sp:subject _:b3 | ||
| 401 | + ]) ; | ||
| 402 | + sp:where ([ sp:object spin:_this ; | ||
| 403 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 404 | + sp:subject | ||
| 405 | + [ sp:varName "productionReport"^^xsd:string | ||
| 406 | + ] | ||
| 407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
| 408 | + sp:predicate rdf:type ; | ||
| 409 | + sp:subject | ||
| 410 | + [ sp:varName "productionReport"^^xsd:string | ||
| 411 | + ] | ||
| 412 | + ] [ sp:object | ||
| 413 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 414 | + ] ; | ||
| 415 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 416 | + sp:subject spin:_this | ||
| 417 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 418 | + sp:predicate rdf:type ; | ||
| 419 | + sp:subject | ||
| 420 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 421 | + ] | ||
| 422 | + ] [ sp:object | ||
| 423 | + [ sp:varName "nameRef"^^xsd:string | ||
| 424 | + ] ; | ||
| 425 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | ||
| 426 | + sp:subject | ||
| 427 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 428 | + ] | ||
| 429 | + ] [ sp:object | ||
| 430 | + [ sp:varName "name"^^xsd:string | ||
| 431 | + ] ; | ||
| 432 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 433 | + sp:subject | ||
| 434 | + [ sp:varName "nameRef"^^xsd:string | ||
| 435 | + ] | ||
| 436 | + ] [ rdf:type sp:Optional ; | ||
| 437 | + sp:elements ([ sp:object | ||
| 438 | + [ sp:varName "periodKindRef"^^xsd:string | ||
| 439 | + ] ; | ||
| 440 | + sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; | ||
| 441 | + sp:subject | ||
| 442 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 443 | + ] | ||
| 444 | + ]) | ||
| 445 | + ] [ rdf:type sp:Optional ; | ||
| 446 | + sp:elements ([ sp:object | ||
| 447 | + [ sp:varName "titleRef"^^xsd:string | ||
| 448 | + ] ; | ||
| 449 | + sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; | ||
| 450 | + sp:subject | ||
| 451 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 452 | + ] | ||
| 453 | + ] [ sp:object | ||
| 454 | + [ sp:varName "title"^^xsd:string | ||
| 455 | + ] ; | ||
| 456 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 457 | + sp:subject | ||
| 458 | + [ sp:varName "titleRef"^^xsd:string | ||
| 459 | + ] | ||
| 460 | + ]) | ||
| 461 | + ] [ rdf:type sp:Bind ; | ||
| 462 | + sp:expression | ||
| 463 | + [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; | ||
| 464 | + sp:arg1 [ sp:varName "periodKindRef"^^xsd:string | ||
| 465 | + ] | ||
| 466 | + ] ; | ||
| 467 | + sp:variable | ||
| 468 | + [ sp:varName "reportPeriodType"^^xsd:string | ||
| 469 | + ] | ||
| 470 | + ]) | ||
| 471 | + ] ; | ||
| 472 | + spin:rule | ||
| 473 | + [ rdf:type sp:Construct ; | ||
| 474 | + rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; | ||
| 475 | + sp:templates ([ sp:object | ||
| 476 | + [ sp:varName "contextFacility"^^xsd:string | ||
| 328 | ] ; | 477 | ] ; |
| 329 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 478 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 330 | sp:subject | 479 | sp:subject |
| 331 | - [ sp:varName "productionOperationReport"^^xsd:string | 480 | + [ sp:varName "productionFacility"^^xsd:string |
| 332 | ] | 481 | ] |
| 333 | - ] [ sp:object | 482 | + ]) ; |
| 483 | + sp:where ([ sp:object | ||
| 334 | [ sp:varName "productionOperationRef"^^xsd:string | 484 | [ sp:varName "productionOperationRef"^^xsd:string |
| 335 | ] ; | 485 | ] ; |
| 336 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 486 | sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| ... | @@ -341,55 +491,56 @@ | ... | @@ -341,55 +491,56 @@ |
| 341 | [ sp:varName "productionOperationRef"^^xsd:string | 491 | [ sp:varName "productionOperationRef"^^xsd:string |
| 342 | ] | 492 | ] |
| 343 | ] [ sp:object | 493 | ] [ sp:object |
| 344 | - [ sp:varName "nameRef"^^xsd:string | 494 | + [ sp:varName "installationRef"^^xsd:string |
| 345 | ] ; | 495 | ] ; |
| 346 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 496 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
| 347 | sp:subject | 497 | sp:subject |
| 348 | [ sp:varName "productionOperationRef"^^xsd:string | 498 | [ sp:varName "productionOperationRef"^^xsd:string |
| 349 | ] | 499 | ] |
| 350 | ] [ sp:object | 500 | ] [ sp:object |
| 351 | - [ sp:varName "name"^^xsd:string | 501 | + [ sp:varName "installationRef"^^xsd:string |
| 352 | ] ; | 502 | ] ; |
| 353 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 503 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 354 | sp:subject | 504 | sp:subject |
| 355 | - [ sp:varName "nameRef"^^xsd:string | 505 | + [ sp:varName "productionFacility"^^xsd:string |
| 356 | ] | 506 | ] |
| 357 | ] [ sp:object | 507 | ] [ sp:object |
| 358 | - [ sp:varName "kind"^^xsd:string | 508 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 359 | ] ; | 509 | ] ; |
| 360 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; | 510 | + sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; |
| 361 | sp:subject | 511 | sp:subject |
| 362 | [ sp:varName "productionOperationRef"^^xsd:string | 512 | [ sp:varName "productionOperationRef"^^xsd:string |
| 363 | ] | 513 | ] |
| 364 | - ] [ rdf:type sp:Bind ; | 514 | + ] [ sp:object |
| 365 | - sp:expression | 515 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 366 | - [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; | ||
| 367 | - sp:arg1 [ sp:varName "kind"^^xsd:string | ||
| 368 | - ] | ||
| 369 | ] ; | 516 | ] ; |
| 370 | - sp:variable | 517 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 371 | - [ sp:varName "reportKind"^^xsd:string | 518 | + sp:subject |
| 519 | + [ sp:varName "contextFacility"^^xsd:string | ||
| 372 | ] | 520 | ] |
| 373 | ]) | 521 | ]) |
| 374 | ] ; | 522 | ] ; |
| 375 | spin:rule | 523 | spin:rule |
| 376 | [ rdf:type sp:Construct ; | 524 | [ rdf:type sp:Construct ; |
| 377 | - rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; | 525 | + rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; |
| 378 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | 526 | + sp:templates ([ sp:object |
| 379 | - sp:predicate rdf:type ; | 527 | + [ sp:varName "dTimStart"^^xsd:string |
| 380 | - sp:subject _:b4 | 528 | + ] ; |
| 529 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 530 | + sp:subject | ||
| 531 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 532 | + ] | ||
| 381 | ] [ sp:object | 533 | ] [ sp:object |
| 382 | - [ sp:varName "contextFacility"^^xsd:string | 534 | + [ sp:varName "dTimEnd"^^xsd:string |
| 383 | ] ; | 535 | ] ; |
| 384 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 536 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 385 | - sp:subject _:b4 | ||
| 386 | - ] [ sp:object _:b4 ; | ||
| 387 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 388 | sp:subject | 537 | sp:subject |
| 389 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 538 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 390 | ] | 539 | ] |
| 391 | - ] [ sp:object _:b4 ; | 540 | + ] [ sp:object |
| 392 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 541 | + [ sp:varName "dTimEnd"^^xsd:string |
| 542 | + ] ; | ||
| 543 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 393 | sp:subject | 544 | sp:subject |
| 394 | [ sp:varName "productionFacilityToDate"^^xsd:string | 545 | [ sp:varName "productionFacilityToDate"^^xsd:string |
| 395 | ] | 546 | ] |
| ... | @@ -404,38 +555,22 @@ | ... | @@ -404,38 +555,22 @@ |
| 404 | sp:subject | 555 | sp:subject |
| 405 | [ sp:varName "productionOperationRef"^^xsd:string | 556 | [ sp:varName "productionOperationRef"^^xsd:string |
| 406 | ] | 557 | ] |
| 407 | - ] [ rdf:type sp:NotExists ; | ||
| 408 | - sp:elements ([ sp:object | ||
| 409 | - [ sp:varName "installationRef"^^xsd:string | ||
| 410 | - ] ; | ||
| 411 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | ||
| 412 | - sp:subject | ||
| 413 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 414 | - ] | ||
| 415 | - ] [ sp:object | ||
| 416 | - [ sp:varName "installationRef"^^xsd:string | ||
| 417 | - ] ; | ||
| 418 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 419 | - sp:subject | ||
| 420 | - [ sp:varName "productionFacility"^^xsd:string | ||
| 421 | - ] | ||
| 422 | - ]) | ||
| 423 | ] [ sp:object | 558 | ] [ sp:object |
| 424 | - [ sp:varName "contextFacilityRef"^^xsd:string | 559 | + [ sp:varName "dTimStart"^^xsd:string |
| 425 | ] ; | 560 | ] ; |
| 426 | - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | 561 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; |
| 427 | sp:subject | 562 | sp:subject |
| 428 | [ sp:varName "productionOperationRef"^^xsd:string | 563 | [ sp:varName "productionOperationRef"^^xsd:string |
| 429 | ] | 564 | ] |
| 430 | ] [ sp:object | 565 | ] [ sp:object |
| 431 | - [ sp:varName "contextFacilityRef"^^xsd:string | 566 | + [ sp:varName "dTimEnd"^^xsd:string |
| 432 | ] ; | 567 | ] ; |
| 433 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 568 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; |
| 434 | sp:subject | 569 | sp:subject |
| 435 | - [ sp:varName "contextFacility"^^xsd:string | 570 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 436 | ] | 571 | ] |
| 437 | ] [ sp:object | 572 | ] [ sp:object |
| 438 | - [ sp:varName "productVolumeRef"^^xsd:string | 573 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 439 | ] ; | 574 | ] ; |
| 440 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 575 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 441 | sp:subject | 576 | sp:subject |
| ... | @@ -462,15 +597,15 @@ | ... | @@ -462,15 +597,15 @@ |
| 462 | ] ; | 597 | ] ; |
| 463 | spin:rule | 598 | spin:rule |
| 464 | [ rdf:type sp:Construct ; | 599 | [ rdf:type sp:Construct ; |
| 465 | - rdfs:comment "STEP 40070 Create an approve a report activity"^^xsd:string ; | 600 | + rdfs:comment "STEP 40080 Create an issue a report activity"^^xsd:string ; |
| 466 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | 601 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; |
| 467 | sp:predicate rdf:type ; | 602 | sp:predicate rdf:type ; |
| 468 | - sp:subject _:b5 | 603 | + sp:subject _:b6 |
| 469 | ] [ sp:object | 604 | ] [ sp:object |
| 470 | [ sp:varName "productionOperationReport"^^xsd:string | 605 | [ sp:varName "productionOperationReport"^^xsd:string |
| 471 | ] ; | 606 | ] ; |
| 472 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | 607 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; |
| 473 | - sp:subject _:b5 | 608 | + sp:subject _:b6 |
| 474 | ]) ; | 609 | ]) ; |
| 475 | sp:where ([ sp:object | 610 | sp:where ([ sp:object |
| 476 | [ sp:varName "productionOperationRef"^^xsd:string | 611 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -497,16 +632,16 @@ | ... | @@ -497,16 +632,16 @@ |
| 497 | ] [ rdf:type sp:Exists ; | 632 | ] [ rdf:type sp:Exists ; |
| 498 | sp:elements ([ rdf:type sp:Union ; | 633 | sp:elements ([ rdf:type sp:Union ; |
| 499 | sp:elements (([ sp:object | 634 | sp:elements (([ sp:object |
| 500 | - [ sp:varName "approvalDate"^^xsd:string | 635 | + [ sp:varName "issueDate"^^xsd:string |
| 501 | ] ; | 636 | ] ; |
| 502 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | 637 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issueDate> ; |
| 503 | sp:subject | 638 | sp:subject |
| 504 | [ sp:varName "productionOperationRef"^^xsd:string | 639 | [ sp:varName "productionOperationRef"^^xsd:string |
| 505 | ] | 640 | ] |
| 506 | ]) ([ sp:object | 641 | ]) ([ sp:object |
| 507 | - [ sp:varName "approverRef"^^xsd:string | 642 | + [ sp:varName "issuedByRef"^^xsd:string |
| 508 | ] ; | 643 | ] ; |
| 509 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approverRef> ; | 644 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issuedByRef> ; |
| 510 | sp:subject | 645 | sp:subject |
| 511 | [ sp:varName "productionOperationRef"^^xsd:string | 646 | [ sp:varName "productionOperationRef"^^xsd:string |
| 512 | ] | 647 | ] |
| ... | @@ -516,69 +651,20 @@ | ... | @@ -516,69 +651,20 @@ |
| 516 | ] ; | 651 | ] ; |
| 517 | spin:rule | 652 | spin:rule |
| 518 | [ rdf:type sp:Construct ; | 653 | [ rdf:type sp:Construct ; |
| 519 | - rdfs:comment """STEP 40060 Set the facility operator | 654 | + rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; |
| 520 | -role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | 655 | + sp:templates ([ sp:object |
| 521 | - sp:templates ([ sp:object _:b6 ; | 656 | + [ sp:varName "productionFacility"^^xsd:string |
| 522 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; | ||
| 523 | - sp:subject | ||
| 524 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 525 | - ] | ||
| 526 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
| 527 | - sp:predicate rdf:type ; | ||
| 528 | - sp:subject _:b6 | ||
| 529 | - ] [ sp:object | ||
| 530 | - [ sp:varName "operator"^^xsd:string | ||
| 531 | ] ; | 657 | ] ; |
| 532 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 658 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 533 | - sp:subject _:b6 | ||
| 534 | - ]) ; | ||
| 535 | - sp:where ([ sp:object | ||
| 536 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 537 | - ] ; | ||
| 538 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | ||
| 539 | - sp:subject spin:_this | ||
| 540 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | ||
| 541 | - sp:predicate rdf:type ; | ||
| 542 | - sp:subject | ||
| 543 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 544 | - ] | ||
| 545 | - ] [ sp:object | ||
| 546 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 547 | - ] ; | ||
| 548 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 549 | - sp:subject | ||
| 550 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 551 | - ] | ||
| 552 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 553 | - sp:predicate rdf:type ; | ||
| 554 | sp:subject | 659 | sp:subject |
| 555 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 660 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 556 | ] | 661 | ] |
| 557 | ] [ sp:object | 662 | ] [ sp:object |
| 558 | - [ sp:varName "operatorRef"^^xsd:string | 663 | + [ sp:varName "productionFacility"^^xsd:string |
| 559 | - ] ; | ||
| 560 | - sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; | ||
| 561 | - sp:subject | ||
| 562 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 563 | - ] | ||
| 564 | - ] [ sp:object | ||
| 565 | - [ sp:varName "operatorRef"^^xsd:string | ||
| 566 | - ] ; | ||
| 567 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 568 | - sp:subject | ||
| 569 | - [ sp:varName "operator"^^xsd:string | ||
| 570 | - ] | ||
| 571 | - ]) | ||
| 572 | - ] ; | ||
| 573 | - spin:rule | ||
| 574 | - [ rdf:type sp:Construct ; | ||
| 575 | - rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; | ||
| 576 | - sp:templates ([ sp:object | ||
| 577 | - [ sp:varName "contextFacility"^^xsd:string | ||
| 578 | ] ; | 664 | ] ; |
| 579 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 665 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 580 | sp:subject | 666 | sp:subject |
| 581 | - [ sp:varName "productionFacility"^^xsd:string | 667 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 582 | ] | 668 | ] |
| 583 | ]) ; | 669 | ]) ; |
| 584 | sp:where ([ sp:object | 670 | sp:where ([ sp:object |
| ... | @@ -606,31 +692,41 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | ... | @@ -606,31 +692,41 @@ role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
| 606 | [ sp:varName "productionFacility"^^xsd:string | 692 | [ sp:varName "productionFacility"^^xsd:string |
| 607 | ] | 693 | ] |
| 608 | ] [ sp:object | 694 | ] [ sp:object |
| 609 | - [ sp:varName "contextFacilityRef"^^xsd:string | 695 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 610 | ] ; | 696 | ] ; |
| 611 | - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | 697 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 612 | sp:subject | 698 | sp:subject |
| 613 | - [ sp:varName "productionOperationRef"^^xsd:string | 699 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 700 | + ] | ||
| 701 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 702 | + sp:predicate rdf:type ; | ||
| 703 | + sp:subject | ||
| 704 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 614 | ] | 705 | ] |
| 615 | ] [ sp:object | 706 | ] [ sp:object |
| 616 | - [ sp:varName "contextFacilityRef"^^xsd:string | 707 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 617 | ] ; | 708 | ] ; |
| 618 | - sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 709 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 619 | sp:subject | 710 | sp:subject |
| 620 | - [ sp:varName "contextFacility"^^xsd:string | 711 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 712 | + ] | ||
| 713 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | ||
| 714 | + sp:predicate rdf:type ; | ||
| 715 | + sp:subject | ||
| 716 | + [ sp:varName "productionFacilityToDate"^^xsd:string | ||
| 621 | ] | 717 | ] |
| 622 | ]) | 718 | ]) |
| 623 | ] ; | 719 | ] ; |
| 624 | spin:rule | 720 | spin:rule |
| 625 | [ rdf:type sp:Construct ; | 721 | [ rdf:type sp:Construct ; |
| 626 | - rdfs:comment """STEP 40071 Set the approval date | 722 | + rdfs:comment """STEP 40081 Set the issue date |
| 627 | -The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | 723 | +The issuer is set by STEP 90201 in the approval transform"""^^xsd:string ; |
| 628 | sp:templates ([ sp:object | 724 | sp:templates ([ sp:object |
| 629 | - [ sp:varName "approvalDate"^^xsd:string | 725 | + [ sp:varName "issueDate"^^xsd:string |
| 630 | ] ; | 726 | ] ; |
| 631 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 727 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 632 | sp:subject | 728 | sp:subject |
| 633 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 729 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
| 634 | ] | 730 | ] |
| 635 | ]) ; | 731 | ]) ; |
| 636 | sp:where ([ sp:object | 732 | sp:where ([ sp:object |
| ... | @@ -658,19 +754,19 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -658,19 +754,19 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
| 658 | ] [ sp:object | 754 | ] [ sp:object |
| 659 | [ sp:varName "productionOperationReport"^^xsd:string | 755 | [ sp:varName "productionOperationReport"^^xsd:string |
| 660 | ] ; | 756 | ] ; |
| 661 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#approvedReport> ; | 757 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#issuedReport> ; |
| 662 | sp:subject | 758 | sp:subject |
| 663 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 759 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
| 664 | ] | 760 | ] |
| 665 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | 761 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; |
| 666 | sp:predicate rdf:type ; | 762 | sp:predicate rdf:type ; |
| 667 | sp:subject | 763 | sp:subject |
| 668 | - [ sp:varName "approveProductionOperationReport"^^xsd:string | 764 | + [ sp:varName "issueProductionOperationReport"^^xsd:string |
| 669 | ] | 765 | ] |
| 670 | ] [ sp:object | 766 | ] [ sp:object |
| 671 | - [ sp:varName "approvalDate"^^xsd:string | 767 | + [ sp:varName "issueDate"^^xsd:string |
| 672 | ] ; | 768 | ] ; |
| 673 | - sp:predicate <http://www.epim.no/schemas/mprml/1#approvalDate> ; | 769 | + sp:predicate <http://www.epim.no/schemas/mprml/1#issueDate> ; |
| 674 | sp:subject | 770 | sp:subject |
| 675 | [ sp:varName "productionOperationRef"^^xsd:string | 771 | [ sp:varName "productionOperationRef"^^xsd:string |
| 676 | ] | 772 | ] |
| ... | @@ -678,25 +774,22 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -678,25 +774,22 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
| 678 | ] ; | 774 | ] ; |
| 679 | spin:rule | 775 | spin:rule |
| 680 | [ rdf:type sp:Construct ; | 776 | [ rdf:type sp:Construct ; |
| 681 | - rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; | 777 | + rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; |
| 682 | - sp:templates ([ sp:object | 778 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; |
| 683 | - [ sp:varName "dateStart"^^xsd:string | 779 | + sp:predicate rdf:type ; |
| 684 | - ] ; | 780 | + sp:subject _:b7 |
| 685 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 686 | - sp:subject | ||
| 687 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 688 | - ] | ||
| 689 | ] [ sp:object | 781 | ] [ sp:object |
| 690 | - [ sp:varName "dateEnd"^^xsd:string | 782 | + [ sp:varName "contextFacility"^^xsd:string |
| 691 | ] ; | 783 | ] ; |
| 692 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 784 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 785 | + sp:subject _:b7 | ||
| 786 | + ] [ sp:object _:b7 ; | ||
| 787 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 693 | sp:subject | 788 | sp:subject |
| 694 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 789 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 695 | ] | 790 | ] |
| 696 | - ] [ sp:object | 791 | + ] [ sp:object _:b7 ; |
| 697 | - [ sp:varName "dateEnd"^^xsd:string | 792 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 698 | - ] ; | ||
| 699 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 700 | sp:subject | 793 | sp:subject |
| 701 | [ sp:varName "productionFacilityToDate"^^xsd:string | 794 | [ sp:varName "productionFacilityToDate"^^xsd:string |
| 702 | ] | 795 | ] |
| ... | @@ -711,22 +804,38 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -711,22 +804,38 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
| 711 | sp:subject | 804 | sp:subject |
| 712 | [ sp:varName "productionOperationRef"^^xsd:string | 805 | [ sp:varName "productionOperationRef"^^xsd:string |
| 713 | ] | 806 | ] |
| 807 | + ] [ rdf:type sp:NotExists ; | ||
| 808 | + sp:elements ([ sp:object | ||
| 809 | + [ sp:varName "installationRef"^^xsd:string | ||
| 810 | + ] ; | ||
| 811 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | ||
| 812 | + sp:subject | ||
| 813 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 814 | + ] | ||
| 815 | + ] [ sp:object | ||
| 816 | + [ sp:varName "installationRef"^^xsd:string | ||
| 817 | + ] ; | ||
| 818 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 819 | + sp:subject | ||
| 820 | + [ sp:varName "productionFacility"^^xsd:string | ||
| 821 | + ] | ||
| 822 | + ]) | ||
| 714 | ] [ sp:object | 823 | ] [ sp:object |
| 715 | - [ sp:varName "dateStart"^^xsd:string | 824 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 716 | ] ; | 825 | ] ; |
| 717 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; | 826 | + sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; |
| 718 | sp:subject | 827 | sp:subject |
| 719 | [ sp:varName "productionOperationRef"^^xsd:string | 828 | [ sp:varName "productionOperationRef"^^xsd:string |
| 720 | ] | 829 | ] |
| 721 | ] [ sp:object | 830 | ] [ sp:object |
| 722 | - [ sp:varName "dateEnd"^^xsd:string | 831 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 723 | ] ; | 832 | ] ; |
| 724 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; | 833 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 725 | sp:subject | 834 | sp:subject |
| 726 | - [ sp:varName "productionOperationsRef"^^xsd:string | 835 | + [ sp:varName "contextFacility"^^xsd:string |
| 727 | ] | 836 | ] |
| 728 | ] [ sp:object | 837 | ] [ sp:object |
| 729 | - [ sp:varName "productionOperationRef"^^xsd:string | 838 | + [ sp:varName "productVolumeRef"^^xsd:string |
| 730 | ] ; | 839 | ] ; |
| 731 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | 840 | sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 732 | sp:subject | 841 | sp:subject |
| ... | @@ -754,5 +863,5 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; | ... | @@ -754,5 +863,5 @@ The approver is set by STEP 90200 in the approval transform"""^^xsd:string ; |
| 754 | 863 | ||
| 755 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> | 864 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> |
| 756 | rdf:type owl:Ontology ; | 865 | rdf:type owl:Ontology ; |
| 757 | - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 866 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; |
| 758 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 867 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment