*
* @param componentContext
*/
protected void activate(ComponentContext componentContext) {
LockableMGraph systemGraph = getSystemGraph();
NonLiteral listNode = getListNode(systemGraph);
Lock writeLock = systemGraph.getLock().writeLock();
writeLock.lock();
try {
// the constructor of RdfList might write to the graph! => requires a write lock