Showing
1 changed file
with
20 additions
and
15 deletions
... | @@ -22,61 +22,66 @@ ep-core:Area | ... | @@ -22,61 +22,66 @@ ep-core:Area |
22 | rdfs:label "Compressibility"^^xsd:string ; | 22 | rdfs:label "Compressibility"^^xsd:string ; |
23 | rdfs:subClassOf owl:Class . | 23 | rdfs:subClassOf owl:Class . |
24 | 24 | ||
25 | -ep-core:km2 | 25 | +ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart |
26 | - rdfs:domain ep-core:Area . | ||
27 | - | ||
28 | -ep-core:npdPolygonPartOfAreaCoveredByBusinessArrangement | ||
29 | rdf:type owl:TransitiveProperty ; | 26 | rdf:type owl:TransitiveProperty ; |
30 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; | 27 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; |
31 | - rdfs:range ep-geo:NpdPolygon ; | 28 | + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; |
32 | rdfs:subPropertyOf ep-core:hasPart . | 29 | rdfs:subPropertyOf ep-core:hasPart . |
33 | 30 | ||
34 | -ep-core:npdPolygonPartOfLicenceBlock | 31 | +ep-core:km2 |
32 | + rdfs:domain ep-core:Area . | ||
33 | + | ||
34 | +ep-core:licenceBlockHasNpdPolygonPart | ||
35 | rdf:type owl:TransitiveProperty ; | 35 | rdf:type owl:TransitiveProperty ; |
36 | rdfs:domain ep-geo:LicenceBlock ; | 36 | rdfs:domain ep-geo:LicenceBlock ; |
37 | - rdfs:range ep-geo:NpdPolygon ; | 37 | + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; |
38 | rdfs:subPropertyOf ep-core:hasPart . | 38 | rdfs:subPropertyOf ep-core:hasPart . |
39 | 39 | ||
40 | ep-geo:AreaCoveredByBusinessArrangement | 40 | ep-geo:AreaCoveredByBusinessArrangement |
41 | rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 41 | rdf:type ep-fac:ProductionFacilityType , owl:Class ; |
42 | - rdfs:label "NPD Block"^^xsd:string ; | 42 | + rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
43 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 43 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
44 | - owl:disjointWith ep-geo:LicenceBlock , ep-geo:State , ep-geo:NpdPolygon , ep-geo:County , ep-geo:Country . | 44 | + owl:disjointWith ep-geo:LicenceBlock , ep-geo:State , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . |
45 | 45 | ||
46 | ep-geo:Country | 46 | ep-geo:Country |
47 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 47 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
48 | rdfs:label "country"^^xsd:string ; | 48 | rdfs:label "country"^^xsd:string ; |
49 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 49 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
50 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:NpdPolygon , ep-geo:State . | 50 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
51 | 51 | ||
52 | ep-geo:County | 52 | ep-geo:County |
53 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 53 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
54 | rdfs:label "county"^^xsd:string ; | 54 | rdfs:label "county"^^xsd:string ; |
55 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 55 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
56 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:NpdPolygon , ep-geo:Country . | 56 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . |
57 | 57 | ||
58 | ep-geo:LicenceBlock | 58 | ep-geo:LicenceBlock |
59 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 59 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
60 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 60 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
61 | rdfs:label "Licence Block"^^xsd:string ; | 61 | rdfs:label "Licence Block"^^xsd:string ; |
62 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 62 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
63 | - owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:NpdPolygon . | 63 | + owl:disjointWith ep-geo:Country , ep-geo:State , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . |
64 | 64 | ||
65 | -ep-geo:NpdPolygon | 65 | +ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
66 | rdf:type owl:Class ; | 66 | rdf:type owl:Class ; |
67 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 67 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
68 | owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . | 68 | owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:State . |
69 | 69 | ||
70 | ep-geo:PartOfTheSurfaceOfTheEarth | 70 | ep-geo:PartOfTheSurfaceOfTheEarth |
71 | rdf:type owl:Class ; | 71 | rdf:type owl:Class ; |
72 | - rdfs:label "part of the surface of the earth"^^xsd:string ; | 72 | + rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ; |
73 | rdfs:subClassOf ep-core:PhysicalObject . | 73 | rdfs:subClassOf ep-core:PhysicalObject . |
74 | 74 | ||
75 | ep-geo:State | 75 | ep-geo:State |
76 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; | 76 | rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
77 | rdfs:label "state"^^xsd:string ; | 77 | rdfs:label "state"^^xsd:string ; |
78 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 78 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
79 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:NpdPolygon , ep-geo:Country . | 79 | + owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:LicenceBlock , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:Country . |
80 | + | ||
81 | +ep-geo:areaOnSurfaceOfEarth | ||
82 | + rdf:type owl:ObjectProperty ; | ||
83 | + rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
84 | + rdfs:range ep-core:Area . | ||
80 | 85 | ||
81 | ep-geo:businessArrangementGoverningArea | 86 | ep-geo:businessArrangementGoverningArea |
82 | rdf:type owl:ObjectProperty ; | 87 | rdf:type owl:ObjectProperty ; | ... | ... |
-
Please register or login to post a comment