Showing
1 changed file
with
325 additions
and
315 deletions
1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
6 | -# imports: http://www.reportinghub.no/np/schema/1.0/npd | 6 | +# imports: http://www.reportinghub.no/np/schema/1.0/npd |
7 | - | 7 | + |
8 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 8 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
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/report> | 14 | +<http://www.reportinghub.no/ep/schema/1.0/report> |
15 | - rdf:type owl:Ontology ; | 15 | + rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
17 | - owl:versionInfo "0.1.0"^^xsd:string . | 17 | + owl:versionInfo "0.1.0"^^xsd:string . |
18 | - | 18 | + |
19 | -<http://www.reportinghub.no/ep/schema/activity#existsThroughout> | 19 | +<http://www.reportinghub.no/ep/schema/activity#existsThroughout> |
20 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 20 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
21 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 21 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
22 | - rdfs:label "exists throughout"^^xsd:string ; | 22 | + rdfs:label "exists throughout"^^xsd:string ; |
23 | - rdfs:range xsd:dateTime . | 23 | + rdfs:range xsd:dateTime . |
24 | - | 24 | + |
25 | -<http://www.reportinghub.no/ep/schema/activity#existsWithin> | 25 | +<http://www.reportinghub.no/ep/schema/activity#existsWithin> |
26 | - rdf:type owl:DatatypeProperty ; | 26 | + rdf:type owl:DatatypeProperty ; |
27 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 27 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
28 | - rdfs:label "exists within"^^xsd:string ; | 28 | + rdfs:label "exists within"^^xsd:string ; |
29 | - rdfs:range xsd:dateTime . | 29 | + rdfs:range xsd:dateTime . |
30 | - | 30 | + |
31 | -ep-report:DailyDrillingReport | 31 | +ep-report:DailyDrillingReport |
32 | - rdf:type owl:Class ; | 32 | + rdf:type owl:Class ; |
33 | - rdfs:label "daily drilling report"^^xsd:string ; | 33 | + rdfs:label "daily drilling report"^^xsd:string ; |
34 | - rdfs:subClassOf ep-report:Report . | 34 | + rdfs:subClassOf ep-report:Report . |
35 | - | 35 | + |
36 | -ep-report:DailyDrillingReportFinalisationType | 36 | +ep-report:DailyDrillingReportFinalisationType |
37 | - rdf:type owl:Class ; | 37 | + rdf:type owl:Class ; |
38 | - rdfs:subClassOf owl:Class . | 38 | + rdfs:subClassOf owl:Class . |
39 | - | 39 | + |
40 | -ep-report:DailyProductionReport | 40 | +ep-report:DailyProductionReport |
41 | - rdf:type owl:Class ; | 41 | + rdf:type owl:Class ; |
42 | - rdfs:label "Daily Production Report"^^xsd:string ; | 42 | + rdfs:label "Daily Production Report"^^xsd:string ; |
43 | - rdfs:subClassOf ep-report:ProductionReport . | 43 | + rdfs:subClassOf ep-report:ProductionReport . |
44 | - | 44 | + |
45 | -ep-report:FinalDailyDrillingReport | 45 | +ep-report:FinalDailyDrillingReport |
46 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 46 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
47 | - rdfs:label "final daily drilling report"^^xsd:string ; | 47 | + rdfs:label "final daily drilling report"^^xsd:string ; |
48 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 48 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
49 | - | 49 | + |
50 | -ep-report:FluidSampleReport | 50 | +ep-report:FluidSampleReport |
51 | - rdf:type owl:Class ; | 51 | + rdf:type owl:Class ; |
52 | - rdfs:label "fluid sample report"^^xsd:string ; | 52 | + rdfs:label "fluid sample report"^^xsd:string ; |
53 | - rdfs:subClassOf ep-report:Report . | 53 | + rdfs:subClassOf ep-report:Report . |
54 | - | 54 | + |
55 | -ep-report:MonthlyProductionReport | 55 | +ep-report:MonthlyProductionReport |
56 | - rdf:type owl:Class ; | 56 | + rdf:type owl:Class ; |
57 | - rdfs:label "Monthly Production Report"^^xsd:string ; | 57 | + rdfs:label "Monthly Production Report"^^xsd:string ; |
58 | - rdfs:subClassOf ep-report:ProductionReport . | 58 | + rdfs:subClassOf ep-report:ProductionReport . |
59 | - | 59 | + |
60 | -ep-report:NonProductivetimeReport | 60 | +ep-report:MonthlyProductionReportGovernment |
61 | - rdf:type owl:Class ; | 61 | + rdf:type owl:Class ; |
62 | - rdfs:subClassOf ep-report:Report ; | 62 | + rdfs:label "Monthly Production Report Government"^^xsd:string ; |
63 | - rdfs:subClassOf | 63 | + rdfs:subClassOf ep-report:MonthlyProductionReport . |
64 | - [ rdf:type owl:Restriction ; | 64 | + |
65 | - owl:allValuesFrom xsd:dateTime ; | 65 | +ep-report:MonthlyProductionReportPartner |
66 | - owl:onProperty ep-report:createdAt | 66 | + rdf:type owl:Class ; |
67 | - ] ; | 67 | + rdfs:label "Monthly Production Report Partner"^^xsd:string ; |
68 | - rdfs:subClassOf | 68 | + rdfs:subClassOf ep-report:MonthlyProductionReport . |
69 | - [ rdf:type owl:Restriction ; | 69 | + |
70 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 70 | +ep-report:NonProductivetimeReport |
71 | - owl:onProperty ep-report:createdAt | 71 | + rdf:type owl:Class ; |
72 | - ] ; | 72 | + rdfs:subClassOf ep-report:Report ; |
73 | - rdfs:subClassOf | 73 | + rdfs:subClassOf |
74 | - [ rdf:type owl:Restriction ; | 74 | + [ rdf:type owl:Restriction ; |
75 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 75 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
76 | - owl:onProperty ep-report:reportOn | 76 | + owl:onProperty ep-report:createdAt |
77 | - ] ; | 77 | + ] ; |
78 | - rdfs:subClassOf | 78 | + rdfs:subClassOf |
79 | - [ rdf:type owl:Restriction ; | 79 | + [ rdf:type owl:Restriction ; |
80 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 80 | + owl:allValuesFrom xsd:dateTime ; |
81 | - owl:onProperty ep-report:reportOn | 81 | + owl:onProperty ep-report:createdAt |
82 | - ] . | 82 | + ] ; |
83 | - | 83 | + rdfs:subClassOf |
84 | -ep-report:NormalDailyDrillingReport | 84 | + [ rdf:type owl:Restriction ; |
85 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 85 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
86 | - rdfs:label "normal daily drilling report"^^xsd:string ; | 86 | + owl:onProperty ep-report:reportOn |
87 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 87 | + ] ; |
88 | - | 88 | + rdfs:subClassOf |
89 | -ep-report:PreliminaryDailyDrillingReport | 89 | + [ rdf:type owl:Restriction ; |
90 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 90 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
91 | - rdfs:label "preliminary daily drilling report"^^xsd:string ; | 91 | + owl:onProperty ep-report:reportOn |
92 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 92 | + ] . |
93 | - | 93 | + |
94 | -ep-report:ProductVolumeFlowReport | 94 | +ep-report:NormalDailyDrillingReport |
95 | - rdf:type owl:Class ; | 95 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
96 | - rdfs:label "product volume flow report"^^xsd:string ; | 96 | + rdfs:label "normal daily drilling report"^^xsd:string ; |
97 | - rdfs:subClassOf ep-report:Report . | 97 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
98 | - | 98 | + |
99 | -ep-report:ProductVolumeReport | 99 | +ep-report:PreliminaryDailyDrillingReport |
100 | - rdf:type owl:Class ; | 100 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
101 | - rdfs:label "product volume report"^^xsd:string ; | 101 | + rdfs:label "preliminary daily drilling report"^^xsd:string ; |
102 | - rdfs:subClassOf ep-report:Report . | 102 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
103 | - | 103 | + |
104 | -ep-report:ProductionOperationInstallationReport | 104 | +ep-report:ProductVolumeFlowReport |
105 | - rdf:type owl:Class ; | 105 | + rdf:type owl:Class ; |
106 | - rdfs:label "production operation installation report"^^xsd:string ; | 106 | + rdfs:label "product volume flow report"^^xsd:string ; |
107 | - rdfs:subClassOf ep-report:Report . | 107 | + rdfs:subClassOf ep-report:Report . |
108 | - | 108 | + |
109 | -ep-report:ProductionOperationReport | 109 | +ep-report:ProductVolumeReport |
110 | - rdf:type owl:Class ; | 110 | + rdf:type owl:Class ; |
111 | - rdfs:label "production operation report"^^xsd:string ; | 111 | + rdfs:label "product volume report"^^xsd:string ; |
112 | - rdfs:subClassOf ep-report:Report . | 112 | + rdfs:subClassOf ep-report:Report . |
113 | - | 113 | + |
114 | -ep-report:ProductionReport | 114 | +ep-report:ProductionOperationInstallationReport |
115 | - rdf:type owl:Class ; | 115 | + rdf:type owl:Class ; |
116 | - rdfs:label "Production Report"^^xsd:string ; | 116 | + rdfs:label "production operation installation report"^^xsd:string ; |
117 | - rdfs:subClassOf ep-report:Report . | 117 | + rdfs:subClassOf ep-report:Report . |
118 | - | 118 | + |
119 | -ep-report:ProductionReportType | 119 | +ep-report:ProductionOperationReport |
120 | - rdf:type rdfs:Class ; | 120 | + rdf:type owl:Class ; |
121 | - rdfs:label "production report type"^^xsd:string ; | 121 | + rdfs:label "production operation report"^^xsd:string ; |
122 | - rdfs:subClassOf owl:Class . | 122 | + rdfs:subClassOf ep-report:Report . |
123 | - | 123 | + |
124 | -ep-report:Report | 124 | +ep-report:ProductionReport |
125 | - rdf:type owl:Class ; | 125 | + rdf:type owl:Class ; |
126 | - rdfs:label "report"^^xsd:string ; | 126 | + rdfs:label "Production Report"^^xsd:string ; |
127 | - rdfs:subClassOf owl:Thing . | 127 | + rdfs:subClassOf ep-report:Report . |
128 | - | 128 | + |
129 | -ep-report:ReportAliasIdentifier | 129 | +ep-report:ProductionReportType |
130 | - rdf:type owl:Class ; | 130 | + rdf:type rdfs:Class ; |
131 | - rdfs:subClassOf owl:Thing ; | 131 | + rdfs:label "production report type"^^xsd:string ; |
132 | - rdfs:subClassOf | 132 | + rdfs:subClassOf owl:Class . |
133 | - [ rdf:type owl:Restriction ; | 133 | + |
134 | - owl:minCardinality "1"^^xsd:nonNegativeInteger ; | 134 | +ep-report:Report |
135 | - owl:onProperty ep-report:aliasName | 135 | + rdf:type owl:Class ; |
136 | - ] ; | 136 | + rdfs:label "report"^^xsd:string ; |
137 | - rdfs:subClassOf | 137 | + rdfs:subClassOf owl:Thing . |
138 | - [ rdf:type owl:Restriction ; | 138 | + |
139 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 139 | +ep-report:ReportAliasIdentifier |
140 | - owl:onProperty ep-report:aliasOwner | 140 | + rdf:type owl:Class ; |
141 | - ] ; | 141 | + rdfs:subClassOf owl:Thing ; |
142 | - rdfs:subClassOf | 142 | + rdfs:subClassOf |
143 | - [ rdf:type owl:Restriction ; | 143 | + [ rdf:type owl:Restriction ; |
144 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 144 | + owl:minCardinality "1"^^xsd:nonNegativeInteger ; |
145 | - owl:onProperty ep-report:isAliasFor | 145 | + owl:onProperty ep-report:aliasName |
146 | - ] . | 146 | + ] ; |
147 | - | 147 | + rdfs:subClassOf |
148 | -ep-report:ReportForGasYearToDate | 148 | + [ rdf:type owl:Restriction ; |
149 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 149 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
150 | - rdfs:label "report for gas year to date"^^xsd:string ; | 150 | + owl:onProperty ep-report:aliasOwner |
151 | - rdfs:subClassOf ep-report:Report . | 151 | + ] ; |
152 | - | 152 | + rdfs:subClassOf |
153 | -ep-report:ReportForInstant | 153 | + [ rdf:type owl:Restriction ; |
154 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 154 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
155 | - rdfs:label "report for instant"^^xsd:string ; | 155 | + owl:onProperty ep-report:isAliasFor |
156 | - rdfs:subClassOf ep-report:Report . | 156 | + ] . |
157 | - | 157 | + |
158 | -ep-report:ReportForMonthToDate | 158 | +ep-report:ReportForGasYearToDate |
159 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 159 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
160 | - rdfs:label "report for month to date"^^xsd:string ; | 160 | + rdfs:label "report for gas year to date"^^xsd:string ; |
161 | - rdfs:subClassOf ep-report:Report . | 161 | + rdfs:subClassOf ep-report:Report . |
162 | - | 162 | + |
163 | -ep-report:ReportForOneDay | 163 | +ep-report:ReportForInstant |
164 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 164 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
165 | - rdfs:label "report for one day"^^xsd:string ; | 165 | + rdfs:label "report for instant"^^xsd:string ; |
166 | - rdfs:subClassOf ep-report:Report . | 166 | + rdfs:subClassOf ep-report:Report . |
167 | - | 167 | + |
168 | -ep-report:ReportForOneGasDay | 168 | +ep-report:ReportForMonthToDate |
169 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 169 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
170 | - rdfs:label "report for one gas day"^^xsd:string ; | 170 | + rdfs:label "report for month to date"^^xsd:string ; |
171 | - rdfs:subClassOf ep-report:Report . | 171 | + rdfs:subClassOf ep-report:Report . |
172 | - | 172 | + |
173 | -ep-report:ReportForOneGasMonth | 173 | +ep-report:ReportForOneDay |
174 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 174 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
175 | - rdfs:label "report for one gas month"^^xsd:string ; | 175 | + rdfs:label "report for one day"^^xsd:string ; |
176 | - rdfs:subClassOf ep-report:Report . | 176 | + rdfs:subClassOf ep-report:Report . |
177 | - | 177 | + |
178 | -ep-report:ReportForOneGasYear | 178 | +ep-report:ReportForOneGasDay |
179 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 179 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
180 | - rdfs:label "report for one gas year"^^xsd:string ; | 180 | + rdfs:label "report for one gas day"^^xsd:string ; |
181 | - rdfs:subClassOf ep-report:Report . | 181 | + rdfs:subClassOf ep-report:Report . |
182 | - | 182 | + |
183 | -ep-report:ReportForOneMonth | 183 | +ep-report:ReportForOneGasMonth |
184 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 184 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
185 | - rdfs:label "report for one month"^^xsd:string ; | 185 | + rdfs:label "report for one gas month"^^xsd:string ; |
186 | - rdfs:subClassOf ep-report:Report . | 186 | + rdfs:subClassOf ep-report:Report . |
187 | - | 187 | + |
188 | -ep-report:ReportForOneWeek | 188 | +ep-report:ReportForOneGasYear |
189 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 189 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
190 | - rdfs:label "report for one week"^^xsd:string ; | 190 | + rdfs:label "report for one gas year"^^xsd:string ; |
191 | - rdfs:subClassOf ep-report:Report . | 191 | + rdfs:subClassOf ep-report:Report . |
192 | - | 192 | + |
193 | -ep-report:ReportForOneYear | 193 | +ep-report:ReportForOneMonth |
194 | - rdf:type owl:Class , ep-report:ReportPeriodType ; | 194 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
195 | - rdfs:label "report for one year"^^xsd:string ; | 195 | + rdfs:label "report for one month"^^xsd:string ; |
196 | - rdfs:subClassOf ep-report:Report . | 196 | + rdfs:subClassOf ep-report:Report . |
197 | - | 197 | + |
198 | -ep-report:ReportForYearToDate | 198 | +ep-report:ReportForOneWeek |
199 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 199 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
200 | - rdfs:label "report for year to date"^^xsd:string ; | 200 | + rdfs:label "report for one week"^^xsd:string ; |
201 | - rdfs:subClassOf ep-report:Report . | 201 | + rdfs:subClassOf ep-report:Report . |
202 | - | 202 | + |
203 | -ep-report:ReportPeriodType | 203 | +ep-report:ReportForOneYear |
204 | - rdf:type rdfs:Class ; | 204 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
205 | - rdfs:label "report period type"^^xsd:string ; | 205 | + rdfs:label "report for one year"^^xsd:string ; |
206 | - rdfs:subClassOf owl:Class . | 206 | + rdfs:subClassOf ep-report:Report . |
207 | - | 207 | + |
208 | -ep-report:WeeklyDrillingReport | 208 | +ep-report:ReportForYearToDate |
209 | - rdf:type owl:Class ; | 209 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
210 | - rdfs:subClassOf ep-report:Report ; | 210 | + rdfs:label "report for year to date"^^xsd:string ; |
211 | - rdfs:subClassOf | 211 | + rdfs:subClassOf ep-report:Report . |
212 | - [ rdf:type owl:Restriction ; | 212 | + |
213 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 213 | +ep-report:ReportPeriodType |
214 | - owl:onProperty ep-report:reportOn | 214 | + rdf:type rdfs:Class ; |
215 | - ] ; | 215 | + rdfs:label "report period type"^^xsd:string ; |
216 | - rdfs:subClassOf | 216 | + rdfs:subClassOf owl:Class . |
217 | - [ rdf:type owl:Restriction ; | 217 | + |
218 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 218 | +ep-report:WeeklyDrillingReport |
219 | - owl:onProperty ep-report:reportOn | 219 | + rdf:type owl:Class ; |
220 | - ] ; | 220 | + rdfs:subClassOf ep-report:Report ; |
221 | - rdfs:subClassOf | 221 | + rdfs:subClassOf |
222 | - [ rdf:type owl:Restriction ; | 222 | + [ rdf:type owl:Restriction ; |
223 | - owl:allValuesFrom xsd:dateTime ; | 223 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
224 | - owl:onProperty ep-report:createdAt | 224 | + owl:onProperty ep-report:createdAt |
225 | - ] ; | 225 | + ] ; |
226 | - rdfs:subClassOf | 226 | + rdfs:subClassOf |
227 | - [ rdf:type owl:Restriction ; | 227 | + [ rdf:type owl:Restriction ; |
228 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 228 | + owl:allValuesFrom xsd:dateTime ; |
229 | - owl:onProperty ep-report:createdAt | 229 | + owl:onProperty ep-report:createdAt |
230 | - ] . | 230 | + ] ; |
231 | - | 231 | + rdfs:subClassOf |
232 | -ep-report:WellTestReport | 232 | + [ rdf:type owl:Restriction ; |
233 | - rdf:type owl:Class ; | 233 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
234 | - rdfs:label "well test report"^^xsd:string ; | 234 | + owl:onProperty ep-report:reportOn |
235 | - rdfs:subClassOf ep-report:Report . | 235 | + ] ; |
236 | - | 236 | + rdfs:subClassOf |
237 | -ep-report:aliasName | 237 | + [ rdf:type owl:Restriction ; |
238 | - rdf:type owl:DatatypeProperty ; | 238 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
239 | - rdfs:range xsd:string . | 239 | + owl:onProperty ep-report:reportOn |
240 | - | 240 | + ] . |
241 | -ep-report:aliasOwner | 241 | + |
242 | - rdf:type owl:ObjectProperty ; | 242 | +ep-report:WellTestReport |
243 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 243 | + rdf:type owl:Class ; |
244 | - | 244 | + rdfs:label "well test report"^^xsd:string ; |
245 | -ep-report:createdAt | 245 | + rdfs:subClassOf ep-report:Report . |
246 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 246 | + |
247 | - rdfs:domain ep-report:Report ; | 247 | +ep-report:aliasName |
248 | - rdfs:label "created at"^^xsd:string . | 248 | + rdf:type owl:DatatypeProperty ; |
249 | - | 249 | + rdfs:range xsd:string . |
250 | -ep-report:dailyDrillingReportNumber | 250 | + |
251 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 251 | +ep-report:aliasOwner |
252 | - rdfs:domain ep-report:DailyDrillingReport ; | 252 | + rdf:type owl:ObjectProperty ; |
253 | - rdfs:label "daily drilling report number"^^xsd:string . | 253 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
254 | - | 254 | + |
255 | -ep-report:dateCoveredByReport | 255 | +ep-report:createdAt |
256 | - rdf:type owl:DatatypeProperty ; | 256 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
257 | - rdfs:domain ep-report:DailyProductionReport ; | 257 | + rdfs:domain ep-report:Report ; |
258 | - rdfs:range xsd:date . | 258 | + rdfs:label "created at"^^xsd:string . |
259 | - | 259 | + |
260 | -ep-report:datumObjectForDailyDrillingReport | 260 | +ep-report:dailyDrillingReportNumber |
261 | - rdf:type owl:ObjectProperty ; | 261 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
262 | - rdfs:domain ep-report:DailyDrillingReport ; | 262 | + rdfs:domain ep-report:DailyDrillingReport ; |
263 | - rdfs:label "datum object for daily drilling report"^^xsd:string ; | 263 | + rdfs:label "daily drilling report number"^^xsd:string . |
264 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 264 | + |
265 | - | 265 | +ep-report:dateCoveredByReport |
266 | -ep-report:descriptionOfSource | 266 | + rdf:type owl:DatatypeProperty ; |
267 | - rdf:type owl:DatatypeProperty ; | 267 | + rdfs:domain ep-report:DailyProductionReport ; |
268 | - rdfs:domain ep-report:Report . | 268 | + rdfs:range xsd:date . |
269 | - | 269 | + |
270 | -ep-report:disclaimer | 270 | +ep-report:datumObjectForDailyDrillingReport |
271 | - rdf:type rdf:Property ; | 271 | + rdf:type owl:ObjectProperty ; |
272 | - rdfs:domain ep-report:Report ; | 272 | + rdfs:domain ep-report:DailyDrillingReport ; |
273 | - rdfs:range xsd:string . | 273 | + rdfs:label "datum object for daily drilling report"^^xsd:string ; |
274 | - | 274 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
275 | -ep-report:hasContent | 275 | + |
276 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 276 | +ep-report:descriptionOfSource |
277 | - rdfs:domain ep-report:Report ; | 277 | + rdf:type owl:DatatypeProperty ; |
278 | - rdfs:label "has content"^^xsd:string . | 278 | + rdfs:domain ep-report:Report . |
279 | - | 279 | + |
280 | -ep-report:isAliasFor | 280 | +ep-report:disclaimer |
281 | - rdf:type owl:ObjectProperty ; | 281 | + rdf:type rdf:Property ; |
282 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 282 | + rdfs:domain ep-report:Report ; |
283 | - | 283 | + rdfs:range xsd:string . |
284 | -ep-report:issuedAt | 284 | + |
285 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 285 | +ep-report:hasContent |
286 | - rdfs:domain ep-report:Report ; | 286 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
287 | - rdfs:label "issued at"^^xsd:string . | 287 | + rdfs:domain ep-report:Report ; |
288 | - | 288 | + rdfs:label "has content"^^xsd:string . |
289 | -ep-report:nameAsDatumObject | 289 | + |
290 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 290 | +ep-report:isAliasFor |
291 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 291 | + rdf:type owl:ObjectProperty ; |
292 | - rdfs:label "name as datum object"^^xsd:string . | 292 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
293 | - | 293 | + |
294 | -ep-report:reportOn | 294 | +ep-report:issuedAt |
295 | - rdf:type owl:ObjectProperty ; | 295 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
296 | - rdfs:domain ep-report:Report ; | 296 | + rdfs:domain ep-report:Report ; |
297 | - rdfs:label "report on"^^xsd:string . | 297 | + rdfs:label "issued at"^^xsd:string . |
298 | - | 298 | + |
299 | -ep-report:reportSubmittedBy | 299 | +ep-report:nameAsDatumObject |
300 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 300 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
301 | - rdfs:domain ep-report:Report ; | 301 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
302 | - rdfs:label "report submitted by"^^xsd:string ; | 302 | + rdfs:label "name as datum object"^^xsd:string . |
303 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 303 | + |
304 | - | 304 | +ep-report:reportOn |
305 | -ep-report:reportSubmittedFrom | 305 | + rdf:type owl:ObjectProperty ; |
306 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 306 | + rdfs:domain ep-report:Report ; |
307 | - rdfs:domain ep-report:Report ; | 307 | + rdfs:label "report on"^^xsd:string . |
308 | - rdfs:label "report submitted from"^^xsd:string ; | 308 | + |
309 | - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 309 | +ep-report:reportSubmittedBy |
310 | - | 310 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
311 | -ep-report:title | 311 | + rdfs:domain ep-report:Report ; |
312 | - rdf:type owl:DatatypeProperty ; | 312 | + rdfs:label "report submitted by"^^xsd:string ; |
313 | - rdfs:domain ep-report:Report ; | 313 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
314 | - rdfs:label "title"^^xsd:string ; | 314 | + |
315 | - rdfs:range xsd:string . | 315 | +ep-report:reportSubmittedFrom |
316 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
317 | + rdfs:domain ep-report:Report ; | ||
318 | + rdfs:label "report submitted from"^^xsd:string ; | ||
319 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
320 | + | ||
321 | +ep-report:title | ||
322 | + rdf:type owl:DatatypeProperty ; | ||
323 | + rdfs:domain ep-report:Report ; | ||
324 | + rdfs:label "title"^^xsd:string ; | ||
325 | + rdfs:range xsd:string . | ... | ... |
-
Please register or login to post a comment