| Line 125 was replaced by line 125 |
| - <individual type="ont:C" foreach="R.x, R.y"/> |
| + <individual type="ont:C" foreach="DISTINCT R.x, R.y"/> |
| Line 148 was replaced by line 148 |
| - SELECT R1.x, R2.x |
| + SELECT DISTINCT R1.x, R2.x |
| Line 162 was replaced by line 162 |
| - <individual type="ont:C" foreach="R.x, R.y" if="R.x>0"/> |
| + <individual type="ont:C" foreach="DISTINCT R.x, R.y" if="R.x>0"/> |
| Line 202 was replaced by line 202 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 253 was replaced by line 253 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 278 was replaced by line 278 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 341 was replaced by line 341 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 361 was replaced by line 361 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 388 was replaced by line 388 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 412 was replaced by line 412 |
| - <individual type="ont:C" foreach="R1.x"> |
| + <individual type="ont:C" foreach="DISTINCT R1.x"> |
| Line 440 was replaced by line 440 |
| - <individual type="ont:C" foreach="R.x"> |
| + <individual type="ont:C" foreach="DISTINCT R.x"> |
| Line 486 was replaced by line 486 |
| - <individual label="o1" type="ont:C" foreach="R.x"/> |
| + <individual label="o1" type="ont:C" foreach="DISTINCT R.x"/> |
| Line 507 was replaced by line 507 |
| - <individual label="o2" type="ont:D" foreach="R.x, R.y"> |
| + <individual label="o2" type="ont:D" foreach="DISTINCT R.x, R.y"> |
| Line 536 was replaced by line 536 |
| - <individual label="o3" type="ont:D" foreach="R.y, R.z"> |
| + <individual label="o3" type="ont:D" foreach="DISTINCT R.y, R.z"> |
| Line 552 was replaced by line 552 |
| - <individual label="o5" type="ont:E" foreach="R.x, R.z"> |
| + <individual label="o5" type="ont:E" foreach="DISTINCT R.x, R.z"> |
| Line 556 was replaced by line 556 |
| - <individual label="o4" type="ont:D" foreach="R.y"> |
| + <individual label="o4" type="ont:D" foreach="DISTINCT R.y"> |
| Line 623 was replaced by line 623 |
| - <individual label="o6" type="ont:E" foreach="R.x, R.z"> |
| + <individual label="o6" type="ont:E" foreach="DISTINCT R.x, R.z"> |
| Lines 652-653 were replaced by lines 652-653 |
| - <individual label="o7" type="ont:E" foreach="R.x, R.z"> |
| - <property type="ont:Q" valuetype="ont:D" foreach="R.y" label="o8"> |
| + <individual label="o7" type="ont:E" foreach="DISTINCT R.x, R.z"> |
| + <property type="ont:Q" valuetype="ont:D" foreach="DISTINCT R.y" label="o8"> |