SCHEMA_ERH-FACTS-v1.0.ttl 11.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453
# baseURI: http://www.reportinghub.no/erhf/schema/1.0/erh-facts

@prefix erhf:    <http://www.reportinghub.no/erhf/schema/erh-facts#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/erhf/schema/1.0/erh-facts>
      rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

erhf:AliasNameInField
      rdf:type owl:Class ;
      rdfs:label "Alias name in Field"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:erhname
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:contextField
              ] .

erhf:AllocatedFlow
      rdf:type erhf:FlowQualifier .

erhf:BAA
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:Owner .

erhf:BudgetFlow
      rdf:type erhf:FlowQualifier .

erhf:Company
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdname
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "0"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:nameInField
              ] .

erhf:ConstraintFlow
      rdf:type erhf:FlowQualifier .

erhf:ConstraintFlow-fixed
      rdf:type erhf:FlowQualifier .

erhf:ConstraintFlow-maximum
      rdf:type erhf:FlowQualifier .

erhf:ConstraintFlow-minimum
      rdf:type erhf:FlowQualifier .

erhf:Consume
      rdf:type erhf:FlowKind .

erhf:Consume-HPflare
      rdf:type erhf:FlowKind .

erhf:Consume-LPflare
      rdf:type erhf:FlowKind .

erhf:Consume-blackstart
      rdf:type erhf:FlowKind .

erhf:Consume-compressor
      rdf:type erhf:FlowKind .

erhf:Consume-emitted
      rdf:type erhf:FlowKind .

erhf:Consume-flare
      rdf:type erhf:FlowKind .

erhf:Consume-fuel
      rdf:type erhf:FlowKind .

erhf:Consume-noncompressor
      rdf:type erhf:FlowKind ;
      rdfs:subClassOf erhf:Consume .

erhf:Consume-venting
      rdf:type erhf:FlowKind .

erhf:DerivedFlow
      rdf:type erhf:FlowQualifier .

erhf:DerivedFlow-difference
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:DerivedFlow .

erhf:DifferenceFlow
      rdf:type erhf:FlowQualifier .

erhf:EstimatedFlow
      rdf:type erhf:FlowQualifier .

erhf:Export
      rdf:type erhf:FlowKind .

erhf:Export-nominated
      rdf:type erhf:FlowKind .

erhf:Export-requested
      rdf:type erhf:FlowKind .

erhf:Export-shortfall
      rdf:type erhf:FlowKind .

erhf:Facility
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdname
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "0"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:nameInField
              ] .

erhf:Field
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:operatingCompany
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdname
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "0"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:nameInField
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:currentActivityStatus
              ] .

erhf:FixedFacility
      rdf:type owl:Class ;
      rdfs:label "Fixed Facility"^^xsd:string ;
      rdfs:subClassOf erhf:Facility ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:operatingCompany
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] .

erhf:Flow
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:erhname
              ] .

erhf:FlowKind
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

erhf:FlowQualifier
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

erhf:ForecastFlow
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

erhf:ForecastFlow-declineCurve
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:ForecastFlow .

erhf:ForecastFlow-standard
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:ForecastFlow .

erhf:Gaslift
      rdf:type erhf:FlowKind .

erhf:HydrocarbonAccounting
      rdf:type erhf:FlowKind .

erhf:Import
      rdf:type erhf:FlowKind .

erhf:Injection
      rdf:type erhf:FlowKind .

erhf:Inventory
      rdf:type erhf:FlowKind .

erhf:Licence
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:Owner .

erhf:MassAdjustedFlow
      rdf:type erhf:FlowQualifier .

erhf:MeasuredFlow
      rdf:type erhf:FlowQualifier .

erhf:MeasuredFlow-fiscal
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:MeasuredFlow .

erhf:MeasuredFlow-raw
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:MeasuredFlow .

erhf:MeasuredFlow-recalibrated
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:MeasuredFlow .

erhf:MeteredFlowFiscal
      rdf:type erhf:FlowQualifier .

erhf:MoveableFacility
      rdf:type owl:Class ;
      rdfs:label "Moveable Facility"^^xsd:string ;
      rdfs:subClassOf erhf:Facility ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:responsibleCompany
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] .

erhf:NominatedFlow
      rdf:type erhf:FlowQualifier .

erhf:Overboard
      rdf:type erhf:FlowKind .

erhf:Owner
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdname
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] .

erhf:PotentialFlow
      rdf:type erhf:FlowQualifier .

