David Leal

Debugged productVolume transform

1 -# Saved by TopBraid on Tue Oct 11 21:13:43 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 22:30:58 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
...@@ -32,13 +32,32 @@ ep-dpr-spin-lib:Function ...@@ -32,13 +32,32 @@ ep-dpr-spin-lib:Function
32 rdfs:label "function"^^xsd:string ; 32 rdfs:label "function"^^xsd:string ;
33 rdfs:subClassOf spin:Functions . 33 rdfs:subClassOf spin:Functions .
34 34
35 +ep-dpr-spin-lib:buildCountryURI
36 + rdf:type spin:Function ;
37 + rdfs:label "build Country URI"^^xsd:string ;
38 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
39 + spin:body
40 + [ rdf:type sp:Select ;
41 + sp:resultVariables (_:b1) ;
42 + sp:where ([ rdf:type sp:Bind ;
43 + sp:expression
44 + [ rdf:type ep-spin-lib:buildURI ;
45 + sp:arg1 "https://www.reportinghub.no/ep/data/country/" ;
46 + sp:arg2 [ rdf:type fn:concat ;
47 + sp:arg1 spin:_arg1
48 + ]
49 + ] ;
50 + sp:variable _:b1
51 + ])
52 + ] .
53 +
35 ep-dpr-spin-lib:buildProductFlowURI 54 ep-dpr-spin-lib:buildProductFlowURI
36 rdf:type spin:Function ; 55 rdf:type spin:Function ;
37 rdfs:label "build ProductFlow URI"^^xsd:string ; 56 rdfs:label "build ProductFlow URI"^^xsd:string ;
38 rdfs:subClassOf ep-dpr-spin-lib:Function ; 57 rdfs:subClassOf ep-dpr-spin-lib:Function ;
39 spin:body 58 spin:body
40 [ rdf:type sp:Select ; 59 [ rdf:type sp:Select ;
41 - sp:resultVariables (_:b1) ; 60 + sp:resultVariables (_:b2) ;
42 sp:where ([ rdf:type sp:Bind ; 61 sp:where ([ rdf:type sp:Bind ;
43 sp:expression 62 sp:expression
44 [ rdf:type ep-spin-lib:buildURI ; 63 [ rdf:type ep-spin-lib:buildURI ;
...@@ -49,7 +68,7 @@ ep-dpr-spin-lib:buildProductFlowURI ...@@ -49,7 +68,7 @@ ep-dpr-spin-lib:buildProductFlowURI
49 sp:arg3 spin:_arg2 68 sp:arg3 spin:_arg2
50 ] 69 ]
51 ] ; 70 ] ;
52 - sp:variable _:b1 71 + sp:variable _:b2
53 ]) 72 ])
54 ] . 73 ] .
55 74
...@@ -59,7 +78,7 @@ ep-dpr-spin-lib:buildProductionFacilityURI ...@@ -59,7 +78,7 @@ ep-dpr-spin-lib:buildProductionFacilityURI
59 rdfs:subClassOf ep-dpr-spin-lib:Function ; 78 rdfs:subClassOf ep-dpr-spin-lib:Function ;
60 spin:body 79 spin:body
61 [ rdf:type sp:Select ; 80 [ rdf:type sp:Select ;
62 - sp:resultVariables (_:b2) ; 81 + sp:resultVariables (_:b3) ;
63 sp:where ([ rdf:type sp:Bind ; 82 sp:where ([ rdf:type sp:Bind ;
64 sp:expression 83 sp:expression
65 [ rdf:type ep-spin-lib:buildURI ; 84 [ rdf:type ep-spin-lib:buildURI ;
...@@ -68,7 +87,7 @@ ep-dpr-spin-lib:buildProductionFacilityURI ...@@ -68,7 +87,7 @@ ep-dpr-spin-lib:buildProductionFacilityURI
68 sp:arg1 spin:_arg1 87 sp:arg1 spin:_arg1
69 ] 88 ]
70 ] ; 89 ] ;
71 - sp:variable _:b2 90 + sp:variable _:b3
72 ]) 91 ])
73 ] . 92 ] .
74 93
...@@ -78,7 +97,7 @@ ep-dpr-spin-lib:buildProductionFlowURI ...@@ -78,7 +97,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
78 rdfs:subClassOf ep-dpr-spin-lib:Function ; 97 rdfs:subClassOf ep-dpr-spin-lib:Function ;
79 spin:body 98 spin:body
80 [ rdf:type sp:Select ; 99 [ rdf:type sp:Select ;
81 - sp:resultVariables (_:b3) ; 100 + sp:resultVariables (_:b4) ;
82 sp:where ([ rdf:type sp:Bind ; 101 sp:where ([ rdf:type sp:Bind ;
83 sp:expression 102 sp:expression
84 [ rdf:type ep-spin-lib:buildURI ; 103 [ rdf:type ep-spin-lib:buildURI ;
...@@ -87,7 +106,7 @@ ep-dpr-spin-lib:buildProductionFlowURI ...@@ -87,7 +106,7 @@ ep-dpr-spin-lib:buildProductionFlowURI
87 sp:arg1 spin:_arg1 106 sp:arg1 spin:_arg1
88 ] 107 ]
89 ] ; 108 ] ;
90 - sp:variable _:b3 109 + sp:variable _:b4
91 ]) 110 ])
92 ] . 111 ] .
93 112
...@@ -97,7 +116,7 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI ...@@ -97,7 +116,7 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI
97 rdfs:subClassOf ep-dpr-spin-lib:Function ; 116 rdfs:subClassOf ep-dpr-spin-lib:Function ;
98 spin:body 117 spin:body
99 [ rdf:type sp:Select ; 118 [ rdf:type sp:Select ;
100 - sp:resultVariables (_:b4) ; 119 + sp:resultVariables (_:b5) ;
101 sp:where ([ rdf:type sp:Bind ; 120 sp:where ([ rdf:type sp:Bind ;
102 sp:expression 121 sp:expression
103 [ rdf:type ep-spin-lib:buildURI ; 122 [ rdf:type ep-spin-lib:buildURI ;
...@@ -110,7 +129,26 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI ...@@ -110,7 +129,26 @@ ep-dpr-spin-lib:buildProductionFlowsForAPeriodURI
110 sp:arg5 spin:_arg3 129 sp:arg5 spin:_arg3
111 ] 130 ]
112 ] ; 131 ] ;
113 - sp:variable _:b4 132 + sp:variable _:b5
133 + ])
134 + ] .
135 +
136 +ep-dpr-spin-lib:buildStateURI
137 + rdf:type spin:Function ;
138 + rdfs:label "build State URI"^^xsd:string ;
139 + rdfs:subClassOf ep-dpr-spin-lib:Function ;
140 + spin:body
141 + [ rdf:type sp:Select ;
142 + sp:resultVariables (_:b6) ;
143 + sp:where ([ rdf:type sp:Bind ;
144 + sp:expression
145 + [ rdf:type ep-spin-lib:buildURI ;
146 + sp:arg1 "https://www.reportinghub.no/ep/data/state/" ;
147 + sp:arg2 [ rdf:type fn:concat ;
148 + sp:arg1 spin:_arg1
149 + ]
150 + ] ;
151 + sp:variable _:b6
114 ]) 152 ])
115 ] . 153 ] .
116 154
...@@ -120,7 +158,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -120,7 +158,7 @@ ep-dpr-spin-lib:selectProductType
120 rdfs:subClassOf ep-dpr-spin-lib:Function ; 158 rdfs:subClassOf ep-dpr-spin-lib:Function ;
121 spin:body 159 spin:body
122 [ rdf:type sp:Select ; 160 [ rdf:type sp:Select ;
123 - sp:resultVariables (_:b5) ; 161 + sp:resultVariables (_:b7) ;
124 sp:where ([ rdf:type sp:Bind ; 162 sp:where ([ rdf:type sp:Bind ;
125 sp:expression 163 sp:expression
126 [ rdf:type sp:if ; 164 [ rdf:type sp:if ;
...@@ -327,7 +365,7 @@ ep-dpr-spin-lib:selectProductType ...@@ -327,7 +365,7 @@ ep-dpr-spin-lib:selectProductType
327 ] 365 ]
328 ] 366 ]
329 ] ; 367 ] ;
330 - sp:variable _:b5 368 + sp:variable _:b7
331 ]) 369 ])
332 ] . 370 ] .
333 371
...@@ -337,7 +375,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -337,7 +375,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
337 rdfs:subClassOf ep-dpr-spin-lib:Function ; 375 rdfs:subClassOf ep-dpr-spin-lib:Function ;
338 spin:body 376 spin:body
339 [ rdf:type sp:Select ; 377 [ rdf:type sp:Select ;
340 - sp:resultVariables (_:b6) ; 378 + sp:resultVariables (_:b8) ;
341 sp:where ([ rdf:type sp:Bind ; 379 sp:where ([ rdf:type sp:Bind ;
342 sp:expression 380 sp:expression
343 [ rdf:type sp:if ; 381 [ rdf:type sp:if ;
...@@ -516,7 +554,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -516,7 +554,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
516 ] 554 ]
517 ] 555 ]
518 ] ; 556 ] ;
519 - sp:variable _:b6 557 + sp:variable _:b8
520 ]) 558 ])
521 ] . 559 ] .
522 560
...@@ -526,7 +564,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -526,7 +564,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
526 rdfs:subClassOf ep-dpr-spin-lib:Function ; 564 rdfs:subClassOf ep-dpr-spin-lib:Function ;
527 spin:body 565 spin:body
528 [ rdf:type sp:Select ; 566 [ rdf:type sp:Select ;
529 - sp:resultVariables (_:b7) ; 567 + sp:resultVariables (_:b9) ;
530 sp:where ([ rdf:type sp:Bind ; 568 sp:where ([ rdf:type sp:Bind ;
531 sp:expression 569 sp:expression
532 [ rdf:type sp:if ; 570 [ rdf:type sp:if ;
...@@ -586,7 +624,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -586,7 +624,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
586 ] 624 ]
587 ] 625 ]
588 ] ; 626 ] ;
589 - sp:variable _:b7 627 + sp:variable _:b9
590 ]) 628 ])
591 ] . 629 ] .
592 630
...@@ -596,7 +634,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -596,7 +634,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
596 rdfs:subClassOf ep-dpr-spin-lib:Function ; 634 rdfs:subClassOf ep-dpr-spin-lib:Function ;
597 spin:body 635 spin:body
598 [ rdf:type sp:Select ; 636 [ rdf:type sp:Select ;
599 - sp:resultVariables (_:b8) ; 637 + sp:resultVariables (_:b10) ;
600 sp:where ([ rdf:type sp:Bind ; 638 sp:where ([ rdf:type sp:Bind ;
601 sp:expression 639 sp:expression
602 [ rdf:type sp:if ; 640 [ rdf:type sp:if ;
...@@ -614,7 +652,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -614,7 +652,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
614 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 652 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
615 ] 653 ]
616 ] ; 654 ] ;
617 - sp:variable _:b8 655 + sp:variable _:b10
618 ]) 656 ])
619 ] . 657 ] .
620 658
...@@ -624,7 +662,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -624,7 +662,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
624 rdfs:subClassOf ep-dpr-spin-lib:Function ; 662 rdfs:subClassOf ep-dpr-spin-lib:Function ;
625 spin:body 663 spin:body
626 [ rdf:type sp:Select ; 664 [ rdf:type sp:Select ;
627 - sp:resultVariables (_:b9) ; 665 + sp:resultVariables (_:b11) ;
628 sp:where ([ rdf:type sp:Bind ; 666 sp:where ([ rdf:type sp:Bind ;
629 sp:expression 667 sp:expression
630 [ rdf:type sp:if ; 668 [ rdf:type sp:if ;
...@@ -642,7 +680,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -642,7 +680,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
642 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 680 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
643 ] 681 ]
644 ] ; 682 ] ;
645 - sp:variable _:b9 683 + sp:variable _:b11
646 ]) 684 ])
647 ] . 685 ] .
648 686
...@@ -652,7 +690,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -652,7 +690,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
652 rdfs:subClassOf ep-dpr-spin-lib:Function ; 690 rdfs:subClassOf ep-dpr-spin-lib:Function ;
653 spin:body 691 spin:body
654 [ rdf:type sp:Select ; 692 [ rdf:type sp:Select ;
655 - sp:resultVariables (_:b10) ; 693 + sp:resultVariables (_:b12) ;
656 sp:where ([ rdf:type sp:Bind ; 694 sp:where ([ rdf:type sp:Bind ;
657 sp:expression 695 sp:expression
658 [ rdf:type sp:if ; 696 [ rdf:type sp:if ;
...@@ -803,7 +841,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -803,7 +841,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
803 ] 841 ]
804 ] 842 ]
805 ] ; 843 ] ;
806 - sp:variable _:b10 844 + sp:variable _:b12
807 ]) 845 ])
808 ] . 846 ] .
809 847
...@@ -813,7 +851,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -813,7 +851,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
813 rdfs:subClassOf ep-dpr-spin-lib:Function ; 851 rdfs:subClassOf ep-dpr-spin-lib:Function ;
814 spin:body 852 spin:body
815 [ rdf:type sp:Select ; 853 [ rdf:type sp:Select ;
816 - sp:resultVariables (_:b11) ; 854 + sp:resultVariables (_:b13) ;
817 sp:where ([ rdf:type sp:Bind ; 855 sp:where ([ rdf:type sp:Bind ;
818 sp:expression 856 sp:expression
819 [ rdf:type sp:if ; 857 [ rdf:type sp:if ;
...@@ -887,7 +925,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure ...@@ -887,7 +925,7 @@ ep-dpr-spin-lib:selectRelationshipToMeasure
887 ] 925 ]
888 ] 926 ]
889 ] ; 927 ] ;
890 - sp:variable _:b11 928 + sp:variable _:b13
891 ]) 929 ])
892 ] . 930 ] .
893 931
...@@ -896,7 +934,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -896,7 +934,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
896 rdfs:subClassOf ep-dpr-spin-lib:Function ; 934 rdfs:subClassOf ep-dpr-spin-lib:Function ;
897 spin:body 935 spin:body
898 [ rdf:type sp:Select ; 936 [ rdf:type sp:Select ;
899 - sp:resultVariables (_:b12) ; 937 + sp:resultVariables (_:b14) ;
900 sp:where ([ rdf:type sp:Bind ; 938 sp:where ([ rdf:type sp:Bind ;
901 sp:expression 939 sp:expression
902 [ rdf:type sp:if ; 940 [ rdf:type sp:if ;
...@@ -1040,7 +1078,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -1040,7 +1078,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
1040 ] 1078 ]
1041 ] 1079 ]
1042 ] ; 1080 ] ;
1043 - sp:variable _:b12 1081 + sp:variable _:b14
1044 ]) 1082 ])
1045 ] . 1083 ] .
1046 1084
...@@ -1050,7 +1088,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -1050,7 +1088,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
1050 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1088 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1051 spin:body 1089 spin:body
1052 [ rdf:type sp:Select ; 1090 [ rdf:type sp:Select ;
1053 - sp:resultVariables (_:b13) ; 1091 + sp:resultVariables (_:b15) ;
1054 sp:where ([ rdf:type sp:Bind ; 1092 sp:where ([ rdf:type sp:Bind ;
1055 sp:expression 1093 sp:expression
1056 [ rdf:type sp:if ; 1094 [ rdf:type sp:if ;
...@@ -1124,7 +1162,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType ...@@ -1124,7 +1162,7 @@ ep-dpr-spin-lib:selectTemporalPartOfAFlowDurationType
1124 ] 1162 ]
1125 ] 1163 ]
1126 ] ; 1164 ] ;
1127 - sp:variable _:b13 1165 + sp:variable _:b15
1128 ]) 1166 ])
1129 ] . 1167 ] .
1130 1168
...@@ -1134,7 +1172,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -1134,7 +1172,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
1134 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1172 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1135 spin:body 1173 spin:body
1136 [ rdf:type sp:Select ; 1174 [ rdf:type sp:Select ;
1137 - sp:resultVariables (_:b14) ; 1175 + sp:resultVariables (_:b16) ;
1138 sp:where ([ rdf:type sp:Bind ; 1176 sp:where ([ rdf:type sp:Bind ;
1139 sp:expression 1177 sp:expression
1140 [ rdf:type sp:if ; 1178 [ rdf:type sp:if ;
...@@ -1159,7 +1197,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType ...@@ -1159,7 +1197,7 @@ ep-dpr-spin-lib:selectVolumeAtStandardTemperaturePressureType
1159 ] 1197 ]
1160 ] 1198 ]
1161 ] ; 1199 ] ;
1162 - sp:variable _:b14 1200 + sp:variable _:b16
1163 ]) 1201 ])
1164 ] . 1202 ] .
1165 1203
...@@ -1169,7 +1207,7 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1169,7 +1207,7 @@ ep-dpr-spin-lib:selectVolumeScale
1169 rdfs:subClassOf ep-dpr-spin-lib:Function ; 1207 rdfs:subClassOf ep-dpr-spin-lib:Function ;
1170 spin:body 1208 spin:body
1171 [ rdf:type sp:Select ; 1209 [ rdf:type sp:Select ;
1172 - sp:resultVariables (_:b15) ; 1210 + sp:resultVariables (_:b17) ;
1173 sp:where ([ rdf:type sp:Bind ; 1211 sp:where ([ rdf:type sp:Bind ;
1174 sp:expression 1212 sp:expression
1175 [ rdf:type sp:if ; 1213 [ rdf:type sp:if ;
...@@ -1397,42 +1435,48 @@ ep-dpr-spin-lib:selectVolumeScale ...@@ -1397,42 +1435,48 @@ ep-dpr-spin-lib:selectVolumeScale
1397 ] 1435 ]
1398 ] 1436 ]
1399 ] ; 1437 ] ;
1400 - sp:variable _:b15 1438 + sp:variable _:b17
1401 ]) 1439 ])
1402 ] . 1440 ] .
1403 1441
1404 -_:b15 1442 +_:b6 sp:varName "uri"^^xsd:string .
1443 +
1444 +_:b1 sp:varName "uri"^^xsd:string .
1445 +
1446 +_:b17
1405 sp:varName "volumeScale"^^xsd:string . 1447 sp:varName "volumeScale"^^xsd:string .
1406 1448
1407 -_:b14 1449 +_:b16
1408 sp:varName "volumeAtStdType"^^xsd:string . 1450 sp:varName "volumeAtStdType"^^xsd:string .
1409 1451
1410 -_:b13 1452 +_:b15
1411 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . 1453 sp:varName "temporalPartOfAFlowDurationType"^^xsd:string .
1412 1454
1413 -_:b11 1455 +_:b14
1456 + sp:varName "safetyActivityType"^^xsd:string .
1457 +
1458 +_:b13
1414 sp:varName "relationshipToMeasure"^^xsd:string . 1459 sp:varName "relationshipToMeasure"^^xsd:string .
1415 1460
1416 -_:b10 1461 +_:b12
1417 sp:varName "productionFlowPurposeType"^^xsd:string . 1462 sp:varName "productionFlowPurposeType"^^xsd:string .
1418 1463
1419 -_:b9 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 1464 +_:b11
1465 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
1420 1466
1421 -_:b8 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 1467 +_:b10
1468 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
1422 1469
1423 -_:b7 sp:varName "productionFlowDefinitionType"^^xsd:string . 1470 +_:b9 sp:varName "productionFlowDefinitionType"^^xsd:string .
1424 1471
1425 -_:b6 sp:varName "productionFacilityType"^^xsd:string . 1472 +_:b8 sp:varName "productionFacilityType"^^xsd:string .
1426 1473
1427 -_:b5 sp:varName "productType"^^xsd:string . 1474 +_:b7 sp:varName "productType"^^xsd:string .
1475 +
1476 +_:b5 sp:varName "uri"^^xsd:string .
1428 1477
1429 _:b4 sp:varName "uri"^^xsd:string . 1478 _:b4 sp:varName "uri"^^xsd:string .
1430 1479
1431 _:b3 sp:varName "uri"^^xsd:string . 1480 _:b3 sp:varName "uri"^^xsd:string .
1432 1481
1433 _:b2 sp:varName "uri"^^xsd:string . 1482 _:b2 sp:varName "uri"^^xsd:string .
1434 -
1435 -_:b1 sp:varName "uri"^^xsd:string .
1436 -
1437 -_:b12
1438 - sp:varName "safetyActivityType"^^xsd:string .
......
1 -# Saved by TopBraid on Tue Oct 11 21:13:43 BST 2011 1 +# Saved by TopBraid on Tue Oct 11 22:30:58 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#> .
......