| 77 | |
| 78 | {{{ |
| 79 | select ?s ?p1 ?o1 ?o2 |
| 80 | where{ |
| 81 | ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bio2rdf.org/omim_vocabulary:Gene>. |
| 82 | ?s ?p2 ?o1. |
| 83 | ?o1 ?p3 ?o2. |
| 84 | <http://bio2rdf.org/pharmgkb:PA446359> <http://bio2rdf.org/pharmgkb_vocabulary:x-SnoMedCT> ?o2.} |
| 85 | |
| 86 | }}} |
| 87 | |
| 88 | Error while using the FedX CLI. System will exit. |
| 89 | Details: -1 |
| 90 | |
| 91 | As for the original query,the following error occurs: |
| 92 | |
| 93 | |
| 94 | Exception in thread "pool-31-thread-2" Exception in thread "Union Scheduler_12" java.lang.OutOfMemoryError: Java heap space |