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