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

:record_3e0b89966ac8
    dc:title "With the Beatles" ;
    mo:release_type mo:album ;
    mo:track :track_ae97b636f097 ;
    a mo:Record ;
    foaf:maker :maker_f5be8f71a6b0 .

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

:segment_000002
    event:time [
        tl:beginsAt "PT1.072S"^^xsd:duration ;
        tl:duration "PT14.648S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "chorus" .

:segment_000003
    event:time [
        tl:beginsAt "PT15.72S"^^xsd:duration ;
        tl:duration "PT12.388S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT28.108S"^^xsd:duration ;
        tl:duration "PT14.257S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "chorus" .

:segment_000005
    event:time [
        tl:beginsAt "PT42.365S"^^xsd:duration ;
        tl:duration "PT14.269S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000006
    event:time [
        tl:beginsAt "PT56.634S"^^xsd:duration ;
        tl:duration "PT12.62S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT1M9.254S"^^xsd:duration ;
        tl:duration "PT14.431S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "chorus" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M23.685S"^^xsd:duration ;
        tl:duration "PT14.396S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000009
    event:time [
        tl:beginsAt "PT1M38.081S"^^xsd:duration ;
        tl:duration "PT12.667S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000010
    event:time [
        tl:beginsAt "PT1M50.748S"^^xsd:duration ;
        tl:duration "PT9.102S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "chorus" .

:segment_000011
    event:time [
        tl:beginsAt "PT1M59.85S"^^xsd:duration ;
        tl:duration "PT10.162S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro" .

:segment_000012
    event:time [
        tl:beginsAt "PT2M10.012S"^^xsd:duration ;
        tl:duration "PT3.721S"^^xsd:duration ;
        tl:onTimeLine :timeline_70005f98c960 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_70005f98c960
    a tl:Timeline .

:track_ae97b636f097
    dc:title "It Won't Be Long" ;
    mo:available_as <file:The%20Beatles/With%20the%20Beatles/01_-_It_Won't_Be_Long.wav> ;
    a mo:Track ;
    foaf:maker :maker_f5be8f71a6b0 .

<file:The%20Beatles/With%20the%20Beatles/01_-_It_Won't_Be_Long.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_70005f98c960 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

