Where is ERC721Mintable.sol in OpenZeppelin Contracts 3.0?

The master branch of the repo currently contains the work for the upcoming OpenZeppelin Contracts 3.0 (currently a release candidate).

Access control has been redesigned and the current role contracts have been removed, including MinterRole. Since this role has been removed, ERC721Mintable which uses MinterRole has also been removed.