Url ID field
We need a field to represent ids of resources that can be either internal or external.
URLField would do the job, except that in the json-ld representation it gets output like this
user: "http://localhost:8000/users/1/"
It should be
user: {@id: "http://localhost:8000/users/1/"}