Showing
7 changed files
with
164 additions
and
193 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> ; | ... | ... |
... | @@ -21,88 +21,95 @@ | ... | @@ -21,88 +21,95 @@ |
21 | <http://www.epim.no/schemas/mprml/1#Cs_datedComment> | 21 | <http://www.epim.no/schemas/mprml/1#Cs_datedComment> |
22 | spin:rule | 22 | spin:rule |
23 | [ rdf:type sp:Construct ; | 23 | [ rdf:type sp:Construct ; |
24 | - rdfs:comment "STEP 90202 Set the commentation role (whole life person set)"^^xsd:string ; | 24 | + rdfs:comment "STEP 90200 Create the commenting activity"^^xsd:string ; |
25 | sp:templates ([ sp:object _:b1 ; | 25 | sp:templates ([ sp:object _:b1 ; |
26 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 26 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
27 | sp:subject | 27 | sp:subject |
28 | - [ sp:varName "commentator"^^xsd:string | 28 | + [ sp:varName "activityForComment"^^xsd:string |
29 | ] | 29 | ] |
30 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; | 30 | + ] [ sp:object |
31 | + [ sp:varName "typeOfPartCommentedOn"^^xsd:string | ||
32 | + ] ; | ||
31 | sp:predicate rdf:type ; | 33 | sp:predicate rdf:type ; |
32 | sp:subject _:b1 | 34 | sp:subject _:b1 |
33 | ] [ sp:object | 35 | ] [ sp:object |
34 | - [ sp:varName "personRoleType"^^xsd:string | 36 | + [ sp:varName "dTimStart"^^xsd:string |
35 | ] ; | 37 | ] ; |
36 | - sp:predicate rdf:type ; | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
37 | sp:subject _:b1 | 39 | sp:subject _:b1 |
38 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; | 40 | + ] [ sp:object |
41 | + [ sp:varName "dTimEnd"^^xsd:string | ||
42 | + ] ; | ||
43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
44 | + sp:subject _:b1 | ||
45 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MakeAComment> ; | ||
39 | sp:predicate rdf:type ; | 46 | sp:predicate rdf:type ; |
40 | - sp:subject | 47 | + sp:subject _:b2 |
41 | - [ sp:varName "personRoleType"^^xsd:string | 48 | + ] [ sp:object _:b1 ; |
42 | - ] | 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentUpon> ; |
43 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; | 50 | + sp:subject _:b2 |
44 | - sp:predicate rdfs:subClassOf ; | ||
45 | - sp:subject | ||
46 | - [ sp:varName "personRoleType"^^xsd:string | ||
47 | - ] | ||
48 | ] [ sp:object | 51 | ] [ sp:object |
49 | - [ sp:varName "role"^^xsd:string | 52 | + [ sp:varName "remark"^^xsd:string |
50 | ] ; | 53 | ] ; |
51 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; |
52 | - sp:subject | 55 | + sp:subject _:b2 |
53 | - [ sp:varName "personRoleType"^^xsd:string | 56 | + ] [ sp:object spin:_this ; |
54 | - ] | 57 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; |
58 | + sp:subject _:b2 | ||
55 | ]) ; | 59 | ]) ; |
56 | sp:where ([ sp:object spin:_this ; | 60 | sp:where ([ sp:object spin:_this ; |
57 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | 61 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; |
58 | sp:subject | 62 | sp:subject |
59 | - [ sp:varName "commentingActivity"^^xsd:string | 63 | + [ sp:varName "activityForComment"^^xsd:string |
60 | ] | 64 | ] |
61 | - ] [ sp:object | 65 | + ] [ sp:object spin:_this ; |
62 | - [ sp:varName "commentator"^^xsd:string | 66 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; |
63 | - ] ; | ||
64 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | ||
65 | sp:subject | 67 | sp:subject |
66 | - [ sp:varName "commentingActivity"^^xsd:string | 68 | + [ sp:varName "typeOfPartCommentedOn"^^xsd:string |
67 | ] | 69 | ] |
68 | - ] [ sp:object | 70 | + ] [ rdf:type sp:Optional ; |
69 | - [ sp:varName "role"^^xsd:string | 71 | + sp:elements ([ sp:object |
72 | + [ sp:varName "dTimStart"^^xsd:string | ||
70 | ] ; | 73 | ] ; |
71 | - sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; | 74 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; |
72 | sp:subject spin:_this | 75 | sp:subject spin:_this |
73 | - ] [ rdf:type sp:Bind ; | 76 | + ]) |
74 | - sp:expression | 77 | + ] [ rdf:type sp:Optional ; |
75 | - [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; | 78 | + sp:elements ([ sp:object |
76 | - sp:arg1 [ sp:varName "role"^^xsd:string | 79 | + [ sp:varName "dTimEnd"^^xsd:string |
77 | - ] | ||
78 | ] ; | 80 | ] ; |
79 | - sp:variable | 81 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; |
80 | - [ sp:varName "personRoleType"^^xsd:string | 82 | + sp:subject spin:_this |
81 | - ] | 83 | + ]) |
84 | + ] [ sp:object | ||
85 | + [ sp:varName "remark"^^xsd:string | ||
86 | + ] ; | ||
87 | + sp:predicate <http://www.epim.no/schemas/mprml/1#remark> ; | ||
88 | + sp:subject spin:_this | ||
82 | ]) | 89 | ]) |
83 | ] ; | 90 | ] ; |
84 | spin:rule | 91 | spin:rule |
85 | [ rdf:type sp:Construct ; | 92 | [ rdf:type sp:Construct ; |
86 | rdfs:comment "STEP 90203 Set the commentation role (whole life person not set)"^^xsd:string ; | 93 | rdfs:comment "STEP 90203 Set the commentation role (whole life person not set)"^^xsd:string ; |
87 | - sp:templates ([ sp:object _:b2 ; | 94 | + sp:templates ([ sp:object _:b3 ; |
88 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 95 | sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
89 | sp:subject | 96 | sp:subject |
90 | [ sp:varName "commentingActivity"^^xsd:string | 97 | [ sp:varName "commentingActivity"^^xsd:string |
91 | ] | 98 | ] |
92 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; | 99 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; |
93 | sp:predicate rdf:type ; | 100 | sp:predicate rdf:type ; |
94 | - sp:subject _:b2 | 101 | + sp:subject _:b3 |
95 | - ] [ sp:object _:b3 ; | 102 | + ] [ sp:object _:b4 ; |
96 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 103 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
97 | - sp:subject _:b2 | 104 | + sp:subject _:b3 |
98 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; | 105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; |
99 | sp:predicate rdf:type ; | 106 | sp:predicate rdf:type ; |
100 | - sp:subject _:b3 | 107 | + sp:subject _:b4 |
101 | ] [ sp:object | 108 | ] [ sp:object |
102 | [ sp:varName "personRoleType"^^xsd:string | 109 | [ sp:varName "personRoleType"^^xsd:string |
103 | ] ; | 110 | ] ; |
104 | sp:predicate rdf:type ; | 111 | sp:predicate rdf:type ; |
105 | - sp:subject _:b3 | 112 | + sp:subject _:b4 |
106 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; | 113 | ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; |
107 | sp:predicate rdf:type ; | 114 | sp:predicate rdf:type ; |
108 | sp:subject | 115 | sp:subject |
... | @@ -153,100 +160,86 @@ | ... | @@ -153,100 +160,86 @@ |
153 | ] ; | 160 | ] ; |
154 | spin:rule | 161 | spin:rule |
155 | [ rdf:type sp:Construct ; | 162 | [ rdf:type sp:Construct ; |
156 | - rdfs:comment "STEP 90200 Create the commenting activity"^^xsd:string ; | 163 | + rdfs:comment "STEP 90201 Set the commentation whole life person"^^xsd:string ; |
157 | - sp:templates ([ sp:object _:b4 ; | 164 | + sp:templates ([ sp:object _:b5 ; |
158 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 165 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
159 | sp:subject | 166 | sp:subject |
160 | - [ sp:varName "activityForComment"^^xsd:string | 167 | + [ sp:varName "commentingActivity"^^xsd:string |
161 | ] | 168 | ] |
162 | - ] [ sp:object | 169 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; |
163 | - [ sp:varName "typeOfPartCommentedOn"^^xsd:string | ||
164 | - ] ; | ||
165 | sp:predicate rdf:type ; | 170 | sp:predicate rdf:type ; |
166 | - sp:subject _:b4 | 171 | + sp:subject _:b5 |
167 | - ] [ sp:object | ||
168 | - [ sp:varName "dTimStart"^^xsd:string | ||
169 | - ] ; | ||
170 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
171 | - sp:subject _:b4 | ||
172 | ] [ sp:object | 172 | ] [ sp:object |
173 | - [ sp:varName "dTimEnd"^^xsd:string | 173 | + [ sp:varName "person"^^xsd:string |
174 | ] ; | 174 | ] ; |
175 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
176 | - sp:subject _:b4 | ||
177 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MakeAComment> ; | ||
178 | - sp:predicate rdf:type ; | ||
179 | - sp:subject _:b5 | ||
180 | - ] [ sp:object _:b4 ; | ||
181 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentUpon> ; | ||
182 | sp:subject _:b5 | 176 | sp:subject _:b5 |
177 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#WholeLifePerson> ; | ||
178 | + sp:predicate rdf:type ; | ||
179 | + sp:subject | ||
180 | + [ sp:varName "person"^^xsd:string | ||
181 | + ] | ||
183 | ] [ sp:object | 182 | ] [ sp:object |
184 | - [ sp:varName "remark"^^xsd:string | 183 | + [ sp:varName "who"^^xsd:string |
185 | ] ; | 184 | ] ; |
186 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; | 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
187 | - sp:subject _:b5 | ||
188 | - ] [ sp:object spin:_this ; | ||
189 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
190 | - sp:subject _:b5 | ||
191 | - ]) ; | ||
192 | - sp:where ([ sp:object spin:_this ; | ||
193 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; | ||
194 | sp:subject | 186 | sp:subject |
195 | - [ sp:varName "activityForComment"^^xsd:string | 187 | + [ sp:varName "person"^^xsd:string |
196 | ] | 188 | ] |
197 | - ] [ sp:object spin:_this ; | 189 | + ]) ; |
198 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; | 190 | + sp:where ([ sp:object spin:_this ; |
191 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; | ||
199 | sp:subject | 192 | sp:subject |
200 | - [ sp:varName "typeOfPartCommentedOn"^^xsd:string | 193 | + [ sp:varName "commentingActivity"^^xsd:string |
201 | ] | 194 | ] |
202 | - ] [ rdf:type sp:Optional ; | ||
203 | - sp:elements ([ sp:object | ||
204 | - [ sp:varName "dTimStart"^^xsd:string | ||
205 | - ] ; | ||
206 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | ||
207 | - sp:subject spin:_this | ||
208 | - ]) | ||
209 | - ] [ rdf:type sp:Optional ; | ||
210 | - sp:elements ([ sp:object | ||
211 | - [ sp:varName "dTimEnd"^^xsd:string | ||
212 | - ] ; | ||
213 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | ||
214 | - sp:subject spin:_this | ||
215 | - ]) | ||
216 | ] [ sp:object | 195 | ] [ sp:object |
217 | - [ sp:varName "remark"^^xsd:string | 196 | + [ sp:varName "who"^^xsd:string |
218 | ] ; | 197 | ] ; |
219 | - sp:predicate <http://www.epim.no/schemas/mprml/1#remark> ; | 198 | + sp:predicate <http://www.epim.no/schemas/mprml/1#who> ; |
220 | sp:subject spin:_this | 199 | sp:subject spin:_this |
200 | + ] [ rdf:type sp:Bind ; | ||
201 | + sp:expression | ||
202 | + [ rdf:type ep-dpr-spin-lib:buildPersonURI ; | ||
203 | + sp:arg1 [ sp:varName "who"^^xsd:string | ||
204 | + ] | ||
205 | + ] ; | ||
206 | + sp:variable | ||
207 | + [ sp:varName "person"^^xsd:string | ||
208 | + ] | ||
221 | ]) | 209 | ]) |
222 | ] ; | 210 | ] ; |
223 | spin:rule | 211 | spin:rule |
224 | [ rdf:type sp:Construct ; | 212 | [ rdf:type sp:Construct ; |
225 | - rdfs:comment "STEP 90201 Set the commentation whole life person"^^xsd:string ; | 213 | + rdfs:comment "STEP 90202 Set the commentation role (whole life person set)"^^xsd:string ; |
226 | sp:templates ([ sp:object _:b6 ; | 214 | sp:templates ([ sp:object _:b6 ; |
227 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 215 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
228 | sp:subject | 216 | sp:subject |
229 | - [ sp:varName "commentingActivity"^^xsd:string | 217 | + [ sp:varName "commentator"^^xsd:string |
230 | ] | 218 | ] |
231 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; | 219 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; |
232 | sp:predicate rdf:type ; | 220 | sp:predicate rdf:type ; |
233 | sp:subject _:b6 | 221 | sp:subject _:b6 |
234 | ] [ sp:object | 222 | ] [ sp:object |
235 | - [ sp:varName "person"^^xsd:string | 223 | + [ sp:varName "personRoleType"^^xsd:string |
236 | ] ; | 224 | ] ; |
237 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 225 | + sp:predicate rdf:type ; |
238 | sp:subject _:b6 | 226 | sp:subject _:b6 |
239 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#WholeLifePerson> ; | 227 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; |
240 | sp:predicate rdf:type ; | 228 | sp:predicate rdf:type ; |
241 | sp:subject | 229 | sp:subject |
242 | - [ sp:varName "person"^^xsd:string | 230 | + [ sp:varName "personRoleType"^^xsd:string |
231 | + ] | ||
232 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; | ||
233 | + sp:predicate rdfs:subClassOf ; | ||
234 | + sp:subject | ||
235 | + [ sp:varName "personRoleType"^^xsd:string | ||
243 | ] | 236 | ] |
244 | ] [ sp:object | 237 | ] [ sp:object |
245 | - [ sp:varName "who"^^xsd:string | 238 | + [ sp:varName "role"^^xsd:string |
246 | ] ; | 239 | ] ; |
247 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 240 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
248 | sp:subject | 241 | sp:subject |
249 | - [ sp:varName "person"^^xsd:string | 242 | + [ sp:varName "personRoleType"^^xsd:string |
250 | ] | 243 | ] |
251 | ]) ; | 244 | ]) ; |
252 | sp:where ([ sp:object spin:_this ; | 245 | sp:where ([ sp:object spin:_this ; |
... | @@ -255,18 +248,25 @@ | ... | @@ -255,18 +248,25 @@ |
255 | [ sp:varName "commentingActivity"^^xsd:string | 248 | [ sp:varName "commentingActivity"^^xsd:string |
256 | ] | 249 | ] |
257 | ] [ sp:object | 250 | ] [ sp:object |
258 | - [ sp:varName "who"^^xsd:string | 251 | + [ sp:varName "commentator"^^xsd:string |
259 | ] ; | 252 | ] ; |
260 | - sp:predicate <http://www.epim.no/schemas/mprml/1#who> ; | 253 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
254 | + sp:subject | ||
255 | + [ sp:varName "commentingActivity"^^xsd:string | ||
256 | + ] | ||
257 | + ] [ sp:object | ||
258 | + [ sp:varName "role"^^xsd:string | ||
259 | + ] ; | ||
260 | + sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; | ||
261 | sp:subject spin:_this | 261 | sp:subject spin:_this |
262 | ] [ rdf:type sp:Bind ; | 262 | ] [ rdf:type sp:Bind ; |
263 | sp:expression | 263 | sp:expression |
264 | - [ rdf:type ep-dpr-spin-lib:buildPersonURI ; | 264 | + [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; |
265 | - sp:arg1 [ sp:varName "who"^^xsd:string | 265 | + sp:arg1 [ sp:varName "role"^^xsd:string |
266 | ] | 266 | ] |
267 | ] ; | 267 | ] ; |
268 | sp:variable | 268 | sp:variable |
269 | - [ sp:varName "person"^^xsd:string | 269 | + [ sp:varName "personRoleType"^^xsd:string |
270 | ] | 270 | ] |
271 | ]) | 271 | ]) |
272 | ] . | 272 | ] . | ... | ... |
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