Showing
3 changed files
with
222 additions
and
17 deletions
| 1 | -# Saved by TopBraid on Tue Oct 11 20:19:35 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 21:13:23 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| ... | @@ -101,6 +101,14 @@ ep-prodact:DrillOrExcercise | ... | @@ -101,6 +101,14 @@ ep-prodact:DrillOrExcercise |
| 101 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 101 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 102 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 102 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 103 | 103 | ||
| 104 | +ep-prodact:Fire | ||
| 105 | + rdf:type owl:Class ; | ||
| 106 | + rdfs:subClassOf ep-prodact:Incident . | ||
| 107 | + | ||
| 108 | +ep-prodact:FirstAid | ||
| 109 | + rdf:type owl:Class ; | ||
| 110 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 111 | + | ||
| 104 | ep-prodact:FlowLine | 112 | ep-prodact:FlowLine |
| 105 | rdf:type owl:Class ; | 113 | rdf:type owl:Class ; |
| 106 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . | 114 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> . |
| ... | @@ -113,6 +121,10 @@ ep-prodact:HealthSafetyAndEnvironmentActivity | ... | @@ -113,6 +121,10 @@ ep-prodact:HealthSafetyAndEnvironmentActivity |
| 113 | rdf:type owl:Class ; | 121 | rdf:type owl:Class ; |
| 114 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 122 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| 115 | 123 | ||
| 124 | +ep-prodact:Incident | ||
| 125 | + rdf:type owl:Class ; | ||
| 126 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 127 | + | ||
| 116 | ep-prodact:Injury | 128 | ep-prodact:Injury |
| 117 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 129 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 118 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 130 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -121,10 +133,22 @@ ep-prodact:IssueWorkPermit | ... | @@ -121,10 +133,22 @@ ep-prodact:IssueWorkPermit |
| 121 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 133 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 122 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 134 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 123 | 135 | ||
| 136 | +ep-prodact:JobObservation | ||
| 137 | + rdf:type owl:Class ; | ||
| 138 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 139 | + | ||
| 124 | ep-prodact:LostProduction | 140 | ep-prodact:LostProduction |
| 125 | rdf:type owl:Class ; | 141 | rdf:type owl:Class ; |
| 126 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 142 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 127 | 143 | ||
| 144 | +ep-prodact:LostTimeAccident | ||
| 145 | + rdf:type owl:Class ; | ||
| 146 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 147 | + | ||
| 148 | +ep-prodact:LostTimeIncident | ||
| 149 | + rdf:type owl:Class ; | ||
| 150 | + rdfs:subClassOf ep-prodact:Incident . | ||
| 151 | + | ||
| 128 | ep-prodact:MaintenanceActivity | 152 | ep-prodact:MaintenanceActivity |
| 129 | rdf:type owl:Class ; | 153 | rdf:type owl:Class ; |
| 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 154 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| ... | @@ -141,6 +165,10 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | ... | @@ -141,6 +165,10 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
| 141 | rdf:type owl:Class ; | 165 | rdf:type owl:Class ; |
| 142 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 166 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
| 143 | 167 | ||
| 168 | +ep-prodact:NearMiss | ||
| 169 | + rdf:type owl:Class ; | ||
| 170 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 171 | + | ||
| 144 | ep-prodact:PartOfProductionActivity | 172 | ep-prodact:PartOfProductionActivity |
| 145 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
| 146 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 174 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
| ... | @@ -161,10 +189,18 @@ ep-prodact:ProductionVolumeActivity | ... | @@ -161,10 +189,18 @@ ep-prodact:ProductionVolumeActivity |
| 161 | rdf:type owl:Class ; | 189 | rdf:type owl:Class ; |
| 162 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 190 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
| 163 | 191 | ||
| 192 | +ep-prodact:ReleasedToWater | ||
| 193 | + rdf:type owl:Class ; | ||
| 194 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 195 | + | ||
| 164 | ep-prodact:ReportHazard | 196 | ep-prodact:ReportHazard |
| 165 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 197 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 166 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 198 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 167 | 199 | ||
| 200 | +ep-prodact:RestrictedWork | ||
| 201 | + rdf:type owl:Class ; | ||
| 202 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 203 | + | ||
| 168 | ep-prodact:RestrictedWorkInjury | 204 | ep-prodact:RestrictedWorkInjury |
| 169 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 205 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 170 | rdfs:subClassOf ep-prodact:Injury . | 206 | rdfs:subClassOf ep-prodact:Injury . |
| ... | @@ -177,6 +213,18 @@ ep-prodact:SafetyMeeting | ... | @@ -177,6 +213,18 @@ ep-prodact:SafetyMeeting |
| 177 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 213 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 178 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 214 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 179 | 215 | ||
| 216 | +ep-prodact:SentAshore | ||
| 217 | + rdf:type owl:Class ; | ||
| 218 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 219 | + | ||
| 220 | +ep-prodact:SevereAccident | ||
| 221 | + rdf:type owl:Class ; | ||
| 222 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 223 | + | ||
| 224 | +ep-prodact:SickOnBoard | ||
| 225 | + rdf:type owl:Class ; | ||
| 226 | + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ||
| 227 | + | ||
| 180 | ep-prodact:SpillOrLeak | 228 | ep-prodact:SpillOrLeak |
| 181 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 229 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
| 182 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 230 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Oct 11 17:41:41 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 21:13:43 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 6 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed | 6 | # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | ||
| 8 | # imports: http://spinrdf.org/spin | 9 | # imports: http://spinrdf.org/spin |
| 9 | # imports: http://www.witsml.org/schemas/131/addendum/combo | 10 | # imports: http://www.witsml.org/schemas/131/addendum/combo |
| 10 | 11 | ||
| ... | @@ -23,7 +24,7 @@ | ... | @@ -23,7 +24,7 @@ |
| 23 | 24 | ||
| 24 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 25 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
| 25 | rdf:type owl:Ontology ; | 26 | rdf:type owl:Ontology ; |
| 26 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ; | 27 | + owl:imports <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/dpr/spin/1.1/unnamed> ; |
| 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 28 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 28 | 29 | ||
| 29 | ep-dpr-spin-lib:Function | 30 | ep-dpr-spin-lib:Function |
| ... | @@ -890,13 +891,166 @@ ep-dpr-spin-lib:selectRelationshipToMeasure | ... | @@ -890,13 +891,166 @@ ep-dpr-spin-lib:selectRelationshipToMeasure |
| 890 | ]) | 891 | ]) |
| 891 | ] . | 892 | ] . |
| 892 | 893 | ||
| 894 | +ep-dpr-spin-lib:selectSafetyActivityType | ||
| 895 | + rdf:type spin:Function ; | ||
| 896 | + rdfs:subClassOf ep-dpr-spin-lib:Function ; | ||
| 897 | + spin:body | ||
| 898 | + [ rdf:type sp:Select ; | ||
| 899 | + sp:resultVariables (_:b12) ; | ||
| 900 | + sp:where ([ rdf:type sp:Bind ; | ||
| 901 | + sp:expression | ||
| 902 | + [ rdf:type sp:if ; | ||
| 903 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 904 | + sp:arg1 spin:_arg1 ; | ||
| 905 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_releasedtoair> | ||
| 906 | + ] ; | ||
| 907 | + sp:arg2 <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
| 908 | + sp:arg3 [ rdf:type sp:if ; | ||
| 909 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 910 | + sp:arg1 spin:_arg1 ; | ||
| 911 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_fire> | ||
| 912 | + ] ; | ||
| 913 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Fire> ; | ||
| 914 | + sp:arg3 [ rdf:type sp:if ; | ||
| 915 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 916 | + sp:arg1 spin:_arg1 ; | ||
| 917 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_nearmiss> | ||
| 918 | + ] ; | ||
| 919 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#NearMiss> ; | ||
| 920 | + sp:arg3 [ rdf:type sp:if ; | ||
| 921 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 922 | + sp:arg1 spin:_arg1 ; | ||
| 923 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_miscellaneous> | ||
| 924 | + ] ; | ||
| 925 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity> ; | ||
| 926 | + sp:arg3 [ rdf:type sp:if ; | ||
| 927 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 928 | + sp:arg1 spin:_arg1 ; | ||
| 929 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_sickonboard> | ||
| 930 | + ] ; | ||
| 931 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#SickOnBoard> ; | ||
| 932 | + sp:arg3 [ rdf:type sp:if ; | ||
| 933 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 934 | + sp:arg1 spin:_arg1 ; | ||
| 935 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_releasedtowater> | ||
| 936 | + ] ; | ||
| 937 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ReleasedToWater> ; | ||
| 938 | + sp:arg3 [ rdf:type sp:if ; | ||
| 939 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 940 | + sp:arg1 spin:_arg1 ; | ||
| 941 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_firstaid> | ||
| 942 | + ] ; | ||
| 943 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#FirstAid> ; | ||
| 944 | + sp:arg3 [ rdf:type sp:if ; | ||
| 945 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 946 | + sp:arg1 spin:_arg1 ; | ||
| 947 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_totalpermits> | ||
| 948 | + ] ; | ||
| 949 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#IssueWorkPermit> ; | ||
| 950 | + sp:arg3 [ rdf:type sp:if ; | ||
| 951 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 952 | + sp:arg1 spin:_arg1 ; | ||
| 953 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_losttimeincident> | ||
| 954 | + ] ; | ||
| 955 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#LostTimeIncident> ; | ||
| 956 | + sp:arg3 [ rdf:type sp:if ; | ||
| 957 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 958 | + sp:arg1 spin:_arg1 ; | ||
| 959 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_restrictedwork> | ||
| 960 | + ] ; | ||
| 961 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#RestrictedWork> ; | ||
| 962 | + sp:arg3 [ rdf:type sp:if ; | ||
| 963 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 964 | + sp:arg1 spin:_arg1 ; | ||
| 965 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_losttimeaccident> | ||
| 966 | + ] ; | ||
| 967 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#LostTimeAccident> ; | ||
| 968 | + sp:arg3 [ rdf:type sp:if ; | ||
| 969 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 970 | + sp:arg1 spin:_arg1 ; | ||
| 971 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_drillorexercise> | ||
| 972 | + ] ; | ||
| 973 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#DrillOrExcercise> ; | ||
| 974 | + sp:arg3 [ rdf:type sp:if ; | ||
| 975 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 976 | + sp:arg1 spin:_arg1 ; | ||
| 977 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_safetymeeting> | ||
| 978 | + ] ; | ||
| 979 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#SafetyMeeting> ; | ||
| 980 | + sp:arg3 [ rdf:type sp:if ; | ||
| 981 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 982 | + sp:arg1 spin:_arg1 ; | ||
| 983 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_permitwithSJA> | ||
| 984 | + ] ; | ||
| 985 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#WorkingUnderPermitWithSJA> ; | ||
| 986 | + sp:arg3 [ rdf:type sp:if ; | ||
| 987 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 988 | + sp:arg1 spin:_arg1 ; | ||
| 989 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_spillorleak> | ||
| 990 | + ] ; | ||
| 991 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#SpillOrLeak> ; | ||
| 992 | + sp:arg3 [ rdf:type sp:if ; | ||
| 993 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 994 | + sp:arg1 spin:_arg1 ; | ||
| 995 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_severeaccident> | ||
| 996 | + ] ; | ||
| 997 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#SevereAccident> ; | ||
| 998 | + sp:arg3 [ rdf:type sp:if ; | ||
| 999 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1000 | + sp:arg1 spin:_arg1 ; | ||
| 1001 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_sentashore> | ||
| 1002 | + ] ; | ||
| 1003 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#SentAshore> ; | ||
| 1004 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1005 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1006 | + sp:arg1 spin:_arg1 ; | ||
| 1007 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_hazardreportcard> | ||
| 1008 | + ] ; | ||
| 1009 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#ReportHazard> ; | ||
| 1010 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1011 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1012 | + sp:arg1 spin:_arg1 ; | ||
| 1013 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_jobobservation> | ||
| 1014 | + ] ; | ||
| 1015 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#JobObservation> ; | ||
| 1016 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1017 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1018 | + sp:arg1 spin:_arg1 ; | ||
| 1019 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#ST_year-to-dateincidents> | ||
| 1020 | + ] ; | ||
| 1021 | + sp:arg2 <http://www.reportinghub.no/ep/schema/production-activity#Incident> ; | ||
| 1022 | + sp:arg3 <http://www.reportinghub.no/ep/schema/production-activity#HealthSafetyAndEnvironmentActivity> | ||
| 1023 | + ] | ||
| 1024 | + ] | ||
| 1025 | + ] | ||
| 1026 | + ] | ||
| 1027 | + ] | ||
| 1028 | + ] | ||
| 1029 | + ] | ||
| 1030 | + ] | ||
| 1031 | + ] | ||
| 1032 | + ] | ||
| 1033 | + ] | ||
| 1034 | + ] | ||
| 1035 | + ] | ||
| 1036 | + ] | ||
| 1037 | + ] | ||
| 1038 | + ] | ||
| 1039 | + ] | ||
| 1040 | + ] | ||
| 1041 | + ] | ||
| 1042 | + ] ; | ||
| 1043 | + sp:variable _:b12 | ||
| 1044 | + ]) | ||
| 1045 | + ] . | ||
| 1046 | + | ||
| 893 | ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | 1047 | ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 894 | rdf:type spin:Function ; | 1048 | rdf:type spin:Function ; |
| 895 | rdfs:label "select TemporalPartOfAFlowDurationType"^^xsd:string ; | 1049 | rdfs:label "select TemporalPartOfAFlowDurationType"^^xsd:string ; |
| 896 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1050 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 897 | spin:body | 1051 | spin:body |
| 898 | [ rdf:type sp:Select ; | 1052 | [ rdf:type sp:Select ; |
| 899 | - sp:resultVariables (_:b12) ; | 1053 | + sp:resultVariables (_:b13) ; |
| 900 | sp:where ([ rdf:type sp:Bind ; | 1054 | sp:where ([ rdf:type sp:Bind ; |
| 901 | sp:expression | 1055 | sp:expression |
| 902 | [ rdf:type sp:if ; | 1056 | [ rdf:type sp:if ; |
| ... | @@ -970,7 +1124,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType | ... | @@ -970,7 +1124,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType |
| 970 | ] | 1124 | ] |
| 971 | ] | 1125 | ] |
| 972 | ] ; | 1126 | ] ; |
| 973 | - sp:variable _:b12 | 1127 | + sp:variable _:b13 |
| 974 | ]) | 1128 | ]) |
| 975 | ] . | 1129 | ] . |
| 976 | 1130 | ||
| ... | @@ -980,7 +1134,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -980,7 +1134,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 980 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1134 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 981 | spin:body | 1135 | spin:body |
| 982 | [ rdf:type sp:Select ; | 1136 | [ rdf:type sp:Select ; |
| 983 | - sp:resultVariables (_:b13) ; | 1137 | + sp:resultVariables (_:b14) ; |
| 984 | sp:where ([ rdf:type sp:Bind ; | 1138 | sp:where ([ rdf:type sp:Bind ; |
| 985 | sp:expression | 1139 | sp:expression |
| 986 | [ rdf:type sp:if ; | 1140 | [ rdf:type sp:if ; |
| ... | @@ -1005,7 +1159,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType | ... | @@ -1005,7 +1159,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType |
| 1005 | ] | 1159 | ] |
| 1006 | ] | 1160 | ] |
| 1007 | ] ; | 1161 | ] ; |
| 1008 | - sp:variable _:b13 | 1162 | + sp:variable _:b14 |
| 1009 | ]) | 1163 | ]) |
| 1010 | ] . | 1164 | ] . |
| 1011 | 1165 | ||
| ... | @@ -1015,7 +1169,7 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -1015,7 +1169,7 @@ ep-dpr-spin-lib:selectVolumeScale |
| 1015 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 1169 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
| 1016 | spin:body | 1170 | spin:body |
| 1017 | [ rdf:type sp:Select ; | 1171 | [ rdf:type sp:Select ; |
| 1018 | - sp:resultVariables (_:b14) ; | 1172 | + sp:resultVariables (_:b15) ; |
| 1019 | sp:where ([ rdf:type sp:Bind ; | 1173 | sp:where ([ rdf:type sp:Bind ; |
| 1020 | sp:expression | 1174 | sp:expression |
| 1021 | [ rdf:type sp:if ; | 1175 | [ rdf:type sp:if ; |
| ... | @@ -1243,18 +1397,17 @@ ep-dpr-spin-lib:selectVolumeScale | ... | @@ -1243,18 +1397,17 @@ ep-dpr-spin-lib:selectVolumeScale |
| 1243 | ] | 1397 | ] |
| 1244 | ] | 1398 | ] |
| 1245 | ] ; | 1399 | ] ; |
| 1246 | - sp:variable _:b14 | 1400 | + sp:variable _:b15 |
| 1247 | ]) | 1401 | ]) |
| 1248 | ] . | 1402 | ] . |
| 1249 | 1403 | ||
| 1250 | -_:b9 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | 1404 | +_:b15 |
| 1251 | - | 1405 | + sp:varName "volumeScale"^^xsd:string . |
| 1252 | -_:b8 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 1253 | 1406 | ||
| 1254 | -_:b13 | 1407 | +_:b14 |
| 1255 | sp:varName "volumeAtStdType"^^xsd:string . | 1408 | sp:varName "volumeAtStdType"^^xsd:string . |
| 1256 | 1409 | ||
| 1257 | -_:b12 | 1410 | +_:b13 |
| 1258 | sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | 1411 | sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . |
| 1259 | 1412 | ||
| 1260 | _:b11 | 1413 | _:b11 |
| ... | @@ -1263,6 +1416,10 @@ _:b11 | ... | @@ -1263,6 +1416,10 @@ _:b11 |
| 1263 | _:b10 | 1416 | _:b10 |
| 1264 | sp:varName "productionFlowPurposeType"^^xsd:string . | 1417 | sp:varName "productionFlowPurposeType"^^xsd:string . |
| 1265 | 1418 | ||
| 1419 | +_:b9 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 1420 | + | ||
| 1421 | +_:b8 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
| 1422 | + | ||
| 1266 | _:b7 sp:varName "productionFlowDefinitionType"^^xsd:string . | 1423 | _:b7 sp:varName "productionFlowDefinitionType"^^xsd:string . |
| 1267 | 1424 | ||
| 1268 | _:b6 sp:varName "productionFacilityType"^^xsd:string . | 1425 | _:b6 sp:varName "productionFacilityType"^^xsd:string . |
| ... | @@ -1277,5 +1434,5 @@ _:b2 sp:varName "uri"^^xsd:string . | ... | @@ -1277,5 +1434,5 @@ _:b2 sp:varName "uri"^^xsd:string . |
| 1277 | 1434 | ||
| 1278 | _:b1 sp:varName "uri"^^xsd:string . | 1435 | _:b1 sp:varName "uri"^^xsd:string . |
| 1279 | 1436 | ||
| 1280 | -_:b14 | 1437 | +_:b12 |
| 1281 | - sp:varName "volumeScale"^^xsd:string . | 1438 | + sp:varName "safetyActivityType"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Oct 10 16:49:41 BST 2011 | 1 | +# Saved by TopBraid on Tue Oct 11 21:13:43 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
-
Please register or login to post a comment