@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 .

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

:record_f18dfc04c8c7
    dc:title "Beatles for Sale" ;
    mo:release_type mo:album ;
    mo:track :track_f44b8524baf9 ;
    a mo:Record ;
    foaf:maker :maker_d81f3dc2ba6c .

:segment_000001
    event:time [
        tl:beginsAt "PT0S"^^xsd:duration ;
        tl:duration "PT0.408S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:segment_000002
    event:time [
        tl:beginsAt "PT0.408S"^^xsd:duration ;
        tl:duration "PT3.576S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "intro" .

:segment_000003
    event:time [
        tl:beginsAt "PT3.984S"^^xsd:duration ;
        tl:duration "PT14.197S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT18.181S"^^xsd:duration ;
        tl:duration "PT14.35S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000005
    event:time [
        tl:beginsAt "PT32.531S"^^xsd:duration ;
        tl:duration "PT14.409S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000006
    event:time [
        tl:beginsAt "PT46.94S"^^xsd:duration ;
        tl:duration "PT14.427S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT1M1.367S"^^xsd:duration ;
        tl:duration "PT14.333S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse_(half_guitar_solo)" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M15.7S"^^xsd:duration ;
        tl:duration "PT14.488S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000009
    event:time [
        tl:beginsAt "PT1M30.188S"^^xsd:duration ;
        tl:duration "PT16.215S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000010
    event:time [
        tl:beginsAt "PT1M46.403S"^^xsd:duration ;
        tl:duration "PT4.637S"^^xsd:duration ;
        tl:onTimeLine :timeline_5d47d5deb1a5 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_5d47d5deb1a5
    a tl:Timeline .

:track_f44b8524baf9
    dc:title "I'll Follow the Sun" ;
    mo:available_as <file:The%20Beatles/Beatles%20for%20Sale/05_-_I'll_Follow_the_Sun.wav> ;
    a mo:Track ;
    foaf:maker :maker_d81f3dc2ba6c .

<file:The%20Beatles/Beatles%20for%20Sale/05_-_I'll_Follow_the_Sun.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_5d47d5deb1a5 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

