@prefix mo: <http://purl.org/ontology/mo/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix tags: <http://www.holygoat.co.uk/owl/redwood/0.1/tags/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.

<http://dbtune.org/jamendo/artist/5> 
	a mo:MusicArtist;
	foaf:based_near <http://sws.geonames.org/2991627/>;
	owl:sameAs <http://zitgist.com/music/artist/0781a3f3-645c-45d1-a84f-76b4e4decf6d>;
	foaf:img <http://img.jamendo.com/artists/b/both.jpg>;
	foaf:homepage <http://www.both-world.com>;
	foaf:name "Both";
	foaf:made <http://dbtune.org/jamendo/record/33>.

<http://dbtune.org/jamendo/record/33>
	a mo:Record;
	dc:date "2004-12-28 18:46:23";
	mo:available_as <http://www.jamendo.com/get/album/id/album/p2p/redirect/33/?p2pnet=bittorrent&amp;are=mp32>;
	mo:image <http://img.jamendo.com/albums/33/covers/1.0.jpg>;
	mo:track <http://dbtune.org/jamendo/track/241>;
	tags:taggedWithTag <http://dbtune.org/jamendo/tag/alternatif>;
	owl:sameAs <http://zitgist.com/music/record/fade0242-e1f0-457b-99de-d9fe0c8cbd57>;
	.

