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

:record_f4f3ca311fc5
    dc:title "Rubber Soul" ;
    mo:release_type mo:album ;
    mo:track :track_f72370d592cb ;
    a mo:Record ;
    foaf:maker :maker_14f6e9a974c1 .

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

:segment_000002
    event:time [
        tl:beginsAt "PT0.421S"^^xsd:duration ;
        tl:duration "PT8.089S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "intro" .

:segment_000003
    event:time [
        tl:beginsAt "PT8.51S"^^xsd:duration ;
        tl:duration "PT12.376S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT20.886S"^^xsd:duration ;
        tl:duration "PT12.33S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000005
    event:time [
        tl:beginsAt "PT33.216S"^^xsd:duration ;
        tl:duration "PT20.329S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000006
    event:time [
        tl:beginsAt "PT53.545S"^^xsd:duration ;
        tl:duration "PT12.181S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT1M5.726S"^^xsd:duration ;
        tl:duration "PT20.205S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000008
    event:time [
        tl:beginsAt "PT1M25.931S"^^xsd:duration ;
        tl:duration "PT12.127S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse_(instrumental)" .

:segment_000009
    event:time [
        tl:beginsAt "PT1M38.058S"^^xsd:duration ;
        tl:duration "PT20.277S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridge" .

:segment_000010
    event:time [
        tl:beginsAt "PT1M58.335S"^^xsd:duration ;
        tl:duration "PT12.93S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000011
    event:time [
        tl:beginsAt "PT2M11.265S"^^xsd:duration ;
        tl:duration "PT8.653S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro_bridge" .

:segment_000012
    event:time [
        tl:beginsAt "PT2M19.918S"^^xsd:duration ;
        tl:duration "PT20.951S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro_verse_(instrumental)" .

:segment_000013
    event:time [
        tl:beginsAt "PT2M40.869S"^^xsd:duration ;
        tl:duration "PT1.504S"^^xsd:duration ;
        tl:onTimeLine :timeline_fe5e6c5006e8 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_fe5e6c5006e8
    a tl:Timeline .

:track_f72370d592cb
    dc:title "Michelle" ;
    mo:available_as <file:The%20Beatles/Rubber%20Soul/07_-_Michelle.wav> ;
    a mo:Track ;
    foaf:maker :maker_14f6e9a974c1 .

<file:The%20Beatles/Rubber%20Soul/07_-_Michelle.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_fe5e6c5006e8 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .

