When loading the RDF files using the very fast method did not work due to memory constrains the following code can be enabled to use a slower but using less memory approach.
%% Cell type:code id: tags:
%% Cell type:code id: tags:outputPrepend
```
# Using the loadrdf function when not enough memory is available when using the preload method.
# Need to kill the graphdb java process unfortunately it does not show the graphdb name...
# Enable this
!pkill java
# Enable this
!./graphdb-free/bin/loadrdf --force -c ./config.ttl -m serial ./$IDENTIFIER
# Run the starting RDF triple store section even when this is not finished so graphdb will start automagically