Skip to content

Instantly share code, notes, and snippets.

@njh
Created September 2, 2010 15:02
Show Gist options
  • Save njh/562407 to your computer and use it in GitHub Desktop.
Save njh/562407 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:mo="http://purl.org/ontology/mo/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<mo:Record>
<dc:title>Only Revolutions</dc:title>
<mo:track>
<mo:Track>
<dc:title>God &amp; Satan</dc:title>
<mo:track_number>4</mo:track_number>
<foaf:maker>
<mo:MusicArtist rdf:about="http://www.bbc.co.uk/music/artists/892500b7-09a6-4049-ba92-2d192dd70563#artist">
<foaf:name>Biffy Clyro</foaf:name>
<mo:image rdf:resource="http://static.bbc.co.uk/music/images/artists/126x71/892500b7-09a6-4049-ba92-2d192dd70563.jpg" />
</mo:MusicArtist>
</foaf:maker>
<mo:publication_of>
<mo:Signal>
<mo:duration>182</mo:duration>
<mo:isrc>GBFTG1000035</mo:isrc>
</mo:Signal>
</mo:publication_of>
</mo:Track>
</mo:track>
</mo:Record>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment