Its just service name you are attaching your dblink with. You can use the same service name for another link which connects to another schema on database2.

database2.world need not be same it can be anything like xyz.world which is unique and points to host of database2 at port 1521. Its just a tnsnames.ora entry in otherwords. Hope this clears your question.