Flickr/Google Sky mashup with YQL

page 1, page 2, page 3

	
		select farm, server, id, secret, title, urls.url.content, tags.tag.raw from flickr.photos.info
		where (tags.tag.raw like 'astro:%')
		and photo_id in (
			select id from flickr.photos.search(30)
			where group_id='973956@N23'
			and machine_tags='astro:RA='
		)