view files/annotations/seglab/Queen/Greatest Hits II/01 A Kind Of Magic.ttl @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 50b0d041100e
children
line wrap: on
line source
@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_4ede3721adba
    a mo:MusicArtist ;
    foaf:name "Queen" .

:record_134d4ee0c94f
    dc:title "Greatest Hits II" ;
    mo:release_type mo:album ;
    mo:track :track_3854fbabf755 ;
    a mo:Record ;
    foaf:maker :maker_4ede3721adba .

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

:segment_000002
    event:time [
        tl:beginsAt "PT1.09S"^^xsd:duration ;
        tl:duration "PT25.758S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "intro" .

:segment_000003
    event:time [
        tl:beginsAt "PT26.848S"^^xsd:duration ;
        tl:duration "PT29.567S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000004
    event:time [
        tl:beginsAt "PT56.415S"^^xsd:duration ;
        tl:duration "PT14.76S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridgea" .

:segment_000005
    event:time [
        tl:beginsAt "PT1M11.175S"^^xsd:duration ;
        tl:duration "PT25.832S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000006
    event:time [
        tl:beginsAt "PT1M37.007S"^^xsd:duration ;
        tl:duration "PT29.512S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "verse" .

:segment_000007
    event:time [
        tl:beginsAt "PT2M6.519S"^^xsd:duration ;
        tl:duration "PT29.51S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain_(instrumental_solo)" .

:segment_000008
    event:time [
        tl:beginsAt "PT2M36.029S"^^xsd:duration ;
        tl:duration "PT11.019S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "bridgeb" .

:segment_000009
    event:time [
        tl:beginsAt "PT2M47.048S"^^xsd:duration ;
        tl:duration "PT25.846S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "refrain" .

:segment_000010
    event:time [
        tl:beginsAt "PT3M12.894S"^^xsd:duration ;
        tl:duration "PT16.574S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "break" .

:segment_000011
    event:time [
        tl:beginsAt "PT3M29.468S"^^xsd:duration ;
        tl:duration "PT51.207S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "outro_(instrumental_solo)" .

:segment_000012
    event:time [
        tl:beginsAt "PT4M20.675S"^^xsd:duration ;
        tl:duration "PT1.832S"^^xsd:duration ;
        tl:onTimeLine :timeline_8c6ecc9c3977 ;
        a tl:Interval
    ] ;
    a af:StructuralSegment ;
    rdfs:label "silence" .

:timeline_8c6ecc9c3977
    a tl:Timeline .

:track_3854fbabf755
    dc:title "A Kind Of Magic" ;
    mo:available_as <file:Queen/Greatest%20Hits%20II/01%20A%20Kind%20Of%20Magic.wav> ;
    a mo:Track ;
    foaf:maker :maker_4ede3721adba .

<file:Queen/Greatest%20Hits%20II/01%20A%20Kind%20Of%20Magic.wav>
    mo:encodes [
        mo:time [
            tl:onTimeLine :timeline_8c6ecc9c3977 ;
            a tl:Interval
        ] ;
        a mo:Signal
    ] ;
    a mo:AudioFile .