I would expect it to return `null` in this case (the same when the resource has no label). For retrieving an arbitrary (the only) label from the model, there can be a variant of just `getLabel(model)` without specifying the resource.
I would expect it to return
nullin this case (the same when the resource has no label).For retrieving an arbitrary (the only) label from the model, there can be a variant of just
getLabel(model)without specifying the resource.