diff files/annotations/all/Carole King/Tapestry/11 Tapestry.ttl @ 8:50b0d041100e

Further files for download
author Chris Cannam
date Mon, 05 Feb 2018 10:56:40 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files/annotations/all/Carole King/Tapestry/11 Tapestry.ttl	Mon Feb 05 10:56:40 2018 +0000
@@ -0,0 +1,146 @@
+@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 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#> .
+
+<>
+    dc:created "2009-11-09" ;
+    a foaf:Document .
+
+:maker_02e52501ebf7
+    a mo:MusicArtist ;
+    foaf:name "Carole King" .
+
+:record_7be73b80d918
+    dc:title "Tapestry" ;
+    mo:release_type mo:album ;
+    mo:track :track_9d727e80a1e5 ;
+    a mo:Record ;
+    foaf:maker :maker_02e52501ebf7 .
+
+:segment_000001
+    event:time [
+        tl:beginsAt "PT0S"^^xsd:duration ;
+        tl:duration "PT0.13S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "silence" .
+
+:segment_000002
+    event:time [
+        tl:beginsAt "PT0.13S"^^xsd:duration ;
+        tl:duration "PT15.503S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "intro" .
+
+:segment_000003
+    event:time [
+        tl:beginsAt "PT15.633S"^^xsd:duration ;
+        tl:duration "PT29.567S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "verse" .
+
+:segment_000004
+    event:time [
+        tl:beginsAt "PT45.2S"^^xsd:duration ;
+        tl:duration "PT28.64S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "verse" .
+
+:segment_000005
+    event:time [
+        tl:beginsAt "PT1M13.84S"^^xsd:duration ;
+        tl:duration "PT3.639S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "break" .
+
+:segment_000006
+    event:time [
+        tl:beginsAt "PT1M17.479S"^^xsd:duration ;
+        tl:duration "PT28.037S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "bridge" .
+
+:segment_000007
+    event:time [
+        tl:beginsAt "PT1M45.516S"^^xsd:duration ;
+        tl:duration "PT28.37S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "verse" .
+
+:segment_000008
+    event:time [
+        tl:beginsAt "PT2M13.886S"^^xsd:duration ;
+        tl:duration "PT29.098S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "verse" .
+
+:segment_000009
+    event:time [
+        tl:beginsAt "PT2M42.984S"^^xsd:duration ;
+        tl:duration "PT27.881S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "outro" .
+
+:segment_000010
+    event:time [
+        tl:beginsAt "PT3M10.865S"^^xsd:duration ;
+        tl:duration "PT4.028S"^^xsd:duration ;
+        tl:onTimeLine :timeline_2d03ca69eafb ;
+        a tl:Interval
+    ] ;
+    a af:StructuralSegment ;
+    rdfs:label "silence" .
+
+:timeline_2d03ca69eafb
+    a tl:Timeline .
+
+:track_9d727e80a1e5
+    dc:title "Tapestry" ;
+    mo:available_as <file:Carole%20King/Tapestry/11%20Tapestry.wav> ;
+    a mo:Track ;
+    foaf:maker :maker_02e52501ebf7 .
+
+<file:Carole%20King/Tapestry/11%20Tapestry.wav>
+    mo:encodes [
+        mo:time [
+            tl:onTimeLine :timeline_2d03ca69eafb ;
+            a tl:Interval
+        ] ;
+        a mo:Signal
+    ] ;
+    a mo:AudioFile .
+