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

:record_a996fa7504d7
    dc:title "Please Please Me" ;
    mo:release_type mo:album ;
    mo:track :track_2127cff99e35 ;
    a mo:Record ;
    foaf:maker :maker_8e15676c7ab1 .

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

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

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

:segment_000004
    event:time [
        tl:beginsAt "PT34.694S"^^xsd:duration ;
        tl:duration "PT21.31S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000005
    event:time [
        tl:beginsAt "PT56.004S"^^xsd:duration ;
        tl:duration "PT13.116S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000006
    event:time [
        tl:beginsAt "PT1M9.12S"^^xsd:duration ;
        tl:duration "PT21.211S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT1M30.331S"^^xsd:duration ;
        tl:duration "PT19.377S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge_(solo)" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M49.708S"^^xsd:duration ;
        tl:duration "PT28.237S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse_with_ending" .

:segment_000009
    event:time [
        tl:beginsAt "PT2M17.945S"^^xsd:duration ;
        tl:duration "PT4.815S"^^xsd:duration ;
        tl:onTimeLine :timeline_a58fd8eaa589 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_a58fd8eaa589
    a tl:Timeline .

:track_2127cff99e35
    dc:title "Love Me Do" ;
    mo:available_as <file:The%20Beatles/Please%20Please%20Me/08_-_Love_Me_Do.wav> ;
    a mo:Track ;
    foaf:maker :maker_8e15676c7ab1 .

<file:The%20Beatles/Please%20Please%20Me/08_-_Love_Me_Do.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_a58fd8eaa589 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

