| 32 | |
| 33 | |
| 34 | {{{ |
| 35 | Operation step (we use Allie as an example): |
| 36 | |
| 37 | -- create allie.ttl template: |
| 38 | [togordf@ts01 ~]$ ls ~/.aduna/openrdf-sesame-console/templates/ |
| 39 | allie.ttl |
| 40 | ---in openrdf-console directory |
| 41 | [togordf@ts01 ~]$ ./console.sh |
| 42 | 18:12:24.166 [main] DEBUG info.aduna.platform.PlatformFactory - os.name = linux |
| 43 | 18:12:24.171 [main] DEBUG info.aduna.platform.PlatformFactory - Detected Posix platform |
| 44 | Connected to default data directory |
| 45 | Commands end with '.' at the end of a line |
| 46 | Type 'help.' for help |
| 47 | > connect "http://localhost:8080/openrdf-sesame". |
| 48 | Disconnecting from default data directory |
| 49 | Connected to http://localhost:8080/openrdf-sesame |
| 50 | > help create. |
| 51 | Usage: |
| 52 | create <template-name> |
| 53 | <template-name> The name of a repository configuration template |
| 54 | > create allie. |
| 55 | > open allie. |
| 56 | Opened repository 'allie' |
| 57 | uniprot> load $PathOfData |
| 58 | |
| 59 | }}} |