SCHEMA_EP-PRODUCTION-ACTIVITY-V1.0.ttl 29.2 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 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/production-core
# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
# imports: http://www.reportinghub.no/ep/schema/1.0/well

@prefix ep-core:  <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-prodact:  <http://www.reportinghub.no/ep/schema/production-activity#> .
@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/ep/schema/1.0/production-activity>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity>
      rdf:type ep-prodact:ProductionOperationClassByDuration .

<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity>
      rdf:type ep-prodact:ProductionOperationClassByDuration .

<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate>
      rdf:type owl:Class ;
      rdfs:label "production activity to date"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
      rdf:type owl:Class ;
      rdfs:label "production well test"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .

<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
      rdf:type ep-prodact:ProductionOperationClassByDuration .

<http://www.reportinghub.no/ep/schema/activity#WellOperation>
      rdf:type ep-prodact:ProductionActivityType .

<http://www.reportinghub.no/ep/schema/activity#hasFlow>
      rdf:type owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:label "has flow"^^xsd:string ;
      rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .

ep-core:Mass
      rdf:type rdfs:Class , ep-core:PropertySpace ;
      rdfs:label "mass"^^xsd:string ;
      rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial .

<http://www.reportinghub.no/ep/schema/equipment#Manifold>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> .

<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .

<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .

<http://www.reportinghub.no/ep/schema/equipment#Separator>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> .

<http://www.reportinghub.no/ep/schema/equipment#Tank>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> .

<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .

<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .

<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .

<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank>
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .

ep-prodact:AdministerFirstAid
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:AirTrafficOperation
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "air traffic operation"^^xsd:string ;
      rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .

ep-prodact:Alarm
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:AmountOfSubstance
      rdf:type owl:Class ;
      rdfs:subClassOf ep-core:PhysicalObject .

ep-prodact:AnnualProductionActivity
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:AnnualProductionActivityToDate
      rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
      rdfs:subClassOf ep-prodact:AnnualProductionActivity .

ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperationsActivity .

ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity .

ep-prodact:CargoShipOperation
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .

ep-prodact:ConstructionOperation
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "construction operation"^^xsd:string ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:CrudeOil
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:AmountOfSubstance .

ep-prodact:CumulativeProductionActivitySinceProductionBegan
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:DailyProductionOperationsActivity
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity .

ep-prodact:DailyProductionVolumeActivity
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity .

ep-prodact:Deviation
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "deviation"^^xsd:string ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:DrillOrExcercise
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:Fire
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:Incident .

ep-prodact:FirstAid
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:FlowLine
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .

ep-prodact:FlowLine-Production
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:FlowLine .

ep-prodact:FluidLevelTest
      rdf:type owl:Class ;
      rdfs:label "fluid level test"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:FluidSampling-DST
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - DST"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-RFTorMDT
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-bottomhole
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-formationTester
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - formation tester"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-recombined
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - recombined"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-separatorGas
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - separator gas"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-separatorOil
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - separator oil"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-separatorWater
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - separator water"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-synthetic
      rdf:type ep-prodact:FluidSamplingType , owl:Class ;
      rdfs:label "fluid sampling - synthetic"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSampling-wellhead
      rdf:type owl:Class , ep-prodact:FluidSamplingType ;
      rdfs:label "fluid sampling - wellhead"^^xsd:string ;
      rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .

ep-prodact:FluidSamplingAndAnalysis
      rdf:type owl:Class ;
      rdfs:label "fluid sampling and analysis"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:FluidSamplingType
      rdf:type rdfs:Class ;
      rdfs:label "fluid sampling type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodact:FusionOfHSEActivitiesOverPeriod
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod .

ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:HealthSafetyAndEnvironmentActivity
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:Incident
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:InitialWellTest
      rdf:type ep-prodact:WellTestReasonType , owl:Class ;
      rdfs:label "initial"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .

ep-prodact:InjectionWellTest
      rdf:type owl:Class ;
      rdfs:label "injection well test"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:Injury
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:IssueWorkPermit
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:JobObservation
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:LostProduction
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:LostTimeAccident
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:LostTimeIncident
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:Incident .

ep-prodact:MaintenanceActivity
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "maintenance activity"^^xsd:string ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:MarineOperation
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:TransportationActivity , ep-prodact:PartOfProductionActivity .

ep-prodact:MedicalTreatmentInjury
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:Injury .

ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .

ep-prodact:NaturalGas
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:AmountOfSubstance .

ep-prodact:NearMiss
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:NotablePartOfProductionActivity
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:OtherProductionActivity
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "other production activity"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:OtherReasonWellTest
      rdf:type ep-prodact:WellTestReasonType , owl:Class ;
      rdfs:label "other"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .

ep-prodact:PartOfProductionActivity
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:Participation
      rdf:type owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ;
      rdfs:subPropertyOf ep-prodact:involvement .

ep-prodact:PeriodicWellTest
      rdf:type ep-prodact:WellTestReasonType , owl:Class ;
      rdfs:label "periodic"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .

ep-prodact:PowerStationFailure
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "power station failure"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:ProductionActivityLastingLessThanAYear
      rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:ProductionActivityType
      rdf:type rdfs:Class ;
      rdfs:label "production activity type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodact:ProductionOperationClassByDuration
      rdf:type rdfs:Class ;
      rdfs:subClassOf owl:Class .

ep-prodact:ProductionOperationsActivity
      rdf:type owl:Class , ep-prodact:ProductionActivityType ;
      rdfs:label "production operations activity"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:ProductionVolumeActivity
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:ReleasedToWater
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:ReportHazard
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:RestrictedWork
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:RestrictedWorkInjury
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:Injury .

ep-prodact:RevisionWellTest
      rdf:type ep-prodact:WellTestReasonType , owl:Class ;
      rdfs:label "revision"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .

ep-prodact:SafetyActivityType
      rdf:type rdfs:Class ;
      rdfs:subClassOf owl:Class .

ep-prodact:SafetyMeeting
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:SampleAmountOfSubstance
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:AmountOfSubstance .

ep-prodact:SentAshore
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:SevereAccident
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:SickOnBoard
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:SpillOrLeak
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:SubstanceType
      rdf:type rdfs:Class ;
      rdfs:label "substance type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodact:TransportationActivity
      rdf:type owl:Class ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:UnknownReasonWellTest
      rdf:type ep-prodact:WellTestReasonType , owl:Class ;
      rdfs:label "unknown"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .

ep-prodact:WaterCleaningOperation
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:PartOfProductionActivity .

ep-prodact:WaterDischarge
      rdf:type owl:Class ;
      rdfs:label "water discharge"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .

ep-prodact:WaterSample
      rdf:type owl:Class ;
      rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> .

ep-prodact:WellTestReasonType
      rdf:type rdfs:Class ;
      rdfs:label "well test reason type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodact:WorkingUnderPermit
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .

ep-prodact:WorkingUnderPermitWithSJA
      rdf:type owl:Class , ep-prodact:SafetyActivityType ;
      rdfs:subClassOf ep-prodact:WorkingUnderPermit .

ep-prodact:ammoniumDensity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:Density .

ep-prodact:amountOfOil
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:Mass .

ep-prodact:cargoLoaded
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:CargoShipOperation ;
      rdfs:label "cargo loaded"^^xsd:string ;
      rdfs:range ep-core:PhysicalObject .

ep-prodact:classificationBySafetyActivityType
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
      rdfs:range ep-prodact:SafetyActivityType .

ep-prodact:conveyed
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:TransportationActivity ;
      rdfs:range ep-core:PhysicalObject ;
      rdfs:subPropertyOf ep-prodact:involvement .

ep-prodact:conveyedAmountOfSubstance
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:TransportationActivity ;
      rdfs:range ep-prodact:AmountOfSubstance ;
      rdfs:subPropertyOf ep-prodact:conveyed .

