Example
$ curl -L -H "Accept: application/rdf+xml" http://dbtune.org/jamendo/artist/5
<?xml version='1.0' encoding='UTF-8'?>
<rdf:RDF
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:mo="http://purl.org/ontology/mo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
>
<mo:MusicArtist rdf:about="http://dbtune.org/jamendo/artist/5">
<foaf:made rdf:resource="http://dbtune.org/jamendo/record/174"/>
<foaf:made rdf:resource="http://dbtune.org/jamendo/record/33"/>
<owl:sameAs rdf:resource="http://zitgist.com/music/artist/0781a3f3-645c-45d1-a84f-76b4e4decf6d"/>
<foaf:based_near rdf:resource="http://sws.geonames.org/2991627/"/>
<foaf:homepage rdf:resource="http://www.both-world.com"/>
<foaf:img rdf:resource="http://img.jamendo.com/artists/b/both.jpg"/>
<foaf:name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Both</foaf:name>
</mo:MusicArtist>
</rdf:RDF>