Showing
7 changed files
with
55 additions
and
84 deletions
... | @@ -376,6 +376,11 @@ ep-material:Oleic | ... | @@ -376,6 +376,11 @@ ep-material:Oleic |
376 | rdfs:label "oleic"^^xsd:string ; | 376 | rdfs:label "oleic"^^xsd:string ; |
377 | rdfs:subClassOf ep-material:Material . | 377 | rdfs:subClassOf ep-material:Material . |
378 | 378 | ||
379 | +ep-material:OrganicCarbon | ||
380 | + rdf:type owl:Class ; | ||
381 | + rdfs:label "organic carbon"^^xsd:string ; | ||
382 | + rdfs:subClassOf ep-material:Material . | ||
383 | + | ||
379 | ep-material:Pentane | 384 | ep-material:Pentane |
380 | rdf:type owl:Class ; | 385 | rdf:type owl:Class ; |
381 | rdfs:label "pentane"^^xsd:string ; | 386 | rdfs:label "pentane"^^xsd:string ; |
... | @@ -442,7 +447,7 @@ ep-material:Water-processed | ... | @@ -442,7 +447,7 @@ ep-material:Water-processed |
442 | rdfs:subClassOf ep-material:Material . | 447 | rdfs:subClassOf ep-material:Material . |
443 | 448 | ||
444 | ep-material:firstMaterialOfPair | 449 | ep-material:firstMaterialOfPair |
445 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 450 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
446 | rdfs:domain ep-material:MaterialPair ; | 451 | rdfs:domain ep-material:MaterialPair ; |
447 | rdfs:label "first material of pair"^^xsd:string ; | 452 | rdfs:label "first material of pair"^^xsd:string ; |
448 | rdfs:range ep-material:Material . | 453 | rdfs:range ep-material:Material . |
... | @@ -463,33 +468,33 @@ ep-material:hasNonPrimaryComponent | ... | @@ -463,33 +468,33 @@ ep-material:hasNonPrimaryComponent |
463 | rdfs:subPropertyOf ep-material:hasComponent . | 468 | rdfs:subPropertyOf ep-material:hasComponent . |
464 | 469 | ||
465 | ep-material:hasPrimaryComponent | 470 | ep-material:hasPrimaryComponent |
466 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 471 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
467 | rdfs:domain ep-material:Material ; | 472 | rdfs:domain ep-material:Material ; |
468 | rdfs:label "has primary component"^^xsd:string ; | 473 | rdfs:label "has primary component"^^xsd:string ; |
469 | rdfs:range ep-material:Material ; | 474 | rdfs:range ep-material:Material ; |
470 | rdfs:subPropertyOf ep-material:hasComponent . | 475 | rdfs:subPropertyOf ep-material:hasComponent . |
471 | 476 | ||
472 | ep-material:massRatio | 477 | ep-material:massRatio |
473 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 478 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
474 | rdfs:domain ep-material:MaterialPair ; | 479 | rdfs:domain ep-material:MaterialPair ; |
475 | rdfs:label "mass ratio"^^xsd:string ; | 480 | rdfs:label "mass ratio"^^xsd:string ; |
476 | rdfs:range ep-core:Ratio . | 481 | rdfs:range ep-core:Ratio . |
477 | 482 | ||
478 | ep-material:moleRatio | 483 | ep-material:moleRatio |
479 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 484 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
480 | rdfs:domain ep-material:MaterialPair ; | 485 | rdfs:domain ep-material:MaterialPair ; |
481 | rdfs:label "mole ratio"^^xsd:string ; | 486 | rdfs:label "mole ratio"^^xsd:string ; |
482 | rdfs:range ep-core:Ratio . | 487 | rdfs:range ep-core:Ratio . |
483 | 488 | ||
484 | ep-material:partMaterialOfPair | 489 | ep-material:partMaterialOfPair |
485 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 490 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
486 | rdfs:domain ep-material:MaterialPartWholePair ; | 491 | rdfs:domain ep-material:MaterialPartWholePair ; |
487 | rdfs:label "part material of pair"^^xsd:string ; | 492 | rdfs:label "part material of pair"^^xsd:string ; |
488 | rdfs:range ep-material:Material ; | 493 | rdfs:range ep-material:Material ; |
489 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 494 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
490 | 495 | ||
491 | ep-material:secondMaterialOfPair | 496 | ep-material:secondMaterialOfPair |
492 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 497 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
493 | rdfs:domain ep-material:MaterialPair ; | 498 | rdfs:domain ep-material:MaterialPair ; |
494 | rdfs:label "second material of pair"^^xsd:string ; | 499 | rdfs:label "second material of pair"^^xsd:string ; |
495 | rdfs:range ep-material:Material . | 500 | rdfs:range ep-material:Material . |
... | @@ -616,7 +621,7 @@ ep-material:substance-3mPentane | ... | @@ -616,7 +621,7 @@ ep-material:substance-3mPentane |
616 | 621 | ||
617 | ep-material:substance-Ar | 622 | ep-material:substance-Ar |
618 | rdf:type owl:Class ; | 623 | rdf:type owl:Class ; |
619 | - rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; | 624 | + rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; |
620 | rdfs:subClassOf ep-material:Material . | 625 | rdfs:subClassOf ep-material:Material . |
621 | 626 | ||
622 | ep-material:substance-Benzene | 627 | ep-material:substance-Benzene |
... | @@ -945,13 +950,13 @@ ep-material:substance-T13dmcyPentane | ... | @@ -945,13 +950,13 @@ ep-material:substance-T13dmcyPentane |
945 | rdfs:subClassOf ep-material:Material . | 950 | rdfs:subClassOf ep-material:Material . |
946 | 951 | ||
947 | ep-material:volumeRatio | 952 | ep-material:volumeRatio |
948 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 953 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
949 | rdfs:domain ep-material:MaterialPair ; | 954 | rdfs:domain ep-material:MaterialPair ; |
950 | rdfs:label "volume ratio"^^xsd:string ; | 955 | rdfs:label "volume ratio"^^xsd:string ; |
951 | rdfs:range ep-core:Ratio . | 956 | rdfs:range ep-core:Ratio . |
952 | 957 | ||
953 | ep-material:wholeMaterialOfPair | 958 | ep-material:wholeMaterialOfPair |
954 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 959 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
955 | rdfs:domain ep-material:MaterialPartWholePair ; | 960 | rdfs:domain ep-material:MaterialPartWholePair ; |
956 | rdfs:label "whole material of pair"^^xsd:string ; | 961 | rdfs:label "whole material of pair"^^xsd:string ; |
957 | rdfs:range ep-material:Material ; | 962 | rdfs:range ep-material:Material ; | ... | ... |
... | @@ -196,6 +196,11 @@ ep-prodact:Deviation | ... | @@ -196,6 +196,11 @@ ep-prodact:Deviation |
196 | rdfs:label "deviation"^^xsd:string ; | 196 | rdfs:label "deviation"^^xsd:string ; |
197 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 197 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
198 | 198 | ||
199 | +ep-prodact:DischargeWater | ||
200 | + rdf:type owl:Class ; | ||
201 | + rdfs:label "discharge water"^^xsd:string ; | ||
202 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
203 | + | ||
199 | ep-prodact:DrillOrExcercise | 204 | ep-prodact:DrillOrExcercise |
200 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 205 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
201 | rdfs:label "drill or exercise"^^xsd:string ; | 206 | rdfs:label "drill or exercise"^^xsd:string ; |
... | @@ -350,10 +355,6 @@ ep-prodact:LastPartOfTypeRemainingActivityPair | ... | @@ -350,10 +355,6 @@ ep-prodact:LastPartOfTypeRemainingActivityPair |
350 | rdfs:label "last part of type - remaining activity pair"^^xsd:string ; | 355 | rdfs:label "last part of type - remaining activity pair"^^xsd:string ; |
351 | rdfs:subClassOf owl:Thing . | 356 | rdfs:subClassOf owl:Thing . |
352 | 357 | ||
353 | -ep-prodact:LostProduction | ||
354 | - rdf:type owl:Class ; | ||
355 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
356 | - | ||
357 | ep-prodact:LostTimeAccident | 358 | ep-prodact:LostTimeAccident |
358 | rdf:type owl:Class ; | 359 | rdf:type owl:Class ; |
359 | rdfs:subClassOf ep-prodact:Incident . | 360 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -469,12 +470,6 @@ ep-prodact:PartOfProductionActivity | ... | @@ -469,12 +470,6 @@ ep-prodact:PartOfProductionActivity |
469 | rdf:type owl:Class ; | 470 | rdf:type owl:Class ; |
470 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 471 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
471 | 472 | ||
472 | -ep-prodact:Participation | ||
473 | - rdf:type owl:ObjectProperty ; | ||
474 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
475 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ; | ||
476 | - rdfs:subPropertyOf ep-prodact:involvement . | ||
477 | - | ||
478 | ep-prodact:PeriodicWellTest | 473 | ep-prodact:PeriodicWellTest |
479 | rdf:type ep-prodact:WellTestReasonType , owl:Class ; | 474 | rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
480 | rdfs:label "periodic"^^xsd:string ; | 475 | rdfs:label "periodic"^^xsd:string ; |
... | @@ -722,6 +717,11 @@ ep-prodact:SevereAccident | ... | @@ -722,6 +717,11 @@ ep-prodact:SevereAccident |
722 | rdfs:label "severe accident"^^xsd:string ; | 717 | rdfs:label "severe accident"^^xsd:string ; |
723 | rdfs:subClassOf ep-prodact:Incident . | 718 | rdfs:subClassOf ep-prodact:Incident . |
724 | 719 | ||
720 | +ep-prodact:ShutdownProduction | ||
721 | + rdf:type owl:Class ; | ||
722 | + rdfs:label "shutdown production"^^xsd:string ; | ||
723 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
724 | + | ||
725 | ep-prodact:SickOnBoard | 725 | ep-prodact:SickOnBoard |
726 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 726 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
727 | rdfs:label "sick on board"^^xsd:string ; | 727 | rdfs:label "sick on board"^^xsd:string ; |
... | @@ -795,16 +795,6 @@ ep-prodact:WaterCleaningOperation | ... | @@ -795,16 +795,6 @@ ep-prodact:WaterCleaningOperation |
795 | rdf:type owl:Class ; | 795 | rdf:type owl:Class ; |
796 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 796 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
797 | 797 | ||
798 | -ep-prodact:WaterDischarge | ||
799 | - rdf:type owl:Class ; | ||
800 | - rdfs:label "water discharge"^^xsd:string ; | ||
801 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | ||
802 | - | ||
803 | -ep-prodact:WaterSample | ||
804 | - rdf:type owl:Class ; | ||
805 | - rdfs:label "(temporal part of a) water sample"^^xsd:string ; | ||
806 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> , ep-material:Water . | ||
807 | - | ||
808 | ep-prodact:WeatherProblem | 798 | ep-prodact:WeatherProblem |
809 | rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; | 799 | rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
810 | rdfs:label "weather problem"^^xsd:string ; | 800 | rdfs:label "weather problem"^^xsd:string ; |
... | @@ -848,12 +838,10 @@ ep-prodact:alertUpon | ... | @@ -848,12 +838,10 @@ ep-prodact:alertUpon |
848 | 838 | ||
849 | ep-prodact:ammoniumDensity | 839 | ep-prodact:ammoniumDensity |
850 | rdf:type owl:ObjectProperty ; | 840 | rdf:type owl:ObjectProperty ; |
851 | - rdfs:domain ep-prodact:WaterSample ; | ||
852 | rdfs:range ep-core:Density . | 841 | rdfs:range ep-core:Density . |
853 | 842 | ||
854 | ep-prodact:amountOfOil | 843 | ep-prodact:amountOfOil |
855 | rdf:type owl:ObjectProperty ; | 844 | rdf:type owl:ObjectProperty ; |
856 | - rdfs:domain ep-prodact:WaterSample ; | ||
857 | rdfs:range ep-core:Mass . | 845 | rdfs:range ep-core:Mass . |
858 | 846 | ||
859 | ep-prodact:buyer | 847 | ep-prodact:buyer |
... | @@ -898,20 +886,8 @@ ep-prodact:commentator | ... | @@ -898,20 +886,8 @@ ep-prodact:commentator |
898 | rdfs:label "commentator"^^xsd:string ; | 886 | rdfs:label "commentator"^^xsd:string ; |
899 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . | 887 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . |
900 | 888 | ||
901 | -ep-prodact:conveyed | ||
902 | - rdf:type owl:ObjectProperty ; | ||
903 | - rdfs:domain ep-prodact:TransportationActivity ; | ||
904 | - rdfs:range ep-core:PhysicalObject ; | ||
905 | - rdfs:subPropertyOf ep-prodact:involvement . | ||
906 | - | ||
907 | -ep-prodact:conveyedAmountOfMaterial | ||
908 | - rdf:type owl:ObjectProperty ; | ||
909 | - rdfs:domain ep-prodact:TransportationActivity ; | ||
910 | - rdfs:subPropertyOf ep-prodact:conveyed . | ||
911 | - | ||
912 | ep-prodact:coulterCounter | 889 | ep-prodact:coulterCounter |
913 | rdf:type owl:ObjectProperty ; | 890 | rdf:type owl:ObjectProperty ; |
914 | - rdfs:domain ep-prodact:WaterSample ; | ||
915 | rdfs:range ep-core:MassPerUnitMassConcentration . | 891 | rdfs:range ep-core:MassPerUnitMassConcentration . |
916 | 892 | ||
917 | ep-prodact:destination | 893 | ep-prodact:destination |
... | @@ -920,6 +896,12 @@ ep-prodact:destination | ... | @@ -920,6 +896,12 @@ ep-prodact:destination |
920 | rdfs:label "destination"^^xsd:string ; | 896 | rdfs:label "destination"^^xsd:string ; |
921 | rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . | 897 | rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . |
922 | 898 | ||
899 | +ep-prodact:facilityShutdown | ||
900 | + rdf:type owl:ObjectProperty ; | ||
901 | + rdfs:domain ep-prodact:ShutdownProduction ; | ||
902 | + rdfs:label "facility shutdown"^^xsd:string ; | ||
903 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | ||
904 | + | ||
923 | ep-prodact:forComment | 905 | ep-prodact:forComment |
924 | rdf:type owl:ObjectProperty ; | 906 | rdf:type owl:ObjectProperty ; |
925 | rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | 907 | rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; |
... | @@ -928,9 +910,14 @@ ep-prodact:forComment | ... | @@ -928,9 +910,14 @@ ep-prodact:forComment |
928 | 910 | ||
929 | ep-prodact:glycolDensity | 911 | ep-prodact:glycolDensity |
930 | rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; | 912 | rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; |
931 | - rdfs:domain ep-prodact:WaterSample ; | ||
932 | rdfs:range ep-core:Density . | 913 | rdfs:range ep-core:Density . |
933 | 914 | ||
915 | +ep-prodact:hasDischargeFlow | ||
916 | + rdf:type owl:ObjectProperty ; | ||
917 | + rdfs:domain ep-prodact:DischargeWater ; | ||
918 | + rdfs:label "has discharge flow"^^xsd:string ; | ||
919 | + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | ||
920 | + | ||
934 | ep-prodact:hasGasLiftChoke | 921 | ep-prodact:hasGasLiftChoke |
935 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 922 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
936 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 923 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
... | @@ -990,11 +977,6 @@ ep-prodact:injectionWellTestWellheadMaximumPressure | ... | @@ -990,11 +977,6 @@ ep-prodact:injectionWellTestWellheadMaximumPressure |
990 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 977 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
991 | rdfs:range ep-core:Pressure . | 978 | rdfs:range ep-core:Pressure . |
992 | 979 | ||
993 | -ep-prodact:involvement | ||
994 | - rdf:type owl:ObjectProperty ; | ||
995 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
996 | - rdfs:range ep-core:PhysicalObject . | ||
997 | - | ||
998 | ep-prodact:measuredFlow | 980 | ep-prodact:measuredFlow |
999 | rdf:type owl:ObjectProperty ; | 981 | rdf:type owl:ObjectProperty ; |
1000 | rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; | 982 | rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; |
... | @@ -1054,7 +1036,6 @@ ep-prodact:noOfSystemAlarms | ... | @@ -1054,7 +1036,6 @@ ep-prodact:noOfSystemAlarms |
1054 | 1036 | ||
1055 | ep-prodact:oilInWater | 1037 | ep-prodact:oilInWater |
1056 | rdf:type owl:ObjectProperty ; | 1038 | rdf:type owl:ObjectProperty ; |
1057 | - rdfs:domain ep-prodact:WaterSample ; | ||
1058 | rdfs:range ep-core:MassPerUnitMassConcentration . | 1039 | rdfs:range ep-core:MassPerUnitMassConcentration . |
1059 | 1040 | ||
1060 | ep-prodact:onProductionFacility | 1041 | ep-prodact:onProductionFacility |
... | @@ -1065,17 +1046,21 @@ ep-prodact:onProductionFacility | ... | @@ -1065,17 +1046,21 @@ ep-prodact:onProductionFacility |
1065 | 1046 | ||
1066 | ep-prodact:oxygenInWater | 1047 | ep-prodact:oxygenInWater |
1067 | rdf:type owl:ObjectProperty ; | 1048 | rdf:type owl:ObjectProperty ; |
1068 | - rdfs:domain ep-prodact:WaterSample ; | ||
1069 | rdfs:range ep-core:MassPerUnitMassConcentration . | 1049 | rdfs:range ep-core:MassPerUnitMassConcentration . |
1070 | 1050 | ||
1071 | -ep-prodact:performedBy | 1051 | +ep-prodact:performedByPersonOrOrganization |
1072 | rdf:type owl:ObjectProperty ; | 1052 | rdf:type owl:ObjectProperty ; |
1073 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1053 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
1074 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . | 1054 | rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . |
1075 | 1055 | ||
1056 | +ep-prodact:performedByShip | ||
1057 | + rdf:type owl:ObjectProperty ; | ||
1058 | + rdfs:domain ep-prodact:MarineOperation ; | ||
1059 | + rdfs:label "performed by ship"^^xsd:string ; | ||
1060 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | ||
1061 | + | ||
1076 | ep-prodact:phenolDensity | 1062 | ep-prodact:phenolDensity |
1077 | rdf:type owl:ObjectProperty ; | 1063 | rdf:type owl:ObjectProperty ; |
1078 | - rdfs:domain ep-prodact:WaterSample ; | ||
1079 | rdfs:range ep-core:Density . | 1064 | rdfs:range ep-core:Density . |
1080 | 1065 | ||
1081 | ep-prodact:processingLost | 1066 | ep-prodact:processingLost |
... | @@ -1102,7 +1087,6 @@ ep-prodact:remainingActivity | ... | @@ -1102,7 +1087,6 @@ ep-prodact:remainingActivity |
1102 | 1087 | ||
1103 | ep-prodact:residualChlorideInWater | 1088 | ep-prodact:residualChlorideInWater |
1104 | rdf:type owl:ObjectProperty ; | 1089 | rdf:type owl:ObjectProperty ; |
1105 | - rdfs:domain ep-prodact:WaterSample ; | ||
1106 | rdfs:range ep-core:MassPerUnitMassConcentration . | 1090 | rdfs:range ep-core:MassPerUnitMassConcentration . |
1107 | 1091 | ||
1108 | ep-prodact:salesAdministrator | 1092 | ep-prodact:salesAdministrator |
... | @@ -1113,29 +1097,28 @@ ep-prodact:salesAdministrator | ... | @@ -1113,29 +1097,28 @@ ep-prodact:salesAdministrator |
1113 | 1097 | ||
1114 | ep-prodact:samplePhValue | 1098 | ep-prodact:samplePhValue |
1115 | rdf:type owl:DatatypeProperty ; | 1099 | rdf:type owl:DatatypeProperty ; |
1116 | - rdfs:domain ep-prodact:WaterSample ; | ||
1117 | rdfs:range xsd:double . | 1100 | rdfs:range xsd:double . |
1118 | 1101 | ||
1119 | -ep-prodact:samplePoint | ||
1120 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
1121 | - rdfs:domain ep-prodact:WaterSample ; | ||
1122 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | ||
1123 | - | ||
1124 | -ep-prodact:sampleTemperature | ||
1125 | - rdf:type owl:ObjectProperty ; | ||
1126 | - rdfs:domain ep-prodact:WaterSample ; | ||
1127 | - rdfs:range ep-core:Temperature . | ||
1128 | - | ||
1129 | ep-prodact:sampleTurbidity | 1102 | ep-prodact:sampleTurbidity |
1130 | rdf:type owl:DatatypeProperty ; | 1103 | rdf:type owl:DatatypeProperty ; |
1131 | - rdfs:domain ep-prodact:WaterSample ; | ||
1132 | rdfs:range xsd:double . | 1104 | rdfs:range xsd:double . |
1133 | 1105 | ||
1106 | +ep-prodact:sampledMaterial | ||
1107 | + rdf:type owl:ObjectProperty ; | ||
1108 | + rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | ||
1109 | + rdfs:label "sampled material"^^xsd:string ; | ||
1110 | + rdfs:range ep-material:QuantityOfMaterial . | ||
1111 | + | ||
1134 | ep-prodact:samplingPerformedAt | 1112 | ep-prodact:samplingPerformedAt |
1135 | rdf:type owl:ObjectProperty ; | 1113 | rdf:type owl:ObjectProperty ; |
1136 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1114 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
1137 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 1115 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
1138 | 1116 | ||
1117 | +ep-prodact:samplingPerformedAtPointInSpace | ||
1118 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
1119 | + rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | ||
1120 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . | ||
1121 | + | ||
1139 | ep-prodact:seller | 1122 | ep-prodact:seller |
1140 | rdf:type owl:ObjectProperty ; | 1123 | rdf:type owl:ObjectProperty ; |
1141 | rdfs:domain ep-prodact:SalesActivity ; | 1124 | rdfs:domain ep-prodact:SalesActivity ; |
... | @@ -1173,7 +1156,6 @@ ep-prodact:totalNoOfPermitsIssued | ... | @@ -1173,7 +1156,6 @@ ep-prodact:totalNoOfPermitsIssued |
1173 | 1156 | ||
1174 | ep-prodact:totalOrganicCarbonInWater | 1157 | ep-prodact:totalOrganicCarbonInWater |
1175 | rdf:type owl:ObjectProperty ; | 1158 | rdf:type owl:ObjectProperty ; |
1176 | - rdfs:domain ep-prodact:WaterSample ; | ||
1177 | rdfs:range ep-core:MassPerUnitMassConcentration . | 1159 | rdfs:range ep-core:MassPerUnitMassConcentration . |
1178 | 1160 | ||
1179 | ep-prodact:typeOfPartCommentedOn | 1161 | ep-prodact:typeOfPartCommentedOn |
... | @@ -1184,20 +1166,7 @@ ep-prodact:typeOfPartCommentedOn | ... | @@ -1184,20 +1166,7 @@ ep-prodact:typeOfPartCommentedOn |
1184 | 1166 | ||
1185 | ep-prodact:waterSampleTaken | 1167 | ep-prodact:waterSampleTaken |
1186 | rdf:type owl:ObjectProperty ; | 1168 | rdf:type owl:ObjectProperty ; |
1187 | - rdfs:domain ep-prodact:WaterCleaningOperation ; | 1169 | + rdfs:domain ep-prodact:WaterCleaningOperation . |
1188 | - rdfs:range ep-prodact:WaterSample . | ||
1189 | - | ||
1190 | -ep-prodact:withProductCarryingShip | ||
1191 | - rdf:type owl:ObjectProperty ; | ||
1192 | - rdfs:domain ep-prodact:MarineOperation ; | ||
1193 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#OilTanker> ; | ||
1194 | - rdfs:subPropertyOf ep-prodact:involvement . | ||
1195 | - | ||
1196 | -ep-prodact:withStandByVessel | ||
1197 | - rdf:type owl:ObjectProperty ; | ||
1198 | - rdfs:domain ep-prodact:MarineOperation ; | ||
1199 | - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> ; | ||
1200 | - rdfs:subPropertyOf ep-prodact:involvement . | ||
1201 | 1170 | ||
1202 | ep-prodact:xpathToDataInSourceXmlFile | 1171 | ep-prodact:xpathToDataInSourceXmlFile |
1203 | rdf:type owl:DatatypeProperty ; | 1172 | rdf:type owl:DatatypeProperty ; | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -43,9 +43,6 @@ | ... | @@ -43,9 +43,6 @@ |
43 | @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . | 43 | @prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . |
44 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 44 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
45 | 45 | ||
46 | -<http://www.reportinghub.no/ep/schema/production-activity#WaterSample> | ||
47 | - rdfs:label "(temporal part of a) water sample"^^xsd:string . | ||
48 | - | ||
49 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 46 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
50 | rdf:type owl:Ontology ; | 47 | rdf:type owl:Ontology ; |
51 | owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | 48 | owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment