@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_aafcbd87efd5
    a mo:MusicArtist ;
    foaf:name "The Beatles" .

:record_845c31d869bb
    dc:title "Beatles for Sale" ;
    mo:release_type mo:album ;
    mo:track :track_8c0c285294a6 ;
    a mo:Record ;
    foaf:maker :maker_aafcbd87efd5 .

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

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

:segment_000003
    event:time [
        tl:beginsAt "PT3.686S"^^xsd:duration ;
        tl:duration "PT11.686S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT15.372S"^^xsd:duration ;
        tl:duration "PT11.749S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000005
    event:time [
        tl:beginsAt "PT27.121S"^^xsd:duration ;
        tl:duration "PT15.389S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000006
    event:time [
        tl:beginsAt "PT42.51S"^^xsd:duration ;
        tl:duration "PT11.775S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT54.285S"^^xsd:duration ;
        tl:duration "PT11.909S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M6.194S"^^xsd:duration ;
        tl:duration "PT15.476S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000009
    event:time [
        tl:beginsAt "PT1M21.67S"^^xsd:duration ;
        tl:duration "PT11.473S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse_(guitar_solo)" .

:segment_000010
    event:time [
        tl:beginsAt "PT1M33.143S"^^xsd:duration ;
        tl:duration "PT15.393S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000011
    event:time [
        tl:beginsAt "PT1M48.536S"^^xsd:duration ;
        tl:duration "PT10.731S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro_(fade_out)" .

:segment_000012
    event:time [
        tl:beginsAt "PT1M59.267S"^^xsd:duration ;
        tl:duration "PT5.266S"^^xsd:duration ;
        tl:onTimeLine :timeline_a9d672a66f85 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_a9d672a66f85
    a tl:Timeline .

:track_8c0c285294a6
    dc:title "Every Little Thing" ;
    mo:available_as <file:The%20Beatles/Beatles%20for%20Sale/11_-_Every_Little_Thing.wav> ;
    a mo:Track ;
    foaf:maker :maker_aafcbd87efd5 .

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

