| 31 | |
| 32 | 3. execute |
| 33 | |
| 34 | |
| 35 | |
| 36 | {{{ |
| 37 | 20:13:36 [WARN ] [Rio error] Expected ':', found '>' (465, -1) (ParseErrorLogger |
| 38 | .java:28) |
| 39 | 20:13:36 [WARN ] [Rio error] Namespace prefix 'LBSL' used but not defined (465, |
| 40 | -1) (ParseErrorLogger.java:28) |
| 41 | 20:13:36 [ERROR] [Rio fatal] Not a valid (absolute) URI: null (465, -1) (ParseEr |
| 42 | rorLogger.java:32) |
| 43 | 20:13:36 [ERROR] can not parse VOID file file:/opt/services/fsearch/app/splendid |
| 44 | /void/omim.n3: Not a valid (absolute) URI: null [line 465] (VoidStatistics.java: |
| 45 | 407) |
| 46 | }}} |
| 47 | |
| 48 | check the corresponding void files, and deal with the lines as follows. we simply do the following changes: |
| 49 | |
| 50 | void:property fusion> => void:property <fusion> |
| 51 | |
| 52 | |