Mercurial > hg > sonic-annotator
comparison tests/expected/transforms-summaries-percussiononsets-from-rdf.n3 @ 0:581b1b150a4d
* copy to sonic-annotator
author | Chris Cannam |
---|---|
date | Thu, 11 Dec 2008 10:22:33 +0000 |
parents | |
children | 03a02c1f0a9f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:581b1b150a4d |
---|---|
1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
2 @prefix dc: <http://purl.org/dc/elements/1.1/> . | |
3 @prefix mo: <http://purl.org/ontology/mo/> . | |
4 @prefix af: <http://purl.org/ontology/af/> . | |
5 @prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
6 @prefix event: <http://purl.org/NET/c4dm/event.owl#> . | |
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
9 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> . | |
10 @prefix vamp: <http://purl.org/ontology/vamp/> . | |
11 | |
12 :transform_0_onsets | |
13 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_onsets> ; | |
14 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
15 vamp:sample_rate "44100"^^xsd:float ; | |
16 a vamp:Transform . | |
17 | |
18 <file:///work/runner/tests/audio/3clicks8.wav> | |
19 a mo:AudioFile . | |
20 | |
21 :signal_1 | |
22 mo:available_as <file:///work/runner/tests/audio/3clicks8.wav> ; | |
23 mo:time [ | |
24 tl:onTimeLine :signal_timeline_1 ; | |
25 a tl:Interval | |
26 ] ; | |
27 a mo:Signal . | |
28 | |
29 :event_2 | |
30 event:time [ | |
31 tl:at "PT0.777868480S"^^xsd:duration ; | |
32 tl:onTimeLine :signal_timeline_1 ; | |
33 a tl:Instant | |
34 ] ; | |
35 vamp:computed_by :transform_0_onsets ; | |
36 a af:Onset . | |
37 | |
38 :event_3 | |
39 event:time [ | |
40 tl:at "PT1.648616780S"^^xsd:duration ; | |
41 tl:onTimeLine :signal_timeline_1 ; | |
42 a tl:Instant | |
43 ] ; | |
44 vamp:computed_by :transform_0_onsets ; | |
45 a af:Onset . | |
46 | |
47 :event_4 | |
48 event:time [ | |
49 tl:at "PT2.414875283S"^^xsd:duration ; | |
50 tl:onTimeLine :signal_timeline_1 ; | |
51 a tl:Instant | |
52 ] ; | |
53 vamp:computed_by :transform_0_onsets ; | |
54 a af:Onset . | |
55 | |
56 :transform_5_detectionfunction | |
57 vamp:block_size "4096"^^xsd:int ; | |
58 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
59 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
60 vamp:sample_rate "44100"^^xsd:float ; | |
61 vamp:step_size "2048"^^xsd:int ; | |
62 vamp:summary_type "mean" ; | |
63 a vamp:Transform . | |
64 | |
65 :event_type_6 | |
66 dc:description "Broadband energy rise detection function" ; | |
67 dc:format "" ; | |
68 dc:title "Detection Function" ; | |
69 rdfs:subClassOf event:Event . | |
70 | |
71 :event_7 | |
72 event:time [ | |
73 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
74 tl:duration "PT5.201269840S"^^xsd:duration ; | |
75 tl:onTimeLine :signal_timeline_1 ; | |
76 a tl:Interval | |
77 ] ; | |
78 af:feature "668.509" ; | |
79 vamp:computed_by :transform_5_detectionfunction ; | |
80 a :event_type_6 ; | |
81 rdfs:label "(mean value, continuous-time average)" . | |
82 | |
83 :transform_8_detectionfunction | |
84 vamp:block_size "1024"^^xsd:int ; | |
85 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
86 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
87 vamp:sample_rate "44100"^^xsd:float ; | |
88 vamp:step_size "512"^^xsd:int ; | |
89 vamp:summary_type "mean" ; | |
90 a vamp:Transform . | |
91 | |
92 :event_type_9 | |
93 dc:description "Broadband energy rise detection function" ; | |
94 dc:format "" ; | |
95 dc:title "Detection Function" ; | |
96 rdfs:subClassOf event:Event . | |
97 | |
98 :event_10 | |
99 event:time [ | |
100 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
101 tl:duration "PT5.201269840S"^^xsd:duration ; | |
102 tl:onTimeLine :signal_timeline_1 ; | |
103 a tl:Interval | |
104 ] ; | |
105 af:feature "162.123" ; | |
106 vamp:computed_by :transform_8_detectionfunction ; | |
107 a :event_type_9 ; | |
108 rdfs:label "(mean value, continuous-time average)" . | |
109 | |
110 :transform_11_detectionfunction | |
111 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
112 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
113 vamp:sample_rate "44100"^^xsd:float ; | |
114 vamp:summary_type "median" ; | |
115 a vamp:Transform . | |
116 | |
117 :event_type_12 | |
118 dc:description "Broadband energy rise detection function" ; | |
119 dc:format "" ; | |
120 dc:title "Detection Function" ; | |
121 rdfs:subClassOf event:Event . | |
122 | |
123 :event_13 | |
124 event:time [ | |
125 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
126 tl:duration "PT5.201269840S"^^xsd:duration ; | |
127 tl:onTimeLine :signal_timeline_1 ; | |
128 a tl:Interval | |
129 ] ; | |
130 af:feature "168" ; | |
131 vamp:computed_by :transform_11_detectionfunction ; | |
132 a :event_type_12 ; | |
133 rdfs:label "(median value, continuous-time average)" . | |
134 | |
135 :transform_14_detectionfunction | |
136 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
137 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
138 vamp:sample_rate "44100"^^xsd:float ; | |
139 vamp:summary_type "mode" ; | |
140 a vamp:Transform . | |
141 | |
142 :event_type_15 | |
143 dc:description "Broadband energy rise detection function" ; | |
144 dc:format "" ; | |
145 dc:title "Detection Function" ; | |
146 rdfs:subClassOf event:Event . | |
147 | |
148 :event_16 | |
149 event:time [ | |
150 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
151 tl:duration "PT5.201269840S"^^xsd:duration ; | |
152 tl:onTimeLine :signal_timeline_1 ; | |
153 a tl:Interval | |
154 ] ; | |
155 af:feature "0" ; | |
156 vamp:computed_by :transform_14_detectionfunction ; | |
157 a :event_type_15 ; | |
158 rdfs:label "(modal value, continuous-time average)" . | |
159 |