David Price

Added defns and some rd links

...@@ -19,12 +19,17 @@ ...@@ -19,12 +19,17 @@
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
24 + "http://posccaesar.org/rdl/RDS806653861"^^xsd:string .
23 25
24 ep-fac:Facility 26 ep-fac:Facility
25 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 ;
26 rdfs:label "facility"^^xsd:string ; 29 rdfs:label "facility"^^xsd:string ;
27 - rdfs:subClassOf ep-core:PhysicalObject . 30 + rdfs:subClassOf ep-core:PhysicalObject ;
31 + ep-core:seeReferenceData
32 + "http://posccaesar.org/rdl/RDS1750613511"^^xsd:string .
28 33
29 ep-fac:Field 34 ep-fac:Field
30 rdf:type owl:Class ; 35 rdf:type owl:Class ;
...@@ -40,24 +45,31 @@ ep-fac:FixedFacility ...@@ -40,24 +45,31 @@ ep-fac:FixedFacility
40 45
41 ep-fac:FixedOrMoveableFacilityType 46 ep-fac:FixedOrMoveableFacilityType
42 rdf:type rdfs:Class ; 47 rdf:type rdfs:Class ;
48 + rdfs:comment "class of facility on the basis of whether it is fixed or moveable"^^xsd:string ;
43 rdfs:label "fixed or moveable facility type"^^xsd:string ; 49 rdfs:label "fixed or moveable facility type"^^xsd:string ;
44 rdfs:subClassOf owl:Class . 50 rdfs:subClassOf owl:Class .
45 51
46 ep-fac:FixedOrMoveableRigType 52 ep-fac:FixedOrMoveableRigType
47 rdf:type rdfs:Class ; 53 rdf:type rdfs:Class ;
54 + rdfs:comment "class of rig on the basis of whether it is fixed or moveable"^^xsd:string ;
48 rdfs:label "fixed or moveable rig type"^^xsd:string ; 55 rdfs:label "fixed or moveable rig type"^^xsd:string ;
49 rdfs:subClassOf owl:Class . 56 rdfs:subClassOf owl:Class .
50 57
51 ep-fac:FixedRig 58 ep-fac:FixedRig
52 rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 59 rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
60 + rdfs:comment "fixed facility and rig"^^xsd:string ;
53 rdfs:label "fixed rig"^^xsd:string ; 61 rdfs:label "fixed rig"^^xsd:string ;
54 - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . 62 + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig ;
63 + ep-core:seeReferenceData
64 + "http://posccaesar.org/rdl/RDS1751417001"^^xsd:string .
55 65
56 ep-fac:Flowline 66 ep-fac:Flowline
57 rdf:type owl:Class ; 67 rdf:type owl:Class ;
58 rdfs:comment "facility that is a flowline"^^xsd:string ; 68 rdfs:comment "facility that is a flowline"^^xsd:string ;
59 rdfs:label "flowline"^^xsd:string ; 69 rdfs:label "flowline"^^xsd:string ;
60 - rdfs:subClassOf ep-fac:Facility . 70 + rdfs:subClassOf ep-fac:Facility ;
71 + ep-core:seeReferenceData
72 + "http://posccaesar.org/rdl/RDS806653861"^^xsd:string .
61 73
62 ep-fac:Flowline-production 74 ep-fac:Flowline-production
63 rdf:type owl:Class ; 75 rdf:type owl:Class ;
...@@ -68,7 +80,9 @@ ep-fac:Lease ...@@ -68,7 +80,9 @@ ep-fac:Lease
68 rdf:type owl:Class ; 80 rdf:type owl:Class ;
69 rdfs:comment "facility that is defined by a lease"^^xsd:string ; 81 rdfs:comment "facility that is defined by a lease"^^xsd:string ;
70 rdfs:label "lease"^^xsd:string ; 82 rdfs:label "lease"^^xsd:string ;
71 - rdfs:subClassOf ep-fac:Facility . 83 + rdfs:subClassOf ep-fac:Facility ;
84 + ep-core:seeReferenceData
85 + "http://posccaesar.org/rdl/RDS806655591"^^xsd:string .
72 86
73 ep-fac:MoveableFacility 87 ep-fac:MoveableFacility
74 rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ; 88 rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ;
...@@ -78,14 +92,19 @@ ep-fac:MoveableFacility ...@@ -78,14 +92,19 @@ ep-fac:MoveableFacility
78 92
79 ep-fac:MoveableRig 93 ep-fac:MoveableRig
80 rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; 94 rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
95 + rdfs:comment "moveable facility and rig"^^xsd:string ;
81 rdfs:label "moveable rig"^^xsd:string ; 96 rdfs:label "moveable rig"^^xsd:string ;
82 - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . 97 + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig ;
98 + ep-core:seeReferenceData
99 + "http://posccaesar.org/rdl/RDS1751417361"^^xsd:string .
83 100
84 ep-fac:Platform 101 ep-fac:Platform
85 rdf:type owl:Class ; 102 rdf:type owl:Class ;
86 rdfs:comment "facility that is a platform"^^xsd:string ; 103 rdfs:comment "facility that is a platform"^^xsd:string ;
87 rdfs:label "platform"^^xsd:string ; 104 rdfs:label "platform"^^xsd:string ;
88 - rdfs:subClassOf ep-fac:Facility . 105 + rdfs:subClassOf ep-fac:Facility ;
106 + ep-core:seeReferenceData
107 + "http://posccaesar.org/rdl/RDS8015624981"^^xsd:string .
89 108
90 ep-fac:ProductionFacility 109 ep-fac:ProductionFacility
91 rdf:type owl:Class ; 110 rdf:type owl:Class ;
...@@ -97,15 +116,21 @@ ep-fac:Reservoir ...@@ -97,15 +116,21 @@ ep-fac:Reservoir
97 rdf:type owl:Class ; 116 rdf:type owl:Class ;
98 rdfs:comment "facility that is a reservoir"^^xsd:string ; 117 rdfs:comment "facility that is a reservoir"^^xsd:string ;
99 rdfs:label "reservoir"^^xsd:string ; 118 rdfs:label "reservoir"^^xsd:string ;
100 - rdfs:subClassOf ep-fac:Facility . 119 + rdfs:subClassOf ep-fac:Facility ;
120 + ep-core:seeReferenceData
121 + "http://posccaesar.org/rdl/RDS6810100"^^xsd:string .
101 122
102 ep-fac:Rig 123 ep-fac:Rig
103 rdf:type owl:Class ; 124 rdf:type owl:Class ;
125 + rdfs:comment "rig for all of its life"^^xsd:string ;
104 rdfs:label "rig (whole life)"^^xsd:string ; 126 rdfs:label "rig (whole life)"^^xsd:string ;
105 - rdfs:subClassOf ep-fac:TemporalPartOfARig . 127 + rdfs:subClassOf ep-fac:TemporalPartOfARig ;
128 + ep-core:seeReferenceData
129 + "http://posccaesar.org/rdl/RDS1750688011"^^xsd:string .
106 130
107 ep-fac:SubSurfaceFixedFacility 131 ep-fac:SubSurfaceFixedFacility
108 rdf:type owl:Class ; 132 rdf:type owl:Class ;
133 + rdfs:comment "fixed facility that is sub-surface"^^xsd:string ;
109 rdfs:label "sub-surface fixed facility"^^xsd:string ; 134 rdfs:label "sub-surface fixed facility"^^xsd:string ;
110 rdfs:subClassOf ep-fac:FixedFacility . 135 rdfs:subClassOf ep-fac:FixedFacility .
111 136
...@@ -117,11 +142,13 @@ ep-fac:SurfaceFixedFacility ...@@ -117,11 +142,13 @@ ep-fac:SurfaceFixedFacility
117 142
118 ep-fac:SurroundingWater 143 ep-fac:SurroundingWater
119 rdf:type owl:Class ; 144 rdf:type owl:Class ;
145 + rdfs:comment "physical object that is the water surrounding a facility"^^xsd:string ;
120 rdfs:label "surrounding water"^^xsd:string ; 146 rdfs:label "surrounding water"^^xsd:string ;
121 rdfs:subClassOf ep-core:PhysicalObject . 147 rdfs:subClassOf ep-core:PhysicalObject .
122 148
123 ep-fac:SurroundingWater-meanSeaLevel 149 ep-fac:SurroundingWater-meanSeaLevel
124 rdf:type owl:Class ; 150 rdf:type owl:Class ;
151 + rdfs:comment "physical object that is the mean sea level of surrounding water"^^xsd:string ;
125 rdfs:label "surrounding water at mean sea level"^^xsd:string ; 152 rdfs:label "surrounding water at mean sea level"^^xsd:string ;
126 rdfs:subClassOf ep-fac:SurroundingWater . 153 rdfs:subClassOf ep-fac:SurroundingWater .
127 154
...@@ -129,7 +156,9 @@ ep-fac:Template ...@@ -129,7 +156,9 @@ ep-fac:Template
129 rdf:type owl:Class ; 156 rdf:type owl:Class ;
130 rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ; 157 rdfs:comment "equipment that is an ocean bottom template"^^xsd:string ;
131 rdfs:label "template"^^xsd:string ; 158 rdfs:label "template"^^xsd:string ;
132 - rdfs:subClassOf ep-fac:Facility . 159 + rdfs:subClassOf ep-fac:Facility ;
160 + ep-core:seeReferenceData
161 + "http://posccaesar.org/rdl/RDS16551212"^^xsd:string .
133 162
134 ep-fac:TemporalPartOfAField 163 ep-fac:TemporalPartOfAField
135 rdf:type owl:Class ; 164 rdf:type owl:Class ;
...@@ -144,6 +173,7 @@ ep-fac:TemporalPartOfAProductionFacility ...@@ -144,6 +173,7 @@ ep-fac:TemporalPartOfAProductionFacility
144 173
145 ep-fac:TemporalPartOfARig 174 ep-fac:TemporalPartOfARig
146 rdf:type owl:Class ; 175 rdf:type owl:Class ;
176 + rdfs:comment "facility that is a rig"^^xsd:string ;
147 rdfs:label "(temporal part of a) rig"^^xsd:string ; 177 rdfs:label "(temporal part of a) rig"^^xsd:string ;
148 rdfs:subClassOf ep-fac:Facility . 178 rdfs:subClassOf ep-fac:Facility .
149 179
...@@ -154,7 +184,8 @@ ep-fac:Zone ...@@ -154,7 +184,8 @@ ep-fac:Zone
154 rdfs:subClassOf ep-fac:Facility . 184 rdfs:subClassOf ep-fac:Facility .
155 185
156 ep-fac:depthOfSurroundingWater 186 ep-fac:depthOfSurroundingWater
157 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 187 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
188 + rdfs:comment "class_of_indirect_property that is the depth of surrounding water"^^xsd:string ;
158 rdfs:domain ep-fac:SurroundingWater ; 189 rdfs:domain ep-fac:SurroundingWater ;
159 rdfs:label "depth of surrounding water"^^xsd:string ; 190 rdfs:label "depth of surrounding water"^^xsd:string ;
160 rdfs:range ep-core:Length . 191 rdfs:range ep-core:Length .
......