ep-prodact:coulterCounter
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:MassPerUnitMassConcentration .

ep-prodact:glycolDensity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:Density .

ep-prodact:hasPart
      rdf:type owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range ep-prodact:PartOfProductionActivity .

ep-prodact:hasPredecessor
      rdf:type owl:TransitiveProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:label "has predecessor"^^xsd:string ;
      rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:hasShutInPressure
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
      rdfs:label "has shut-in pressure"^^xsd:string ;
      rdfs:range ep-core:Pressure .

ep-prodact:hasValidPredecessor
      rdf:type owl:TransitiveProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:label "has valid predecessor"^^xsd:string ;
      rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .

ep-prodact:injectionWellTestMaximumAnnularPressure
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ep-prodact:InjectionWellTest ;
      rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
      rdfs:range ep-core:Pressure .

ep-prodact:injectionWellTestMinimumAnnularPressure
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ep-prodact:InjectionWellTest ;
      rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
      rdfs:range ep-core:Pressure .

ep-prodact:injectionWellTestWellheadFlowingPressure
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ep-prodact:InjectionWellTest ;
      rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
      rdfs:range ep-core:Pressure .

ep-prodact:injectionWellTestWellheadMaximumPressure
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ep-prodact:InjectionWellTest ;
      rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
      rdfs:range ep-core:Pressure .

ep-prodact:involvement
      rdf:type owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:range ep-core:PhysicalObject .

ep-prodact:noOfDrillsOrExcercises
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfFirstAidEvents
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfHazardReportCards
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfIncidentsTotal
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfLostTimeIncidents
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfMiscellaneousHseEvents
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfPermitsWithSjaIssued
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfSafetyMeetings
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:noOfSpillsOrLeaks
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:oilInWater
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:MassPerUnitMassConcentration .

ep-prodact:onProductionFacility
      rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:label "on facility"^^xsd:string ;
      rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .

ep-prodact:oxygenInWater
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:MassPerUnitMassConcentration .

ep-prodact:phenolDensity
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:Density .

ep-prodact:productionActivityPeriodClassification
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
      rdfs:range ep-prodact:ProductionOperationClassByDuration .

ep-prodact:productionOperator
      rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:label "production operator"^^xsd:string ;
      rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .

ep-prodact:residualChlorideInWater
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:MassPerUnitMassConcentration .

ep-prodact:samplePhValue
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range xsd:double .

ep-prodact:samplePoint
      rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .

ep-prodact:sampleTemperature
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:Temperature .

ep-prodact:sampleTurbidity
      rdf:type owl:DatatypeProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range xsd:double .

ep-prodact:samplingPerformedAt
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
      rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .

ep-prodact:testedWellBoreInterval
      rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
      rdfs:label "tested wellbore interval"^^xsd:string ;
      rdfs:range ep-core:PhysicalObject .

ep-prodact:totalNoOfPermitsIssued
      rdf:type owl:DatatypeProperty ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
      rdfs:range xsd:integer .

ep-prodact:totalOrganicCarbonInWater
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterSample ;
      rdfs:range ep-core:MassPerUnitMassConcentration .

ep-prodact:waterSampleTaken
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:WaterCleaningOperation ;
      rdfs:range ep-prodact:WaterSample .

ep-prodact:withProductCarryingShip
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:MarineOperation ;
      rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#OilTanker> ;
      rdfs:subPropertyOf ep-prodact:involvement .

ep-prodact:withStandByVessel
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:MarineOperation ;
      rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> ;
      rdfs:subPropertyOf ep-prodact:involvement .

ep-prodact:yearlyActivityToDate
      rdf:type owl:ObjectProperty ;
      rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
      rdfs:range ep-prodact:AnnualProductionActivityToDate .

<http://www.reportinghub.no/ep/schema/well#WellGroup>
      rdf:type owl:Class .