<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
	xmlns="http://usefulinc.com/ns/doap#" 
	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:owl="http://www.w3.org/2002/07/owl#">

<Project rdf:ID="SoundBite">
	<name>SoundBite</name>
	<shortdesc>A content-based playlist creation tool for iTunes.</shortdesc>
	<description>SoundBite is an advanced playlist creation tool which uses content analysis of music to determine which songs in a user's collection are similar to one another, and then create a playlist of similar songs for the user's enjoyment. It is designed around Apple's iTunes player, so that it works with users' existing collections without any extra effort on their part, and allows playlist generation just by selecting a track and then clicking an icon.
</description>
	<homepage rdf:resource="http://www.isophonics.net/SoundBite"/>
	<download-page rdf:resource="http://www.isophonics.net/LatestVersion"/>
	<os>Mac OS X</os>
	<os>Windows</os>
	<maintainer>
		<foaf:Organization>
			<foaf:name>Isophonics</foaf:name>
			<foaf:homepage rdf:resource="http://isophonics.net"/>
			<foaf:mbox_sha1sum>fedb0873d449b9cf4495b94c2221efd79fab178a</foaf:mbox_sha1sum> <!-- feedback addr -->
		</foaf:Organization>
	</maintainer>
	<maintainer>
		<foaf:Group>
			<foaf:name>Centre for Digital Music</foaf:name>
	 		<foaf:homepage rdf:resource="http://www.elec.qmul.ac.uk/digitalmusic/"/>
			<owl:sameAs rdf:resource="http://moustaki.org/foaf.rdf#c4dm"/>
		</foaf:Group>
	</maintainer>
	<developer>
		<foaf:Person>
			<foaf:name>Christopher Sutton</foaf:name>
			<owl:sameAs rdf:resource="http://chrissutton.org/foaf.rdf#me"/>
			<foaf:mbox_sha1sum>e319aebe3255061f0d36baf3057f61a8ecb21776</foaf:mbox_sha1sum> <!-- qmul addr -->
		</foaf:Person>
	</developer>
</Project>

</rdf:RDF>