Mercurial > hg > sonic-annotator
comparison tests/test-summaries/expected/summaries-from-rdf.n3 @ 119:7a31201dc42d test-reorg
Split out tests into individual directories, with simpler naming therein
author | Chris Cannam |
---|---|
date | Wed, 08 Oct 2014 15:08:57 +0100 |
parents | tests/expected/transforms-summaries-percussiononsets-from-rdf.n3@400e09d69b8f |
children | 795d67a5e266 |
comparison
equal
deleted
inserted
replaced
118:0fe5abb56a6e | 119:7a31201dc42d |
---|---|
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 @prefix : <> . | |
12 | |
13 :transform_0_onsets | |
14 vamp:block_size "1024"^^xsd:int ; | |
15 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_onsets> ; | |
16 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
17 vamp:sample_rate "44100"^^xsd:float ; | |
18 vamp:step_size "512"^^xsd:int ; | |
19 a vamp:Transform . | |
20 | |
21 <file://example.wav> | |
22 mo:encodes :signal_1 ; | |
23 a mo:AudioFile . | |
24 | |
25 :signal_1 | |
26 mo:time [ | |
27 tl:onTimeLine :signal_timeline_1 ; | |
28 a tl:Interval | |
29 ] ; | |
30 a mo:Signal . | |
31 | |
32 :signal_timeline_1 | |
33 a tl:Timeline . | |
34 | |
35 :event_2 | |
36 event:time [ | |
37 tl:at "PT0.777868481S"^^xsd:duration ; | |
38 tl:onTimeLine :signal_timeline_1 ; | |
39 a tl:Instant | |
40 ] ; | |
41 vamp:computed_by :transform_0_onsets ; | |
42 a af:Onset . | |
43 | |
44 :event_3 | |
45 event:time [ | |
46 tl:at "PT1.648616780S"^^xsd:duration ; | |
47 tl:onTimeLine :signal_timeline_1 ; | |
48 a tl:Instant | |
49 ] ; | |
50 vamp:computed_by :transform_0_onsets ; | |
51 a af:Onset . | |
52 | |
53 :event_4 | |
54 event:time [ | |
55 tl:at "PT2.414875283S"^^xsd:duration ; | |
56 tl:onTimeLine :signal_timeline_1 ; | |
57 a tl:Instant | |
58 ] ; | |
59 vamp:computed_by :transform_0_onsets ; | |
60 a af:Onset . | |
61 | |
62 :transform_5_detectionfunction | |
63 vamp:block_size "4096"^^xsd:int ; | |
64 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
65 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
66 vamp:sample_rate "44100"^^xsd:float ; | |
67 vamp:step_size "2048"^^xsd:int ; | |
68 vamp:summary_type "mean" ; | |
69 a vamp:Transform . | |
70 | |
71 :event_type_6 | |
72 dc:description "Broadband energy rise detection function" ; | |
73 dc:format "" ; | |
74 dc:title "Detection Function" ; | |
75 rdfs:subClassOf event:Event . | |
76 | |
77 :event_7 | |
78 event:time [ | |
79 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
80 tl:duration "PT5.201269840S"^^xsd:duration ; | |
81 tl:onTimeLine :signal_timeline_1 ; | |
82 a tl:Interval | |
83 ] ; | |
84 af:feature "677.241" ; | |
85 vamp:computed_by :transform_5_detectionfunction ; | |
86 a :event_type_6 ; | |
87 rdfs:label "(mean value, continuous-time average)" . | |
88 | |
89 :transform_8_detectionfunction | |
90 vamp:block_size "1024"^^xsd:int ; | |
91 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
92 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
93 vamp:sample_rate "44100"^^xsd:float ; | |
94 vamp:step_size "512"^^xsd:int ; | |
95 vamp:summary_type "mean" ; | |
96 a vamp:Transform . | |
97 | |
98 :event_type_9 | |
99 dc:description "Broadband energy rise detection function" ; | |
100 dc:format "" ; | |
101 dc:title "Detection Function" ; | |
102 rdfs:subClassOf event:Event . | |
103 | |
104 :event_10 | |
105 event:time [ | |
106 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
107 tl:duration "PT5.201269840S"^^xsd:duration ; | |
108 tl:onTimeLine :signal_timeline_1 ; | |
109 a tl:Interval | |
110 ] ; | |
111 af:feature "162.585" ; | |
112 vamp:computed_by :transform_8_detectionfunction ; | |
113 a :event_type_9 ; | |
114 rdfs:label "(mean value, continuous-time average)" . | |
115 | |
116 :transform_11_detectionfunction | |
117 vamp:block_size "1024"^^xsd:int ; | |
118 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
119 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
120 vamp:sample_rate "44100"^^xsd:float ; | |
121 vamp:step_size "512"^^xsd:int ; | |
122 vamp:summary_type "median" ; | |
123 a vamp:Transform . | |
124 | |
125 :event_type_12 | |
126 dc:description "Broadband energy rise detection function" ; | |
127 dc:format "" ; | |
128 dc:title "Detection Function" ; | |
129 rdfs:subClassOf event:Event . | |
130 | |
131 :event_13 | |
132 event:time [ | |
133 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
134 tl:duration "PT5.201269840S"^^xsd:duration ; | |
135 tl:onTimeLine :signal_timeline_1 ; | |
136 a tl:Interval | |
137 ] ; | |
138 af:feature "168" ; | |
139 vamp:computed_by :transform_11_detectionfunction ; | |
140 a :event_type_12 ; | |
141 rdfs:label "(median value, continuous-time average)" . | |
142 | |
143 :transform_14_detectionfunction | |
144 vamp:block_size "1024"^^xsd:int ; | |
145 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_detectionfunction> ; | |
146 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; | |
147 vamp:sample_rate "44100"^^xsd:float ; | |
148 vamp:step_size "512"^^xsd:int ; | |
149 vamp:summary_type "mode" ; | |
150 a vamp:Transform . | |
151 | |
152 :event_type_15 | |
153 dc:description "Broadband energy rise detection function" ; | |
154 dc:format "" ; | |
155 dc:title "Detection Function" ; | |
156 rdfs:subClassOf event:Event . | |
157 | |
158 :event_16 | |
159 event:time [ | |
160 tl:beginsAt "PT0.000000000S"^^xsd:duration ; | |
161 tl:duration "PT5.201269840S"^^xsd:duration ; | |
162 tl:onTimeLine :signal_timeline_1 ; | |
163 a tl:Interval | |
164 ] ; | |
165 af:feature "0" ; | |
166 vamp:computed_by :transform_14_detectionfunction ; | |
167 a :event_type_15 ; | |
168 rdfs:label "(modal value, continuous-time average)" . | |
169 |