annotate files/annotations/keylab/The Beatles/06_-_Rubber_Soul/03_-_You_Won't_See_Me.ttl @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 50b0d041100e
children
rev   line source
Chris@8 1 @base <#> .
Chris@8 2 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Chris@8 3 @prefix : <> .
Chris@8 4 @prefix af: <http://purl.org/ontology/af/> .
Chris@8 5 @prefix dc: <http://purl.org/dc/elements/1.1/> .
Chris@8 6 @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
Chris@8 7 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
Chris@8 8 @prefix mo: <http://purl.org/ontology/mo/> .
Chris@8 9 @prefix ov: <http://open.vocab.org/terms/> .
Chris@8 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Chris@8 11 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
Chris@8 12 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Chris@8 13
Chris@8 14 <>
Chris@8 15 ov:confidence "0.6" ;
Chris@8 16 ov:versionnumber "1.0" ;
Chris@8 17 dc:created "2009-10-20" ;
Chris@8 18 a foaf:Document .
Chris@8 19
Chris@8 20 :key_000001
Chris@8 21 event:time [
Chris@8 22 tl:beginsAt "PT0S"^^xsd:duration ;
Chris@8 23 tl:duration "PT3M22.6S"^^xsd:duration ;
Chris@8 24 tl:onTimeLine :timeline_1ab11d169ab4 ;
Chris@8 25 a tl:Interval
Chris@8 26 ] ;
Chris@8 27 a af:KeySegment ;
Chris@8 28 rdfs:label "A" .
Chris@8 29
Chris@8 30 :maker_e4085bbc306e
Chris@8 31 a mo:MusicArtist ;
Chris@8 32 foaf:name "The Beatles" .
Chris@8 33
Chris@8 34 :record_535aeb45e897
Chris@8 35 dc:title "Rubber Soul" ;
Chris@8 36 mo:release_type mo:album ;
Chris@8 37 mo:track :track_73a1fce54da8 ;
Chris@8 38 a mo:Record ;
Chris@8 39 foaf:maker :maker_e4085bbc306e .
Chris@8 40
Chris@8 41 :timeline_1ab11d169ab4
Chris@8 42 a tl:Timeline .
Chris@8 43
Chris@8 44 :track_73a1fce54da8
Chris@8 45 dc:title "You Won't See Me" ;
Chris@8 46 mo:available_as <file:The%20Beatles/Rubber%20Soul/03_-_You_Won't_See_Me.wav> ;
Chris@8 47 a mo:Track ;
Chris@8 48 foaf:maker :maker_e4085bbc306e .
Chris@8 49
Chris@8 50 <file:The%20Beatles/Rubber%20Soul/03_-_You_Won't_See_Me.wav>
Chris@8 51 mo:encodes [
Chris@8 52 mo:time [
Chris@8 53 tl:onTimeLine :timeline_1ab11d169ab4 ;
Chris@8 54 a tl:Interval
Chris@8 55 ] ;
Chris@8 56 a mo:Signal
Chris@8 57 ] ;
Chris@8 58 a mo:AudioFile .
Chris@8 59