The ERC1155 standard is not designed to be enumerable, and doesn't include an ownerOf() function, because that would not make sens for tokens with a supply greater than 1.
If you only plan to have supply of 1, I wonder why you are going for 1155 rather than 721.
FOr more details about the ERC1155, I suggest you refer to the standard.