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

:record_f59ac9f1fbc0
    dc:title "With the Beatles" ;
    mo:release_type mo:album ;
    mo:track :track_c626636cfb37 ;
    a mo:Record ;
    foaf:maker :maker_5cbf4521066c .

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

:segment_000002
    event:time [
        tl:beginsAt "PT0.44S"^^xsd:duration ;
        tl:duration "PT13.538S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "intro" .

:segment_000003
    event:time [
        tl:beginsAt "PT13.978S"^^xsd:duration ;
        tl:duration "PT21.443S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT35.421S"^^xsd:duration ;
        tl:duration "PT12.446S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000005
    event:time [
        tl:beginsAt "PT47.867S"^^xsd:duration ;
        tl:duration "PT21.92S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000006
    event:time [
        tl:beginsAt "PT1M9.787S"^^xsd:duration ;
        tl:duration "PT12.504S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000007
    event:time [
        tl:beginsAt "PT1M22.291S"^^xsd:duration ;
        tl:duration "PT15.104S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "closing" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M37.395S"^^xsd:duration ;
        tl:duration "PT12.353S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge_re_intro" .

:segment_000009
    event:time [
        tl:beginsAt "PT1M49.748S"^^xsd:duration ;
        tl:duration "PT22.083S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000010
    event:time [
        tl:beginsAt "PT2M11.831S"^^xsd:duration ;
        tl:duration "PT12.782S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000011
    event:time [
        tl:beginsAt "PT2M24.613S"^^xsd:duration ;
        tl:duration "PT15.105S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "closing" .

:segment_000012
    event:time [
        tl:beginsAt "PT2M39.718S"^^xsd:duration ;
        tl:duration "PT12.806S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000013
    event:time [
        tl:beginsAt "PT2M52.524S"^^xsd:duration ;
        tl:duration "PT6.257S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro" .

:segment_000014
    event:time [
        tl:beginsAt "PT2M58.781S"^^xsd:duration ;
        tl:duration "PT4.112S"^^xsd:duration ;
        tl:onTimeLine :timeline_e0296981fe95 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_e0296981fe95
    a tl:Timeline .

:track_c626636cfb37
    dc:title "You Really Got A Hold On Me" ;
    mo:available_as <file:The%20Beatles/With%20the%20Beatles/10_-_You_Really_Got_A_Hold_On_Me.wav> ;
    a mo:Track ;
    foaf:maker :maker_5cbf4521066c .

<file:The%20Beatles/With%20the%20Beatles/10_-_You_Really_Got_A_Hold_On_Me.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_e0296981fe95 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

