@base <#> . @prefix rdf: . @prefix : <> . @prefix af: . @prefix dc: . @prefix event: . @prefix foaf: . @prefix mo: . @prefix ov: . @prefix rdfs: . @prefix tl: . @prefix xsd: . <> ov:confidence "0.6" ; ov:versionnumber "1.0" ; dc:created "2009-10-20" ; a foaf:Document . :key_000001 event:time [ tl:beginsAt "PT0S"^^xsd:duration ; tl:duration "PT3M1.667S"^^xsd:duration ; tl:onTimeLine :timeline_3f281778dadf ; a tl:Interval ] ; a af:KeySegment ; rdfs:label "Eb:minor" . :maker_5fc28b64cec3 a mo:MusicArtist ; foaf:name "The Beatles" . :record_bcd15e4eb3b2 dc:title "Revolver" ; mo:release_type mo:album ; mo:track :track_fc409a52aa3c ; a mo:Record ; foaf:maker :maker_5fc28b64cec3 . :timeline_3f281778dadf a tl:Timeline . :track_fc409a52aa3c dc:title "I'm Only Sleeping" ; mo:available_as ; a mo:Track ; foaf:maker :maker_5fc28b64cec3 . mo:encodes [ mo:time [ tl:onTimeLine :timeline_3f281778dadf ; a tl:Interval ] ; a mo:Signal ] ; a mo:AudioFile .