@base <#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <> .
@prefix af: <http://purl.org/ontology/af/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<>
    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 "PT2M33.733S"^^xsd:duration ;
        tl:onTimeLine :timeline_f3b849bfc890 ;
        a tl:Interval
    ] ;
    a af:KeySegment ;
    rdfs:label "A" .

:maker_9ea8609de53d
    a mo:MusicArtist ;
    foaf:name "The Beatles" .

:record_e98776836488
    dc:title "Beatles for Sale" ;
    mo:release_type mo:album ;
    mo:track :track_7a1404db02fd ;
    a mo:Record ;
    foaf:maker :maker_9ea8609de53d .

:timeline_f3b849bfc890
    a tl:Timeline .

:track_7a1404db02fd
    dc:title "Rock and Roll Music" ;
    mo:available_as <file:The%20Beatles/Beatles%20for%20Sale/04_-_Rock_and_Roll_Music.wav> ;
    a mo:Track ;
    foaf:maker :maker_9ea8609de53d .

<file:The%20Beatles/Beatles%20for%20Sale/04_-_Rock_and_Roll_Music.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_f3b849bfc890 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

