Copying over taxonomy structure from one CPT to another

When you register the taxonomies you can specify multiple post types:

function register_my_taxonomies() {
register_taxonomy(
                  'location',
                  array('post','page', 'adverts', 'businesses'),