erhf:ProcessedFlow
      rdf:type erhf:FlowQualifier .

erhf:Production
      rdf:type erhf:FlowKind .

erhf:ProductionTestFlowLineFlow
      rdf:type owl:Class .

erhf:ProductionTestGasLiftFlow
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

erhf:ProductionTestSeparatorFlow
      rdf:type owl:Class .

erhf:ProductionTestWellHeadFlow
      rdf:type owl:Class .

erhf:QuotaFlow
      rdf:type erhf:FlowQualifier .

erhf:RecommendedFlow
      rdf:type erhf:FlowQualifier .

erhf:Sale
      rdf:type erhf:FlowKind .

erhf:SaleableFlow
      rdf:type erhf:FlowQualifier .

erhf:SimulatedFlow
      rdf:type erhf:FlowQualifier .

erhf:Storage
      rdf:type erhf:FlowKind .

erhf:TargetFlow
      rdf:type erhf:FlowQualifier .

erhf:TariffBasisFlow
      rdf:type erhf:FlowQualifier .

erhf:TransportationUtilizationFacility
      rdf:type owl:Class ;
      rdfs:label "TUF"^^xsd:string ;
      rdfs:subClassOf erhf:Facility ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] .

erhf:Unknown
      rdf:type erhf:FlowKind .

erhf:ValueAdjustedFlow
      rdf:type erhf:FlowQualifier .

erhf:Well
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:Facility .

erhf:Wellbore
      rdf:type owl:Class ;
      rdfs:subClassOf erhf:Facility ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty erhf:npdid
              ] .

erhf:WholeLifeProductFlow
      rdf:type owl:Class .

erhf:WholeLifeProductionFlow
      rdf:type owl:Class ;
      rdfs:subClassOf owl:Thing .

erhf:belongsTo
      rdf:type owl:ObjectProperty ;
      rdfs:label "belongs to"^^xsd:string .

erhf:contextField
      rdf:type owl:ObjectProperty ;
      rdfs:label "context field"^^xsd:string ;
      rdfs:range erhf:Field .

erhf:currentActivityStatus
      rdf:type owl:DatatypeProperty ;
      rdfs:domain erhf:Field ;
      rdfs:label "field activity status"^^xsd:string ;
      rdfs:range xsd:string .

erhf:drilledInProductionLicence
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Wellbore ;
      rdfs:label "drilled in PL"^^xsd:string ;
      rdfs:range erhf:Licence .

erhf:erhname
      rdf:type owl:DatatypeProperty ;
      rdfs:label "ERH name"^^xsd:string ;
      rdfs:range xsd:string .

erhf:flowPartOfField
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Flow ;
      rdfs:label "flow part of field"^^xsd:string ;
      rdfs:range erhf:Field .

erhf:nameInField
      rdf:type owl:ObjectProperty ;
      rdfs:label "name in field"^^xsd:string ;
      rdfs:range erhf:AliasNameInField .

erhf:npdid
      rdf:type owl:DatatypeProperty ;
      rdfs:label "NPD ID"^^xsd:string ;
      rdfs:range xsd:string .

erhf:npdname
      rdf:type owl:DatatypeProperty ;
      rdfs:label "NPD Name"^^xsd:string ;
      rdfs:range xsd:string .

erhf:operatingCompany
      rdf:type owl:ObjectProperty ;
      rdfs:domain
              [ rdf:type owl:Class ;
                owl:unionOf (erhf:Field erhf:FixedFacility)
              ] ;
      rdfs:label "operating company"^^xsd:string ;
      rdfs:range erhf:Company .

erhf:owner
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Field ;
      rdfs:label "owner PL or BAA"^^xsd:string ;
      rdfs:range erhf:Owner .

erhf:responsibleCompany
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:MoveableFacility ;
      rdfs:label "responsible company"^^xsd:string ;
      rdfs:range erhf:Company .

erhf:shareholder
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Owner ;
      rdfs:label "shareholder"^^xsd:string ;
      rdfs:range erhf:Company .

erhf:wellPartOfField
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Well ;
      rdfs:label "well part of field"^^xsd:string ;
      rdfs:range erhf:Field .

erhf:wellborePartOfWell
      rdf:type owl:ObjectProperty ;
      rdfs:domain erhf:Wellbore ;
      rdfs:label "wellbore part of well"^^xsd:string ;
      rdfs:range erhf:Well .