Showing
4 changed files
with
7 additions
and
7 deletions
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| ... | @@ -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