annotate adc2004/rdf/midi3REF.n3 @ 2:86aed1f351e3 tip

uriref for adc2004 audio file ids
author alo <nothing@tehis.net>
date Wed, 05 Apr 2017 17:51:18 +0100
parents ef28c91b6bc4
children
rev   line source
nothing@1 1 @prefix afo: <https://w3id.org/afo/onto/1.1#> .
nothing@1 2 @prefix afv: <https://w3id.org/afo/vocab/1.1#> .
nothing@1 3 @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
nothing@1 4 @prefix mo: <http://purl.org/ontology/mo/> .
nothing@1 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
nothing@1 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@1 7 @prefix sxsd: <https://www.w3.org/TR/speech-synthesis11/synthesis-nonamespace.xsd#> .
nothing@1 8 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
nothing@1 9 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
nothing@1 10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
nothing@1 11
nothing@2 12 <midi3.wav> a mo:AudioFile ;
nothing@1 13 mo:encodes [ a mo:Signal ;
nothing@1 14 mo:channels 1 ;
nothing@1 15 mo:sample_rate 44100 ;
nothing@1 16 mo:time [ a tl:Interval ;
nothing@1 17 tl:duration "25"^^xsd:duration ;
nothing@2 18 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ] .
nothing@2 19
nothing@2 20 [] a afv:FundamentalFrequency ;
nothing@2 21 event:time [ tl:at "0.0"^^xsd:float ;
nothing@2 22 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 25
nothing@2 26 [] a afv:FundamentalFrequency ;
nothing@2 27 event:time [ tl:at "0.006"^^xsd:float ;
nothing@2 28 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 29 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 30 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 31
nothing@2 32 [] a afv:FundamentalFrequency ;
nothing@2 33 event:time [ tl:at "0.058"^^xsd:float ;
nothing@2 34 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 35 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 36 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 37
nothing@2 38 [] a afv:FundamentalFrequency ;
nothing@2 39 event:time [ tl:at "0.58"^^xsd:float ;
nothing@2 40 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 41 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 42 afo:value "290.5"^^sxsd:hertz.number .
nothing@2 43
nothing@2 44 [] a afv:FundamentalFrequency ;
nothing@2 45 event:time [ tl:at "5.805"^^xsd:float ;
nothing@2 46 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 47 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 48 afo:value "397.653"^^sxsd:hertz.number .
nothing@2 49
nothing@2 50 [] a afv:FundamentalFrequency ;
nothing@2 51 event:time [ tl:at "5.811"^^xsd:float ;
nothing@2 52 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 53 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 54 afo:value "393.357"^^sxsd:hertz.number .
nothing@2 55
nothing@2 56 [] a afv:FundamentalFrequency ;
nothing@2 57 event:time [ tl:at "5.817"^^xsd:float ;
nothing@2 58 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 59 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 60 afo:value "388.993"^^sxsd:hertz.number .
nothing@2 61
nothing@2 62 [] a afv:FundamentalFrequency ;
nothing@2 63 event:time [ tl:at "5.822"^^xsd:float ;
nothing@2 64 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 65 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 66 afo:value "367.736"^^sxsd:hertz.number .
nothing@2 67
nothing@2 68 [] a afv:FundamentalFrequency ;
nothing@2 69 event:time [ tl:at "5.828"^^xsd:float ;
nothing@2 70 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 71 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 72 afo:value "368.942"^^sxsd:hertz.number .
nothing@2 73
nothing@2 74 [] a afv:FundamentalFrequency ;
nothing@2 75 event:time [ tl:at "5.834"^^xsd:float ;
nothing@2 76 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 77 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 78 afo:value "369.639"^^sxsd:hertz.number .
nothing@2 79
nothing@2 80 [] a afv:FundamentalFrequency ;
nothing@2 81 event:time [ tl:at "5.84"^^xsd:float ;
nothing@2 82 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 83 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 84 afo:value "369.66"^^sxsd:hertz.number .
nothing@2 85
nothing@2 86 [] a afv:FundamentalFrequency ;
nothing@2 87 event:time [ tl:at "5.846"^^xsd:float ;
nothing@2 88 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 89 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 90 afo:value "369.371"^^sxsd:hertz.number .
nothing@2 91
nothing@2 92 [] a afv:FundamentalFrequency ;
nothing@2 93 event:time [ tl:at "5.851"^^xsd:float ;
nothing@2 94 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 95 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 96 afo:value "369.328"^^sxsd:hertz.number .
nothing@2 97
nothing@2 98 [] a afv:FundamentalFrequency ;
nothing@2 99 event:time [ tl:at "5.857"^^xsd:float ;
nothing@2 100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 102 afo:value "369.174"^^sxsd:hertz.number .
nothing@2 103
nothing@2 104 [] a afv:FundamentalFrequency ;
nothing@2 105 event:time [ tl:at "0.586"^^xsd:float ;
nothing@2 106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 108 afo:value "290.675"^^sxsd:hertz.number .
nothing@2 109
nothing@2 110 [] a afv:FundamentalFrequency ;
nothing@2 111 event:time [ tl:at "5.863"^^xsd:float ;
nothing@2 112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 114 afo:value "369.036"^^sxsd:hertz.number .
nothing@2 115
nothing@2 116 [] a afv:FundamentalFrequency ;
nothing@2 117 event:time [ tl:at "5.869"^^xsd:float ;
nothing@2 118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 120 afo:value "368.948"^^sxsd:hertz.number .
nothing@2 121
nothing@2 122 [] a afv:FundamentalFrequency ;
nothing@2 123 event:time [ tl:at "5.875"^^xsd:float ;
nothing@2 124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 126 afo:value "368.891"^^sxsd:hertz.number .
nothing@2 127
nothing@2 128 [] a afv:FundamentalFrequency ;
nothing@2 129 event:time [ tl:at "5.88"^^xsd:float ;
nothing@2 130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 132 afo:value "368.845"^^sxsd:hertz.number .
nothing@2 133
nothing@2 134 [] a afv:FundamentalFrequency ;
nothing@2 135 event:time [ tl:at "5.886"^^xsd:float ;
nothing@2 136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 138 afo:value "368.756"^^sxsd:hertz.number .
nothing@2 139
nothing@2 140 [] a afv:FundamentalFrequency ;
nothing@2 141 event:time [ tl:at "5.892"^^xsd:float ;
nothing@2 142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 144 afo:value "368.818"^^sxsd:hertz.number .
nothing@2 145
nothing@2 146 [] a afv:FundamentalFrequency ;
nothing@2 147 event:time [ tl:at "5.898"^^xsd:float ;
nothing@2 148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 150 afo:value "368.716"^^sxsd:hertz.number .
nothing@2 151
nothing@2 152 [] a afv:FundamentalFrequency ;
nothing@2 153 event:time [ tl:at "5.904"^^xsd:float ;
nothing@2 154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 156 afo:value "368.676"^^sxsd:hertz.number .
nothing@2 157
nothing@2 158 [] a afv:FundamentalFrequency ;
nothing@2 159 event:time [ tl:at "5.909"^^xsd:float ;
nothing@2 160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 162 afo:value "368.56"^^sxsd:hertz.number .
nothing@2 163
nothing@2 164 [] a afv:FundamentalFrequency ;
nothing@2 165 event:time [ tl:at "5.915"^^xsd:float ;
nothing@2 166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 168 afo:value "368.553"^^sxsd:hertz.number .
nothing@2 169
nothing@2 170 [] a afv:FundamentalFrequency ;
nothing@2 171 event:time [ tl:at "0.592"^^xsd:float ;
nothing@2 172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 174 afo:value "289.803"^^sxsd:hertz.number .
nothing@2 175
nothing@2 176 [] a afv:FundamentalFrequency ;
nothing@2 177 event:time [ tl:at "5.921"^^xsd:float ;
nothing@2 178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 180 afo:value "368.519"^^sxsd:hertz.number .
nothing@2 181
nothing@2 182 [] a afv:FundamentalFrequency ;
nothing@2 183 event:time [ tl:at "5.927"^^xsd:float ;
nothing@2 184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 186 afo:value "368.498"^^sxsd:hertz.number .
nothing@2 187
nothing@2 188 [] a afv:FundamentalFrequency ;
nothing@2 189 event:time [ tl:at "5.933"^^xsd:float ;
nothing@2 190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 192 afo:value "368.487"^^sxsd:hertz.number .
nothing@2 193
nothing@2 194 [] a afv:FundamentalFrequency ;
nothing@2 195 event:time [ tl:at "5.939"^^xsd:float ;
nothing@2 196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 198 afo:value "368.471"^^sxsd:hertz.number .
nothing@2 199
nothing@2 200 [] a afv:FundamentalFrequency ;
nothing@2 201 event:time [ tl:at "5.944"^^xsd:float ;
nothing@2 202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 204 afo:value "368.491"^^sxsd:hertz.number .
nothing@2 205
nothing@2 206 [] a afv:FundamentalFrequency ;
nothing@2 207 event:time [ tl:at "5.95"^^xsd:float ;
nothing@2 208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 210 afo:value "368.479"^^sxsd:hertz.number .
nothing@2 211
nothing@2 212 [] a afv:FundamentalFrequency ;
nothing@2 213 event:time [ tl:at "5.956"^^xsd:float ;
nothing@2 214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 216 afo:value "368.434"^^sxsd:hertz.number .
nothing@2 217
nothing@2 218 [] a afv:FundamentalFrequency ;
nothing@2 219 event:time [ tl:at "5.962"^^xsd:float ;
nothing@2 220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 222 afo:value "368.355"^^sxsd:hertz.number .
nothing@2 223
nothing@2 224 [] a afv:FundamentalFrequency ;
nothing@2 225 event:time [ tl:at "5.968"^^xsd:float ;
nothing@2 226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 228 afo:value "368.305"^^sxsd:hertz.number .
nothing@2 229
nothing@2 230 [] a afv:FundamentalFrequency ;
nothing@2 231 event:time [ tl:at "5.973"^^xsd:float ;
nothing@2 232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 234 afo:value "368.31"^^sxsd:hertz.number .
nothing@2 235
nothing@2 236 [] a afv:FundamentalFrequency ;
nothing@2 237 event:time [ tl:at "0.598"^^xsd:float ;
nothing@2 238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 240 afo:value "286.875"^^sxsd:hertz.number .
nothing@2 241
nothing@2 242 [] a afv:FundamentalFrequency ;
nothing@2 243 event:time [ tl:at "5.979"^^xsd:float ;
nothing@2 244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 246 afo:value "368.315"^^sxsd:hertz.number .
nothing@2 247
nothing@2 248 [] a afv:FundamentalFrequency ;
nothing@2 249 event:time [ tl:at "5.985"^^xsd:float ;
nothing@2 250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 252 afo:value "368.281"^^sxsd:hertz.number .
nothing@2 253
nothing@2 254 [] a afv:FundamentalFrequency ;
nothing@2 255 event:time [ tl:at "5.991"^^xsd:float ;
nothing@2 256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 258 afo:value "368.363"^^sxsd:hertz.number .
nothing@2 259
nothing@2 260 [] a afv:FundamentalFrequency ;
nothing@2 261 event:time [ tl:at "5.997"^^xsd:float ;
nothing@2 262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 264 afo:value "368.42"^^sxsd:hertz.number .
nothing@2 265
nothing@2 266 [] a afv:FundamentalFrequency ;
nothing@2 267 event:time [ tl:at "6.002"^^xsd:float ;
nothing@2 268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 270 afo:value "368.469"^^sxsd:hertz.number .
nothing@2 271
nothing@2 272 [] a afv:FundamentalFrequency ;
nothing@2 273 event:time [ tl:at "6.008"^^xsd:float ;
nothing@2 274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 276 afo:value "368.487"^^sxsd:hertz.number .
nothing@2 277
nothing@2 278 [] a afv:FundamentalFrequency ;
nothing@2 279 event:time [ tl:at "6.014"^^xsd:float ;
nothing@2 280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 282 afo:value "368.386"^^sxsd:hertz.number .
nothing@2 283
nothing@2 284 [] a afv:FundamentalFrequency ;
nothing@2 285 event:time [ tl:at "6.02"^^xsd:float ;
nothing@2 286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 288 afo:value "368.494"^^sxsd:hertz.number .
nothing@2 289
nothing@2 290 [] a afv:FundamentalFrequency ;
nothing@2 291 event:time [ tl:at "6.026"^^xsd:float ;
nothing@2 292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 294 afo:value "368.561"^^sxsd:hertz.number .
nothing@2 295
nothing@2 296 [] a afv:FundamentalFrequency ;
nothing@2 297 event:time [ tl:at "6.031"^^xsd:float ;
nothing@2 298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 300 afo:value "368.595"^^sxsd:hertz.number .
nothing@2 301
nothing@2 302 [] a afv:FundamentalFrequency ;
nothing@2 303 event:time [ tl:at "0.604"^^xsd:float ;
nothing@2 304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 306 afo:value "284.824"^^sxsd:hertz.number .
nothing@2 307
nothing@2 308 [] a afv:FundamentalFrequency ;
nothing@2 309 event:time [ tl:at "6.037"^^xsd:float ;
nothing@2 310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 312 afo:value "368.586"^^sxsd:hertz.number .
nothing@2 313
nothing@2 314 [] a afv:FundamentalFrequency ;
nothing@2 315 event:time [ tl:at "6.043"^^xsd:float ;
nothing@2 316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 318 afo:value "368.652"^^sxsd:hertz.number .
nothing@2 319
nothing@2 320 [] a afv:FundamentalFrequency ;
nothing@2 321 event:time [ tl:at "6.049"^^xsd:float ;
nothing@2 322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 324 afo:value "368.73"^^sxsd:hertz.number .
nothing@2 325
nothing@2 326 [] a afv:FundamentalFrequency ;
nothing@2 327 event:time [ tl:at "6.055"^^xsd:float ;
nothing@2 328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 330 afo:value "368.737"^^sxsd:hertz.number .
nothing@2 331
nothing@2 332 [] a afv:FundamentalFrequency ;
nothing@2 333 event:time [ tl:at "6.06"^^xsd:float ;
nothing@2 334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 336 afo:value "368.771"^^sxsd:hertz.number .
nothing@2 337
nothing@2 338 [] a afv:FundamentalFrequency ;
nothing@2 339 event:time [ tl:at "6.066"^^xsd:float ;
nothing@2 340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 342 afo:value "368.815"^^sxsd:hertz.number .
nothing@2 343
nothing@2 344 [] a afv:FundamentalFrequency ;
nothing@2 345 event:time [ tl:at "6.072"^^xsd:float ;
nothing@2 346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 348 afo:value "368.871"^^sxsd:hertz.number .
nothing@2 349
nothing@2 350 [] a afv:FundamentalFrequency ;
nothing@2 351 event:time [ tl:at "6.078"^^xsd:float ;
nothing@2 352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 354 afo:value "368.942"^^sxsd:hertz.number .
nothing@2 355
nothing@2 356 [] a afv:FundamentalFrequency ;
nothing@2 357 event:time [ tl:at "6.084"^^xsd:float ;
nothing@2 358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 360 afo:value "368.956"^^sxsd:hertz.number .
nothing@2 361
nothing@2 362 [] a afv:FundamentalFrequency ;
nothing@2 363 event:time [ tl:at "6.089"^^xsd:float ;
nothing@2 364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 366 afo:value "369.031"^^sxsd:hertz.number .
nothing@2 367
nothing@2 368 [] a afv:FundamentalFrequency ;
nothing@2 369 event:time [ tl:at "0.61"^^xsd:float ;
nothing@2 370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 372 afo:value "282.552"^^sxsd:hertz.number .
nothing@2 373
nothing@2 374 [] a afv:FundamentalFrequency ;
nothing@2 375 event:time [ tl:at "6.095"^^xsd:float ;
nothing@2 376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 378 afo:value "369.103"^^sxsd:hertz.number .
nothing@2 379
nothing@2 380 [] a afv:FundamentalFrequency ;
nothing@2 381 event:time [ tl:at "6.101"^^xsd:float ;
nothing@2 382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 384 afo:value "369.165"^^sxsd:hertz.number .
nothing@2 385
nothing@2 386 [] a afv:FundamentalFrequency ;
nothing@2 387 event:time [ tl:at "6.107"^^xsd:float ;
nothing@2 388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 390 afo:value "369.178"^^sxsd:hertz.number .
nothing@2 391
nothing@2 392 [] a afv:FundamentalFrequency ;
nothing@2 393 event:time [ tl:at "6.113"^^xsd:float ;
nothing@2 394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 396 afo:value "369.186"^^sxsd:hertz.number .
nothing@2 397
nothing@2 398 [] a afv:FundamentalFrequency ;
nothing@2 399 event:time [ tl:at "6.118"^^xsd:float ;
nothing@2 400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 402 afo:value "369.21"^^sxsd:hertz.number .
nothing@2 403
nothing@2 404 [] a afv:FundamentalFrequency ;
nothing@2 405 event:time [ tl:at "6.124"^^xsd:float ;
nothing@2 406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 408 afo:value "369.231"^^sxsd:hertz.number .
nothing@2 409
nothing@2 410 [] a afv:FundamentalFrequency ;
nothing@2 411 event:time [ tl:at "6.13"^^xsd:float ;
nothing@2 412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 414 afo:value "369.25"^^sxsd:hertz.number .
nothing@2 415
nothing@2 416 [] a afv:FundamentalFrequency ;
nothing@2 417 event:time [ tl:at "6.136"^^xsd:float ;
nothing@2 418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 420 afo:value "369.266"^^sxsd:hertz.number .
nothing@2 421
nothing@2 422 [] a afv:FundamentalFrequency ;
nothing@2 423 event:time [ tl:at "6.142"^^xsd:float ;
nothing@2 424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 426 afo:value "369.293"^^sxsd:hertz.number .
nothing@2 427
nothing@2 428 [] a afv:FundamentalFrequency ;
nothing@2 429 event:time [ tl:at "6.147"^^xsd:float ;
nothing@2 430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 432 afo:value "369.259"^^sxsd:hertz.number .
nothing@2 433
nothing@2 434 [] a afv:FundamentalFrequency ;
nothing@2 435 event:time [ tl:at "0.615"^^xsd:float ;
nothing@2 436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 438 afo:value "283.279"^^sxsd:hertz.number .
nothing@2 439
nothing@2 440 [] a afv:FundamentalFrequency ;
nothing@2 441 event:time [ tl:at "6.153"^^xsd:float ;
nothing@2 442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 444 afo:value "369.202"^^sxsd:hertz.number .
nothing@2 445
nothing@2 446 [] a afv:FundamentalFrequency ;
nothing@2 447 event:time [ tl:at "6.159"^^xsd:float ;
nothing@2 448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 450 afo:value "369.114"^^sxsd:hertz.number .
nothing@2 451
nothing@2 452 [] a afv:FundamentalFrequency ;
nothing@2 453 event:time [ tl:at "6.165"^^xsd:float ;
nothing@2 454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 456 afo:value "369.067"^^sxsd:hertz.number .
nothing@2 457
nothing@2 458 [] a afv:FundamentalFrequency ;
nothing@2 459 event:time [ tl:at "6.171"^^xsd:float ;
nothing@2 460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 462 afo:value "369.036"^^sxsd:hertz.number .
nothing@2 463
nothing@2 464 [] a afv:FundamentalFrequency ;
nothing@2 465 event:time [ tl:at "6.177"^^xsd:float ;
nothing@2 466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 468 afo:value "369.032"^^sxsd:hertz.number .
nothing@2 469
nothing@2 470 [] a afv:FundamentalFrequency ;
nothing@2 471 event:time [ tl:at "6.182"^^xsd:float ;
nothing@2 472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 474 afo:value "369.064"^^sxsd:hertz.number .
nothing@2 475
nothing@2 476 [] a afv:FundamentalFrequency ;
nothing@2 477 event:time [ tl:at "6.188"^^xsd:float ;
nothing@2 478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 480 afo:value "369.163"^^sxsd:hertz.number .
nothing@2 481
nothing@2 482 [] a afv:FundamentalFrequency ;
nothing@2 483 event:time [ tl:at "6.194"^^xsd:float ;
nothing@2 484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 486 afo:value "369.324"^^sxsd:hertz.number .
nothing@2 487
nothing@2 488 [] a afv:FundamentalFrequency ;
nothing@2 489 event:time [ tl:at "6.2"^^xsd:float ;
nothing@2 490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 492 afo:value "369.544"^^sxsd:hertz.number .
nothing@2 493
nothing@2 494 [] a afv:FundamentalFrequency ;
nothing@2 495 event:time [ tl:at "6.206"^^xsd:float ;
nothing@2 496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 498 afo:value "369.819"^^sxsd:hertz.number .
nothing@2 499
nothing@2 500 [] a afv:FundamentalFrequency ;
nothing@2 501 event:time [ tl:at "0.621"^^xsd:float ;
nothing@2 502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 504 afo:value "291.404"^^sxsd:hertz.number .
nothing@2 505
nothing@2 506 [] a afv:FundamentalFrequency ;
nothing@2 507 event:time [ tl:at "6.211"^^xsd:float ;
nothing@2 508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 510 afo:value "370.07"^^sxsd:hertz.number .
nothing@2 511
nothing@2 512 [] a afv:FundamentalFrequency ;
nothing@2 513 event:time [ tl:at "6.217"^^xsd:float ;
nothing@2 514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 516 afo:value "370.303"^^sxsd:hertz.number .
nothing@2 517
nothing@2 518 [] a afv:FundamentalFrequency ;
nothing@2 519 event:time [ tl:at "6.223"^^xsd:float ;
nothing@2 520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 522 afo:value "370.532"^^sxsd:hertz.number .
nothing@2 523
nothing@2 524 [] a afv:FundamentalFrequency ;
nothing@2 525 event:time [ tl:at "6.229"^^xsd:float ;
nothing@2 526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 528 afo:value "370.742"^^sxsd:hertz.number .
nothing@2 529
nothing@2 530 [] a afv:FundamentalFrequency ;
nothing@2 531 event:time [ tl:at "6.235"^^xsd:float ;
nothing@2 532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 534 afo:value "371.025"^^sxsd:hertz.number .
nothing@2 535
nothing@2 536 [] a afv:FundamentalFrequency ;
nothing@2 537 event:time [ tl:at "6.24"^^xsd:float ;
nothing@2 538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 540 afo:value "371.31"^^sxsd:hertz.number .
nothing@2 541
nothing@2 542 [] a afv:FundamentalFrequency ;
nothing@2 543 event:time [ tl:at "6.246"^^xsd:float ;
nothing@2 544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 546 afo:value "371.519"^^sxsd:hertz.number .
nothing@2 547
nothing@2 548 [] a afv:FundamentalFrequency ;
nothing@2 549 event:time [ tl:at "6.252"^^xsd:float ;
nothing@2 550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 552 afo:value "371.581"^^sxsd:hertz.number .
nothing@2 553
nothing@2 554 [] a afv:FundamentalFrequency ;
nothing@2 555 event:time [ tl:at "6.258"^^xsd:float ;
nothing@2 556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 558 afo:value "371.525"^^sxsd:hertz.number .
nothing@2 559
nothing@2 560 [] a afv:FundamentalFrequency ;
nothing@2 561 event:time [ tl:at "6.264"^^xsd:float ;
nothing@2 562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 564 afo:value "371.448"^^sxsd:hertz.number .
nothing@2 565
nothing@2 566 [] a afv:FundamentalFrequency ;
nothing@2 567 event:time [ tl:at "0.627"^^xsd:float ;
nothing@2 568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 570 afo:value "298.725"^^sxsd:hertz.number .
nothing@2 571
nothing@2 572 [] a afv:FundamentalFrequency ;
nothing@2 573 event:time [ tl:at "6.269"^^xsd:float ;
nothing@2 574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 576 afo:value "371.224"^^sxsd:hertz.number .
nothing@2 577
nothing@2 578 [] a afv:FundamentalFrequency ;
nothing@2 579 event:time [ tl:at "6.275"^^xsd:float ;
nothing@2 580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 582 afo:value "370.884"^^sxsd:hertz.number .
nothing@2 583
nothing@2 584 [] a afv:FundamentalFrequency ;
nothing@2 585 event:time [ tl:at "6.281"^^xsd:float ;
nothing@2 586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 588 afo:value "370.45"^^sxsd:hertz.number .
nothing@2 589
nothing@2 590 [] a afv:FundamentalFrequency ;
nothing@2 591 event:time [ tl:at "6.287"^^xsd:float ;
nothing@2 592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 594 afo:value "370.073"^^sxsd:hertz.number .
nothing@2 595
nothing@2 596 [] a afv:FundamentalFrequency ;
nothing@2 597 event:time [ tl:at "6.293"^^xsd:float ;
nothing@2 598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 600 afo:value "369.671"^^sxsd:hertz.number .
nothing@2 601
nothing@2 602 [] a afv:FundamentalFrequency ;
nothing@2 603 event:time [ tl:at "6.298"^^xsd:float ;
nothing@2 604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 606 afo:value "368.844"^^sxsd:hertz.number .
nothing@2 607
nothing@2 608 [] a afv:FundamentalFrequency ;
nothing@2 609 event:time [ tl:at "6.304"^^xsd:float ;
nothing@2 610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 612 afo:value "368.592"^^sxsd:hertz.number .
nothing@2 613
nothing@2 614 [] a afv:FundamentalFrequency ;
nothing@2 615 event:time [ tl:at "6.31"^^xsd:float ;
nothing@2 616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 618 afo:value "369.982"^^sxsd:hertz.number .
nothing@2 619
nothing@2 620 [] a afv:FundamentalFrequency ;
nothing@2 621 event:time [ tl:at "6.316"^^xsd:float ;
nothing@2 622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 624 afo:value "364.529"^^sxsd:hertz.number .
nothing@2 625
nothing@2 626 [] a afv:FundamentalFrequency ;
nothing@2 627 event:time [ tl:at "6.322"^^xsd:float ;
nothing@2 628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 630 afo:value "409.66"^^sxsd:hertz.number .
nothing@2 631
nothing@2 632 [] a afv:FundamentalFrequency ;
nothing@2 633 event:time [ tl:at "0.633"^^xsd:float ;
nothing@2 634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 636 afo:value "293.051"^^sxsd:hertz.number .
nothing@2 637
nothing@2 638 [] a afv:FundamentalFrequency ;
nothing@2 639 event:time [ tl:at "6.327"^^xsd:float ;
nothing@2 640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 642 afo:value "409.882"^^sxsd:hertz.number .
nothing@2 643
nothing@2 644 [] a afv:FundamentalFrequency ;
nothing@2 645 event:time [ tl:at "6.333"^^xsd:float ;
nothing@2 646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 648 afo:value "439.521"^^sxsd:hertz.number .
nothing@2 649
nothing@2 650 [] a afv:FundamentalFrequency ;
nothing@2 651 event:time [ tl:at "6.339"^^xsd:float ;
nothing@2 652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 654 afo:value "438.321"^^sxsd:hertz.number .
nothing@2 655
nothing@2 656 [] a afv:FundamentalFrequency ;
nothing@2 657 event:time [ tl:at "6.345"^^xsd:float ;
nothing@2 658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 660 afo:value "438.52"^^sxsd:hertz.number .
nothing@2 661
nothing@2 662 [] a afv:FundamentalFrequency ;
nothing@2 663 event:time [ tl:at "6.351"^^xsd:float ;
nothing@2 664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 666 afo:value "439.734"^^sxsd:hertz.number .
nothing@2 667
nothing@2 668 [] a afv:FundamentalFrequency ;
nothing@2 669 event:time [ tl:at "6.356"^^xsd:float ;
nothing@2 670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 672 afo:value "439.663"^^sxsd:hertz.number .
nothing@2 673
nothing@2 674 [] a afv:FundamentalFrequency ;
nothing@2 675 event:time [ tl:at "6.362"^^xsd:float ;
nothing@2 676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 678 afo:value "439.381"^^sxsd:hertz.number .
nothing@2 679
nothing@2 680 [] a afv:FundamentalFrequency ;
nothing@2 681 event:time [ tl:at "6.368"^^xsd:float ;
nothing@2 682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 684 afo:value "439.24"^^sxsd:hertz.number .
nothing@2 685
nothing@2 686 [] a afv:FundamentalFrequency ;
nothing@2 687 event:time [ tl:at "6.374"^^xsd:float ;
nothing@2 688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 690 afo:value "439.028"^^sxsd:hertz.number .
nothing@2 691
nothing@2 692 [] a afv:FundamentalFrequency ;
nothing@2 693 event:time [ tl:at "6.38"^^xsd:float ;
nothing@2 694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 696 afo:value "438.879"^^sxsd:hertz.number .
nothing@2 697
nothing@2 698 [] a afv:FundamentalFrequency ;
nothing@2 699 event:time [ tl:at "0.064"^^xsd:float ;
nothing@2 700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 702 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 703
nothing@2 704 [] a afv:FundamentalFrequency ;
nothing@2 705 event:time [ tl:at "0.639"^^xsd:float ;
nothing@2 706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 708 afo:value "293.271"^^sxsd:hertz.number .
nothing@2 709
nothing@2 710 [] a afv:FundamentalFrequency ;
nothing@2 711 event:time [ tl:at "6.385"^^xsd:float ;
nothing@2 712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 714 afo:value "438.793"^^sxsd:hertz.number .
nothing@2 715
nothing@2 716 [] a afv:FundamentalFrequency ;
nothing@2 717 event:time [ tl:at "6.391"^^xsd:float ;
nothing@2 718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 720 afo:value "438.783"^^sxsd:hertz.number .
nothing@2 721
nothing@2 722 [] a afv:FundamentalFrequency ;
nothing@2 723 event:time [ tl:at "6.397"^^xsd:float ;
nothing@2 724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 726 afo:value "438.559"^^sxsd:hertz.number .
nothing@2 727
nothing@2 728 [] a afv:FundamentalFrequency ;
nothing@2 729 event:time [ tl:at "6.403"^^xsd:float ;
nothing@2 730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 732 afo:value "438.44"^^sxsd:hertz.number .
nothing@2 733
nothing@2 734 [] a afv:FundamentalFrequency ;
nothing@2 735 event:time [ tl:at "6.409"^^xsd:float ;
nothing@2 736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 738 afo:value "438.325"^^sxsd:hertz.number .
nothing@2 739
nothing@2 740 [] a afv:FundamentalFrequency ;
nothing@2 741 event:time [ tl:at "6.415"^^xsd:float ;
nothing@2 742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 744 afo:value "438.357"^^sxsd:hertz.number .
nothing@2 745
nothing@2 746 [] a afv:FundamentalFrequency ;
nothing@2 747 event:time [ tl:at "6.42"^^xsd:float ;
nothing@2 748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 750 afo:value "438.329"^^sxsd:hertz.number .
nothing@2 751
nothing@2 752 [] a afv:FundamentalFrequency ;
nothing@2 753 event:time [ tl:at "6.426"^^xsd:float ;
nothing@2 754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 756 afo:value "438.243"^^sxsd:hertz.number .
nothing@2 757
nothing@2 758 [] a afv:FundamentalFrequency ;
nothing@2 759 event:time [ tl:at "6.432"^^xsd:float ;
nothing@2 760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 762 afo:value "438.212"^^sxsd:hertz.number .
nothing@2 763
nothing@2 764 [] a afv:FundamentalFrequency ;
nothing@2 765 event:time [ tl:at "6.438"^^xsd:float ;
nothing@2 766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 768 afo:value "438.177"^^sxsd:hertz.number .
nothing@2 769
nothing@2 770 [] a afv:FundamentalFrequency ;
nothing@2 771 event:time [ tl:at "0.644"^^xsd:float ;
nothing@2 772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 774 afo:value "293.127"^^sxsd:hertz.number .
nothing@2 775
nothing@2 776 [] a afv:FundamentalFrequency ;
nothing@2 777 event:time [ tl:at "6.444"^^xsd:float ;
nothing@2 778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 780 afo:value "438.137"^^sxsd:hertz.number .
nothing@2 781
nothing@2 782 [] a afv:FundamentalFrequency ;
nothing@2 783 event:time [ tl:at "6.449"^^xsd:float ;
nothing@2 784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 786 afo:value "438.138"^^sxsd:hertz.number .
nothing@2 787
nothing@2 788 [] a afv:FundamentalFrequency ;
nothing@2 789 event:time [ tl:at "6.455"^^xsd:float ;
nothing@2 790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 792 afo:value "438.019"^^sxsd:hertz.number .
nothing@2 793
nothing@2 794 [] a afv:FundamentalFrequency ;
nothing@2 795 event:time [ tl:at "6.461"^^xsd:float ;
nothing@2 796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 798 afo:value "437.997"^^sxsd:hertz.number .
nothing@2 799
nothing@2 800 [] a afv:FundamentalFrequency ;
nothing@2 801 event:time [ tl:at "6.467"^^xsd:float ;
nothing@2 802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 804 afo:value "437.991"^^sxsd:hertz.number .
nothing@2 805
nothing@2 806 [] a afv:FundamentalFrequency ;
nothing@2 807 event:time [ tl:at "6.473"^^xsd:float ;
nothing@2 808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 810 afo:value "437.984"^^sxsd:hertz.number .
nothing@2 811
nothing@2 812 [] a afv:FundamentalFrequency ;
nothing@2 813 event:time [ tl:at "6.478"^^xsd:float ;
nothing@2 814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 816 afo:value "438.088"^^sxsd:hertz.number .
nothing@2 817
nothing@2 818 [] a afv:FundamentalFrequency ;
nothing@2 819 event:time [ tl:at "6.484"^^xsd:float ;
nothing@2 820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 822 afo:value "438.145"^^sxsd:hertz.number .
nothing@2 823
nothing@2 824 [] a afv:FundamentalFrequency ;
nothing@2 825 event:time [ tl:at "6.49"^^xsd:float ;
nothing@2 826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 828 afo:value "438.229"^^sxsd:hertz.number .
nothing@2 829
nothing@2 830 [] a afv:FundamentalFrequency ;
nothing@2 831 event:time [ tl:at "6.496"^^xsd:float ;
nothing@2 832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 834 afo:value "438.273"^^sxsd:hertz.number .
nothing@2 835
nothing@2 836 [] a afv:FundamentalFrequency ;
nothing@2 837 event:time [ tl:at "0.65"^^xsd:float ;
nothing@2 838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 840 afo:value "293.375"^^sxsd:hertz.number .
nothing@2 841
nothing@2 842 [] a afv:FundamentalFrequency ;
nothing@2 843 event:time [ tl:at "6.502"^^xsd:float ;
nothing@2 844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 846 afo:value "438.279"^^sxsd:hertz.number .
nothing@2 847
nothing@2 848 [] a afv:FundamentalFrequency ;
nothing@2 849 event:time [ tl:at "6.507"^^xsd:float ;
nothing@2 850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 852 afo:value "438.274"^^sxsd:hertz.number .
nothing@2 853
nothing@2 854 [] a afv:FundamentalFrequency ;
nothing@2 855 event:time [ tl:at "6.513"^^xsd:float ;
nothing@2 856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 858 afo:value "438.345"^^sxsd:hertz.number .
nothing@2 859
nothing@2 860 [] a afv:FundamentalFrequency ;
nothing@2 861 event:time [ tl:at "6.519"^^xsd:float ;
nothing@2 862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 864 afo:value "438.402"^^sxsd:hertz.number .
nothing@2 865
nothing@2 866 [] a afv:FundamentalFrequency ;
nothing@2 867 event:time [ tl:at "6.525"^^xsd:float ;
nothing@2 868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 870 afo:value "438.448"^^sxsd:hertz.number .
nothing@2 871
nothing@2 872 [] a afv:FundamentalFrequency ;
nothing@2 873 event:time [ tl:at "6.531"^^xsd:float ;
nothing@2 874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 876 afo:value "438.501"^^sxsd:hertz.number .
nothing@2 877
nothing@2 878 [] a afv:FundamentalFrequency ;
nothing@2 879 event:time [ tl:at "6.536"^^xsd:float ;
nothing@2 880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 882 afo:value "438.523"^^sxsd:hertz.number .
nothing@2 883
nothing@2 884 [] a afv:FundamentalFrequency ;
nothing@2 885 event:time [ tl:at "6.542"^^xsd:float ;
nothing@2 886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 888 afo:value "438.567"^^sxsd:hertz.number .
nothing@2 889
nothing@2 890 [] a afv:FundamentalFrequency ;
nothing@2 891 event:time [ tl:at "6.548"^^xsd:float ;
nothing@2 892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 894 afo:value "438.591"^^sxsd:hertz.number .
nothing@2 895
nothing@2 896 [] a afv:FundamentalFrequency ;
nothing@2 897 event:time [ tl:at "6.554"^^xsd:float ;
nothing@2 898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 900 afo:value "438.628"^^sxsd:hertz.number .
nothing@2 901
nothing@2 902 [] a afv:FundamentalFrequency ;
nothing@2 903 event:time [ tl:at "0.656"^^xsd:float ;
nothing@2 904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 906 afo:value "293.141"^^sxsd:hertz.number .
nothing@2 907
nothing@2 908 [] a afv:FundamentalFrequency ;
nothing@2 909 event:time [ tl:at "6.56"^^xsd:float ;
nothing@2 910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 912 afo:value "438.645"^^sxsd:hertz.number .
nothing@2 913
nothing@2 914 [] a afv:FundamentalFrequency ;
nothing@2 915 event:time [ tl:at "6.565"^^xsd:float ;
nothing@2 916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 918 afo:value "438.701"^^sxsd:hertz.number .
nothing@2 919
nothing@2 920 [] a afv:FundamentalFrequency ;
nothing@2 921 event:time [ tl:at "6.571"^^xsd:float ;
nothing@2 922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 924 afo:value "438.806"^^sxsd:hertz.number .
nothing@2 925
nothing@2 926 [] a afv:FundamentalFrequency ;
nothing@2 927 event:time [ tl:at "6.577"^^xsd:float ;
nothing@2 928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 930 afo:value "438.82"^^sxsd:hertz.number .
nothing@2 931
nothing@2 932 [] a afv:FundamentalFrequency ;
nothing@2 933 event:time [ tl:at "6.583"^^xsd:float ;
nothing@2 934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 936 afo:value "438.873"^^sxsd:hertz.number .
nothing@2 937
nothing@2 938 [] a afv:FundamentalFrequency ;
nothing@2 939 event:time [ tl:at "6.589"^^xsd:float ;
nothing@2 940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 942 afo:value "438.878"^^sxsd:hertz.number .
nothing@2 943
nothing@2 944 [] a afv:FundamentalFrequency ;
nothing@2 945 event:time [ tl:at "6.594"^^xsd:float ;
nothing@2 946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 948 afo:value "438.894"^^sxsd:hertz.number .
nothing@2 949
nothing@2 950 [] a afv:FundamentalFrequency ;
nothing@2 951 event:time [ tl:at "6.6"^^xsd:float ;
nothing@2 952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 954 afo:value "438.906"^^sxsd:hertz.number .
nothing@2 955
nothing@2 956 [] a afv:FundamentalFrequency ;
nothing@2 957 event:time [ tl:at "6.606"^^xsd:float ;
nothing@2 958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 960 afo:value "438.96"^^sxsd:hertz.number .
nothing@2 961
nothing@2 962 [] a afv:FundamentalFrequency ;
nothing@2 963 event:time [ tl:at "6.612"^^xsd:float ;
nothing@2 964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 966 afo:value "439.015"^^sxsd:hertz.number .
nothing@2 967
nothing@2 968 [] a afv:FundamentalFrequency ;
nothing@2 969 event:time [ tl:at "0.662"^^xsd:float ;
nothing@2 970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 972 afo:value "293.464"^^sxsd:hertz.number .
nothing@2 973
nothing@2 974 [] a afv:FundamentalFrequency ;
nothing@2 975 event:time [ tl:at "6.618"^^xsd:float ;
nothing@2 976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 978 afo:value "439.058"^^sxsd:hertz.number .
nothing@2 979
nothing@2 980 [] a afv:FundamentalFrequency ;
nothing@2 981 event:time [ tl:at "6.623"^^xsd:float ;
nothing@2 982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 984 afo:value "439.116"^^sxsd:hertz.number .
nothing@2 985
nothing@2 986 [] a afv:FundamentalFrequency ;
nothing@2 987 event:time [ tl:at "6.629"^^xsd:float ;
nothing@2 988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 990 afo:value "439.086"^^sxsd:hertz.number .
nothing@2 991
nothing@2 992 [] a afv:FundamentalFrequency ;
nothing@2 993 event:time [ tl:at "6.635"^^xsd:float ;
nothing@2 994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 996 afo:value "439.05"^^sxsd:hertz.number .
nothing@2 997
nothing@2 998 [] a afv:FundamentalFrequency ;
nothing@2 999 event:time [ tl:at "6.641"^^xsd:float ;
nothing@2 1000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1002 afo:value "439.046"^^sxsd:hertz.number .
nothing@2 1003
nothing@2 1004 [] a afv:FundamentalFrequency ;
nothing@2 1005 event:time [ tl:at "6.647"^^xsd:float ;
nothing@2 1006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1008 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 1009
nothing@2 1010 [] a afv:FundamentalFrequency ;
nothing@2 1011 event:time [ tl:at "6.653"^^xsd:float ;
nothing@2 1012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1014 afo:value "439.041"^^sxsd:hertz.number .
nothing@2 1015
nothing@2 1016 [] a afv:FundamentalFrequency ;
nothing@2 1017 event:time [ tl:at "6.658"^^xsd:float ;
nothing@2 1018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1020 afo:value "439.042"^^sxsd:hertz.number .
nothing@2 1021
nothing@2 1022 [] a afv:FundamentalFrequency ;
nothing@2 1023 event:time [ tl:at "6.664"^^xsd:float ;
nothing@2 1024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1026 afo:value "439.016"^^sxsd:hertz.number .
nothing@2 1027
nothing@2 1028 [] a afv:FundamentalFrequency ;
nothing@2 1029 event:time [ tl:at "6.67"^^xsd:float ;
nothing@2 1030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1032 afo:value "439.004"^^sxsd:hertz.number .
nothing@2 1033
nothing@2 1034 [] a afv:FundamentalFrequency ;
nothing@2 1035 event:time [ tl:at "0.668"^^xsd:float ;
nothing@2 1036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1038 afo:value "293.18"^^sxsd:hertz.number .
nothing@2 1039
nothing@2 1040 [] a afv:FundamentalFrequency ;
nothing@2 1041 event:time [ tl:at "6.676"^^xsd:float ;
nothing@2 1042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1044 afo:value "438.982"^^sxsd:hertz.number .
nothing@2 1045
nothing@2 1046 [] a afv:FundamentalFrequency ;
nothing@2 1047 event:time [ tl:at "6.682"^^xsd:float ;
nothing@2 1048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1050 afo:value "439.016"^^sxsd:hertz.number .
nothing@2 1051
nothing@2 1052 [] a afv:FundamentalFrequency ;
nothing@2 1053 event:time [ tl:at "6.687"^^xsd:float ;
nothing@2 1054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1056 afo:value "439.068"^^sxsd:hertz.number .
nothing@2 1057
nothing@2 1058 [] a afv:FundamentalFrequency ;
nothing@2 1059 event:time [ tl:at "6.693"^^xsd:float ;
nothing@2 1060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1062 afo:value "439.11"^^sxsd:hertz.number .
nothing@2 1063
nothing@2 1064 [] a afv:FundamentalFrequency ;
nothing@2 1065 event:time [ tl:at "6.699"^^xsd:float ;
nothing@2 1066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1068 afo:value "439.158"^^sxsd:hertz.number .
nothing@2 1069
nothing@2 1070 [] a afv:FundamentalFrequency ;
nothing@2 1071 event:time [ tl:at "6.705"^^xsd:float ;
nothing@2 1072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1074 afo:value "439.188"^^sxsd:hertz.number .
nothing@2 1075
nothing@2 1076 [] a afv:FundamentalFrequency ;
nothing@2 1077 event:time [ tl:at "6.711"^^xsd:float ;
nothing@2 1078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1080 afo:value "439.148"^^sxsd:hertz.number .
nothing@2 1081
nothing@2 1082 [] a afv:FundamentalFrequency ;
nothing@2 1083 event:time [ tl:at "6.716"^^xsd:float ;
nothing@2 1084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1086 afo:value "439.091"^^sxsd:hertz.number .
nothing@2 1087
nothing@2 1088 [] a afv:FundamentalFrequency ;
nothing@2 1089 event:time [ tl:at "6.722"^^xsd:float ;
nothing@2 1090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1092 afo:value "438.984"^^sxsd:hertz.number .
nothing@2 1093
nothing@2 1094 [] a afv:FundamentalFrequency ;
nothing@2 1095 event:time [ tl:at "6.728"^^xsd:float ;
nothing@2 1096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1098 afo:value "438.859"^^sxsd:hertz.number .
nothing@2 1099
nothing@2 1100 [] a afv:FundamentalFrequency ;
nothing@2 1101 event:time [ tl:at "0.673"^^xsd:float ;
nothing@2 1102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1104 afo:value "292.747"^^sxsd:hertz.number .
nothing@2 1105
nothing@2 1106 [] a afv:FundamentalFrequency ;
nothing@2 1107 event:time [ tl:at "6.734"^^xsd:float ;
nothing@2 1108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1110 afo:value "438.734"^^sxsd:hertz.number .
nothing@2 1111
nothing@2 1112 [] a afv:FundamentalFrequency ;
nothing@2 1113 event:time [ tl:at "6.74"^^xsd:float ;
nothing@2 1114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1116 afo:value "438.655"^^sxsd:hertz.number .
nothing@2 1117
nothing@2 1118 [] a afv:FundamentalFrequency ;
nothing@2 1119 event:time [ tl:at "6.745"^^xsd:float ;
nothing@2 1120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1122 afo:value "438.506"^^sxsd:hertz.number .
nothing@2 1123
nothing@2 1124 [] a afv:FundamentalFrequency ;
nothing@2 1125 event:time [ tl:at "6.751"^^xsd:float ;
nothing@2 1126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1128 afo:value "438.289"^^sxsd:hertz.number .
nothing@2 1129
nothing@2 1130 [] a afv:FundamentalFrequency ;
nothing@2 1131 event:time [ tl:at "6.757"^^xsd:float ;
nothing@2 1132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1134 afo:value "438.019"^^sxsd:hertz.number .
nothing@2 1135
nothing@2 1136 [] a afv:FundamentalFrequency ;
nothing@2 1137 event:time [ tl:at "6.763"^^xsd:float ;
nothing@2 1138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1140 afo:value "437.416"^^sxsd:hertz.number .
nothing@2 1141
nothing@2 1142 [] a afv:FundamentalFrequency ;
nothing@2 1143 event:time [ tl:at "6.769"^^xsd:float ;
nothing@2 1144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1146 afo:value "436.664"^^sxsd:hertz.number .
nothing@2 1147
nothing@2 1148 [] a afv:FundamentalFrequency ;
nothing@2 1149 event:time [ tl:at "6.774"^^xsd:float ;
nothing@2 1150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1152 afo:value "435.788"^^sxsd:hertz.number .
nothing@2 1153
nothing@2 1154 [] a afv:FundamentalFrequency ;
nothing@2 1155 event:time [ tl:at "6.78"^^xsd:float ;
nothing@2 1156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1158 afo:value "434.934"^^sxsd:hertz.number .
nothing@2 1159
nothing@2 1160 [] a afv:FundamentalFrequency ;
nothing@2 1161 event:time [ tl:at "6.786"^^xsd:float ;
nothing@2 1162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1164 afo:value "434.564"^^sxsd:hertz.number .
nothing@2 1165
nothing@2 1166 [] a afv:FundamentalFrequency ;
nothing@2 1167 event:time [ tl:at "0.679"^^xsd:float ;
nothing@2 1168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1170 afo:value "293.057"^^sxsd:hertz.number .
nothing@2 1171
nothing@2 1172 [] a afv:FundamentalFrequency ;
nothing@2 1173 event:time [ tl:at "6.792"^^xsd:float ;
nothing@2 1174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1176 afo:value "434.668"^^sxsd:hertz.number .
nothing@2 1177
nothing@2 1178 [] a afv:FundamentalFrequency ;
nothing@2 1179 event:time [ tl:at "6.798"^^xsd:float ;
nothing@2 1180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1182 afo:value "434.989"^^sxsd:hertz.number .
nothing@2 1183
nothing@2 1184 [] a afv:FundamentalFrequency ;
nothing@2 1185 event:time [ tl:at "6.803"^^xsd:float ;
nothing@2 1186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1188 afo:value "435.581"^^sxsd:hertz.number .
nothing@2 1189
nothing@2 1190 [] a afv:FundamentalFrequency ;
nothing@2 1191 event:time [ tl:at "6.809"^^xsd:float ;
nothing@2 1192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1194 afo:value "436.163"^^sxsd:hertz.number .
nothing@2 1195
nothing@2 1196 [] a afv:FundamentalFrequency ;
nothing@2 1197 event:time [ tl:at "6.815"^^xsd:float ;
nothing@2 1198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1200 afo:value "436.361"^^sxsd:hertz.number .
nothing@2 1201
nothing@2 1202 [] a afv:FundamentalFrequency ;
nothing@2 1203 event:time [ tl:at "6.821"^^xsd:float ;
nothing@2 1204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1206 afo:value "433.02"^^sxsd:hertz.number .
nothing@2 1207
nothing@2 1208 [] a afv:FundamentalFrequency ;
nothing@2 1209 event:time [ tl:at "6.827"^^xsd:float ;
nothing@2 1210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1212 afo:value "468.531"^^sxsd:hertz.number .
nothing@2 1213
nothing@2 1214 [] a afv:FundamentalFrequency ;
nothing@2 1215 event:time [ tl:at "6.832"^^xsd:float ;
nothing@2 1216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1218 afo:value "473.773"^^sxsd:hertz.number .
nothing@2 1219
nothing@2 1220 [] a afv:FundamentalFrequency ;
nothing@2 1221 event:time [ tl:at "6.838"^^xsd:float ;
nothing@2 1222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1224 afo:value "493.047"^^sxsd:hertz.number .
nothing@2 1225
nothing@2 1226 [] a afv:FundamentalFrequency ;
nothing@2 1227 event:time [ tl:at "6.844"^^xsd:float ;
nothing@2 1228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1230 afo:value "491.885"^^sxsd:hertz.number .
nothing@2 1231
nothing@2 1232 [] a afv:FundamentalFrequency ;
nothing@2 1233 event:time [ tl:at "0.685"^^xsd:float ;
nothing@2 1234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1236 afo:value "293.051"^^sxsd:hertz.number .
nothing@2 1237
nothing@2 1238 [] a afv:FundamentalFrequency ;
nothing@2 1239 event:time [ tl:at "6.85"^^xsd:float ;
nothing@2 1240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1242 afo:value "492.328"^^sxsd:hertz.number .
nothing@2 1243
nothing@2 1244 [] a afv:FundamentalFrequency ;
nothing@2 1245 event:time [ tl:at "6.856"^^xsd:float ;
nothing@2 1246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1248 afo:value "493.458"^^sxsd:hertz.number .
nothing@2 1249
nothing@2 1250 [] a afv:FundamentalFrequency ;
nothing@2 1251 event:time [ tl:at "6.861"^^xsd:float ;
nothing@2 1252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1254 afo:value "493.063"^^sxsd:hertz.number .
nothing@2 1255
nothing@2 1256 [] a afv:FundamentalFrequency ;
nothing@2 1257 event:time [ tl:at "6.867"^^xsd:float ;
nothing@2 1258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1260 afo:value "492.738"^^sxsd:hertz.number .
nothing@2 1261
nothing@2 1262 [] a afv:FundamentalFrequency ;
nothing@2 1263 event:time [ tl:at "6.873"^^xsd:float ;
nothing@2 1264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1266 afo:value "492.728"^^sxsd:hertz.number .
nothing@2 1267
nothing@2 1268 [] a afv:FundamentalFrequency ;
nothing@2 1269 event:time [ tl:at "6.879"^^xsd:float ;
nothing@2 1270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1272 afo:value "492.54"^^sxsd:hertz.number .
nothing@2 1273
nothing@2 1274 [] a afv:FundamentalFrequency ;
nothing@2 1275 event:time [ tl:at "6.885"^^xsd:float ;
nothing@2 1276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1278 afo:value "492.468"^^sxsd:hertz.number .
nothing@2 1279
nothing@2 1280 [] a afv:FundamentalFrequency ;
nothing@2 1281 event:time [ tl:at "6.891"^^xsd:float ;
nothing@2 1282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1284 afo:value "492.264"^^sxsd:hertz.number .
nothing@2 1285
nothing@2 1286 [] a afv:FundamentalFrequency ;
nothing@2 1287 event:time [ tl:at "6.896"^^xsd:float ;
nothing@2 1288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1290 afo:value "492.16"^^sxsd:hertz.number .
nothing@2 1291
nothing@2 1292 [] a afv:FundamentalFrequency ;
nothing@2 1293 event:time [ tl:at "6.902"^^xsd:float ;
nothing@2 1294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1296 afo:value "491.997"^^sxsd:hertz.number .
nothing@2 1297
nothing@2 1298 [] a afv:FundamentalFrequency ;
nothing@2 1299 event:time [ tl:at "0.691"^^xsd:float ;
nothing@2 1300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1302 afo:value "292.914"^^sxsd:hertz.number .
nothing@2 1303
nothing@2 1304 [] a afv:FundamentalFrequency ;
nothing@2 1305 event:time [ tl:at "6.908"^^xsd:float ;
nothing@2 1306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1308 afo:value "492.025"^^sxsd:hertz.number .
nothing@2 1309
nothing@2 1310 [] a afv:FundamentalFrequency ;
nothing@2 1311 event:time [ tl:at "6.914"^^xsd:float ;
nothing@2 1312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1314 afo:value "491.949"^^sxsd:hertz.number .
nothing@2 1315
nothing@2 1316 [] a afv:FundamentalFrequency ;
nothing@2 1317 event:time [ tl:at "6.92"^^xsd:float ;
nothing@2 1318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1320 afo:value "491.881"^^sxsd:hertz.number .
nothing@2 1321
nothing@2 1322 [] a afv:FundamentalFrequency ;
nothing@2 1323 event:time [ tl:at "6.925"^^xsd:float ;
nothing@2 1324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1326 afo:value "491.835"^^sxsd:hertz.number .
nothing@2 1327
nothing@2 1328 [] a afv:FundamentalFrequency ;
nothing@2 1329 event:time [ tl:at "6.931"^^xsd:float ;
nothing@2 1330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1332 afo:value "491.794"^^sxsd:hertz.number .
nothing@2 1333
nothing@2 1334 [] a afv:FundamentalFrequency ;
nothing@2 1335 event:time [ tl:at "6.937"^^xsd:float ;
nothing@2 1336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1338 afo:value "491.76"^^sxsd:hertz.number .
nothing@2 1339
nothing@2 1340 [] a afv:FundamentalFrequency ;
nothing@2 1341 event:time [ tl:at "6.943"^^xsd:float ;
nothing@2 1342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1344 afo:value "491.703"^^sxsd:hertz.number .
nothing@2 1345
nothing@2 1346 [] a afv:FundamentalFrequency ;
nothing@2 1347 event:time [ tl:at "6.949"^^xsd:float ;
nothing@2 1348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1350 afo:value "491.643"^^sxsd:hertz.number .
nothing@2 1351
nothing@2 1352 [] a afv:FundamentalFrequency ;
nothing@2 1353 event:time [ tl:at "6.954"^^xsd:float ;
nothing@2 1354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1356 afo:value "491.623"^^sxsd:hertz.number .
nothing@2 1357
nothing@2 1358 [] a afv:FundamentalFrequency ;
nothing@2 1359 event:time [ tl:at "6.96"^^xsd:float ;
nothing@2 1360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1362 afo:value "491.636"^^sxsd:hertz.number .
nothing@2 1363
nothing@2 1364 [] a afv:FundamentalFrequency ;
nothing@2 1365 event:time [ tl:at "0.07"^^xsd:float ;
nothing@2 1366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1368 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 1369
nothing@2 1370 [] a afv:FundamentalFrequency ;
nothing@2 1371 event:time [ tl:at "0.697"^^xsd:float ;
nothing@2 1372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1374 afo:value "292.845"^^sxsd:hertz.number .
nothing@2 1375
nothing@2 1376 [] a afv:FundamentalFrequency ;
nothing@2 1377 event:time [ tl:at "6.966"^^xsd:float ;
nothing@2 1378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1380 afo:value "491.724"^^sxsd:hertz.number .
nothing@2 1381
nothing@2 1382 [] a afv:FundamentalFrequency ;
nothing@2 1383 event:time [ tl:at "6.972"^^xsd:float ;
nothing@2 1384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1386 afo:value "491.805"^^sxsd:hertz.number .
nothing@2 1387
nothing@2 1388 [] a afv:FundamentalFrequency ;
nothing@2 1389 event:time [ tl:at "6.978"^^xsd:float ;
nothing@2 1390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1392 afo:value "491.887"^^sxsd:hertz.number .
nothing@2 1393
nothing@2 1394 [] a afv:FundamentalFrequency ;
nothing@2 1395 event:time [ tl:at "6.983"^^xsd:float ;
nothing@2 1396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1398 afo:value "491.96"^^sxsd:hertz.number .
nothing@2 1399
nothing@2 1400 [] a afv:FundamentalFrequency ;
nothing@2 1401 event:time [ tl:at "6.989"^^xsd:float ;
nothing@2 1402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1404 afo:value "491.942"^^sxsd:hertz.number .
nothing@2 1405
nothing@2 1406 [] a afv:FundamentalFrequency ;
nothing@2 1407 event:time [ tl:at "6.995"^^xsd:float ;
nothing@2 1408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1410 afo:value "491.984"^^sxsd:hertz.number .
nothing@2 1411
nothing@2 1412 [] a afv:FundamentalFrequency ;
nothing@2 1413 event:time [ tl:at "7.001"^^xsd:float ;
nothing@2 1414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1416 afo:value "492.091"^^sxsd:hertz.number .
nothing@2 1417
nothing@2 1418 [] a afv:FundamentalFrequency ;
nothing@2 1419 event:time [ tl:at "7.007"^^xsd:float ;
nothing@2 1420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1422 afo:value "492.167"^^sxsd:hertz.number .
nothing@2 1423
nothing@2 1424 [] a afv:FundamentalFrequency ;
nothing@2 1425 event:time [ tl:at "7.012"^^xsd:float ;
nothing@2 1426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1428 afo:value "492.248"^^sxsd:hertz.number .
nothing@2 1429
nothing@2 1430 [] a afv:FundamentalFrequency ;
nothing@2 1431 event:time [ tl:at "7.018"^^xsd:float ;
nothing@2 1432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1434 afo:value "492.279"^^sxsd:hertz.number .
nothing@2 1435
nothing@2 1436 [] a afv:FundamentalFrequency ;
nothing@2 1437 event:time [ tl:at "0.702"^^xsd:float ;
nothing@2 1438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1440 afo:value "292.812"^^sxsd:hertz.number .
nothing@2 1441
nothing@2 1442 [] a afv:FundamentalFrequency ;
nothing@2 1443 event:time [ tl:at "7.024"^^xsd:float ;
nothing@2 1444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1446 afo:value "492.315"^^sxsd:hertz.number .
nothing@2 1447
nothing@2 1448 [] a afv:FundamentalFrequency ;
nothing@2 1449 event:time [ tl:at "7.03"^^xsd:float ;
nothing@2 1450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1452 afo:value "492.358"^^sxsd:hertz.number .
nothing@2 1453
nothing@2 1454 [] a afv:FundamentalFrequency ;
nothing@2 1455 event:time [ tl:at "7.036"^^xsd:float ;
nothing@2 1456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1458 afo:value "492.435"^^sxsd:hertz.number .
nothing@2 1459
nothing@2 1460 [] a afv:FundamentalFrequency ;
nothing@2 1461 event:time [ tl:at "7.041"^^xsd:float ;
nothing@2 1462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1464 afo:value "492.486"^^sxsd:hertz.number .
nothing@2 1465
nothing@2 1466 [] a afv:FundamentalFrequency ;
nothing@2 1467 event:time [ tl:at "7.047"^^xsd:float ;
nothing@2 1468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1470 afo:value "492.57"^^sxsd:hertz.number .
nothing@2 1471
nothing@2 1472 [] a afv:FundamentalFrequency ;
nothing@2 1473 event:time [ tl:at "7.053"^^xsd:float ;
nothing@2 1474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1476 afo:value "492.687"^^sxsd:hertz.number .
nothing@2 1477
nothing@2 1478 [] a afv:FundamentalFrequency ;
nothing@2 1479 event:time [ tl:at "7.059"^^xsd:float ;
nothing@2 1480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1482 afo:value "492.69"^^sxsd:hertz.number .
nothing@2 1483
nothing@2 1484 [] a afv:FundamentalFrequency ;
nothing@2 1485 event:time [ tl:at "7.065"^^xsd:float ;
nothing@2 1486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1488 afo:value "492.69"^^sxsd:hertz.number .
nothing@2 1489
nothing@2 1490 [] a afv:FundamentalFrequency ;
nothing@2 1491 event:time [ tl:at "7.07"^^xsd:float ;
nothing@2 1492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1494 afo:value "492.723"^^sxsd:hertz.number .
nothing@2 1495
nothing@2 1496 [] a afv:FundamentalFrequency ;
nothing@2 1497 event:time [ tl:at "7.076"^^xsd:float ;
nothing@2 1498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1500 afo:value "492.744"^^sxsd:hertz.number .
nothing@2 1501
nothing@2 1502 [] a afv:FundamentalFrequency ;
nothing@2 1503 event:time [ tl:at "0.708"^^xsd:float ;
nothing@2 1504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1506 afo:value "292.759"^^sxsd:hertz.number .
nothing@2 1507
nothing@2 1508 [] a afv:FundamentalFrequency ;
nothing@2 1509 event:time [ tl:at "7.082"^^xsd:float ;
nothing@2 1510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1512 afo:value "492.81"^^sxsd:hertz.number .
nothing@2 1513
nothing@2 1514 [] a afv:FundamentalFrequency ;
nothing@2 1515 event:time [ tl:at "7.088"^^xsd:float ;
nothing@2 1516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1518 afo:value "492.884"^^sxsd:hertz.number .
nothing@2 1519
nothing@2 1520 [] a afv:FundamentalFrequency ;
nothing@2 1521 event:time [ tl:at "7.094"^^xsd:float ;
nothing@2 1522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1524 afo:value "492.947"^^sxsd:hertz.number .
nothing@2 1525
nothing@2 1526 [] a afv:FundamentalFrequency ;
nothing@2 1527 event:time [ tl:at "7.1"^^xsd:float ;
nothing@2 1528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1530 afo:value "492.953"^^sxsd:hertz.number .
nothing@2 1531
nothing@2 1532 [] a afv:FundamentalFrequency ;
nothing@2 1533 event:time [ tl:at "7.105"^^xsd:float ;
nothing@2 1534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1536 afo:value "492.929"^^sxsd:hertz.number .
nothing@2 1537
nothing@2 1538 [] a afv:FundamentalFrequency ;
nothing@2 1539 event:time [ tl:at "7.111"^^xsd:float ;
nothing@2 1540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1542 afo:value "492.918"^^sxsd:hertz.number .
nothing@2 1543
nothing@2 1544 [] a afv:FundamentalFrequency ;
nothing@2 1545 event:time [ tl:at "7.117"^^xsd:float ;
nothing@2 1546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1548 afo:value "492.879"^^sxsd:hertz.number .
nothing@2 1549
nothing@2 1550 [] a afv:FundamentalFrequency ;
nothing@2 1551 event:time [ tl:at "7.123"^^xsd:float ;
nothing@2 1552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1554 afo:value "492.876"^^sxsd:hertz.number .
nothing@2 1555
nothing@2 1556 [] a afv:FundamentalFrequency ;
nothing@2 1557 event:time [ tl:at "7.129"^^xsd:float ;
nothing@2 1558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1560 afo:value "492.865"^^sxsd:hertz.number .
nothing@2 1561
nothing@2 1562 [] a afv:FundamentalFrequency ;
nothing@2 1563 event:time [ tl:at "7.134"^^xsd:float ;
nothing@2 1564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1566 afo:value "492.793"^^sxsd:hertz.number .
nothing@2 1567
nothing@2 1568 [] a afv:FundamentalFrequency ;
nothing@2 1569 event:time [ tl:at "0.714"^^xsd:float ;
nothing@2 1570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1572 afo:value "292.715"^^sxsd:hertz.number .
nothing@2 1573
nothing@2 1574 [] a afv:FundamentalFrequency ;
nothing@2 1575 event:time [ tl:at "7.14"^^xsd:float ;
nothing@2 1576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1578 afo:value "492.673"^^sxsd:hertz.number .
nothing@2 1579
nothing@2 1580 [] a afv:FundamentalFrequency ;
nothing@2 1581 event:time [ tl:at "7.146"^^xsd:float ;
nothing@2 1582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1584 afo:value "492.668"^^sxsd:hertz.number .
nothing@2 1585
nothing@2 1586 [] a afv:FundamentalFrequency ;
nothing@2 1587 event:time [ tl:at "7.152"^^xsd:float ;
nothing@2 1588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1590 afo:value "492.658"^^sxsd:hertz.number .
nothing@2 1591
nothing@2 1592 [] a afv:FundamentalFrequency ;
nothing@2 1593 event:time [ tl:at "7.158"^^xsd:float ;
nothing@2 1594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1596 afo:value "492.678"^^sxsd:hertz.number .
nothing@2 1597
nothing@2 1598 [] a afv:FundamentalFrequency ;
nothing@2 1599 event:time [ tl:at "7.163"^^xsd:float ;
nothing@2 1600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1602 afo:value "492.737"^^sxsd:hertz.number .
nothing@2 1603
nothing@2 1604 [] a afv:FundamentalFrequency ;
nothing@2 1605 event:time [ tl:at "7.169"^^xsd:float ;
nothing@2 1606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1608 afo:value "492.727"^^sxsd:hertz.number .
nothing@2 1609
nothing@2 1610 [] a afv:FundamentalFrequency ;
nothing@2 1611 event:time [ tl:at "7.175"^^xsd:float ;
nothing@2 1612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1614 afo:value "492.754"^^sxsd:hertz.number .
nothing@2 1615
nothing@2 1616 [] a afv:FundamentalFrequency ;
nothing@2 1617 event:time [ tl:at "7.181"^^xsd:float ;
nothing@2 1618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1620 afo:value "492.821"^^sxsd:hertz.number .
nothing@2 1621
nothing@2 1622 [] a afv:FundamentalFrequency ;
nothing@2 1623 event:time [ tl:at "7.187"^^xsd:float ;
nothing@2 1624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1626 afo:value "492.873"^^sxsd:hertz.number .
nothing@2 1627
nothing@2 1628 [] a afv:FundamentalFrequency ;
nothing@2 1629 event:time [ tl:at "7.192"^^xsd:float ;
nothing@2 1630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1632 afo:value "492.881"^^sxsd:hertz.number .
nothing@2 1633
nothing@2 1634 [] a afv:FundamentalFrequency ;
nothing@2 1635 event:time [ tl:at "0.72"^^xsd:float ;
nothing@2 1636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1638 afo:value "292.716"^^sxsd:hertz.number .
nothing@2 1639
nothing@2 1640 [] a afv:FundamentalFrequency ;
nothing@2 1641 event:time [ tl:at "7.198"^^xsd:float ;
nothing@2 1642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1644 afo:value "492.918"^^sxsd:hertz.number .
nothing@2 1645
nothing@2 1646 [] a afv:FundamentalFrequency ;
nothing@2 1647 event:time [ tl:at "7.204"^^xsd:float ;
nothing@2 1648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1650 afo:value "492.953"^^sxsd:hertz.number .
nothing@2 1651
nothing@2 1652 [] a afv:FundamentalFrequency ;
nothing@2 1653 event:time [ tl:at "7.21"^^xsd:float ;
nothing@2 1654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1656 afo:value "492.997"^^sxsd:hertz.number .
nothing@2 1657
nothing@2 1658 [] a afv:FundamentalFrequency ;
nothing@2 1659 event:time [ tl:at "7.216"^^xsd:float ;
nothing@2 1660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1662 afo:value "493.001"^^sxsd:hertz.number .
nothing@2 1663
nothing@2 1664 [] a afv:FundamentalFrequency ;
nothing@2 1665 event:time [ tl:at "7.221"^^xsd:float ;
nothing@2 1666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1668 afo:value "493.091"^^sxsd:hertz.number .
nothing@2 1669
nothing@2 1670 [] a afv:FundamentalFrequency ;
nothing@2 1671 event:time [ tl:at "7.227"^^xsd:float ;
nothing@2 1672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1674 afo:value "493.085"^^sxsd:hertz.number .
nothing@2 1675
nothing@2 1676 [] a afv:FundamentalFrequency ;
nothing@2 1677 event:time [ tl:at "7.233"^^xsd:float ;
nothing@2 1678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1680 afo:value "493.043"^^sxsd:hertz.number .
nothing@2 1681
nothing@2 1682 [] a afv:FundamentalFrequency ;
nothing@2 1683 event:time [ tl:at "7.239"^^xsd:float ;
nothing@2 1684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1686 afo:value "492.937"^^sxsd:hertz.number .
nothing@2 1687
nothing@2 1688 [] a afv:FundamentalFrequency ;
nothing@2 1689 event:time [ tl:at "7.245"^^xsd:float ;
nothing@2 1690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1692 afo:value "492.89"^^sxsd:hertz.number .
nothing@2 1693
nothing@2 1694 [] a afv:FundamentalFrequency ;
nothing@2 1695 event:time [ tl:at "7.25"^^xsd:float ;
nothing@2 1696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1698 afo:value "492.75"^^sxsd:hertz.number .
nothing@2 1699
nothing@2 1700 [] a afv:FundamentalFrequency ;
nothing@2 1701 event:time [ tl:at "0.726"^^xsd:float ;
nothing@2 1702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1704 afo:value "292.724"^^sxsd:hertz.number .
nothing@2 1705
nothing@2 1706 [] a afv:FundamentalFrequency ;
nothing@2 1707 event:time [ tl:at "7.256"^^xsd:float ;
nothing@2 1708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1710 afo:value "492.753"^^sxsd:hertz.number .
nothing@2 1711
nothing@2 1712 [] a afv:FundamentalFrequency ;
nothing@2 1713 event:time [ tl:at "7.262"^^xsd:float ;
nothing@2 1714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1716 afo:value "492.712"^^sxsd:hertz.number .
nothing@2 1717
nothing@2 1718 [] a afv:FundamentalFrequency ;
nothing@2 1719 event:time [ tl:at "7.268"^^xsd:float ;
nothing@2 1720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1722 afo:value "492.592"^^sxsd:hertz.number .
nothing@2 1723
nothing@2 1724 [] a afv:FundamentalFrequency ;
nothing@2 1725 event:time [ tl:at "7.274"^^xsd:float ;
nothing@2 1726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1728 afo:value "492.491"^^sxsd:hertz.number .
nothing@2 1729
nothing@2 1730 [] a afv:FundamentalFrequency ;
nothing@2 1731 event:time [ tl:at "7.279"^^xsd:float ;
nothing@2 1732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1734 afo:value "492.287"^^sxsd:hertz.number .
nothing@2 1735
nothing@2 1736 [] a afv:FundamentalFrequency ;
nothing@2 1737 event:time [ tl:at "7.285"^^xsd:float ;
nothing@2 1738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1740 afo:value "491.93"^^sxsd:hertz.number .
nothing@2 1741
nothing@2 1742 [] a afv:FundamentalFrequency ;
nothing@2 1743 event:time [ tl:at "7.291"^^xsd:float ;
nothing@2 1744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1746 afo:value "491.751"^^sxsd:hertz.number .
nothing@2 1747
nothing@2 1748 [] a afv:FundamentalFrequency ;
nothing@2 1749 event:time [ tl:at "7.297"^^xsd:float ;
nothing@2 1750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1752 afo:value "491.734"^^sxsd:hertz.number .
nothing@2 1753
nothing@2 1754 [] a afv:FundamentalFrequency ;
nothing@2 1755 event:time [ tl:at "7.303"^^xsd:float ;
nothing@2 1756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1758 afo:value "491.667"^^sxsd:hertz.number .
nothing@2 1759
nothing@2 1760 [] a afv:FundamentalFrequency ;
nothing@2 1761 event:time [ tl:at "7.308"^^xsd:float ;
nothing@2 1762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1764 afo:value "491.798"^^sxsd:hertz.number .
nothing@2 1765
nothing@2 1766 [] a afv:FundamentalFrequency ;
nothing@2 1767 event:time [ tl:at "0.731"^^xsd:float ;
nothing@2 1768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1770 afo:value "292.689"^^sxsd:hertz.number .
nothing@2 1771
nothing@2 1772 [] a afv:FundamentalFrequency ;
nothing@2 1773 event:time [ tl:at "7.314"^^xsd:float ;
nothing@2 1774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1776 afo:value "492.178"^^sxsd:hertz.number .
nothing@2 1777
nothing@2 1778 [] a afv:FundamentalFrequency ;
nothing@2 1779 event:time [ tl:at "7.32"^^xsd:float ;
nothing@2 1780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1782 afo:value "492.576"^^sxsd:hertz.number .
nothing@2 1783
nothing@2 1784 [] a afv:FundamentalFrequency ;
nothing@2 1785 event:time [ tl:at "7.326"^^xsd:float ;
nothing@2 1786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1788 afo:value "492.818"^^sxsd:hertz.number .
nothing@2 1789
nothing@2 1790 [] a afv:FundamentalFrequency ;
nothing@2 1791 event:time [ tl:at "7.332"^^xsd:float ;
nothing@2 1792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1794 afo:value "491.562"^^sxsd:hertz.number .
nothing@2 1795
nothing@2 1796 [] a afv:FundamentalFrequency ;
nothing@2 1797 event:time [ tl:at "7.338"^^xsd:float ;
nothing@2 1798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1800 afo:value "492.329"^^sxsd:hertz.number .
nothing@2 1801
nothing@2 1802 [] a afv:FundamentalFrequency ;
nothing@2 1803 event:time [ tl:at "7.343"^^xsd:float ;
nothing@2 1804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1806 afo:value "496.286"^^sxsd:hertz.number .
nothing@2 1807
nothing@2 1808 [] a afv:FundamentalFrequency ;
nothing@2 1809 event:time [ tl:at "7.349"^^xsd:float ;
nothing@2 1810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1812 afo:value "464.458"^^sxsd:hertz.number .
nothing@2 1813
nothing@2 1814 [] a afv:FundamentalFrequency ;
nothing@2 1815 event:time [ tl:at "7.355"^^xsd:float ;
nothing@2 1816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1818 afo:value "460.179"^^sxsd:hertz.number .
nothing@2 1819
nothing@2 1820 [] a afv:FundamentalFrequency ;
nothing@2 1821 event:time [ tl:at "7.361"^^xsd:float ;
nothing@2 1822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1824 afo:value "453.512"^^sxsd:hertz.number .
nothing@2 1825
nothing@2 1826 [] a afv:FundamentalFrequency ;
nothing@2 1827 event:time [ tl:at "7.367"^^xsd:float ;
nothing@2 1828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1830 afo:value "439.454"^^sxsd:hertz.number .
nothing@2 1831
nothing@2 1832 [] a afv:FundamentalFrequency ;
nothing@2 1833 event:time [ tl:at "0.737"^^xsd:float ;
nothing@2 1834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1836 afo:value "292.626"^^sxsd:hertz.number .
nothing@2 1837
nothing@2 1838 [] a afv:FundamentalFrequency ;
nothing@2 1839 event:time [ tl:at "7.372"^^xsd:float ;
nothing@2 1840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1842 afo:value "438.444"^^sxsd:hertz.number .
nothing@2 1843
nothing@2 1844 [] a afv:FundamentalFrequency ;
nothing@2 1845 event:time [ tl:at "7.378"^^xsd:float ;
nothing@2 1846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1848 afo:value "439.837"^^sxsd:hertz.number .
nothing@2 1849
nothing@2 1850 [] a afv:FundamentalFrequency ;
nothing@2 1851 event:time [ tl:at "7.384"^^xsd:float ;
nothing@2 1852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1854 afo:value "439.744"^^sxsd:hertz.number .
nothing@2 1855
nothing@2 1856 [] a afv:FundamentalFrequency ;
nothing@2 1857 event:time [ tl:at "7.39"^^xsd:float ;
nothing@2 1858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1860 afo:value "439.432"^^sxsd:hertz.number .
nothing@2 1861
nothing@2 1862 [] a afv:FundamentalFrequency ;
nothing@2 1863 event:time [ tl:at "7.396"^^xsd:float ;
nothing@2 1864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1866 afo:value "439.062"^^sxsd:hertz.number .
nothing@2 1867
nothing@2 1868 [] a afv:FundamentalFrequency ;
nothing@2 1869 event:time [ tl:at "7.401"^^xsd:float ;
nothing@2 1870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1872 afo:value "439.041"^^sxsd:hertz.number .
nothing@2 1873
nothing@2 1874 [] a afv:FundamentalFrequency ;
nothing@2 1875 event:time [ tl:at "7.407"^^xsd:float ;
nothing@2 1876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1878 afo:value "438.909"^^sxsd:hertz.number .
nothing@2 1879
nothing@2 1880 [] a afv:FundamentalFrequency ;
nothing@2 1881 event:time [ tl:at "7.413"^^xsd:float ;
nothing@2 1882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1884 afo:value "438.749"^^sxsd:hertz.number .
nothing@2 1885
nothing@2 1886 [] a afv:FundamentalFrequency ;
nothing@2 1887 event:time [ tl:at "7.419"^^xsd:float ;
nothing@2 1888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1890 afo:value "438.761"^^sxsd:hertz.number .
nothing@2 1891
nothing@2 1892 [] a afv:FundamentalFrequency ;
nothing@2 1893 event:time [ tl:at "7.425"^^xsd:float ;
nothing@2 1894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1896 afo:value "438.599"^^sxsd:hertz.number .
nothing@2 1897
nothing@2 1898 [] a afv:FundamentalFrequency ;
nothing@2 1899 event:time [ tl:at "0.743"^^xsd:float ;
nothing@2 1900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1902 afo:value "292.528"^^sxsd:hertz.number .
nothing@2 1903
nothing@2 1904 [] a afv:FundamentalFrequency ;
nothing@2 1905 event:time [ tl:at "7.43"^^xsd:float ;
nothing@2 1906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1908 afo:value "438.463"^^sxsd:hertz.number .
nothing@2 1909
nothing@2 1910 [] a afv:FundamentalFrequency ;
nothing@2 1911 event:time [ tl:at "7.436"^^xsd:float ;
nothing@2 1912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1914 afo:value "438.339"^^sxsd:hertz.number .
nothing@2 1915
nothing@2 1916 [] a afv:FundamentalFrequency ;
nothing@2 1917 event:time [ tl:at "7.442"^^xsd:float ;
nothing@2 1918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1920 afo:value "438.419"^^sxsd:hertz.number .
nothing@2 1921
nothing@2 1922 [] a afv:FundamentalFrequency ;
nothing@2 1923 event:time [ tl:at "7.448"^^xsd:float ;
nothing@2 1924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1926 afo:value "438.317"^^sxsd:hertz.number .
nothing@2 1927
nothing@2 1928 [] a afv:FundamentalFrequency ;
nothing@2 1929 event:time [ tl:at "7.454"^^xsd:float ;
nothing@2 1930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1932 afo:value "438.248"^^sxsd:hertz.number .
nothing@2 1933
nothing@2 1934 [] a afv:FundamentalFrequency ;
nothing@2 1935 event:time [ tl:at "7.459"^^xsd:float ;
nothing@2 1936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1938 afo:value "438.236"^^sxsd:hertz.number .
nothing@2 1939
nothing@2 1940 [] a afv:FundamentalFrequency ;
nothing@2 1941 event:time [ tl:at "7.465"^^xsd:float ;
nothing@2 1942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1944 afo:value "438.178"^^sxsd:hertz.number .
nothing@2 1945
nothing@2 1946 [] a afv:FundamentalFrequency ;
nothing@2 1947 event:time [ tl:at "7.471"^^xsd:float ;
nothing@2 1948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1950 afo:value "438.138"^^sxsd:hertz.number .
nothing@2 1951
nothing@2 1952 [] a afv:FundamentalFrequency ;
nothing@2 1953 event:time [ tl:at "7.477"^^xsd:float ;
nothing@2 1954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1956 afo:value "438.133"^^sxsd:hertz.number .
nothing@2 1957
nothing@2 1958 [] a afv:FundamentalFrequency ;
nothing@2 1959 event:time [ tl:at "7.483"^^xsd:float ;
nothing@2 1960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1962 afo:value "438.073"^^sxsd:hertz.number .
nothing@2 1963
nothing@2 1964 [] a afv:FundamentalFrequency ;
nothing@2 1965 event:time [ tl:at "0.749"^^xsd:float ;
nothing@2 1966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1968 afo:value "292.355"^^sxsd:hertz.number .
nothing@2 1969
nothing@2 1970 [] a afv:FundamentalFrequency ;
nothing@2 1971 event:time [ tl:at "7.488"^^xsd:float ;
nothing@2 1972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1974 afo:value "438.001"^^sxsd:hertz.number .
nothing@2 1975
nothing@2 1976 [] a afv:FundamentalFrequency ;
nothing@2 1977 event:time [ tl:at "7.494"^^xsd:float ;
nothing@2 1978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1980 afo:value "437.998"^^sxsd:hertz.number .
nothing@2 1981
nothing@2 1982 [] a afv:FundamentalFrequency ;
nothing@2 1983 event:time [ tl:at "7.5"^^xsd:float ;
nothing@2 1984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1986 afo:value "437.991"^^sxsd:hertz.number .
nothing@2 1987
nothing@2 1988 [] a afv:FundamentalFrequency ;
nothing@2 1989 event:time [ tl:at "7.506"^^xsd:float ;
nothing@2 1990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1992 afo:value "438.005"^^sxsd:hertz.number .
nothing@2 1993
nothing@2 1994 [] a afv:FundamentalFrequency ;
nothing@2 1995 event:time [ tl:at "7.512"^^xsd:float ;
nothing@2 1996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 1997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 1998 afo:value "438.159"^^sxsd:hertz.number .
nothing@2 1999
nothing@2 2000 [] a afv:FundamentalFrequency ;
nothing@2 2001 event:time [ tl:at "7.517"^^xsd:float ;
nothing@2 2002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2004 afo:value "438.219"^^sxsd:hertz.number .
nothing@2 2005
nothing@2 2006 [] a afv:FundamentalFrequency ;
nothing@2 2007 event:time [ tl:at "7.523"^^xsd:float ;
nothing@2 2008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2010 afo:value "438.243"^^sxsd:hertz.number .
nothing@2 2011
nothing@2 2012 [] a afv:FundamentalFrequency ;
nothing@2 2013 event:time [ tl:at "7.529"^^xsd:float ;
nothing@2 2014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2016 afo:value "438.295"^^sxsd:hertz.number .
nothing@2 2017
nothing@2 2018 [] a afv:FundamentalFrequency ;
nothing@2 2019 event:time [ tl:at "7.535"^^xsd:float ;
nothing@2 2020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2022 afo:value "438.264"^^sxsd:hertz.number .
nothing@2 2023
nothing@2 2024 [] a afv:FundamentalFrequency ;
nothing@2 2025 event:time [ tl:at "7.541"^^xsd:float ;
nothing@2 2026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2028 afo:value "438.341"^^sxsd:hertz.number .
nothing@2 2029
nothing@2 2030 [] a afv:FundamentalFrequency ;
nothing@2 2031 event:time [ tl:at "0.075"^^xsd:float ;
nothing@2 2032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2034 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 2035
nothing@2 2036 [] a afv:FundamentalFrequency ;
nothing@2 2037 event:time [ tl:at "0.755"^^xsd:float ;
nothing@2 2038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2040 afo:value "292.312"^^sxsd:hertz.number .
nothing@2 2041
nothing@2 2042 [] a afv:FundamentalFrequency ;
nothing@2 2043 event:time [ tl:at "7.546"^^xsd:float ;
nothing@2 2044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2046 afo:value "438.397"^^sxsd:hertz.number .
nothing@2 2047
nothing@2 2048 [] a afv:FundamentalFrequency ;
nothing@2 2049 event:time [ tl:at "7.552"^^xsd:float ;
nothing@2 2050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2052 afo:value "438.418"^^sxsd:hertz.number .
nothing@2 2053
nothing@2 2054 [] a afv:FundamentalFrequency ;
nothing@2 2055 event:time [ tl:at "7.558"^^xsd:float ;
nothing@2 2056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2058 afo:value "438.498"^^sxsd:hertz.number .
nothing@2 2059
nothing@2 2060 [] a afv:FundamentalFrequency ;
nothing@2 2061 event:time [ tl:at "7.564"^^xsd:float ;
nothing@2 2062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2064 afo:value "438.516"^^sxsd:hertz.number .
nothing@2 2065
nothing@2 2066 [] a afv:FundamentalFrequency ;
nothing@2 2067 event:time [ tl:at "7.57"^^xsd:float ;
nothing@2 2068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2070 afo:value "438.555"^^sxsd:hertz.number .
nothing@2 2071
nothing@2 2072 [] a afv:FundamentalFrequency ;
nothing@2 2073 event:time [ tl:at "7.576"^^xsd:float ;
nothing@2 2074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2076 afo:value "438.588"^^sxsd:hertz.number .
nothing@2 2077
nothing@2 2078 [] a afv:FundamentalFrequency ;
nothing@2 2079 event:time [ tl:at "7.581"^^xsd:float ;
nothing@2 2080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2082 afo:value "438.624"^^sxsd:hertz.number .
nothing@2 2083
nothing@2 2084 [] a afv:FundamentalFrequency ;
nothing@2 2085 event:time [ tl:at "7.587"^^xsd:float ;
nothing@2 2086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2088 afo:value "438.649"^^sxsd:hertz.number .
nothing@2 2089
nothing@2 2090 [] a afv:FundamentalFrequency ;
nothing@2 2091 event:time [ tl:at "7.593"^^xsd:float ;
nothing@2 2092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2094 afo:value "438.686"^^sxsd:hertz.number .
nothing@2 2095
nothing@2 2096 [] a afv:FundamentalFrequency ;
nothing@2 2097 event:time [ tl:at "7.599"^^xsd:float ;
nothing@2 2098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2100 afo:value "438.791"^^sxsd:hertz.number .
nothing@2 2101
nothing@2 2102 [] a afv:FundamentalFrequency ;
nothing@2 2103 event:time [ tl:at "0.76"^^xsd:float ;
nothing@2 2104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2106 afo:value "292.309"^^sxsd:hertz.number .
nothing@2 2107
nothing@2 2108 [] a afv:FundamentalFrequency ;
nothing@2 2109 event:time [ tl:at "7.605"^^xsd:float ;
nothing@2 2110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2112 afo:value "438.814"^^sxsd:hertz.number .
nothing@2 2113
nothing@2 2114 [] a afv:FundamentalFrequency ;
nothing@2 2115 event:time [ tl:at "7.61"^^xsd:float ;
nothing@2 2116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2118 afo:value "438.866"^^sxsd:hertz.number .
nothing@2 2119
nothing@2 2120 [] a afv:FundamentalFrequency ;
nothing@2 2121 event:time [ tl:at "7.616"^^xsd:float ;
nothing@2 2122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2124 afo:value "438.881"^^sxsd:hertz.number .
nothing@2 2125
nothing@2 2126 [] a afv:FundamentalFrequency ;
nothing@2 2127 event:time [ tl:at "7.622"^^xsd:float ;
nothing@2 2128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2130 afo:value "438.887"^^sxsd:hertz.number .
nothing@2 2131
nothing@2 2132 [] a afv:FundamentalFrequency ;
nothing@2 2133 event:time [ tl:at "7.628"^^xsd:float ;
nothing@2 2134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2136 afo:value "438.89"^^sxsd:hertz.number .
nothing@2 2137
nothing@2 2138 [] a afv:FundamentalFrequency ;
nothing@2 2139 event:time [ tl:at "7.634"^^xsd:float ;
nothing@2 2140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2142 afo:value "438.958"^^sxsd:hertz.number .
nothing@2 2143
nothing@2 2144 [] a afv:FundamentalFrequency ;
nothing@2 2145 event:time [ tl:at "7.639"^^xsd:float ;
nothing@2 2146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2148 afo:value "439.001"^^sxsd:hertz.number .
nothing@2 2149
nothing@2 2150 [] a afv:FundamentalFrequency ;
nothing@2 2151 event:time [ tl:at "7.645"^^xsd:float ;
nothing@2 2152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2154 afo:value "439.041"^^sxsd:hertz.number .
nothing@2 2155
nothing@2 2156 [] a afv:FundamentalFrequency ;
nothing@2 2157 event:time [ tl:at "7.651"^^xsd:float ;
nothing@2 2158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2160 afo:value "439.087"^^sxsd:hertz.number .
nothing@2 2161
nothing@2 2162 [] a afv:FundamentalFrequency ;
nothing@2 2163 event:time [ tl:at "7.657"^^xsd:float ;
nothing@2 2164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2166 afo:value "439.1"^^sxsd:hertz.number .
nothing@2 2167
nothing@2 2168 [] a afv:FundamentalFrequency ;
nothing@2 2169 event:time [ tl:at "0.766"^^xsd:float ;
nothing@2 2170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2172 afo:value "292.418"^^sxsd:hertz.number .
nothing@2 2173
nothing@2 2174 [] a afv:FundamentalFrequency ;
nothing@2 2175 event:time [ tl:at "7.663"^^xsd:float ;
nothing@2 2176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2178 afo:value "439.056"^^sxsd:hertz.number .
nothing@2 2179
nothing@2 2180 [] a afv:FundamentalFrequency ;
nothing@2 2181 event:time [ tl:at "7.668"^^xsd:float ;
nothing@2 2182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2184 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 2185
nothing@2 2186 [] a afv:FundamentalFrequency ;
nothing@2 2187 event:time [ tl:at "7.674"^^xsd:float ;
nothing@2 2188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2190 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 2191
nothing@2 2192 [] a afv:FundamentalFrequency ;
nothing@2 2193 event:time [ tl:at "7.68"^^xsd:float ;
nothing@2 2194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2196 afo:value "439.031"^^sxsd:hertz.number .
nothing@2 2197
nothing@2 2198 [] a afv:FundamentalFrequency ;
nothing@2 2199 event:time [ tl:at "7.686"^^xsd:float ;
nothing@2 2200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2202 afo:value "439.047"^^sxsd:hertz.number .
nothing@2 2203
nothing@2 2204 [] a afv:FundamentalFrequency ;
nothing@2 2205 event:time [ tl:at "7.692"^^xsd:float ;
nothing@2 2206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2208 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 2209
nothing@2 2210 [] a afv:FundamentalFrequency ;
nothing@2 2211 event:time [ tl:at "7.697"^^xsd:float ;
nothing@2 2212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2214 afo:value "439.033"^^sxsd:hertz.number .
nothing@2 2215
nothing@2 2216 [] a afv:FundamentalFrequency ;
nothing@2 2217 event:time [ tl:at "7.703"^^xsd:float ;
nothing@2 2218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2220 afo:value "438.991"^^sxsd:hertz.number .
nothing@2 2221
nothing@2 2222 [] a afv:FundamentalFrequency ;
nothing@2 2223 event:time [ tl:at "7.709"^^xsd:float ;
nothing@2 2224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2226 afo:value "439.05"^^sxsd:hertz.number .
nothing@2 2227
nothing@2 2228 [] a afv:FundamentalFrequency ;
nothing@2 2229 event:time [ tl:at "7.715"^^xsd:float ;
nothing@2 2230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2232 afo:value "439.05"^^sxsd:hertz.number .
nothing@2 2233
nothing@2 2234 [] a afv:FundamentalFrequency ;
nothing@2 2235 event:time [ tl:at "0.772"^^xsd:float ;
nothing@2 2236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2238 afo:value "292.434"^^sxsd:hertz.number .
nothing@2 2239
nothing@2 2240 [] a afv:FundamentalFrequency ;
nothing@2 2241 event:time [ tl:at "7.721"^^xsd:float ;
nothing@2 2242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2244 afo:value "439.104"^^sxsd:hertz.number .
nothing@2 2245
nothing@2 2246 [] a afv:FundamentalFrequency ;
nothing@2 2247 event:time [ tl:at "7.726"^^xsd:float ;
nothing@2 2248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2250 afo:value "439.154"^^sxsd:hertz.number .
nothing@2 2251
nothing@2 2252 [] a afv:FundamentalFrequency ;
nothing@2 2253 event:time [ tl:at "7.732"^^xsd:float ;
nothing@2 2254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2256 afo:value "439.18"^^sxsd:hertz.number .
nothing@2 2257
nothing@2 2258 [] a afv:FundamentalFrequency ;
nothing@2 2259 event:time [ tl:at "7.738"^^xsd:float ;
nothing@2 2260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2262 afo:value "439.153"^^sxsd:hertz.number .
nothing@2 2263
nothing@2 2264 [] a afv:FundamentalFrequency ;
nothing@2 2265 event:time [ tl:at "7.744"^^xsd:float ;
nothing@2 2266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2268 afo:value "439.117"^^sxsd:hertz.number .
nothing@2 2269
nothing@2 2270 [] a afv:FundamentalFrequency ;
nothing@2 2271 event:time [ tl:at "7.75"^^xsd:float ;
nothing@2 2272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2274 afo:value "439.012"^^sxsd:hertz.number .
nothing@2 2275
nothing@2 2276 [] a afv:FundamentalFrequency ;
nothing@2 2277 event:time [ tl:at "7.755"^^xsd:float ;
nothing@2 2278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2280 afo:value "438.89"^^sxsd:hertz.number .
nothing@2 2281
nothing@2 2282 [] a afv:FundamentalFrequency ;
nothing@2 2283 event:time [ tl:at "7.761"^^xsd:float ;
nothing@2 2284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2286 afo:value "438.782"^^sxsd:hertz.number .
nothing@2 2287
nothing@2 2288 [] a afv:FundamentalFrequency ;
nothing@2 2289 event:time [ tl:at "7.767"^^xsd:float ;
nothing@2 2290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2292 afo:value "438.691"^^sxsd:hertz.number .
nothing@2 2293
nothing@2 2294 [] a afv:FundamentalFrequency ;
nothing@2 2295 event:time [ tl:at "7.773"^^xsd:float ;
nothing@2 2296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2298 afo:value "438.524"^^sxsd:hertz.number .
nothing@2 2299
nothing@2 2300 [] a afv:FundamentalFrequency ;
nothing@2 2301 event:time [ tl:at "0.778"^^xsd:float ;
nothing@2 2302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2304 afo:value "292.441"^^sxsd:hertz.number .
nothing@2 2305
nothing@2 2306 [] a afv:FundamentalFrequency ;
nothing@2 2307 event:time [ tl:at "7.779"^^xsd:float ;
nothing@2 2308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2310 afo:value "438.357"^^sxsd:hertz.number .
nothing@2 2311
nothing@2 2312 [] a afv:FundamentalFrequency ;
nothing@2 2313 event:time [ tl:at "7.784"^^xsd:float ;
nothing@2 2314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2316 afo:value "438.095"^^sxsd:hertz.number .
nothing@2 2317
nothing@2 2318 [] a afv:FundamentalFrequency ;
nothing@2 2319 event:time [ tl:at "7.79"^^xsd:float ;
nothing@2 2320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2322 afo:value "437.639"^^sxsd:hertz.number .
nothing@2 2323
nothing@2 2324 [] a afv:FundamentalFrequency ;
nothing@2 2325 event:time [ tl:at "7.796"^^xsd:float ;
nothing@2 2326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2328 afo:value "437.04"^^sxsd:hertz.number .
nothing@2 2329
nothing@2 2330 [] a afv:FundamentalFrequency ;
nothing@2 2331 event:time [ tl:at "7.802"^^xsd:float ;
nothing@2 2332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2334 afo:value "436.069"^^sxsd:hertz.number .
nothing@2 2335
nothing@2 2336 [] a afv:FundamentalFrequency ;
nothing@2 2337 event:time [ tl:at "7.808"^^xsd:float ;
nothing@2 2338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2340 afo:value "435.114"^^sxsd:hertz.number .
nothing@2 2341
nothing@2 2342 [] a afv:FundamentalFrequency ;
nothing@2 2343 event:time [ tl:at "7.814"^^xsd:float ;
nothing@2 2344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2346 afo:value "434.587"^^sxsd:hertz.number .
nothing@2 2347
nothing@2 2348 [] a afv:FundamentalFrequency ;
nothing@2 2349 event:time [ tl:at "7.819"^^xsd:float ;
nothing@2 2350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2352 afo:value "434.469"^^sxsd:hertz.number .
nothing@2 2353
nothing@2 2354 [] a afv:FundamentalFrequency ;
nothing@2 2355 event:time [ tl:at "7.825"^^xsd:float ;
nothing@2 2356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2358 afo:value "435.265"^^sxsd:hertz.number .
nothing@2 2359
nothing@2 2360 [] a afv:FundamentalFrequency ;
nothing@2 2361 event:time [ tl:at "7.831"^^xsd:float ;
nothing@2 2362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2364 afo:value "435.124"^^sxsd:hertz.number .
nothing@2 2365
nothing@2 2366 [] a afv:FundamentalFrequency ;
nothing@2 2367 event:time [ tl:at "0.784"^^xsd:float ;
nothing@2 2368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2370 afo:value "292.405"^^sxsd:hertz.number .
nothing@2 2371
nothing@2 2372 [] a afv:FundamentalFrequency ;
nothing@2 2373 event:time [ tl:at "7.837"^^xsd:float ;
nothing@2 2374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2376 afo:value "438.595"^^sxsd:hertz.number .
nothing@2 2377
nothing@2 2378 [] a afv:FundamentalFrequency ;
nothing@2 2379 event:time [ tl:at "7.843"^^xsd:float ;
nothing@2 2380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2382 afo:value "438.291"^^sxsd:hertz.number .
nothing@2 2383
nothing@2 2384 [] a afv:FundamentalFrequency ;
nothing@2 2385 event:time [ tl:at "7.848"^^xsd:float ;
nothing@2 2386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2388 afo:value "436.575"^^sxsd:hertz.number .
nothing@2 2389
nothing@2 2390 [] a afv:FundamentalFrequency ;
nothing@2 2391 event:time [ tl:at "7.854"^^xsd:float ;
nothing@2 2392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2394 afo:value "419.341"^^sxsd:hertz.number .
nothing@2 2395
nothing@2 2396 [] a afv:FundamentalFrequency ;
nothing@2 2397 event:time [ tl:at "7.86"^^xsd:float ;
nothing@2 2398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2400 afo:value "419.708"^^sxsd:hertz.number .
nothing@2 2401
nothing@2 2402 [] a afv:FundamentalFrequency ;
nothing@2 2403 event:time [ tl:at "7.866"^^xsd:float ;
nothing@2 2404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2406 afo:value "400.597"^^sxsd:hertz.number .
nothing@2 2407
nothing@2 2408 [] a afv:FundamentalFrequency ;
nothing@2 2409 event:time [ tl:at "7.872"^^xsd:float ;
nothing@2 2410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2412 afo:value "392.156"^^sxsd:hertz.number .
nothing@2 2413
nothing@2 2414 [] a afv:FundamentalFrequency ;
nothing@2 2415 event:time [ tl:at "7.877"^^xsd:float ;
nothing@2 2416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2418 afo:value "390.536"^^sxsd:hertz.number .
nothing@2 2419
nothing@2 2420 [] a afv:FundamentalFrequency ;
nothing@2 2421 event:time [ tl:at "7.883"^^xsd:float ;
nothing@2 2422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2424 afo:value "390.99"^^sxsd:hertz.number .
nothing@2 2425
nothing@2 2426 [] a afv:FundamentalFrequency ;
nothing@2 2427 event:time [ tl:at "7.889"^^xsd:float ;
nothing@2 2428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2430 afo:value "391.436"^^sxsd:hertz.number .
nothing@2 2431
nothing@2 2432 [] a afv:FundamentalFrequency ;
nothing@2 2433 event:time [ tl:at "0.789"^^xsd:float ;
nothing@2 2434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2436 afo:value "292.392"^^sxsd:hertz.number .
nothing@2 2437
nothing@2 2438 [] a afv:FundamentalFrequency ;
nothing@2 2439 event:time [ tl:at "7.895"^^xsd:float ;
nothing@2 2440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2442 afo:value "391.421"^^sxsd:hertz.number .
nothing@2 2443
nothing@2 2444 [] a afv:FundamentalFrequency ;
nothing@2 2445 event:time [ tl:at "7.901"^^xsd:float ;
nothing@2 2446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2448 afo:value "391.26"^^sxsd:hertz.number .
nothing@2 2449
nothing@2 2450 [] a afv:FundamentalFrequency ;
nothing@2 2451 event:time [ tl:at "7.906"^^xsd:float ;
nothing@2 2452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2454 afo:value "391.086"^^sxsd:hertz.number .
nothing@2 2455
nothing@2 2456 [] a afv:FundamentalFrequency ;
nothing@2 2457 event:time [ tl:at "7.912"^^xsd:float ;
nothing@2 2458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2460 afo:value "390.929"^^sxsd:hertz.number .
nothing@2 2461
nothing@2 2462 [] a afv:FundamentalFrequency ;
nothing@2 2463 event:time [ tl:at "7.918"^^xsd:float ;
nothing@2 2464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2466 afo:value "390.864"^^sxsd:hertz.number .
nothing@2 2467
nothing@2 2468 [] a afv:FundamentalFrequency ;
nothing@2 2469 event:time [ tl:at "7.924"^^xsd:float ;
nothing@2 2470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2472 afo:value "390.771"^^sxsd:hertz.number .
nothing@2 2473
nothing@2 2474 [] a afv:FundamentalFrequency ;
nothing@2 2475 event:time [ tl:at "7.93"^^xsd:float ;
nothing@2 2476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2478 afo:value "390.683"^^sxsd:hertz.number .
nothing@2 2479
nothing@2 2480 [] a afv:FundamentalFrequency ;
nothing@2 2481 event:time [ tl:at "7.935"^^xsd:float ;
nothing@2 2482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2484 afo:value "390.693"^^sxsd:hertz.number .
nothing@2 2485
nothing@2 2486 [] a afv:FundamentalFrequency ;
nothing@2 2487 event:time [ tl:at "7.941"^^xsd:float ;
nothing@2 2488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2490 afo:value "390.666"^^sxsd:hertz.number .
nothing@2 2491
nothing@2 2492 [] a afv:FundamentalFrequency ;
nothing@2 2493 event:time [ tl:at "7.947"^^xsd:float ;
nothing@2 2494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2496 afo:value "390.578"^^sxsd:hertz.number .
nothing@2 2497
nothing@2 2498 [] a afv:FundamentalFrequency ;
nothing@2 2499 event:time [ tl:at "0.795"^^xsd:float ;
nothing@2 2500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2502 afo:value "292.407"^^sxsd:hertz.number .
nothing@2 2503
nothing@2 2504 [] a afv:FundamentalFrequency ;
nothing@2 2505 event:time [ tl:at "7.953"^^xsd:float ;
nothing@2 2506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2508 afo:value "390.453"^^sxsd:hertz.number .
nothing@2 2509
nothing@2 2510 [] a afv:FundamentalFrequency ;
nothing@2 2511 event:time [ tl:at "7.959"^^xsd:float ;
nothing@2 2512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2514 afo:value "390.34"^^sxsd:hertz.number .
nothing@2 2515
nothing@2 2516 [] a afv:FundamentalFrequency ;
nothing@2 2517 event:time [ tl:at "7.964"^^xsd:float ;
nothing@2 2518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2520 afo:value "390.31"^^sxsd:hertz.number .
nothing@2 2521
nothing@2 2522 [] a afv:FundamentalFrequency ;
nothing@2 2523 event:time [ tl:at "7.97"^^xsd:float ;
nothing@2 2524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2526 afo:value "390.296"^^sxsd:hertz.number .
nothing@2 2527
nothing@2 2528 [] a afv:FundamentalFrequency ;
nothing@2 2529 event:time [ tl:at "7.976"^^xsd:float ;
nothing@2 2530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2532 afo:value "390.272"^^sxsd:hertz.number .
nothing@2 2533
nothing@2 2534 [] a afv:FundamentalFrequency ;
nothing@2 2535 event:time [ tl:at "7.982"^^xsd:float ;
nothing@2 2536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2538 afo:value "390.211"^^sxsd:hertz.number .
nothing@2 2539
nothing@2 2540 [] a afv:FundamentalFrequency ;
nothing@2 2541 event:time [ tl:at "7.988"^^xsd:float ;
nothing@2 2542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2544 afo:value "390.17"^^sxsd:hertz.number .
nothing@2 2545
nothing@2 2546 [] a afv:FundamentalFrequency ;
nothing@2 2547 event:time [ tl:at "7.993"^^xsd:float ;
nothing@2 2548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2550 afo:value "390.182"^^sxsd:hertz.number .
nothing@2 2551
nothing@2 2552 [] a afv:FundamentalFrequency ;
nothing@2 2553 event:time [ tl:at "7.999"^^xsd:float ;
nothing@2 2554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2556 afo:value "390.205"^^sxsd:hertz.number .
nothing@2 2557
nothing@2 2558 [] a afv:FundamentalFrequency ;
nothing@2 2559 event:time [ tl:at "8.005"^^xsd:float ;
nothing@2 2560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2562 afo:value "390.148"^^sxsd:hertz.number .
nothing@2 2563
nothing@2 2564 [] a afv:FundamentalFrequency ;
nothing@2 2565 event:time [ tl:at "0.801"^^xsd:float ;
nothing@2 2566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2568 afo:value "292.411"^^sxsd:hertz.number .
nothing@2 2569
nothing@2 2570 [] a afv:FundamentalFrequency ;
nothing@2 2571 event:time [ tl:at "8.011"^^xsd:float ;
nothing@2 2572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2574 afo:value "390.041"^^sxsd:hertz.number .
nothing@2 2575
nothing@2 2576 [] a afv:FundamentalFrequency ;
nothing@2 2577 event:time [ tl:at "8.017"^^xsd:float ;
nothing@2 2578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2580 afo:value "390.055"^^sxsd:hertz.number .
nothing@2 2581
nothing@2 2582 [] a afv:FundamentalFrequency ;
nothing@2 2583 event:time [ tl:at "8.022"^^xsd:float ;
nothing@2 2584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2586 afo:value "390.143"^^sxsd:hertz.number .
nothing@2 2587
nothing@2 2588 [] a afv:FundamentalFrequency ;
nothing@2 2589 event:time [ tl:at "8.028"^^xsd:float ;
nothing@2 2590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2592 afo:value "390.119"^^sxsd:hertz.number .
nothing@2 2593
nothing@2 2594 [] a afv:FundamentalFrequency ;
nothing@2 2595 event:time [ tl:at "8.034"^^xsd:float ;
nothing@2 2596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2598 afo:value "390.126"^^sxsd:hertz.number .
nothing@2 2599
nothing@2 2600 [] a afv:FundamentalFrequency ;
nothing@2 2601 event:time [ tl:at "8.04"^^xsd:float ;
nothing@2 2602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2604 afo:value "390.175"^^sxsd:hertz.number .
nothing@2 2605
nothing@2 2606 [] a afv:FundamentalFrequency ;
nothing@2 2607 event:time [ tl:at "8.046"^^xsd:float ;
nothing@2 2608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2610 afo:value "390.296"^^sxsd:hertz.number .
nothing@2 2611
nothing@2 2612 [] a afv:FundamentalFrequency ;
nothing@2 2613 event:time [ tl:at "8.052"^^xsd:float ;
nothing@2 2614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2616 afo:value "390.32"^^sxsd:hertz.number .
nothing@2 2617
nothing@2 2618 [] a afv:FundamentalFrequency ;
nothing@2 2619 event:time [ tl:at "8.057"^^xsd:float ;
nothing@2 2620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2622 afo:value "390.306"^^sxsd:hertz.number .
nothing@2 2623
nothing@2 2624 [] a afv:FundamentalFrequency ;
nothing@2 2625 event:time [ tl:at "8.063"^^xsd:float ;
nothing@2 2626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2628 afo:value "390.271"^^sxsd:hertz.number .
nothing@2 2629
nothing@2 2630 [] a afv:FundamentalFrequency ;
nothing@2 2631 event:time [ tl:at "0.807"^^xsd:float ;
nothing@2 2632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2634 afo:value "292.449"^^sxsd:hertz.number .
nothing@2 2635
nothing@2 2636 [] a afv:FundamentalFrequency ;
nothing@2 2637 event:time [ tl:at "8.069"^^xsd:float ;
nothing@2 2638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2640 afo:value "390.385"^^sxsd:hertz.number .
nothing@2 2641
nothing@2 2642 [] a afv:FundamentalFrequency ;
nothing@2 2643 event:time [ tl:at "8.075"^^xsd:float ;
nothing@2 2644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2646 afo:value "390.417"^^sxsd:hertz.number .
nothing@2 2647
nothing@2 2648 [] a afv:FundamentalFrequency ;
nothing@2 2649 event:time [ tl:at "8.081"^^xsd:float ;
nothing@2 2650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2652 afo:value "390.382"^^sxsd:hertz.number .
nothing@2 2653
nothing@2 2654 [] a afv:FundamentalFrequency ;
nothing@2 2655 event:time [ tl:at "8.086"^^xsd:float ;
nothing@2 2656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2658 afo:value "390.423"^^sxsd:hertz.number .
nothing@2 2659
nothing@2 2660 [] a afv:FundamentalFrequency ;
nothing@2 2661 event:time [ tl:at "8.092"^^xsd:float ;
nothing@2 2662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2664 afo:value "390.456"^^sxsd:hertz.number .
nothing@2 2665
nothing@2 2666 [] a afv:FundamentalFrequency ;
nothing@2 2667 event:time [ tl:at "8.098"^^xsd:float ;
nothing@2 2668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2670 afo:value "390.48"^^sxsd:hertz.number .
nothing@2 2671
nothing@2 2672 [] a afv:FundamentalFrequency ;
nothing@2 2673 event:time [ tl:at "8.104"^^xsd:float ;
nothing@2 2674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2676 afo:value "390.486"^^sxsd:hertz.number .
nothing@2 2677
nothing@2 2678 [] a afv:FundamentalFrequency ;
nothing@2 2679 event:time [ tl:at "8.11"^^xsd:float ;
nothing@2 2680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2682 afo:value "390.529"^^sxsd:hertz.number .
nothing@2 2683
nothing@2 2684 [] a afv:FundamentalFrequency ;
nothing@2 2685 event:time [ tl:at "8.115"^^xsd:float ;
nothing@2 2686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2688 afo:value "390.56"^^sxsd:hertz.number .
nothing@2 2689
nothing@2 2690 [] a afv:FundamentalFrequency ;
nothing@2 2691 event:time [ tl:at "8.121"^^xsd:float ;
nothing@2 2692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2694 afo:value "390.552"^^sxsd:hertz.number .
nothing@2 2695
nothing@2 2696 [] a afv:FundamentalFrequency ;
nothing@2 2697 event:time [ tl:at "0.081"^^xsd:float ;
nothing@2 2698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2700 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 2701
nothing@2 2702 [] a afv:FundamentalFrequency ;
nothing@2 2703 event:time [ tl:at "0.813"^^xsd:float ;
nothing@2 2704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2706 afo:value "292.462"^^sxsd:hertz.number .
nothing@2 2707
nothing@2 2708 [] a afv:FundamentalFrequency ;
nothing@2 2709 event:time [ tl:at "8.127"^^xsd:float ;
nothing@2 2710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2712 afo:value "390.584"^^sxsd:hertz.number .
nothing@2 2713
nothing@2 2714 [] a afv:FundamentalFrequency ;
nothing@2 2715 event:time [ tl:at "8.133"^^xsd:float ;
nothing@2 2716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2718 afo:value "390.701"^^sxsd:hertz.number .
nothing@2 2719
nothing@2 2720 [] a afv:FundamentalFrequency ;
nothing@2 2721 event:time [ tl:at "8.139"^^xsd:float ;
nothing@2 2722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2724 afo:value "390.746"^^sxsd:hertz.number .
nothing@2 2725
nothing@2 2726 [] a afv:FundamentalFrequency ;
nothing@2 2727 event:time [ tl:at "8.144"^^xsd:float ;
nothing@2 2728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2730 afo:value "390.805"^^sxsd:hertz.number .
nothing@2 2731
nothing@2 2732 [] a afv:FundamentalFrequency ;
nothing@2 2733 event:time [ tl:at "8.15"^^xsd:float ;
nothing@2 2734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2736 afo:value "390.819"^^sxsd:hertz.number .
nothing@2 2737
nothing@2 2738 [] a afv:FundamentalFrequency ;
nothing@2 2739 event:time [ tl:at "8.156"^^xsd:float ;
nothing@2 2740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2742 afo:value "390.836"^^sxsd:hertz.number .
nothing@2 2743
nothing@2 2744 [] a afv:FundamentalFrequency ;
nothing@2 2745 event:time [ tl:at "8.162"^^xsd:float ;
nothing@2 2746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2748 afo:value "390.837"^^sxsd:hertz.number .
nothing@2 2749
nothing@2 2750 [] a afv:FundamentalFrequency ;
nothing@2 2751 event:time [ tl:at "8.168"^^xsd:float ;
nothing@2 2752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2754 afo:value "390.852"^^sxsd:hertz.number .
nothing@2 2755
nothing@2 2756 [] a afv:FundamentalFrequency ;
nothing@2 2757 event:time [ tl:at "8.173"^^xsd:float ;
nothing@2 2758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2760 afo:value "390.917"^^sxsd:hertz.number .
nothing@2 2761
nothing@2 2762 [] a afv:FundamentalFrequency ;
nothing@2 2763 event:time [ tl:at "8.179"^^xsd:float ;
nothing@2 2764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2766 afo:value "390.966"^^sxsd:hertz.number .
nothing@2 2767
nothing@2 2768 [] a afv:FundamentalFrequency ;
nothing@2 2769 event:time [ tl:at "0.819"^^xsd:float ;
nothing@2 2770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2772 afo:value "292.386"^^sxsd:hertz.number .
nothing@2 2773
nothing@2 2774 [] a afv:FundamentalFrequency ;
nothing@2 2775 event:time [ tl:at "8.185"^^xsd:float ;
nothing@2 2776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2778 afo:value "391.028"^^sxsd:hertz.number .
nothing@2 2779
nothing@2 2780 [] a afv:FundamentalFrequency ;
nothing@2 2781 event:time [ tl:at "8.191"^^xsd:float ;
nothing@2 2782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2784 afo:value "391.118"^^sxsd:hertz.number .
nothing@2 2785
nothing@2 2786 [] a afv:FundamentalFrequency ;
nothing@2 2787 event:time [ tl:at "8.197"^^xsd:float ;
nothing@2 2788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2790 afo:value "391.17"^^sxsd:hertz.number .
nothing@2 2791
nothing@2 2792 [] a afv:FundamentalFrequency ;
nothing@2 2793 event:time [ tl:at "8.202"^^xsd:float ;
nothing@2 2794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2796 afo:value "391.108"^^sxsd:hertz.number .
nothing@2 2797
nothing@2 2798 [] a afv:FundamentalFrequency ;
nothing@2 2799 event:time [ tl:at "8.208"^^xsd:float ;
nothing@2 2800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2802 afo:value "391.049"^^sxsd:hertz.number .
nothing@2 2803
nothing@2 2804 [] a afv:FundamentalFrequency ;
nothing@2 2805 event:time [ tl:at "8.214"^^xsd:float ;
nothing@2 2806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2808 afo:value "391.082"^^sxsd:hertz.number .
nothing@2 2809
nothing@2 2810 [] a afv:FundamentalFrequency ;
nothing@2 2811 event:time [ tl:at "8.22"^^xsd:float ;
nothing@2 2812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2814 afo:value "391.103"^^sxsd:hertz.number .
nothing@2 2815
nothing@2 2816 [] a afv:FundamentalFrequency ;
nothing@2 2817 event:time [ tl:at "8.226"^^xsd:float ;
nothing@2 2818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2820 afo:value "391.084"^^sxsd:hertz.number .
nothing@2 2821
nothing@2 2822 [] a afv:FundamentalFrequency ;
nothing@2 2823 event:time [ tl:at "8.231"^^xsd:float ;
nothing@2 2824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2826 afo:value "391.08"^^sxsd:hertz.number .
nothing@2 2827
nothing@2 2828 [] a afv:FundamentalFrequency ;
nothing@2 2829 event:time [ tl:at "8.237"^^xsd:float ;
nothing@2 2830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2832 afo:value "391.077"^^sxsd:hertz.number .
nothing@2 2833
nothing@2 2834 [] a afv:FundamentalFrequency ;
nothing@2 2835 event:time [ tl:at "0.824"^^xsd:float ;
nothing@2 2836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2838 afo:value "292.314"^^sxsd:hertz.number .
nothing@2 2839
nothing@2 2840 [] a afv:FundamentalFrequency ;
nothing@2 2841 event:time [ tl:at "8.243"^^xsd:float ;
nothing@2 2842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2844 afo:value "391.053"^^sxsd:hertz.number .
nothing@2 2845
nothing@2 2846 [] a afv:FundamentalFrequency ;
nothing@2 2847 event:time [ tl:at "8.249"^^xsd:float ;
nothing@2 2848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2850 afo:value "391.014"^^sxsd:hertz.number .
nothing@2 2851
nothing@2 2852 [] a afv:FundamentalFrequency ;
nothing@2 2853 event:time [ tl:at "8.255"^^xsd:float ;
nothing@2 2854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2856 afo:value "390.983"^^sxsd:hertz.number .
nothing@2 2857
nothing@2 2858 [] a afv:FundamentalFrequency ;
nothing@2 2859 event:time [ tl:at "8.26"^^xsd:float ;
nothing@2 2860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2862 afo:value "390.962"^^sxsd:hertz.number .
nothing@2 2863
nothing@2 2864 [] a afv:FundamentalFrequency ;
nothing@2 2865 event:time [ tl:at "8.266"^^xsd:float ;
nothing@2 2866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2868 afo:value "390.948"^^sxsd:hertz.number .
nothing@2 2869
nothing@2 2870 [] a afv:FundamentalFrequency ;
nothing@2 2871 event:time [ tl:at "8.272"^^xsd:float ;
nothing@2 2872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2874 afo:value "390.976"^^sxsd:hertz.number .
nothing@2 2875
nothing@2 2876 [] a afv:FundamentalFrequency ;
nothing@2 2877 event:time [ tl:at "8.278"^^xsd:float ;
nothing@2 2878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2880 afo:value "391.02"^^sxsd:hertz.number .
nothing@2 2881
nothing@2 2882 [] a afv:FundamentalFrequency ;
nothing@2 2883 event:time [ tl:at "8.284"^^xsd:float ;
nothing@2 2884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2886 afo:value "390.999"^^sxsd:hertz.number .
nothing@2 2887
nothing@2 2888 [] a afv:FundamentalFrequency ;
nothing@2 2889 event:time [ tl:at "8.29"^^xsd:float ;
nothing@2 2890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2892 afo:value "391.011"^^sxsd:hertz.number .
nothing@2 2893
nothing@2 2894 [] a afv:FundamentalFrequency ;
nothing@2 2895 event:time [ tl:at "8.295"^^xsd:float ;
nothing@2 2896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2898 afo:value "391.046"^^sxsd:hertz.number .
nothing@2 2899
nothing@2 2900 [] a afv:FundamentalFrequency ;
nothing@2 2901 event:time [ tl:at "0.83"^^xsd:float ;
nothing@2 2902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2904 afo:value "292.289"^^sxsd:hertz.number .
nothing@2 2905
nothing@2 2906 [] a afv:FundamentalFrequency ;
nothing@2 2907 event:time [ tl:at "8.301"^^xsd:float ;
nothing@2 2908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2910 afo:value "391.051"^^sxsd:hertz.number .
nothing@2 2911
nothing@2 2912 [] a afv:FundamentalFrequency ;
nothing@2 2913 event:time [ tl:at "8.307"^^xsd:float ;
nothing@2 2914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2916 afo:value "391.041"^^sxsd:hertz.number .
nothing@2 2917
nothing@2 2918 [] a afv:FundamentalFrequency ;
nothing@2 2919 event:time [ tl:at "8.313"^^xsd:float ;
nothing@2 2920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2922 afo:value "391.033"^^sxsd:hertz.number .
nothing@2 2923
nothing@2 2924 [] a afv:FundamentalFrequency ;
nothing@2 2925 event:time [ tl:at "8.319"^^xsd:float ;
nothing@2 2926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2928 afo:value "391.085"^^sxsd:hertz.number .
nothing@2 2929
nothing@2 2930 [] a afv:FundamentalFrequency ;
nothing@2 2931 event:time [ tl:at "8.324"^^xsd:float ;
nothing@2 2932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2934 afo:value "391.116"^^sxsd:hertz.number .
nothing@2 2935
nothing@2 2936 [] a afv:FundamentalFrequency ;
nothing@2 2937 event:time [ tl:at "8.33"^^xsd:float ;
nothing@2 2938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2940 afo:value "391.127"^^sxsd:hertz.number .
nothing@2 2941
nothing@2 2942 [] a afv:FundamentalFrequency ;
nothing@2 2943 event:time [ tl:at "8.336"^^xsd:float ;
nothing@2 2944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2946 afo:value "391.155"^^sxsd:hertz.number .
nothing@2 2947
nothing@2 2948 [] a afv:FundamentalFrequency ;
nothing@2 2949 event:time [ tl:at "8.342"^^xsd:float ;
nothing@2 2950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2952 afo:value "391.201"^^sxsd:hertz.number .
nothing@2 2953
nothing@2 2954 [] a afv:FundamentalFrequency ;
nothing@2 2955 event:time [ tl:at "8.348"^^xsd:float ;
nothing@2 2956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2958 afo:value "391.189"^^sxsd:hertz.number .
nothing@2 2959
nothing@2 2960 [] a afv:FundamentalFrequency ;
nothing@2 2961 event:time [ tl:at "8.353"^^xsd:float ;
nothing@2 2962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2964 afo:value "391.241"^^sxsd:hertz.number .
nothing@2 2965
nothing@2 2966 [] a afv:FundamentalFrequency ;
nothing@2 2967 event:time [ tl:at "0.836"^^xsd:float ;
nothing@2 2968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2970 afo:value "292.27"^^sxsd:hertz.number .
nothing@2 2971
nothing@2 2972 [] a afv:FundamentalFrequency ;
nothing@2 2973 event:time [ tl:at "8.359"^^xsd:float ;
nothing@2 2974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2976 afo:value "391.287"^^sxsd:hertz.number .
nothing@2 2977
nothing@2 2978 [] a afv:FundamentalFrequency ;
nothing@2 2979 event:time [ tl:at "8.365"^^xsd:float ;
nothing@2 2980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2982 afo:value "391.293"^^sxsd:hertz.number .
nothing@2 2983
nothing@2 2984 [] a afv:FundamentalFrequency ;
nothing@2 2985 event:time [ tl:at "8.371"^^xsd:float ;
nothing@2 2986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2988 afo:value "391.216"^^sxsd:hertz.number .
nothing@2 2989
nothing@2 2990 [] a afv:FundamentalFrequency ;
nothing@2 2991 event:time [ tl:at "8.377"^^xsd:float ;
nothing@2 2992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 2994 afo:value "391.194"^^sxsd:hertz.number .
nothing@2 2995
nothing@2 2996 [] a afv:FundamentalFrequency ;
nothing@2 2997 event:time [ tl:at "8.382"^^xsd:float ;
nothing@2 2998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 2999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3000 afo:value "391.218"^^sxsd:hertz.number .
nothing@2 3001
nothing@2 3002 [] a afv:FundamentalFrequency ;
nothing@2 3003 event:time [ tl:at "8.388"^^xsd:float ;
nothing@2 3004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3006 afo:value "391.198"^^sxsd:hertz.number .
nothing@2 3007
nothing@2 3008 [] a afv:FundamentalFrequency ;
nothing@2 3009 event:time [ tl:at "8.394"^^xsd:float ;
nothing@2 3010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3012 afo:value "391.19"^^sxsd:hertz.number .
nothing@2 3013
nothing@2 3014 [] a afv:FundamentalFrequency ;
nothing@2 3015 event:time [ tl:at "8.4"^^xsd:float ;
nothing@2 3016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3018 afo:value "391.185"^^sxsd:hertz.number .
nothing@2 3019
nothing@2 3020 [] a afv:FundamentalFrequency ;
nothing@2 3021 event:time [ tl:at "8.406"^^xsd:float ;
nothing@2 3022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3024 afo:value "391.198"^^sxsd:hertz.number .
nothing@2 3025
nothing@2 3026 [] a afv:FundamentalFrequency ;
nothing@2 3027 event:time [ tl:at "8.411"^^xsd:float ;
nothing@2 3028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3030 afo:value "391.188"^^sxsd:hertz.number .
nothing@2 3031
nothing@2 3032 [] a afv:FundamentalFrequency ;
nothing@2 3033 event:time [ tl:at "0.842"^^xsd:float ;
nothing@2 3034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3036 afo:value "292.263"^^sxsd:hertz.number .
nothing@2 3037
nothing@2 3038 [] a afv:FundamentalFrequency ;
nothing@2 3039 event:time [ tl:at "8.417"^^xsd:float ;
nothing@2 3040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3042 afo:value "391.219"^^sxsd:hertz.number .
nothing@2 3043
nothing@2 3044 [] a afv:FundamentalFrequency ;
nothing@2 3045 event:time [ tl:at "8.423"^^xsd:float ;
nothing@2 3046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3048 afo:value "391.198"^^sxsd:hertz.number .
nothing@2 3049
nothing@2 3050 [] a afv:FundamentalFrequency ;
nothing@2 3051 event:time [ tl:at "8.429"^^xsd:float ;
nothing@2 3052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3054 afo:value "391.222"^^sxsd:hertz.number .
nothing@2 3055
nothing@2 3056 [] a afv:FundamentalFrequency ;
nothing@2 3057 event:time [ tl:at "8.435"^^xsd:float ;
nothing@2 3058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3060 afo:value "391.22"^^sxsd:hertz.number .
nothing@2 3061
nothing@2 3062 [] a afv:FundamentalFrequency ;
nothing@2 3063 event:time [ tl:at "8.44"^^xsd:float ;
nothing@2 3064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3066 afo:value "391.184"^^sxsd:hertz.number .
nothing@2 3067
nothing@2 3068 [] a afv:FundamentalFrequency ;
nothing@2 3069 event:time [ tl:at "8.446"^^xsd:float ;
nothing@2 3070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3072 afo:value "391.223"^^sxsd:hertz.number .
nothing@2 3073
nothing@2 3074 [] a afv:FundamentalFrequency ;
nothing@2 3075 event:time [ tl:at "8.452"^^xsd:float ;
nothing@2 3076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3078 afo:value "391.214"^^sxsd:hertz.number .
nothing@2 3079
nothing@2 3080 [] a afv:FundamentalFrequency ;
nothing@2 3081 event:time [ tl:at "8.458"^^xsd:float ;
nothing@2 3082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3084 afo:value "391.173"^^sxsd:hertz.number .
nothing@2 3085
nothing@2 3086 [] a afv:FundamentalFrequency ;
nothing@2 3087 event:time [ tl:at "8.464"^^xsd:float ;
nothing@2 3088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3090 afo:value "391.084"^^sxsd:hertz.number .
nothing@2 3091
nothing@2 3092 [] a afv:FundamentalFrequency ;
nothing@2 3093 event:time [ tl:at "8.469"^^xsd:float ;
nothing@2 3094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3096 afo:value "391.054"^^sxsd:hertz.number .
nothing@2 3097
nothing@2 3098 [] a afv:FundamentalFrequency ;
nothing@2 3099 event:time [ tl:at "0.848"^^xsd:float ;
nothing@2 3100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3102 afo:value "292.268"^^sxsd:hertz.number .
nothing@2 3103
nothing@2 3104 [] a afv:FundamentalFrequency ;
nothing@2 3105 event:time [ tl:at "8.475"^^xsd:float ;
nothing@2 3106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3108 afo:value "391.144"^^sxsd:hertz.number .
nothing@2 3109
nothing@2 3110 [] a afv:FundamentalFrequency ;
nothing@2 3111 event:time [ tl:at "8.481"^^xsd:float ;
nothing@2 3112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3114 afo:value "391.252"^^sxsd:hertz.number .
nothing@2 3115
nothing@2 3116 [] a afv:FundamentalFrequency ;
nothing@2 3117 event:time [ tl:at "8.487"^^xsd:float ;
nothing@2 3118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3120 afo:value "391.282"^^sxsd:hertz.number .
nothing@2 3121
nothing@2 3122 [] a afv:FundamentalFrequency ;
nothing@2 3123 event:time [ tl:at "8.493"^^xsd:float ;
nothing@2 3124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3126 afo:value "391.299"^^sxsd:hertz.number .
nothing@2 3127
nothing@2 3128 [] a afv:FundamentalFrequency ;
nothing@2 3129 event:time [ tl:at "8.499"^^xsd:float ;
nothing@2 3130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3132 afo:value "391.265"^^sxsd:hertz.number .
nothing@2 3133
nothing@2 3134 [] a afv:FundamentalFrequency ;
nothing@2 3135 event:time [ tl:at "8.504"^^xsd:float ;
nothing@2 3136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3138 afo:value "391.256"^^sxsd:hertz.number .
nothing@2 3139
nothing@2 3140 [] a afv:FundamentalFrequency ;
nothing@2 3141 event:time [ tl:at "8.51"^^xsd:float ;
nothing@2 3142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3144 afo:value "391.249"^^sxsd:hertz.number .
nothing@2 3145
nothing@2 3146 [] a afv:FundamentalFrequency ;
nothing@2 3147 event:time [ tl:at "8.516"^^xsd:float ;
nothing@2 3148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3150 afo:value "391.238"^^sxsd:hertz.number .
nothing@2 3151
nothing@2 3152 [] a afv:FundamentalFrequency ;
nothing@2 3153 event:time [ tl:at "8.522"^^xsd:float ;
nothing@2 3154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3156 afo:value "391.26"^^sxsd:hertz.number .
nothing@2 3157
nothing@2 3158 [] a afv:FundamentalFrequency ;
nothing@2 3159 event:time [ tl:at "8.528"^^xsd:float ;
nothing@2 3160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3162 afo:value "391.271"^^sxsd:hertz.number .
nothing@2 3163
nothing@2 3164 [] a afv:FundamentalFrequency ;
nothing@2 3165 event:time [ tl:at "0.853"^^xsd:float ;
nothing@2 3166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3168 afo:value "292.243"^^sxsd:hertz.number .
nothing@2 3169
nothing@2 3170 [] a afv:FundamentalFrequency ;
nothing@2 3171 event:time [ tl:at "8.533"^^xsd:float ;
nothing@2 3172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3174 afo:value "391.267"^^sxsd:hertz.number .
nothing@2 3175
nothing@2 3176 [] a afv:FundamentalFrequency ;
nothing@2 3177 event:time [ tl:at "8.539"^^xsd:float ;
nothing@2 3178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3180 afo:value "391.269"^^sxsd:hertz.number .
nothing@2 3181
nothing@2 3182 [] a afv:FundamentalFrequency ;
nothing@2 3183 event:time [ tl:at "8.545"^^xsd:float ;
nothing@2 3184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3186 afo:value "391.272"^^sxsd:hertz.number .
nothing@2 3187
nothing@2 3188 [] a afv:FundamentalFrequency ;
nothing@2 3189 event:time [ tl:at "8.551"^^xsd:float ;
nothing@2 3190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3192 afo:value "391.347"^^sxsd:hertz.number .
nothing@2 3193
nothing@2 3194 [] a afv:FundamentalFrequency ;
nothing@2 3195 event:time [ tl:at "8.557"^^xsd:float ;
nothing@2 3196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3198 afo:value "391.318"^^sxsd:hertz.number .
nothing@2 3199
nothing@2 3200 [] a afv:FundamentalFrequency ;
nothing@2 3201 event:time [ tl:at "8.562"^^xsd:float ;
nothing@2 3202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3204 afo:value "391.298"^^sxsd:hertz.number .
nothing@2 3205
nothing@2 3206 [] a afv:FundamentalFrequency ;
nothing@2 3207 event:time [ tl:at "8.568"^^xsd:float ;
nothing@2 3208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3210 afo:value "391.355"^^sxsd:hertz.number .
nothing@2 3211
nothing@2 3212 [] a afv:FundamentalFrequency ;
nothing@2 3213 event:time [ tl:at "8.574"^^xsd:float ;
nothing@2 3214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3216 afo:value "391.333"^^sxsd:hertz.number .
nothing@2 3217
nothing@2 3218 [] a afv:FundamentalFrequency ;
nothing@2 3219 event:time [ tl:at "8.58"^^xsd:float ;
nothing@2 3220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3222 afo:value "391.307"^^sxsd:hertz.number .
nothing@2 3223
nothing@2 3224 [] a afv:FundamentalFrequency ;
nothing@2 3225 event:time [ tl:at "8.586"^^xsd:float ;
nothing@2 3226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3228 afo:value "391.262"^^sxsd:hertz.number .
nothing@2 3229
nothing@2 3230 [] a afv:FundamentalFrequency ;
nothing@2 3231 event:time [ tl:at "0.859"^^xsd:float ;
nothing@2 3232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3234 afo:value "292.289"^^sxsd:hertz.number .
nothing@2 3235
nothing@2 3236 [] a afv:FundamentalFrequency ;
nothing@2 3237 event:time [ tl:at "8.591"^^xsd:float ;
nothing@2 3238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3240 afo:value "391.253"^^sxsd:hertz.number .
nothing@2 3241
nothing@2 3242 [] a afv:FundamentalFrequency ;
nothing@2 3243 event:time [ tl:at "8.597"^^xsd:float ;
nothing@2 3244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3246 afo:value "391.256"^^sxsd:hertz.number .
nothing@2 3247
nothing@2 3248 [] a afv:FundamentalFrequency ;
nothing@2 3249 event:time [ tl:at "8.603"^^xsd:float ;
nothing@2 3250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3252 afo:value "391.214"^^sxsd:hertz.number .
nothing@2 3253
nothing@2 3254 [] a afv:FundamentalFrequency ;
nothing@2 3255 event:time [ tl:at "8.609"^^xsd:float ;
nothing@2 3256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3258 afo:value "391.218"^^sxsd:hertz.number .
nothing@2 3259
nothing@2 3260 [] a afv:FundamentalFrequency ;
nothing@2 3261 event:time [ tl:at "8.615"^^xsd:float ;
nothing@2 3262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3264 afo:value "391.178"^^sxsd:hertz.number .
nothing@2 3265
nothing@2 3266 [] a afv:FundamentalFrequency ;
nothing@2 3267 event:time [ tl:at "8.62"^^xsd:float ;
nothing@2 3268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3270 afo:value "391.182"^^sxsd:hertz.number .
nothing@2 3271
nothing@2 3272 [] a afv:FundamentalFrequency ;
nothing@2 3273 event:time [ tl:at "8.626"^^xsd:float ;
nothing@2 3274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3276 afo:value "391.167"^^sxsd:hertz.number .
nothing@2 3277
nothing@2 3278 [] a afv:FundamentalFrequency ;
nothing@2 3279 event:time [ tl:at "8.632"^^xsd:float ;
nothing@2 3280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3282 afo:value "391.157"^^sxsd:hertz.number .
nothing@2 3283
nothing@2 3284 [] a afv:FundamentalFrequency ;
nothing@2 3285 event:time [ tl:at "8.638"^^xsd:float ;
nothing@2 3286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3288 afo:value "391.147"^^sxsd:hertz.number .
nothing@2 3289
nothing@2 3290 [] a afv:FundamentalFrequency ;
nothing@2 3291 event:time [ tl:at "8.644"^^xsd:float ;
nothing@2 3292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3294 afo:value "391.173"^^sxsd:hertz.number .
nothing@2 3295
nothing@2 3296 [] a afv:FundamentalFrequency ;
nothing@2 3297 event:time [ tl:at "0.865"^^xsd:float ;
nothing@2 3298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3300 afo:value "292.307"^^sxsd:hertz.number .
nothing@2 3301
nothing@2 3302 [] a afv:FundamentalFrequency ;
nothing@2 3303 event:time [ tl:at "8.649"^^xsd:float ;
nothing@2 3304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3306 afo:value "391.202"^^sxsd:hertz.number .
nothing@2 3307
nothing@2 3308 [] a afv:FundamentalFrequency ;
nothing@2 3309 event:time [ tl:at "8.655"^^xsd:float ;
nothing@2 3310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3312 afo:value "391.259"^^sxsd:hertz.number .
nothing@2 3313
nothing@2 3314 [] a afv:FundamentalFrequency ;
nothing@2 3315 event:time [ tl:at "8.661"^^xsd:float ;
nothing@2 3316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3318 afo:value "391.312"^^sxsd:hertz.number .
nothing@2 3319
nothing@2 3320 [] a afv:FundamentalFrequency ;
nothing@2 3321 event:time [ tl:at "8.667"^^xsd:float ;
nothing@2 3322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3324 afo:value "391.298"^^sxsd:hertz.number .
nothing@2 3325
nothing@2 3326 [] a afv:FundamentalFrequency ;
nothing@2 3327 event:time [ tl:at "8.673"^^xsd:float ;
nothing@2 3328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3330 afo:value "391.211"^^sxsd:hertz.number .
nothing@2 3331
nothing@2 3332 [] a afv:FundamentalFrequency ;
nothing@2 3333 event:time [ tl:at "8.678"^^xsd:float ;
nothing@2 3334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3336 afo:value "391.087"^^sxsd:hertz.number .
nothing@2 3337
nothing@2 3338 [] a afv:FundamentalFrequency ;
nothing@2 3339 event:time [ tl:at "8.684"^^xsd:float ;
nothing@2 3340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3342 afo:value "391.017"^^sxsd:hertz.number .
nothing@2 3343
nothing@2 3344 [] a afv:FundamentalFrequency ;
nothing@2 3345 event:time [ tl:at "8.69"^^xsd:float ;
nothing@2 3346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3348 afo:value "390.931"^^sxsd:hertz.number .
nothing@2 3349
nothing@2 3350 [] a afv:FundamentalFrequency ;
nothing@2 3351 event:time [ tl:at "8.696"^^xsd:float ;
nothing@2 3352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3354 afo:value "390.852"^^sxsd:hertz.number .
nothing@2 3355
nothing@2 3356 [] a afv:FundamentalFrequency ;
nothing@2 3357 event:time [ tl:at "8.702"^^xsd:float ;
nothing@2 3358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3360 afo:value "390.708"^^sxsd:hertz.number .
nothing@2 3361
nothing@2 3362 [] a afv:FundamentalFrequency ;
nothing@2 3363 event:time [ tl:at "0.087"^^xsd:float ;
nothing@2 3364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3366 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 3367
nothing@2 3368 [] a afv:FundamentalFrequency ;
nothing@2 3369 event:time [ tl:at "0.871"^^xsd:float ;
nothing@2 3370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3372 afo:value "292.348"^^sxsd:hertz.number .
nothing@2 3373
nothing@2 3374 [] a afv:FundamentalFrequency ;
nothing@2 3375 event:time [ tl:at "8.707"^^xsd:float ;
nothing@2 3376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3378 afo:value "390.525"^^sxsd:hertz.number .
nothing@2 3379
nothing@2 3380 [] a afv:FundamentalFrequency ;
nothing@2 3381 event:time [ tl:at "8.713"^^xsd:float ;
nothing@2 3382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3384 afo:value "390.271"^^sxsd:hertz.number .
nothing@2 3385
nothing@2 3386 [] a afv:FundamentalFrequency ;
nothing@2 3387 event:time [ tl:at "8.719"^^xsd:float ;
nothing@2 3388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3390 afo:value "390.024"^^sxsd:hertz.number .
nothing@2 3391
nothing@2 3392 [] a afv:FundamentalFrequency ;
nothing@2 3393 event:time [ tl:at "8.725"^^xsd:float ;
nothing@2 3394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3396 afo:value "389.907"^^sxsd:hertz.number .
nothing@2 3397
nothing@2 3398 [] a afv:FundamentalFrequency ;
nothing@2 3399 event:time [ tl:at "8.731"^^xsd:float ;
nothing@2 3400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3402 afo:value "389.381"^^sxsd:hertz.number .
nothing@2 3403
nothing@2 3404 [] a afv:FundamentalFrequency ;
nothing@2 3405 event:time [ tl:at "8.737"^^xsd:float ;
nothing@2 3406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3408 afo:value "388.646"^^sxsd:hertz.number .
nothing@2 3409
nothing@2 3410 [] a afv:FundamentalFrequency ;
nothing@2 3411 event:time [ tl:at "8.742"^^xsd:float ;
nothing@2 3412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3414 afo:value "388.425"^^sxsd:hertz.number .
nothing@2 3415
nothing@2 3416 [] a afv:FundamentalFrequency ;
nothing@2 3417 event:time [ tl:at "8.748"^^xsd:float ;
nothing@2 3418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3420 afo:value "388.955"^^sxsd:hertz.number .
nothing@2 3421
nothing@2 3422 [] a afv:FundamentalFrequency ;
nothing@2 3423 event:time [ tl:at "8.754"^^xsd:float ;
nothing@2 3424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3426 afo:value "390.07"^^sxsd:hertz.number .
nothing@2 3427
nothing@2 3428 [] a afv:FundamentalFrequency ;
nothing@2 3429 event:time [ tl:at "8.76"^^xsd:float ;
nothing@2 3430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3432 afo:value "391.088"^^sxsd:hertz.number .
nothing@2 3433
nothing@2 3434 [] a afv:FundamentalFrequency ;
nothing@2 3435 event:time [ tl:at "0.877"^^xsd:float ;
nothing@2 3436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3438 afo:value "292.381"^^sxsd:hertz.number .
nothing@2 3439
nothing@2 3440 [] a afv:FundamentalFrequency ;
nothing@2 3441 event:time [ tl:at "8.766"^^xsd:float ;
nothing@2 3442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3444 afo:value "391.392"^^sxsd:hertz.number .
nothing@2 3445
nothing@2 3446 [] a afv:FundamentalFrequency ;
nothing@2 3447 event:time [ tl:at "8.771"^^xsd:float ;
nothing@2 3448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3450 afo:value "391.042"^^sxsd:hertz.number .
nothing@2 3451
nothing@2 3452 [] a afv:FundamentalFrequency ;
nothing@2 3453 event:time [ tl:at "8.777"^^xsd:float ;
nothing@2 3454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3456 afo:value "390.543"^^sxsd:hertz.number .
nothing@2 3457
nothing@2 3458 [] a afv:FundamentalFrequency ;
nothing@2 3459 event:time [ tl:at "8.783"^^xsd:float ;
nothing@2 3460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3462 afo:value "390.386"^^sxsd:hertz.number .
nothing@2 3463
nothing@2 3464 [] a afv:FundamentalFrequency ;
nothing@2 3465 event:time [ tl:at "8.789"^^xsd:float ;
nothing@2 3466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3468 afo:value "390.473"^^sxsd:hertz.number .
nothing@2 3469
nothing@2 3470 [] a afv:FundamentalFrequency ;
nothing@2 3471 event:time [ tl:at "8.795"^^xsd:float ;
nothing@2 3472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3474 afo:value "390.619"^^sxsd:hertz.number .
nothing@2 3475
nothing@2 3476 [] a afv:FundamentalFrequency ;
nothing@2 3477 event:time [ tl:at "8.8"^^xsd:float ;
nothing@2 3478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3480 afo:value "390.945"^^sxsd:hertz.number .
nothing@2 3481
nothing@2 3482 [] a afv:FundamentalFrequency ;
nothing@2 3483 event:time [ tl:at "8.806"^^xsd:float ;
nothing@2 3484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3486 afo:value "391.392"^^sxsd:hertz.number .
nothing@2 3487
nothing@2 3488 [] a afv:FundamentalFrequency ;
nothing@2 3489 event:time [ tl:at "8.812"^^xsd:float ;
nothing@2 3490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3492 afo:value "391.559"^^sxsd:hertz.number .
nothing@2 3493
nothing@2 3494 [] a afv:FundamentalFrequency ;
nothing@2 3495 event:time [ tl:at "8.818"^^xsd:float ;
nothing@2 3496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3498 afo:value "391.369"^^sxsd:hertz.number .
nothing@2 3499
nothing@2 3500 [] a afv:FundamentalFrequency ;
nothing@2 3501 event:time [ tl:at "0.882"^^xsd:float ;
nothing@2 3502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3504 afo:value "292.405"^^sxsd:hertz.number .
nothing@2 3505
nothing@2 3506 [] a afv:FundamentalFrequency ;
nothing@2 3507 event:time [ tl:at "8.824"^^xsd:float ;
nothing@2 3508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3510 afo:value "391.102"^^sxsd:hertz.number .
nothing@2 3511
nothing@2 3512 [] a afv:FundamentalFrequency ;
nothing@2 3513 event:time [ tl:at "8.829"^^xsd:float ;
nothing@2 3514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3516 afo:value "390.894"^^sxsd:hertz.number .
nothing@2 3517
nothing@2 3518 [] a afv:FundamentalFrequency ;
nothing@2 3519 event:time [ tl:at "8.835"^^xsd:float ;
nothing@2 3520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3522 afo:value "390.804"^^sxsd:hertz.number .
nothing@2 3523
nothing@2 3524 [] a afv:FundamentalFrequency ;
nothing@2 3525 event:time [ tl:at "8.841"^^xsd:float ;
nothing@2 3526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3528 afo:value "390.791"^^sxsd:hertz.number .
nothing@2 3529
nothing@2 3530 [] a afv:FundamentalFrequency ;
nothing@2 3531 event:time [ tl:at "8.847"^^xsd:float ;
nothing@2 3532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3534 afo:value "390.782"^^sxsd:hertz.number .
nothing@2 3535
nothing@2 3536 [] a afv:FundamentalFrequency ;
nothing@2 3537 event:time [ tl:at "8.853"^^xsd:float ;
nothing@2 3538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3540 afo:value "390.531"^^sxsd:hertz.number .
nothing@2 3541
nothing@2 3542 [] a afv:FundamentalFrequency ;
nothing@2 3543 event:time [ tl:at "8.858"^^xsd:float ;
nothing@2 3544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3546 afo:value "390.242"^^sxsd:hertz.number .
nothing@2 3547
nothing@2 3548 [] a afv:FundamentalFrequency ;
nothing@2 3549 event:time [ tl:at "8.864"^^xsd:float ;
nothing@2 3550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3552 afo:value "390.628"^^sxsd:hertz.number .
nothing@2 3553
nothing@2 3554 [] a afv:FundamentalFrequency ;
nothing@2 3555 event:time [ tl:at "8.87"^^xsd:float ;
nothing@2 3556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3558 afo:value "392.008"^^sxsd:hertz.number .
nothing@2 3559
nothing@2 3560 [] a afv:FundamentalFrequency ;
nothing@2 3561 event:time [ tl:at "8.876"^^xsd:float ;
nothing@2 3562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3564 afo:value "394.676"^^sxsd:hertz.number .
nothing@2 3565
nothing@2 3566 [] a afv:FundamentalFrequency ;
nothing@2 3567 event:time [ tl:at "0.888"^^xsd:float ;
nothing@2 3568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3570 afo:value "292.392"^^sxsd:hertz.number .
nothing@2 3571
nothing@2 3572 [] a afv:FundamentalFrequency ;
nothing@2 3573 event:time [ tl:at "8.882"^^xsd:float ;
nothing@2 3574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3576 afo:value "393.939"^^sxsd:hertz.number .
nothing@2 3577
nothing@2 3578 [] a afv:FundamentalFrequency ;
nothing@2 3579 event:time [ tl:at "8.887"^^xsd:float ;
nothing@2 3580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3582 afo:value "391.244"^^sxsd:hertz.number .
nothing@2 3583
nothing@2 3584 [] a afv:FundamentalFrequency ;
nothing@2 3585 event:time [ tl:at "8.893"^^xsd:float ;
nothing@2 3586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3588 afo:value "388.68"^^sxsd:hertz.number .
nothing@2 3589
nothing@2 3590 [] a afv:FundamentalFrequency ;
nothing@2 3591 event:time [ tl:at "8.899"^^xsd:float ;
nothing@2 3592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3594 afo:value "353.372"^^sxsd:hertz.number .
nothing@2 3595
nothing@2 3596 [] a afv:FundamentalFrequency ;
nothing@2 3597 event:time [ tl:at "8.905"^^xsd:float ;
nothing@2 3598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3600 afo:value "353.927"^^sxsd:hertz.number .
nothing@2 3601
nothing@2 3602 [] a afv:FundamentalFrequency ;
nothing@2 3603 event:time [ tl:at "8.911"^^xsd:float ;
nothing@2 3604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3606 afo:value "355.141"^^sxsd:hertz.number .
nothing@2 3607
nothing@2 3608 [] a afv:FundamentalFrequency ;
nothing@2 3609 event:time [ tl:at "8.916"^^xsd:float ;
nothing@2 3610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3612 afo:value "331.65"^^sxsd:hertz.number .
nothing@2 3613
nothing@2 3614 [] a afv:FundamentalFrequency ;
nothing@2 3615 event:time [ tl:at "8.922"^^xsd:float ;
nothing@2 3616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3618 afo:value "330.045"^^sxsd:hertz.number .
nothing@2 3619
nothing@2 3620 [] a afv:FundamentalFrequency ;
nothing@2 3621 event:time [ tl:at "8.928"^^xsd:float ;
nothing@2 3622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3624 afo:value "328.126"^^sxsd:hertz.number .
nothing@2 3625
nothing@2 3626 [] a afv:FundamentalFrequency ;
nothing@2 3627 event:time [ tl:at "8.934"^^xsd:float ;
nothing@2 3628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3630 afo:value "328.629"^^sxsd:hertz.number .
nothing@2 3631
nothing@2 3632 [] a afv:FundamentalFrequency ;
nothing@2 3633 event:time [ tl:at "0.894"^^xsd:float ;
nothing@2 3634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3636 afo:value "292.287"^^sxsd:hertz.number .
nothing@2 3637
nothing@2 3638 [] a afv:FundamentalFrequency ;
nothing@2 3639 event:time [ tl:at "8.94"^^xsd:float ;
nothing@2 3640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3642 afo:value "329.775"^^sxsd:hertz.number .
nothing@2 3643
nothing@2 3644 [] a afv:FundamentalFrequency ;
nothing@2 3645 event:time [ tl:at "8.945"^^xsd:float ;
nothing@2 3646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3648 afo:value "329.268"^^sxsd:hertz.number .
nothing@2 3649
nothing@2 3650 [] a afv:FundamentalFrequency ;
nothing@2 3651 event:time [ tl:at "8.951"^^xsd:float ;
nothing@2 3652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3654 afo:value "329.503"^^sxsd:hertz.number .
nothing@2 3655
nothing@2 3656 [] a afv:FundamentalFrequency ;
nothing@2 3657 event:time [ tl:at "8.957"^^xsd:float ;
nothing@2 3658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3660 afo:value "329.392"^^sxsd:hertz.number .
nothing@2 3661
nothing@2 3662 [] a afv:FundamentalFrequency ;
nothing@2 3663 event:time [ tl:at "8.963"^^xsd:float ;
nothing@2 3664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3666 afo:value "329.28"^^sxsd:hertz.number .
nothing@2 3667
nothing@2 3668 [] a afv:FundamentalFrequency ;
nothing@2 3669 event:time [ tl:at "8.969"^^xsd:float ;
nothing@2 3670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3672 afo:value "329.297"^^sxsd:hertz.number .
nothing@2 3673
nothing@2 3674 [] a afv:FundamentalFrequency ;
nothing@2 3675 event:time [ tl:at "8.975"^^xsd:float ;
nothing@2 3676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3678 afo:value "329.048"^^sxsd:hertz.number .
nothing@2 3679
nothing@2 3680 [] a afv:FundamentalFrequency ;
nothing@2 3681 event:time [ tl:at "8.98"^^xsd:float ;
nothing@2 3682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3684 afo:value "328.948"^^sxsd:hertz.number .
nothing@2 3685
nothing@2 3686 [] a afv:FundamentalFrequency ;
nothing@2 3687 event:time [ tl:at "8.986"^^xsd:float ;
nothing@2 3688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3690 afo:value "328.95"^^sxsd:hertz.number .
nothing@2 3691
nothing@2 3692 [] a afv:FundamentalFrequency ;
nothing@2 3693 event:time [ tl:at "8.992"^^xsd:float ;
nothing@2 3694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3696 afo:value "328.832"^^sxsd:hertz.number .
nothing@2 3697
nothing@2 3698 [] a afv:FundamentalFrequency ;
nothing@2 3699 event:time [ tl:at "0.9"^^xsd:float ;
nothing@2 3700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3702 afo:value "292.345"^^sxsd:hertz.number .
nothing@2 3703
nothing@2 3704 [] a afv:FundamentalFrequency ;
nothing@2 3705 event:time [ tl:at "8.998"^^xsd:float ;
nothing@2 3706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3708 afo:value "328.863"^^sxsd:hertz.number .
nothing@2 3709
nothing@2 3710 [] a afv:FundamentalFrequency ;
nothing@2 3711 event:time [ tl:at "9.004"^^xsd:float ;
nothing@2 3712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3714 afo:value "328.877"^^sxsd:hertz.number .
nothing@2 3715
nothing@2 3716 [] a afv:FundamentalFrequency ;
nothing@2 3717 event:time [ tl:at "9.009"^^xsd:float ;
nothing@2 3718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3720 afo:value "328.745"^^sxsd:hertz.number .
nothing@2 3721
nothing@2 3722 [] a afv:FundamentalFrequency ;
nothing@2 3723 event:time [ tl:at "9.015"^^xsd:float ;
nothing@2 3724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3726 afo:value "328.707"^^sxsd:hertz.number .
nothing@2 3727
nothing@2 3728 [] a afv:FundamentalFrequency ;
nothing@2 3729 event:time [ tl:at "9.021"^^xsd:float ;
nothing@2 3730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3732 afo:value "328.638"^^sxsd:hertz.number .
nothing@2 3733
nothing@2 3734 [] a afv:FundamentalFrequency ;
nothing@2 3735 event:time [ tl:at "9.027"^^xsd:float ;
nothing@2 3736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3738 afo:value "328.53"^^sxsd:hertz.number .
nothing@2 3739
nothing@2 3740 [] a afv:FundamentalFrequency ;
nothing@2 3741 event:time [ tl:at "9.033"^^xsd:float ;
nothing@2 3742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3744 afo:value "328.563"^^sxsd:hertz.number .
nothing@2 3745
nothing@2 3746 [] a afv:FundamentalFrequency ;
nothing@2 3747 event:time [ tl:at "9.038"^^xsd:float ;
nothing@2 3748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3750 afo:value "328.513"^^sxsd:hertz.number .
nothing@2 3751
nothing@2 3752 [] a afv:FundamentalFrequency ;
nothing@2 3753 event:time [ tl:at "9.044"^^xsd:float ;
nothing@2 3754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3756 afo:value "328.456"^^sxsd:hertz.number .
nothing@2 3757
nothing@2 3758 [] a afv:FundamentalFrequency ;
nothing@2 3759 event:time [ tl:at "9.05"^^xsd:float ;
nothing@2 3760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3762 afo:value "328.467"^^sxsd:hertz.number .
nothing@2 3763
nothing@2 3764 [] a afv:FundamentalFrequency ;
nothing@2 3765 event:time [ tl:at "0.906"^^xsd:float ;
nothing@2 3766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3768 afo:value "292.435"^^sxsd:hertz.number .
nothing@2 3769
nothing@2 3770 [] a afv:FundamentalFrequency ;
nothing@2 3771 event:time [ tl:at "9.056"^^xsd:float ;
nothing@2 3772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3774 afo:value "328.39"^^sxsd:hertz.number .
nothing@2 3775
nothing@2 3776 [] a afv:FundamentalFrequency ;
nothing@2 3777 event:time [ tl:at "9.062"^^xsd:float ;
nothing@2 3778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3780 afo:value "328.401"^^sxsd:hertz.number .
nothing@2 3781
nothing@2 3782 [] a afv:FundamentalFrequency ;
nothing@2 3783 event:time [ tl:at "9.067"^^xsd:float ;
nothing@2 3784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3786 afo:value "328.459"^^sxsd:hertz.number .
nothing@2 3787
nothing@2 3788 [] a afv:FundamentalFrequency ;
nothing@2 3789 event:time [ tl:at "9.073"^^xsd:float ;
nothing@2 3790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3792 afo:value "328.442"^^sxsd:hertz.number .
nothing@2 3793
nothing@2 3794 [] a afv:FundamentalFrequency ;
nothing@2 3795 event:time [ tl:at "9.079"^^xsd:float ;
nothing@2 3796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3798 afo:value "328.441"^^sxsd:hertz.number .
nothing@2 3799
nothing@2 3800 [] a afv:FundamentalFrequency ;
nothing@2 3801 event:time [ tl:at "9.085"^^xsd:float ;
nothing@2 3802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3804 afo:value "328.405"^^sxsd:hertz.number .
nothing@2 3805
nothing@2 3806 [] a afv:FundamentalFrequency ;
nothing@2 3807 event:time [ tl:at "9.091"^^xsd:float ;
nothing@2 3808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3810 afo:value "328.314"^^sxsd:hertz.number .
nothing@2 3811
nothing@2 3812 [] a afv:FundamentalFrequency ;
nothing@2 3813 event:time [ tl:at "9.096"^^xsd:float ;
nothing@2 3814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3816 afo:value "328.335"^^sxsd:hertz.number .
nothing@2 3817
nothing@2 3818 [] a afv:FundamentalFrequency ;
nothing@2 3819 event:time [ tl:at "9.102"^^xsd:float ;
nothing@2 3820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3822 afo:value "328.342"^^sxsd:hertz.number .
nothing@2 3823
nothing@2 3824 [] a afv:FundamentalFrequency ;
nothing@2 3825 event:time [ tl:at "9.108"^^xsd:float ;
nothing@2 3826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3828 afo:value "328.352"^^sxsd:hertz.number .
nothing@2 3829
nothing@2 3830 [] a afv:FundamentalFrequency ;
nothing@2 3831 event:time [ tl:at "0.911"^^xsd:float ;
nothing@2 3832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3834 afo:value "292.491"^^sxsd:hertz.number .
nothing@2 3835
nothing@2 3836 [] a afv:FundamentalFrequency ;
nothing@2 3837 event:time [ tl:at "9.114"^^xsd:float ;
nothing@2 3838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3840 afo:value "328.397"^^sxsd:hertz.number .
nothing@2 3841
nothing@2 3842 [] a afv:FundamentalFrequency ;
nothing@2 3843 event:time [ tl:at "9.12"^^xsd:float ;
nothing@2 3844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3846 afo:value "328.391"^^sxsd:hertz.number .
nothing@2 3847
nothing@2 3848 [] a afv:FundamentalFrequency ;
nothing@2 3849 event:time [ tl:at "9.125"^^xsd:float ;
nothing@2 3850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3852 afo:value "328.435"^^sxsd:hertz.number .
nothing@2 3853
nothing@2 3854 [] a afv:FundamentalFrequency ;
nothing@2 3855 event:time [ tl:at "9.131"^^xsd:float ;
nothing@2 3856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3858 afo:value "328.498"^^sxsd:hertz.number .
nothing@2 3859
nothing@2 3860 [] a afv:FundamentalFrequency ;
nothing@2 3861 event:time [ tl:at "9.137"^^xsd:float ;
nothing@2 3862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3864 afo:value "328.514"^^sxsd:hertz.number .
nothing@2 3865
nothing@2 3866 [] a afv:FundamentalFrequency ;
nothing@2 3867 event:time [ tl:at "9.143"^^xsd:float ;
nothing@2 3868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3870 afo:value "328.519"^^sxsd:hertz.number .
nothing@2 3871
nothing@2 3872 [] a afv:FundamentalFrequency ;
nothing@2 3873 event:time [ tl:at "9.149"^^xsd:float ;
nothing@2 3874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3876 afo:value "328.514"^^sxsd:hertz.number .
nothing@2 3877
nothing@2 3878 [] a afv:FundamentalFrequency ;
nothing@2 3879 event:time [ tl:at "9.154"^^xsd:float ;
nothing@2 3880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3882 afo:value "328.493"^^sxsd:hertz.number .
nothing@2 3883
nothing@2 3884 [] a afv:FundamentalFrequency ;
nothing@2 3885 event:time [ tl:at "9.16"^^xsd:float ;
nothing@2 3886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3888 afo:value "328.579"^^sxsd:hertz.number .
nothing@2 3889
nothing@2 3890 [] a afv:FundamentalFrequency ;
nothing@2 3891 event:time [ tl:at "9.166"^^xsd:float ;
nothing@2 3892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3894 afo:value "328.59"^^sxsd:hertz.number .
nothing@2 3895
nothing@2 3896 [] a afv:FundamentalFrequency ;
nothing@2 3897 event:time [ tl:at "0.917"^^xsd:float ;
nothing@2 3898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3900 afo:value "292.502"^^sxsd:hertz.number .
nothing@2 3901
nothing@2 3902 [] a afv:FundamentalFrequency ;
nothing@2 3903 event:time [ tl:at "9.172"^^xsd:float ;
nothing@2 3904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3906 afo:value "328.591"^^sxsd:hertz.number .
nothing@2 3907
nothing@2 3908 [] a afv:FundamentalFrequency ;
nothing@2 3909 event:time [ tl:at "9.178"^^xsd:float ;
nothing@2 3910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3912 afo:value "328.629"^^sxsd:hertz.number .
nothing@2 3913
nothing@2 3914 [] a afv:FundamentalFrequency ;
nothing@2 3915 event:time [ tl:at "9.183"^^xsd:float ;
nothing@2 3916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3918 afo:value "328.695"^^sxsd:hertz.number .
nothing@2 3919
nothing@2 3920 [] a afv:FundamentalFrequency ;
nothing@2 3921 event:time [ tl:at "9.189"^^xsd:float ;
nothing@2 3922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3924 afo:value "328.697"^^sxsd:hertz.number .
nothing@2 3925
nothing@2 3926 [] a afv:FundamentalFrequency ;
nothing@2 3927 event:time [ tl:at "9.195"^^xsd:float ;
nothing@2 3928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3930 afo:value "328.713"^^sxsd:hertz.number .
nothing@2 3931
nothing@2 3932 [] a afv:FundamentalFrequency ;
nothing@2 3933 event:time [ tl:at "9.201"^^xsd:float ;
nothing@2 3934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3936 afo:value "328.704"^^sxsd:hertz.number .
nothing@2 3937
nothing@2 3938 [] a afv:FundamentalFrequency ;
nothing@2 3939 event:time [ tl:at "9.207"^^xsd:float ;
nothing@2 3940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3942 afo:value "328.736"^^sxsd:hertz.number .
nothing@2 3943
nothing@2 3944 [] a afv:FundamentalFrequency ;
nothing@2 3945 event:time [ tl:at "9.213"^^xsd:float ;
nothing@2 3946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3948 afo:value "328.775"^^sxsd:hertz.number .
nothing@2 3949
nothing@2 3950 [] a afv:FundamentalFrequency ;
nothing@2 3951 event:time [ tl:at "9.218"^^xsd:float ;
nothing@2 3952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3954 afo:value "328.749"^^sxsd:hertz.number .
nothing@2 3955
nothing@2 3956 [] a afv:FundamentalFrequency ;
nothing@2 3957 event:time [ tl:at "9.224"^^xsd:float ;
nothing@2 3958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3960 afo:value "328.746"^^sxsd:hertz.number .
nothing@2 3961
nothing@2 3962 [] a afv:FundamentalFrequency ;
nothing@2 3963 event:time [ tl:at "0.923"^^xsd:float ;
nothing@2 3964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3966 afo:value "292.485"^^sxsd:hertz.number .
nothing@2 3967
nothing@2 3968 [] a afv:FundamentalFrequency ;
nothing@2 3969 event:time [ tl:at "9.23"^^xsd:float ;
nothing@2 3970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3972 afo:value "328.793"^^sxsd:hertz.number .
nothing@2 3973
nothing@2 3974 [] a afv:FundamentalFrequency ;
nothing@2 3975 event:time [ tl:at "9.236"^^xsd:float ;
nothing@2 3976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3978 afo:value "328.809"^^sxsd:hertz.number .
nothing@2 3979
nothing@2 3980 [] a afv:FundamentalFrequency ;
nothing@2 3981 event:time [ tl:at "9.242"^^xsd:float ;
nothing@2 3982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3984 afo:value "328.885"^^sxsd:hertz.number .
nothing@2 3985
nothing@2 3986 [] a afv:FundamentalFrequency ;
nothing@2 3987 event:time [ tl:at "9.247"^^xsd:float ;
nothing@2 3988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3990 afo:value "328.946"^^sxsd:hertz.number .
nothing@2 3991
nothing@2 3992 [] a afv:FundamentalFrequency ;
nothing@2 3993 event:time [ tl:at "9.253"^^xsd:float ;
nothing@2 3994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 3995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 3996 afo:value "328.921"^^sxsd:hertz.number .
nothing@2 3997
nothing@2 3998 [] a afv:FundamentalFrequency ;
nothing@2 3999 event:time [ tl:at "9.259"^^xsd:float ;
nothing@2 4000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4002 afo:value "328.922"^^sxsd:hertz.number .
nothing@2 4003
nothing@2 4004 [] a afv:FundamentalFrequency ;
nothing@2 4005 event:time [ tl:at "9.265"^^xsd:float ;
nothing@2 4006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4008 afo:value "328.947"^^sxsd:hertz.number .
nothing@2 4009
nothing@2 4010 [] a afv:FundamentalFrequency ;
nothing@2 4011 event:time [ tl:at "9.271"^^xsd:float ;
nothing@2 4012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4014 afo:value "328.961"^^sxsd:hertz.number .
nothing@2 4015
nothing@2 4016 [] a afv:FundamentalFrequency ;
nothing@2 4017 event:time [ tl:at "9.276"^^xsd:float ;
nothing@2 4018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4020 afo:value "328.969"^^sxsd:hertz.number .
nothing@2 4021
nothing@2 4022 [] a afv:FundamentalFrequency ;
nothing@2 4023 event:time [ tl:at "9.282"^^xsd:float ;
nothing@2 4024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4026 afo:value "328.983"^^sxsd:hertz.number .
nothing@2 4027
nothing@2 4028 [] a afv:FundamentalFrequency ;
nothing@2 4029 event:time [ tl:at "0.093"^^xsd:float ;
nothing@2 4030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4032 afo:value "289.61"^^sxsd:hertz.number .
nothing@2 4033
nothing@2 4034 [] a afv:FundamentalFrequency ;
nothing@2 4035 event:time [ tl:at "0.929"^^xsd:float ;
nothing@2 4036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4038 afo:value "292.516"^^sxsd:hertz.number .
nothing@2 4039
nothing@2 4040 [] a afv:FundamentalFrequency ;
nothing@2 4041 event:time [ tl:at "9.288"^^xsd:float ;
nothing@2 4042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4044 afo:value "329.019"^^sxsd:hertz.number .
nothing@2 4045
nothing@2 4046 [] a afv:FundamentalFrequency ;
nothing@2 4047 event:time [ tl:at "9.294"^^xsd:float ;
nothing@2 4048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4050 afo:value "329.098"^^sxsd:hertz.number .
nothing@2 4051
nothing@2 4052 [] a afv:FundamentalFrequency ;
nothing@2 4053 event:time [ tl:at "9.3"^^xsd:float ;
nothing@2 4054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4056 afo:value "329.144"^^sxsd:hertz.number .
nothing@2 4057
nothing@2 4058 [] a afv:FundamentalFrequency ;
nothing@2 4059 event:time [ tl:at "9.305"^^xsd:float ;
nothing@2 4060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4062 afo:value "329.162"^^sxsd:hertz.number .
nothing@2 4063
nothing@2 4064 [] a afv:FundamentalFrequency ;
nothing@2 4065 event:time [ tl:at "9.311"^^xsd:float ;
nothing@2 4066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4068 afo:value "329.177"^^sxsd:hertz.number .
nothing@2 4069
nothing@2 4070 [] a afv:FundamentalFrequency ;
nothing@2 4071 event:time [ tl:at "9.317"^^xsd:float ;
nothing@2 4072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4074 afo:value "329.177"^^sxsd:hertz.number .
nothing@2 4075
nothing@2 4076 [] a afv:FundamentalFrequency ;
nothing@2 4077 event:time [ tl:at "9.323"^^xsd:float ;
nothing@2 4078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4080 afo:value "329.182"^^sxsd:hertz.number .
nothing@2 4081
nothing@2 4082 [] a afv:FundamentalFrequency ;
nothing@2 4083 event:time [ tl:at "9.329"^^xsd:float ;
nothing@2 4084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4086 afo:value "329.173"^^sxsd:hertz.number .
nothing@2 4087
nothing@2 4088 [] a afv:FundamentalFrequency ;
nothing@2 4089 event:time [ tl:at "9.334"^^xsd:float ;
nothing@2 4090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4092 afo:value "329.163"^^sxsd:hertz.number .
nothing@2 4093
nothing@2 4094 [] a afv:FundamentalFrequency ;
nothing@2 4095 event:time [ tl:at "9.34"^^xsd:float ;
nothing@2 4096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4098 afo:value "329.154"^^sxsd:hertz.number .
nothing@2 4099
nothing@2 4100 [] a afv:FundamentalFrequency ;
nothing@2 4101 event:time [ tl:at "0.935"^^xsd:float ;
nothing@2 4102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4104 afo:value "292.583"^^sxsd:hertz.number .
nothing@2 4105
nothing@2 4106 [] a afv:FundamentalFrequency ;
nothing@2 4107 event:time [ tl:at "9.346"^^xsd:float ;
nothing@2 4108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4110 afo:value "329.147"^^sxsd:hertz.number .
nothing@2 4111
nothing@2 4112 [] a afv:FundamentalFrequency ;
nothing@2 4113 event:time [ tl:at "9.352"^^xsd:float ;
nothing@2 4114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4116 afo:value "329.125"^^sxsd:hertz.number .
nothing@2 4117
nothing@2 4118 [] a afv:FundamentalFrequency ;
nothing@2 4119 event:time [ tl:at "9.358"^^xsd:float ;
nothing@2 4120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4122 afo:value "329.112"^^sxsd:hertz.number .
nothing@2 4123
nothing@2 4124 [] a afv:FundamentalFrequency ;
nothing@2 4125 event:time [ tl:at "9.363"^^xsd:float ;
nothing@2 4126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4128 afo:value "329.095"^^sxsd:hertz.number .
nothing@2 4129
nothing@2 4130 [] a afv:FundamentalFrequency ;
nothing@2 4131 event:time [ tl:at "9.369"^^xsd:float ;
nothing@2 4132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4134 afo:value "329.08"^^sxsd:hertz.number .
nothing@2 4135
nothing@2 4136 [] a afv:FundamentalFrequency ;
nothing@2 4137 event:time [ tl:at "9.375"^^xsd:float ;
nothing@2 4138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4140 afo:value "329.019"^^sxsd:hertz.number .
nothing@2 4141
nothing@2 4142 [] a afv:FundamentalFrequency ;
nothing@2 4143 event:time [ tl:at "9.381"^^xsd:float ;
nothing@2 4144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4146 afo:value "329.0"^^sxsd:hertz.number .
nothing@2 4147
nothing@2 4148 [] a afv:FundamentalFrequency ;
nothing@2 4149 event:time [ tl:at "9.387"^^xsd:float ;
nothing@2 4150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4152 afo:value "328.954"^^sxsd:hertz.number .
nothing@2 4153
nothing@2 4154 [] a afv:FundamentalFrequency ;
nothing@2 4155 event:time [ tl:at "9.392"^^xsd:float ;
nothing@2 4156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4158 afo:value "328.995"^^sxsd:hertz.number .
nothing@2 4159
nothing@2 4160 [] a afv:FundamentalFrequency ;
nothing@2 4161 event:time [ tl:at "9.398"^^xsd:float ;
nothing@2 4162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4164 afo:value "329.011"^^sxsd:hertz.number .
nothing@2 4165
nothing@2 4166 [] a afv:FundamentalFrequency ;
nothing@2 4167 event:time [ tl:at "0.94"^^xsd:float ;
nothing@2 4168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4170 afo:value "292.611"^^sxsd:hertz.number .
nothing@2 4171
nothing@2 4172 [] a afv:FundamentalFrequency ;
nothing@2 4173 event:time [ tl:at "9.404"^^xsd:float ;
nothing@2 4174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4176 afo:value "329.036"^^sxsd:hertz.number .
nothing@2 4177
nothing@2 4178 [] a afv:FundamentalFrequency ;
nothing@2 4179 event:time [ tl:at "9.41"^^xsd:float ;
nothing@2 4180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4182 afo:value "329.047"^^sxsd:hertz.number .
nothing@2 4183
nothing@2 4184 [] a afv:FundamentalFrequency ;
nothing@2 4185 event:time [ tl:at "9.416"^^xsd:float ;
nothing@2 4186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4188 afo:value "329.069"^^sxsd:hertz.number .
nothing@2 4189
nothing@2 4190 [] a afv:FundamentalFrequency ;
nothing@2 4191 event:time [ tl:at "9.421"^^xsd:float ;
nothing@2 4192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4194 afo:value "329.057"^^sxsd:hertz.number .
nothing@2 4195
nothing@2 4196 [] a afv:FundamentalFrequency ;
nothing@2 4197 event:time [ tl:at "9.427"^^xsd:float ;
nothing@2 4198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4200 afo:value "329.059"^^sxsd:hertz.number .
nothing@2 4201
nothing@2 4202 [] a afv:FundamentalFrequency ;
nothing@2 4203 event:time [ tl:at "9.433"^^xsd:float ;
nothing@2 4204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4206 afo:value "329.073"^^sxsd:hertz.number .
nothing@2 4207
nothing@2 4208 [] a afv:FundamentalFrequency ;
nothing@2 4209 event:time [ tl:at "9.439"^^xsd:float ;
nothing@2 4210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4212 afo:value "329.105"^^sxsd:hertz.number .
nothing@2 4213
nothing@2 4214 [] a afv:FundamentalFrequency ;
nothing@2 4215 event:time [ tl:at "9.445"^^xsd:float ;
nothing@2 4216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4218 afo:value "329.079"^^sxsd:hertz.number .
nothing@2 4219
nothing@2 4220 [] a afv:FundamentalFrequency ;
nothing@2 4221 event:time [ tl:at "9.451"^^xsd:float ;
nothing@2 4222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4224 afo:value "329.2"^^sxsd:hertz.number .
nothing@2 4225
nothing@2 4226 [] a afv:FundamentalFrequency ;
nothing@2 4227 event:time [ tl:at "9.456"^^xsd:float ;
nothing@2 4228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4230 afo:value "329.229"^^sxsd:hertz.number .
nothing@2 4231
nothing@2 4232 [] a afv:FundamentalFrequency ;
nothing@2 4233 event:time [ tl:at "0.946"^^xsd:float ;
nothing@2 4234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4236 afo:value "292.588"^^sxsd:hertz.number .
nothing@2 4237
nothing@2 4238 [] a afv:FundamentalFrequency ;
nothing@2 4239 event:time [ tl:at "9.462"^^xsd:float ;
nothing@2 4240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4242 afo:value "329.254"^^sxsd:hertz.number .
nothing@2 4243
nothing@2 4244 [] a afv:FundamentalFrequency ;
nothing@2 4245 event:time [ tl:at "9.468"^^xsd:float ;
nothing@2 4246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4248 afo:value "329.271"^^sxsd:hertz.number .
nothing@2 4249
nothing@2 4250 [] a afv:FundamentalFrequency ;
nothing@2 4251 event:time [ tl:at "9.474"^^xsd:float ;
nothing@2 4252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4254 afo:value "329.287"^^sxsd:hertz.number .
nothing@2 4255
nothing@2 4256 [] a afv:FundamentalFrequency ;
nothing@2 4257 event:time [ tl:at "9.48"^^xsd:float ;
nothing@2 4258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4260 afo:value "329.328"^^sxsd:hertz.number .
nothing@2 4261
nothing@2 4262 [] a afv:FundamentalFrequency ;
nothing@2 4263 event:time [ tl:at "9.485"^^xsd:float ;
nothing@2 4264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4266 afo:value "329.317"^^sxsd:hertz.number .
nothing@2 4267
nothing@2 4268 [] a afv:FundamentalFrequency ;
nothing@2 4269 event:time [ tl:at "9.491"^^xsd:float ;
nothing@2 4270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4272 afo:value "329.295"^^sxsd:hertz.number .
nothing@2 4273
nothing@2 4274 [] a afv:FundamentalFrequency ;
nothing@2 4275 event:time [ tl:at "9.497"^^xsd:float ;
nothing@2 4276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4278 afo:value "329.358"^^sxsd:hertz.number .
nothing@2 4279
nothing@2 4280 [] a afv:FundamentalFrequency ;
nothing@2 4281 event:time [ tl:at "9.503"^^xsd:float ;
nothing@2 4282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4284 afo:value "329.375"^^sxsd:hertz.number .
nothing@2 4285
nothing@2 4286 [] a afv:FundamentalFrequency ;
nothing@2 4287 event:time [ tl:at "9.509"^^xsd:float ;
nothing@2 4288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4290 afo:value "329.36"^^sxsd:hertz.number .
nothing@2 4291
nothing@2 4292 [] a afv:FundamentalFrequency ;
nothing@2 4293 event:time [ tl:at "9.514"^^xsd:float ;
nothing@2 4294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4296 afo:value "329.339"^^sxsd:hertz.number .
nothing@2 4297
nothing@2 4298 [] a afv:FundamentalFrequency ;
nothing@2 4299 event:time [ tl:at "0.952"^^xsd:float ;
nothing@2 4300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4302 afo:value "292.638"^^sxsd:hertz.number .
nothing@2 4303
nothing@2 4304 [] a afv:FundamentalFrequency ;
nothing@2 4305 event:time [ tl:at "9.52"^^xsd:float ;
nothing@2 4306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4308 afo:value "329.302"^^sxsd:hertz.number .
nothing@2 4309
nothing@2 4310 [] a afv:FundamentalFrequency ;
nothing@2 4311 event:time [ tl:at "9.526"^^xsd:float ;
nothing@2 4312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4314 afo:value "329.282"^^sxsd:hertz.number .
nothing@2 4315
nothing@2 4316 [] a afv:FundamentalFrequency ;
nothing@2 4317 event:time [ tl:at "9.532"^^xsd:float ;
nothing@2 4318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4320 afo:value "329.317"^^sxsd:hertz.number .
nothing@2 4321
nothing@2 4322 [] a afv:FundamentalFrequency ;
nothing@2 4323 event:time [ tl:at "9.538"^^xsd:float ;
nothing@2 4324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4326 afo:value "329.271"^^sxsd:hertz.number .
nothing@2 4327
nothing@2 4328 [] a afv:FundamentalFrequency ;
nothing@2 4329 event:time [ tl:at "9.543"^^xsd:float ;
nothing@2 4330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4332 afo:value "329.261"^^sxsd:hertz.number .
nothing@2 4333
nothing@2 4334 [] a afv:FundamentalFrequency ;
nothing@2 4335 event:time [ tl:at "9.549"^^xsd:float ;
nothing@2 4336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4338 afo:value "329.305"^^sxsd:hertz.number .
nothing@2 4339
nothing@2 4340 [] a afv:FundamentalFrequency ;
nothing@2 4341 event:time [ tl:at "9.555"^^xsd:float ;
nothing@2 4342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4344 afo:value "329.262"^^sxsd:hertz.number .
nothing@2 4345
nothing@2 4346 [] a afv:FundamentalFrequency ;
nothing@2 4347 event:time [ tl:at "9.561"^^xsd:float ;
nothing@2 4348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4350 afo:value "329.29"^^sxsd:hertz.number .
nothing@2 4351
nothing@2 4352 [] a afv:FundamentalFrequency ;
nothing@2 4353 event:time [ tl:at "9.567"^^xsd:float ;
nothing@2 4354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4356 afo:value "329.339"^^sxsd:hertz.number .
nothing@2 4357
nothing@2 4358 [] a afv:FundamentalFrequency ;
nothing@2 4359 event:time [ tl:at "9.572"^^xsd:float ;
nothing@2 4360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4362 afo:value "329.34"^^sxsd:hertz.number .
nothing@2 4363
nothing@2 4364 [] a afv:FundamentalFrequency ;
nothing@2 4365 event:time [ tl:at "0.958"^^xsd:float ;
nothing@2 4366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4368 afo:value "292.638"^^sxsd:hertz.number .
nothing@2 4369
nothing@2 4370 [] a afv:FundamentalFrequency ;
nothing@2 4371 event:time [ tl:at "9.578"^^xsd:float ;
nothing@2 4372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4374 afo:value "329.314"^^sxsd:hertz.number .
nothing@2 4375
nothing@2 4376 [] a afv:FundamentalFrequency ;
nothing@2 4377 event:time [ tl:at "9.584"^^xsd:float ;
nothing@2 4378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4380 afo:value "329.288"^^sxsd:hertz.number .
nothing@2 4381
nothing@2 4382 [] a afv:FundamentalFrequency ;
nothing@2 4383 event:time [ tl:at "9.59"^^xsd:float ;
nothing@2 4384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4386 afo:value "329.313"^^sxsd:hertz.number .
nothing@2 4387
nothing@2 4388 [] a afv:FundamentalFrequency ;
nothing@2 4389 event:time [ tl:at "9.596"^^xsd:float ;
nothing@2 4390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4392 afo:value "329.296"^^sxsd:hertz.number .
nothing@2 4393
nothing@2 4394 [] a afv:FundamentalFrequency ;
nothing@2 4395 event:time [ tl:at "9.601"^^xsd:float ;
nothing@2 4396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4398 afo:value "329.288"^^sxsd:hertz.number .
nothing@2 4399
nothing@2 4400 [] a afv:FundamentalFrequency ;
nothing@2 4401 event:time [ tl:at "9.607"^^xsd:float ;
nothing@2 4402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4404 afo:value "329.344"^^sxsd:hertz.number .
nothing@2 4405
nothing@2 4406 [] a afv:FundamentalFrequency ;
nothing@2 4407 event:time [ tl:at "9.613"^^xsd:float ;
nothing@2 4408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4410 afo:value "329.35"^^sxsd:hertz.number .
nothing@2 4411
nothing@2 4412 [] a afv:FundamentalFrequency ;
nothing@2 4413 event:time [ tl:at "9.619"^^xsd:float ;
nothing@2 4414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4416 afo:value "329.306"^^sxsd:hertz.number .
nothing@2 4417
nothing@2 4418 [] a afv:FundamentalFrequency ;
nothing@2 4419 event:time [ tl:at "9.625"^^xsd:float ;
nothing@2 4420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4422 afo:value "329.27"^^sxsd:hertz.number .
nothing@2 4423
nothing@2 4424 [] a afv:FundamentalFrequency ;
nothing@2 4425 event:time [ tl:at "9.63"^^xsd:float ;
nothing@2 4426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4428 afo:value "329.211"^^sxsd:hertz.number .
nothing@2 4429
nothing@2 4430 [] a afv:FundamentalFrequency ;
nothing@2 4431 event:time [ tl:at "0.964"^^xsd:float ;
nothing@2 4432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4434 afo:value "292.657"^^sxsd:hertz.number .
nothing@2 4435
nothing@2 4436 [] a afv:FundamentalFrequency ;
nothing@2 4437 event:time [ tl:at "9.636"^^xsd:float ;
nothing@2 4438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4440 afo:value "329.2"^^sxsd:hertz.number .
nothing@2 4441
nothing@2 4442 [] a afv:FundamentalFrequency ;
nothing@2 4443 event:time [ tl:at "9.642"^^xsd:float ;
nothing@2 4444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4446 afo:value "329.245"^^sxsd:hertz.number .
nothing@2 4447
nothing@2 4448 [] a afv:FundamentalFrequency ;
nothing@2 4449 event:time [ tl:at "9.648"^^xsd:float ;
nothing@2 4450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4452 afo:value "329.421"^^sxsd:hertz.number .
nothing@2 4453
nothing@2 4454 [] a afv:FundamentalFrequency ;
nothing@2 4455 event:time [ tl:at "9.654"^^xsd:float ;
nothing@2 4456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4458 afo:value "329.503"^^sxsd:hertz.number .
nothing@2 4459
nothing@2 4460 [] a afv:FundamentalFrequency ;
nothing@2 4461 event:time [ tl:at "9.66"^^xsd:float ;
nothing@2 4462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4464 afo:value "329.558"^^sxsd:hertz.number .
nothing@2 4465
nothing@2 4466 [] a afv:FundamentalFrequency ;
nothing@2 4467 event:time [ tl:at "9.665"^^xsd:float ;
nothing@2 4468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4470 afo:value "329.548"^^sxsd:hertz.number .
nothing@2 4471
nothing@2 4472 [] a afv:FundamentalFrequency ;
nothing@2 4473 event:time [ tl:at "9.671"^^xsd:float ;
nothing@2 4474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4476 afo:value "329.473"^^sxsd:hertz.number .
nothing@2 4477
nothing@2 4478 [] a afv:FundamentalFrequency ;
nothing@2 4479 event:time [ tl:at "9.677"^^xsd:float ;
nothing@2 4480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4482 afo:value "329.453"^^sxsd:hertz.number .
nothing@2 4483
nothing@2 4484 [] a afv:FundamentalFrequency ;
nothing@2 4485 event:time [ tl:at "9.683"^^xsd:float ;
nothing@2 4486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4488 afo:value "329.422"^^sxsd:hertz.number .
nothing@2 4489
nothing@2 4490 [] a afv:FundamentalFrequency ;
nothing@2 4491 event:time [ tl:at "9.689"^^xsd:float ;
nothing@2 4492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4494 afo:value "329.432"^^sxsd:hertz.number .
nothing@2 4495
nothing@2 4496 [] a afv:FundamentalFrequency ;
nothing@2 4497 event:time [ tl:at "0.969"^^xsd:float ;
nothing@2 4498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4500 afo:value "292.632"^^sxsd:hertz.number .
nothing@2 4501
nothing@2 4502 [] a afv:FundamentalFrequency ;
nothing@2 4503 event:time [ tl:at "9.694"^^xsd:float ;
nothing@2 4504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4506 afo:value "329.407"^^sxsd:hertz.number .
nothing@2 4507
nothing@2 4508 [] a afv:FundamentalFrequency ;
nothing@2 4509 event:time [ tl:at "9.7"^^xsd:float ;
nothing@2 4510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4512 afo:value "329.392"^^sxsd:hertz.number .
nothing@2 4513
nothing@2 4514 [] a afv:FundamentalFrequency ;
nothing@2 4515 event:time [ tl:at "9.706"^^xsd:float ;
nothing@2 4516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4518 afo:value "329.398"^^sxsd:hertz.number .
nothing@2 4519
nothing@2 4520 [] a afv:FundamentalFrequency ;
nothing@2 4521 event:time [ tl:at "9.712"^^xsd:float ;
nothing@2 4522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4524 afo:value "329.388"^^sxsd:hertz.number .
nothing@2 4525
nothing@2 4526 [] a afv:FundamentalFrequency ;
nothing@2 4527 event:time [ tl:at "9.718"^^xsd:float ;
nothing@2 4528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4530 afo:value "329.292"^^sxsd:hertz.number .
nothing@2 4531
nothing@2 4532 [] a afv:FundamentalFrequency ;
nothing@2 4533 event:time [ tl:at "9.723"^^xsd:float ;
nothing@2 4534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4536 afo:value "329.131"^^sxsd:hertz.number .
nothing@2 4537
nothing@2 4538 [] a afv:FundamentalFrequency ;
nothing@2 4539 event:time [ tl:at "9.729"^^xsd:float ;
nothing@2 4540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4542 afo:value "328.899"^^sxsd:hertz.number .
nothing@2 4543
nothing@2 4544 [] a afv:FundamentalFrequency ;
nothing@2 4545 event:time [ tl:at "9.735"^^xsd:float ;
nothing@2 4546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4548 afo:value "328.695"^^sxsd:hertz.number .
nothing@2 4549
nothing@2 4550 [] a afv:FundamentalFrequency ;
nothing@2 4551 event:time [ tl:at "9.741"^^xsd:float ;
nothing@2 4552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4554 afo:value "328.541"^^sxsd:hertz.number .
nothing@2 4555
nothing@2 4556 [] a afv:FundamentalFrequency ;
nothing@2 4557 event:time [ tl:at "9.747"^^xsd:float ;
nothing@2 4558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4560 afo:value "328.273"^^sxsd:hertz.number .
nothing@2 4561
nothing@2 4562 [] a afv:FundamentalFrequency ;
nothing@2 4563 event:time [ tl:at "0.975"^^xsd:float ;
nothing@2 4564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4566 afo:value "292.609"^^sxsd:hertz.number .
nothing@2 4567
nothing@2 4568 [] a afv:FundamentalFrequency ;
nothing@2 4569 event:time [ tl:at "9.752"^^xsd:float ;
nothing@2 4570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4572 afo:value "328.008"^^sxsd:hertz.number .
nothing@2 4573
nothing@2 4574 [] a afv:FundamentalFrequency ;
nothing@2 4575 event:time [ tl:at "9.758"^^xsd:float ;
nothing@2 4576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4578 afo:value "327.652"^^sxsd:hertz.number .
nothing@2 4579
nothing@2 4580 [] a afv:FundamentalFrequency ;
nothing@2 4581 event:time [ tl:at "9.764"^^xsd:float ;
nothing@2 4582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4584 afo:value "327.428"^^sxsd:hertz.number .
nothing@2 4585
nothing@2 4586 [] a afv:FundamentalFrequency ;
nothing@2 4587 event:time [ tl:at "9.77"^^xsd:float ;
nothing@2 4588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4590 afo:value "327.249"^^sxsd:hertz.number .
nothing@2 4591
nothing@2 4592 [] a afv:FundamentalFrequency ;
nothing@2 4593 event:time [ tl:at "9.776"^^xsd:float ;
nothing@2 4594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4596 afo:value "327.159"^^sxsd:hertz.number .
nothing@2 4597
nothing@2 4598 [] a afv:FundamentalFrequency ;
nothing@2 4599 event:time [ tl:at "9.781"^^xsd:float ;
nothing@2 4600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4602 afo:value "327.132"^^sxsd:hertz.number .
nothing@2 4603
nothing@2 4604 [] a afv:FundamentalFrequency ;
nothing@2 4605 event:time [ tl:at "9.787"^^xsd:float ;
nothing@2 4606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4608 afo:value "327.181"^^sxsd:hertz.number .
nothing@2 4609
nothing@2 4610 [] a afv:FundamentalFrequency ;
nothing@2 4611 event:time [ tl:at "9.793"^^xsd:float ;
nothing@2 4612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4614 afo:value "327.306"^^sxsd:hertz.number .
nothing@2 4615
nothing@2 4616 [] a afv:FundamentalFrequency ;
nothing@2 4617 event:time [ tl:at "9.799"^^xsd:float ;
nothing@2 4618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4620 afo:value "327.44"^^sxsd:hertz.number .
nothing@2 4621
nothing@2 4622 [] a afv:FundamentalFrequency ;
nothing@2 4623 event:time [ tl:at "9.805"^^xsd:float ;
nothing@2 4624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4626 afo:value "327.556"^^sxsd:hertz.number .
nothing@2 4627
nothing@2 4628 [] a afv:FundamentalFrequency ;
nothing@2 4629 event:time [ tl:at "0.981"^^xsd:float ;
nothing@2 4630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4632 afo:value "292.621"^^sxsd:hertz.number .
nothing@2 4633
nothing@2 4634 [] a afv:FundamentalFrequency ;
nothing@2 4635 event:time [ tl:at "9.81"^^xsd:float ;
nothing@2 4636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4638 afo:value "327.641"^^sxsd:hertz.number .
nothing@2 4639
nothing@2 4640 [] a afv:FundamentalFrequency ;
nothing@2 4641 event:time [ tl:at "9.816"^^xsd:float ;
nothing@2 4642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4644 afo:value "327.906"^^sxsd:hertz.number .
nothing@2 4645
nothing@2 4646 [] a afv:FundamentalFrequency ;
nothing@2 4647 event:time [ tl:at "9.822"^^xsd:float ;
nothing@2 4648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4650 afo:value "328.339"^^sxsd:hertz.number .
nothing@2 4651
nothing@2 4652 [] a afv:FundamentalFrequency ;
nothing@2 4653 event:time [ tl:at "9.828"^^xsd:float ;
nothing@2 4654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4656 afo:value "328.814"^^sxsd:hertz.number .
nothing@2 4657
nothing@2 4658 [] a afv:FundamentalFrequency ;
nothing@2 4659 event:time [ tl:at "9.834"^^xsd:float ;
nothing@2 4660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4662 afo:value "329.09"^^sxsd:hertz.number .
nothing@2 4663
nothing@2 4664 [] a afv:FundamentalFrequency ;
nothing@2 4665 event:time [ tl:at "9.839"^^xsd:float ;
nothing@2 4666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4668 afo:value "329.101"^^sxsd:hertz.number .
nothing@2 4669
nothing@2 4670 [] a afv:FundamentalFrequency ;
nothing@2 4671 event:time [ tl:at "9.845"^^xsd:float ;
nothing@2 4672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4674 afo:value "328.965"^^sxsd:hertz.number .
nothing@2 4675
nothing@2 4676 [] a afv:FundamentalFrequency ;
nothing@2 4677 event:time [ tl:at "9.851"^^xsd:float ;
nothing@2 4678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4680 afo:value "328.618"^^sxsd:hertz.number .
nothing@2 4681
nothing@2 4682 [] a afv:FundamentalFrequency ;
nothing@2 4683 event:time [ tl:at "9.857"^^xsd:float ;
nothing@2 4684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4686 afo:value "328.203"^^sxsd:hertz.number .
nothing@2 4687
nothing@2 4688 [] a afv:FundamentalFrequency ;
nothing@2 4689 event:time [ tl:at "9.863"^^xsd:float ;
nothing@2 4690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4692 afo:value "327.902"^^sxsd:hertz.number .
nothing@2 4693
nothing@2 4694 [] a afv:FundamentalFrequency ;
nothing@2 4695 event:time [ tl:at "0.099"^^xsd:float ;
nothing@2 4696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4698 afo:value "283.116"^^sxsd:hertz.number .
nothing@2 4699
nothing@2 4700 [] a afv:FundamentalFrequency ;
nothing@2 4701 event:time [ tl:at "0.987"^^xsd:float ;
nothing@2 4702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4704 afo:value "292.649"^^sxsd:hertz.number .
nothing@2 4705
nothing@2 4706 [] a afv:FundamentalFrequency ;
nothing@2 4707 event:time [ tl:at "9.868"^^xsd:float ;
nothing@2 4708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4710 afo:value "327.926"^^sxsd:hertz.number .
nothing@2 4711
nothing@2 4712 [] a afv:FundamentalFrequency ;
nothing@2 4713 event:time [ tl:at "9.874"^^xsd:float ;
nothing@2 4714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4716 afo:value "328.244"^^sxsd:hertz.number .
nothing@2 4717
nothing@2 4718 [] a afv:FundamentalFrequency ;
nothing@2 4719 event:time [ tl:at "9.88"^^xsd:float ;
nothing@2 4720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4722 afo:value "328.627"^^sxsd:hertz.number .
nothing@2 4723
nothing@2 4724 [] a afv:FundamentalFrequency ;
nothing@2 4725 event:time [ tl:at "9.886"^^xsd:float ;
nothing@2 4726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4728 afo:value "328.791"^^sxsd:hertz.number .
nothing@2 4729
nothing@2 4730 [] a afv:FundamentalFrequency ;
nothing@2 4731 event:time [ tl:at "9.892"^^xsd:float ;
nothing@2 4732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4734 afo:value "328.654"^^sxsd:hertz.number .
nothing@2 4735
nothing@2 4736 [] a afv:FundamentalFrequency ;
nothing@2 4737 event:time [ tl:at "9.898"^^xsd:float ;
nothing@2 4738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4740 afo:value "328.381"^^sxsd:hertz.number .
nothing@2 4741
nothing@2 4742 [] a afv:FundamentalFrequency ;
nothing@2 4743 event:time [ tl:at "9.903"^^xsd:float ;
nothing@2 4744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4746 afo:value "327.945"^^sxsd:hertz.number .
nothing@2 4747
nothing@2 4748 [] a afv:FundamentalFrequency ;
nothing@2 4749 event:time [ tl:at "9.909"^^xsd:float ;
nothing@2 4750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4752 afo:value "328.081"^^sxsd:hertz.number .
nothing@2 4753
nothing@2 4754 [] a afv:FundamentalFrequency ;
nothing@2 4755 event:time [ tl:at "9.915"^^xsd:float ;
nothing@2 4756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4758 afo:value "329.433"^^sxsd:hertz.number .
nothing@2 4759
nothing@2 4760 [] a afv:FundamentalFrequency ;
nothing@2 4761 event:time [ tl:at "9.921"^^xsd:float ;
nothing@2 4762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4764 afo:value "326.821"^^sxsd:hertz.number .
nothing@2 4765
nothing@2 4766 [] a afv:FundamentalFrequency ;
nothing@2 4767 event:time [ tl:at "0.993"^^xsd:float ;
nothing@2 4768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4770 afo:value "292.678"^^sxsd:hertz.number .
nothing@2 4771
nothing@2 4772 [] a afv:FundamentalFrequency ;
nothing@2 4773 event:time [ tl:at "9.927"^^xsd:float ;
nothing@2 4774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4776 afo:value "332.791"^^sxsd:hertz.number .
nothing@2 4777
nothing@2 4778 [] a afv:FundamentalFrequency ;
nothing@2 4779 event:time [ tl:at "9.932"^^xsd:float ;
nothing@2 4780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4782 afo:value "395.849"^^sxsd:hertz.number .
nothing@2 4783
nothing@2 4784 [] a afv:FundamentalFrequency ;
nothing@2 4785 event:time [ tl:at "9.938"^^xsd:float ;
nothing@2 4786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4788 afo:value "400.524"^^sxsd:hertz.number .
nothing@2 4789
nothing@2 4790 [] a afv:FundamentalFrequency ;
nothing@2 4791 event:time [ tl:at "9.944"^^xsd:float ;
nothing@2 4792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4794 afo:value "404.701"^^sxsd:hertz.number .
nothing@2 4795
nothing@2 4796 [] a afv:FundamentalFrequency ;
nothing@2 4797 event:time [ tl:at "9.95"^^xsd:float ;
nothing@2 4798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4800 afo:value "440.532"^^sxsd:hertz.number .
nothing@2 4801
nothing@2 4802 [] a afv:FundamentalFrequency ;
nothing@2 4803 event:time [ tl:at "9.956"^^xsd:float ;
nothing@2 4804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4806 afo:value "438.491"^^sxsd:hertz.number .
nothing@2 4807
nothing@2 4808 [] a afv:FundamentalFrequency ;
nothing@2 4809 event:time [ tl:at "9.961"^^xsd:float ;
nothing@2 4810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4812 afo:value "439.755"^^sxsd:hertz.number .
nothing@2 4813
nothing@2 4814 [] a afv:FundamentalFrequency ;
nothing@2 4815 event:time [ tl:at "9.967"^^xsd:float ;
nothing@2 4816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4818 afo:value "439.375"^^sxsd:hertz.number .
nothing@2 4819
nothing@2 4820 [] a afv:FundamentalFrequency ;
nothing@2 4821 event:time [ tl:at "9.973"^^xsd:float ;
nothing@2 4822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4824 afo:value "439.252"^^sxsd:hertz.number .
nothing@2 4825
nothing@2 4826 [] a afv:FundamentalFrequency ;
nothing@2 4827 event:time [ tl:at "9.979"^^xsd:float ;
nothing@2 4828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4830 afo:value "439.109"^^sxsd:hertz.number .
nothing@2 4831
nothing@2 4832 [] a afv:FundamentalFrequency ;
nothing@2 4833 event:time [ tl:at "0.998"^^xsd:float ;
nothing@2 4834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4836 afo:value "292.712"^^sxsd:hertz.number .
nothing@2 4837
nothing@2 4838 [] a afv:FundamentalFrequency ;
nothing@2 4839 event:time [ tl:at "9.985"^^xsd:float ;
nothing@2 4840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4842 afo:value "438.94"^^sxsd:hertz.number .
nothing@2 4843
nothing@2 4844 [] a afv:FundamentalFrequency ;
nothing@2 4845 event:time [ tl:at "9.99"^^xsd:float ;
nothing@2 4846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4848 afo:value "438.819"^^sxsd:hertz.number .
nothing@2 4849
nothing@2 4850 [] a afv:FundamentalFrequency ;
nothing@2 4851 event:time [ tl:at "9.996"^^xsd:float ;
nothing@2 4852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4854 afo:value "438.645"^^sxsd:hertz.number .
nothing@2 4855
nothing@2 4856 [] a afv:FundamentalFrequency ;
nothing@2 4857 event:time [ tl:at "10.002"^^xsd:float ;
nothing@2 4858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4860 afo:value "438.56"^^sxsd:hertz.number .
nothing@2 4861
nothing@2 4862 [] a afv:FundamentalFrequency ;
nothing@2 4863 event:time [ tl:at "10.008"^^xsd:float ;
nothing@2 4864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4866 afo:value "438.669"^^sxsd:hertz.number .
nothing@2 4867
nothing@2 4868 [] a afv:FundamentalFrequency ;
nothing@2 4869 event:time [ tl:at "10.014"^^xsd:float ;
nothing@2 4870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4872 afo:value "438.401"^^sxsd:hertz.number .
nothing@2 4873
nothing@2 4874 [] a afv:FundamentalFrequency ;
nothing@2 4875 event:time [ tl:at "10.019"^^xsd:float ;
nothing@2 4876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4878 afo:value "438.283"^^sxsd:hertz.number .
nothing@2 4879
nothing@2 4880 [] a afv:FundamentalFrequency ;
nothing@2 4881 event:time [ tl:at "10.025"^^xsd:float ;
nothing@2 4882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4884 afo:value "438.333"^^sxsd:hertz.number .
nothing@2 4885
nothing@2 4886 [] a afv:FundamentalFrequency ;
nothing@2 4887 event:time [ tl:at "10.031"^^xsd:float ;
nothing@2 4888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4890 afo:value "438.297"^^sxsd:hertz.number .
nothing@2 4891
nothing@2 4892 [] a afv:FundamentalFrequency ;
nothing@2 4893 event:time [ tl:at "10.037"^^xsd:float ;
nothing@2 4894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4896 afo:value "438.233"^^sxsd:hertz.number .
nothing@2 4897
nothing@2 4898 [] a afv:FundamentalFrequency ;
nothing@2 4899 event:time [ tl:at "1.004"^^xsd:float ;
nothing@2 4900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4902 afo:value "292.749"^^sxsd:hertz.number .
nothing@2 4903
nothing@2 4904 [] a afv:FundamentalFrequency ;
nothing@2 4905 event:time [ tl:at "10.043"^^xsd:float ;
nothing@2 4906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4908 afo:value "438.199"^^sxsd:hertz.number .
nothing@2 4909
nothing@2 4910 [] a afv:FundamentalFrequency ;
nothing@2 4911 event:time [ tl:at "10.048"^^xsd:float ;
nothing@2 4912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4914 afo:value "438.165"^^sxsd:hertz.number .
nothing@2 4915
nothing@2 4916 [] a afv:FundamentalFrequency ;
nothing@2 4917 event:time [ tl:at "10.054"^^xsd:float ;
nothing@2 4918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4920 afo:value "438.138"^^sxsd:hertz.number .
nothing@2 4921
nothing@2 4922 [] a afv:FundamentalFrequency ;
nothing@2 4923 event:time [ tl:at "10.06"^^xsd:float ;
nothing@2 4924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4926 afo:value "438.113"^^sxsd:hertz.number .
nothing@2 4927
nothing@2 4928 [] a afv:FundamentalFrequency ;
nothing@2 4929 event:time [ tl:at "10.066"^^xsd:float ;
nothing@2 4930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4932 afo:value "437.971"^^sxsd:hertz.number .
nothing@2 4933
nothing@2 4934 [] a afv:FundamentalFrequency ;
nothing@2 4935 event:time [ tl:at "10.072"^^xsd:float ;
nothing@2 4936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4938 afo:value "437.986"^^sxsd:hertz.number .
nothing@2 4939
nothing@2 4940 [] a afv:FundamentalFrequency ;
nothing@2 4941 event:time [ tl:at "10.077"^^xsd:float ;
nothing@2 4942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4944 afo:value "437.987"^^sxsd:hertz.number .
nothing@2 4945
nothing@2 4946 [] a afv:FundamentalFrequency ;
nothing@2 4947 event:time [ tl:at "10.083"^^xsd:float ;
nothing@2 4948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4950 afo:value "437.978"^^sxsd:hertz.number .
nothing@2 4951
nothing@2 4952 [] a afv:FundamentalFrequency ;
nothing@2 4953 event:time [ tl:at "10.089"^^xsd:float ;
nothing@2 4954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4956 afo:value "438.086"^^sxsd:hertz.number .
nothing@2 4957
nothing@2 4958 [] a afv:FundamentalFrequency ;
nothing@2 4959 event:time [ tl:at "10.095"^^xsd:float ;
nothing@2 4960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4962 afo:value "438.167"^^sxsd:hertz.number .
nothing@2 4963
nothing@2 4964 [] a afv:FundamentalFrequency ;
nothing@2 4965 event:time [ tl:at "1.01"^^xsd:float ;
nothing@2 4966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4968 afo:value "292.761"^^sxsd:hertz.number .
nothing@2 4969
nothing@2 4970 [] a afv:FundamentalFrequency ;
nothing@2 4971 event:time [ tl:at "10.101"^^xsd:float ;
nothing@2 4972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4974 afo:value "438.215"^^sxsd:hertz.number .
nothing@2 4975
nothing@2 4976 [] a afv:FundamentalFrequency ;
nothing@2 4977 event:time [ tl:at "10.106"^^xsd:float ;
nothing@2 4978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4980 afo:value "438.267"^^sxsd:hertz.number .
nothing@2 4981
nothing@2 4982 [] a afv:FundamentalFrequency ;
nothing@2 4983 event:time [ tl:at "10.112"^^xsd:float ;
nothing@2 4984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4986 afo:value "438.294"^^sxsd:hertz.number .
nothing@2 4987
nothing@2 4988 [] a afv:FundamentalFrequency ;
nothing@2 4989 event:time [ tl:at "10.118"^^xsd:float ;
nothing@2 4990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4992 afo:value "438.315"^^sxsd:hertz.number .
nothing@2 4993
nothing@2 4994 [] a afv:FundamentalFrequency ;
nothing@2 4995 event:time [ tl:at "10.124"^^xsd:float ;
nothing@2 4996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 4997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 4998 afo:value "438.356"^^sxsd:hertz.number .
nothing@2 4999
nothing@2 5000 [] a afv:FundamentalFrequency ;
nothing@2 5001 event:time [ tl:at "10.13"^^xsd:float ;
nothing@2 5002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5004 afo:value "438.426"^^sxsd:hertz.number .
nothing@2 5005
nothing@2 5006 [] a afv:FundamentalFrequency ;
nothing@2 5007 event:time [ tl:at "10.136"^^xsd:float ;
nothing@2 5008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5010 afo:value "438.456"^^sxsd:hertz.number .
nothing@2 5011
nothing@2 5012 [] a afv:FundamentalFrequency ;
nothing@2 5013 event:time [ tl:at "10.141"^^xsd:float ;
nothing@2 5014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5016 afo:value "438.479"^^sxsd:hertz.number .
nothing@2 5017
nothing@2 5018 [] a afv:FundamentalFrequency ;
nothing@2 5019 event:time [ tl:at "10.147"^^xsd:float ;
nothing@2 5020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5022 afo:value "438.534"^^sxsd:hertz.number .
nothing@2 5023
nothing@2 5024 [] a afv:FundamentalFrequency ;
nothing@2 5025 event:time [ tl:at "10.153"^^xsd:float ;
nothing@2 5026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5028 afo:value "438.577"^^sxsd:hertz.number .
nothing@2 5029
nothing@2 5030 [] a afv:FundamentalFrequency ;
nothing@2 5031 event:time [ tl:at "1.016"^^xsd:float ;
nothing@2 5032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5034 afo:value "292.777"^^sxsd:hertz.number .
nothing@2 5035
nothing@2 5036 [] a afv:FundamentalFrequency ;
nothing@2 5037 event:time [ tl:at "10.159"^^xsd:float ;
nothing@2 5038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5040 afo:value "438.605"^^sxsd:hertz.number .
nothing@2 5041
nothing@2 5042 [] a afv:FundamentalFrequency ;
nothing@2 5043 event:time [ tl:at "10.165"^^xsd:float ;
nothing@2 5044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5046 afo:value "438.633"^^sxsd:hertz.number .
nothing@2 5047
nothing@2 5048 [] a afv:FundamentalFrequency ;
nothing@2 5049 event:time [ tl:at "10.17"^^xsd:float ;
nothing@2 5050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5052 afo:value "438.665"^^sxsd:hertz.number .
nothing@2 5053
nothing@2 5054 [] a afv:FundamentalFrequency ;
nothing@2 5055 event:time [ tl:at "10.176"^^xsd:float ;
nothing@2 5056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5058 afo:value "438.752"^^sxsd:hertz.number .
nothing@2 5059
nothing@2 5060 [] a afv:FundamentalFrequency ;
nothing@2 5061 event:time [ tl:at "10.182"^^xsd:float ;
nothing@2 5062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5064 afo:value "438.821"^^sxsd:hertz.number .
nothing@2 5065
nothing@2 5066 [] a afv:FundamentalFrequency ;
nothing@2 5067 event:time [ tl:at "10.188"^^xsd:float ;
nothing@2 5068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5070 afo:value "438.829"^^sxsd:hertz.number .
nothing@2 5071
nothing@2 5072 [] a afv:FundamentalFrequency ;
nothing@2 5073 event:time [ tl:at "10.194"^^xsd:float ;
nothing@2 5074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5076 afo:value "438.87"^^sxsd:hertz.number .
nothing@2 5077
nothing@2 5078 [] a afv:FundamentalFrequency ;
nothing@2 5079 event:time [ tl:at "10.199"^^xsd:float ;
nothing@2 5080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5082 afo:value "438.881"^^sxsd:hertz.number .
nothing@2 5083
nothing@2 5084 [] a afv:FundamentalFrequency ;
nothing@2 5085 event:time [ tl:at "10.205"^^xsd:float ;
nothing@2 5086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5088 afo:value "438.894"^^sxsd:hertz.number .
nothing@2 5089
nothing@2 5090 [] a afv:FundamentalFrequency ;
nothing@2 5091 event:time [ tl:at "10.211"^^xsd:float ;
nothing@2 5092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5094 afo:value "438.909"^^sxsd:hertz.number .
nothing@2 5095
nothing@2 5096 [] a afv:FundamentalFrequency ;
nothing@2 5097 event:time [ tl:at "1.022"^^xsd:float ;
nothing@2 5098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5100 afo:value "292.773"^^sxsd:hertz.number .
nothing@2 5101
nothing@2 5102 [] a afv:FundamentalFrequency ;
nothing@2 5103 event:time [ tl:at "10.217"^^xsd:float ;
nothing@2 5104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5106 afo:value "438.974"^^sxsd:hertz.number .
nothing@2 5107
nothing@2 5108 [] a afv:FundamentalFrequency ;
nothing@2 5109 event:time [ tl:at "10.223"^^xsd:float ;
nothing@2 5110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5112 afo:value "439.022"^^sxsd:hertz.number .
nothing@2 5113
nothing@2 5114 [] a afv:FundamentalFrequency ;
nothing@2 5115 event:time [ tl:at "10.228"^^xsd:float ;
nothing@2 5116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5118 afo:value "439.069"^^sxsd:hertz.number .
nothing@2 5119
nothing@2 5120 [] a afv:FundamentalFrequency ;
nothing@2 5121 event:time [ tl:at "10.234"^^xsd:float ;
nothing@2 5122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5124 afo:value "439.1"^^sxsd:hertz.number .
nothing@2 5125
nothing@2 5126 [] a afv:FundamentalFrequency ;
nothing@2 5127 event:time [ tl:at "10.24"^^xsd:float ;
nothing@2 5128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5130 afo:value "439.076"^^sxsd:hertz.number .
nothing@2 5131
nothing@2 5132 [] a afv:FundamentalFrequency ;
nothing@2 5133 event:time [ tl:at "10.246"^^xsd:float ;
nothing@2 5134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5136 afo:value "439.047"^^sxsd:hertz.number .
nothing@2 5137
nothing@2 5138 [] a afv:FundamentalFrequency ;
nothing@2 5139 event:time [ tl:at "10.252"^^xsd:float ;
nothing@2 5140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5142 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 5143
nothing@2 5144 [] a afv:FundamentalFrequency ;
nothing@2 5145 event:time [ tl:at "10.257"^^xsd:float ;
nothing@2 5146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5148 afo:value "439.031"^^sxsd:hertz.number .
nothing@2 5149
nothing@2 5150 [] a afv:FundamentalFrequency ;
nothing@2 5151 event:time [ tl:at "10.263"^^xsd:float ;
nothing@2 5152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5154 afo:value "439.034"^^sxsd:hertz.number .
nothing@2 5155
nothing@2 5156 [] a afv:FundamentalFrequency ;
nothing@2 5157 event:time [ tl:at "10.269"^^xsd:float ;
nothing@2 5158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5160 afo:value "439.032"^^sxsd:hertz.number .
nothing@2 5161
nothing@2 5162 [] a afv:FundamentalFrequency ;
nothing@2 5163 event:time [ tl:at "1.027"^^xsd:float ;
nothing@2 5164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5166 afo:value "292.726"^^sxsd:hertz.number .
nothing@2 5167
nothing@2 5168 [] a afv:FundamentalFrequency ;
nothing@2 5169 event:time [ tl:at "10.275"^^xsd:float ;
nothing@2 5170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5172 afo:value "439.012"^^sxsd:hertz.number .
nothing@2 5173
nothing@2 5174 [] a afv:FundamentalFrequency ;
nothing@2 5175 event:time [ tl:at "10.281"^^xsd:float ;
nothing@2 5176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5178 afo:value "438.996"^^sxsd:hertz.number .
nothing@2 5179
nothing@2 5180 [] a afv:FundamentalFrequency ;
nothing@2 5181 event:time [ tl:at "10.286"^^xsd:float ;
nothing@2 5182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5184 afo:value "438.99"^^sxsd:hertz.number .
nothing@2 5185
nothing@2 5186 [] a afv:FundamentalFrequency ;
nothing@2 5187 event:time [ tl:at "10.292"^^xsd:float ;
nothing@2 5188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5190 afo:value "439.032"^^sxsd:hertz.number .
nothing@2 5191
nothing@2 5192 [] a afv:FundamentalFrequency ;
nothing@2 5193 event:time [ tl:at "10.298"^^xsd:float ;
nothing@2 5194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5196 afo:value "439.085"^^sxsd:hertz.number .
nothing@2 5197
nothing@2 5198 [] a afv:FundamentalFrequency ;
nothing@2 5199 event:time [ tl:at "10.304"^^xsd:float ;
nothing@2 5200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5202 afo:value "439.129"^^sxsd:hertz.number .
nothing@2 5203
nothing@2 5204 [] a afv:FundamentalFrequency ;
nothing@2 5205 event:time [ tl:at "10.31"^^xsd:float ;
nothing@2 5206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5208 afo:value "439.171"^^sxsd:hertz.number .
nothing@2 5209
nothing@2 5210 [] a afv:FundamentalFrequency ;
nothing@2 5211 event:time [ tl:at "10.315"^^xsd:float ;
nothing@2 5212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5214 afo:value "439.168"^^sxsd:hertz.number .
nothing@2 5215
nothing@2 5216 [] a afv:FundamentalFrequency ;
nothing@2 5217 event:time [ tl:at "10.321"^^xsd:float ;
nothing@2 5218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5220 afo:value "439.187"^^sxsd:hertz.number .
nothing@2 5221
nothing@2 5222 [] a afv:FundamentalFrequency ;
nothing@2 5223 event:time [ tl:at "10.327"^^xsd:float ;
nothing@2 5224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5226 afo:value "439.183"^^sxsd:hertz.number .
nothing@2 5227
nothing@2 5228 [] a afv:FundamentalFrequency ;
nothing@2 5229 event:time [ tl:at "1.033"^^xsd:float ;
nothing@2 5230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5232 afo:value "292.61"^^sxsd:hertz.number .
nothing@2 5233
nothing@2 5234 [] a afv:FundamentalFrequency ;
nothing@2 5235 event:time [ tl:at "10.333"^^xsd:float ;
nothing@2 5236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5238 afo:value "439.148"^^sxsd:hertz.number .
nothing@2 5239
nothing@2 5240 [] a afv:FundamentalFrequency ;
nothing@2 5241 event:time [ tl:at "10.339"^^xsd:float ;
nothing@2 5242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5244 afo:value "439.064"^^sxsd:hertz.number .
nothing@2 5245
nothing@2 5246 [] a afv:FundamentalFrequency ;
nothing@2 5247 event:time [ tl:at "10.344"^^xsd:float ;
nothing@2 5248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5250 afo:value "438.985"^^sxsd:hertz.number .
nothing@2 5251
nothing@2 5252 [] a afv:FundamentalFrequency ;
nothing@2 5253 event:time [ tl:at "10.35"^^xsd:float ;
nothing@2 5254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5256 afo:value "438.821"^^sxsd:hertz.number .
nothing@2 5257
nothing@2 5258 [] a afv:FundamentalFrequency ;
nothing@2 5259 event:time [ tl:at "10.356"^^xsd:float ;
nothing@2 5260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5262 afo:value "438.725"^^sxsd:hertz.number .
nothing@2 5263
nothing@2 5264 [] a afv:FundamentalFrequency ;
nothing@2 5265 event:time [ tl:at "10.362"^^xsd:float ;
nothing@2 5266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5268 afo:value "438.621"^^sxsd:hertz.number .
nothing@2 5269
nothing@2 5270 [] a afv:FundamentalFrequency ;
nothing@2 5271 event:time [ tl:at "10.368"^^xsd:float ;
nothing@2 5272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5274 afo:value "438.4"^^sxsd:hertz.number .
nothing@2 5275
nothing@2 5276 [] a afv:FundamentalFrequency ;
nothing@2 5277 event:time [ tl:at "10.374"^^xsd:float ;
nothing@2 5278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5280 afo:value "438.041"^^sxsd:hertz.number .
nothing@2 5281
nothing@2 5282 [] a afv:FundamentalFrequency ;
nothing@2 5283 event:time [ tl:at "10.379"^^xsd:float ;
nothing@2 5284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5286 afo:value "437.542"^^sxsd:hertz.number .
nothing@2 5287
nothing@2 5288 [] a afv:FundamentalFrequency ;
nothing@2 5289 event:time [ tl:at "10.385"^^xsd:float ;
nothing@2 5290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5292 afo:value "436.883"^^sxsd:hertz.number .
nothing@2 5293
nothing@2 5294 [] a afv:FundamentalFrequency ;
nothing@2 5295 event:time [ tl:at "1.039"^^xsd:float ;
nothing@2 5296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5298 afo:value "292.48"^^sxsd:hertz.number .
nothing@2 5299
nothing@2 5300 [] a afv:FundamentalFrequency ;
nothing@2 5301 event:time [ tl:at "10.391"^^xsd:float ;
nothing@2 5302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5304 afo:value "435.908"^^sxsd:hertz.number .
nothing@2 5305
nothing@2 5306 [] a afv:FundamentalFrequency ;
nothing@2 5307 event:time [ tl:at "10.397"^^xsd:float ;
nothing@2 5308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5310 afo:value "434.94"^^sxsd:hertz.number .
nothing@2 5311
nothing@2 5312 [] a afv:FundamentalFrequency ;
nothing@2 5313 event:time [ tl:at "10.403"^^xsd:float ;
nothing@2 5314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5316 afo:value "434.364"^^sxsd:hertz.number .
nothing@2 5317
nothing@2 5318 [] a afv:FundamentalFrequency ;
nothing@2 5319 event:time [ tl:at "10.408"^^xsd:float ;
nothing@2 5320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5322 afo:value "434.426"^^sxsd:hertz.number .
nothing@2 5323
nothing@2 5324 [] a afv:FundamentalFrequency ;
nothing@2 5325 event:time [ tl:at "10.414"^^xsd:float ;
nothing@2 5326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5328 afo:value "434.937"^^sxsd:hertz.number .
nothing@2 5329
nothing@2 5330 [] a afv:FundamentalFrequency ;
nothing@2 5331 event:time [ tl:at "10.42"^^xsd:float ;
nothing@2 5332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5334 afo:value "433.635"^^sxsd:hertz.number .
nothing@2 5335
nothing@2 5336 [] a afv:FundamentalFrequency ;
nothing@2 5337 event:time [ tl:at "10.426"^^xsd:float ;
nothing@2 5338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5340 afo:value "433.341"^^sxsd:hertz.number .
nothing@2 5341
nothing@2 5342 [] a afv:FundamentalFrequency ;
nothing@2 5343 event:time [ tl:at "10.432"^^xsd:float ;
nothing@2 5344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5346 afo:value "430.429"^^sxsd:hertz.number .
nothing@2 5347
nothing@2 5348 [] a afv:FundamentalFrequency ;
nothing@2 5349 event:time [ tl:at "10.437"^^xsd:float ;
nothing@2 5350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5352 afo:value "436.772"^^sxsd:hertz.number .
nothing@2 5353
nothing@2 5354 [] a afv:FundamentalFrequency ;
nothing@2 5355 event:time [ tl:at "10.443"^^xsd:float ;
nothing@2 5356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5358 afo:value "444.84"^^sxsd:hertz.number .
nothing@2 5359
nothing@2 5360 [] a afv:FundamentalFrequency ;
nothing@2 5361 event:time [ tl:at "0.104"^^xsd:float ;
nothing@2 5362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5364 afo:value "298.212"^^sxsd:hertz.number .
nothing@2 5365
nothing@2 5366 [] a afv:FundamentalFrequency ;
nothing@2 5367 event:time [ tl:at "1.045"^^xsd:float ;
nothing@2 5368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5370 afo:value "292.357"^^sxsd:hertz.number .
nothing@2 5371
nothing@2 5372 [] a afv:FundamentalFrequency ;
nothing@2 5373 event:time [ tl:at "10.449"^^xsd:float ;
nothing@2 5374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5376 afo:value "445.583"^^sxsd:hertz.number .
nothing@2 5377
nothing@2 5378 [] a afv:FundamentalFrequency ;
nothing@2 5379 event:time [ tl:at "10.455"^^xsd:float ;
nothing@2 5380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5382 afo:value "439.561"^^sxsd:hertz.number .
nothing@2 5383
nothing@2 5384 [] a afv:FundamentalFrequency ;
nothing@2 5385 event:time [ tl:at "10.461"^^xsd:float ;
nothing@2 5386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5388 afo:value "437.263"^^sxsd:hertz.number .
nothing@2 5389
nothing@2 5390 [] a afv:FundamentalFrequency ;
nothing@2 5391 event:time [ tl:at "10.466"^^xsd:float ;
nothing@2 5392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5394 afo:value "437.743"^^sxsd:hertz.number .
nothing@2 5395
nothing@2 5396 [] a afv:FundamentalFrequency ;
nothing@2 5397 event:time [ tl:at "10.472"^^xsd:float ;
nothing@2 5398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5400 afo:value "438.549"^^sxsd:hertz.number .
nothing@2 5401
nothing@2 5402 [] a afv:FundamentalFrequency ;
nothing@2 5403 event:time [ tl:at "10.478"^^xsd:float ;
nothing@2 5404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5406 afo:value "439.311"^^sxsd:hertz.number .
nothing@2 5407
nothing@2 5408 [] a afv:FundamentalFrequency ;
nothing@2 5409 event:time [ tl:at "10.484"^^xsd:float ;
nothing@2 5410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5412 afo:value "439.122"^^sxsd:hertz.number .
nothing@2 5413
nothing@2 5414 [] a afv:FundamentalFrequency ;
nothing@2 5415 event:time [ tl:at "10.49"^^xsd:float ;
nothing@2 5416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5418 afo:value "438.913"^^sxsd:hertz.number .
nothing@2 5419
nothing@2 5420 [] a afv:FundamentalFrequency ;
nothing@2 5421 event:time [ tl:at "10.495"^^xsd:float ;
nothing@2 5422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5424 afo:value "438.921"^^sxsd:hertz.number .
nothing@2 5425
nothing@2 5426 [] a afv:FundamentalFrequency ;
nothing@2 5427 event:time [ tl:at "10.501"^^xsd:float ;
nothing@2 5428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5430 afo:value "438.793"^^sxsd:hertz.number .
nothing@2 5431
nothing@2 5432 [] a afv:FundamentalFrequency ;
nothing@2 5433 event:time [ tl:at "1.051"^^xsd:float ;
nothing@2 5434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5436 afo:value "292.157"^^sxsd:hertz.number .
nothing@2 5437
nothing@2 5438 [] a afv:FundamentalFrequency ;
nothing@2 5439 event:time [ tl:at "10.507"^^xsd:float ;
nothing@2 5440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5442 afo:value "438.679"^^sxsd:hertz.number .
nothing@2 5443
nothing@2 5444 [] a afv:FundamentalFrequency ;
nothing@2 5445 event:time [ tl:at "10.513"^^xsd:float ;
nothing@2 5446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5448 afo:value "438.748"^^sxsd:hertz.number .
nothing@2 5449
nothing@2 5450 [] a afv:FundamentalFrequency ;
nothing@2 5451 event:time [ tl:at "10.519"^^xsd:float ;
nothing@2 5452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5454 afo:value "438.733"^^sxsd:hertz.number .
nothing@2 5455
nothing@2 5456 [] a afv:FundamentalFrequency ;
nothing@2 5457 event:time [ tl:at "10.524"^^xsd:float ;
nothing@2 5458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5460 afo:value "438.529"^^sxsd:hertz.number .
nothing@2 5461
nothing@2 5462 [] a afv:FundamentalFrequency ;
nothing@2 5463 event:time [ tl:at "10.53"^^xsd:float ;
nothing@2 5464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5466 afo:value "438.4"^^sxsd:hertz.number .
nothing@2 5467
nothing@2 5468 [] a afv:FundamentalFrequency ;
nothing@2 5469 event:time [ tl:at "10.536"^^xsd:float ;
nothing@2 5470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5472 afo:value "438.431"^^sxsd:hertz.number .
nothing@2 5473
nothing@2 5474 [] a afv:FundamentalFrequency ;
nothing@2 5475 event:time [ tl:at "10.542"^^xsd:float ;
nothing@2 5476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5478 afo:value "438.34"^^sxsd:hertz.number .
nothing@2 5479
nothing@2 5480 [] a afv:FundamentalFrequency ;
nothing@2 5481 event:time [ tl:at "10.548"^^xsd:float ;
nothing@2 5482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5484 afo:value "438.292"^^sxsd:hertz.number .
nothing@2 5485
nothing@2 5486 [] a afv:FundamentalFrequency ;
nothing@2 5487 event:time [ tl:at "10.553"^^xsd:float ;
nothing@2 5488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5490 afo:value "438.228"^^sxsd:hertz.number .
nothing@2 5491
nothing@2 5492 [] a afv:FundamentalFrequency ;
nothing@2 5493 event:time [ tl:at "10.559"^^xsd:float ;
nothing@2 5494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5496 afo:value "438.184"^^sxsd:hertz.number .
nothing@2 5497
nothing@2 5498 [] a afv:FundamentalFrequency ;
nothing@2 5499 event:time [ tl:at "1.057"^^xsd:float ;
nothing@2 5500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5502 afo:value "291.953"^^sxsd:hertz.number .
nothing@2 5503
nothing@2 5504 [] a afv:FundamentalFrequency ;
nothing@2 5505 event:time [ tl:at "10.565"^^xsd:float ;
nothing@2 5506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5508 afo:value "438.151"^^sxsd:hertz.number .
nothing@2 5509
nothing@2 5510 [] a afv:FundamentalFrequency ;
nothing@2 5511 event:time [ tl:at "10.571"^^xsd:float ;
nothing@2 5512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5514 afo:value "438.107"^^sxsd:hertz.number .
nothing@2 5515
nothing@2 5516 [] a afv:FundamentalFrequency ;
nothing@2 5517 event:time [ tl:at "10.577"^^xsd:float ;
nothing@2 5518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5520 afo:value "438.036"^^sxsd:hertz.number .
nothing@2 5521
nothing@2 5522 [] a afv:FundamentalFrequency ;
nothing@2 5523 event:time [ tl:at "10.582"^^xsd:float ;
nothing@2 5524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5526 afo:value "437.93"^^sxsd:hertz.number .
nothing@2 5527
nothing@2 5528 [] a afv:FundamentalFrequency ;
nothing@2 5529 event:time [ tl:at "10.588"^^xsd:float ;
nothing@2 5530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5532 afo:value "437.881"^^sxsd:hertz.number .
nothing@2 5533
nothing@2 5534 [] a afv:FundamentalFrequency ;
nothing@2 5535 event:time [ tl:at "10.594"^^xsd:float ;
nothing@2 5536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5538 afo:value "437.872"^^sxsd:hertz.number .
nothing@2 5539
nothing@2 5540 [] a afv:FundamentalFrequency ;
nothing@2 5541 event:time [ tl:at "10.6"^^xsd:float ;
nothing@2 5542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5544 afo:value "437.858"^^sxsd:hertz.number .
nothing@2 5545
nothing@2 5546 [] a afv:FundamentalFrequency ;
nothing@2 5547 event:time [ tl:at "10.606"^^xsd:float ;
nothing@2 5548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5550 afo:value "437.982"^^sxsd:hertz.number .
nothing@2 5551
nothing@2 5552 [] a afv:FundamentalFrequency ;
nothing@2 5553 event:time [ tl:at "10.612"^^xsd:float ;
nothing@2 5554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5556 afo:value "438.086"^^sxsd:hertz.number .
nothing@2 5557
nothing@2 5558 [] a afv:FundamentalFrequency ;
nothing@2 5559 event:time [ tl:at "10.617"^^xsd:float ;
nothing@2 5560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5562 afo:value "438.139"^^sxsd:hertz.number .
nothing@2 5563
nothing@2 5564 [] a afv:FundamentalFrequency ;
nothing@2 5565 event:time [ tl:at "1.062"^^xsd:float ;
nothing@2 5566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5568 afo:value "291.851"^^sxsd:hertz.number .
nothing@2 5569
nothing@2 5570 [] a afv:FundamentalFrequency ;
nothing@2 5571 event:time [ tl:at "10.623"^^xsd:float ;
nothing@2 5572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5574 afo:value "438.204"^^sxsd:hertz.number .
nothing@2 5575
nothing@2 5576 [] a afv:FundamentalFrequency ;
nothing@2 5577 event:time [ tl:at "10.629"^^xsd:float ;
nothing@2 5578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5580 afo:value "438.203"^^sxsd:hertz.number .
nothing@2 5581
nothing@2 5582 [] a afv:FundamentalFrequency ;
nothing@2 5583 event:time [ tl:at "10.635"^^xsd:float ;
nothing@2 5584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5586 afo:value "438.274"^^sxsd:hertz.number .
nothing@2 5587
nothing@2 5588 [] a afv:FundamentalFrequency ;
nothing@2 5589 event:time [ tl:at "10.641"^^xsd:float ;
nothing@2 5590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5592 afo:value "438.268"^^sxsd:hertz.number .
nothing@2 5593
nothing@2 5594 [] a afv:FundamentalFrequency ;
nothing@2 5595 event:time [ tl:at "10.646"^^xsd:float ;
nothing@2 5596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5598 afo:value "438.223"^^sxsd:hertz.number .
nothing@2 5599
nothing@2 5600 [] a afv:FundamentalFrequency ;
nothing@2 5601 event:time [ tl:at "10.652"^^xsd:float ;
nothing@2 5602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5604 afo:value "438.1"^^sxsd:hertz.number .
nothing@2 5605
nothing@2 5606 [] a afv:FundamentalFrequency ;
nothing@2 5607 event:time [ tl:at "10.658"^^xsd:float ;
nothing@2 5608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5610 afo:value "437.978"^^sxsd:hertz.number .
nothing@2 5611
nothing@2 5612 [] a afv:FundamentalFrequency ;
nothing@2 5613 event:time [ tl:at "10.664"^^xsd:float ;
nothing@2 5614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5616 afo:value "437.875"^^sxsd:hertz.number .
nothing@2 5617
nothing@2 5618 [] a afv:FundamentalFrequency ;
nothing@2 5619 event:time [ tl:at "10.67"^^xsd:float ;
nothing@2 5620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5622 afo:value "437.716"^^sxsd:hertz.number .
nothing@2 5623
nothing@2 5624 [] a afv:FundamentalFrequency ;
nothing@2 5625 event:time [ tl:at "10.675"^^xsd:float ;
nothing@2 5626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5628 afo:value "437.491"^^sxsd:hertz.number .
nothing@2 5629
nothing@2 5630 [] a afv:FundamentalFrequency ;
nothing@2 5631 event:time [ tl:at "1.068"^^xsd:float ;
nothing@2 5632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5634 afo:value "291.606"^^sxsd:hertz.number .
nothing@2 5635
nothing@2 5636 [] a afv:FundamentalFrequency ;
nothing@2 5637 event:time [ tl:at "10.681"^^xsd:float ;
nothing@2 5638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5640 afo:value "437.121"^^sxsd:hertz.number .
nothing@2 5641
nothing@2 5642 [] a afv:FundamentalFrequency ;
nothing@2 5643 event:time [ tl:at "10.687"^^xsd:float ;
nothing@2 5644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5646 afo:value "436.365"^^sxsd:hertz.number .
nothing@2 5647
nothing@2 5648 [] a afv:FundamentalFrequency ;
nothing@2 5649 event:time [ tl:at "10.693"^^xsd:float ;
nothing@2 5650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5652 afo:value "434.895"^^sxsd:hertz.number .
nothing@2 5653
nothing@2 5654 [] a afv:FundamentalFrequency ;
nothing@2 5655 event:time [ tl:at "10.699"^^xsd:float ;
nothing@2 5656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5658 afo:value "433.208"^^sxsd:hertz.number .
nothing@2 5659
nothing@2 5660 [] a afv:FundamentalFrequency ;
nothing@2 5661 event:time [ tl:at "10.704"^^xsd:float ;
nothing@2 5662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5664 afo:value "437.669"^^sxsd:hertz.number .
nothing@2 5665
nothing@2 5666 [] a afv:FundamentalFrequency ;
nothing@2 5667 event:time [ tl:at "10.71"^^xsd:float ;
nothing@2 5668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5670 afo:value "419.029"^^sxsd:hertz.number .
nothing@2 5671
nothing@2 5672 [] a afv:FundamentalFrequency ;
nothing@2 5673 event:time [ tl:at "10.716"^^xsd:float ;
nothing@2 5674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5676 afo:value "408.761"^^sxsd:hertz.number .
nothing@2 5677
nothing@2 5678 [] a afv:FundamentalFrequency ;
nothing@2 5679 event:time [ tl:at "10.722"^^xsd:float ;
nothing@2 5680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5682 afo:value "400.045"^^sxsd:hertz.number .
nothing@2 5683
nothing@2 5684 [] a afv:FundamentalFrequency ;
nothing@2 5685 event:time [ tl:at "10.728"^^xsd:float ;
nothing@2 5686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5688 afo:value "388.79"^^sxsd:hertz.number .
nothing@2 5689
nothing@2 5690 [] a afv:FundamentalFrequency ;
nothing@2 5691 event:time [ tl:at "10.733"^^xsd:float ;
nothing@2 5692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5694 afo:value "391.451"^^sxsd:hertz.number .
nothing@2 5695
nothing@2 5696 [] a afv:FundamentalFrequency ;
nothing@2 5697 event:time [ tl:at "1.074"^^xsd:float ;
nothing@2 5698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5700 afo:value "291.23"^^sxsd:hertz.number .
nothing@2 5701
nothing@2 5702 [] a afv:FundamentalFrequency ;
nothing@2 5703 event:time [ tl:at "10.739"^^xsd:float ;
nothing@2 5704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5706 afo:value "390.445"^^sxsd:hertz.number .
nothing@2 5707
nothing@2 5708 [] a afv:FundamentalFrequency ;
nothing@2 5709 event:time [ tl:at "10.745"^^xsd:float ;
nothing@2 5710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5712 afo:value "391.661"^^sxsd:hertz.number .
nothing@2 5713
nothing@2 5714 [] a afv:FundamentalFrequency ;
nothing@2 5715 event:time [ tl:at "10.751"^^xsd:float ;
nothing@2 5716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5718 afo:value "391.582"^^sxsd:hertz.number .
nothing@2 5719
nothing@2 5720 [] a afv:FundamentalFrequency ;
nothing@2 5721 event:time [ tl:at "10.757"^^xsd:float ;
nothing@2 5722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5724 afo:value "391.134"^^sxsd:hertz.number .
nothing@2 5725
nothing@2 5726 [] a afv:FundamentalFrequency ;
nothing@2 5727 event:time [ tl:at "10.762"^^xsd:float ;
nothing@2 5728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5730 afo:value "391.144"^^sxsd:hertz.number .
nothing@2 5731
nothing@2 5732 [] a afv:FundamentalFrequency ;
nothing@2 5733 event:time [ tl:at "10.768"^^xsd:float ;
nothing@2 5734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5736 afo:value "390.997"^^sxsd:hertz.number .
nothing@2 5737
nothing@2 5738 [] a afv:FundamentalFrequency ;
nothing@2 5739 event:time [ tl:at "10.774"^^xsd:float ;
nothing@2 5740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5742 afo:value "390.853"^^sxsd:hertz.number .
nothing@2 5743
nothing@2 5744 [] a afv:FundamentalFrequency ;
nothing@2 5745 event:time [ tl:at "10.78"^^xsd:float ;
nothing@2 5746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5748 afo:value "390.691"^^sxsd:hertz.number .
nothing@2 5749
nothing@2 5750 [] a afv:FundamentalFrequency ;
nothing@2 5751 event:time [ tl:at "10.786"^^xsd:float ;
nothing@2 5752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5754 afo:value "390.745"^^sxsd:hertz.number .
nothing@2 5755
nothing@2 5756 [] a afv:FundamentalFrequency ;
nothing@2 5757 event:time [ tl:at "10.791"^^xsd:float ;
nothing@2 5758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5760 afo:value "390.798"^^sxsd:hertz.number .
nothing@2 5761
nothing@2 5762 [] a afv:FundamentalFrequency ;
nothing@2 5763 event:time [ tl:at "1.08"^^xsd:float ;
nothing@2 5764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5766 afo:value "290.73"^^sxsd:hertz.number .
nothing@2 5767
nothing@2 5768 [] a afv:FundamentalFrequency ;
nothing@2 5769 event:time [ tl:at "10.797"^^xsd:float ;
nothing@2 5770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5772 afo:value "390.645"^^sxsd:hertz.number .
nothing@2 5773
nothing@2 5774 [] a afv:FundamentalFrequency ;
nothing@2 5775 event:time [ tl:at "10.803"^^xsd:float ;
nothing@2 5776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5778 afo:value "390.525"^^sxsd:hertz.number .
nothing@2 5779
nothing@2 5780 [] a afv:FundamentalFrequency ;
nothing@2 5781 event:time [ tl:at "10.809"^^xsd:float ;
nothing@2 5782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5784 afo:value "390.505"^^sxsd:hertz.number .
nothing@2 5785
nothing@2 5786 [] a afv:FundamentalFrequency ;
nothing@2 5787 event:time [ tl:at "10.815"^^xsd:float ;
nothing@2 5788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5790 afo:value "390.45"^^sxsd:hertz.number .
nothing@2 5791
nothing@2 5792 [] a afv:FundamentalFrequency ;
nothing@2 5793 event:time [ tl:at "10.82"^^xsd:float ;
nothing@2 5794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5796 afo:value "390.361"^^sxsd:hertz.number .
nothing@2 5797
nothing@2 5798 [] a afv:FundamentalFrequency ;
nothing@2 5799 event:time [ tl:at "10.826"^^xsd:float ;
nothing@2 5800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5802 afo:value "390.315"^^sxsd:hertz.number .
nothing@2 5803
nothing@2 5804 [] a afv:FundamentalFrequency ;
nothing@2 5805 event:time [ tl:at "10.832"^^xsd:float ;
nothing@2 5806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5808 afo:value "390.336"^^sxsd:hertz.number .
nothing@2 5809
nothing@2 5810 [] a afv:FundamentalFrequency ;
nothing@2 5811 event:time [ tl:at "10.838"^^xsd:float ;
nothing@2 5812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5814 afo:value "390.235"^^sxsd:hertz.number .
nothing@2 5815
nothing@2 5816 [] a afv:FundamentalFrequency ;
nothing@2 5817 event:time [ tl:at "10.844"^^xsd:float ;
nothing@2 5818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5820 afo:value "390.197"^^sxsd:hertz.number .
nothing@2 5821
nothing@2 5822 [] a afv:FundamentalFrequency ;
nothing@2 5823 event:time [ tl:at "10.85"^^xsd:float ;
nothing@2 5824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5826 afo:value "390.204"^^sxsd:hertz.number .
nothing@2 5827
nothing@2 5828 [] a afv:FundamentalFrequency ;
nothing@2 5829 event:time [ tl:at "1.086"^^xsd:float ;
nothing@2 5830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5832 afo:value "290.322"^^sxsd:hertz.number .
nothing@2 5833
nothing@2 5834 [] a afv:FundamentalFrequency ;
nothing@2 5835 event:time [ tl:at "10.855"^^xsd:float ;
nothing@2 5836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5838 afo:value "390.194"^^sxsd:hertz.number .
nothing@2 5839
nothing@2 5840 [] a afv:FundamentalFrequency ;
nothing@2 5841 event:time [ tl:at "10.861"^^xsd:float ;
nothing@2 5842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5844 afo:value "390.135"^^sxsd:hertz.number .
nothing@2 5845
nothing@2 5846 [] a afv:FundamentalFrequency ;
nothing@2 5847 event:time [ tl:at "10.867"^^xsd:float ;
nothing@2 5848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5850 afo:value "390.081"^^sxsd:hertz.number .
nothing@2 5851
nothing@2 5852 [] a afv:FundamentalFrequency ;
nothing@2 5853 event:time [ tl:at "10.873"^^xsd:float ;
nothing@2 5854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5856 afo:value "390.107"^^sxsd:hertz.number .
nothing@2 5857
nothing@2 5858 [] a afv:FundamentalFrequency ;
nothing@2 5859 event:time [ tl:at "10.879"^^xsd:float ;
nothing@2 5860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5862 afo:value "390.095"^^sxsd:hertz.number .
nothing@2 5863
nothing@2 5864 [] a afv:FundamentalFrequency ;
nothing@2 5865 event:time [ tl:at "10.884"^^xsd:float ;
nothing@2 5866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5868 afo:value "390.035"^^sxsd:hertz.number .
nothing@2 5869
nothing@2 5870 [] a afv:FundamentalFrequency ;
nothing@2 5871 event:time [ tl:at "10.89"^^xsd:float ;
nothing@2 5872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5874 afo:value "390.145"^^sxsd:hertz.number .
nothing@2 5875
nothing@2 5876 [] a afv:FundamentalFrequency ;
nothing@2 5877 event:time [ tl:at "10.896"^^xsd:float ;
nothing@2 5878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5880 afo:value "390.233"^^sxsd:hertz.number .
nothing@2 5881
nothing@2 5882 [] a afv:FundamentalFrequency ;
nothing@2 5883 event:time [ tl:at "10.902"^^xsd:float ;
nothing@2 5884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5886 afo:value "390.239"^^sxsd:hertz.number .
nothing@2 5887
nothing@2 5888 [] a afv:FundamentalFrequency ;
nothing@2 5889 event:time [ tl:at "10.908"^^xsd:float ;
nothing@2 5890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5892 afo:value "390.206"^^sxsd:hertz.number .
nothing@2 5893
nothing@2 5894 [] a afv:FundamentalFrequency ;
nothing@2 5895 event:time [ tl:at "1.091"^^xsd:float ;
nothing@2 5896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5898 afo:value "290.189"^^sxsd:hertz.number .
nothing@2 5899
nothing@2 5900 [] a afv:FundamentalFrequency ;
nothing@2 5901 event:time [ tl:at "10.913"^^xsd:float ;
nothing@2 5902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5904 afo:value "390.251"^^sxsd:hertz.number .
nothing@2 5905
nothing@2 5906 [] a afv:FundamentalFrequency ;
nothing@2 5907 event:time [ tl:at "10.919"^^xsd:float ;
nothing@2 5908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5910 afo:value "390.289"^^sxsd:hertz.number .
nothing@2 5911
nothing@2 5912 [] a afv:FundamentalFrequency ;
nothing@2 5913 event:time [ tl:at "10.925"^^xsd:float ;
nothing@2 5914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5916 afo:value "390.128"^^sxsd:hertz.number .
nothing@2 5917
nothing@2 5918 [] a afv:FundamentalFrequency ;
nothing@2 5919 event:time [ tl:at "10.931"^^xsd:float ;
nothing@2 5920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5922 afo:value "390.129"^^sxsd:hertz.number .
nothing@2 5923
nothing@2 5924 [] a afv:FundamentalFrequency ;
nothing@2 5925 event:time [ tl:at "10.937"^^xsd:float ;
nothing@2 5926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5928 afo:value "390.182"^^sxsd:hertz.number .
nothing@2 5929
nothing@2 5930 [] a afv:FundamentalFrequency ;
nothing@2 5931 event:time [ tl:at "10.942"^^xsd:float ;
nothing@2 5932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5934 afo:value "390.083"^^sxsd:hertz.number .
nothing@2 5935
nothing@2 5936 [] a afv:FundamentalFrequency ;
nothing@2 5937 event:time [ tl:at "10.948"^^xsd:float ;
nothing@2 5938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5940 afo:value "389.279"^^sxsd:hertz.number .
nothing@2 5941
nothing@2 5942 [] a afv:FundamentalFrequency ;
nothing@2 5943 event:time [ tl:at "10.954"^^xsd:float ;
nothing@2 5944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5946 afo:value "388.249"^^sxsd:hertz.number .
nothing@2 5947
nothing@2 5948 [] a afv:FundamentalFrequency ;
nothing@2 5949 event:time [ tl:at "10.96"^^xsd:float ;
nothing@2 5950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5952 afo:value "389.614"^^sxsd:hertz.number .
nothing@2 5953
nothing@2 5954 [] a afv:FundamentalFrequency ;
nothing@2 5955 event:time [ tl:at "10.966"^^xsd:float ;
nothing@2 5956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5958 afo:value "395.618"^^sxsd:hertz.number .
nothing@2 5959
nothing@2 5960 [] a afv:FundamentalFrequency ;
nothing@2 5961 event:time [ tl:at "1.097"^^xsd:float ;
nothing@2 5962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5964 afo:value "290.316"^^sxsd:hertz.number .
nothing@2 5965
nothing@2 5966 [] a afv:FundamentalFrequency ;
nothing@2 5967 event:time [ tl:at "10.971"^^xsd:float ;
nothing@2 5968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5970 afo:value "395.96"^^sxsd:hertz.number .
nothing@2 5971
nothing@2 5972 [] a afv:FundamentalFrequency ;
nothing@2 5973 event:time [ tl:at "10.977"^^xsd:float ;
nothing@2 5974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5976 afo:value "390.06"^^sxsd:hertz.number .
nothing@2 5977
nothing@2 5978 [] a afv:FundamentalFrequency ;
nothing@2 5979 event:time [ tl:at "10.983"^^xsd:float ;
nothing@2 5980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5982 afo:value "383.107"^^sxsd:hertz.number .
nothing@2 5983
nothing@2 5984 [] a afv:FundamentalFrequency ;
nothing@2 5985 event:time [ tl:at "10.989"^^xsd:float ;
nothing@2 5986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5988 afo:value "372.041"^^sxsd:hertz.number .
nothing@2 5989
nothing@2 5990 [] a afv:FundamentalFrequency ;
nothing@2 5991 event:time [ tl:at "10.995"^^xsd:float ;
nothing@2 5992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 5994 afo:value "371.637"^^sxsd:hertz.number .
nothing@2 5995
nothing@2 5996 [] a afv:FundamentalFrequency ;
nothing@2 5997 event:time [ tl:at "11.0"^^xsd:float ;
nothing@2 5998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 5999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6000 afo:value "371.824"^^sxsd:hertz.number .
nothing@2 6001
nothing@2 6002 [] a afv:FundamentalFrequency ;
nothing@2 6003 event:time [ tl:at "11.006"^^xsd:float ;
nothing@2 6004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6006 afo:value "370.025"^^sxsd:hertz.number .
nothing@2 6007
nothing@2 6008 [] a afv:FundamentalFrequency ;
nothing@2 6009 event:time [ tl:at "11.012"^^xsd:float ;
nothing@2 6010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6012 afo:value "369.128"^^sxsd:hertz.number .
nothing@2 6013
nothing@2 6014 [] a afv:FundamentalFrequency ;
nothing@2 6015 event:time [ tl:at "11.018"^^xsd:float ;
nothing@2 6016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6018 afo:value "368.668"^^sxsd:hertz.number .
nothing@2 6019
nothing@2 6020 [] a afv:FundamentalFrequency ;
nothing@2 6021 event:time [ tl:at "11.024"^^xsd:float ;
nothing@2 6022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6024 afo:value "368.578"^^sxsd:hertz.number .
nothing@2 6025
nothing@2 6026 [] a afv:FundamentalFrequency ;
nothing@2 6027 event:time [ tl:at "0.11"^^xsd:float ;
nothing@2 6028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6030 afo:value "300.374"^^sxsd:hertz.number .
nothing@2 6031
nothing@2 6032 [] a afv:FundamentalFrequency ;
nothing@2 6033 event:time [ tl:at "1.103"^^xsd:float ;
nothing@2 6034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6036 afo:value "290.612"^^sxsd:hertz.number .
nothing@2 6037
nothing@2 6038 [] a afv:FundamentalFrequency ;
nothing@2 6039 event:time [ tl:at "11.029"^^xsd:float ;
nothing@2 6040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6042 afo:value "368.683"^^sxsd:hertz.number .
nothing@2 6043
nothing@2 6044 [] a afv:FundamentalFrequency ;
nothing@2 6045 event:time [ tl:at "11.035"^^xsd:float ;
nothing@2 6046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6048 afo:value "368.978"^^sxsd:hertz.number .
nothing@2 6049
nothing@2 6050 [] a afv:FundamentalFrequency ;
nothing@2 6051 event:time [ tl:at "11.041"^^xsd:float ;
nothing@2 6052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6054 afo:value "369.206"^^sxsd:hertz.number .
nothing@2 6055
nothing@2 6056 [] a afv:FundamentalFrequency ;
nothing@2 6057 event:time [ tl:at "11.047"^^xsd:float ;
nothing@2 6058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6060 afo:value "369.317"^^sxsd:hertz.number .
nothing@2 6061
nothing@2 6062 [] a afv:FundamentalFrequency ;
nothing@2 6063 event:time [ tl:at "11.053"^^xsd:float ;
nothing@2 6064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6066 afo:value "369.249"^^sxsd:hertz.number .
nothing@2 6067
nothing@2 6068 [] a afv:FundamentalFrequency ;
nothing@2 6069 event:time [ tl:at "11.059"^^xsd:float ;
nothing@2 6070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6072 afo:value "369.036"^^sxsd:hertz.number .
nothing@2 6073
nothing@2 6074 [] a afv:FundamentalFrequency ;
nothing@2 6075 event:time [ tl:at "11.064"^^xsd:float ;
nothing@2 6076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6078 afo:value "368.774"^^sxsd:hertz.number .
nothing@2 6079
nothing@2 6080 [] a afv:FundamentalFrequency ;
nothing@2 6081 event:time [ tl:at "11.07"^^xsd:float ;
nothing@2 6082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6084 afo:value "368.532"^^sxsd:hertz.number .
nothing@2 6085
nothing@2 6086 [] a afv:FundamentalFrequency ;
nothing@2 6087 event:time [ tl:at "11.076"^^xsd:float ;
nothing@2 6088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6090 afo:value "368.381"^^sxsd:hertz.number .
nothing@2 6091
nothing@2 6092 [] a afv:FundamentalFrequency ;
nothing@2 6093 event:time [ tl:at "11.082"^^xsd:float ;
nothing@2 6094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6096 afo:value "368.355"^^sxsd:hertz.number .
nothing@2 6097
nothing@2 6098 [] a afv:FundamentalFrequency ;
nothing@2 6099 event:time [ tl:at "1.109"^^xsd:float ;
nothing@2 6100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6102 afo:value "290.864"^^sxsd:hertz.number .
nothing@2 6103
nothing@2 6104 [] a afv:FundamentalFrequency ;
nothing@2 6105 event:time [ tl:at "11.088"^^xsd:float ;
nothing@2 6106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6108 afo:value "368.426"^^sxsd:hertz.number .
nothing@2 6109
nothing@2 6110 [] a afv:FundamentalFrequency ;
nothing@2 6111 event:time [ tl:at "11.093"^^xsd:float ;
nothing@2 6112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6114 afo:value "368.591"^^sxsd:hertz.number .
nothing@2 6115
nothing@2 6116 [] a afv:FundamentalFrequency ;
nothing@2 6117 event:time [ tl:at "11.099"^^xsd:float ;
nothing@2 6118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6120 afo:value "368.719"^^sxsd:hertz.number .
nothing@2 6121
nothing@2 6122 [] a afv:FundamentalFrequency ;
nothing@2 6123 event:time [ tl:at "11.105"^^xsd:float ;
nothing@2 6124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6126 afo:value "368.747"^^sxsd:hertz.number .
nothing@2 6127
nothing@2 6128 [] a afv:FundamentalFrequency ;
nothing@2 6129 event:time [ tl:at "11.111"^^xsd:float ;
nothing@2 6130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6132 afo:value "368.687"^^sxsd:hertz.number .
nothing@2 6133
nothing@2 6134 [] a afv:FundamentalFrequency ;
nothing@2 6135 event:time [ tl:at "11.117"^^xsd:float ;
nothing@2 6136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6138 afo:value "368.559"^^sxsd:hertz.number .
nothing@2 6139
nothing@2 6140 [] a afv:FundamentalFrequency ;
nothing@2 6141 event:time [ tl:at "11.122"^^xsd:float ;
nothing@2 6142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6144 afo:value "368.405"^^sxsd:hertz.number .
nothing@2 6145
nothing@2 6146 [] a afv:FundamentalFrequency ;
nothing@2 6147 event:time [ tl:at "11.128"^^xsd:float ;
nothing@2 6148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6150 afo:value "368.172"^^sxsd:hertz.number .
nothing@2 6151
nothing@2 6152 [] a afv:FundamentalFrequency ;
nothing@2 6153 event:time [ tl:at "11.134"^^xsd:float ;
nothing@2 6154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6156 afo:value "368.064"^^sxsd:hertz.number .
nothing@2 6157
nothing@2 6158 [] a afv:FundamentalFrequency ;
nothing@2 6159 event:time [ tl:at "11.14"^^xsd:float ;
nothing@2 6160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6162 afo:value "368.094"^^sxsd:hertz.number .
nothing@2 6163
nothing@2 6164 [] a afv:FundamentalFrequency ;
nothing@2 6165 event:time [ tl:at "1.115"^^xsd:float ;
nothing@2 6166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6168 afo:value "291.046"^^sxsd:hertz.number .
nothing@2 6169
nothing@2 6170 [] a afv:FundamentalFrequency ;
nothing@2 6171 event:time [ tl:at "11.146"^^xsd:float ;
nothing@2 6172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6174 afo:value "368.306"^^sxsd:hertz.number .
nothing@2 6175
nothing@2 6176 [] a afv:FundamentalFrequency ;
nothing@2 6177 event:time [ tl:at "11.151"^^xsd:float ;
nothing@2 6178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6180 afo:value "368.505"^^sxsd:hertz.number .
nothing@2 6181
nothing@2 6182 [] a afv:FundamentalFrequency ;
nothing@2 6183 event:time [ tl:at "11.157"^^xsd:float ;
nothing@2 6184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6186 afo:value "368.655"^^sxsd:hertz.number .
nothing@2 6187
nothing@2 6188 [] a afv:FundamentalFrequency ;
nothing@2 6189 event:time [ tl:at "11.163"^^xsd:float ;
nothing@2 6190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6192 afo:value "368.629"^^sxsd:hertz.number .
nothing@2 6193
nothing@2 6194 [] a afv:FundamentalFrequency ;
nothing@2 6195 event:time [ tl:at "11.169"^^xsd:float ;
nothing@2 6196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6198 afo:value "368.474"^^sxsd:hertz.number .
nothing@2 6199
nothing@2 6200 [] a afv:FundamentalFrequency ;
nothing@2 6201 event:time [ tl:at "11.175"^^xsd:float ;
nothing@2 6202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6204 afo:value "368.263"^^sxsd:hertz.number .
nothing@2 6205
nothing@2 6206 [] a afv:FundamentalFrequency ;
nothing@2 6207 event:time [ tl:at "11.18"^^xsd:float ;
nothing@2 6208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6210 afo:value "368.15"^^sxsd:hertz.number .
nothing@2 6211
nothing@2 6212 [] a afv:FundamentalFrequency ;
nothing@2 6213 event:time [ tl:at "11.186"^^xsd:float ;
nothing@2 6214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6216 afo:value "368.114"^^sxsd:hertz.number .
nothing@2 6217
nothing@2 6218 [] a afv:FundamentalFrequency ;
nothing@2 6219 event:time [ tl:at "11.192"^^xsd:float ;
nothing@2 6220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6222 afo:value "368.459"^^sxsd:hertz.number .
nothing@2 6223
nothing@2 6224 [] a afv:FundamentalFrequency ;
nothing@2 6225 event:time [ tl:at "11.198"^^xsd:float ;
nothing@2 6226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6228 afo:value "368.76"^^sxsd:hertz.number .
nothing@2 6229
nothing@2 6230 [] a afv:FundamentalFrequency ;
nothing@2 6231 event:time [ tl:at "1.12"^^xsd:float ;
nothing@2 6232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6234 afo:value "291.349"^^sxsd:hertz.number .
nothing@2 6235
nothing@2 6236 [] a afv:FundamentalFrequency ;
nothing@2 6237 event:time [ tl:at "11.204"^^xsd:float ;
nothing@2 6238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6240 afo:value "368.891"^^sxsd:hertz.number .
nothing@2 6241
nothing@2 6242 [] a afv:FundamentalFrequency ;
nothing@2 6243 event:time [ tl:at "11.209"^^xsd:float ;
nothing@2 6244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6246 afo:value "368.855"^^sxsd:hertz.number .
nothing@2 6247
nothing@2 6248 [] a afv:FundamentalFrequency ;
nothing@2 6249 event:time [ tl:at "11.215"^^xsd:float ;
nothing@2 6250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6252 afo:value "368.747"^^sxsd:hertz.number .
nothing@2 6253
nothing@2 6254 [] a afv:FundamentalFrequency ;
nothing@2 6255 event:time [ tl:at "11.221"^^xsd:float ;
nothing@2 6256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6258 afo:value "368.595"^^sxsd:hertz.number .
nothing@2 6259
nothing@2 6260 [] a afv:FundamentalFrequency ;
nothing@2 6261 event:time [ tl:at "11.227"^^xsd:float ;
nothing@2 6262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6264 afo:value "368.524"^^sxsd:hertz.number .
nothing@2 6265
nothing@2 6266 [] a afv:FundamentalFrequency ;
nothing@2 6267 event:time [ tl:at "11.233"^^xsd:float ;
nothing@2 6268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6270 afo:value "368.553"^^sxsd:hertz.number .
nothing@2 6271
nothing@2 6272 [] a afv:FundamentalFrequency ;
nothing@2 6273 event:time [ tl:at "11.238"^^xsd:float ;
nothing@2 6274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6276 afo:value "368.731"^^sxsd:hertz.number .
nothing@2 6277
nothing@2 6278 [] a afv:FundamentalFrequency ;
nothing@2 6279 event:time [ tl:at "11.244"^^xsd:float ;
nothing@2 6280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6282 afo:value "368.959"^^sxsd:hertz.number .
nothing@2 6283
nothing@2 6284 [] a afv:FundamentalFrequency ;
nothing@2 6285 event:time [ tl:at "11.25"^^xsd:float ;
nothing@2 6286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6288 afo:value "369.16"^^sxsd:hertz.number .
nothing@2 6289
nothing@2 6290 [] a afv:FundamentalFrequency ;
nothing@2 6291 event:time [ tl:at "11.256"^^xsd:float ;
nothing@2 6292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6294 afo:value "369.206"^^sxsd:hertz.number .
nothing@2 6295
nothing@2 6296 [] a afv:FundamentalFrequency ;
nothing@2 6297 event:time [ tl:at "1.126"^^xsd:float ;
nothing@2 6298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6300 afo:value "291.787"^^sxsd:hertz.number .
nothing@2 6301
nothing@2 6302 [] a afv:FundamentalFrequency ;
nothing@2 6303 event:time [ tl:at "11.262"^^xsd:float ;
nothing@2 6304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6306 afo:value "369.174"^^sxsd:hertz.number .
nothing@2 6307
nothing@2 6308 [] a afv:FundamentalFrequency ;
nothing@2 6309 event:time [ tl:at "11.267"^^xsd:float ;
nothing@2 6310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6312 afo:value "369.045"^^sxsd:hertz.number .
nothing@2 6313
nothing@2 6314 [] a afv:FundamentalFrequency ;
nothing@2 6315 event:time [ tl:at "11.273"^^xsd:float ;
nothing@2 6316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6318 afo:value "368.969"^^sxsd:hertz.number .
nothing@2 6319
nothing@2 6320 [] a afv:FundamentalFrequency ;
nothing@2 6321 event:time [ tl:at "11.279"^^xsd:float ;
nothing@2 6322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6324 afo:value "368.927"^^sxsd:hertz.number .
nothing@2 6325
nothing@2 6326 [] a afv:FundamentalFrequency ;
nothing@2 6327 event:time [ tl:at "11.285"^^xsd:float ;
nothing@2 6328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6330 afo:value "369.08"^^sxsd:hertz.number .
nothing@2 6331
nothing@2 6332 [] a afv:FundamentalFrequency ;
nothing@2 6333 event:time [ tl:at "11.291"^^xsd:float ;
nothing@2 6334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6336 afo:value "369.334"^^sxsd:hertz.number .
nothing@2 6337
nothing@2 6338 [] a afv:FundamentalFrequency ;
nothing@2 6339 event:time [ tl:at "11.297"^^xsd:float ;
nothing@2 6340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6342 afo:value "369.512"^^sxsd:hertz.number .
nothing@2 6343
nothing@2 6344 [] a afv:FundamentalFrequency ;
nothing@2 6345 event:time [ tl:at "11.302"^^xsd:float ;
nothing@2 6346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6348 afo:value "369.509"^^sxsd:hertz.number .
nothing@2 6349
nothing@2 6350 [] a afv:FundamentalFrequency ;
nothing@2 6351 event:time [ tl:at "11.308"^^xsd:float ;
nothing@2 6352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6354 afo:value "369.377"^^sxsd:hertz.number .
nothing@2 6355
nothing@2 6356 [] a afv:FundamentalFrequency ;
nothing@2 6357 event:time [ tl:at "11.314"^^xsd:float ;
nothing@2 6358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6360 afo:value "369.134"^^sxsd:hertz.number .
nothing@2 6361
nothing@2 6362 [] a afv:FundamentalFrequency ;
nothing@2 6363 event:time [ tl:at "1.132"^^xsd:float ;
nothing@2 6364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6366 afo:value "291.189"^^sxsd:hertz.number .
nothing@2 6367
nothing@2 6368 [] a afv:FundamentalFrequency ;
nothing@2 6369 event:time [ tl:at "11.32"^^xsd:float ;
nothing@2 6370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6372 afo:value "368.983"^^sxsd:hertz.number .
nothing@2 6373
nothing@2 6374 [] a afv:FundamentalFrequency ;
nothing@2 6375 event:time [ tl:at "11.326"^^xsd:float ;
nothing@2 6376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6378 afo:value "368.933"^^sxsd:hertz.number .
nothing@2 6379
nothing@2 6380 [] a afv:FundamentalFrequency ;
nothing@2 6381 event:time [ tl:at "11.331"^^xsd:float ;
nothing@2 6382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6384 afo:value "368.996"^^sxsd:hertz.number .
nothing@2 6385
nothing@2 6386 [] a afv:FundamentalFrequency ;
nothing@2 6387 event:time [ tl:at "11.337"^^xsd:float ;
nothing@2 6388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6390 afo:value "369.162"^^sxsd:hertz.number .
nothing@2 6391
nothing@2 6392 [] a afv:FundamentalFrequency ;
nothing@2 6393 event:time [ tl:at "11.343"^^xsd:float ;
nothing@2 6394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6396 afo:value "369.248"^^sxsd:hertz.number .
nothing@2 6397
nothing@2 6398 [] a afv:FundamentalFrequency ;
nothing@2 6399 event:time [ tl:at "11.349"^^xsd:float ;
nothing@2 6400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6402 afo:value "369.239"^^sxsd:hertz.number .
nothing@2 6403
nothing@2 6404 [] a afv:FundamentalFrequency ;
nothing@2 6405 event:time [ tl:at "11.355"^^xsd:float ;
nothing@2 6406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6408 afo:value "369.147"^^sxsd:hertz.number .
nothing@2 6409
nothing@2 6410 [] a afv:FundamentalFrequency ;
nothing@2 6411 event:time [ tl:at "11.36"^^xsd:float ;
nothing@2 6412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6414 afo:value "369.033"^^sxsd:hertz.number .
nothing@2 6415
nothing@2 6416 [] a afv:FundamentalFrequency ;
nothing@2 6417 event:time [ tl:at "11.366"^^xsd:float ;
nothing@2 6418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6420 afo:value "368.947"^^sxsd:hertz.number .
nothing@2 6421
nothing@2 6422 [] a afv:FundamentalFrequency ;
nothing@2 6423 event:time [ tl:at "11.372"^^xsd:float ;
nothing@2 6424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6426 afo:value "368.923"^^sxsd:hertz.number .
nothing@2 6427
nothing@2 6428 [] a afv:FundamentalFrequency ;
nothing@2 6429 event:time [ tl:at "1.138"^^xsd:float ;
nothing@2 6430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6432 afo:value "327.928"^^sxsd:hertz.number .
nothing@2 6433
nothing@2 6434 [] a afv:FundamentalFrequency ;
nothing@2 6435 event:time [ tl:at "11.378"^^xsd:float ;
nothing@2 6436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6438 afo:value "369.014"^^sxsd:hertz.number .
nothing@2 6439
nothing@2 6440 [] a afv:FundamentalFrequency ;
nothing@2 6441 event:time [ tl:at "11.384"^^xsd:float ;
nothing@2 6442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6444 afo:value "369.11"^^sxsd:hertz.number .
nothing@2 6445
nothing@2 6446 [] a afv:FundamentalFrequency ;
nothing@2 6447 event:time [ tl:at "11.389"^^xsd:float ;
nothing@2 6448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6450 afo:value "369.132"^^sxsd:hertz.number .
nothing@2 6451
nothing@2 6452 [] a afv:FundamentalFrequency ;
nothing@2 6453 event:time [ tl:at "11.395"^^xsd:float ;
nothing@2 6454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6456 afo:value "369.152"^^sxsd:hertz.number .
nothing@2 6457
nothing@2 6458 [] a afv:FundamentalFrequency ;
nothing@2 6459 event:time [ tl:at "11.401"^^xsd:float ;
nothing@2 6460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6462 afo:value "369.1"^^sxsd:hertz.number .
nothing@2 6463
nothing@2 6464 [] a afv:FundamentalFrequency ;
nothing@2 6465 event:time [ tl:at "11.407"^^xsd:float ;
nothing@2 6466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6468 afo:value "369.045"^^sxsd:hertz.number .
nothing@2 6469
nothing@2 6470 [] a afv:FundamentalFrequency ;
nothing@2 6471 event:time [ tl:at "11.413"^^xsd:float ;
nothing@2 6472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6474 afo:value "369.012"^^sxsd:hertz.number .
nothing@2 6475
nothing@2 6476 [] a afv:FundamentalFrequency ;
nothing@2 6477 event:time [ tl:at "11.418"^^xsd:float ;
nothing@2 6478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6480 afo:value "369.038"^^sxsd:hertz.number .
nothing@2 6481
nothing@2 6482 [] a afv:FundamentalFrequency ;
nothing@2 6483 event:time [ tl:at "11.424"^^xsd:float ;
nothing@2 6484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6486 afo:value "369.12"^^sxsd:hertz.number .
nothing@2 6487
nothing@2 6488 [] a afv:FundamentalFrequency ;
nothing@2 6489 event:time [ tl:at "11.43"^^xsd:float ;
nothing@2 6490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6492 afo:value "369.191"^^sxsd:hertz.number .
nothing@2 6493
nothing@2 6494 [] a afv:FundamentalFrequency ;
nothing@2 6495 event:time [ tl:at "1.144"^^xsd:float ;
nothing@2 6496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6498 afo:value "329.31"^^sxsd:hertz.number .
nothing@2 6499
nothing@2 6500 [] a afv:FundamentalFrequency ;
nothing@2 6501 event:time [ tl:at "11.436"^^xsd:float ;
nothing@2 6502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6504 afo:value "369.26"^^sxsd:hertz.number .
nothing@2 6505
nothing@2 6506 [] a afv:FundamentalFrequency ;
nothing@2 6507 event:time [ tl:at "11.442"^^xsd:float ;
nothing@2 6508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6510 afo:value "369.262"^^sxsd:hertz.number .
nothing@2 6511
nothing@2 6512 [] a afv:FundamentalFrequency ;
nothing@2 6513 event:time [ tl:at "11.447"^^xsd:float ;
nothing@2 6514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6516 afo:value "369.263"^^sxsd:hertz.number .
nothing@2 6517
nothing@2 6518 [] a afv:FundamentalFrequency ;
nothing@2 6519 event:time [ tl:at "11.453"^^xsd:float ;
nothing@2 6520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6522 afo:value "369.262"^^sxsd:hertz.number .
nothing@2 6523
nothing@2 6524 [] a afv:FundamentalFrequency ;
nothing@2 6525 event:time [ tl:at "11.459"^^xsd:float ;
nothing@2 6526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6528 afo:value "369.262"^^sxsd:hertz.number .
nothing@2 6529
nothing@2 6530 [] a afv:FundamentalFrequency ;
nothing@2 6531 event:time [ tl:at "11.465"^^xsd:float ;
nothing@2 6532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6534 afo:value "369.226"^^sxsd:hertz.number .
nothing@2 6535
nothing@2 6536 [] a afv:FundamentalFrequency ;
nothing@2 6537 event:time [ tl:at "11.471"^^xsd:float ;
nothing@2 6538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6540 afo:value "369.21"^^sxsd:hertz.number .
nothing@2 6541
nothing@2 6542 [] a afv:FundamentalFrequency ;
nothing@2 6543 event:time [ tl:at "11.476"^^xsd:float ;
nothing@2 6544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6546 afo:value "369.254"^^sxsd:hertz.number .
nothing@2 6547
nothing@2 6548 [] a afv:FundamentalFrequency ;
nothing@2 6549 event:time [ tl:at "11.482"^^xsd:float ;
nothing@2 6550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6552 afo:value "369.309"^^sxsd:hertz.number .
nothing@2 6553
nothing@2 6554 [] a afv:FundamentalFrequency ;
nothing@2 6555 event:time [ tl:at "11.488"^^xsd:float ;
nothing@2 6556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6558 afo:value "369.408"^^sxsd:hertz.number .
nothing@2 6559
nothing@2 6560 [] a afv:FundamentalFrequency ;
nothing@2 6561 event:time [ tl:at "1.149"^^xsd:float ;
nothing@2 6562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6564 afo:value "334.148"^^sxsd:hertz.number .
nothing@2 6565
nothing@2 6566 [] a afv:FundamentalFrequency ;
nothing@2 6567 event:time [ tl:at "11.494"^^xsd:float ;
nothing@2 6568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6570 afo:value "369.482"^^sxsd:hertz.number .
nothing@2 6571
nothing@2 6572 [] a afv:FundamentalFrequency ;
nothing@2 6573 event:time [ tl:at "11.5"^^xsd:float ;
nothing@2 6574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6576 afo:value "369.543"^^sxsd:hertz.number .
nothing@2 6577
nothing@2 6578 [] a afv:FundamentalFrequency ;
nothing@2 6579 event:time [ tl:at "11.505"^^xsd:float ;
nothing@2 6580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6582 afo:value "369.518"^^sxsd:hertz.number .
nothing@2 6583
nothing@2 6584 [] a afv:FundamentalFrequency ;
nothing@2 6585 event:time [ tl:at "11.511"^^xsd:float ;
nothing@2 6586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6588 afo:value "369.414"^^sxsd:hertz.number .
nothing@2 6589
nothing@2 6590 [] a afv:FundamentalFrequency ;
nothing@2 6591 event:time [ tl:at "11.517"^^xsd:float ;
nothing@2 6592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6594 afo:value "369.279"^^sxsd:hertz.number .
nothing@2 6595
nothing@2 6596 [] a afv:FundamentalFrequency ;
nothing@2 6597 event:time [ tl:at "11.523"^^xsd:float ;
nothing@2 6598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6600 afo:value "369.137"^^sxsd:hertz.number .
nothing@2 6601
nothing@2 6602 [] a afv:FundamentalFrequency ;
nothing@2 6603 event:time [ tl:at "11.529"^^xsd:float ;
nothing@2 6604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6606 afo:value "369.098"^^sxsd:hertz.number .
nothing@2 6607
nothing@2 6608 [] a afv:FundamentalFrequency ;
nothing@2 6609 event:time [ tl:at "11.535"^^xsd:float ;
nothing@2 6610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6612 afo:value "369.14"^^sxsd:hertz.number .
nothing@2 6613
nothing@2 6614 [] a afv:FundamentalFrequency ;
nothing@2 6615 event:time [ tl:at "11.54"^^xsd:float ;
nothing@2 6616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6618 afo:value "369.199"^^sxsd:hertz.number .
nothing@2 6619
nothing@2 6620 [] a afv:FundamentalFrequency ;
nothing@2 6621 event:time [ tl:at "11.546"^^xsd:float ;
nothing@2 6622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6624 afo:value "369.252"^^sxsd:hertz.number .
nothing@2 6625
nothing@2 6626 [] a afv:FundamentalFrequency ;
nothing@2 6627 event:time [ tl:at "1.155"^^xsd:float ;
nothing@2 6628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6630 afo:value "349.91"^^sxsd:hertz.number .
nothing@2 6631
nothing@2 6632 [] a afv:FundamentalFrequency ;
nothing@2 6633 event:time [ tl:at "11.552"^^xsd:float ;
nothing@2 6634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6636 afo:value "369.261"^^sxsd:hertz.number .
nothing@2 6637
nothing@2 6638 [] a afv:FundamentalFrequency ;
nothing@2 6639 event:time [ tl:at "11.558"^^xsd:float ;
nothing@2 6640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6642 afo:value "369.254"^^sxsd:hertz.number .
nothing@2 6643
nothing@2 6644 [] a afv:FundamentalFrequency ;
nothing@2 6645 event:time [ tl:at "11.564"^^xsd:float ;
nothing@2 6646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6648 afo:value "369.273"^^sxsd:hertz.number .
nothing@2 6649
nothing@2 6650 [] a afv:FundamentalFrequency ;
nothing@2 6651 event:time [ tl:at "11.569"^^xsd:float ;
nothing@2 6652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6654 afo:value "369.277"^^sxsd:hertz.number .
nothing@2 6655
nothing@2 6656 [] a afv:FundamentalFrequency ;
nothing@2 6657 event:time [ tl:at "11.575"^^xsd:float ;
nothing@2 6658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6660 afo:value "369.272"^^sxsd:hertz.number .
nothing@2 6661
nothing@2 6662 [] a afv:FundamentalFrequency ;
nothing@2 6663 event:time [ tl:at "11.581"^^xsd:float ;
nothing@2 6664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6666 afo:value "369.291"^^sxsd:hertz.number .
nothing@2 6667
nothing@2 6668 [] a afv:FundamentalFrequency ;
nothing@2 6669 event:time [ tl:at "11.587"^^xsd:float ;
nothing@2 6670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6672 afo:value "369.29"^^sxsd:hertz.number .
nothing@2 6673
nothing@2 6674 [] a afv:FundamentalFrequency ;
nothing@2 6675 event:time [ tl:at "11.593"^^xsd:float ;
nothing@2 6676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6678 afo:value "369.344"^^sxsd:hertz.number .
nothing@2 6679
nothing@2 6680 [] a afv:FundamentalFrequency ;
nothing@2 6681 event:time [ tl:at "11.598"^^xsd:float ;
nothing@2 6682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6684 afo:value "369.328"^^sxsd:hertz.number .
nothing@2 6685
nothing@2 6686 [] a afv:FundamentalFrequency ;
nothing@2 6687 event:time [ tl:at "11.604"^^xsd:float ;
nothing@2 6688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6690 afo:value "369.316"^^sxsd:hertz.number .
nothing@2 6691
nothing@2 6692 [] a afv:FundamentalFrequency ;
nothing@2 6693 event:time [ tl:at "0.012"^^xsd:float ;
nothing@2 6694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6696 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 6697
nothing@2 6698 [] a afv:FundamentalFrequency ;
nothing@2 6699 event:time [ tl:at "0.116"^^xsd:float ;
nothing@2 6700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6702 afo:value "301.041"^^sxsd:hertz.number .
nothing@2 6703
nothing@2 6704 [] a afv:FundamentalFrequency ;
nothing@2 6705 event:time [ tl:at "1.161"^^xsd:float ;
nothing@2 6706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6708 afo:value "353.365"^^sxsd:hertz.number .
nothing@2 6709
nothing@2 6710 [] a afv:FundamentalFrequency ;
nothing@2 6711 event:time [ tl:at "11.61"^^xsd:float ;
nothing@2 6712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6714 afo:value "369.276"^^sxsd:hertz.number .
nothing@2 6715
nothing@2 6716 [] a afv:FundamentalFrequency ;
nothing@2 6717 event:time [ tl:at "11.616"^^xsd:float ;
nothing@2 6718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6720 afo:value "369.227"^^sxsd:hertz.number .
nothing@2 6721
nothing@2 6722 [] a afv:FundamentalFrequency ;
nothing@2 6723 event:time [ tl:at "11.622"^^xsd:float ;
nothing@2 6724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6726 afo:value "369.236"^^sxsd:hertz.number .
nothing@2 6727
nothing@2 6728 [] a afv:FundamentalFrequency ;
nothing@2 6729 event:time [ tl:at "11.627"^^xsd:float ;
nothing@2 6730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6732 afo:value "369.323"^^sxsd:hertz.number .
nothing@2 6733
nothing@2 6734 [] a afv:FundamentalFrequency ;
nothing@2 6735 event:time [ tl:at "11.633"^^xsd:float ;
nothing@2 6736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6738 afo:value "369.448"^^sxsd:hertz.number .
nothing@2 6739
nothing@2 6740 [] a afv:FundamentalFrequency ;
nothing@2 6741 event:time [ tl:at "11.639"^^xsd:float ;
nothing@2 6742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6744 afo:value "369.478"^^sxsd:hertz.number .
nothing@2 6745
nothing@2 6746 [] a afv:FundamentalFrequency ;
nothing@2 6747 event:time [ tl:at "11.645"^^xsd:float ;
nothing@2 6748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6750 afo:value "369.494"^^sxsd:hertz.number .
nothing@2 6751
nothing@2 6752 [] a afv:FundamentalFrequency ;
nothing@2 6753 event:time [ tl:at "11.651"^^xsd:float ;
nothing@2 6754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6756 afo:value "369.475"^^sxsd:hertz.number .
nothing@2 6757
nothing@2 6758 [] a afv:FundamentalFrequency ;
nothing@2 6759 event:time [ tl:at "11.656"^^xsd:float ;
nothing@2 6760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6762 afo:value "369.471"^^sxsd:hertz.number .
nothing@2 6763
nothing@2 6764 [] a afv:FundamentalFrequency ;
nothing@2 6765 event:time [ tl:at "11.662"^^xsd:float ;
nothing@2 6766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6768 afo:value "369.455"^^sxsd:hertz.number .
nothing@2 6769
nothing@2 6770 [] a afv:FundamentalFrequency ;
nothing@2 6771 event:time [ tl:at "1.167"^^xsd:float ;
nothing@2 6772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6774 afo:value "358.754"^^sxsd:hertz.number .
nothing@2 6775
nothing@2 6776 [] a afv:FundamentalFrequency ;
nothing@2 6777 event:time [ tl:at "11.668"^^xsd:float ;
nothing@2 6778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6780 afo:value "369.44"^^sxsd:hertz.number .
nothing@2 6781
nothing@2 6782 [] a afv:FundamentalFrequency ;
nothing@2 6783 event:time [ tl:at "11.674"^^xsd:float ;
nothing@2 6784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6786 afo:value "369.453"^^sxsd:hertz.number .
nothing@2 6787
nothing@2 6788 [] a afv:FundamentalFrequency ;
nothing@2 6789 event:time [ tl:at "11.68"^^xsd:float ;
nothing@2 6790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6792 afo:value "369.452"^^sxsd:hertz.number .
nothing@2 6793
nothing@2 6794 [] a afv:FundamentalFrequency ;
nothing@2 6795 event:time [ tl:at "11.685"^^xsd:float ;
nothing@2 6796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6798 afo:value "369.458"^^sxsd:hertz.number .
nothing@2 6799
nothing@2 6800 [] a afv:FundamentalFrequency ;
nothing@2 6801 event:time [ tl:at "11.691"^^xsd:float ;
nothing@2 6802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6804 afo:value "369.491"^^sxsd:hertz.number .
nothing@2 6805
nothing@2 6806 [] a afv:FundamentalFrequency ;
nothing@2 6807 event:time [ tl:at "11.697"^^xsd:float ;
nothing@2 6808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6810 afo:value "369.523"^^sxsd:hertz.number .
nothing@2 6811
nothing@2 6812 [] a afv:FundamentalFrequency ;
nothing@2 6813 event:time [ tl:at "11.703"^^xsd:float ;
nothing@2 6814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6816 afo:value "369.541"^^sxsd:hertz.number .
nothing@2 6817
nothing@2 6818 [] a afv:FundamentalFrequency ;
nothing@2 6819 event:time [ tl:at "11.709"^^xsd:float ;
nothing@2 6820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6822 afo:value "369.518"^^sxsd:hertz.number .
nothing@2 6823
nothing@2 6824 [] a afv:FundamentalFrequency ;
nothing@2 6825 event:time [ tl:at "11.714"^^xsd:float ;
nothing@2 6826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6828 afo:value "369.453"^^sxsd:hertz.number .
nothing@2 6829
nothing@2 6830 [] a afv:FundamentalFrequency ;
nothing@2 6831 event:time [ tl:at "11.72"^^xsd:float ;
nothing@2 6832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6834 afo:value "369.329"^^sxsd:hertz.number .
nothing@2 6835
nothing@2 6836 [] a afv:FundamentalFrequency ;
nothing@2 6837 event:time [ tl:at "1.173"^^xsd:float ;
nothing@2 6838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6840 afo:value "369.992"^^sxsd:hertz.number .
nothing@2 6841
nothing@2 6842 [] a afv:FundamentalFrequency ;
nothing@2 6843 event:time [ tl:at "11.726"^^xsd:float ;
nothing@2 6844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6846 afo:value "369.299"^^sxsd:hertz.number .
nothing@2 6847
nothing@2 6848 [] a afv:FundamentalFrequency ;
nothing@2 6849 event:time [ tl:at "11.732"^^xsd:float ;
nothing@2 6850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6852 afo:value "369.263"^^sxsd:hertz.number .
nothing@2 6853
nothing@2 6854 [] a afv:FundamentalFrequency ;
nothing@2 6855 event:time [ tl:at "11.738"^^xsd:float ;
nothing@2 6856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6858 afo:value "369.275"^^sxsd:hertz.number .
nothing@2 6859
nothing@2 6860 [] a afv:FundamentalFrequency ;
nothing@2 6861 event:time [ tl:at "11.743"^^xsd:float ;
nothing@2 6862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6864 afo:value "369.295"^^sxsd:hertz.number .
nothing@2 6865
nothing@2 6866 [] a afv:FundamentalFrequency ;
nothing@2 6867 event:time [ tl:at "11.749"^^xsd:float ;
nothing@2 6868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6870 afo:value "369.336"^^sxsd:hertz.number .
nothing@2 6871
nothing@2 6872 [] a afv:FundamentalFrequency ;
nothing@2 6873 event:time [ tl:at "11.755"^^xsd:float ;
nothing@2 6874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6876 afo:value "369.333"^^sxsd:hertz.number .
nothing@2 6877
nothing@2 6878 [] a afv:FundamentalFrequency ;
nothing@2 6879 event:time [ tl:at "11.761"^^xsd:float ;
nothing@2 6880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6882 afo:value "369.284"^^sxsd:hertz.number .
nothing@2 6883
nothing@2 6884 [] a afv:FundamentalFrequency ;
nothing@2 6885 event:time [ tl:at "11.767"^^xsd:float ;
nothing@2 6886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6888 afo:value "369.255"^^sxsd:hertz.number .
nothing@2 6889
nothing@2 6890 [] a afv:FundamentalFrequency ;
nothing@2 6891 event:time [ tl:at "11.773"^^xsd:float ;
nothing@2 6892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6894 afo:value "369.25"^^sxsd:hertz.number .
nothing@2 6895
nothing@2 6896 [] a afv:FundamentalFrequency ;
nothing@2 6897 event:time [ tl:at "11.778"^^xsd:float ;
nothing@2 6898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6900 afo:value "369.286"^^sxsd:hertz.number .
nothing@2 6901
nothing@2 6902 [] a afv:FundamentalFrequency ;
nothing@2 6903 event:time [ tl:at "1.178"^^xsd:float ;
nothing@2 6904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6906 afo:value "369.697"^^sxsd:hertz.number .
nothing@2 6907
nothing@2 6908 [] a afv:FundamentalFrequency ;
nothing@2 6909 event:time [ tl:at "11.784"^^xsd:float ;
nothing@2 6910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6912 afo:value "369.386"^^sxsd:hertz.number .
nothing@2 6913
nothing@2 6914 [] a afv:FundamentalFrequency ;
nothing@2 6915 event:time [ tl:at "11.79"^^xsd:float ;
nothing@2 6916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6918 afo:value "369.549"^^sxsd:hertz.number .
nothing@2 6919
nothing@2 6920 [] a afv:FundamentalFrequency ;
nothing@2 6921 event:time [ tl:at "11.796"^^xsd:float ;
nothing@2 6922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6924 afo:value "369.751"^^sxsd:hertz.number .
nothing@2 6925
nothing@2 6926 [] a afv:FundamentalFrequency ;
nothing@2 6927 event:time [ tl:at "11.802"^^xsd:float ;
nothing@2 6928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6930 afo:value "369.988"^^sxsd:hertz.number .
nothing@2 6931
nothing@2 6932 [] a afv:FundamentalFrequency ;
nothing@2 6933 event:time [ tl:at "11.807"^^xsd:float ;
nothing@2 6934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6936 afo:value "370.291"^^sxsd:hertz.number .
nothing@2 6937
nothing@2 6938 [] a afv:FundamentalFrequency ;
nothing@2 6939 event:time [ tl:at "11.813"^^xsd:float ;
nothing@2 6940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6942 afo:value "370.583"^^sxsd:hertz.number .
nothing@2 6943
nothing@2 6944 [] a afv:FundamentalFrequency ;
nothing@2 6945 event:time [ tl:at "11.819"^^xsd:float ;
nothing@2 6946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6948 afo:value "370.916"^^sxsd:hertz.number .
nothing@2 6949
nothing@2 6950 [] a afv:FundamentalFrequency ;
nothing@2 6951 event:time [ tl:at "11.825"^^xsd:float ;
nothing@2 6952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6954 afo:value "371.208"^^sxsd:hertz.number .
nothing@2 6955
nothing@2 6956 [] a afv:FundamentalFrequency ;
nothing@2 6957 event:time [ tl:at "11.831"^^xsd:float ;
nothing@2 6958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6960 afo:value "371.414"^^sxsd:hertz.number .
nothing@2 6961
nothing@2 6962 [] a afv:FundamentalFrequency ;
nothing@2 6963 event:time [ tl:at "11.836"^^xsd:float ;
nothing@2 6964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6966 afo:value "371.462"^^sxsd:hertz.number .
nothing@2 6967
nothing@2 6968 [] a afv:FundamentalFrequency ;
nothing@2 6969 event:time [ tl:at "1.184"^^xsd:float ;
nothing@2 6970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6972 afo:value "369.417"^^sxsd:hertz.number .
nothing@2 6973
nothing@2 6974 [] a afv:FundamentalFrequency ;
nothing@2 6975 event:time [ tl:at "11.842"^^xsd:float ;
nothing@2 6976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6978 afo:value "371.426"^^sxsd:hertz.number .
nothing@2 6979
nothing@2 6980 [] a afv:FundamentalFrequency ;
nothing@2 6981 event:time [ tl:at "11.848"^^xsd:float ;
nothing@2 6982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6984 afo:value "371.474"^^sxsd:hertz.number .
nothing@2 6985
nothing@2 6986 [] a afv:FundamentalFrequency ;
nothing@2 6987 event:time [ tl:at "11.854"^^xsd:float ;
nothing@2 6988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6990 afo:value "371.46"^^sxsd:hertz.number .
nothing@2 6991
nothing@2 6992 [] a afv:FundamentalFrequency ;
nothing@2 6993 event:time [ tl:at "11.86"^^xsd:float ;
nothing@2 6994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 6995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 6996 afo:value "371.365"^^sxsd:hertz.number .
nothing@2 6997
nothing@2 6998 [] a afv:FundamentalFrequency ;
nothing@2 6999 event:time [ tl:at "11.865"^^xsd:float ;
nothing@2 7000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7002 afo:value "371.04"^^sxsd:hertz.number .
nothing@2 7003
nothing@2 7004 [] a afv:FundamentalFrequency ;
nothing@2 7005 event:time [ tl:at "11.871"^^xsd:float ;
nothing@2 7006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7008 afo:value "370.506"^^sxsd:hertz.number .
nothing@2 7009
nothing@2 7010 [] a afv:FundamentalFrequency ;
nothing@2 7011 event:time [ tl:at "11.877"^^xsd:float ;
nothing@2 7012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7014 afo:value "370.066"^^sxsd:hertz.number .
nothing@2 7015
nothing@2 7016 [] a afv:FundamentalFrequency ;
nothing@2 7017 event:time [ tl:at "11.883"^^xsd:float ;
nothing@2 7018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7020 afo:value "369.856"^^sxsd:hertz.number .
nothing@2 7021
nothing@2 7022 [] a afv:FundamentalFrequency ;
nothing@2 7023 event:time [ tl:at "11.889"^^xsd:float ;
nothing@2 7024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7026 afo:value "369.575"^^sxsd:hertz.number .
nothing@2 7027
nothing@2 7028 [] a afv:FundamentalFrequency ;
nothing@2 7029 event:time [ tl:at "11.894"^^xsd:float ;
nothing@2 7030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7032 afo:value "369.583"^^sxsd:hertz.number .
nothing@2 7033
nothing@2 7034 [] a afv:FundamentalFrequency ;
nothing@2 7035 event:time [ tl:at "1.19"^^xsd:float ;
nothing@2 7036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7038 afo:value "369.091"^^sxsd:hertz.number .
nothing@2 7039
nothing@2 7040 [] a afv:FundamentalFrequency ;
nothing@2 7041 event:time [ tl:at "11.9"^^xsd:float ;
nothing@2 7042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7044 afo:value "369.61"^^sxsd:hertz.number .
nothing@2 7045
nothing@2 7046 [] a afv:FundamentalFrequency ;
nothing@2 7047 event:time [ tl:at "11.906"^^xsd:float ;
nothing@2 7048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7050 afo:value "369.758"^^sxsd:hertz.number .
nothing@2 7051
nothing@2 7052 [] a afv:FundamentalFrequency ;
nothing@2 7053 event:time [ tl:at "11.912"^^xsd:float ;
nothing@2 7054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7056 afo:value "369.481"^^sxsd:hertz.number .
nothing@2 7057
nothing@2 7058 [] a afv:FundamentalFrequency ;
nothing@2 7059 event:time [ tl:at "11.918"^^xsd:float ;
nothing@2 7060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7062 afo:value "369.129"^^sxsd:hertz.number .
nothing@2 7063
nothing@2 7064 [] a afv:FundamentalFrequency ;
nothing@2 7065 event:time [ tl:at "11.923"^^xsd:float ;
nothing@2 7066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7068 afo:value "368.798"^^sxsd:hertz.number .
nothing@2 7069
nothing@2 7070 [] a afv:FundamentalFrequency ;
nothing@2 7071 event:time [ tl:at "11.929"^^xsd:float ;
nothing@2 7072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7074 afo:value "368.753"^^sxsd:hertz.number .
nothing@2 7075
nothing@2 7076 [] a afv:FundamentalFrequency ;
nothing@2 7077 event:time [ tl:at "11.935"^^xsd:float ;
nothing@2 7078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7080 afo:value "368.793"^^sxsd:hertz.number .
nothing@2 7081
nothing@2 7082 [] a afv:FundamentalFrequency ;
nothing@2 7083 event:time [ tl:at "11.941"^^xsd:float ;
nothing@2 7084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7086 afo:value "368.753"^^sxsd:hertz.number .
nothing@2 7087
nothing@2 7088 [] a afv:FundamentalFrequency ;
nothing@2 7089 event:time [ tl:at "11.947"^^xsd:float ;
nothing@2 7090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7092 afo:value "368.645"^^sxsd:hertz.number .
nothing@2 7093
nothing@2 7094 [] a afv:FundamentalFrequency ;
nothing@2 7095 event:time [ tl:at "11.952"^^xsd:float ;
nothing@2 7096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7098 afo:value "368.43"^^sxsd:hertz.number .
nothing@2 7099
nothing@2 7100 [] a afv:FundamentalFrequency ;
nothing@2 7101 event:time [ tl:at "1.196"^^xsd:float ;
nothing@2 7102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7104 afo:value "369.27"^^sxsd:hertz.number .
nothing@2 7105
nothing@2 7106 [] a afv:FundamentalFrequency ;
nothing@2 7107 event:time [ tl:at "11.958"^^xsd:float ;
nothing@2 7108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7110 afo:value "368.284"^^sxsd:hertz.number .
nothing@2 7111
nothing@2 7112 [] a afv:FundamentalFrequency ;
nothing@2 7113 event:time [ tl:at "11.964"^^xsd:float ;
nothing@2 7114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7116 afo:value "368.167"^^sxsd:hertz.number .
nothing@2 7117
nothing@2 7118 [] a afv:FundamentalFrequency ;
nothing@2 7119 event:time [ tl:at "11.97"^^xsd:float ;
nothing@2 7120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7122 afo:value "368.03"^^sxsd:hertz.number .
nothing@2 7123
nothing@2 7124 [] a afv:FundamentalFrequency ;
nothing@2 7125 event:time [ tl:at "11.976"^^xsd:float ;
nothing@2 7126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7128 afo:value "368.058"^^sxsd:hertz.number .
nothing@2 7129
nothing@2 7130 [] a afv:FundamentalFrequency ;
nothing@2 7131 event:time [ tl:at "11.981"^^xsd:float ;
nothing@2 7132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7134 afo:value "368.29"^^sxsd:hertz.number .
nothing@2 7135
nothing@2 7136 [] a afv:FundamentalFrequency ;
nothing@2 7137 event:time [ tl:at "11.987"^^xsd:float ;
nothing@2 7138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7140 afo:value "368.658"^^sxsd:hertz.number .
nothing@2 7141
nothing@2 7142 [] a afv:FundamentalFrequency ;
nothing@2 7143 event:time [ tl:at "11.993"^^xsd:float ;
nothing@2 7144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7146 afo:value "369.016"^^sxsd:hertz.number .
nothing@2 7147
nothing@2 7148 [] a afv:FundamentalFrequency ;
nothing@2 7149 event:time [ tl:at "11.999"^^xsd:float ;
nothing@2 7150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7152 afo:value "369.22"^^sxsd:hertz.number .
nothing@2 7153
nothing@2 7154 [] a afv:FundamentalFrequency ;
nothing@2 7155 event:time [ tl:at "12.005"^^xsd:float ;
nothing@2 7156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7158 afo:value "369.424"^^sxsd:hertz.number .
nothing@2 7159
nothing@2 7160 [] a afv:FundamentalFrequency ;
nothing@2 7161 event:time [ tl:at "12.011"^^xsd:float ;
nothing@2 7162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7164 afo:value "369.883"^^sxsd:hertz.number .
nothing@2 7165
nothing@2 7166 [] a afv:FundamentalFrequency ;
nothing@2 7167 event:time [ tl:at "1.202"^^xsd:float ;
nothing@2 7168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7170 afo:value "369.049"^^sxsd:hertz.number .
nothing@2 7171
nothing@2 7172 [] a afv:FundamentalFrequency ;
nothing@2 7173 event:time [ tl:at "12.016"^^xsd:float ;
nothing@2 7174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7176 afo:value "370.43"^^sxsd:hertz.number .
nothing@2 7177
nothing@2 7178 [] a afv:FundamentalFrequency ;
nothing@2 7179 event:time [ tl:at "12.022"^^xsd:float ;
nothing@2 7180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7182 afo:value "370.642"^^sxsd:hertz.number .
nothing@2 7183
nothing@2 7184 [] a afv:FundamentalFrequency ;
nothing@2 7185 event:time [ tl:at "12.028"^^xsd:float ;
nothing@2 7186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7188 afo:value "370.837"^^sxsd:hertz.number .
nothing@2 7189
nothing@2 7190 [] a afv:FundamentalFrequency ;
nothing@2 7191 event:time [ tl:at "12.034"^^xsd:float ;
nothing@2 7192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7194 afo:value "370.966"^^sxsd:hertz.number .
nothing@2 7195
nothing@2 7196 [] a afv:FundamentalFrequency ;
nothing@2 7197 event:time [ tl:at "12.04"^^xsd:float ;
nothing@2 7198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7200 afo:value "371.396"^^sxsd:hertz.number .
nothing@2 7201
nothing@2 7202 [] a afv:FundamentalFrequency ;
nothing@2 7203 event:time [ tl:at "12.045"^^xsd:float ;
nothing@2 7204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7206 afo:value "372.062"^^sxsd:hertz.number .
nothing@2 7207
nothing@2 7208 [] a afv:FundamentalFrequency ;
nothing@2 7209 event:time [ tl:at "12.051"^^xsd:float ;
nothing@2 7210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7212 afo:value "372.445"^^sxsd:hertz.number .
nothing@2 7213
nothing@2 7214 [] a afv:FundamentalFrequency ;
nothing@2 7215 event:time [ tl:at "12.057"^^xsd:float ;
nothing@2 7216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7218 afo:value "372.632"^^sxsd:hertz.number .
nothing@2 7219
nothing@2 7220 [] a afv:FundamentalFrequency ;
nothing@2 7221 event:time [ tl:at "12.063"^^xsd:float ;
nothing@2 7222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7224 afo:value "372.5"^^sxsd:hertz.number .
nothing@2 7225
nothing@2 7226 [] a afv:FundamentalFrequency ;
nothing@2 7227 event:time [ tl:at "12.069"^^xsd:float ;
nothing@2 7228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7230 afo:value "372.049"^^sxsd:hertz.number .
nothing@2 7231
nothing@2 7232 [] a afv:FundamentalFrequency ;
nothing@2 7233 event:time [ tl:at "1.207"^^xsd:float ;
nothing@2 7234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7236 afo:value "369.005"^^sxsd:hertz.number .
nothing@2 7237
nothing@2 7238 [] a afv:FundamentalFrequency ;
nothing@2 7239 event:time [ tl:at "12.074"^^xsd:float ;
nothing@2 7240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7242 afo:value "371.386"^^sxsd:hertz.number .
nothing@2 7243
nothing@2 7244 [] a afv:FundamentalFrequency ;
nothing@2 7245 event:time [ tl:at "12.08"^^xsd:float ;
nothing@2 7246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7248 afo:value "370.804"^^sxsd:hertz.number .
nothing@2 7249
nothing@2 7250 [] a afv:FundamentalFrequency ;
nothing@2 7251 event:time [ tl:at "12.086"^^xsd:float ;
nothing@2 7252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7254 afo:value "370.355"^^sxsd:hertz.number .
nothing@2 7255
nothing@2 7256 [] a afv:FundamentalFrequency ;
nothing@2 7257 event:time [ tl:at "12.092"^^xsd:float ;
nothing@2 7258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7260 afo:value "370.233"^^sxsd:hertz.number .
nothing@2 7261
nothing@2 7262 [] a afv:FundamentalFrequency ;
nothing@2 7263 event:time [ tl:at "12.098"^^xsd:float ;
nothing@2 7264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7266 afo:value "370.347"^^sxsd:hertz.number .
nothing@2 7267
nothing@2 7268 [] a afv:FundamentalFrequency ;
nothing@2 7269 event:time [ tl:at "12.103"^^xsd:float ;
nothing@2 7270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7272 afo:value "370.52"^^sxsd:hertz.number .
nothing@2 7273
nothing@2 7274 [] a afv:FundamentalFrequency ;
nothing@2 7275 event:time [ tl:at "12.109"^^xsd:float ;
nothing@2 7276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7278 afo:value "370.641"^^sxsd:hertz.number .
nothing@2 7279
nothing@2 7280 [] a afv:FundamentalFrequency ;
nothing@2 7281 event:time [ tl:at "12.115"^^xsd:float ;
nothing@2 7282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7284 afo:value "370.63"^^sxsd:hertz.number .
nothing@2 7285
nothing@2 7286 [] a afv:FundamentalFrequency ;
nothing@2 7287 event:time [ tl:at "12.121"^^xsd:float ;
nothing@2 7288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7290 afo:value "370.696"^^sxsd:hertz.number .
nothing@2 7291
nothing@2 7292 [] a afv:FundamentalFrequency ;
nothing@2 7293 event:time [ tl:at "12.127"^^xsd:float ;
nothing@2 7294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7296 afo:value "370.581"^^sxsd:hertz.number .
nothing@2 7297
nothing@2 7298 [] a afv:FundamentalFrequency ;
nothing@2 7299 event:time [ tl:at "1.213"^^xsd:float ;
nothing@2 7300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7302 afo:value "368.924"^^sxsd:hertz.number .
nothing@2 7303
nothing@2 7304 [] a afv:FundamentalFrequency ;
nothing@2 7305 event:time [ tl:at "12.132"^^xsd:float ;
nothing@2 7306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7308 afo:value "370.167"^^sxsd:hertz.number .
nothing@2 7309
nothing@2 7310 [] a afv:FundamentalFrequency ;
nothing@2 7311 event:time [ tl:at "12.138"^^xsd:float ;
nothing@2 7312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7314 afo:value "369.396"^^sxsd:hertz.number .
nothing@2 7315
nothing@2 7316 [] a afv:FundamentalFrequency ;
nothing@2 7317 event:time [ tl:at "12.144"^^xsd:float ;
nothing@2 7318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7320 afo:value "368.625"^^sxsd:hertz.number .
nothing@2 7321
nothing@2 7322 [] a afv:FundamentalFrequency ;
nothing@2 7323 event:time [ tl:at "12.15"^^xsd:float ;
nothing@2 7324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7326 afo:value "368.381"^^sxsd:hertz.number .
nothing@2 7327
nothing@2 7328 [] a afv:FundamentalFrequency ;
nothing@2 7329 event:time [ tl:at "12.156"^^xsd:float ;
nothing@2 7330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7332 afo:value "368.724"^^sxsd:hertz.number .
nothing@2 7333
nothing@2 7334 [] a afv:FundamentalFrequency ;
nothing@2 7335 event:time [ tl:at "12.161"^^xsd:float ;
nothing@2 7336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7338 afo:value "369.469"^^sxsd:hertz.number .
nothing@2 7339
nothing@2 7340 [] a afv:FundamentalFrequency ;
nothing@2 7341 event:time [ tl:at "12.167"^^xsd:float ;
nothing@2 7342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7344 afo:value "369.791"^^sxsd:hertz.number .
nothing@2 7345
nothing@2 7346 [] a afv:FundamentalFrequency ;
nothing@2 7347 event:time [ tl:at "12.173"^^xsd:float ;
nothing@2 7348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7350 afo:value "369.524"^^sxsd:hertz.number .
nothing@2 7351
nothing@2 7352 [] a afv:FundamentalFrequency ;
nothing@2 7353 event:time [ tl:at "12.179"^^xsd:float ;
nothing@2 7354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7356 afo:value "368.983"^^sxsd:hertz.number .
nothing@2 7357
nothing@2 7358 [] a afv:FundamentalFrequency ;
nothing@2 7359 event:time [ tl:at "12.185"^^xsd:float ;
nothing@2 7360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7362 afo:value "368.36"^^sxsd:hertz.number .
nothing@2 7363
nothing@2 7364 [] a afv:FundamentalFrequency ;
nothing@2 7365 event:time [ tl:at "0.122"^^xsd:float ;
nothing@2 7366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7368 afo:value "294.533"^^sxsd:hertz.number .
nothing@2 7369
nothing@2 7370 [] a afv:FundamentalFrequency ;
nothing@2 7371 event:time [ tl:at "1.219"^^xsd:float ;
nothing@2 7372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7374 afo:value "368.896"^^sxsd:hertz.number .
nothing@2 7375
nothing@2 7376 [] a afv:FundamentalFrequency ;
nothing@2 7377 event:time [ tl:at "12.19"^^xsd:float ;
nothing@2 7378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7380 afo:value "368.112"^^sxsd:hertz.number .
nothing@2 7381
nothing@2 7382 [] a afv:FundamentalFrequency ;
nothing@2 7383 event:time [ tl:at "12.196"^^xsd:float ;
nothing@2 7384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7386 afo:value "368.458"^^sxsd:hertz.number .
nothing@2 7387
nothing@2 7388 [] a afv:FundamentalFrequency ;
nothing@2 7389 event:time [ tl:at "12.202"^^xsd:float ;
nothing@2 7390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7392 afo:value "369.045"^^sxsd:hertz.number .
nothing@2 7393
nothing@2 7394 [] a afv:FundamentalFrequency ;
nothing@2 7395 event:time [ tl:at "12.208"^^xsd:float ;
nothing@2 7396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7398 afo:value "369.745"^^sxsd:hertz.number .
nothing@2 7399
nothing@2 7400 [] a afv:FundamentalFrequency ;
nothing@2 7401 event:time [ tl:at "12.214"^^xsd:float ;
nothing@2 7402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7404 afo:value "370.329"^^sxsd:hertz.number .
nothing@2 7405
nothing@2 7406 [] a afv:FundamentalFrequency ;
nothing@2 7407 event:time [ tl:at "12.22"^^xsd:float ;
nothing@2 7408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7410 afo:value "370.753"^^sxsd:hertz.number .
nothing@2 7411
nothing@2 7412 [] a afv:FundamentalFrequency ;
nothing@2 7413 event:time [ tl:at "12.225"^^xsd:float ;
nothing@2 7414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7416 afo:value "370.906"^^sxsd:hertz.number .
nothing@2 7417
nothing@2 7418 [] a afv:FundamentalFrequency ;
nothing@2 7419 event:time [ tl:at "12.231"^^xsd:float ;
nothing@2 7420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7422 afo:value "370.862"^^sxsd:hertz.number .
nothing@2 7423
nothing@2 7424 [] a afv:FundamentalFrequency ;
nothing@2 7425 event:time [ tl:at "12.237"^^xsd:float ;
nothing@2 7426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7428 afo:value "370.786"^^sxsd:hertz.number .
nothing@2 7429
nothing@2 7430 [] a afv:FundamentalFrequency ;
nothing@2 7431 event:time [ tl:at "12.243"^^xsd:float ;
nothing@2 7432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7434 afo:value "370.679"^^sxsd:hertz.number .
nothing@2 7435
nothing@2 7436 [] a afv:FundamentalFrequency ;
nothing@2 7437 event:time [ tl:at "1.225"^^xsd:float ;
nothing@2 7438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7440 afo:value "368.774"^^sxsd:hertz.number .
nothing@2 7441
nothing@2 7442 [] a afv:FundamentalFrequency ;
nothing@2 7443 event:time [ tl:at "12.249"^^xsd:float ;
nothing@2 7444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7446 afo:value "370.72"^^sxsd:hertz.number .
nothing@2 7447
nothing@2 7448 [] a afv:FundamentalFrequency ;
nothing@2 7449 event:time [ tl:at "12.254"^^xsd:float ;
nothing@2 7450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7452 afo:value "371.196"^^sxsd:hertz.number .
nothing@2 7453
nothing@2 7454 [] a afv:FundamentalFrequency ;
nothing@2 7455 event:time [ tl:at "12.26"^^xsd:float ;
nothing@2 7456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7458 afo:value "371.535"^^sxsd:hertz.number .
nothing@2 7459
nothing@2 7460 [] a afv:FundamentalFrequency ;
nothing@2 7461 event:time [ tl:at "12.266"^^xsd:float ;
nothing@2 7462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7464 afo:value "371.707"^^sxsd:hertz.number .
nothing@2 7465
nothing@2 7466 [] a afv:FundamentalFrequency ;
nothing@2 7467 event:time [ tl:at "12.272"^^xsd:float ;
nothing@2 7468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7470 afo:value "370.634"^^sxsd:hertz.number .
nothing@2 7471
nothing@2 7472 [] a afv:FundamentalFrequency ;
nothing@2 7473 event:time [ tl:at "12.278"^^xsd:float ;
nothing@2 7474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7476 afo:value "370.178"^^sxsd:hertz.number .
nothing@2 7477
nothing@2 7478 [] a afv:FundamentalFrequency ;
nothing@2 7479 event:time [ tl:at "12.283"^^xsd:float ;
nothing@2 7480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7482 afo:value "369.828"^^sxsd:hertz.number .
nothing@2 7483
nothing@2 7484 [] a afv:FundamentalFrequency ;
nothing@2 7485 event:time [ tl:at "12.289"^^xsd:float ;
nothing@2 7486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7488 afo:value "369.745"^^sxsd:hertz.number .
nothing@2 7489
nothing@2 7490 [] a afv:FundamentalFrequency ;
nothing@2 7491 event:time [ tl:at "12.295"^^xsd:float ;
nothing@2 7492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7494 afo:value "370.0"^^sxsd:hertz.number .
nothing@2 7495
nothing@2 7496 [] a afv:FundamentalFrequency ;
nothing@2 7497 event:time [ tl:at "12.301"^^xsd:float ;
nothing@2 7498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7500 afo:value "369.893"^^sxsd:hertz.number .
nothing@2 7501
nothing@2 7502 [] a afv:FundamentalFrequency ;
nothing@2 7503 event:time [ tl:at "1.231"^^xsd:float ;
nothing@2 7504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7506 afo:value "368.862"^^sxsd:hertz.number .
nothing@2 7507
nothing@2 7508 [] a afv:FundamentalFrequency ;
nothing@2 7509 event:time [ tl:at "12.307"^^xsd:float ;
nothing@2 7510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7512 afo:value "369.929"^^sxsd:hertz.number .
nothing@2 7513
nothing@2 7514 [] a afv:FundamentalFrequency ;
nothing@2 7515 event:time [ tl:at "12.312"^^xsd:float ;
nothing@2 7516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7518 afo:value "370.066"^^sxsd:hertz.number .
nothing@2 7519
nothing@2 7520 [] a afv:FundamentalFrequency ;
nothing@2 7521 event:time [ tl:at "12.318"^^xsd:float ;
nothing@2 7522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7524 afo:value "370.423"^^sxsd:hertz.number .
nothing@2 7525
nothing@2 7526 [] a afv:FundamentalFrequency ;
nothing@2 7527 event:time [ tl:at "12.324"^^xsd:float ;
nothing@2 7528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7530 afo:value "370.368"^^sxsd:hertz.number .
nothing@2 7531
nothing@2 7532 [] a afv:FundamentalFrequency ;
nothing@2 7533 event:time [ tl:at "12.33"^^xsd:float ;
nothing@2 7534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7536 afo:value "369.883"^^sxsd:hertz.number .
nothing@2 7537
nothing@2 7538 [] a afv:FundamentalFrequency ;
nothing@2 7539 event:time [ tl:at "12.336"^^xsd:float ;
nothing@2 7540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7542 afo:value "369.889"^^sxsd:hertz.number .
nothing@2 7543
nothing@2 7544 [] a afv:FundamentalFrequency ;
nothing@2 7545 event:time [ tl:at "12.341"^^xsd:float ;
nothing@2 7546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7548 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7549
nothing@2 7550 [] a afv:FundamentalFrequency ;
nothing@2 7551 event:time [ tl:at "12.347"^^xsd:float ;
nothing@2 7552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7554 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7555
nothing@2 7556 [] a afv:FundamentalFrequency ;
nothing@2 7557 event:time [ tl:at "12.353"^^xsd:float ;
nothing@2 7558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7560 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7561
nothing@2 7562 [] a afv:FundamentalFrequency ;
nothing@2 7563 event:time [ tl:at "12.359"^^xsd:float ;
nothing@2 7564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7566 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7567
nothing@2 7568 [] a afv:FundamentalFrequency ;
nothing@2 7569 event:time [ tl:at "1.236"^^xsd:float ;
nothing@2 7570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7572 afo:value "368.77"^^sxsd:hertz.number .
nothing@2 7573
nothing@2 7574 [] a afv:FundamentalFrequency ;
nothing@2 7575 event:time [ tl:at "12.365"^^xsd:float ;
nothing@2 7576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7578 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7579
nothing@2 7580 [] a afv:FundamentalFrequency ;
nothing@2 7581 event:time [ tl:at "12.37"^^xsd:float ;
nothing@2 7582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7584 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7585
nothing@2 7586 [] a afv:FundamentalFrequency ;
nothing@2 7587 event:time [ tl:at "12.376"^^xsd:float ;
nothing@2 7588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7590 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7591
nothing@2 7592 [] a afv:FundamentalFrequency ;
nothing@2 7593 event:time [ tl:at "12.382"^^xsd:float ;
nothing@2 7594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7596 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7597
nothing@2 7598 [] a afv:FundamentalFrequency ;
nothing@2 7599 event:time [ tl:at "12.388"^^xsd:float ;
nothing@2 7600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7602 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7603
nothing@2 7604 [] a afv:FundamentalFrequency ;
nothing@2 7605 event:time [ tl:at "12.394"^^xsd:float ;
nothing@2 7606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7608 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7609
nothing@2 7610 [] a afv:FundamentalFrequency ;
nothing@2 7611 event:time [ tl:at "12.399"^^xsd:float ;
nothing@2 7612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7614 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7615
nothing@2 7616 [] a afv:FundamentalFrequency ;
nothing@2 7617 event:time [ tl:at "12.405"^^xsd:float ;
nothing@2 7618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7620 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7621
nothing@2 7622 [] a afv:FundamentalFrequency ;
nothing@2 7623 event:time [ tl:at "12.411"^^xsd:float ;
nothing@2 7624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7626 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7627
nothing@2 7628 [] a afv:FundamentalFrequency ;
nothing@2 7629 event:time [ tl:at "12.417"^^xsd:float ;
nothing@2 7630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7632 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7633
nothing@2 7634 [] a afv:FundamentalFrequency ;
nothing@2 7635 event:time [ tl:at "1.242"^^xsd:float ;
nothing@2 7636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7638 afo:value "368.576"^^sxsd:hertz.number .
nothing@2 7639
nothing@2 7640 [] a afv:FundamentalFrequency ;
nothing@2 7641 event:time [ tl:at "12.423"^^xsd:float ;
nothing@2 7642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7644 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7645
nothing@2 7646 [] a afv:FundamentalFrequency ;
nothing@2 7647 event:time [ tl:at "12.428"^^xsd:float ;
nothing@2 7648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7650 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7651
nothing@2 7652 [] a afv:FundamentalFrequency ;
nothing@2 7653 event:time [ tl:at "12.434"^^xsd:float ;
nothing@2 7654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7656 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7657
nothing@2 7658 [] a afv:FundamentalFrequency ;
nothing@2 7659 event:time [ tl:at "12.44"^^xsd:float ;
nothing@2 7660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7662 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7663
nothing@2 7664 [] a afv:FundamentalFrequency ;
nothing@2 7665 event:time [ tl:at "12.446"^^xsd:float ;
nothing@2 7666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7668 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7669
nothing@2 7670 [] a afv:FundamentalFrequency ;
nothing@2 7671 event:time [ tl:at "12.452"^^xsd:float ;
nothing@2 7672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7674 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7675
nothing@2 7676 [] a afv:FundamentalFrequency ;
nothing@2 7677 event:time [ tl:at "12.458"^^xsd:float ;
nothing@2 7678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7680 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7681
nothing@2 7682 [] a afv:FundamentalFrequency ;
nothing@2 7683 event:time [ tl:at "12.463"^^xsd:float ;
nothing@2 7684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7686 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7687
nothing@2 7688 [] a afv:FundamentalFrequency ;
nothing@2 7689 event:time [ tl:at "12.469"^^xsd:float ;
nothing@2 7690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7692 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7693
nothing@2 7694 [] a afv:FundamentalFrequency ;
nothing@2 7695 event:time [ tl:at "12.475"^^xsd:float ;
nothing@2 7696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7698 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7699
nothing@2 7700 [] a afv:FundamentalFrequency ;
nothing@2 7701 event:time [ tl:at "1.248"^^xsd:float ;
nothing@2 7702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7704 afo:value "368.468"^^sxsd:hertz.number .
nothing@2 7705
nothing@2 7706 [] a afv:FundamentalFrequency ;
nothing@2 7707 event:time [ tl:at "12.481"^^xsd:float ;
nothing@2 7708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7710 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7711
nothing@2 7712 [] a afv:FundamentalFrequency ;
nothing@2 7713 event:time [ tl:at "12.487"^^xsd:float ;
nothing@2 7714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7716 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7717
nothing@2 7718 [] a afv:FundamentalFrequency ;
nothing@2 7719 event:time [ tl:at "12.492"^^xsd:float ;
nothing@2 7720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7722 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7723
nothing@2 7724 [] a afv:FundamentalFrequency ;
nothing@2 7725 event:time [ tl:at "12.498"^^xsd:float ;
nothing@2 7726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7728 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7729
nothing@2 7730 [] a afv:FundamentalFrequency ;
nothing@2 7731 event:time [ tl:at "12.504"^^xsd:float ;
nothing@2 7732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7734 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7735
nothing@2 7736 [] a afv:FundamentalFrequency ;
nothing@2 7737 event:time [ tl:at "12.51"^^xsd:float ;
nothing@2 7738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7740 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 7741
nothing@2 7742 [] a afv:FundamentalFrequency ;
nothing@2 7743 event:time [ tl:at "12.516"^^xsd:float ;
nothing@2 7744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7746 afo:value "363.413"^^sxsd:hertz.number .
nothing@2 7747
nothing@2 7748 [] a afv:FundamentalFrequency ;
nothing@2 7749 event:time [ tl:at "12.521"^^xsd:float ;
nothing@2 7750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7752 afo:value "369.115"^^sxsd:hertz.number .
nothing@2 7753
nothing@2 7754 [] a afv:FundamentalFrequency ;
nothing@2 7755 event:time [ tl:at "12.527"^^xsd:float ;
nothing@2 7756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7758 afo:value "368.422"^^sxsd:hertz.number .
nothing@2 7759
nothing@2 7760 [] a afv:FundamentalFrequency ;
nothing@2 7761 event:time [ tl:at "12.533"^^xsd:float ;
nothing@2 7762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7764 afo:value "370.973"^^sxsd:hertz.number .
nothing@2 7765
nothing@2 7766 [] a afv:FundamentalFrequency ;
nothing@2 7767 event:time [ tl:at "1.254"^^xsd:float ;
nothing@2 7768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7770 afo:value "368.565"^^sxsd:hertz.number .
nothing@2 7771
nothing@2 7772 [] a afv:FundamentalFrequency ;
nothing@2 7773 event:time [ tl:at "12.539"^^xsd:float ;
nothing@2 7774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7776 afo:value "370.448"^^sxsd:hertz.number .
nothing@2 7777
nothing@2 7778 [] a afv:FundamentalFrequency ;
nothing@2 7779 event:time [ tl:at "12.545"^^xsd:float ;
nothing@2 7780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7782 afo:value "369.58"^^sxsd:hertz.number .
nothing@2 7783
nothing@2 7784 [] a afv:FundamentalFrequency ;
nothing@2 7785 event:time [ tl:at "12.55"^^xsd:float ;
nothing@2 7786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7788 afo:value "369.65"^^sxsd:hertz.number .
nothing@2 7789
nothing@2 7790 [] a afv:FundamentalFrequency ;
nothing@2 7791 event:time [ tl:at "12.556"^^xsd:float ;
nothing@2 7792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7794 afo:value "369.779"^^sxsd:hertz.number .
nothing@2 7795
nothing@2 7796 [] a afv:FundamentalFrequency ;
nothing@2 7797 event:time [ tl:at "12.562"^^xsd:float ;
nothing@2 7798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7800 afo:value "368.964"^^sxsd:hertz.number .
nothing@2 7801
nothing@2 7802 [] a afv:FundamentalFrequency ;
nothing@2 7803 event:time [ tl:at "12.568"^^xsd:float ;
nothing@2 7804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7806 afo:value "369.497"^^sxsd:hertz.number .
nothing@2 7807
nothing@2 7808 [] a afv:FundamentalFrequency ;
nothing@2 7809 event:time [ tl:at "12.574"^^xsd:float ;
nothing@2 7810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7812 afo:value "369.309"^^sxsd:hertz.number .
nothing@2 7813
nothing@2 7814 [] a afv:FundamentalFrequency ;
nothing@2 7815 event:time [ tl:at "12.579"^^xsd:float ;
nothing@2 7816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7818 afo:value "369.224"^^sxsd:hertz.number .
nothing@2 7819
nothing@2 7820 [] a afv:FundamentalFrequency ;
nothing@2 7821 event:time [ tl:at "12.585"^^xsd:float ;
nothing@2 7822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7824 afo:value "369.015"^^sxsd:hertz.number .
nothing@2 7825
nothing@2 7826 [] a afv:FundamentalFrequency ;
nothing@2 7827 event:time [ tl:at "12.591"^^xsd:float ;
nothing@2 7828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7830 afo:value "368.944"^^sxsd:hertz.number .
nothing@2 7831
nothing@2 7832 [] a afv:FundamentalFrequency ;
nothing@2 7833 event:time [ tl:at "1.26"^^xsd:float ;
nothing@2 7834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7836 afo:value "368.523"^^sxsd:hertz.number .
nothing@2 7837
nothing@2 7838 [] a afv:FundamentalFrequency ;
nothing@2 7839 event:time [ tl:at "12.597"^^xsd:float ;
nothing@2 7840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7842 afo:value "368.887"^^sxsd:hertz.number .
nothing@2 7843
nothing@2 7844 [] a afv:FundamentalFrequency ;
nothing@2 7845 event:time [ tl:at "12.603"^^xsd:float ;
nothing@2 7846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7848 afo:value "368.848"^^sxsd:hertz.number .
nothing@2 7849
nothing@2 7850 [] a afv:FundamentalFrequency ;
nothing@2 7851 event:time [ tl:at "12.608"^^xsd:float ;
nothing@2 7852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7854 afo:value "368.867"^^sxsd:hertz.number .
nothing@2 7855
nothing@2 7856 [] a afv:FundamentalFrequency ;
nothing@2 7857 event:time [ tl:at "12.614"^^xsd:float ;
nothing@2 7858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7860 afo:value "368.828"^^sxsd:hertz.number .
nothing@2 7861
nothing@2 7862 [] a afv:FundamentalFrequency ;
nothing@2 7863 event:time [ tl:at "12.62"^^xsd:float ;
nothing@2 7864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7866 afo:value "368.602"^^sxsd:hertz.number .
nothing@2 7867
nothing@2 7868 [] a afv:FundamentalFrequency ;
nothing@2 7869 event:time [ tl:at "12.626"^^xsd:float ;
nothing@2 7870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7872 afo:value "368.508"^^sxsd:hertz.number .
nothing@2 7873
nothing@2 7874 [] a afv:FundamentalFrequency ;
nothing@2 7875 event:time [ tl:at "12.632"^^xsd:float ;
nothing@2 7876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7878 afo:value "368.575"^^sxsd:hertz.number .
nothing@2 7879
nothing@2 7880 [] a afv:FundamentalFrequency ;
nothing@2 7881 event:time [ tl:at "12.637"^^xsd:float ;
nothing@2 7882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7884 afo:value "368.552"^^sxsd:hertz.number .
nothing@2 7885
nothing@2 7886 [] a afv:FundamentalFrequency ;
nothing@2 7887 event:time [ tl:at "12.643"^^xsd:float ;
nothing@2 7888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7890 afo:value "368.524"^^sxsd:hertz.number .
nothing@2 7891
nothing@2 7892 [] a afv:FundamentalFrequency ;
nothing@2 7893 event:time [ tl:at "12.649"^^xsd:float ;
nothing@2 7894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7896 afo:value "368.514"^^sxsd:hertz.number .
nothing@2 7897
nothing@2 7898 [] a afv:FundamentalFrequency ;
nothing@2 7899 event:time [ tl:at "1.265"^^xsd:float ;
nothing@2 7900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7902 afo:value "368.519"^^sxsd:hertz.number .
nothing@2 7903
nothing@2 7904 [] a afv:FundamentalFrequency ;
nothing@2 7905 event:time [ tl:at "12.655"^^xsd:float ;
nothing@2 7906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7908 afo:value "368.49"^^sxsd:hertz.number .
nothing@2 7909
nothing@2 7910 [] a afv:FundamentalFrequency ;
nothing@2 7911 event:time [ tl:at "12.661"^^xsd:float ;
nothing@2 7912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7914 afo:value "368.477"^^sxsd:hertz.number .
nothing@2 7915
nothing@2 7916 [] a afv:FundamentalFrequency ;
nothing@2 7917 event:time [ tl:at "12.666"^^xsd:float ;
nothing@2 7918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7920 afo:value "368.483"^^sxsd:hertz.number .
nothing@2 7921
nothing@2 7922 [] a afv:FundamentalFrequency ;
nothing@2 7923 event:time [ tl:at "12.672"^^xsd:float ;
nothing@2 7924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7926 afo:value "368.481"^^sxsd:hertz.number .
nothing@2 7927
nothing@2 7928 [] a afv:FundamentalFrequency ;
nothing@2 7929 event:time [ tl:at "12.678"^^xsd:float ;
nothing@2 7930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7932 afo:value "368.451"^^sxsd:hertz.number .
nothing@2 7933
nothing@2 7934 [] a afv:FundamentalFrequency ;
nothing@2 7935 event:time [ tl:at "12.684"^^xsd:float ;
nothing@2 7936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7938 afo:value "368.35"^^sxsd:hertz.number .
nothing@2 7939
nothing@2 7940 [] a afv:FundamentalFrequency ;
nothing@2 7941 event:time [ tl:at "12.69"^^xsd:float ;
nothing@2 7942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7944 afo:value "368.318"^^sxsd:hertz.number .
nothing@2 7945
nothing@2 7946 [] a afv:FundamentalFrequency ;
nothing@2 7947 event:time [ tl:at "12.696"^^xsd:float ;
nothing@2 7948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7950 afo:value "368.306"^^sxsd:hertz.number .
nothing@2 7951
nothing@2 7952 [] a afv:FundamentalFrequency ;
nothing@2 7953 event:time [ tl:at "12.701"^^xsd:float ;
nothing@2 7954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7956 afo:value "368.309"^^sxsd:hertz.number .
nothing@2 7957
nothing@2 7958 [] a afv:FundamentalFrequency ;
nothing@2 7959 event:time [ tl:at "12.707"^^xsd:float ;
nothing@2 7960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7962 afo:value "368.274"^^sxsd:hertz.number .
nothing@2 7963
nothing@2 7964 [] a afv:FundamentalFrequency ;
nothing@2 7965 event:time [ tl:at "1.271"^^xsd:float ;
nothing@2 7966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7968 afo:value "368.508"^^sxsd:hertz.number .
nothing@2 7969
nothing@2 7970 [] a afv:FundamentalFrequency ;
nothing@2 7971 event:time [ tl:at "12.713"^^xsd:float ;
nothing@2 7972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7974 afo:value "368.342"^^sxsd:hertz.number .
nothing@2 7975
nothing@2 7976 [] a afv:FundamentalFrequency ;
nothing@2 7977 event:time [ tl:at "12.719"^^xsd:float ;
nothing@2 7978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7980 afo:value "368.4"^^sxsd:hertz.number .
nothing@2 7981
nothing@2 7982 [] a afv:FundamentalFrequency ;
nothing@2 7983 event:time [ tl:at "12.725"^^xsd:float ;
nothing@2 7984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7986 afo:value "368.45"^^sxsd:hertz.number .
nothing@2 7987
nothing@2 7988 [] a afv:FundamentalFrequency ;
nothing@2 7989 event:time [ tl:at "12.73"^^xsd:float ;
nothing@2 7990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7992 afo:value "368.489"^^sxsd:hertz.number .
nothing@2 7993
nothing@2 7994 [] a afv:FundamentalFrequency ;
nothing@2 7995 event:time [ tl:at "12.736"^^xsd:float ;
nothing@2 7996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 7997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 7998 afo:value "368.492"^^sxsd:hertz.number .
nothing@2 7999
nothing@2 8000 [] a afv:FundamentalFrequency ;
nothing@2 8001 event:time [ tl:at "12.742"^^xsd:float ;
nothing@2 8002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8004 afo:value "368.466"^^sxsd:hertz.number .
nothing@2 8005
nothing@2 8006 [] a afv:FundamentalFrequency ;
nothing@2 8007 event:time [ tl:at "12.748"^^xsd:float ;
nothing@2 8008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8010 afo:value "368.548"^^sxsd:hertz.number .
nothing@2 8011
nothing@2 8012 [] a afv:FundamentalFrequency ;
nothing@2 8013 event:time [ tl:at "12.754"^^xsd:float ;
nothing@2 8014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8016 afo:value "368.576"^^sxsd:hertz.number .
nothing@2 8017
nothing@2 8018 [] a afv:FundamentalFrequency ;
nothing@2 8019 event:time [ tl:at "12.759"^^xsd:float ;
nothing@2 8020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8022 afo:value "368.611"^^sxsd:hertz.number .
nothing@2 8023
nothing@2 8024 [] a afv:FundamentalFrequency ;
nothing@2 8025 event:time [ tl:at "12.765"^^xsd:float ;
nothing@2 8026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8028 afo:value "368.63"^^sxsd:hertz.number .
nothing@2 8029
nothing@2 8030 [] a afv:FundamentalFrequency ;
nothing@2 8031 event:time [ tl:at "0.128"^^xsd:float ;
nothing@2 8032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8034 afo:value "294.176"^^sxsd:hertz.number .
nothing@2 8035
nothing@2 8036 [] a afv:FundamentalFrequency ;
nothing@2 8037 event:time [ tl:at "1.277"^^xsd:float ;
nothing@2 8038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8040 afo:value "368.477"^^sxsd:hertz.number .
nothing@2 8041
nothing@2 8042 [] a afv:FundamentalFrequency ;
nothing@2 8043 event:time [ tl:at "12.771"^^xsd:float ;
nothing@2 8044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8046 afo:value "368.708"^^sxsd:hertz.number .
nothing@2 8047
nothing@2 8048 [] a afv:FundamentalFrequency ;
nothing@2 8049 event:time [ tl:at "12.777"^^xsd:float ;
nothing@2 8050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8052 afo:value "368.732"^^sxsd:hertz.number .
nothing@2 8053
nothing@2 8054 [] a afv:FundamentalFrequency ;
nothing@2 8055 event:time [ tl:at "12.783"^^xsd:float ;
nothing@2 8056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8058 afo:value "368.764"^^sxsd:hertz.number .
nothing@2 8059
nothing@2 8060 [] a afv:FundamentalFrequency ;
nothing@2 8061 event:time [ tl:at "12.788"^^xsd:float ;
nothing@2 8062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8064 afo:value "368.8"^^sxsd:hertz.number .
nothing@2 8065
nothing@2 8066 [] a afv:FundamentalFrequency ;
nothing@2 8067 event:time [ tl:at "12.794"^^xsd:float ;
nothing@2 8068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8070 afo:value "368.855"^^sxsd:hertz.number .
nothing@2 8071
nothing@2 8072 [] a afv:FundamentalFrequency ;
nothing@2 8073 event:time [ tl:at "12.8"^^xsd:float ;
nothing@2 8074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8076 afo:value "368.935"^^sxsd:hertz.number .
nothing@2 8077
nothing@2 8078 [] a afv:FundamentalFrequency ;
nothing@2 8079 event:time [ tl:at "12.806"^^xsd:float ;
nothing@2 8080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8082 afo:value "368.947"^^sxsd:hertz.number .
nothing@2 8083
nothing@2 8084 [] a afv:FundamentalFrequency ;
nothing@2 8085 event:time [ tl:at "12.812"^^xsd:float ;
nothing@2 8086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8088 afo:value "369.019"^^sxsd:hertz.number .
nothing@2 8089
nothing@2 8090 [] a afv:FundamentalFrequency ;
nothing@2 8091 event:time [ tl:at "12.817"^^xsd:float ;
nothing@2 8092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8094 afo:value "369.093"^^sxsd:hertz.number .
nothing@2 8095
nothing@2 8096 [] a afv:FundamentalFrequency ;
nothing@2 8097 event:time [ tl:at "12.823"^^xsd:float ;
nothing@2 8098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8100 afo:value "369.157"^^sxsd:hertz.number .
nothing@2 8101
nothing@2 8102 [] a afv:FundamentalFrequency ;
nothing@2 8103 event:time [ tl:at "1.283"^^xsd:float ;
nothing@2 8104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8106 afo:value "368.491"^^sxsd:hertz.number .
nothing@2 8107
nothing@2 8108 [] a afv:FundamentalFrequency ;
nothing@2 8109 event:time [ tl:at "12.829"^^xsd:float ;
nothing@2 8110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8112 afo:value "369.214"^^sxsd:hertz.number .
nothing@2 8113
nothing@2 8114 [] a afv:FundamentalFrequency ;
nothing@2 8115 event:time [ tl:at "12.835"^^xsd:float ;
nothing@2 8116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8118 afo:value "369.183"^^sxsd:hertz.number .
nothing@2 8119
nothing@2 8120 [] a afv:FundamentalFrequency ;
nothing@2 8121 event:time [ tl:at "12.841"^^xsd:float ;
nothing@2 8122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8124 afo:value "369.2"^^sxsd:hertz.number .
nothing@2 8125
nothing@2 8126 [] a afv:FundamentalFrequency ;
nothing@2 8127 event:time [ tl:at "12.846"^^xsd:float ;
nothing@2 8128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8130 afo:value "369.228"^^sxsd:hertz.number .
nothing@2 8131
nothing@2 8132 [] a afv:FundamentalFrequency ;
nothing@2 8133 event:time [ tl:at "12.852"^^xsd:float ;
nothing@2 8134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8136 afo:value "369.243"^^sxsd:hertz.number .
nothing@2 8137
nothing@2 8138 [] a afv:FundamentalFrequency ;
nothing@2 8139 event:time [ tl:at "12.858"^^xsd:float ;
nothing@2 8140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8142 afo:value "369.24"^^sxsd:hertz.number .
nothing@2 8143
nothing@2 8144 [] a afv:FundamentalFrequency ;
nothing@2 8145 event:time [ tl:at "12.864"^^xsd:float ;
nothing@2 8146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8148 afo:value "369.289"^^sxsd:hertz.number .
nothing@2 8149
nothing@2 8150 [] a afv:FundamentalFrequency ;
nothing@2 8151 event:time [ tl:at "12.87"^^xsd:float ;
nothing@2 8152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8154 afo:value "369.292"^^sxsd:hertz.number .
nothing@2 8155
nothing@2 8156 [] a afv:FundamentalFrequency ;
nothing@2 8157 event:time [ tl:at "12.875"^^xsd:float ;
nothing@2 8158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8160 afo:value "369.225"^^sxsd:hertz.number .
nothing@2 8161
nothing@2 8162 [] a afv:FundamentalFrequency ;
nothing@2 8163 event:time [ tl:at "12.881"^^xsd:float ;
nothing@2 8164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8166 afo:value "369.13"^^sxsd:hertz.number .
nothing@2 8167
nothing@2 8168 [] a afv:FundamentalFrequency ;
nothing@2 8169 event:time [ tl:at "1.289"^^xsd:float ;
nothing@2 8170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8172 afo:value "368.474"^^sxsd:hertz.number .
nothing@2 8173
nothing@2 8174 [] a afv:FundamentalFrequency ;
nothing@2 8175 event:time [ tl:at "12.887"^^xsd:float ;
nothing@2 8176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8178 afo:value "369.082"^^sxsd:hertz.number .
nothing@2 8179
nothing@2 8180 [] a afv:FundamentalFrequency ;
nothing@2 8181 event:time [ tl:at "12.893"^^xsd:float ;
nothing@2 8182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8184 afo:value "369.043"^^sxsd:hertz.number .
nothing@2 8185
nothing@2 8186 [] a afv:FundamentalFrequency ;
nothing@2 8187 event:time [ tl:at "12.899"^^xsd:float ;
nothing@2 8188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8190 afo:value "369.03"^^sxsd:hertz.number .
nothing@2 8191
nothing@2 8192 [] a afv:FundamentalFrequency ;
nothing@2 8193 event:time [ tl:at "12.904"^^xsd:float ;
nothing@2 8194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8196 afo:value "369.055"^^sxsd:hertz.number .
nothing@2 8197
nothing@2 8198 [] a afv:FundamentalFrequency ;
nothing@2 8199 event:time [ tl:at "12.91"^^xsd:float ;
nothing@2 8200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8202 afo:value "369.131"^^sxsd:hertz.number .
nothing@2 8203
nothing@2 8204 [] a afv:FundamentalFrequency ;
nothing@2 8205 event:time [ tl:at "12.916"^^xsd:float ;
nothing@2 8206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8208 afo:value "369.276"^^sxsd:hertz.number .
nothing@2 8209
nothing@2 8210 [] a afv:FundamentalFrequency ;
nothing@2 8211 event:time [ tl:at "12.922"^^xsd:float ;
nothing@2 8212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8214 afo:value "369.482"^^sxsd:hertz.number .
nothing@2 8215
nothing@2 8216 [] a afv:FundamentalFrequency ;
nothing@2 8217 event:time [ tl:at "12.928"^^xsd:float ;
nothing@2 8218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8220 afo:value "369.747"^^sxsd:hertz.number .
nothing@2 8221
nothing@2 8222 [] a afv:FundamentalFrequency ;
nothing@2 8223 event:time [ tl:at "12.934"^^xsd:float ;
nothing@2 8224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8226 afo:value "370.01"^^sxsd:hertz.number .
nothing@2 8227
nothing@2 8228 [] a afv:FundamentalFrequency ;
nothing@2 8229 event:time [ tl:at "12.939"^^xsd:float ;
nothing@2 8230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8232 afo:value "370.251"^^sxsd:hertz.number .
nothing@2 8233
nothing@2 8234 [] a afv:FundamentalFrequency ;
nothing@2 8235 event:time [ tl:at "1.295"^^xsd:float ;
nothing@2 8236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8238 afo:value "368.48"^^sxsd:hertz.number .
nothing@2 8239
nothing@2 8240 [] a afv:FundamentalFrequency ;
nothing@2 8241 event:time [ tl:at "12.945"^^xsd:float ;
nothing@2 8242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8244 afo:value "370.468"^^sxsd:hertz.number .
nothing@2 8245
nothing@2 8246 [] a afv:FundamentalFrequency ;
nothing@2 8247 event:time [ tl:at "12.951"^^xsd:float ;
nothing@2 8248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8250 afo:value "370.677"^^sxsd:hertz.number .
nothing@2 8251
nothing@2 8252 [] a afv:FundamentalFrequency ;
nothing@2 8253 event:time [ tl:at "12.957"^^xsd:float ;
nothing@2 8254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8256 afo:value "370.945"^^sxsd:hertz.number .
nothing@2 8257
nothing@2 8258 [] a afv:FundamentalFrequency ;
nothing@2 8259 event:time [ tl:at "12.963"^^xsd:float ;
nothing@2 8260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8262 afo:value "371.239"^^sxsd:hertz.number .
nothing@2 8263
nothing@2 8264 [] a afv:FundamentalFrequency ;
nothing@2 8265 event:time [ tl:at "12.968"^^xsd:float ;
nothing@2 8266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8268 afo:value "371.493"^^sxsd:hertz.number .
nothing@2 8269
nothing@2 8270 [] a afv:FundamentalFrequency ;
nothing@2 8271 event:time [ tl:at "12.974"^^xsd:float ;
nothing@2 8272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8274 afo:value "371.61"^^sxsd:hertz.number .
nothing@2 8275
nothing@2 8276 [] a afv:FundamentalFrequency ;
nothing@2 8277 event:time [ tl:at "12.98"^^xsd:float ;
nothing@2 8278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8280 afo:value "371.588"^^sxsd:hertz.number .
nothing@2 8281
nothing@2 8282 [] a afv:FundamentalFrequency ;
nothing@2 8283 event:time [ tl:at "12.986"^^xsd:float ;
nothing@2 8284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8286 afo:value "371.519"^^sxsd:hertz.number .
nothing@2 8287
nothing@2 8288 [] a afv:FundamentalFrequency ;
nothing@2 8289 event:time [ tl:at "12.992"^^xsd:float ;
nothing@2 8290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8292 afo:value "371.32"^^sxsd:hertz.number .
nothing@2 8293
nothing@2 8294 [] a afv:FundamentalFrequency ;
nothing@2 8295 event:time [ tl:at "12.997"^^xsd:float ;
nothing@2 8296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8298 afo:value "371.022"^^sxsd:hertz.number .
nothing@2 8299
nothing@2 8300 [] a afv:FundamentalFrequency ;
nothing@2 8301 event:time [ tl:at "1.3"^^xsd:float ;
nothing@2 8302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8304 afo:value "368.368"^^sxsd:hertz.number .
nothing@2 8305
nothing@2 8306 [] a afv:FundamentalFrequency ;
nothing@2 8307 event:time [ tl:at "13.003"^^xsd:float ;
nothing@2 8308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8310 afo:value "370.583"^^sxsd:hertz.number .
nothing@2 8311
nothing@2 8312 [] a afv:FundamentalFrequency ;
nothing@2 8313 event:time [ tl:at "13.009"^^xsd:float ;
nothing@2 8314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8316 afo:value "370.484"^^sxsd:hertz.number .
nothing@2 8317
nothing@2 8318 [] a afv:FundamentalFrequency ;
nothing@2 8319 event:time [ tl:at "13.015"^^xsd:float ;
nothing@2 8320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8322 afo:value "371.339"^^sxsd:hertz.number .
nothing@2 8323
nothing@2 8324 [] a afv:FundamentalFrequency ;
nothing@2 8325 event:time [ tl:at "13.021"^^xsd:float ;
nothing@2 8326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8328 afo:value "372.3"^^sxsd:hertz.number .
nothing@2 8329
nothing@2 8330 [] a afv:FundamentalFrequency ;
nothing@2 8331 event:time [ tl:at "13.026"^^xsd:float ;
nothing@2 8332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8334 afo:value "371.985"^^sxsd:hertz.number .
nothing@2 8335
nothing@2 8336 [] a afv:FundamentalFrequency ;
nothing@2 8337 event:time [ tl:at "13.032"^^xsd:float ;
nothing@2 8338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8340 afo:value "374.851"^^sxsd:hertz.number .
nothing@2 8341
nothing@2 8342 [] a afv:FundamentalFrequency ;
nothing@2 8343 event:time [ tl:at "13.038"^^xsd:float ;
nothing@2 8344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8346 afo:value "374.76"^^sxsd:hertz.number .
nothing@2 8347
nothing@2 8348 [] a afv:FundamentalFrequency ;
nothing@2 8349 event:time [ tl:at "13.044"^^xsd:float ;
nothing@2 8350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8352 afo:value "373.874"^^sxsd:hertz.number .
nothing@2 8353
nothing@2 8354 [] a afv:FundamentalFrequency ;
nothing@2 8355 event:time [ tl:at "13.05"^^xsd:float ;
nothing@2 8356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8358 afo:value "374.595"^^sxsd:hertz.number .
nothing@2 8359
nothing@2 8360 [] a afv:FundamentalFrequency ;
nothing@2 8361 event:time [ tl:at "13.055"^^xsd:float ;
nothing@2 8362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8364 afo:value "370.386"^^sxsd:hertz.number .
nothing@2 8365
nothing@2 8366 [] a afv:FundamentalFrequency ;
nothing@2 8367 event:time [ tl:at "1.306"^^xsd:float ;
nothing@2 8368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8370 afo:value "368.3"^^sxsd:hertz.number .
nothing@2 8371
nothing@2 8372 [] a afv:FundamentalFrequency ;
nothing@2 8373 event:time [ tl:at "13.061"^^xsd:float ;
nothing@2 8374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8376 afo:value "370.312"^^sxsd:hertz.number .
nothing@2 8377
nothing@2 8378 [] a afv:FundamentalFrequency ;
nothing@2 8379 event:time [ tl:at "13.067"^^xsd:float ;
nothing@2 8380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8382 afo:value "370.835"^^sxsd:hertz.number .
nothing@2 8383
nothing@2 8384 [] a afv:FundamentalFrequency ;
nothing@2 8385 event:time [ tl:at "13.073"^^xsd:float ;
nothing@2 8386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8388 afo:value "370.602"^^sxsd:hertz.number .
nothing@2 8389
nothing@2 8390 [] a afv:FundamentalFrequency ;
nothing@2 8391 event:time [ tl:at "13.079"^^xsd:float ;
nothing@2 8392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8394 afo:value "370.239"^^sxsd:hertz.number .
nothing@2 8395
nothing@2 8396 [] a afv:FundamentalFrequency ;
nothing@2 8397 event:time [ tl:at "13.084"^^xsd:float ;
nothing@2 8398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8400 afo:value "369.98"^^sxsd:hertz.number .
nothing@2 8401
nothing@2 8402 [] a afv:FundamentalFrequency ;
nothing@2 8403 event:time [ tl:at "13.09"^^xsd:float ;
nothing@2 8404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8406 afo:value "369.733"^^sxsd:hertz.number .
nothing@2 8407
nothing@2 8408 [] a afv:FundamentalFrequency ;
nothing@2 8409 event:time [ tl:at "13.096"^^xsd:float ;
nothing@2 8410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8412 afo:value "369.4"^^sxsd:hertz.number .
nothing@2 8413
nothing@2 8414 [] a afv:FundamentalFrequency ;
nothing@2 8415 event:time [ tl:at "13.102"^^xsd:float ;
nothing@2 8416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8418 afo:value "369.242"^^sxsd:hertz.number .
nothing@2 8419
nothing@2 8420 [] a afv:FundamentalFrequency ;
nothing@2 8421 event:time [ tl:at "13.108"^^xsd:float ;
nothing@2 8422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8424 afo:value "369.072"^^sxsd:hertz.number .
nothing@2 8425
nothing@2 8426 [] a afv:FundamentalFrequency ;
nothing@2 8427 event:time [ tl:at "13.113"^^xsd:float ;
nothing@2 8428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8430 afo:value "368.992"^^sxsd:hertz.number .
nothing@2 8431
nothing@2 8432 [] a afv:FundamentalFrequency ;
nothing@2 8433 event:time [ tl:at "1.312"^^xsd:float ;
nothing@2 8434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8436 afo:value "368.299"^^sxsd:hertz.number .
nothing@2 8437
nothing@2 8438 [] a afv:FundamentalFrequency ;
nothing@2 8439 event:time [ tl:at "13.119"^^xsd:float ;
nothing@2 8440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8442 afo:value "368.943"^^sxsd:hertz.number .
nothing@2 8443
nothing@2 8444 [] a afv:FundamentalFrequency ;
nothing@2 8445 event:time [ tl:at "13.125"^^xsd:float ;
nothing@2 8446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8448 afo:value "368.875"^^sxsd:hertz.number .
nothing@2 8449
nothing@2 8450 [] a afv:FundamentalFrequency ;
nothing@2 8451 event:time [ tl:at "13.131"^^xsd:float ;
nothing@2 8452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8454 afo:value "368.809"^^sxsd:hertz.number .
nothing@2 8455
nothing@2 8456 [] a afv:FundamentalFrequency ;
nothing@2 8457 event:time [ tl:at "13.137"^^xsd:float ;
nothing@2 8458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8460 afo:value "368.615"^^sxsd:hertz.number .
nothing@2 8461
nothing@2 8462 [] a afv:FundamentalFrequency ;
nothing@2 8463 event:time [ tl:at "13.142"^^xsd:float ;
nothing@2 8464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8466 afo:value "368.564"^^sxsd:hertz.number .
nothing@2 8467
nothing@2 8468 [] a afv:FundamentalFrequency ;
nothing@2 8469 event:time [ tl:at "13.148"^^xsd:float ;
nothing@2 8470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8472 afo:value "368.629"^^sxsd:hertz.number .
nothing@2 8473
nothing@2 8474 [] a afv:FundamentalFrequency ;
nothing@2 8475 event:time [ tl:at "13.154"^^xsd:float ;
nothing@2 8476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8478 afo:value "368.58"^^sxsd:hertz.number .
nothing@2 8479
nothing@2 8480 [] a afv:FundamentalFrequency ;
nothing@2 8481 event:time [ tl:at "13.16"^^xsd:float ;
nothing@2 8482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8484 afo:value "368.541"^^sxsd:hertz.number .
nothing@2 8485
nothing@2 8486 [] a afv:FundamentalFrequency ;
nothing@2 8487 event:time [ tl:at "13.166"^^xsd:float ;
nothing@2 8488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8490 afo:value "368.522"^^sxsd:hertz.number .
nothing@2 8491
nothing@2 8492 [] a afv:FundamentalFrequency ;
nothing@2 8493 event:time [ tl:at "13.172"^^xsd:float ;
nothing@2 8494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8496 afo:value "368.507"^^sxsd:hertz.number .
nothing@2 8497
nothing@2 8498 [] a afv:FundamentalFrequency ;
nothing@2 8499 event:time [ tl:at "1.318"^^xsd:float ;
nothing@2 8500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8502 afo:value "368.31"^^sxsd:hertz.number .
nothing@2 8503
nothing@2 8504 [] a afv:FundamentalFrequency ;
nothing@2 8505 event:time [ tl:at "13.177"^^xsd:float ;
nothing@2 8506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8508 afo:value "368.516"^^sxsd:hertz.number .
nothing@2 8509
nothing@2 8510 [] a afv:FundamentalFrequency ;
nothing@2 8511 event:time [ tl:at "13.183"^^xsd:float ;
nothing@2 8512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8514 afo:value "368.529"^^sxsd:hertz.number .
nothing@2 8515
nothing@2 8516 [] a afv:FundamentalFrequency ;
nothing@2 8517 event:time [ tl:at "13.189"^^xsd:float ;
nothing@2 8518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8520 afo:value "368.528"^^sxsd:hertz.number .
nothing@2 8521
nothing@2 8522 [] a afv:FundamentalFrequency ;
nothing@2 8523 event:time [ tl:at "13.195"^^xsd:float ;
nothing@2 8524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8526 afo:value "368.497"^^sxsd:hertz.number .
nothing@2 8527
nothing@2 8528 [] a afv:FundamentalFrequency ;
nothing@2 8529 event:time [ tl:at "13.201"^^xsd:float ;
nothing@2 8530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8532 afo:value "368.433"^^sxsd:hertz.number .
nothing@2 8533
nothing@2 8534 [] a afv:FundamentalFrequency ;
nothing@2 8535 event:time [ tl:at "13.206"^^xsd:float ;
nothing@2 8536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8538 afo:value "368.403"^^sxsd:hertz.number .
nothing@2 8539
nothing@2 8540 [] a afv:FundamentalFrequency ;
nothing@2 8541 event:time [ tl:at "13.212"^^xsd:float ;
nothing@2 8542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8544 afo:value "368.396"^^sxsd:hertz.number .
nothing@2 8545
nothing@2 8546 [] a afv:FundamentalFrequency ;
nothing@2 8547 event:time [ tl:at "13.218"^^xsd:float ;
nothing@2 8548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8550 afo:value "368.378"^^sxsd:hertz.number .
nothing@2 8551
nothing@2 8552 [] a afv:FundamentalFrequency ;
nothing@2 8553 event:time [ tl:at "13.224"^^xsd:float ;
nothing@2 8554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8556 afo:value "368.388"^^sxsd:hertz.number .
nothing@2 8557
nothing@2 8558 [] a afv:FundamentalFrequency ;
nothing@2 8559 event:time [ tl:at "13.23"^^xsd:float ;
nothing@2 8560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8562 afo:value "368.429"^^sxsd:hertz.number .
nothing@2 8563
nothing@2 8564 [] a afv:FundamentalFrequency ;
nothing@2 8565 event:time [ tl:at "1.324"^^xsd:float ;
nothing@2 8566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8568 afo:value "368.311"^^sxsd:hertz.number .
nothing@2 8569
nothing@2 8570 [] a afv:FundamentalFrequency ;
nothing@2 8571 event:time [ tl:at "13.235"^^xsd:float ;
nothing@2 8572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8574 afo:value "368.501"^^sxsd:hertz.number .
nothing@2 8575
nothing@2 8576 [] a afv:FundamentalFrequency ;
nothing@2 8577 event:time [ tl:at "13.241"^^xsd:float ;
nothing@2 8578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8580 afo:value "368.542"^^sxsd:hertz.number .
nothing@2 8581
nothing@2 8582 [] a afv:FundamentalFrequency ;
nothing@2 8583 event:time [ tl:at "13.247"^^xsd:float ;
nothing@2 8584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8586 afo:value "368.548"^^sxsd:hertz.number .
nothing@2 8587
nothing@2 8588 [] a afv:FundamentalFrequency ;
nothing@2 8589 event:time [ tl:at "13.253"^^xsd:float ;
nothing@2 8590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8592 afo:value "368.443"^^sxsd:hertz.number .
nothing@2 8593
nothing@2 8594 [] a afv:FundamentalFrequency ;
nothing@2 8595 event:time [ tl:at "13.259"^^xsd:float ;
nothing@2 8596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8598 afo:value "368.539"^^sxsd:hertz.number .
nothing@2 8599
nothing@2 8600 [] a afv:FundamentalFrequency ;
nothing@2 8601 event:time [ tl:at "13.264"^^xsd:float ;
nothing@2 8602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8604 afo:value "368.59"^^sxsd:hertz.number .
nothing@2 8605
nothing@2 8606 [] a afv:FundamentalFrequency ;
nothing@2 8607 event:time [ tl:at "13.27"^^xsd:float ;
nothing@2 8608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8610 afo:value "368.596"^^sxsd:hertz.number .
nothing@2 8611
nothing@2 8612 [] a afv:FundamentalFrequency ;
nothing@2 8613 event:time [ tl:at "13.276"^^xsd:float ;
nothing@2 8614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8616 afo:value "368.588"^^sxsd:hertz.number .
nothing@2 8617
nothing@2 8618 [] a afv:FundamentalFrequency ;
nothing@2 8619 event:time [ tl:at "13.282"^^xsd:float ;
nothing@2 8620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8622 afo:value "368.652"^^sxsd:hertz.number .
nothing@2 8623
nothing@2 8624 [] a afv:FundamentalFrequency ;
nothing@2 8625 event:time [ tl:at "13.288"^^xsd:float ;
nothing@2 8626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8628 afo:value "368.695"^^sxsd:hertz.number .
nothing@2 8629
nothing@2 8630 [] a afv:FundamentalFrequency ;
nothing@2 8631 event:time [ tl:at "1.329"^^xsd:float ;
nothing@2 8632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8634 afo:value "368.325"^^sxsd:hertz.number .
nothing@2 8635
nothing@2 8636 [] a afv:FundamentalFrequency ;
nothing@2 8637 event:time [ tl:at "13.293"^^xsd:float ;
nothing@2 8638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8640 afo:value "368.756"^^sxsd:hertz.number .
nothing@2 8641
nothing@2 8642 [] a afv:FundamentalFrequency ;
nothing@2 8643 event:time [ tl:at "13.299"^^xsd:float ;
nothing@2 8644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8646 afo:value "368.796"^^sxsd:hertz.number .
nothing@2 8647
nothing@2 8648 [] a afv:FundamentalFrequency ;
nothing@2 8649 event:time [ tl:at "13.305"^^xsd:float ;
nothing@2 8650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8652 afo:value "368.848"^^sxsd:hertz.number .
nothing@2 8653
nothing@2 8654 [] a afv:FundamentalFrequency ;
nothing@2 8655 event:time [ tl:at "13.311"^^xsd:float ;
nothing@2 8656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8658 afo:value "368.897"^^sxsd:hertz.number .
nothing@2 8659
nothing@2 8660 [] a afv:FundamentalFrequency ;
nothing@2 8661 event:time [ tl:at "13.317"^^xsd:float ;
nothing@2 8662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8664 afo:value "368.95"^^sxsd:hertz.number .
nothing@2 8665
nothing@2 8666 [] a afv:FundamentalFrequency ;
nothing@2 8667 event:time [ tl:at "13.322"^^xsd:float ;
nothing@2 8668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8670 afo:value "368.957"^^sxsd:hertz.number .
nothing@2 8671
nothing@2 8672 [] a afv:FundamentalFrequency ;
nothing@2 8673 event:time [ tl:at "13.328"^^xsd:float ;
nothing@2 8674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8676 afo:value "369.048"^^sxsd:hertz.number .
nothing@2 8677
nothing@2 8678 [] a afv:FundamentalFrequency ;
nothing@2 8679 event:time [ tl:at "13.334"^^xsd:float ;
nothing@2 8680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8682 afo:value "369.117"^^sxsd:hertz.number .
nothing@2 8683
nothing@2 8684 [] a afv:FundamentalFrequency ;
nothing@2 8685 event:time [ tl:at "13.34"^^xsd:float ;
nothing@2 8686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8688 afo:value "369.203"^^sxsd:hertz.number .
nothing@2 8689
nothing@2 8690 [] a afv:FundamentalFrequency ;
nothing@2 8691 event:time [ tl:at "13.346"^^xsd:float ;
nothing@2 8692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8694 afo:value "369.184"^^sxsd:hertz.number .
nothing@2 8695
nothing@2 8696 [] a afv:FundamentalFrequency ;
nothing@2 8697 event:time [ tl:at "0.134"^^xsd:float ;
nothing@2 8698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8700 afo:value "291.655"^^sxsd:hertz.number .
nothing@2 8701
nothing@2 8702 [] a afv:FundamentalFrequency ;
nothing@2 8703 event:time [ tl:at "1.335"^^xsd:float ;
nothing@2 8704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8706 afo:value "368.378"^^sxsd:hertz.number .
nothing@2 8707
nothing@2 8708 [] a afv:FundamentalFrequency ;
nothing@2 8709 event:time [ tl:at "13.351"^^xsd:float ;
nothing@2 8710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8712 afo:value "369.191"^^sxsd:hertz.number .
nothing@2 8713
nothing@2 8714 [] a afv:FundamentalFrequency ;
nothing@2 8715 event:time [ tl:at "13.357"^^xsd:float ;
nothing@2 8716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8718 afo:value "369.226"^^sxsd:hertz.number .
nothing@2 8719
nothing@2 8720 [] a afv:FundamentalFrequency ;
nothing@2 8721 event:time [ tl:at "13.363"^^xsd:float ;
nothing@2 8722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8724 afo:value "369.254"^^sxsd:hertz.number .
nothing@2 8725
nothing@2 8726 [] a afv:FundamentalFrequency ;
nothing@2 8727 event:time [ tl:at "13.369"^^xsd:float ;
nothing@2 8728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8730 afo:value "369.261"^^sxsd:hertz.number .
nothing@2 8731
nothing@2 8732 [] a afv:FundamentalFrequency ;
nothing@2 8733 event:time [ tl:at "13.375"^^xsd:float ;
nothing@2 8734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8736 afo:value "369.296"^^sxsd:hertz.number .
nothing@2 8737
nothing@2 8738 [] a afv:FundamentalFrequency ;
nothing@2 8739 event:time [ tl:at "13.38"^^xsd:float ;
nothing@2 8740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8742 afo:value "369.31"^^sxsd:hertz.number .
nothing@2 8743
nothing@2 8744 [] a afv:FundamentalFrequency ;
nothing@2 8745 event:time [ tl:at "13.386"^^xsd:float ;
nothing@2 8746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8748 afo:value "369.261"^^sxsd:hertz.number .
nothing@2 8749
nothing@2 8750 [] a afv:FundamentalFrequency ;
nothing@2 8751 event:time [ tl:at "13.392"^^xsd:float ;
nothing@2 8752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8754 afo:value "369.189"^^sxsd:hertz.number .
nothing@2 8755
nothing@2 8756 [] a afv:FundamentalFrequency ;
nothing@2 8757 event:time [ tl:at "13.398"^^xsd:float ;
nothing@2 8758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8760 afo:value "369.102"^^sxsd:hertz.number .
nothing@2 8761
nothing@2 8762 [] a afv:FundamentalFrequency ;
nothing@2 8763 event:time [ tl:at "13.404"^^xsd:float ;
nothing@2 8764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8766 afo:value "369.032"^^sxsd:hertz.number .
nothing@2 8767
nothing@2 8768 [] a afv:FundamentalFrequency ;
nothing@2 8769 event:time [ tl:at "1.341"^^xsd:float ;
nothing@2 8770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8772 afo:value "368.435"^^sxsd:hertz.number .
nothing@2 8773
nothing@2 8774 [] a afv:FundamentalFrequency ;
nothing@2 8775 event:time [ tl:at "13.41"^^xsd:float ;
nothing@2 8776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8778 afo:value "369.0"^^sxsd:hertz.number .
nothing@2 8779
nothing@2 8780 [] a afv:FundamentalFrequency ;
nothing@2 8781 event:time [ tl:at "13.415"^^xsd:float ;
nothing@2 8782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8784 afo:value "369.002"^^sxsd:hertz.number .
nothing@2 8785
nothing@2 8786 [] a afv:FundamentalFrequency ;
nothing@2 8787 event:time [ tl:at "13.421"^^xsd:float ;
nothing@2 8788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8790 afo:value "369.05"^^sxsd:hertz.number .
nothing@2 8791
nothing@2 8792 [] a afv:FundamentalFrequency ;
nothing@2 8793 event:time [ tl:at "13.427"^^xsd:float ;
nothing@2 8794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8796 afo:value "369.16"^^sxsd:hertz.number .
nothing@2 8797
nothing@2 8798 [] a afv:FundamentalFrequency ;
nothing@2 8799 event:time [ tl:at "13.433"^^xsd:float ;
nothing@2 8800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8802 afo:value "369.341"^^sxsd:hertz.number .
nothing@2 8803
nothing@2 8804 [] a afv:FundamentalFrequency ;
nothing@2 8805 event:time [ tl:at "13.439"^^xsd:float ;
nothing@2 8806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8808 afo:value "369.606"^^sxsd:hertz.number .
nothing@2 8809
nothing@2 8810 [] a afv:FundamentalFrequency ;
nothing@2 8811 event:time [ tl:at "13.444"^^xsd:float ;
nothing@2 8812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8814 afo:value "369.901"^^sxsd:hertz.number .
nothing@2 8815
nothing@2 8816 [] a afv:FundamentalFrequency ;
nothing@2 8817 event:time [ tl:at "13.45"^^xsd:float ;
nothing@2 8818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8820 afo:value "370.188"^^sxsd:hertz.number .
nothing@2 8821
nothing@2 8822 [] a afv:FundamentalFrequency ;
nothing@2 8823 event:time [ tl:at "13.456"^^xsd:float ;
nothing@2 8824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8826 afo:value "370.448"^^sxsd:hertz.number .
nothing@2 8827
nothing@2 8828 [] a afv:FundamentalFrequency ;
nothing@2 8829 event:time [ tl:at "13.462"^^xsd:float ;
nothing@2 8830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8832 afo:value "370.664"^^sxsd:hertz.number .
nothing@2 8833
nothing@2 8834 [] a afv:FundamentalFrequency ;
nothing@2 8835 event:time [ tl:at "1.347"^^xsd:float ;
nothing@2 8836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8838 afo:value "368.488"^^sxsd:hertz.number .
nothing@2 8839
nothing@2 8840 [] a afv:FundamentalFrequency ;
nothing@2 8841 event:time [ tl:at "13.468"^^xsd:float ;
nothing@2 8842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8844 afo:value "370.92"^^sxsd:hertz.number .
nothing@2 8845
nothing@2 8846 [] a afv:FundamentalFrequency ;
nothing@2 8847 event:time [ tl:at "13.473"^^xsd:float ;
nothing@2 8848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8850 afo:value "371.217"^^sxsd:hertz.number .
nothing@2 8851
nothing@2 8852 [] a afv:FundamentalFrequency ;
nothing@2 8853 event:time [ tl:at "13.479"^^xsd:float ;
nothing@2 8854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8856 afo:value "371.473"^^sxsd:hertz.number .
nothing@2 8857
nothing@2 8858 [] a afv:FundamentalFrequency ;
nothing@2 8859 event:time [ tl:at "13.485"^^xsd:float ;
nothing@2 8860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8862 afo:value "371.735"^^sxsd:hertz.number .
nothing@2 8863
nothing@2 8864 [] a afv:FundamentalFrequency ;
nothing@2 8865 event:time [ tl:at "13.491"^^xsd:float ;
nothing@2 8866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8868 afo:value "371.824"^^sxsd:hertz.number .
nothing@2 8869
nothing@2 8870 [] a afv:FundamentalFrequency ;
nothing@2 8871 event:time [ tl:at "13.497"^^xsd:float ;
nothing@2 8872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8874 afo:value "371.832"^^sxsd:hertz.number .
nothing@2 8875
nothing@2 8876 [] a afv:FundamentalFrequency ;
nothing@2 8877 event:time [ tl:at "13.502"^^xsd:float ;
nothing@2 8878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8880 afo:value "371.7"^^sxsd:hertz.number .
nothing@2 8881
nothing@2 8882 [] a afv:FundamentalFrequency ;
nothing@2 8883 event:time [ tl:at "13.508"^^xsd:float ;
nothing@2 8884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8886 afo:value "371.359"^^sxsd:hertz.number .
nothing@2 8887
nothing@2 8888 [] a afv:FundamentalFrequency ;
nothing@2 8889 event:time [ tl:at "13.514"^^xsd:float ;
nothing@2 8890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8892 afo:value "370.928"^^sxsd:hertz.number .
nothing@2 8893
nothing@2 8894 [] a afv:FundamentalFrequency ;
nothing@2 8895 event:time [ tl:at "13.52"^^xsd:float ;
nothing@2 8896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8898 afo:value "370.456"^^sxsd:hertz.number .
nothing@2 8899
nothing@2 8900 [] a afv:FundamentalFrequency ;
nothing@2 8901 event:time [ tl:at "1.353"^^xsd:float ;
nothing@2 8902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8904 afo:value "368.487"^^sxsd:hertz.number .
nothing@2 8905
nothing@2 8906 [] a afv:FundamentalFrequency ;
nothing@2 8907 event:time [ tl:at "13.526"^^xsd:float ;
nothing@2 8908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8910 afo:value "369.97"^^sxsd:hertz.number .
nothing@2 8911
nothing@2 8912 [] a afv:FundamentalFrequency ;
nothing@2 8913 event:time [ tl:at "13.531"^^xsd:float ;
nothing@2 8914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8916 afo:value "369.471"^^sxsd:hertz.number .
nothing@2 8917
nothing@2 8918 [] a afv:FundamentalFrequency ;
nothing@2 8919 event:time [ tl:at "13.537"^^xsd:float ;
nothing@2 8920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8922 afo:value "368.827"^^sxsd:hertz.number .
nothing@2 8923
nothing@2 8924 [] a afv:FundamentalFrequency ;
nothing@2 8925 event:time [ tl:at "13.543"^^xsd:float ;
nothing@2 8926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8928 afo:value "368.982"^^sxsd:hertz.number .
nothing@2 8929
nothing@2 8930 [] a afv:FundamentalFrequency ;
nothing@2 8931 event:time [ tl:at "13.549"^^xsd:float ;
nothing@2 8932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8934 afo:value "370.294"^^sxsd:hertz.number .
nothing@2 8935
nothing@2 8936 [] a afv:FundamentalFrequency ;
nothing@2 8937 event:time [ tl:at "13.555"^^xsd:float ;
nothing@2 8938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8940 afo:value "364.539"^^sxsd:hertz.number .
nothing@2 8941
nothing@2 8942 [] a afv:FundamentalFrequency ;
nothing@2 8943 event:time [ tl:at "13.56"^^xsd:float ;
nothing@2 8944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8946 afo:value "407.636"^^sxsd:hertz.number .
nothing@2 8947
nothing@2 8948 [] a afv:FundamentalFrequency ;
nothing@2 8949 event:time [ tl:at "13.566"^^xsd:float ;
nothing@2 8950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8952 afo:value "409.719"^^sxsd:hertz.number .
nothing@2 8953
nothing@2 8954 [] a afv:FundamentalFrequency ;
nothing@2 8955 event:time [ tl:at "13.572"^^xsd:float ;
nothing@2 8956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8958 afo:value "443.778"^^sxsd:hertz.number .
nothing@2 8959
nothing@2 8960 [] a afv:FundamentalFrequency ;
nothing@2 8961 event:time [ tl:at "13.578"^^xsd:float ;
nothing@2 8962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8964 afo:value "438.038"^^sxsd:hertz.number .
nothing@2 8965
nothing@2 8966 [] a afv:FundamentalFrequency ;
nothing@2 8967 event:time [ tl:at "1.358"^^xsd:float ;
nothing@2 8968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8970 afo:value "368.401"^^sxsd:hertz.number .
nothing@2 8971
nothing@2 8972 [] a afv:FundamentalFrequency ;
nothing@2 8973 event:time [ tl:at "13.584"^^xsd:float ;
nothing@2 8974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8976 afo:value "438.482"^^sxsd:hertz.number .
nothing@2 8977
nothing@2 8978 [] a afv:FundamentalFrequency ;
nothing@2 8979 event:time [ tl:at "13.589"^^xsd:float ;
nothing@2 8980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8982 afo:value "439.752"^^sxsd:hertz.number .
nothing@2 8983
nothing@2 8984 [] a afv:FundamentalFrequency ;
nothing@2 8985 event:time [ tl:at "13.595"^^xsd:float ;
nothing@2 8986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8988 afo:value "439.372"^^sxsd:hertz.number .
nothing@2 8989
nothing@2 8990 [] a afv:FundamentalFrequency ;
nothing@2 8991 event:time [ tl:at "13.601"^^xsd:float ;
nothing@2 8992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 8994 afo:value "438.983"^^sxsd:hertz.number .
nothing@2 8995
nothing@2 8996 [] a afv:FundamentalFrequency ;
nothing@2 8997 event:time [ tl:at "13.607"^^xsd:float ;
nothing@2 8998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 8999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9000 afo:value "438.923"^^sxsd:hertz.number .
nothing@2 9001
nothing@2 9002 [] a afv:FundamentalFrequency ;
nothing@2 9003 event:time [ tl:at "13.613"^^xsd:float ;
nothing@2 9004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9006 afo:value "438.795"^^sxsd:hertz.number .
nothing@2 9007
nothing@2 9008 [] a afv:FundamentalFrequency ;
nothing@2 9009 event:time [ tl:at "13.619"^^xsd:float ;
nothing@2 9010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9012 afo:value "438.691"^^sxsd:hertz.number .
nothing@2 9013
nothing@2 9014 [] a afv:FundamentalFrequency ;
nothing@2 9015 event:time [ tl:at "13.624"^^xsd:float ;
nothing@2 9016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9018 afo:value "438.641"^^sxsd:hertz.number .
nothing@2 9019
nothing@2 9020 [] a afv:FundamentalFrequency ;
nothing@2 9021 event:time [ tl:at "13.63"^^xsd:float ;
nothing@2 9022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9024 afo:value "438.759"^^sxsd:hertz.number .
nothing@2 9025
nothing@2 9026 [] a afv:FundamentalFrequency ;
nothing@2 9027 event:time [ tl:at "13.636"^^xsd:float ;
nothing@2 9028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9030 afo:value "438.52"^^sxsd:hertz.number .
nothing@2 9031
nothing@2 9032 [] a afv:FundamentalFrequency ;
nothing@2 9033 event:time [ tl:at "1.364"^^xsd:float ;
nothing@2 9034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9036 afo:value "368.504"^^sxsd:hertz.number .
nothing@2 9037
nothing@2 9038 [] a afv:FundamentalFrequency ;
nothing@2 9039 event:time [ tl:at "13.642"^^xsd:float ;
nothing@2 9040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9042 afo:value "438.407"^^sxsd:hertz.number .
nothing@2 9043
nothing@2 9044 [] a afv:FundamentalFrequency ;
nothing@2 9045 event:time [ tl:at "13.648"^^xsd:float ;
nothing@2 9046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9048 afo:value "438.286"^^sxsd:hertz.number .
nothing@2 9049
nothing@2 9050 [] a afv:FundamentalFrequency ;
nothing@2 9051 event:time [ tl:at "13.653"^^xsd:float ;
nothing@2 9052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9054 afo:value "438.332"^^sxsd:hertz.number .
nothing@2 9055
nothing@2 9056 [] a afv:FundamentalFrequency ;
nothing@2 9057 event:time [ tl:at "13.659"^^xsd:float ;
nothing@2 9058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9060 afo:value "438.304"^^sxsd:hertz.number .
nothing@2 9061
nothing@2 9062 [] a afv:FundamentalFrequency ;
nothing@2 9063 event:time [ tl:at "13.665"^^xsd:float ;
nothing@2 9064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9066 afo:value "438.219"^^sxsd:hertz.number .
nothing@2 9067
nothing@2 9068 [] a afv:FundamentalFrequency ;
nothing@2 9069 event:time [ tl:at "13.671"^^xsd:float ;
nothing@2 9070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9072 afo:value "438.204"^^sxsd:hertz.number .
nothing@2 9073
nothing@2 9074 [] a afv:FundamentalFrequency ;
nothing@2 9075 event:time [ tl:at "13.677"^^xsd:float ;
nothing@2 9076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9078 afo:value "438.159"^^sxsd:hertz.number .
nothing@2 9079
nothing@2 9080 [] a afv:FundamentalFrequency ;
nothing@2 9081 event:time [ tl:at "13.682"^^xsd:float ;
nothing@2 9082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9084 afo:value "438.137"^^sxsd:hertz.number .
nothing@2 9085
nothing@2 9086 [] a afv:FundamentalFrequency ;
nothing@2 9087 event:time [ tl:at "13.688"^^xsd:float ;
nothing@2 9088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9090 afo:value "438.123"^^sxsd:hertz.number .
nothing@2 9091
nothing@2 9092 [] a afv:FundamentalFrequency ;
nothing@2 9093 event:time [ tl:at "13.694"^^xsd:float ;
nothing@2 9094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9096 afo:value "438.004"^^sxsd:hertz.number .
nothing@2 9097
nothing@2 9098 [] a afv:FundamentalFrequency ;
nothing@2 9099 event:time [ tl:at "1.37"^^xsd:float ;
nothing@2 9100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9102 afo:value "368.575"^^sxsd:hertz.number .
nothing@2 9103
nothing@2 9104 [] a afv:FundamentalFrequency ;
nothing@2 9105 event:time [ tl:at "13.7"^^xsd:float ;
nothing@2 9106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9108 afo:value "437.999"^^sxsd:hertz.number .
nothing@2 9109
nothing@2 9110 [] a afv:FundamentalFrequency ;
nothing@2 9111 event:time [ tl:at "13.706"^^xsd:float ;
nothing@2 9112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9114 afo:value "437.983"^^sxsd:hertz.number .
nothing@2 9115
nothing@2 9116 [] a afv:FundamentalFrequency ;
nothing@2 9117 event:time [ tl:at "13.711"^^xsd:float ;
nothing@2 9118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9120 afo:value "437.966"^^sxsd:hertz.number .
nothing@2 9121
nothing@2 9122 [] a afv:FundamentalFrequency ;
nothing@2 9123 event:time [ tl:at "13.717"^^xsd:float ;
nothing@2 9124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9126 afo:value "438.099"^^sxsd:hertz.number .
nothing@2 9127
nothing@2 9128 [] a afv:FundamentalFrequency ;
nothing@2 9129 event:time [ tl:at "13.723"^^xsd:float ;
nothing@2 9130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9132 afo:value "438.153"^^sxsd:hertz.number .
nothing@2 9133
nothing@2 9134 [] a afv:FundamentalFrequency ;
nothing@2 9135 event:time [ tl:at "13.729"^^xsd:float ;
nothing@2 9136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9138 afo:value "438.22"^^sxsd:hertz.number .
nothing@2 9139
nothing@2 9140 [] a afv:FundamentalFrequency ;
nothing@2 9141 event:time [ tl:at "13.735"^^xsd:float ;
nothing@2 9142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9144 afo:value "438.272"^^sxsd:hertz.number .
nothing@2 9145
nothing@2 9146 [] a afv:FundamentalFrequency ;
nothing@2 9147 event:time [ tl:at "13.74"^^xsd:float ;
nothing@2 9148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9150 afo:value "438.283"^^sxsd:hertz.number .
nothing@2 9151
nothing@2 9152 [] a afv:FundamentalFrequency ;
nothing@2 9153 event:time [ tl:at "13.746"^^xsd:float ;
nothing@2 9154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9156 afo:value "438.328"^^sxsd:hertz.number .
nothing@2 9157
nothing@2 9158 [] a afv:FundamentalFrequency ;
nothing@2 9159 event:time [ tl:at "13.752"^^xsd:float ;
nothing@2 9160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9162 afo:value "438.353"^^sxsd:hertz.number .
nothing@2 9163
nothing@2 9164 [] a afv:FundamentalFrequency ;
nothing@2 9165 event:time [ tl:at "1.376"^^xsd:float ;
nothing@2 9166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9168 afo:value "368.596"^^sxsd:hertz.number .
nothing@2 9169
nothing@2 9170 [] a afv:FundamentalFrequency ;
nothing@2 9171 event:time [ tl:at "13.758"^^xsd:float ;
nothing@2 9172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9174 afo:value "438.428"^^sxsd:hertz.number .
nothing@2 9175
nothing@2 9176 [] a afv:FundamentalFrequency ;
nothing@2 9177 event:time [ tl:at "13.764"^^xsd:float ;
nothing@2 9178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9180 afo:value "438.463"^^sxsd:hertz.number .
nothing@2 9181
nothing@2 9182 [] a afv:FundamentalFrequency ;
nothing@2 9183 event:time [ tl:at "13.769"^^xsd:float ;
nothing@2 9184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9186 afo:value "438.47"^^sxsd:hertz.number .
nothing@2 9187
nothing@2 9188 [] a afv:FundamentalFrequency ;
nothing@2 9189 event:time [ tl:at "13.775"^^xsd:float ;
nothing@2 9190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9192 afo:value "438.541"^^sxsd:hertz.number .
nothing@2 9193
nothing@2 9194 [] a afv:FundamentalFrequency ;
nothing@2 9195 event:time [ tl:at "13.781"^^xsd:float ;
nothing@2 9196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9198 afo:value "438.576"^^sxsd:hertz.number .
nothing@2 9199
nothing@2 9200 [] a afv:FundamentalFrequency ;
nothing@2 9201 event:time [ tl:at "13.787"^^xsd:float ;
nothing@2 9202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9204 afo:value "438.605"^^sxsd:hertz.number .
nothing@2 9205
nothing@2 9206 [] a afv:FundamentalFrequency ;
nothing@2 9207 event:time [ tl:at "13.793"^^xsd:float ;
nothing@2 9208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9210 afo:value "438.64"^^sxsd:hertz.number .
nothing@2 9211
nothing@2 9212 [] a afv:FundamentalFrequency ;
nothing@2 9213 event:time [ tl:at "13.798"^^xsd:float ;
nothing@2 9214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9216 afo:value "438.657"^^sxsd:hertz.number .
nothing@2 9217
nothing@2 9218 [] a afv:FundamentalFrequency ;
nothing@2 9219 event:time [ tl:at "13.804"^^xsd:float ;
nothing@2 9220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9222 afo:value "438.755"^^sxsd:hertz.number .
nothing@2 9223
nothing@2 9224 [] a afv:FundamentalFrequency ;
nothing@2 9225 event:time [ tl:at "13.81"^^xsd:float ;
nothing@2 9226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9228 afo:value "438.821"^^sxsd:hertz.number .
nothing@2 9229
nothing@2 9230 [] a afv:FundamentalFrequency ;
nothing@2 9231 event:time [ tl:at "1.382"^^xsd:float ;
nothing@2 9232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9234 afo:value "368.597"^^sxsd:hertz.number .
nothing@2 9235
nothing@2 9236 [] a afv:FundamentalFrequency ;
nothing@2 9237 event:time [ tl:at "13.816"^^xsd:float ;
nothing@2 9238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9240 afo:value "438.828"^^sxsd:hertz.number .
nothing@2 9241
nothing@2 9242 [] a afv:FundamentalFrequency ;
nothing@2 9243 event:time [ tl:at "13.822"^^xsd:float ;
nothing@2 9244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9246 afo:value "438.874"^^sxsd:hertz.number .
nothing@2 9247
nothing@2 9248 [] a afv:FundamentalFrequency ;
nothing@2 9249 event:time [ tl:at "13.827"^^xsd:float ;
nothing@2 9250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9252 afo:value "438.878"^^sxsd:hertz.number .
nothing@2 9253
nothing@2 9254 [] a afv:FundamentalFrequency ;
nothing@2 9255 event:time [ tl:at "13.833"^^xsd:float ;
nothing@2 9256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9258 afo:value "438.896"^^sxsd:hertz.number .
nothing@2 9259
nothing@2 9260 [] a afv:FundamentalFrequency ;
nothing@2 9261 event:time [ tl:at "13.839"^^xsd:float ;
nothing@2 9262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9264 afo:value "438.907"^^sxsd:hertz.number .
nothing@2 9265
nothing@2 9266 [] a afv:FundamentalFrequency ;
nothing@2 9267 event:time [ tl:at "13.845"^^xsd:float ;
nothing@2 9268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9270 afo:value "438.97"^^sxsd:hertz.number .
nothing@2 9271
nothing@2 9272 [] a afv:FundamentalFrequency ;
nothing@2 9273 event:time [ tl:at "13.851"^^xsd:float ;
nothing@2 9274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9276 afo:value "439.025"^^sxsd:hertz.number .
nothing@2 9277
nothing@2 9278 [] a afv:FundamentalFrequency ;
nothing@2 9279 event:time [ tl:at "13.857"^^xsd:float ;
nothing@2 9280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9282 afo:value "439.064"^^sxsd:hertz.number .
nothing@2 9283
nothing@2 9284 [] a afv:FundamentalFrequency ;
nothing@2 9285 event:time [ tl:at "13.862"^^xsd:float ;
nothing@2 9286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9288 afo:value "439.1"^^sxsd:hertz.number .
nothing@2 9289
nothing@2 9290 [] a afv:FundamentalFrequency ;
nothing@2 9291 event:time [ tl:at "13.868"^^xsd:float ;
nothing@2 9292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9294 afo:value "439.074"^^sxsd:hertz.number .
nothing@2 9295
nothing@2 9296 [] a afv:FundamentalFrequency ;
nothing@2 9297 event:time [ tl:at "1.387"^^xsd:float ;
nothing@2 9298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9300 afo:value "368.674"^^sxsd:hertz.number .
nothing@2 9301
nothing@2 9302 [] a afv:FundamentalFrequency ;
nothing@2 9303 event:time [ tl:at "13.874"^^xsd:float ;
nothing@2 9304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9306 afo:value "439.045"^^sxsd:hertz.number .
nothing@2 9307
nothing@2 9308 [] a afv:FundamentalFrequency ;
nothing@2 9309 event:time [ tl:at "13.88"^^xsd:float ;
nothing@2 9310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9312 afo:value "439.041"^^sxsd:hertz.number .
nothing@2 9313
nothing@2 9314 [] a afv:FundamentalFrequency ;
nothing@2 9315 event:time [ tl:at "13.886"^^xsd:float ;
nothing@2 9316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9318 afo:value "439.03"^^sxsd:hertz.number .
nothing@2 9319
nothing@2 9320 [] a afv:FundamentalFrequency ;
nothing@2 9321 event:time [ tl:at "13.891"^^xsd:float ;
nothing@2 9322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9324 afo:value "439.042"^^sxsd:hertz.number .
nothing@2 9325
nothing@2 9326 [] a afv:FundamentalFrequency ;
nothing@2 9327 event:time [ tl:at "13.897"^^xsd:float ;
nothing@2 9328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9330 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 9331
nothing@2 9332 [] a afv:FundamentalFrequency ;
nothing@2 9333 event:time [ tl:at "13.903"^^xsd:float ;
nothing@2 9334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9336 afo:value "439.01"^^sxsd:hertz.number .
nothing@2 9337
nothing@2 9338 [] a afv:FundamentalFrequency ;
nothing@2 9339 event:time [ tl:at "13.909"^^xsd:float ;
nothing@2 9340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9342 afo:value "438.999"^^sxsd:hertz.number .
nothing@2 9343
nothing@2 9344 [] a afv:FundamentalFrequency ;
nothing@2 9345 event:time [ tl:at "13.915"^^xsd:float ;
nothing@2 9346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9348 afo:value "438.987"^^sxsd:hertz.number .
nothing@2 9349
nothing@2 9350 [] a afv:FundamentalFrequency ;
nothing@2 9351 event:time [ tl:at "13.92"^^xsd:float ;
nothing@2 9352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9354 afo:value "439.034"^^sxsd:hertz.number .
nothing@2 9355
nothing@2 9356 [] a afv:FundamentalFrequency ;
nothing@2 9357 event:time [ tl:at "13.926"^^xsd:float ;
nothing@2 9358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9360 afo:value "439.086"^^sxsd:hertz.number .
nothing@2 9361
nothing@2 9362 [] a afv:FundamentalFrequency ;
nothing@2 9363 event:time [ tl:at "0.139"^^xsd:float ;
nothing@2 9364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9366 afo:value "293.166"^^sxsd:hertz.number .
nothing@2 9367
nothing@2 9368 [] a afv:FundamentalFrequency ;
nothing@2 9369 event:time [ tl:at "1.393"^^xsd:float ;
nothing@2 9370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9372 afo:value "368.743"^^sxsd:hertz.number .
nothing@2 9373
nothing@2 9374 [] a afv:FundamentalFrequency ;
nothing@2 9375 event:time [ tl:at "13.932"^^xsd:float ;
nothing@2 9376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9378 afo:value "439.128"^^sxsd:hertz.number .
nothing@2 9379
nothing@2 9380 [] a afv:FundamentalFrequency ;
nothing@2 9381 event:time [ tl:at "13.938"^^xsd:float ;
nothing@2 9382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9384 afo:value "439.173"^^sxsd:hertz.number .
nothing@2 9385
nothing@2 9386 [] a afv:FundamentalFrequency ;
nothing@2 9387 event:time [ tl:at "13.944"^^xsd:float ;
nothing@2 9388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9390 afo:value "439.163"^^sxsd:hertz.number .
nothing@2 9391
nothing@2 9392 [] a afv:FundamentalFrequency ;
nothing@2 9393 event:time [ tl:at "13.949"^^xsd:float ;
nothing@2 9394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9396 afo:value "439.161"^^sxsd:hertz.number .
nothing@2 9397
nothing@2 9398 [] a afv:FundamentalFrequency ;
nothing@2 9399 event:time [ tl:at "13.955"^^xsd:float ;
nothing@2 9400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9402 afo:value "439.095"^^sxsd:hertz.number .
nothing@2 9403
nothing@2 9404 [] a afv:FundamentalFrequency ;
nothing@2 9405 event:time [ tl:at "13.961"^^xsd:float ;
nothing@2 9406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9408 afo:value "438.988"^^sxsd:hertz.number .
nothing@2 9409
nothing@2 9410 [] a afv:FundamentalFrequency ;
nothing@2 9411 event:time [ tl:at "13.967"^^xsd:float ;
nothing@2 9412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9414 afo:value "438.857"^^sxsd:hertz.number .
nothing@2 9415
nothing@2 9416 [] a afv:FundamentalFrequency ;
nothing@2 9417 event:time [ tl:at "13.973"^^xsd:float ;
nothing@2 9418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9420 afo:value "438.731"^^sxsd:hertz.number .
nothing@2 9421
nothing@2 9422 [] a afv:FundamentalFrequency ;
nothing@2 9423 event:time [ tl:at "13.978"^^xsd:float ;
nothing@2 9424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9426 afo:value "438.629"^^sxsd:hertz.number .
nothing@2 9427
nothing@2 9428 [] a afv:FundamentalFrequency ;
nothing@2 9429 event:time [ tl:at "13.984"^^xsd:float ;
nothing@2 9430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9432 afo:value "438.469"^^sxsd:hertz.number .
nothing@2 9433
nothing@2 9434 [] a afv:FundamentalFrequency ;
nothing@2 9435 event:time [ tl:at "1.399"^^xsd:float ;
nothing@2 9436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9438 afo:value "368.758"^^sxsd:hertz.number .
nothing@2 9439
nothing@2 9440 [] a afv:FundamentalFrequency ;
nothing@2 9441 event:time [ tl:at "13.99"^^xsd:float ;
nothing@2 9442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9444 afo:value "438.269"^^sxsd:hertz.number .
nothing@2 9445
nothing@2 9446 [] a afv:FundamentalFrequency ;
nothing@2 9447 event:time [ tl:at "13.996"^^xsd:float ;
nothing@2 9448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9450 afo:value "437.985"^^sxsd:hertz.number .
nothing@2 9451
nothing@2 9452 [] a afv:FundamentalFrequency ;
nothing@2 9453 event:time [ tl:at "14.002"^^xsd:float ;
nothing@2 9454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9456 afo:value "437.457"^^sxsd:hertz.number .
nothing@2 9457
nothing@2 9458 [] a afv:FundamentalFrequency ;
nothing@2 9459 event:time [ tl:at "14.007"^^xsd:float ;
nothing@2 9460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9462 afo:value "436.751"^^sxsd:hertz.number .
nothing@2 9463
nothing@2 9464 [] a afv:FundamentalFrequency ;
nothing@2 9465 event:time [ tl:at "14.013"^^xsd:float ;
nothing@2 9466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9468 afo:value "435.851"^^sxsd:hertz.number .
nothing@2 9469
nothing@2 9470 [] a afv:FundamentalFrequency ;
nothing@2 9471 event:time [ tl:at "14.019"^^xsd:float ;
nothing@2 9472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9474 afo:value "434.9"^^sxsd:hertz.number .
nothing@2 9475
nothing@2 9476 [] a afv:FundamentalFrequency ;
nothing@2 9477 event:time [ tl:at "14.025"^^xsd:float ;
nothing@2 9478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9480 afo:value "434.597"^^sxsd:hertz.number .
nothing@2 9481
nothing@2 9482 [] a afv:FundamentalFrequency ;
nothing@2 9483 event:time [ tl:at "14.031"^^xsd:float ;
nothing@2 9484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9486 afo:value "434.666"^^sxsd:hertz.number .
nothing@2 9487
nothing@2 9488 [] a afv:FundamentalFrequency ;
nothing@2 9489 event:time [ tl:at "14.036"^^xsd:float ;
nothing@2 9490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9492 afo:value "434.991"^^sxsd:hertz.number .
nothing@2 9493
nothing@2 9494 [] a afv:FundamentalFrequency ;
nothing@2 9495 event:time [ tl:at "14.042"^^xsd:float ;
nothing@2 9496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9498 afo:value "432.177"^^sxsd:hertz.number .
nothing@2 9499
nothing@2 9500 [] a afv:FundamentalFrequency ;
nothing@2 9501 event:time [ tl:at "1.405"^^xsd:float ;
nothing@2 9502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9504 afo:value "368.775"^^sxsd:hertz.number .
nothing@2 9505
nothing@2 9506 [] a afv:FundamentalFrequency ;
nothing@2 9507 event:time [ tl:at "14.048"^^xsd:float ;
nothing@2 9508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9510 afo:value "439.175"^^sxsd:hertz.number .
nothing@2 9511
nothing@2 9512 [] a afv:FundamentalFrequency ;
nothing@2 9513 event:time [ tl:at "14.054"^^xsd:float ;
nothing@2 9514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9516 afo:value "440.858"^^sxsd:hertz.number .
nothing@2 9517
nothing@2 9518 [] a afv:FundamentalFrequency ;
nothing@2 9519 event:time [ tl:at "14.06"^^xsd:float ;
nothing@2 9520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9522 afo:value "440.055"^^sxsd:hertz.number .
nothing@2 9523
nothing@2 9524 [] a afv:FundamentalFrequency ;
nothing@2 9525 event:time [ tl:at "14.065"^^xsd:float ;
nothing@2 9526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9528 afo:value "422.279"^^sxsd:hertz.number .
nothing@2 9529
nothing@2 9530 [] a afv:FundamentalFrequency ;
nothing@2 9531 event:time [ tl:at "14.071"^^xsd:float ;
nothing@2 9532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9534 afo:value "414.507"^^sxsd:hertz.number .
nothing@2 9535
nothing@2 9536 [] a afv:FundamentalFrequency ;
nothing@2 9537 event:time [ tl:at "14.077"^^xsd:float ;
nothing@2 9538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9540 afo:value "393.162"^^sxsd:hertz.number .
nothing@2 9541
nothing@2 9542 [] a afv:FundamentalFrequency ;
nothing@2 9543 event:time [ tl:at "14.083"^^xsd:float ;
nothing@2 9544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9546 afo:value "378.579"^^sxsd:hertz.number .
nothing@2 9547
nothing@2 9548 [] a afv:FundamentalFrequency ;
nothing@2 9549 event:time [ tl:at "14.089"^^xsd:float ;
nothing@2 9550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9552 afo:value "390.484"^^sxsd:hertz.number .
nothing@2 9553
nothing@2 9554 [] a afv:FundamentalFrequency ;
nothing@2 9555 event:time [ tl:at "14.095"^^xsd:float ;
nothing@2 9556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9558 afo:value "391.008"^^sxsd:hertz.number .
nothing@2 9559
nothing@2 9560 [] a afv:FundamentalFrequency ;
nothing@2 9561 event:time [ tl:at "14.1"^^xsd:float ;
nothing@2 9562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9564 afo:value "391.556"^^sxsd:hertz.number .
nothing@2 9565
nothing@2 9566 [] a afv:FundamentalFrequency ;
nothing@2 9567 event:time [ tl:at "1.411"^^xsd:float ;
nothing@2 9568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9570 afo:value "368.831"^^sxsd:hertz.number .
nothing@2 9571
nothing@2 9572 [] a afv:FundamentalFrequency ;
nothing@2 9573 event:time [ tl:at "14.106"^^xsd:float ;
nothing@2 9574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9576 afo:value "391.282"^^sxsd:hertz.number .
nothing@2 9577
nothing@2 9578 [] a afv:FundamentalFrequency ;
nothing@2 9579 event:time [ tl:at "14.112"^^xsd:float ;
nothing@2 9580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9582 afo:value "391.22"^^sxsd:hertz.number .
nothing@2 9583
nothing@2 9584 [] a afv:FundamentalFrequency ;
nothing@2 9585 event:time [ tl:at "14.118"^^xsd:float ;
nothing@2 9586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9588 afo:value "391.092"^^sxsd:hertz.number .
nothing@2 9589
nothing@2 9590 [] a afv:FundamentalFrequency ;
nothing@2 9591 event:time [ tl:at "14.124"^^xsd:float ;
nothing@2 9592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9594 afo:value "390.813"^^sxsd:hertz.number .
nothing@2 9595
nothing@2 9596 [] a afv:FundamentalFrequency ;
nothing@2 9597 event:time [ tl:at "14.129"^^xsd:float ;
nothing@2 9598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9600 afo:value "390.776"^^sxsd:hertz.number .
nothing@2 9601
nothing@2 9602 [] a afv:FundamentalFrequency ;
nothing@2 9603 event:time [ tl:at "14.135"^^xsd:float ;
nothing@2 9604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9606 afo:value "390.79"^^sxsd:hertz.number .
nothing@2 9607
nothing@2 9608 [] a afv:FundamentalFrequency ;
nothing@2 9609 event:time [ tl:at "14.141"^^xsd:float ;
nothing@2 9610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9612 afo:value "390.777"^^sxsd:hertz.number .
nothing@2 9613
nothing@2 9614 [] a afv:FundamentalFrequency ;
nothing@2 9615 event:time [ tl:at "14.147"^^xsd:float ;
nothing@2 9616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9618 afo:value "390.745"^^sxsd:hertz.number .
nothing@2 9619
nothing@2 9620 [] a afv:FundamentalFrequency ;
nothing@2 9621 event:time [ tl:at "14.153"^^xsd:float ;
nothing@2 9622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9624 afo:value "390.493"^^sxsd:hertz.number .
nothing@2 9625
nothing@2 9626 [] a afv:FundamentalFrequency ;
nothing@2 9627 event:time [ tl:at "14.158"^^xsd:float ;
nothing@2 9628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9630 afo:value "390.363"^^sxsd:hertz.number .
nothing@2 9631
nothing@2 9632 [] a afv:FundamentalFrequency ;
nothing@2 9633 event:time [ tl:at "1.416"^^xsd:float ;
nothing@2 9634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9636 afo:value "368.878"^^sxsd:hertz.number .
nothing@2 9637
nothing@2 9638 [] a afv:FundamentalFrequency ;
nothing@2 9639 event:time [ tl:at "14.164"^^xsd:float ;
nothing@2 9640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9642 afo:value "390.398"^^sxsd:hertz.number .
nothing@2 9643
nothing@2 9644 [] a afv:FundamentalFrequency ;
nothing@2 9645 event:time [ tl:at "14.17"^^xsd:float ;
nothing@2 9646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9648 afo:value "390.365"^^sxsd:hertz.number .
nothing@2 9649
nothing@2 9650 [] a afv:FundamentalFrequency ;
nothing@2 9651 event:time [ tl:at "14.176"^^xsd:float ;
nothing@2 9652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9654 afo:value "390.318"^^sxsd:hertz.number .
nothing@2 9655
nothing@2 9656 [] a afv:FundamentalFrequency ;
nothing@2 9657 event:time [ tl:at "14.182"^^xsd:float ;
nothing@2 9658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9660 afo:value "390.229"^^sxsd:hertz.number .
nothing@2 9661
nothing@2 9662 [] a afv:FundamentalFrequency ;
nothing@2 9663 event:time [ tl:at "14.187"^^xsd:float ;
nothing@2 9664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9666 afo:value "390.244"^^sxsd:hertz.number .
nothing@2 9667
nothing@2 9668 [] a afv:FundamentalFrequency ;
nothing@2 9669 event:time [ tl:at "14.193"^^xsd:float ;
nothing@2 9670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9672 afo:value "390.273"^^sxsd:hertz.number .
nothing@2 9673
nothing@2 9674 [] a afv:FundamentalFrequency ;
nothing@2 9675 event:time [ tl:at "14.199"^^xsd:float ;
nothing@2 9676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9678 afo:value "390.268"^^sxsd:hertz.number .
nothing@2 9679
nothing@2 9680 [] a afv:FundamentalFrequency ;
nothing@2 9681 event:time [ tl:at "14.205"^^xsd:float ;
nothing@2 9682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9684 afo:value "390.208"^^sxsd:hertz.number .
nothing@2 9685
nothing@2 9686 [] a afv:FundamentalFrequency ;
nothing@2 9687 event:time [ tl:at "14.211"^^xsd:float ;
nothing@2 9688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9690 afo:value "390.149"^^sxsd:hertz.number .
nothing@2 9691
nothing@2 9692 [] a afv:FundamentalFrequency ;
nothing@2 9693 event:time [ tl:at "14.216"^^xsd:float ;
nothing@2 9694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9696 afo:value "390.07"^^sxsd:hertz.number .
nothing@2 9697
nothing@2 9698 [] a afv:FundamentalFrequency ;
nothing@2 9699 event:time [ tl:at "1.422"^^xsd:float ;
nothing@2 9700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9702 afo:value "368.939"^^sxsd:hertz.number .
nothing@2 9703
nothing@2 9704 [] a afv:FundamentalFrequency ;
nothing@2 9705 event:time [ tl:at "14.222"^^xsd:float ;
nothing@2 9706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9708 afo:value "390.064"^^sxsd:hertz.number .
nothing@2 9709
nothing@2 9710 [] a afv:FundamentalFrequency ;
nothing@2 9711 event:time [ tl:at "14.228"^^xsd:float ;
nothing@2 9712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9714 afo:value "390.031"^^sxsd:hertz.number .
nothing@2 9715
nothing@2 9716 [] a afv:FundamentalFrequency ;
nothing@2 9717 event:time [ tl:at "14.234"^^xsd:float ;
nothing@2 9718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9720 afo:value "390.063"^^sxsd:hertz.number .
nothing@2 9721
nothing@2 9722 [] a afv:FundamentalFrequency ;
nothing@2 9723 event:time [ tl:at "14.24"^^xsd:float ;
nothing@2 9724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9726 afo:value "390.123"^^sxsd:hertz.number .
nothing@2 9727
nothing@2 9728 [] a afv:FundamentalFrequency ;
nothing@2 9729 event:time [ tl:at "14.245"^^xsd:float ;
nothing@2 9730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9732 afo:value "390.231"^^sxsd:hertz.number .
nothing@2 9733
nothing@2 9734 [] a afv:FundamentalFrequency ;
nothing@2 9735 event:time [ tl:at "14.251"^^xsd:float ;
nothing@2 9736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9738 afo:value "390.232"^^sxsd:hertz.number .
nothing@2 9739
nothing@2 9740 [] a afv:FundamentalFrequency ;
nothing@2 9741 event:time [ tl:at "14.257"^^xsd:float ;
nothing@2 9742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9744 afo:value "390.239"^^sxsd:hertz.number .
nothing@2 9745
nothing@2 9746 [] a afv:FundamentalFrequency ;
nothing@2 9747 event:time [ tl:at "14.263"^^xsd:float ;
nothing@2 9748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9750 afo:value "390.304"^^sxsd:hertz.number .
nothing@2 9751
nothing@2 9752 [] a afv:FundamentalFrequency ;
nothing@2 9753 event:time [ tl:at "14.269"^^xsd:float ;
nothing@2 9754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9756 afo:value "390.35"^^sxsd:hertz.number .
nothing@2 9757
nothing@2 9758 [] a afv:FundamentalFrequency ;
nothing@2 9759 event:time [ tl:at "14.274"^^xsd:float ;
nothing@2 9760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9762 afo:value "390.277"^^sxsd:hertz.number .
nothing@2 9763
nothing@2 9764 [] a afv:FundamentalFrequency ;
nothing@2 9765 event:time [ tl:at "1.428"^^xsd:float ;
nothing@2 9766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9768 afo:value "368.963"^^sxsd:hertz.number .
nothing@2 9769
nothing@2 9770 [] a afv:FundamentalFrequency ;
nothing@2 9771 event:time [ tl:at "14.28"^^xsd:float ;
nothing@2 9772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9774 afo:value "390.324"^^sxsd:hertz.number .
nothing@2 9775
nothing@2 9776 [] a afv:FundamentalFrequency ;
nothing@2 9777 event:time [ tl:at "14.286"^^xsd:float ;
nothing@2 9778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9780 afo:value "390.409"^^sxsd:hertz.number .
nothing@2 9781
nothing@2 9782 [] a afv:FundamentalFrequency ;
nothing@2 9783 event:time [ tl:at "14.292"^^xsd:float ;
nothing@2 9784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9786 afo:value "390.441"^^sxsd:hertz.number .
nothing@2 9787
nothing@2 9788 [] a afv:FundamentalFrequency ;
nothing@2 9789 event:time [ tl:at "14.298"^^xsd:float ;
nothing@2 9790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9792 afo:value "390.455"^^sxsd:hertz.number .
nothing@2 9793
nothing@2 9794 [] a afv:FundamentalFrequency ;
nothing@2 9795 event:time [ tl:at "14.303"^^xsd:float ;
nothing@2 9796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9798 afo:value "390.448"^^sxsd:hertz.number .
nothing@2 9799
nothing@2 9800 [] a afv:FundamentalFrequency ;
nothing@2 9801 event:time [ tl:at "14.309"^^xsd:float ;
nothing@2 9802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9804 afo:value "390.498"^^sxsd:hertz.number .
nothing@2 9805
nothing@2 9806 [] a afv:FundamentalFrequency ;
nothing@2 9807 event:time [ tl:at "14.315"^^xsd:float ;
nothing@2 9808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9810 afo:value "390.509"^^sxsd:hertz.number .
nothing@2 9811
nothing@2 9812 [] a afv:FundamentalFrequency ;
nothing@2 9813 event:time [ tl:at "14.321"^^xsd:float ;
nothing@2 9814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9816 afo:value "390.513"^^sxsd:hertz.number .
nothing@2 9817
nothing@2 9818 [] a afv:FundamentalFrequency ;
nothing@2 9819 event:time [ tl:at "14.327"^^xsd:float ;
nothing@2 9820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9822 afo:value "390.541"^^sxsd:hertz.number .
nothing@2 9823
nothing@2 9824 [] a afv:FundamentalFrequency ;
nothing@2 9825 event:time [ tl:at "14.333"^^xsd:float ;
nothing@2 9826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9828 afo:value "390.567"^^sxsd:hertz.number .
nothing@2 9829
nothing@2 9830 [] a afv:FundamentalFrequency ;
nothing@2 9831 event:time [ tl:at "1.434"^^xsd:float ;
nothing@2 9832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9834 afo:value "369.049"^^sxsd:hertz.number .
nothing@2 9835
nothing@2 9836 [] a afv:FundamentalFrequency ;
nothing@2 9837 event:time [ tl:at "14.338"^^xsd:float ;
nothing@2 9838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9840 afo:value "390.609"^^sxsd:hertz.number .
nothing@2 9841
nothing@2 9842 [] a afv:FundamentalFrequency ;
nothing@2 9843 event:time [ tl:at "14.344"^^xsd:float ;
nothing@2 9844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9846 afo:value "390.713"^^sxsd:hertz.number .
nothing@2 9847
nothing@2 9848 [] a afv:FundamentalFrequency ;
nothing@2 9849 event:time [ tl:at "14.35"^^xsd:float ;
nothing@2 9850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9852 afo:value "390.767"^^sxsd:hertz.number .
nothing@2 9853
nothing@2 9854 [] a afv:FundamentalFrequency ;
nothing@2 9855 event:time [ tl:at "14.356"^^xsd:float ;
nothing@2 9856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9858 afo:value "390.823"^^sxsd:hertz.number .
nothing@2 9859
nothing@2 9860 [] a afv:FundamentalFrequency ;
nothing@2 9861 event:time [ tl:at "14.362"^^xsd:float ;
nothing@2 9862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9864 afo:value "390.82"^^sxsd:hertz.number .
nothing@2 9865
nothing@2 9866 [] a afv:FundamentalFrequency ;
nothing@2 9867 event:time [ tl:at "14.367"^^xsd:float ;
nothing@2 9868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9870 afo:value "390.839"^^sxsd:hertz.number .
nothing@2 9871
nothing@2 9872 [] a afv:FundamentalFrequency ;
nothing@2 9873 event:time [ tl:at "14.373"^^xsd:float ;
nothing@2 9874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9876 afo:value "390.842"^^sxsd:hertz.number .
nothing@2 9877
nothing@2 9878 [] a afv:FundamentalFrequency ;
nothing@2 9879 event:time [ tl:at "14.379"^^xsd:float ;
nothing@2 9880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9882 afo:value "390.835"^^sxsd:hertz.number .
nothing@2 9883
nothing@2 9884 [] a afv:FundamentalFrequency ;
nothing@2 9885 event:time [ tl:at "14.385"^^xsd:float ;
nothing@2 9886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9888 afo:value "390.897"^^sxsd:hertz.number .
nothing@2 9889
nothing@2 9890 [] a afv:FundamentalFrequency ;
nothing@2 9891 event:time [ tl:at "14.391"^^xsd:float ;
nothing@2 9892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9894 afo:value "391.013"^^sxsd:hertz.number .
nothing@2 9895
nothing@2 9896 [] a afv:FundamentalFrequency ;
nothing@2 9897 event:time [ tl:at "1.44"^^xsd:float ;
nothing@2 9898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9900 afo:value "369.129"^^sxsd:hertz.number .
nothing@2 9901
nothing@2 9902 [] a afv:FundamentalFrequency ;
nothing@2 9903 event:time [ tl:at "14.396"^^xsd:float ;
nothing@2 9904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9906 afo:value "391.095"^^sxsd:hertz.number .
nothing@2 9907
nothing@2 9908 [] a afv:FundamentalFrequency ;
nothing@2 9909 event:time [ tl:at "14.402"^^xsd:float ;
nothing@2 9910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9912 afo:value "391.087"^^sxsd:hertz.number .
nothing@2 9913
nothing@2 9914 [] a afv:FundamentalFrequency ;
nothing@2 9915 event:time [ tl:at "14.408"^^xsd:float ;
nothing@2 9916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9918 afo:value "391.121"^^sxsd:hertz.number .
nothing@2 9919
nothing@2 9920 [] a afv:FundamentalFrequency ;
nothing@2 9921 event:time [ tl:at "14.414"^^xsd:float ;
nothing@2 9922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9924 afo:value "391.126"^^sxsd:hertz.number .
nothing@2 9925
nothing@2 9926 [] a afv:FundamentalFrequency ;
nothing@2 9927 event:time [ tl:at "14.42"^^xsd:float ;
nothing@2 9928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9930 afo:value "391.078"^^sxsd:hertz.number .
nothing@2 9931
nothing@2 9932 [] a afv:FundamentalFrequency ;
nothing@2 9933 event:time [ tl:at "14.425"^^xsd:float ;
nothing@2 9934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9936 afo:value "391.052"^^sxsd:hertz.number .
nothing@2 9937
nothing@2 9938 [] a afv:FundamentalFrequency ;
nothing@2 9939 event:time [ tl:at "14.431"^^xsd:float ;
nothing@2 9940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9942 afo:value "391.084"^^sxsd:hertz.number .
nothing@2 9943
nothing@2 9944 [] a afv:FundamentalFrequency ;
nothing@2 9945 event:time [ tl:at "14.437"^^xsd:float ;
nothing@2 9946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9948 afo:value "391.107"^^sxsd:hertz.number .
nothing@2 9949
nothing@2 9950 [] a afv:FundamentalFrequency ;
nothing@2 9951 event:time [ tl:at "14.443"^^xsd:float ;
nothing@2 9952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9954 afo:value "391.094"^^sxsd:hertz.number .
nothing@2 9955
nothing@2 9956 [] a afv:FundamentalFrequency ;
nothing@2 9957 event:time [ tl:at "14.449"^^xsd:float ;
nothing@2 9958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9960 afo:value "391.081"^^sxsd:hertz.number .
nothing@2 9961
nothing@2 9962 [] a afv:FundamentalFrequency ;
nothing@2 9963 event:time [ tl:at "1.445"^^xsd:float ;
nothing@2 9964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9966 afo:value "369.173"^^sxsd:hertz.number .
nothing@2 9967
nothing@2 9968 [] a afv:FundamentalFrequency ;
nothing@2 9969 event:time [ tl:at "14.454"^^xsd:float ;
nothing@2 9970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9972 afo:value "391.054"^^sxsd:hertz.number .
nothing@2 9973
nothing@2 9974 [] a afv:FundamentalFrequency ;
nothing@2 9975 event:time [ tl:at "14.46"^^xsd:float ;
nothing@2 9976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9978 afo:value "390.956"^^sxsd:hertz.number .
nothing@2 9979
nothing@2 9980 [] a afv:FundamentalFrequency ;
nothing@2 9981 event:time [ tl:at "14.466"^^xsd:float ;
nothing@2 9982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9984 afo:value "390.951"^^sxsd:hertz.number .
nothing@2 9985
nothing@2 9986 [] a afv:FundamentalFrequency ;
nothing@2 9987 event:time [ tl:at "14.472"^^xsd:float ;
nothing@2 9988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9990 afo:value "390.968"^^sxsd:hertz.number .
nothing@2 9991
nothing@2 9992 [] a afv:FundamentalFrequency ;
nothing@2 9993 event:time [ tl:at "14.478"^^xsd:float ;
nothing@2 9994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 9995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 9996 afo:value "390.975"^^sxsd:hertz.number .
nothing@2 9997
nothing@2 9998 [] a afv:FundamentalFrequency ;
nothing@2 9999 event:time [ tl:at "14.483"^^xsd:float ;
nothing@2 10000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10002 afo:value "390.97"^^sxsd:hertz.number .
nothing@2 10003
nothing@2 10004 [] a afv:FundamentalFrequency ;
nothing@2 10005 event:time [ tl:at "14.489"^^xsd:float ;
nothing@2 10006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10008 afo:value "391.003"^^sxsd:hertz.number .
nothing@2 10009
nothing@2 10010 [] a afv:FundamentalFrequency ;
nothing@2 10011 event:time [ tl:at "14.495"^^xsd:float ;
nothing@2 10012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10014 afo:value "391.027"^^sxsd:hertz.number .
nothing@2 10015
nothing@2 10016 [] a afv:FundamentalFrequency ;
nothing@2 10017 event:time [ tl:at "14.501"^^xsd:float ;
nothing@2 10018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10020 afo:value "391.049"^^sxsd:hertz.number .
nothing@2 10021
nothing@2 10022 [] a afv:FundamentalFrequency ;
nothing@2 10023 event:time [ tl:at "14.507"^^xsd:float ;
nothing@2 10024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10026 afo:value "391.03"^^sxsd:hertz.number .
nothing@2 10027
nothing@2 10028 [] a afv:FundamentalFrequency ;
nothing@2 10029 event:time [ tl:at "0.145"^^xsd:float ;
nothing@2 10030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10032 afo:value "293.597"^^sxsd:hertz.number .
nothing@2 10033
nothing@2 10034 [] a afv:FundamentalFrequency ;
nothing@2 10035 event:time [ tl:at "1.451"^^xsd:float ;
nothing@2 10036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10038 afo:value "369.19"^^sxsd:hertz.number .
nothing@2 10039
nothing@2 10040 [] a afv:FundamentalFrequency ;
nothing@2 10041 event:time [ tl:at "14.512"^^xsd:float ;
nothing@2 10042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10044 afo:value "391.016"^^sxsd:hertz.number .
nothing@2 10045
nothing@2 10046 [] a afv:FundamentalFrequency ;
nothing@2 10047 event:time [ tl:at "14.518"^^xsd:float ;
nothing@2 10048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10050 afo:value "391.049"^^sxsd:hertz.number .
nothing@2 10051
nothing@2 10052 [] a afv:FundamentalFrequency ;
nothing@2 10053 event:time [ tl:at "14.524"^^xsd:float ;
nothing@2 10054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10056 afo:value "391.056"^^sxsd:hertz.number .
nothing@2 10057
nothing@2 10058 [] a afv:FundamentalFrequency ;
nothing@2 10059 event:time [ tl:at "14.53"^^xsd:float ;
nothing@2 10060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10062 afo:value "391.074"^^sxsd:hertz.number .
nothing@2 10063
nothing@2 10064 [] a afv:FundamentalFrequency ;
nothing@2 10065 event:time [ tl:at "14.536"^^xsd:float ;
nothing@2 10066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10068 afo:value "391.113"^^sxsd:hertz.number .
nothing@2 10069
nothing@2 10070 [] a afv:FundamentalFrequency ;
nothing@2 10071 event:time [ tl:at "14.541"^^xsd:float ;
nothing@2 10072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10074 afo:value "391.161"^^sxsd:hertz.number .
nothing@2 10075
nothing@2 10076 [] a afv:FundamentalFrequency ;
nothing@2 10077 event:time [ tl:at "14.547"^^xsd:float ;
nothing@2 10078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10080 afo:value "391.175"^^sxsd:hertz.number .
nothing@2 10081
nothing@2 10082 [] a afv:FundamentalFrequency ;
nothing@2 10083 event:time [ tl:at "14.553"^^xsd:float ;
nothing@2 10084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10086 afo:value "391.192"^^sxsd:hertz.number .
nothing@2 10087
nothing@2 10088 [] a afv:FundamentalFrequency ;
nothing@2 10089 event:time [ tl:at "14.559"^^xsd:float ;
nothing@2 10090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10092 afo:value "391.219"^^sxsd:hertz.number .
nothing@2 10093
nothing@2 10094 [] a afv:FundamentalFrequency ;
nothing@2 10095 event:time [ tl:at "14.565"^^xsd:float ;
nothing@2 10096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10098 afo:value "391.251"^^sxsd:hertz.number .
nothing@2 10099
nothing@2 10100 [] a afv:FundamentalFrequency ;
nothing@2 10101 event:time [ tl:at "1.457"^^xsd:float ;
nothing@2 10102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10104 afo:value "369.182"^^sxsd:hertz.number .
nothing@2 10105
nothing@2 10106 [] a afv:FundamentalFrequency ;
nothing@2 10107 event:time [ tl:at "14.571"^^xsd:float ;
nothing@2 10108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10110 afo:value "391.289"^^sxsd:hertz.number .
nothing@2 10111
nothing@2 10112 [] a afv:FundamentalFrequency ;
nothing@2 10113 event:time [ tl:at "14.576"^^xsd:float ;
nothing@2 10114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10116 afo:value "391.278"^^sxsd:hertz.number .
nothing@2 10117
nothing@2 10118 [] a afv:FundamentalFrequency ;
nothing@2 10119 event:time [ tl:at "14.582"^^xsd:float ;
nothing@2 10120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10122 afo:value "391.209"^^sxsd:hertz.number .
nothing@2 10123
nothing@2 10124 [] a afv:FundamentalFrequency ;
nothing@2 10125 event:time [ tl:at "14.588"^^xsd:float ;
nothing@2 10126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10128 afo:value "391.197"^^sxsd:hertz.number .
nothing@2 10129
nothing@2 10130 [] a afv:FundamentalFrequency ;
nothing@2 10131 event:time [ tl:at "14.594"^^xsd:float ;
nothing@2 10132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10134 afo:value "391.221"^^sxsd:hertz.number .
nothing@2 10135
nothing@2 10136 [] a afv:FundamentalFrequency ;
nothing@2 10137 event:time [ tl:at "14.6"^^xsd:float ;
nothing@2 10138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10140 afo:value "391.198"^^sxsd:hertz.number .
nothing@2 10141
nothing@2 10142 [] a afv:FundamentalFrequency ;
nothing@2 10143 event:time [ tl:at "14.605"^^xsd:float ;
nothing@2 10144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10146 afo:value "391.191"^^sxsd:hertz.number .
nothing@2 10147
nothing@2 10148 [] a afv:FundamentalFrequency ;
nothing@2 10149 event:time [ tl:at "14.611"^^xsd:float ;
nothing@2 10150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10152 afo:value "391.184"^^sxsd:hertz.number .
nothing@2 10153
nothing@2 10154 [] a afv:FundamentalFrequency ;
nothing@2 10155 event:time [ tl:at "14.617"^^xsd:float ;
nothing@2 10156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10158 afo:value "391.199"^^sxsd:hertz.number .
nothing@2 10159
nothing@2 10160 [] a afv:FundamentalFrequency ;
nothing@2 10161 event:time [ tl:at "14.623"^^xsd:float ;
nothing@2 10162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10164 afo:value "391.24"^^sxsd:hertz.number .
nothing@2 10165
nothing@2 10166 [] a afv:FundamentalFrequency ;
nothing@2 10167 event:time [ tl:at "1.463"^^xsd:float ;
nothing@2 10168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10170 afo:value "369.221"^^sxsd:hertz.number .
nothing@2 10171
nothing@2 10172 [] a afv:FundamentalFrequency ;
nothing@2 10173 event:time [ tl:at "14.629"^^xsd:float ;
nothing@2 10174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10176 afo:value "391.213"^^sxsd:hertz.number .
nothing@2 10177
nothing@2 10178 [] a afv:FundamentalFrequency ;
nothing@2 10179 event:time [ tl:at "14.634"^^xsd:float ;
nothing@2 10180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10182 afo:value "391.211"^^sxsd:hertz.number .
nothing@2 10183
nothing@2 10184 [] a afv:FundamentalFrequency ;
nothing@2 10185 event:time [ tl:at "14.64"^^xsd:float ;
nothing@2 10186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10188 afo:value "391.23"^^sxsd:hertz.number .
nothing@2 10189
nothing@2 10190 [] a afv:FundamentalFrequency ;
nothing@2 10191 event:time [ tl:at "14.646"^^xsd:float ;
nothing@2 10192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10194 afo:value "391.181"^^sxsd:hertz.number .
nothing@2 10195
nothing@2 10196 [] a afv:FundamentalFrequency ;
nothing@2 10197 event:time [ tl:at "14.652"^^xsd:float ;
nothing@2 10198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10200 afo:value "391.178"^^sxsd:hertz.number .
nothing@2 10201
nothing@2 10202 [] a afv:FundamentalFrequency ;
nothing@2 10203 event:time [ tl:at "14.658"^^xsd:float ;
nothing@2 10204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10206 afo:value "391.168"^^sxsd:hertz.number .
nothing@2 10207
nothing@2 10208 [] a afv:FundamentalFrequency ;
nothing@2 10209 event:time [ tl:at "14.663"^^xsd:float ;
nothing@2 10210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10212 afo:value "391.166"^^sxsd:hertz.number .
nothing@2 10213
nothing@2 10214 [] a afv:FundamentalFrequency ;
nothing@2 10215 event:time [ tl:at "14.669"^^xsd:float ;
nothing@2 10216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10218 afo:value "391.133"^^sxsd:hertz.number .
nothing@2 10219
nothing@2 10220 [] a afv:FundamentalFrequency ;
nothing@2 10221 event:time [ tl:at "14.675"^^xsd:float ;
nothing@2 10222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10224 afo:value "391.08"^^sxsd:hertz.number .
nothing@2 10225
nothing@2 10226 [] a afv:FundamentalFrequency ;
nothing@2 10227 event:time [ tl:at "14.681"^^xsd:float ;
nothing@2 10228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10230 afo:value "391.066"^^sxsd:hertz.number .
nothing@2 10231
nothing@2 10232 [] a afv:FundamentalFrequency ;
nothing@2 10233 event:time [ tl:at "1.469"^^xsd:float ;
nothing@2 10234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10236 afo:value "369.236"^^sxsd:hertz.number .
nothing@2 10237
nothing@2 10238 [] a afv:FundamentalFrequency ;
nothing@2 10239 event:time [ tl:at "14.687"^^xsd:float ;
nothing@2 10240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10242 afo:value "391.134"^^sxsd:hertz.number .
nothing@2 10243
nothing@2 10244 [] a afv:FundamentalFrequency ;
nothing@2 10245 event:time [ tl:at "14.692"^^xsd:float ;
nothing@2 10246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10248 afo:value "391.273"^^sxsd:hertz.number .
nothing@2 10249
nothing@2 10250 [] a afv:FundamentalFrequency ;
nothing@2 10251 event:time [ tl:at "14.698"^^xsd:float ;
nothing@2 10252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10254 afo:value "391.288"^^sxsd:hertz.number .
nothing@2 10255
nothing@2 10256 [] a afv:FundamentalFrequency ;
nothing@2 10257 event:time [ tl:at "14.704"^^xsd:float ;
nothing@2 10258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10260 afo:value "391.299"^^sxsd:hertz.number .
nothing@2 10261
nothing@2 10262 [] a afv:FundamentalFrequency ;
nothing@2 10263 event:time [ tl:at "14.71"^^xsd:float ;
nothing@2 10264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10266 afo:value "391.259"^^sxsd:hertz.number .
nothing@2 10267
nothing@2 10268 [] a afv:FundamentalFrequency ;
nothing@2 10269 event:time [ tl:at "14.716"^^xsd:float ;
nothing@2 10270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10272 afo:value "391.244"^^sxsd:hertz.number .
nothing@2 10273
nothing@2 10274 [] a afv:FundamentalFrequency ;
nothing@2 10275 event:time [ tl:at "14.721"^^xsd:float ;
nothing@2 10276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10278 afo:value "391.243"^^sxsd:hertz.number .
nothing@2 10279
nothing@2 10280 [] a afv:FundamentalFrequency ;
nothing@2 10281 event:time [ tl:at "14.727"^^xsd:float ;
nothing@2 10282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10284 afo:value "391.263"^^sxsd:hertz.number .
nothing@2 10285
nothing@2 10286 [] a afv:FundamentalFrequency ;
nothing@2 10287 event:time [ tl:at "14.733"^^xsd:float ;
nothing@2 10288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10290 afo:value "391.263"^^sxsd:hertz.number .
nothing@2 10291
nothing@2 10292 [] a afv:FundamentalFrequency ;
nothing@2 10293 event:time [ tl:at "14.739"^^xsd:float ;
nothing@2 10294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10296 afo:value "391.269"^^sxsd:hertz.number .
nothing@2 10297
nothing@2 10298 [] a afv:FundamentalFrequency ;
nothing@2 10299 event:time [ tl:at "1.474"^^xsd:float ;
nothing@2 10300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10302 afo:value "369.242"^^sxsd:hertz.number .
nothing@2 10303
nothing@2 10304 [] a afv:FundamentalFrequency ;
nothing@2 10305 event:time [ tl:at "14.745"^^xsd:float ;
nothing@2 10306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10308 afo:value "391.266"^^sxsd:hertz.number .
nothing@2 10309
nothing@2 10310 [] a afv:FundamentalFrequency ;
nothing@2 10311 event:time [ tl:at "14.75"^^xsd:float ;
nothing@2 10312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10314 afo:value "391.277"^^sxsd:hertz.number .
nothing@2 10315
nothing@2 10316 [] a afv:FundamentalFrequency ;
nothing@2 10317 event:time [ tl:at "14.756"^^xsd:float ;
nothing@2 10318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10320 afo:value "391.299"^^sxsd:hertz.number .
nothing@2 10321
nothing@2 10322 [] a afv:FundamentalFrequency ;
nothing@2 10323 event:time [ tl:at "14.762"^^xsd:float ;
nothing@2 10324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10326 afo:value "391.323"^^sxsd:hertz.number .
nothing@2 10327
nothing@2 10328 [] a afv:FundamentalFrequency ;
nothing@2 10329 event:time [ tl:at "14.768"^^xsd:float ;
nothing@2 10330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10332 afo:value "391.307"^^sxsd:hertz.number .
nothing@2 10333
nothing@2 10334 [] a afv:FundamentalFrequency ;
nothing@2 10335 event:time [ tl:at "14.774"^^xsd:float ;
nothing@2 10336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10338 afo:value "391.296"^^sxsd:hertz.number .
nothing@2 10339
nothing@2 10340 [] a afv:FundamentalFrequency ;
nothing@2 10341 event:time [ tl:at "14.78"^^xsd:float ;
nothing@2 10342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10344 afo:value "391.355"^^sxsd:hertz.number .
nothing@2 10345
nothing@2 10346 [] a afv:FundamentalFrequency ;
nothing@2 10347 event:time [ tl:at "14.785"^^xsd:float ;
nothing@2 10348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10350 afo:value "391.319"^^sxsd:hertz.number .
nothing@2 10351
nothing@2 10352 [] a afv:FundamentalFrequency ;
nothing@2 10353 event:time [ tl:at "14.791"^^xsd:float ;
nothing@2 10354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10356 afo:value "391.299"^^sxsd:hertz.number .
nothing@2 10357
nothing@2 10358 [] a afv:FundamentalFrequency ;
nothing@2 10359 event:time [ tl:at "14.797"^^xsd:float ;
nothing@2 10360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10362 afo:value "391.27"^^sxsd:hertz.number .
nothing@2 10363
nothing@2 10364 [] a afv:FundamentalFrequency ;
nothing@2 10365 event:time [ tl:at "1.48"^^xsd:float ;
nothing@2 10366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10368 afo:value "369.276"^^sxsd:hertz.number .
nothing@2 10369
nothing@2 10370 [] a afv:FundamentalFrequency ;
nothing@2 10371 event:time [ tl:at "14.803"^^xsd:float ;
nothing@2 10372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10374 afo:value "391.259"^^sxsd:hertz.number .
nothing@2 10375
nothing@2 10376 [] a afv:FundamentalFrequency ;
nothing@2 10377 event:time [ tl:at "14.809"^^xsd:float ;
nothing@2 10378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10380 afo:value "391.241"^^sxsd:hertz.number .
nothing@2 10381
nothing@2 10382 [] a afv:FundamentalFrequency ;
nothing@2 10383 event:time [ tl:at "14.814"^^xsd:float ;
nothing@2 10384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10386 afo:value "391.211"^^sxsd:hertz.number .
nothing@2 10387
nothing@2 10388 [] a afv:FundamentalFrequency ;
nothing@2 10389 event:time [ tl:at "14.82"^^xsd:float ;
nothing@2 10390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10392 afo:value "391.221"^^sxsd:hertz.number .
nothing@2 10393
nothing@2 10394 [] a afv:FundamentalFrequency ;
nothing@2 10395 event:time [ tl:at "14.826"^^xsd:float ;
nothing@2 10396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10398 afo:value "391.178"^^sxsd:hertz.number .
nothing@2 10399
nothing@2 10400 [] a afv:FundamentalFrequency ;
nothing@2 10401 event:time [ tl:at "14.832"^^xsd:float ;
nothing@2 10402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10404 afo:value "391.171"^^sxsd:hertz.number .
nothing@2 10405
nothing@2 10406 [] a afv:FundamentalFrequency ;
nothing@2 10407 event:time [ tl:at "14.838"^^xsd:float ;
nothing@2 10408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10410 afo:value "391.159"^^sxsd:hertz.number .
nothing@2 10411
nothing@2 10412 [] a afv:FundamentalFrequency ;
nothing@2 10413 event:time [ tl:at "14.843"^^xsd:float ;
nothing@2 10414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10416 afo:value "391.157"^^sxsd:hertz.number .
nothing@2 10417
nothing@2 10418 [] a afv:FundamentalFrequency ;
nothing@2 10419 event:time [ tl:at "14.849"^^xsd:float ;
nothing@2 10420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10422 afo:value "391.15"^^sxsd:hertz.number .
nothing@2 10423
nothing@2 10424 [] a afv:FundamentalFrequency ;
nothing@2 10425 event:time [ tl:at "14.855"^^xsd:float ;
nothing@2 10426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10428 afo:value "391.18"^^sxsd:hertz.number .
nothing@2 10429
nothing@2 10430 [] a afv:FundamentalFrequency ;
nothing@2 10431 event:time [ tl:at "1.486"^^xsd:float ;
nothing@2 10432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10434 afo:value "369.258"^^sxsd:hertz.number .
nothing@2 10435
nothing@2 10436 [] a afv:FundamentalFrequency ;
nothing@2 10437 event:time [ tl:at "14.861"^^xsd:float ;
nothing@2 10438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10440 afo:value "391.22"^^sxsd:hertz.number .
nothing@2 10441
nothing@2 10442 [] a afv:FundamentalFrequency ;
nothing@2 10443 event:time [ tl:at "14.867"^^xsd:float ;
nothing@2 10444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10446 afo:value "391.276"^^sxsd:hertz.number .
nothing@2 10447
nothing@2 10448 [] a afv:FundamentalFrequency ;
nothing@2 10449 event:time [ tl:at "14.872"^^xsd:float ;
nothing@2 10450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10452 afo:value "391.323"^^sxsd:hertz.number .
nothing@2 10453
nothing@2 10454 [] a afv:FundamentalFrequency ;
nothing@2 10455 event:time [ tl:at "14.878"^^xsd:float ;
nothing@2 10456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10458 afo:value "391.34"^^sxsd:hertz.number .
nothing@2 10459
nothing@2 10460 [] a afv:FundamentalFrequency ;
nothing@2 10461 event:time [ tl:at "14.884"^^xsd:float ;
nothing@2 10462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10464 afo:value "391.312"^^sxsd:hertz.number .
nothing@2 10465
nothing@2 10466 [] a afv:FundamentalFrequency ;
nothing@2 10467 event:time [ tl:at "14.89"^^xsd:float ;
nothing@2 10468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10470 afo:value "391.264"^^sxsd:hertz.number .
nothing@2 10471
nothing@2 10472 [] a afv:FundamentalFrequency ;
nothing@2 10473 event:time [ tl:at "14.896"^^xsd:float ;
nothing@2 10474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10476 afo:value "391.185"^^sxsd:hertz.number .
nothing@2 10477
nothing@2 10478 [] a afv:FundamentalFrequency ;
nothing@2 10479 event:time [ tl:at "14.901"^^xsd:float ;
nothing@2 10480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10482 afo:value "391.096"^^sxsd:hertz.number .
nothing@2 10483
nothing@2 10484 [] a afv:FundamentalFrequency ;
nothing@2 10485 event:time [ tl:at "14.907"^^xsd:float ;
nothing@2 10486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10488 afo:value "391.029"^^sxsd:hertz.number .
nothing@2 10489
nothing@2 10490 [] a afv:FundamentalFrequency ;
nothing@2 10491 event:time [ tl:at "14.913"^^xsd:float ;
nothing@2 10492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10494 afo:value "390.932"^^sxsd:hertz.number .
nothing@2 10495
nothing@2 10496 [] a afv:FundamentalFrequency ;
nothing@2 10497 event:time [ tl:at "1.492"^^xsd:float ;
nothing@2 10498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10500 afo:value "369.254"^^sxsd:hertz.number .
nothing@2 10501
nothing@2 10502 [] a afv:FundamentalFrequency ;
nothing@2 10503 event:time [ tl:at "14.919"^^xsd:float ;
nothing@2 10504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10506 afo:value "390.823"^^sxsd:hertz.number .
nothing@2 10507
nothing@2 10508 [] a afv:FundamentalFrequency ;
nothing@2 10509 event:time [ tl:at "14.925"^^xsd:float ;
nothing@2 10510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10512 afo:value "390.727"^^sxsd:hertz.number .
nothing@2 10513
nothing@2 10514 [] a afv:FundamentalFrequency ;
nothing@2 10515 event:time [ tl:at "14.93"^^xsd:float ;
nothing@2 10516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10518 afo:value "390.562"^^sxsd:hertz.number .
nothing@2 10519
nothing@2 10520 [] a afv:FundamentalFrequency ;
nothing@2 10521 event:time [ tl:at "14.936"^^xsd:float ;
nothing@2 10522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10524 afo:value "390.488"^^sxsd:hertz.number .
nothing@2 10525
nothing@2 10526 [] a afv:FundamentalFrequency ;
nothing@2 10527 event:time [ tl:at "14.942"^^xsd:float ;
nothing@2 10528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10530 afo:value "390.144"^^sxsd:hertz.number .
nothing@2 10531
nothing@2 10532 [] a afv:FundamentalFrequency ;
nothing@2 10533 event:time [ tl:at "14.948"^^xsd:float ;
nothing@2 10534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10536 afo:value "389.621"^^sxsd:hertz.number .
nothing@2 10537
nothing@2 10538 [] a afv:FundamentalFrequency ;
nothing@2 10539 event:time [ tl:at "14.954"^^xsd:float ;
nothing@2 10540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10542 afo:value "388.796"^^sxsd:hertz.number .
nothing@2 10543
nothing@2 10544 [] a afv:FundamentalFrequency ;
nothing@2 10545 event:time [ tl:at "14.959"^^xsd:float ;
nothing@2 10546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10548 afo:value "388.282"^^sxsd:hertz.number .
nothing@2 10549
nothing@2 10550 [] a afv:FundamentalFrequency ;
nothing@2 10551 event:time [ tl:at "14.965"^^xsd:float ;
nothing@2 10552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10554 afo:value "388.517"^^sxsd:hertz.number .
nothing@2 10555
nothing@2 10556 [] a afv:FundamentalFrequency ;
nothing@2 10557 event:time [ tl:at "14.971"^^xsd:float ;
nothing@2 10558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10560 afo:value "389.524"^^sxsd:hertz.number .
nothing@2 10561
nothing@2 10562 [] a afv:FundamentalFrequency ;
nothing@2 10563 event:time [ tl:at "1.498"^^xsd:float ;
nothing@2 10564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10566 afo:value "369.182"^^sxsd:hertz.number .
nothing@2 10567
nothing@2 10568 [] a afv:FundamentalFrequency ;
nothing@2 10569 event:time [ tl:at "14.977"^^xsd:float ;
nothing@2 10570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10572 afo:value "390.615"^^sxsd:hertz.number .
nothing@2 10573
nothing@2 10574 [] a afv:FundamentalFrequency ;
nothing@2 10575 event:time [ tl:at "14.983"^^xsd:float ;
nothing@2 10576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10578 afo:value "391.328"^^sxsd:hertz.number .
nothing@2 10579
nothing@2 10580 [] a afv:FundamentalFrequency ;
nothing@2 10581 event:time [ tl:at "14.988"^^xsd:float ;
nothing@2 10582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10584 afo:value "391.131"^^sxsd:hertz.number .
nothing@2 10585
nothing@2 10586 [] a afv:FundamentalFrequency ;
nothing@2 10587 event:time [ tl:at "14.994"^^xsd:float ;
nothing@2 10588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10590 afo:value "390.624"^^sxsd:hertz.number .
nothing@2 10591
nothing@2 10592 [] a afv:FundamentalFrequency ;
nothing@2 10593 event:time [ tl:at "15.0"^^xsd:float ;
nothing@2 10594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10596 afo:value "390.277"^^sxsd:hertz.number .
nothing@2 10597
nothing@2 10598 [] a afv:FundamentalFrequency ;
nothing@2 10599 event:time [ tl:at "15.006"^^xsd:float ;
nothing@2 10600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10602 afo:value "390.141"^^sxsd:hertz.number .
nothing@2 10603
nothing@2 10604 [] a afv:FundamentalFrequency ;
nothing@2 10605 event:time [ tl:at "15.012"^^xsd:float ;
nothing@2 10606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10608 afo:value "390.177"^^sxsd:hertz.number .
nothing@2 10609
nothing@2 10610 [] a afv:FundamentalFrequency ;
nothing@2 10611 event:time [ tl:at "15.018"^^xsd:float ;
nothing@2 10612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10614 afo:value "390.416"^^sxsd:hertz.number .
nothing@2 10615
nothing@2 10616 [] a afv:FundamentalFrequency ;
nothing@2 10617 event:time [ tl:at "15.023"^^xsd:float ;
nothing@2 10618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10620 afo:value "390.786"^^sxsd:hertz.number .
nothing@2 10621
nothing@2 10622 [] a afv:FundamentalFrequency ;
nothing@2 10623 event:time [ tl:at "15.029"^^xsd:float ;
nothing@2 10624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10626 afo:value "391.217"^^sxsd:hertz.number .
nothing@2 10627
nothing@2 10628 [] a afv:FundamentalFrequency ;
nothing@2 10629 event:time [ tl:at "1.503"^^xsd:float ;
nothing@2 10630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10632 afo:value "369.116"^^sxsd:hertz.number .
nothing@2 10633
nothing@2 10634 [] a afv:FundamentalFrequency ;
nothing@2 10635 event:time [ tl:at "15.035"^^xsd:float ;
nothing@2 10636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10638 afo:value "391.405"^^sxsd:hertz.number .
nothing@2 10639
nothing@2 10640 [] a afv:FundamentalFrequency ;
nothing@2 10641 event:time [ tl:at "15.041"^^xsd:float ;
nothing@2 10642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10644 afo:value "391.405"^^sxsd:hertz.number .
nothing@2 10645
nothing@2 10646 [] a afv:FundamentalFrequency ;
nothing@2 10647 event:time [ tl:at "15.047"^^xsd:float ;
nothing@2 10648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10650 afo:value "391.234"^^sxsd:hertz.number .
nothing@2 10651
nothing@2 10652 [] a afv:FundamentalFrequency ;
nothing@2 10653 event:time [ tl:at "15.052"^^xsd:float ;
nothing@2 10654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10656 afo:value "390.838"^^sxsd:hertz.number .
nothing@2 10657
nothing@2 10658 [] a afv:FundamentalFrequency ;
nothing@2 10659 event:time [ tl:at "15.058"^^xsd:float ;
nothing@2 10660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10662 afo:value "390.49"^^sxsd:hertz.number .
nothing@2 10663
nothing@2 10664 [] a afv:FundamentalFrequency ;
nothing@2 10665 event:time [ tl:at "15.064"^^xsd:float ;
nothing@2 10666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10668 afo:value "390.32"^^sxsd:hertz.number .
nothing@2 10669
nothing@2 10670 [] a afv:FundamentalFrequency ;
nothing@2 10671 event:time [ tl:at "15.07"^^xsd:float ;
nothing@2 10672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10674 afo:value "390.248"^^sxsd:hertz.number .
nothing@2 10675
nothing@2 10676 [] a afv:FundamentalFrequency ;
nothing@2 10677 event:time [ tl:at "15.076"^^xsd:float ;
nothing@2 10678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10680 afo:value "390.277"^^sxsd:hertz.number .
nothing@2 10681
nothing@2 10682 [] a afv:FundamentalFrequency ;
nothing@2 10683 event:time [ tl:at "15.081"^^xsd:float ;
nothing@2 10684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10686 afo:value "390.815"^^sxsd:hertz.number .
nothing@2 10687
nothing@2 10688 [] a afv:FundamentalFrequency ;
nothing@2 10689 event:time [ tl:at "15.087"^^xsd:float ;
nothing@2 10690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10692 afo:value "389.646"^^sxsd:hertz.number .
nothing@2 10693
nothing@2 10694 [] a afv:FundamentalFrequency ;
nothing@2 10695 event:time [ tl:at "0.151"^^xsd:float ;
nothing@2 10696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10698 afo:value "293.724"^^sxsd:hertz.number .
nothing@2 10699
nothing@2 10700 [] a afv:FundamentalFrequency ;
nothing@2 10701 event:time [ tl:at "1.509"^^xsd:float ;
nothing@2 10702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10704 afo:value "369.051"^^sxsd:hertz.number .
nothing@2 10705
nothing@2 10706 [] a afv:FundamentalFrequency ;
nothing@2 10707 event:time [ tl:at "15.093"^^xsd:float ;
nothing@2 10708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10710 afo:value "391.08"^^sxsd:hertz.number .
nothing@2 10711
nothing@2 10712 [] a afv:FundamentalFrequency ;
nothing@2 10713 event:time [ tl:at "15.099"^^xsd:float ;
nothing@2 10714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10716 afo:value "359.846"^^sxsd:hertz.number .
nothing@2 10717
nothing@2 10718 [] a afv:FundamentalFrequency ;
nothing@2 10719 event:time [ tl:at "15.105"^^xsd:float ;
nothing@2 10720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10722 afo:value "359.528"^^sxsd:hertz.number .
nothing@2 10723
nothing@2 10724 [] a afv:FundamentalFrequency ;
nothing@2 10725 event:time [ tl:at "15.11"^^xsd:float ;
nothing@2 10726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10728 afo:value "353.995"^^sxsd:hertz.number .
nothing@2 10729
nothing@2 10730 [] a afv:FundamentalFrequency ;
nothing@2 10731 event:time [ tl:at "15.116"^^xsd:float ;
nothing@2 10732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10734 afo:value "351.764"^^sxsd:hertz.number .
nothing@2 10735
nothing@2 10736 [] a afv:FundamentalFrequency ;
nothing@2 10737 event:time [ tl:at "15.122"^^xsd:float ;
nothing@2 10738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10740 afo:value "331.454"^^sxsd:hertz.number .
nothing@2 10741
nothing@2 10742 [] a afv:FundamentalFrequency ;
nothing@2 10743 event:time [ tl:at "15.128"^^xsd:float ;
nothing@2 10744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10746 afo:value "330.5"^^sxsd:hertz.number .
nothing@2 10747
nothing@2 10748 [] a afv:FundamentalFrequency ;
nothing@2 10749 event:time [ tl:at "15.134"^^xsd:float ;
nothing@2 10750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10752 afo:value "329.032"^^sxsd:hertz.number .
nothing@2 10753
nothing@2 10754 [] a afv:FundamentalFrequency ;
nothing@2 10755 event:time [ tl:at "15.139"^^xsd:float ;
nothing@2 10756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10758 afo:value "328.243"^^sxsd:hertz.number .
nothing@2 10759
nothing@2 10760 [] a afv:FundamentalFrequency ;
nothing@2 10761 event:time [ tl:at "15.145"^^xsd:float ;
nothing@2 10762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10764 afo:value "329.791"^^sxsd:hertz.number .
nothing@2 10765
nothing@2 10766 [] a afv:FundamentalFrequency ;
nothing@2 10767 event:time [ tl:at "1.515"^^xsd:float ;
nothing@2 10768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10770 afo:value "369.036"^^sxsd:hertz.number .
nothing@2 10771
nothing@2 10772 [] a afv:FundamentalFrequency ;
nothing@2 10773 event:time [ tl:at "15.151"^^xsd:float ;
nothing@2 10774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10776 afo:value "329.427"^^sxsd:hertz.number .
nothing@2 10777
nothing@2 10778 [] a afv:FundamentalFrequency ;
nothing@2 10779 event:time [ tl:at "15.157"^^xsd:float ;
nothing@2 10780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10782 afo:value "329.404"^^sxsd:hertz.number .
nothing@2 10783
nothing@2 10784 [] a afv:FundamentalFrequency ;
nothing@2 10785 event:time [ tl:at "15.163"^^xsd:float ;
nothing@2 10786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10788 afo:value "329.477"^^sxsd:hertz.number .
nothing@2 10789
nothing@2 10790 [] a afv:FundamentalFrequency ;
nothing@2 10791 event:time [ tl:at "15.168"^^xsd:float ;
nothing@2 10792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10794 afo:value "329.285"^^sxsd:hertz.number .
nothing@2 10795
nothing@2 10796 [] a afv:FundamentalFrequency ;
nothing@2 10797 event:time [ tl:at "15.174"^^xsd:float ;
nothing@2 10798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10800 afo:value "329.263"^^sxsd:hertz.number .
nothing@2 10801
nothing@2 10802 [] a afv:FundamentalFrequency ;
nothing@2 10803 event:time [ tl:at "15.18"^^xsd:float ;
nothing@2 10804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10806 afo:value "329.079"^^sxsd:hertz.number .
nothing@2 10807
nothing@2 10808 [] a afv:FundamentalFrequency ;
nothing@2 10809 event:time [ tl:at "15.186"^^xsd:float ;
nothing@2 10810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10812 afo:value "328.95"^^sxsd:hertz.number .
nothing@2 10813
nothing@2 10814 [] a afv:FundamentalFrequency ;
nothing@2 10815 event:time [ tl:at "15.192"^^xsd:float ;
nothing@2 10816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10818 afo:value "328.946"^^sxsd:hertz.number .
nothing@2 10819
nothing@2 10820 [] a afv:FundamentalFrequency ;
nothing@2 10821 event:time [ tl:at "15.197"^^xsd:float ;
nothing@2 10822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10824 afo:value "328.903"^^sxsd:hertz.number .
nothing@2 10825
nothing@2 10826 [] a afv:FundamentalFrequency ;
nothing@2 10827 event:time [ tl:at "15.203"^^xsd:float ;
nothing@2 10828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10830 afo:value "328.81"^^sxsd:hertz.number .
nothing@2 10831
nothing@2 10832 [] a afv:FundamentalFrequency ;
nothing@2 10833 event:time [ tl:at "1.521"^^xsd:float ;
nothing@2 10834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10836 afo:value "369.029"^^sxsd:hertz.number .
nothing@2 10837
nothing@2 10838 [] a afv:FundamentalFrequency ;
nothing@2 10839 event:time [ tl:at "15.209"^^xsd:float ;
nothing@2 10840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10842 afo:value "328.881"^^sxsd:hertz.number .
nothing@2 10843
nothing@2 10844 [] a afv:FundamentalFrequency ;
nothing@2 10845 event:time [ tl:at "15.215"^^xsd:float ;
nothing@2 10846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10848 afo:value "328.815"^^sxsd:hertz.number .
nothing@2 10849
nothing@2 10850 [] a afv:FundamentalFrequency ;
nothing@2 10851 event:time [ tl:at "15.221"^^xsd:float ;
nothing@2 10852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10854 afo:value "328.681"^^sxsd:hertz.number .
nothing@2 10855
nothing@2 10856 [] a afv:FundamentalFrequency ;
nothing@2 10857 event:time [ tl:at "15.226"^^xsd:float ;
nothing@2 10858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10860 afo:value "328.544"^^sxsd:hertz.number .
nothing@2 10861
nothing@2 10862 [] a afv:FundamentalFrequency ;
nothing@2 10863 event:time [ tl:at "15.232"^^xsd:float ;
nothing@2 10864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10866 afo:value "328.432"^^sxsd:hertz.number .
nothing@2 10867
nothing@2 10868 [] a afv:FundamentalFrequency ;
nothing@2 10869 event:time [ tl:at "15.238"^^xsd:float ;
nothing@2 10870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10872 afo:value "328.522"^^sxsd:hertz.number .
nothing@2 10873
nothing@2 10874 [] a afv:FundamentalFrequency ;
nothing@2 10875 event:time [ tl:at "15.244"^^xsd:float ;
nothing@2 10876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10878 afo:value "328.54"^^sxsd:hertz.number .
nothing@2 10879
nothing@2 10880 [] a afv:FundamentalFrequency ;
nothing@2 10881 event:time [ tl:at "15.25"^^xsd:float ;
nothing@2 10882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10884 afo:value "328.458"^^sxsd:hertz.number .
nothing@2 10885
nothing@2 10886 [] a afv:FundamentalFrequency ;
nothing@2 10887 event:time [ tl:at "15.256"^^xsd:float ;
nothing@2 10888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10890 afo:value "328.448"^^sxsd:hertz.number .
nothing@2 10891
nothing@2 10892 [] a afv:FundamentalFrequency ;
nothing@2 10893 event:time [ tl:at "15.261"^^xsd:float ;
nothing@2 10894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10896 afo:value "328.439"^^sxsd:hertz.number .
nothing@2 10897
nothing@2 10898 [] a afv:FundamentalFrequency ;
nothing@2 10899 event:time [ tl:at "1.527"^^xsd:float ;
nothing@2 10900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10902 afo:value "369.053"^^sxsd:hertz.number .
nothing@2 10903
nothing@2 10904 [] a afv:FundamentalFrequency ;
nothing@2 10905 event:time [ tl:at "15.267"^^xsd:float ;
nothing@2 10906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10908 afo:value "328.383"^^sxsd:hertz.number .
nothing@2 10909
nothing@2 10910 [] a afv:FundamentalFrequency ;
nothing@2 10911 event:time [ tl:at "15.273"^^xsd:float ;
nothing@2 10912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10914 afo:value "328.448"^^sxsd:hertz.number .
nothing@2 10915
nothing@2 10916 [] a afv:FundamentalFrequency ;
nothing@2 10917 event:time [ tl:at "15.279"^^xsd:float ;
nothing@2 10918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10920 afo:value "328.466"^^sxsd:hertz.number .
nothing@2 10921
nothing@2 10922 [] a afv:FundamentalFrequency ;
nothing@2 10923 event:time [ tl:at "15.285"^^xsd:float ;
nothing@2 10924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10926 afo:value "328.42"^^sxsd:hertz.number .
nothing@2 10927
nothing@2 10928 [] a afv:FundamentalFrequency ;
nothing@2 10929 event:time [ tl:at "15.29"^^xsd:float ;
nothing@2 10930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10932 afo:value "328.417"^^sxsd:hertz.number .
nothing@2 10933
nothing@2 10934 [] a afv:FundamentalFrequency ;
nothing@2 10935 event:time [ tl:at "15.296"^^xsd:float ;
nothing@2 10936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10938 afo:value "328.327"^^sxsd:hertz.number .
nothing@2 10939
nothing@2 10940 [] a afv:FundamentalFrequency ;
nothing@2 10941 event:time [ tl:at "15.302"^^xsd:float ;
nothing@2 10942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10944 afo:value "328.318"^^sxsd:hertz.number .
nothing@2 10945
nothing@2 10946 [] a afv:FundamentalFrequency ;
nothing@2 10947 event:time [ tl:at "15.308"^^xsd:float ;
nothing@2 10948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10950 afo:value "328.363"^^sxsd:hertz.number .
nothing@2 10951
nothing@2 10952 [] a afv:FundamentalFrequency ;
nothing@2 10953 event:time [ tl:at "15.314"^^xsd:float ;
nothing@2 10954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10956 afo:value "328.351"^^sxsd:hertz.number .
nothing@2 10957
nothing@2 10958 [] a afv:FundamentalFrequency ;
nothing@2 10959 event:time [ tl:at "15.319"^^xsd:float ;
nothing@2 10960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10962 afo:value "328.336"^^sxsd:hertz.number .
nothing@2 10963
nothing@2 10964 [] a afv:FundamentalFrequency ;
nothing@2 10965 event:time [ tl:at "1.533"^^xsd:float ;
nothing@2 10966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10968 afo:value "369.078"^^sxsd:hertz.number .
nothing@2 10969
nothing@2 10970 [] a afv:FundamentalFrequency ;
nothing@2 10971 event:time [ tl:at "15.325"^^xsd:float ;
nothing@2 10972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10974 afo:value "328.396"^^sxsd:hertz.number .
nothing@2 10975
nothing@2 10976 [] a afv:FundamentalFrequency ;
nothing@2 10977 event:time [ tl:at "15.331"^^xsd:float ;
nothing@2 10978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10980 afo:value "328.407"^^sxsd:hertz.number .
nothing@2 10981
nothing@2 10982 [] a afv:FundamentalFrequency ;
nothing@2 10983 event:time [ tl:at "15.337"^^xsd:float ;
nothing@2 10984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10986 afo:value "328.478"^^sxsd:hertz.number .
nothing@2 10987
nothing@2 10988 [] a afv:FundamentalFrequency ;
nothing@2 10989 event:time [ tl:at "15.343"^^xsd:float ;
nothing@2 10990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10992 afo:value "328.522"^^sxsd:hertz.number .
nothing@2 10993
nothing@2 10994 [] a afv:FundamentalFrequency ;
nothing@2 10995 event:time [ tl:at "15.348"^^xsd:float ;
nothing@2 10996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 10997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 10998 afo:value "328.511"^^sxsd:hertz.number .
nothing@2 10999
nothing@2 11000 [] a afv:FundamentalFrequency ;
nothing@2 11001 event:time [ tl:at "15.354"^^xsd:float ;
nothing@2 11002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11004 afo:value "328.521"^^sxsd:hertz.number .
nothing@2 11005
nothing@2 11006 [] a afv:FundamentalFrequency ;
nothing@2 11007 event:time [ tl:at "15.36"^^xsd:float ;
nothing@2 11008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11010 afo:value "328.489"^^sxsd:hertz.number .
nothing@2 11011
nothing@2 11012 [] a afv:FundamentalFrequency ;
nothing@2 11013 event:time [ tl:at "15.366"^^xsd:float ;
nothing@2 11014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11016 afo:value "328.556"^^sxsd:hertz.number .
nothing@2 11017
nothing@2 11018 [] a afv:FundamentalFrequency ;
nothing@2 11019 event:time [ tl:at "15.372"^^xsd:float ;
nothing@2 11020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11022 afo:value "328.596"^^sxsd:hertz.number .
nothing@2 11023
nothing@2 11024 [] a afv:FundamentalFrequency ;
nothing@2 11025 event:time [ tl:at "15.377"^^xsd:float ;
nothing@2 11026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11028 afo:value "328.585"^^sxsd:hertz.number .
nothing@2 11029
nothing@2 11030 [] a afv:FundamentalFrequency ;
nothing@2 11031 event:time [ tl:at "1.538"^^xsd:float ;
nothing@2 11032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11034 afo:value "369.129"^^sxsd:hertz.number .
nothing@2 11035
nothing@2 11036 [] a afv:FundamentalFrequency ;
nothing@2 11037 event:time [ tl:at "15.383"^^xsd:float ;
nothing@2 11038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11040 afo:value "328.601"^^sxsd:hertz.number .
nothing@2 11041
nothing@2 11042 [] a afv:FundamentalFrequency ;
nothing@2 11043 event:time [ tl:at "15.389"^^xsd:float ;
nothing@2 11044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11046 afo:value "328.686"^^sxsd:hertz.number .
nothing@2 11047
nothing@2 11048 [] a afv:FundamentalFrequency ;
nothing@2 11049 event:time [ tl:at "15.395"^^xsd:float ;
nothing@2 11050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11052 afo:value "328.686"^^sxsd:hertz.number .
nothing@2 11053
nothing@2 11054 [] a afv:FundamentalFrequency ;
nothing@2 11055 event:time [ tl:at "15.401"^^xsd:float ;
nothing@2 11056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11058 afo:value "328.699"^^sxsd:hertz.number .
nothing@2 11059
nothing@2 11060 [] a afv:FundamentalFrequency ;
nothing@2 11061 event:time [ tl:at "15.406"^^xsd:float ;
nothing@2 11062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11064 afo:value "328.715"^^sxsd:hertz.number .
nothing@2 11065
nothing@2 11066 [] a afv:FundamentalFrequency ;
nothing@2 11067 event:time [ tl:at "15.412"^^xsd:float ;
nothing@2 11068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11070 afo:value "328.727"^^sxsd:hertz.number .
nothing@2 11071
nothing@2 11072 [] a afv:FundamentalFrequency ;
nothing@2 11073 event:time [ tl:at "15.418"^^xsd:float ;
nothing@2 11074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11076 afo:value "328.772"^^sxsd:hertz.number .
nothing@2 11077
nothing@2 11078 [] a afv:FundamentalFrequency ;
nothing@2 11079 event:time [ tl:at "15.424"^^xsd:float ;
nothing@2 11080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11082 afo:value "328.766"^^sxsd:hertz.number .
nothing@2 11083
nothing@2 11084 [] a afv:FundamentalFrequency ;
nothing@2 11085 event:time [ tl:at "15.43"^^xsd:float ;
nothing@2 11086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11088 afo:value "328.737"^^sxsd:hertz.number .
nothing@2 11089
nothing@2 11090 [] a afv:FundamentalFrequency ;
nothing@2 11091 event:time [ tl:at "15.435"^^xsd:float ;
nothing@2 11092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11094 afo:value "328.782"^^sxsd:hertz.number .
nothing@2 11095
nothing@2 11096 [] a afv:FundamentalFrequency ;
nothing@2 11097 event:time [ tl:at "1.544"^^xsd:float ;
nothing@2 11098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11100 afo:value "369.224"^^sxsd:hertz.number .
nothing@2 11101
nothing@2 11102 [] a afv:FundamentalFrequency ;
nothing@2 11103 event:time [ tl:at "15.441"^^xsd:float ;
nothing@2 11104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11106 afo:value "328.8"^^sxsd:hertz.number .
nothing@2 11107
nothing@2 11108 [] a afv:FundamentalFrequency ;
nothing@2 11109 event:time [ tl:at "15.447"^^xsd:float ;
nothing@2 11110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11112 afo:value "328.881"^^sxsd:hertz.number .
nothing@2 11113
nothing@2 11114 [] a afv:FundamentalFrequency ;
nothing@2 11115 event:time [ tl:at "15.453"^^xsd:float ;
nothing@2 11116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11118 afo:value "328.949"^^sxsd:hertz.number .
nothing@2 11119
nothing@2 11120 [] a afv:FundamentalFrequency ;
nothing@2 11121 event:time [ tl:at "15.459"^^xsd:float ;
nothing@2 11122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11124 afo:value "328.935"^^sxsd:hertz.number .
nothing@2 11125
nothing@2 11126 [] a afv:FundamentalFrequency ;
nothing@2 11127 event:time [ tl:at "15.464"^^xsd:float ;
nothing@2 11128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11130 afo:value "328.917"^^sxsd:hertz.number .
nothing@2 11131
nothing@2 11132 [] a afv:FundamentalFrequency ;
nothing@2 11133 event:time [ tl:at "15.47"^^xsd:float ;
nothing@2 11134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11136 afo:value "328.942"^^sxsd:hertz.number .
nothing@2 11137
nothing@2 11138 [] a afv:FundamentalFrequency ;
nothing@2 11139 event:time [ tl:at "15.476"^^xsd:float ;
nothing@2 11140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11142 afo:value "328.956"^^sxsd:hertz.number .
nothing@2 11143
nothing@2 11144 [] a afv:FundamentalFrequency ;
nothing@2 11145 event:time [ tl:at "15.482"^^xsd:float ;
nothing@2 11146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11148 afo:value "328.958"^^sxsd:hertz.number .
nothing@2 11149
nothing@2 11150 [] a afv:FundamentalFrequency ;
nothing@2 11151 event:time [ tl:at "15.488"^^xsd:float ;
nothing@2 11152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11154 afo:value "328.985"^^sxsd:hertz.number .
nothing@2 11155
nothing@2 11156 [] a afv:FundamentalFrequency ;
nothing@2 11157 event:time [ tl:at "15.494"^^xsd:float ;
nothing@2 11158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11160 afo:value "329.009"^^sxsd:hertz.number .
nothing@2 11161
nothing@2 11162 [] a afv:FundamentalFrequency ;
nothing@2 11163 event:time [ tl:at "1.55"^^xsd:float ;
nothing@2 11164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11166 afo:value "369.414"^^sxsd:hertz.number .
nothing@2 11167
nothing@2 11168 [] a afv:FundamentalFrequency ;
nothing@2 11169 event:time [ tl:at "15.499"^^xsd:float ;
nothing@2 11170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11172 afo:value "329.081"^^sxsd:hertz.number .
nothing@2 11173
nothing@2 11174 [] a afv:FundamentalFrequency ;
nothing@2 11175 event:time [ tl:at "15.505"^^xsd:float ;
nothing@2 11176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11178 afo:value "329.124"^^sxsd:hertz.number .
nothing@2 11179
nothing@2 11180 [] a afv:FundamentalFrequency ;
nothing@2 11181 event:time [ tl:at "15.511"^^xsd:float ;
nothing@2 11182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11184 afo:value "329.114"^^sxsd:hertz.number .
nothing@2 11185
nothing@2 11186 [] a afv:FundamentalFrequency ;
nothing@2 11187 event:time [ tl:at "15.517"^^xsd:float ;
nothing@2 11188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11190 afo:value "329.043"^^sxsd:hertz.number .
nothing@2 11191
nothing@2 11192 [] a afv:FundamentalFrequency ;
nothing@2 11193 event:time [ tl:at "15.523"^^xsd:float ;
nothing@2 11194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11196 afo:value "328.962"^^sxsd:hertz.number .
nothing@2 11197
nothing@2 11198 [] a afv:FundamentalFrequency ;
nothing@2 11199 event:time [ tl:at "15.528"^^xsd:float ;
nothing@2 11200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11202 afo:value "328.907"^^sxsd:hertz.number .
nothing@2 11203
nothing@2 11204 [] a afv:FundamentalFrequency ;
nothing@2 11205 event:time [ tl:at "15.534"^^xsd:float ;
nothing@2 11206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11208 afo:value "328.86"^^sxsd:hertz.number .
nothing@2 11209
nothing@2 11210 [] a afv:FundamentalFrequency ;
nothing@2 11211 event:time [ tl:at "15.54"^^xsd:float ;
nothing@2 11212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11214 afo:value "328.737"^^sxsd:hertz.number .
nothing@2 11215
nothing@2 11216 [] a afv:FundamentalFrequency ;
nothing@2 11217 event:time [ tl:at "15.546"^^xsd:float ;
nothing@2 11218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11220 afo:value "328.582"^^sxsd:hertz.number .
nothing@2 11221
nothing@2 11222 [] a afv:FundamentalFrequency ;
nothing@2 11223 event:time [ tl:at "15.552"^^xsd:float ;
nothing@2 11224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11226 afo:value "328.363"^^sxsd:hertz.number .
nothing@2 11227
nothing@2 11228 [] a afv:FundamentalFrequency ;
nothing@2 11229 event:time [ tl:at "1.556"^^xsd:float ;
nothing@2 11230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11232 afo:value "369.639"^^sxsd:hertz.number .
nothing@2 11233
nothing@2 11234 [] a afv:FundamentalFrequency ;
nothing@2 11235 event:time [ tl:at "15.557"^^xsd:float ;
nothing@2 11236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11238 afo:value "328.155"^^sxsd:hertz.number .
nothing@2 11239
nothing@2 11240 [] a afv:FundamentalFrequency ;
nothing@2 11241 event:time [ tl:at "15.563"^^xsd:float ;
nothing@2 11242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11244 afo:value "328.035"^^sxsd:hertz.number .
nothing@2 11245
nothing@2 11246 [] a afv:FundamentalFrequency ;
nothing@2 11247 event:time [ tl:at "15.569"^^xsd:float ;
nothing@2 11248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11250 afo:value "327.893"^^sxsd:hertz.number .
nothing@2 11251
nothing@2 11252 [] a afv:FundamentalFrequency ;
nothing@2 11253 event:time [ tl:at "15.575"^^xsd:float ;
nothing@2 11254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11256 afo:value "327.79"^^sxsd:hertz.number .
nothing@2 11257
nothing@2 11258 [] a afv:FundamentalFrequency ;
nothing@2 11259 event:time [ tl:at "15.581"^^xsd:float ;
nothing@2 11260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11262 afo:value "327.664"^^sxsd:hertz.number .
nothing@2 11263
nothing@2 11264 [] a afv:FundamentalFrequency ;
nothing@2 11265 event:time [ tl:at "15.586"^^xsd:float ;
nothing@2 11266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11268 afo:value "327.615"^^sxsd:hertz.number .
nothing@2 11269
nothing@2 11270 [] a afv:FundamentalFrequency ;
nothing@2 11271 event:time [ tl:at "15.592"^^xsd:float ;
nothing@2 11272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11274 afo:value "328.075"^^sxsd:hertz.number .
nothing@2 11275
nothing@2 11276 [] a afv:FundamentalFrequency ;
nothing@2 11277 event:time [ tl:at "15.598"^^xsd:float ;
nothing@2 11278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11280 afo:value "329.165"^^sxsd:hertz.number .
nothing@2 11281
nothing@2 11282 [] a afv:FundamentalFrequency ;
nothing@2 11283 event:time [ tl:at "15.604"^^xsd:float ;
nothing@2 11284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11286 afo:value "327.277"^^sxsd:hertz.number .
nothing@2 11287
nothing@2 11288 [] a afv:FundamentalFrequency ;
nothing@2 11289 event:time [ tl:at "15.61"^^xsd:float ;
nothing@2 11290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11292 afo:value "327.011"^^sxsd:hertz.number .
nothing@2 11293
nothing@2 11294 [] a afv:FundamentalFrequency ;
nothing@2 11295 event:time [ tl:at "1.562"^^xsd:float ;
nothing@2 11296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11298 afo:value "369.847"^^sxsd:hertz.number .
nothing@2 11299
nothing@2 11300 [] a afv:FundamentalFrequency ;
nothing@2 11301 event:time [ tl:at "15.615"^^xsd:float ;
nothing@2 11302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11304 afo:value "325.031"^^sxsd:hertz.number .
nothing@2 11305
nothing@2 11306 [] a afv:FundamentalFrequency ;
nothing@2 11307 event:time [ tl:at "15.621"^^xsd:float ;
nothing@2 11308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11310 afo:value "324.092"^^sxsd:hertz.number .
nothing@2 11311
nothing@2 11312 [] a afv:FundamentalFrequency ;
nothing@2 11313 event:time [ tl:at "15.627"^^xsd:float ;
nothing@2 11314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11316 afo:value "365.009"^^sxsd:hertz.number .
nothing@2 11317
nothing@2 11318 [] a afv:FundamentalFrequency ;
nothing@2 11319 event:time [ tl:at "15.633"^^xsd:float ;
nothing@2 11320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11322 afo:value "367.476"^^sxsd:hertz.number .
nothing@2 11323
nothing@2 11324 [] a afv:FundamentalFrequency ;
nothing@2 11325 event:time [ tl:at "15.639"^^xsd:float ;
nothing@2 11326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11328 afo:value "374.45"^^sxsd:hertz.number .
nothing@2 11329
nothing@2 11330 [] a afv:FundamentalFrequency ;
nothing@2 11331 event:time [ tl:at "15.644"^^xsd:float ;
nothing@2 11332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11334 afo:value "390.975"^^sxsd:hertz.number .
nothing@2 11335
nothing@2 11336 [] a afv:FundamentalFrequency ;
nothing@2 11337 event:time [ tl:at "15.65"^^xsd:float ;
nothing@2 11338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11340 afo:value "391.723"^^sxsd:hertz.number .
nothing@2 11341
nothing@2 11342 [] a afv:FundamentalFrequency ;
nothing@2 11343 event:time [ tl:at "15.656"^^xsd:float ;
nothing@2 11344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11346 afo:value "391.624"^^sxsd:hertz.number .
nothing@2 11347
nothing@2 11348 [] a afv:FundamentalFrequency ;
nothing@2 11349 event:time [ tl:at "15.662"^^xsd:float ;
nothing@2 11350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11352 afo:value "390.802"^^sxsd:hertz.number .
nothing@2 11353
nothing@2 11354 [] a afv:FundamentalFrequency ;
nothing@2 11355 event:time [ tl:at "15.668"^^xsd:float ;
nothing@2 11356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11358 afo:value "391.217"^^sxsd:hertz.number .
nothing@2 11359
nothing@2 11360 [] a afv:FundamentalFrequency ;
nothing@2 11361 event:time [ tl:at "0.157"^^xsd:float ;
nothing@2 11362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11364 afo:value "292.832"^^sxsd:hertz.number .
nothing@2 11365
nothing@2 11366 [] a afv:FundamentalFrequency ;
nothing@2 11367 event:time [ tl:at "1.567"^^xsd:float ;
nothing@2 11368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11370 afo:value "370.035"^^sxsd:hertz.number .
nothing@2 11371
nothing@2 11372 [] a afv:FundamentalFrequency ;
nothing@2 11373 event:time [ tl:at "15.673"^^xsd:float ;
nothing@2 11374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11376 afo:value "390.979"^^sxsd:hertz.number .
nothing@2 11377
nothing@2 11378 [] a afv:FundamentalFrequency ;
nothing@2 11379 event:time [ tl:at "15.679"^^xsd:float ;
nothing@2 11380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11382 afo:value "390.83"^^sxsd:hertz.number .
nothing@2 11383
nothing@2 11384 [] a afv:FundamentalFrequency ;
nothing@2 11385 event:time [ tl:at "15.685"^^xsd:float ;
nothing@2 11386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11388 afo:value "390.824"^^sxsd:hertz.number .
nothing@2 11389
nothing@2 11390 [] a afv:FundamentalFrequency ;
nothing@2 11391 event:time [ tl:at "15.691"^^xsd:float ;
nothing@2 11392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11394 afo:value "390.695"^^sxsd:hertz.number .
nothing@2 11395
nothing@2 11396 [] a afv:FundamentalFrequency ;
nothing@2 11397 event:time [ tl:at "15.697"^^xsd:float ;
nothing@2 11398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11400 afo:value "390.595"^^sxsd:hertz.number .
nothing@2 11401
nothing@2 11402 [] a afv:FundamentalFrequency ;
nothing@2 11403 event:time [ tl:at "15.702"^^xsd:float ;
nothing@2 11404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11406 afo:value "390.591"^^sxsd:hertz.number .
nothing@2 11407
nothing@2 11408 [] a afv:FundamentalFrequency ;
nothing@2 11409 event:time [ tl:at "15.708"^^xsd:float ;
nothing@2 11410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11412 afo:value "390.541"^^sxsd:hertz.number .
nothing@2 11413
nothing@2 11414 [] a afv:FundamentalFrequency ;
nothing@2 11415 event:time [ tl:at "15.714"^^xsd:float ;
nothing@2 11416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11418 afo:value "390.488"^^sxsd:hertz.number .
nothing@2 11419
nothing@2 11420 [] a afv:FundamentalFrequency ;
nothing@2 11421 event:time [ tl:at "15.72"^^xsd:float ;
nothing@2 11422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11424 afo:value "390.396"^^sxsd:hertz.number .
nothing@2 11425
nothing@2 11426 [] a afv:FundamentalFrequency ;
nothing@2 11427 event:time [ tl:at "15.726"^^xsd:float ;
nothing@2 11428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11430 afo:value "390.309"^^sxsd:hertz.number .
nothing@2 11431
nothing@2 11432 [] a afv:FundamentalFrequency ;
nothing@2 11433 event:time [ tl:at "1.573"^^xsd:float ;
nothing@2 11434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11436 afo:value "370.25"^^sxsd:hertz.number .
nothing@2 11437
nothing@2 11438 [] a afv:FundamentalFrequency ;
nothing@2 11439 event:time [ tl:at "15.732"^^xsd:float ;
nothing@2 11440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11442 afo:value "390.329"^^sxsd:hertz.number .
nothing@2 11443
nothing@2 11444 [] a afv:FundamentalFrequency ;
nothing@2 11445 event:time [ tl:at "15.737"^^xsd:float ;
nothing@2 11446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11448 afo:value "390.242"^^sxsd:hertz.number .
nothing@2 11449
nothing@2 11450 [] a afv:FundamentalFrequency ;
nothing@2 11451 event:time [ tl:at "15.743"^^xsd:float ;
nothing@2 11452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11454 afo:value "390.188"^^sxsd:hertz.number .
nothing@2 11455
nothing@2 11456 [] a afv:FundamentalFrequency ;
nothing@2 11457 event:time [ tl:at "15.749"^^xsd:float ;
nothing@2 11458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11460 afo:value "390.239"^^sxsd:hertz.number .
nothing@2 11461
nothing@2 11462 [] a afv:FundamentalFrequency ;
nothing@2 11463 event:time [ tl:at "15.755"^^xsd:float ;
nothing@2 11464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11466 afo:value "390.172"^^sxsd:hertz.number .
nothing@2 11467
nothing@2 11468 [] a afv:FundamentalFrequency ;
nothing@2 11469 event:time [ tl:at "15.761"^^xsd:float ;
nothing@2 11470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11472 afo:value "390.183"^^sxsd:hertz.number .
nothing@2 11473
nothing@2 11474 [] a afv:FundamentalFrequency ;
nothing@2 11475 event:time [ tl:at "15.766"^^xsd:float ;
nothing@2 11476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11478 afo:value "390.187"^^sxsd:hertz.number .
nothing@2 11479
nothing@2 11480 [] a afv:FundamentalFrequency ;
nothing@2 11481 event:time [ tl:at "15.772"^^xsd:float ;
nothing@2 11482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11484 afo:value "390.046"^^sxsd:hertz.number .
nothing@2 11485
nothing@2 11486 [] a afv:FundamentalFrequency ;
nothing@2 11487 event:time [ tl:at "15.778"^^xsd:float ;
nothing@2 11488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11490 afo:value "390.088"^^sxsd:hertz.number .
nothing@2 11491
nothing@2 11492 [] a afv:FundamentalFrequency ;
nothing@2 11493 event:time [ tl:at "15.784"^^xsd:float ;
nothing@2 11494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11496 afo:value "390.109"^^sxsd:hertz.number .
nothing@2 11497
nothing@2 11498 [] a afv:FundamentalFrequency ;
nothing@2 11499 event:time [ tl:at "1.579"^^xsd:float ;
nothing@2 11500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11502 afo:value "370.564"^^sxsd:hertz.number .
nothing@2 11503
nothing@2 11504 [] a afv:FundamentalFrequency ;
nothing@2 11505 event:time [ tl:at "15.79"^^xsd:float ;
nothing@2 11506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11508 afo:value "390.036"^^sxsd:hertz.number .
nothing@2 11509
nothing@2 11510 [] a afv:FundamentalFrequency ;
nothing@2 11511 event:time [ tl:at "15.795"^^xsd:float ;
nothing@2 11512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11514 afo:value "390.155"^^sxsd:hertz.number .
nothing@2 11515
nothing@2 11516 [] a afv:FundamentalFrequency ;
nothing@2 11517 event:time [ tl:at "15.801"^^xsd:float ;
nothing@2 11518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11520 afo:value "390.167"^^sxsd:hertz.number .
nothing@2 11521
nothing@2 11522 [] a afv:FundamentalFrequency ;
nothing@2 11523 event:time [ tl:at "15.807"^^xsd:float ;
nothing@2 11524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11526 afo:value "390.22"^^sxsd:hertz.number .
nothing@2 11527
nothing@2 11528 [] a afv:FundamentalFrequency ;
nothing@2 11529 event:time [ tl:at "15.813"^^xsd:float ;
nothing@2 11530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11532 afo:value "390.315"^^sxsd:hertz.number .
nothing@2 11533
nothing@2 11534 [] a afv:FundamentalFrequency ;
nothing@2 11535 event:time [ tl:at "15.819"^^xsd:float ;
nothing@2 11536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11538 afo:value "390.295"^^sxsd:hertz.number .
nothing@2 11539
nothing@2 11540 [] a afv:FundamentalFrequency ;
nothing@2 11541 event:time [ tl:at "15.824"^^xsd:float ;
nothing@2 11542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11544 afo:value "390.272"^^sxsd:hertz.number .
nothing@2 11545
nothing@2 11546 [] a afv:FundamentalFrequency ;
nothing@2 11547 event:time [ tl:at "15.83"^^xsd:float ;
nothing@2 11548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11550 afo:value "390.37"^^sxsd:hertz.number .
nothing@2 11551
nothing@2 11552 [] a afv:FundamentalFrequency ;
nothing@2 11553 event:time [ tl:at "15.836"^^xsd:float ;
nothing@2 11554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11556 afo:value "390.358"^^sxsd:hertz.number .
nothing@2 11557
nothing@2 11558 [] a afv:FundamentalFrequency ;
nothing@2 11559 event:time [ tl:at "15.842"^^xsd:float ;
nothing@2 11560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11562 afo:value "390.417"^^sxsd:hertz.number .
nothing@2 11563
nothing@2 11564 [] a afv:FundamentalFrequency ;
nothing@2 11565 event:time [ tl:at "1.585"^^xsd:float ;
nothing@2 11566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11568 afo:value "370.914"^^sxsd:hertz.number .
nothing@2 11569
nothing@2 11570 [] a afv:FundamentalFrequency ;
nothing@2 11571 event:time [ tl:at "15.848"^^xsd:float ;
nothing@2 11572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11574 afo:value "390.436"^^sxsd:hertz.number .
nothing@2 11575
nothing@2 11576 [] a afv:FundamentalFrequency ;
nothing@2 11577 event:time [ tl:at "15.853"^^xsd:float ;
nothing@2 11578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11580 afo:value "390.455"^^sxsd:hertz.number .
nothing@2 11581
nothing@2 11582 [] a afv:FundamentalFrequency ;
nothing@2 11583 event:time [ tl:at "15.859"^^xsd:float ;
nothing@2 11584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11586 afo:value "390.467"^^sxsd:hertz.number .
nothing@2 11587
nothing@2 11588 [] a afv:FundamentalFrequency ;
nothing@2 11589 event:time [ tl:at "15.865"^^xsd:float ;
nothing@2 11590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11592 afo:value "390.494"^^sxsd:hertz.number .
nothing@2 11593
nothing@2 11594 [] a afv:FundamentalFrequency ;
nothing@2 11595 event:time [ tl:at "15.871"^^xsd:float ;
nothing@2 11596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11598 afo:value "390.506"^^sxsd:hertz.number .
nothing@2 11599
nothing@2 11600 [] a afv:FundamentalFrequency ;
nothing@2 11601 event:time [ tl:at "15.877"^^xsd:float ;
nothing@2 11602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11604 afo:value "390.553"^^sxsd:hertz.number .
nothing@2 11605
nothing@2 11606 [] a afv:FundamentalFrequency ;
nothing@2 11607 event:time [ tl:at "15.882"^^xsd:float ;
nothing@2 11608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11610 afo:value "390.555"^^sxsd:hertz.number .
nothing@2 11611
nothing@2 11612 [] a afv:FundamentalFrequency ;
nothing@2 11613 event:time [ tl:at "15.888"^^xsd:float ;
nothing@2 11614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11616 afo:value "390.569"^^sxsd:hertz.number .
nothing@2 11617
nothing@2 11618 [] a afv:FundamentalFrequency ;
nothing@2 11619 event:time [ tl:at "15.894"^^xsd:float ;
nothing@2 11620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11622 afo:value "390.684"^^sxsd:hertz.number .
nothing@2 11623
nothing@2 11624 [] a afv:FundamentalFrequency ;
nothing@2 11625 event:time [ tl:at "15.9"^^xsd:float ;
nothing@2 11626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11628 afo:value "390.727"^^sxsd:hertz.number .
nothing@2 11629
nothing@2 11630 [] a afv:FundamentalFrequency ;
nothing@2 11631 event:time [ tl:at "1.591"^^xsd:float ;
nothing@2 11632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11634 afo:value "371.327"^^sxsd:hertz.number .
nothing@2 11635
nothing@2 11636 [] a afv:FundamentalFrequency ;
nothing@2 11637 event:time [ tl:at "15.906"^^xsd:float ;
nothing@2 11638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11640 afo:value "390.772"^^sxsd:hertz.number .
nothing@2 11641
nothing@2 11642 [] a afv:FundamentalFrequency ;
nothing@2 11643 event:time [ tl:at "15.911"^^xsd:float ;
nothing@2 11644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11646 afo:value "390.823"^^sxsd:hertz.number .
nothing@2 11647
nothing@2 11648 [] a afv:FundamentalFrequency ;
nothing@2 11649 event:time [ tl:at "15.917"^^xsd:float ;
nothing@2 11650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11652 afo:value "390.83"^^sxsd:hertz.number .
nothing@2 11653
nothing@2 11654 [] a afv:FundamentalFrequency ;
nothing@2 11655 event:time [ tl:at "15.923"^^xsd:float ;
nothing@2 11656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11658 afo:value "390.858"^^sxsd:hertz.number .
nothing@2 11659
nothing@2 11660 [] a afv:FundamentalFrequency ;
nothing@2 11661 event:time [ tl:at "15.929"^^xsd:float ;
nothing@2 11662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11664 afo:value "390.856"^^sxsd:hertz.number .
nothing@2 11665
nothing@2 11666 [] a afv:FundamentalFrequency ;
nothing@2 11667 event:time [ tl:at "15.935"^^xsd:float ;
nothing@2 11668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11670 afo:value "390.879"^^sxsd:hertz.number .
nothing@2 11671
nothing@2 11672 [] a afv:FundamentalFrequency ;
nothing@2 11673 event:time [ tl:at "15.94"^^xsd:float ;
nothing@2 11674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11676 afo:value "390.942"^^sxsd:hertz.number .
nothing@2 11677
nothing@2 11678 [] a afv:FundamentalFrequency ;
nothing@2 11679 event:time [ tl:at "15.946"^^xsd:float ;
nothing@2 11680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11682 afo:value "391.029"^^sxsd:hertz.number .
nothing@2 11683
nothing@2 11684 [] a afv:FundamentalFrequency ;
nothing@2 11685 event:time [ tl:at "15.952"^^xsd:float ;
nothing@2 11686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11688 afo:value "391.1"^^sxsd:hertz.number .
nothing@2 11689
nothing@2 11690 [] a afv:FundamentalFrequency ;
nothing@2 11691 event:time [ tl:at "15.958"^^xsd:float ;
nothing@2 11692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11694 afo:value "391.108"^^sxsd:hertz.number .
nothing@2 11695
nothing@2 11696 [] a afv:FundamentalFrequency ;
nothing@2 11697 event:time [ tl:at "1.596"^^xsd:float ;
nothing@2 11698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11700 afo:value "371.638"^^sxsd:hertz.number .
nothing@2 11701
nothing@2 11702 [] a afv:FundamentalFrequency ;
nothing@2 11703 event:time [ tl:at "15.964"^^xsd:float ;
nothing@2 11704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11706 afo:value "391.11"^^sxsd:hertz.number .
nothing@2 11707
nothing@2 11708 [] a afv:FundamentalFrequency ;
nothing@2 11709 event:time [ tl:at "15.97"^^xsd:float ;
nothing@2 11710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11712 afo:value "391.084"^^sxsd:hertz.number .
nothing@2 11713
nothing@2 11714 [] a afv:FundamentalFrequency ;
nothing@2 11715 event:time [ tl:at "15.975"^^xsd:float ;
nothing@2 11716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11718 afo:value "391.076"^^sxsd:hertz.number .
nothing@2 11719
nothing@2 11720 [] a afv:FundamentalFrequency ;
nothing@2 11721 event:time [ tl:at "15.981"^^xsd:float ;
nothing@2 11722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11724 afo:value "391.079"^^sxsd:hertz.number .
nothing@2 11725
nothing@2 11726 [] a afv:FundamentalFrequency ;
nothing@2 11727 event:time [ tl:at "15.987"^^xsd:float ;
nothing@2 11728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11730 afo:value "391.083"^^sxsd:hertz.number .
nothing@2 11731
nothing@2 11732 [] a afv:FundamentalFrequency ;
nothing@2 11733 event:time [ tl:at "15.993"^^xsd:float ;
nothing@2 11734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11736 afo:value "391.079"^^sxsd:hertz.number .
nothing@2 11737
nothing@2 11738 [] a afv:FundamentalFrequency ;
nothing@2 11739 event:time [ tl:at "15.999"^^xsd:float ;
nothing@2 11740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11742 afo:value "391.073"^^sxsd:hertz.number .
nothing@2 11743
nothing@2 11744 [] a afv:FundamentalFrequency ;
nothing@2 11745 event:time [ tl:at "16.004"^^xsd:float ;
nothing@2 11746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11748 afo:value "391.06"^^sxsd:hertz.number .
nothing@2 11749
nothing@2 11750 [] a afv:FundamentalFrequency ;
nothing@2 11751 event:time [ tl:at "16.01"^^xsd:float ;
nothing@2 11752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11754 afo:value "391.033"^^sxsd:hertz.number .
nothing@2 11755
nothing@2 11756 [] a afv:FundamentalFrequency ;
nothing@2 11757 event:time [ tl:at "16.016"^^xsd:float ;
nothing@2 11758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11760 afo:value "390.988"^^sxsd:hertz.number .
nothing@2 11761
nothing@2 11762 [] a afv:FundamentalFrequency ;
nothing@2 11763 event:time [ tl:at "1.602"^^xsd:float ;
nothing@2 11764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11766 afo:value "371.863"^^sxsd:hertz.number .
nothing@2 11767
nothing@2 11768 [] a afv:FundamentalFrequency ;
nothing@2 11769 event:time [ tl:at "16.022"^^xsd:float ;
nothing@2 11770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11772 afo:value "390.942"^^sxsd:hertz.number .
nothing@2 11773
nothing@2 11774 [] a afv:FundamentalFrequency ;
nothing@2 11775 event:time [ tl:at "16.028"^^xsd:float ;
nothing@2 11776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11778 afo:value "390.906"^^sxsd:hertz.number .
nothing@2 11779
nothing@2 11780 [] a afv:FundamentalFrequency ;
nothing@2 11781 event:time [ tl:at "16.033"^^xsd:float ;
nothing@2 11782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11784 afo:value "390.88"^^sxsd:hertz.number .
nothing@2 11785
nothing@2 11786 [] a afv:FundamentalFrequency ;
nothing@2 11787 event:time [ tl:at "16.039"^^xsd:float ;
nothing@2 11788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11790 afo:value "390.846"^^sxsd:hertz.number .
nothing@2 11791
nothing@2 11792 [] a afv:FundamentalFrequency ;
nothing@2 11793 event:time [ tl:at "16.045"^^xsd:float ;
nothing@2 11794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11796 afo:value "390.852"^^sxsd:hertz.number .
nothing@2 11797
nothing@2 11798 [] a afv:FundamentalFrequency ;
nothing@2 11799 event:time [ tl:at "16.051"^^xsd:float ;
nothing@2 11800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11802 afo:value "390.824"^^sxsd:hertz.number .
nothing@2 11803
nothing@2 11804 [] a afv:FundamentalFrequency ;
nothing@2 11805 event:time [ tl:at "16.057"^^xsd:float ;
nothing@2 11806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11808 afo:value "390.804"^^sxsd:hertz.number .
nothing@2 11809
nothing@2 11810 [] a afv:FundamentalFrequency ;
nothing@2 11811 event:time [ tl:at "16.062"^^xsd:float ;
nothing@2 11812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11814 afo:value "390.787"^^sxsd:hertz.number .
nothing@2 11815
nothing@2 11816 [] a afv:FundamentalFrequency ;
nothing@2 11817 event:time [ tl:at "16.068"^^xsd:float ;
nothing@2 11818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11820 afo:value "390.793"^^sxsd:hertz.number .
nothing@2 11821
nothing@2 11822 [] a afv:FundamentalFrequency ;
nothing@2 11823 event:time [ tl:at "16.074"^^xsd:float ;
nothing@2 11824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11826 afo:value "390.783"^^sxsd:hertz.number .
nothing@2 11827
nothing@2 11828 [] a afv:FundamentalFrequency ;
nothing@2 11829 event:time [ tl:at "1.608"^^xsd:float ;
nothing@2 11830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11832 afo:value "371.894"^^sxsd:hertz.number .
nothing@2 11833
nothing@2 11834 [] a afv:FundamentalFrequency ;
nothing@2 11835 event:time [ tl:at "16.08"^^xsd:float ;
nothing@2 11836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11838 afo:value "390.691"^^sxsd:hertz.number .
nothing@2 11839
nothing@2 11840 [] a afv:FundamentalFrequency ;
nothing@2 11841 event:time [ tl:at "16.086"^^xsd:float ;
nothing@2 11842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11844 afo:value "390.191"^^sxsd:hertz.number .
nothing@2 11845
nothing@2 11846 [] a afv:FundamentalFrequency ;
nothing@2 11847 event:time [ tl:at "16.091"^^xsd:float ;
nothing@2 11848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11850 afo:value "389.429"^^sxsd:hertz.number .
nothing@2 11851
nothing@2 11852 [] a afv:FundamentalFrequency ;
nothing@2 11853 event:time [ tl:at "16.097"^^xsd:float ;
nothing@2 11854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11856 afo:value "387.237"^^sxsd:hertz.number .
nothing@2 11857
nothing@2 11858 [] a afv:FundamentalFrequency ;
nothing@2 11859 event:time [ tl:at "16.103"^^xsd:float ;
nothing@2 11860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11862 afo:value "370.957"^^sxsd:hertz.number .
nothing@2 11863
nothing@2 11864 [] a afv:FundamentalFrequency ;
nothing@2 11865 event:time [ tl:at "16.109"^^xsd:float ;
nothing@2 11866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11868 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 11869
nothing@2 11870 [] a afv:FundamentalFrequency ;
nothing@2 11871 event:time [ tl:at "16.115"^^xsd:float ;
nothing@2 11872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11874 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 11875
nothing@2 11876 [] a afv:FundamentalFrequency ;
nothing@2 11877 event:time [ tl:at "16.12"^^xsd:float ;
nothing@2 11878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11880 afo:value "387.303"^^sxsd:hertz.number .
nothing@2 11881
nothing@2 11882 [] a afv:FundamentalFrequency ;
nothing@2 11883 event:time [ tl:at "16.126"^^xsd:float ;
nothing@2 11884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11886 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 11887
nothing@2 11888 [] a afv:FundamentalFrequency ;
nothing@2 11889 event:time [ tl:at "16.132"^^xsd:float ;
nothing@2 11890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11892 afo:value "102.96"^^sxsd:hertz.number .
nothing@2 11893
nothing@2 11894 [] a afv:FundamentalFrequency ;
nothing@2 11895 event:time [ tl:at "1.614"^^xsd:float ;
nothing@2 11896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11898 afo:value "371.733"^^sxsd:hertz.number .
nothing@2 11899
nothing@2 11900 [] a afv:FundamentalFrequency ;
nothing@2 11901 event:time [ tl:at "16.138"^^xsd:float ;
nothing@2 11902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11904 afo:value "393.602"^^sxsd:hertz.number .
nothing@2 11905
nothing@2 11906 [] a afv:FundamentalFrequency ;
nothing@2 11907 event:time [ tl:at "16.144"^^xsd:float ;
nothing@2 11908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11910 afo:value "397.22"^^sxsd:hertz.number .
nothing@2 11911
nothing@2 11912 [] a afv:FundamentalFrequency ;
nothing@2 11913 event:time [ tl:at "16.149"^^xsd:float ;
nothing@2 11914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11916 afo:value "393.483"^^sxsd:hertz.number .
nothing@2 11917
nothing@2 11918 [] a afv:FundamentalFrequency ;
nothing@2 11919 event:time [ tl:at "16.155"^^xsd:float ;
nothing@2 11920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11922 afo:value "391.274"^^sxsd:hertz.number .
nothing@2 11923
nothing@2 11924 [] a afv:FundamentalFrequency ;
nothing@2 11925 event:time [ tl:at "16.161"^^xsd:float ;
nothing@2 11926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11928 afo:value "390.991"^^sxsd:hertz.number .
nothing@2 11929
nothing@2 11930 [] a afv:FundamentalFrequency ;
nothing@2 11931 event:time [ tl:at "16.167"^^xsd:float ;
nothing@2 11932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11934 afo:value "390.475"^^sxsd:hertz.number .
nothing@2 11935
nothing@2 11936 [] a afv:FundamentalFrequency ;
nothing@2 11937 event:time [ tl:at "16.173"^^xsd:float ;
nothing@2 11938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11940 afo:value "391.594"^^sxsd:hertz.number .
nothing@2 11941
nothing@2 11942 [] a afv:FundamentalFrequency ;
nothing@2 11943 event:time [ tl:at "16.179"^^xsd:float ;
nothing@2 11944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11946 afo:value "391.682"^^sxsd:hertz.number .
nothing@2 11947
nothing@2 11948 [] a afv:FundamentalFrequency ;
nothing@2 11949 event:time [ tl:at "16.184"^^xsd:float ;
nothing@2 11950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11952 afo:value "391.421"^^sxsd:hertz.number .
nothing@2 11953
nothing@2 11954 [] a afv:FundamentalFrequency ;
nothing@2 11955 event:time [ tl:at "16.19"^^xsd:float ;
nothing@2 11956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11958 afo:value "391.064"^^sxsd:hertz.number .
nothing@2 11959
nothing@2 11960 [] a afv:FundamentalFrequency ;
nothing@2 11961 event:time [ tl:at "1.62"^^xsd:float ;
nothing@2 11962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11964 afo:value "371.469"^^sxsd:hertz.number .
nothing@2 11965
nothing@2 11966 [] a afv:FundamentalFrequency ;
nothing@2 11967 event:time [ tl:at "16.196"^^xsd:float ;
nothing@2 11968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11970 afo:value "391.164"^^sxsd:hertz.number .
nothing@2 11971
nothing@2 11972 [] a afv:FundamentalFrequency ;
nothing@2 11973 event:time [ tl:at "16.202"^^xsd:float ;
nothing@2 11974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11976 afo:value "390.96"^^sxsd:hertz.number .
nothing@2 11977
nothing@2 11978 [] a afv:FundamentalFrequency ;
nothing@2 11979 event:time [ tl:at "16.208"^^xsd:float ;
nothing@2 11980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11982 afo:value "390.806"^^sxsd:hertz.number .
nothing@2 11983
nothing@2 11984 [] a afv:FundamentalFrequency ;
nothing@2 11985 event:time [ tl:at "16.213"^^xsd:float ;
nothing@2 11986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11988 afo:value "390.748"^^sxsd:hertz.number .
nothing@2 11989
nothing@2 11990 [] a afv:FundamentalFrequency ;
nothing@2 11991 event:time [ tl:at "16.219"^^xsd:float ;
nothing@2 11992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 11994 afo:value "390.719"^^sxsd:hertz.number .
nothing@2 11995
nothing@2 11996 [] a afv:FundamentalFrequency ;
nothing@2 11997 event:time [ tl:at "16.225"^^xsd:float ;
nothing@2 11998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 11999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12000 afo:value "390.633"^^sxsd:hertz.number .
nothing@2 12001
nothing@2 12002 [] a afv:FundamentalFrequency ;
nothing@2 12003 event:time [ tl:at "16.231"^^xsd:float ;
nothing@2 12004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12006 afo:value "390.549"^^sxsd:hertz.number .
nothing@2 12007
nothing@2 12008 [] a afv:FundamentalFrequency ;
nothing@2 12009 event:time [ tl:at "16.237"^^xsd:float ;
nothing@2 12010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12012 afo:value "390.432"^^sxsd:hertz.number .
nothing@2 12013
nothing@2 12014 [] a afv:FundamentalFrequency ;
nothing@2 12015 event:time [ tl:at "16.242"^^xsd:float ;
nothing@2 12016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12018 afo:value "390.328"^^sxsd:hertz.number .
nothing@2 12019
nothing@2 12020 [] a afv:FundamentalFrequency ;
nothing@2 12021 event:time [ tl:at "16.248"^^xsd:float ;
nothing@2 12022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12024 afo:value "390.306"^^sxsd:hertz.number .
nothing@2 12025
nothing@2 12026 [] a afv:FundamentalFrequency ;
nothing@2 12027 event:time [ tl:at "0.163"^^xsd:float ;
nothing@2 12028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12030 afo:value "292.934"^^sxsd:hertz.number .
nothing@2 12031
nothing@2 12032 [] a afv:FundamentalFrequency ;
nothing@2 12033 event:time [ tl:at "1.625"^^xsd:float ;
nothing@2 12034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12036 afo:value "371.254"^^sxsd:hertz.number .
nothing@2 12037
nothing@2 12038 [] a afv:FundamentalFrequency ;
nothing@2 12039 event:time [ tl:at "16.254"^^xsd:float ;
nothing@2 12040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12042 afo:value "390.279"^^sxsd:hertz.number .
nothing@2 12043
nothing@2 12044 [] a afv:FundamentalFrequency ;
nothing@2 12045 event:time [ tl:at "16.26"^^xsd:float ;
nothing@2 12046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12048 afo:value "390.269"^^sxsd:hertz.number .
nothing@2 12049
nothing@2 12050 [] a afv:FundamentalFrequency ;
nothing@2 12051 event:time [ tl:at "16.266"^^xsd:float ;
nothing@2 12052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12054 afo:value "390.25"^^sxsd:hertz.number .
nothing@2 12055
nothing@2 12056 [] a afv:FundamentalFrequency ;
nothing@2 12057 event:time [ tl:at "16.271"^^xsd:float ;
nothing@2 12058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12060 afo:value "390.213"^^sxsd:hertz.number .
nothing@2 12061
nothing@2 12062 [] a afv:FundamentalFrequency ;
nothing@2 12063 event:time [ tl:at "16.277"^^xsd:float ;
nothing@2 12064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12066 afo:value "390.192"^^sxsd:hertz.number .
nothing@2 12067
nothing@2 12068 [] a afv:FundamentalFrequency ;
nothing@2 12069 event:time [ tl:at "16.283"^^xsd:float ;
nothing@2 12070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12072 afo:value "390.164"^^sxsd:hertz.number .
nothing@2 12073
nothing@2 12074 [] a afv:FundamentalFrequency ;
nothing@2 12075 event:time [ tl:at "16.289"^^xsd:float ;
nothing@2 12076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12078 afo:value "390.104"^^sxsd:hertz.number .
nothing@2 12079
nothing@2 12080 [] a afv:FundamentalFrequency ;
nothing@2 12081 event:time [ tl:at "16.295"^^xsd:float ;
nothing@2 12082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12084 afo:value "390.035"^^sxsd:hertz.number .
nothing@2 12085
nothing@2 12086 [] a afv:FundamentalFrequency ;
nothing@2 12087 event:time [ tl:at "16.3"^^xsd:float ;
nothing@2 12088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12090 afo:value "390.046"^^sxsd:hertz.number .
nothing@2 12091
nothing@2 12092 [] a afv:FundamentalFrequency ;
nothing@2 12093 event:time [ tl:at "16.306"^^xsd:float ;
nothing@2 12094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12096 afo:value "390.088"^^sxsd:hertz.number .
nothing@2 12097
nothing@2 12098 [] a afv:FundamentalFrequency ;
nothing@2 12099 event:time [ tl:at "1.631"^^xsd:float ;
nothing@2 12100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12102 afo:value "370.968"^^sxsd:hertz.number .
nothing@2 12103
nothing@2 12104 [] a afv:FundamentalFrequency ;
nothing@2 12105 event:time [ tl:at "16.312"^^xsd:float ;
nothing@2 12106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12108 afo:value "390.1"^^sxsd:hertz.number .
nothing@2 12109
nothing@2 12110 [] a afv:FundamentalFrequency ;
nothing@2 12111 event:time [ tl:at "16.318"^^xsd:float ;
nothing@2 12112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12114 afo:value "390.159"^^sxsd:hertz.number .
nothing@2 12115
nothing@2 12116 [] a afv:FundamentalFrequency ;
nothing@2 12117 event:time [ tl:at "16.324"^^xsd:float ;
nothing@2 12118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12120 afo:value "390.193"^^sxsd:hertz.number .
nothing@2 12121
nothing@2 12122 [] a afv:FundamentalFrequency ;
nothing@2 12123 event:time [ tl:at "16.329"^^xsd:float ;
nothing@2 12124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12126 afo:value "390.263"^^sxsd:hertz.number .
nothing@2 12127
nothing@2 12128 [] a afv:FundamentalFrequency ;
nothing@2 12129 event:time [ tl:at "16.335"^^xsd:float ;
nothing@2 12130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12132 afo:value "390.296"^^sxsd:hertz.number .
nothing@2 12133
nothing@2 12134 [] a afv:FundamentalFrequency ;
nothing@2 12135 event:time [ tl:at "16.341"^^xsd:float ;
nothing@2 12136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12138 afo:value "390.317"^^sxsd:hertz.number .
nothing@2 12139
nothing@2 12140 [] a afv:FundamentalFrequency ;
nothing@2 12141 event:time [ tl:at "16.347"^^xsd:float ;
nothing@2 12142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12144 afo:value "390.42"^^sxsd:hertz.number .
nothing@2 12145
nothing@2 12146 [] a afv:FundamentalFrequency ;
nothing@2 12147 event:time [ tl:at "16.353"^^xsd:float ;
nothing@2 12148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12150 afo:value "390.394"^^sxsd:hertz.number .
nothing@2 12151
nothing@2 12152 [] a afv:FundamentalFrequency ;
nothing@2 12153 event:time [ tl:at "16.358"^^xsd:float ;
nothing@2 12154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12156 afo:value "390.382"^^sxsd:hertz.number .
nothing@2 12157
nothing@2 12158 [] a afv:FundamentalFrequency ;
nothing@2 12159 event:time [ tl:at "16.364"^^xsd:float ;
nothing@2 12160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12162 afo:value "390.43"^^sxsd:hertz.number .
nothing@2 12163
nothing@2 12164 [] a afv:FundamentalFrequency ;
nothing@2 12165 event:time [ tl:at "1.637"^^xsd:float ;
nothing@2 12166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12168 afo:value "370.454"^^sxsd:hertz.number .
nothing@2 12169
nothing@2 12170 [] a afv:FundamentalFrequency ;
nothing@2 12171 event:time [ tl:at "16.37"^^xsd:float ;
nothing@2 12172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12174 afo:value "390.446"^^sxsd:hertz.number .
nothing@2 12175
nothing@2 12176 [] a afv:FundamentalFrequency ;
nothing@2 12177 event:time [ tl:at "16.376"^^xsd:float ;
nothing@2 12178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12180 afo:value "390.504"^^sxsd:hertz.number .
nothing@2 12181
nothing@2 12182 [] a afv:FundamentalFrequency ;
nothing@2 12183 event:time [ tl:at "16.382"^^xsd:float ;
nothing@2 12184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12186 afo:value "390.508"^^sxsd:hertz.number .
nothing@2 12187
nothing@2 12188 [] a afv:FundamentalFrequency ;
nothing@2 12189 event:time [ tl:at "16.387"^^xsd:float ;
nothing@2 12190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12192 afo:value "390.537"^^sxsd:hertz.number .
nothing@2 12193
nothing@2 12194 [] a afv:FundamentalFrequency ;
nothing@2 12195 event:time [ tl:at "16.393"^^xsd:float ;
nothing@2 12196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12198 afo:value "390.559"^^sxsd:hertz.number .
nothing@2 12199
nothing@2 12200 [] a afv:FundamentalFrequency ;
nothing@2 12201 event:time [ tl:at "16.399"^^xsd:float ;
nothing@2 12202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12204 afo:value "390.573"^^sxsd:hertz.number .
nothing@2 12205
nothing@2 12206 [] a afv:FundamentalFrequency ;
nothing@2 12207 event:time [ tl:at "16.405"^^xsd:float ;
nothing@2 12208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12210 afo:value "390.576"^^sxsd:hertz.number .
nothing@2 12211
nothing@2 12212 [] a afv:FundamentalFrequency ;
nothing@2 12213 event:time [ tl:at "16.411"^^xsd:float ;
nothing@2 12214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12216 afo:value "390.588"^^sxsd:hertz.number .
nothing@2 12217
nothing@2 12218 [] a afv:FundamentalFrequency ;
nothing@2 12219 event:time [ tl:at "16.417"^^xsd:float ;
nothing@2 12220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12222 afo:value "390.642"^^sxsd:hertz.number .
nothing@2 12223
nothing@2 12224 [] a afv:FundamentalFrequency ;
nothing@2 12225 event:time [ tl:at "16.422"^^xsd:float ;
nothing@2 12226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12228 afo:value "390.741"^^sxsd:hertz.number .
nothing@2 12229
nothing@2 12230 [] a afv:FundamentalFrequency ;
nothing@2 12231 event:time [ tl:at "1.643"^^xsd:float ;
nothing@2 12232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12234 afo:value "369.273"^^sxsd:hertz.number .
nothing@2 12235
nothing@2 12236 [] a afv:FundamentalFrequency ;
nothing@2 12237 event:time [ tl:at "16.428"^^xsd:float ;
nothing@2 12238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12240 afo:value "390.774"^^sxsd:hertz.number .
nothing@2 12241
nothing@2 12242 [] a afv:FundamentalFrequency ;
nothing@2 12243 event:time [ tl:at "16.434"^^xsd:float ;
nothing@2 12244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12246 afo:value "390.82"^^sxsd:hertz.number .
nothing@2 12247
nothing@2 12248 [] a afv:FundamentalFrequency ;
nothing@2 12249 event:time [ tl:at "16.44"^^xsd:float ;
nothing@2 12250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12252 afo:value "390.82"^^sxsd:hertz.number .
nothing@2 12253
nothing@2 12254 [] a afv:FundamentalFrequency ;
nothing@2 12255 event:time [ tl:at "16.446"^^xsd:float ;
nothing@2 12256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12258 afo:value "390.825"^^sxsd:hertz.number .
nothing@2 12259
nothing@2 12260 [] a afv:FundamentalFrequency ;
nothing@2 12261 event:time [ tl:at "16.451"^^xsd:float ;
nothing@2 12262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12264 afo:value "390.826"^^sxsd:hertz.number .
nothing@2 12265
nothing@2 12266 [] a afv:FundamentalFrequency ;
nothing@2 12267 event:time [ tl:at "16.457"^^xsd:float ;
nothing@2 12268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12270 afo:value "390.87"^^sxsd:hertz.number .
nothing@2 12271
nothing@2 12272 [] a afv:FundamentalFrequency ;
nothing@2 12273 event:time [ tl:at "16.463"^^xsd:float ;
nothing@2 12274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12276 afo:value "390.917"^^sxsd:hertz.number .
nothing@2 12277
nothing@2 12278 [] a afv:FundamentalFrequency ;
nothing@2 12279 event:time [ tl:at "16.469"^^xsd:float ;
nothing@2 12280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12282 afo:value "391.0"^^sxsd:hertz.number .
nothing@2 12283
nothing@2 12284 [] a afv:FundamentalFrequency ;
nothing@2 12285 event:time [ tl:at "16.475"^^xsd:float ;
nothing@2 12286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12288 afo:value "391.084"^^sxsd:hertz.number .
nothing@2 12289
nothing@2 12290 [] a afv:FundamentalFrequency ;
nothing@2 12291 event:time [ tl:at "16.48"^^xsd:float ;
nothing@2 12292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12294 afo:value "391.101"^^sxsd:hertz.number .
nothing@2 12295
nothing@2 12296 [] a afv:FundamentalFrequency ;
nothing@2 12297 event:time [ tl:at "1.649"^^xsd:float ;
nothing@2 12298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12300 afo:value "368.981"^^sxsd:hertz.number .
nothing@2 12301
nothing@2 12302 [] a afv:FundamentalFrequency ;
nothing@2 12303 event:time [ tl:at "16.486"^^xsd:float ;
nothing@2 12304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12306 afo:value "391.113"^^sxsd:hertz.number .
nothing@2 12307
nothing@2 12308 [] a afv:FundamentalFrequency ;
nothing@2 12309 event:time [ tl:at "16.492"^^xsd:float ;
nothing@2 12310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12312 afo:value "391.093"^^sxsd:hertz.number .
nothing@2 12313
nothing@2 12314 [] a afv:FundamentalFrequency ;
nothing@2 12315 event:time [ tl:at "16.498"^^xsd:float ;
nothing@2 12316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12318 afo:value "391.094"^^sxsd:hertz.number .
nothing@2 12319
nothing@2 12320 [] a afv:FundamentalFrequency ;
nothing@2 12321 event:time [ tl:at "16.504"^^xsd:float ;
nothing@2 12322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12324 afo:value "391.116"^^sxsd:hertz.number .
nothing@2 12325
nothing@2 12326 [] a afv:FundamentalFrequency ;
nothing@2 12327 event:time [ tl:at "16.509"^^xsd:float ;
nothing@2 12328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12330 afo:value "391.13"^^sxsd:hertz.number .
nothing@2 12331
nothing@2 12332 [] a afv:FundamentalFrequency ;
nothing@2 12333 event:time [ tl:at "16.515"^^xsd:float ;
nothing@2 12334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12336 afo:value "391.129"^^sxsd:hertz.number .
nothing@2 12337
nothing@2 12338 [] a afv:FundamentalFrequency ;
nothing@2 12339 event:time [ tl:at "16.521"^^xsd:float ;
nothing@2 12340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12342 afo:value "391.119"^^sxsd:hertz.number .
nothing@2 12343
nothing@2 12344 [] a afv:FundamentalFrequency ;
nothing@2 12345 event:time [ tl:at "16.527"^^xsd:float ;
nothing@2 12346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12348 afo:value "391.105"^^sxsd:hertz.number .
nothing@2 12349
nothing@2 12350 [] a afv:FundamentalFrequency ;
nothing@2 12351 event:time [ tl:at "16.533"^^xsd:float ;
nothing@2 12352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12354 afo:value "391.077"^^sxsd:hertz.number .
nothing@2 12355
nothing@2 12356 [] a afv:FundamentalFrequency ;
nothing@2 12357 event:time [ tl:at "16.538"^^xsd:float ;
nothing@2 12358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12360 afo:value "390.984"^^sxsd:hertz.number .
nothing@2 12361
nothing@2 12362 [] a afv:FundamentalFrequency ;
nothing@2 12363 event:time [ tl:at "1.654"^^xsd:float ;
nothing@2 12364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12366 afo:value "369.914"^^sxsd:hertz.number .
nothing@2 12367
nothing@2 12368 [] a afv:FundamentalFrequency ;
nothing@2 12369 event:time [ tl:at "16.544"^^xsd:float ;
nothing@2 12370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12372 afo:value "390.928"^^sxsd:hertz.number .
nothing@2 12373
nothing@2 12374 [] a afv:FundamentalFrequency ;
nothing@2 12375 event:time [ tl:at "16.55"^^xsd:float ;
nothing@2 12376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12378 afo:value "390.849"^^sxsd:hertz.number .
nothing@2 12379
nothing@2 12380 [] a afv:FundamentalFrequency ;
nothing@2 12381 event:time [ tl:at "16.556"^^xsd:float ;
nothing@2 12382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12384 afo:value "390.796"^^sxsd:hertz.number .
nothing@2 12385
nothing@2 12386 [] a afv:FundamentalFrequency ;
nothing@2 12387 event:time [ tl:at "16.562"^^xsd:float ;
nothing@2 12388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12390 afo:value "390.768"^^sxsd:hertz.number .
nothing@2 12391
nothing@2 12392 [] a afv:FundamentalFrequency ;
nothing@2 12393 event:time [ tl:at "16.567"^^xsd:float ;
nothing@2 12394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12396 afo:value "390.744"^^sxsd:hertz.number .
nothing@2 12397
nothing@2 12398 [] a afv:FundamentalFrequency ;
nothing@2 12399 event:time [ tl:at "16.573"^^xsd:float ;
nothing@2 12400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12402 afo:value "390.696"^^sxsd:hertz.number .
nothing@2 12403
nothing@2 12404 [] a afv:FundamentalFrequency ;
nothing@2 12405 event:time [ tl:at "16.579"^^xsd:float ;
nothing@2 12406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12408 afo:value "390.587"^^sxsd:hertz.number .
nothing@2 12409
nothing@2 12410 [] a afv:FundamentalFrequency ;
nothing@2 12411 event:time [ tl:at "16.585"^^xsd:float ;
nothing@2 12412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12414 afo:value "390.424"^^sxsd:hertz.number .
nothing@2 12415
nothing@2 12416 [] a afv:FundamentalFrequency ;
nothing@2 12417 event:time [ tl:at "16.591"^^xsd:float ;
nothing@2 12418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12420 afo:value "390.213"^^sxsd:hertz.number .
nothing@2 12421
nothing@2 12422 [] a afv:FundamentalFrequency ;
nothing@2 12423 event:time [ tl:at "16.596"^^xsd:float ;
nothing@2 12424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12426 afo:value "389.749"^^sxsd:hertz.number .
nothing@2 12427
nothing@2 12428 [] a afv:FundamentalFrequency ;
nothing@2 12429 event:time [ tl:at "1.66"^^xsd:float ;
nothing@2 12430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12432 afo:value "410.956"^^sxsd:hertz.number .
nothing@2 12433
nothing@2 12434 [] a afv:FundamentalFrequency ;
nothing@2 12435 event:time [ tl:at "16.602"^^xsd:float ;
nothing@2 12436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12438 afo:value "388.507"^^sxsd:hertz.number .
nothing@2 12439
nothing@2 12440 [] a afv:FundamentalFrequency ;
nothing@2 12441 event:time [ tl:at "16.608"^^xsd:float ;
nothing@2 12442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12444 afo:value "386.1"^^sxsd:hertz.number .
nothing@2 12445
nothing@2 12446 [] a afv:FundamentalFrequency ;
nothing@2 12447 event:time [ tl:at "16.614"^^xsd:float ;
nothing@2 12448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12450 afo:value "384.291"^^sxsd:hertz.number .
nothing@2 12451
nothing@2 12452 [] a afv:FundamentalFrequency ;
nothing@2 12453 event:time [ tl:at "16.62"^^xsd:float ;
nothing@2 12454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12456 afo:value "384.252"^^sxsd:hertz.number .
nothing@2 12457
nothing@2 12458 [] a afv:FundamentalFrequency ;
nothing@2 12459 event:time [ tl:at "16.625"^^xsd:float ;
nothing@2 12460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12462 afo:value "385.013"^^sxsd:hertz.number .
nothing@2 12463
nothing@2 12464 [] a afv:FundamentalFrequency ;
nothing@2 12465 event:time [ tl:at "16.631"^^xsd:float ;
nothing@2 12466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12468 afo:value "385.754"^^sxsd:hertz.number .
nothing@2 12469
nothing@2 12470 [] a afv:FundamentalFrequency ;
nothing@2 12471 event:time [ tl:at "16.637"^^xsd:float ;
nothing@2 12472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12474 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 12475
nothing@2 12476 [] a afv:FundamentalFrequency ;
nothing@2 12477 event:time [ tl:at "16.643"^^xsd:float ;
nothing@2 12478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12480 afo:value "124.351"^^sxsd:hertz.number .
nothing@2 12481
nothing@2 12482 [] a afv:FundamentalFrequency ;
nothing@2 12483 event:time [ tl:at "16.649"^^xsd:float ;
nothing@2 12484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12486 afo:value "495.296"^^sxsd:hertz.number .
nothing@2 12487
nothing@2 12488 [] a afv:FundamentalFrequency ;
nothing@2 12489 event:time [ tl:at "16.655"^^xsd:float ;
nothing@2 12490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12492 afo:value "495.775"^^sxsd:hertz.number .
nothing@2 12493
nothing@2 12494 [] a afv:FundamentalFrequency ;
nothing@2 12495 event:time [ tl:at "1.666"^^xsd:float ;
nothing@2 12496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12498 afo:value "440.944"^^sxsd:hertz.number .
nothing@2 12499
nothing@2 12500 [] a afv:FundamentalFrequency ;
nothing@2 12501 event:time [ tl:at "16.66"^^xsd:float ;
nothing@2 12502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12504 afo:value "132.375"^^sxsd:hertz.number .
nothing@2 12505
nothing@2 12506 [] a afv:FundamentalFrequency ;
nothing@2 12507 event:time [ tl:at "16.666"^^xsd:float ;
nothing@2 12508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12510 afo:value "493.585"^^sxsd:hertz.number .
nothing@2 12511
nothing@2 12512 [] a afv:FundamentalFrequency ;
nothing@2 12513 event:time [ tl:at "16.672"^^xsd:float ;
nothing@2 12514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12516 afo:value "491.934"^^sxsd:hertz.number .
nothing@2 12517
nothing@2 12518 [] a afv:FundamentalFrequency ;
nothing@2 12519 event:time [ tl:at "16.678"^^xsd:float ;
nothing@2 12520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12522 afo:value "492.348"^^sxsd:hertz.number .
nothing@2 12523
nothing@2 12524 [] a afv:FundamentalFrequency ;
nothing@2 12525 event:time [ tl:at "16.684"^^xsd:float ;
nothing@2 12526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12528 afo:value "493.417"^^sxsd:hertz.number .
nothing@2 12529
nothing@2 12530 [] a afv:FundamentalFrequency ;
nothing@2 12531 event:time [ tl:at "16.689"^^xsd:float ;
nothing@2 12532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12534 afo:value "493.085"^^sxsd:hertz.number .
nothing@2 12535
nothing@2 12536 [] a afv:FundamentalFrequency ;
nothing@2 12537 event:time [ tl:at "16.695"^^xsd:float ;
nothing@2 12538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12540 afo:value "492.751"^^sxsd:hertz.number .
nothing@2 12541
nothing@2 12542 [] a afv:FundamentalFrequency ;
nothing@2 12543 event:time [ tl:at "16.701"^^xsd:float ;
nothing@2 12544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12546 afo:value "492.704"^^sxsd:hertz.number .
nothing@2 12547
nothing@2 12548 [] a afv:FundamentalFrequency ;
nothing@2 12549 event:time [ tl:at "16.707"^^xsd:float ;
nothing@2 12550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12552 afo:value "492.547"^^sxsd:hertz.number .
nothing@2 12553
nothing@2 12554 [] a afv:FundamentalFrequency ;
nothing@2 12555 event:time [ tl:at "16.713"^^xsd:float ;
nothing@2 12556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12558 afo:value "492.494"^^sxsd:hertz.number .
nothing@2 12559
nothing@2 12560 [] a afv:FundamentalFrequency ;
nothing@2 12561 event:time [ tl:at "1.672"^^xsd:float ;
nothing@2 12562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12564 afo:value "438.079"^^sxsd:hertz.number .
nothing@2 12565
nothing@2 12566 [] a afv:FundamentalFrequency ;
nothing@2 12567 event:time [ tl:at "16.718"^^xsd:float ;
nothing@2 12568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12570 afo:value "492.431"^^sxsd:hertz.number .
nothing@2 12571
nothing@2 12572 [] a afv:FundamentalFrequency ;
nothing@2 12573 event:time [ tl:at "16.724"^^xsd:float ;
nothing@2 12574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12576 afo:value "492.16"^^sxsd:hertz.number .
nothing@2 12577
nothing@2 12578 [] a afv:FundamentalFrequency ;
nothing@2 12579 event:time [ tl:at "16.73"^^xsd:float ;
nothing@2 12580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12582 afo:value "492.162"^^sxsd:hertz.number .
nothing@2 12583
nothing@2 12584 [] a afv:FundamentalFrequency ;
nothing@2 12585 event:time [ tl:at "16.736"^^xsd:float ;
nothing@2 12586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12588 afo:value "492.027"^^sxsd:hertz.number .
nothing@2 12589
nothing@2 12590 [] a afv:FundamentalFrequency ;
nothing@2 12591 event:time [ tl:at "16.742"^^xsd:float ;
nothing@2 12592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12594 afo:value "491.956"^^sxsd:hertz.number .
nothing@2 12595
nothing@2 12596 [] a afv:FundamentalFrequency ;
nothing@2 12597 event:time [ tl:at "16.747"^^xsd:float ;
nothing@2 12598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12600 afo:value "491.872"^^sxsd:hertz.number .
nothing@2 12601
nothing@2 12602 [] a afv:FundamentalFrequency ;
nothing@2 12603 event:time [ tl:at "16.753"^^xsd:float ;
nothing@2 12604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12606 afo:value "491.837"^^sxsd:hertz.number .
nothing@2 12607
nothing@2 12608 [] a afv:FundamentalFrequency ;
nothing@2 12609 event:time [ tl:at "16.759"^^xsd:float ;
nothing@2 12610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12612 afo:value "491.794"^^sxsd:hertz.number .
nothing@2 12613
nothing@2 12614 [] a afv:FundamentalFrequency ;
nothing@2 12615 event:time [ tl:at "16.765"^^xsd:float ;
nothing@2 12616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12618 afo:value "491.762"^^sxsd:hertz.number .
nothing@2 12619
nothing@2 12620 [] a afv:FundamentalFrequency ;
nothing@2 12621 event:time [ tl:at "16.771"^^xsd:float ;
nothing@2 12622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12624 afo:value "491.709"^^sxsd:hertz.number .
nothing@2 12625
nothing@2 12626 [] a afv:FundamentalFrequency ;
nothing@2 12627 event:time [ tl:at "1.678"^^xsd:float ;
nothing@2 12628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12630 afo:value "438.313"^^sxsd:hertz.number .
nothing@2 12631
nothing@2 12632 [] a afv:FundamentalFrequency ;
nothing@2 12633 event:time [ tl:at "16.776"^^xsd:float ;
nothing@2 12634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12636 afo:value "491.637"^^sxsd:hertz.number .
nothing@2 12637
nothing@2 12638 [] a afv:FundamentalFrequency ;
nothing@2 12639 event:time [ tl:at "16.782"^^xsd:float ;
nothing@2 12640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12642 afo:value "491.629"^^sxsd:hertz.number .
nothing@2 12643
nothing@2 12644 [] a afv:FundamentalFrequency ;
nothing@2 12645 event:time [ tl:at "16.788"^^xsd:float ;
nothing@2 12646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12648 afo:value "491.639"^^sxsd:hertz.number .
nothing@2 12649
nothing@2 12650 [] a afv:FundamentalFrequency ;
nothing@2 12651 event:time [ tl:at "16.794"^^xsd:float ;
nothing@2 12652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12654 afo:value "491.724"^^sxsd:hertz.number .
nothing@2 12655
nothing@2 12656 [] a afv:FundamentalFrequency ;
nothing@2 12657 event:time [ tl:at "16.8"^^xsd:float ;
nothing@2 12658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12660 afo:value "491.812"^^sxsd:hertz.number .
nothing@2 12661
nothing@2 12662 [] a afv:FundamentalFrequency ;
nothing@2 12663 event:time [ tl:at "16.805"^^xsd:float ;
nothing@2 12664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12666 afo:value "491.889"^^sxsd:hertz.number .
nothing@2 12667
nothing@2 12668 [] a afv:FundamentalFrequency ;
nothing@2 12669 event:time [ tl:at "16.811"^^xsd:float ;
nothing@2 12670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12672 afo:value "491.949"^^sxsd:hertz.number .
nothing@2 12673
nothing@2 12674 [] a afv:FundamentalFrequency ;
nothing@2 12675 event:time [ tl:at "16.817"^^xsd:float ;
nothing@2 12676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12678 afo:value "491.932"^^sxsd:hertz.number .
nothing@2 12679
nothing@2 12680 [] a afv:FundamentalFrequency ;
nothing@2 12681 event:time [ tl:at "16.823"^^xsd:float ;
nothing@2 12682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12684 afo:value "491.996"^^sxsd:hertz.number .
nothing@2 12685
nothing@2 12686 [] a afv:FundamentalFrequency ;
nothing@2 12687 event:time [ tl:at "16.829"^^xsd:float ;
nothing@2 12688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12690 afo:value "492.076"^^sxsd:hertz.number .
nothing@2 12691
nothing@2 12692 [] a afv:FundamentalFrequency ;
nothing@2 12693 event:time [ tl:at "0.168"^^xsd:float ;
nothing@2 12694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12696 afo:value "293.158"^^sxsd:hertz.number .
nothing@2 12697
nothing@2 12698 [] a afv:FundamentalFrequency ;
nothing@2 12699 event:time [ tl:at "1.683"^^xsd:float ;
nothing@2 12700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12702 afo:value "439.64"^^sxsd:hertz.number .
nothing@2 12703
nothing@2 12704 [] a afv:FundamentalFrequency ;
nothing@2 12705 event:time [ tl:at "16.834"^^xsd:float ;
nothing@2 12706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12708 afo:value "492.162"^^sxsd:hertz.number .
nothing@2 12709
nothing@2 12710 [] a afv:FundamentalFrequency ;
nothing@2 12711 event:time [ tl:at "16.84"^^xsd:float ;
nothing@2 12712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12714 afo:value "492.261"^^sxsd:hertz.number .
nothing@2 12715
nothing@2 12716 [] a afv:FundamentalFrequency ;
nothing@2 12717 event:time [ tl:at "16.846"^^xsd:float ;
nothing@2 12718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12720 afo:value "492.262"^^sxsd:hertz.number .
nothing@2 12721
nothing@2 12722 [] a afv:FundamentalFrequency ;
nothing@2 12723 event:time [ tl:at "16.852"^^xsd:float ;
nothing@2 12724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12726 afo:value "492.329"^^sxsd:hertz.number .
nothing@2 12727
nothing@2 12728 [] a afv:FundamentalFrequency ;
nothing@2 12729 event:time [ tl:at "16.858"^^xsd:float ;
nothing@2 12730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12732 afo:value "492.365"^^sxsd:hertz.number .
nothing@2 12733
nothing@2 12734 [] a afv:FundamentalFrequency ;
nothing@2 12735 event:time [ tl:at "16.863"^^xsd:float ;
nothing@2 12736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12738 afo:value "492.417"^^sxsd:hertz.number .
nothing@2 12739
nothing@2 12740 [] a afv:FundamentalFrequency ;
nothing@2 12741 event:time [ tl:at "16.869"^^xsd:float ;
nothing@2 12742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12744 afo:value "492.495"^^sxsd:hertz.number .
nothing@2 12745
nothing@2 12746 [] a afv:FundamentalFrequency ;
nothing@2 12747 event:time [ tl:at "16.875"^^xsd:float ;
nothing@2 12748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12750 afo:value "492.572"^^sxsd:hertz.number .
nothing@2 12751
nothing@2 12752 [] a afv:FundamentalFrequency ;
nothing@2 12753 event:time [ tl:at "16.881"^^xsd:float ;
nothing@2 12754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12756 afo:value "492.676"^^sxsd:hertz.number .
nothing@2 12757
nothing@2 12758 [] a afv:FundamentalFrequency ;
nothing@2 12759 event:time [ tl:at "16.887"^^xsd:float ;
nothing@2 12760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12762 afo:value "492.691"^^sxsd:hertz.number .
nothing@2 12763
nothing@2 12764 [] a afv:FundamentalFrequency ;
nothing@2 12765 event:time [ tl:at "1.689"^^xsd:float ;
nothing@2 12766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12768 afo:value "439.615"^^sxsd:hertz.number .
nothing@2 12769
nothing@2 12770 [] a afv:FundamentalFrequency ;
nothing@2 12771 event:time [ tl:at "16.893"^^xsd:float ;
nothing@2 12772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12774 afo:value "492.7"^^sxsd:hertz.number .
nothing@2 12775
nothing@2 12776 [] a afv:FundamentalFrequency ;
nothing@2 12777 event:time [ tl:at "16.898"^^xsd:float ;
nothing@2 12778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12780 afo:value "492.716"^^sxsd:hertz.number .
nothing@2 12781
nothing@2 12782 [] a afv:FundamentalFrequency ;
nothing@2 12783 event:time [ tl:at "16.904"^^xsd:float ;
nothing@2 12784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12786 afo:value "492.654"^^sxsd:hertz.number .
nothing@2 12787
nothing@2 12788 [] a afv:FundamentalFrequency ;
nothing@2 12789 event:time [ tl:at "16.91"^^xsd:float ;
nothing@2 12790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12792 afo:value "492.825"^^sxsd:hertz.number .
nothing@2 12793
nothing@2 12794 [] a afv:FundamentalFrequency ;
nothing@2 12795 event:time [ tl:at "16.916"^^xsd:float ;
nothing@2 12796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12798 afo:value "492.878"^^sxsd:hertz.number .
nothing@2 12799
nothing@2 12800 [] a afv:FundamentalFrequency ;
nothing@2 12801 event:time [ tl:at "16.922"^^xsd:float ;
nothing@2 12802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12804 afo:value "492.938"^^sxsd:hertz.number .
nothing@2 12805
nothing@2 12806 [] a afv:FundamentalFrequency ;
nothing@2 12807 event:time [ tl:at "16.927"^^xsd:float ;
nothing@2 12808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12810 afo:value "492.959"^^sxsd:hertz.number .
nothing@2 12811
nothing@2 12812 [] a afv:FundamentalFrequency ;
nothing@2 12813 event:time [ tl:at "16.933"^^xsd:float ;
nothing@2 12814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12816 afo:value "492.924"^^sxsd:hertz.number .
nothing@2 12817
nothing@2 12818 [] a afv:FundamentalFrequency ;
nothing@2 12819 event:time [ tl:at "16.939"^^xsd:float ;
nothing@2 12820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12822 afo:value "492.913"^^sxsd:hertz.number .
nothing@2 12823
nothing@2 12824 [] a afv:FundamentalFrequency ;
nothing@2 12825 event:time [ tl:at "16.945"^^xsd:float ;
nothing@2 12826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12828 afo:value "492.881"^^sxsd:hertz.number .
nothing@2 12829
nothing@2 12830 [] a afv:FundamentalFrequency ;
nothing@2 12831 event:time [ tl:at "1.695"^^xsd:float ;
nothing@2 12832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12834 afo:value "439.267"^^sxsd:hertz.number .
nothing@2 12835
nothing@2 12836 [] a afv:FundamentalFrequency ;
nothing@2 12837 event:time [ tl:at "16.951"^^xsd:float ;
nothing@2 12838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12840 afo:value "492.882"^^sxsd:hertz.number .
nothing@2 12841
nothing@2 12842 [] a afv:FundamentalFrequency ;
nothing@2 12843 event:time [ tl:at "16.956"^^xsd:float ;
nothing@2 12844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12846 afo:value "492.862"^^sxsd:hertz.number .
nothing@2 12847
nothing@2 12848 [] a afv:FundamentalFrequency ;
nothing@2 12849 event:time [ tl:at "16.962"^^xsd:float ;
nothing@2 12850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12852 afo:value "492.791"^^sxsd:hertz.number .
nothing@2 12853
nothing@2 12854 [] a afv:FundamentalFrequency ;
nothing@2 12855 event:time [ tl:at "16.968"^^xsd:float ;
nothing@2 12856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12858 afo:value "492.681"^^sxsd:hertz.number .
nothing@2 12859
nothing@2 12860 [] a afv:FundamentalFrequency ;
nothing@2 12861 event:time [ tl:at "16.974"^^xsd:float ;
nothing@2 12862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12864 afo:value "492.657"^^sxsd:hertz.number .
nothing@2 12865
nothing@2 12866 [] a afv:FundamentalFrequency ;
nothing@2 12867 event:time [ tl:at "16.98"^^xsd:float ;
nothing@2 12868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12870 afo:value "492.654"^^sxsd:hertz.number .
nothing@2 12871
nothing@2 12872 [] a afv:FundamentalFrequency ;
nothing@2 12873 event:time [ tl:at "16.985"^^xsd:float ;
nothing@2 12874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12876 afo:value "492.681"^^sxsd:hertz.number .
nothing@2 12877
nothing@2 12878 [] a afv:FundamentalFrequency ;
nothing@2 12879 event:time [ tl:at "16.991"^^xsd:float ;
nothing@2 12880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12882 afo:value "492.72"^^sxsd:hertz.number .
nothing@2 12883
nothing@2 12884 [] a afv:FundamentalFrequency ;
nothing@2 12885 event:time [ tl:at "16.997"^^xsd:float ;
nothing@2 12886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12888 afo:value "492.727"^^sxsd:hertz.number .
nothing@2 12889
nothing@2 12890 [] a afv:FundamentalFrequency ;
nothing@2 12891 event:time [ tl:at "17.003"^^xsd:float ;
nothing@2 12892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12894 afo:value "492.774"^^sxsd:hertz.number .
nothing@2 12895
nothing@2 12896 [] a afv:FundamentalFrequency ;
nothing@2 12897 event:time [ tl:at "1.701"^^xsd:float ;
nothing@2 12898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12900 afo:value "439.186"^^sxsd:hertz.number .
nothing@2 12901
nothing@2 12902 [] a afv:FundamentalFrequency ;
nothing@2 12903 event:time [ tl:at "17.009"^^xsd:float ;
nothing@2 12904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12906 afo:value "492.822"^^sxsd:hertz.number .
nothing@2 12907
nothing@2 12908 [] a afv:FundamentalFrequency ;
nothing@2 12909 event:time [ tl:at "17.014"^^xsd:float ;
nothing@2 12910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12912 afo:value "492.863"^^sxsd:hertz.number .
nothing@2 12913
nothing@2 12914 [] a afv:FundamentalFrequency ;
nothing@2 12915 event:time [ tl:at "17.02"^^xsd:float ;
nothing@2 12916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12918 afo:value "492.893"^^sxsd:hertz.number .
nothing@2 12919
nothing@2 12920 [] a afv:FundamentalFrequency ;
nothing@2 12921 event:time [ tl:at "17.026"^^xsd:float ;
nothing@2 12922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12924 afo:value "492.92"^^sxsd:hertz.number .
nothing@2 12925
nothing@2 12926 [] a afv:FundamentalFrequency ;
nothing@2 12927 event:time [ tl:at "17.032"^^xsd:float ;
nothing@2 12928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12930 afo:value "492.939"^^sxsd:hertz.number .
nothing@2 12931
nothing@2 12932 [] a afv:FundamentalFrequency ;
nothing@2 12933 event:time [ tl:at "17.038"^^xsd:float ;
nothing@2 12934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12936 afo:value "492.968"^^sxsd:hertz.number .
nothing@2 12937
nothing@2 12938 [] a afv:FundamentalFrequency ;
nothing@2 12939 event:time [ tl:at "17.043"^^xsd:float ;
nothing@2 12940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12942 afo:value "492.981"^^sxsd:hertz.number .
nothing@2 12943
nothing@2 12944 [] a afv:FundamentalFrequency ;
nothing@2 12945 event:time [ tl:at "17.049"^^xsd:float ;
nothing@2 12946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12948 afo:value "493.019"^^sxsd:hertz.number .
nothing@2 12949
nothing@2 12950 [] a afv:FundamentalFrequency ;
nothing@2 12951 event:time [ tl:at "17.055"^^xsd:float ;
nothing@2 12952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12954 afo:value "492.989"^^sxsd:hertz.number .
nothing@2 12955
nothing@2 12956 [] a afv:FundamentalFrequency ;
nothing@2 12957 event:time [ tl:at "17.061"^^xsd:float ;
nothing@2 12958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12960 afo:value "492.915"^^sxsd:hertz.number .
nothing@2 12961
nothing@2 12962 [] a afv:FundamentalFrequency ;
nothing@2 12963 event:time [ tl:at "1.707"^^xsd:float ;
nothing@2 12964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12966 afo:value "438.887"^^sxsd:hertz.number .
nothing@2 12967
nothing@2 12968 [] a afv:FundamentalFrequency ;
nothing@2 12969 event:time [ tl:at "17.067"^^xsd:float ;
nothing@2 12970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12972 afo:value "492.841"^^sxsd:hertz.number .
nothing@2 12973
nothing@2 12974 [] a afv:FundamentalFrequency ;
nothing@2 12975 event:time [ tl:at "17.072"^^xsd:float ;
nothing@2 12976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12978 afo:value "492.742"^^sxsd:hertz.number .
nothing@2 12979
nothing@2 12980 [] a afv:FundamentalFrequency ;
nothing@2 12981 event:time [ tl:at "17.078"^^xsd:float ;
nothing@2 12982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12984 afo:value "492.723"^^sxsd:hertz.number .
nothing@2 12985
nothing@2 12986 [] a afv:FundamentalFrequency ;
nothing@2 12987 event:time [ tl:at "17.084"^^xsd:float ;
nothing@2 12988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12990 afo:value "492.621"^^sxsd:hertz.number .
nothing@2 12991
nothing@2 12992 [] a afv:FundamentalFrequency ;
nothing@2 12993 event:time [ tl:at "17.09"^^xsd:float ;
nothing@2 12994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 12995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 12996 afo:value "492.537"^^sxsd:hertz.number .
nothing@2 12997
nothing@2 12998 [] a afv:FundamentalFrequency ;
nothing@2 12999 event:time [ tl:at "17.096"^^xsd:float ;
nothing@2 13000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13002 afo:value "492.422"^^sxsd:hertz.number .
nothing@2 13003
nothing@2 13004 [] a afv:FundamentalFrequency ;
nothing@2 13005 event:time [ tl:at "17.101"^^xsd:float ;
nothing@2 13006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13008 afo:value "492.222"^^sxsd:hertz.number .
nothing@2 13009
nothing@2 13010 [] a afv:FundamentalFrequency ;
nothing@2 13011 event:time [ tl:at "17.107"^^xsd:float ;
nothing@2 13012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13014 afo:value "491.956"^^sxsd:hertz.number .
nothing@2 13015
nothing@2 13016 [] a afv:FundamentalFrequency ;
nothing@2 13017 event:time [ tl:at "17.113"^^xsd:float ;
nothing@2 13018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13020 afo:value "491.788"^^sxsd:hertz.number .
nothing@2 13021
nothing@2 13022 [] a afv:FundamentalFrequency ;
nothing@2 13023 event:time [ tl:at "17.119"^^xsd:float ;
nothing@2 13024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13026 afo:value "491.745"^^sxsd:hertz.number .
nothing@2 13027
nothing@2 13028 [] a afv:FundamentalFrequency ;
nothing@2 13029 event:time [ tl:at "1.712"^^xsd:float ;
nothing@2 13030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13032 afo:value "438.81"^^sxsd:hertz.number .
nothing@2 13033
nothing@2 13034 [] a afv:FundamentalFrequency ;
nothing@2 13035 event:time [ tl:at "17.125"^^xsd:float ;
nothing@2 13036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13038 afo:value "491.924"^^sxsd:hertz.number .
nothing@2 13039
nothing@2 13040 [] a afv:FundamentalFrequency ;
nothing@2 13041 event:time [ tl:at "17.131"^^xsd:float ;
nothing@2 13042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13044 afo:value "492.125"^^sxsd:hertz.number .
nothing@2 13045
nothing@2 13046 [] a afv:FundamentalFrequency ;
nothing@2 13047 event:time [ tl:at "17.136"^^xsd:float ;
nothing@2 13048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13050 afo:value "492.333"^^sxsd:hertz.number .
nothing@2 13051
nothing@2 13052 [] a afv:FundamentalFrequency ;
nothing@2 13053 event:time [ tl:at "17.142"^^xsd:float ;
nothing@2 13054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13056 afo:value "492.844"^^sxsd:hertz.number .
nothing@2 13057
nothing@2 13058 [] a afv:FundamentalFrequency ;
nothing@2 13059 event:time [ tl:at "17.148"^^xsd:float ;
nothing@2 13060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13062 afo:value "494.03"^^sxsd:hertz.number .
nothing@2 13063
nothing@2 13064 [] a afv:FundamentalFrequency ;
nothing@2 13065 event:time [ tl:at "17.154"^^xsd:float ;
nothing@2 13066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13068 afo:value "493.865"^^sxsd:hertz.number .
nothing@2 13069
nothing@2 13070 [] a afv:FundamentalFrequency ;
nothing@2 13071 event:time [ tl:at "17.16"^^xsd:float ;
nothing@2 13072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13074 afo:value "493.852"^^sxsd:hertz.number .
nothing@2 13075
nothing@2 13076 [] a afv:FundamentalFrequency ;
nothing@2 13077 event:time [ tl:at "17.165"^^xsd:float ;
nothing@2 13078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13080 afo:value "494.989"^^sxsd:hertz.number .
nothing@2 13081
nothing@2 13082 [] a afv:FundamentalFrequency ;
nothing@2 13083 event:time [ tl:at "17.171"^^xsd:float ;
nothing@2 13084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13086 afo:value "462.116"^^sxsd:hertz.number .
nothing@2 13087
nothing@2 13088 [] a afv:FundamentalFrequency ;
nothing@2 13089 event:time [ tl:at "17.177"^^xsd:float ;
nothing@2 13090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13092 afo:value "457.752"^^sxsd:hertz.number .
nothing@2 13093
nothing@2 13094 [] a afv:FundamentalFrequency ;
nothing@2 13095 event:time [ tl:at "1.718"^^xsd:float ;
nothing@2 13096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13098 afo:value "438.769"^^sxsd:hertz.number .
nothing@2 13099
nothing@2 13100 [] a afv:FundamentalFrequency ;
nothing@2 13101 event:time [ tl:at "17.183"^^xsd:float ;
nothing@2 13102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13104 afo:value "452.36"^^sxsd:hertz.number .
nothing@2 13105
nothing@2 13106 [] a afv:FundamentalFrequency ;
nothing@2 13107 event:time [ tl:at "17.189"^^xsd:float ;
nothing@2 13108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13110 afo:value "438.114"^^sxsd:hertz.number .
nothing@2 13111
nothing@2 13112 [] a afv:FundamentalFrequency ;
nothing@2 13113 event:time [ tl:at "17.194"^^xsd:float ;
nothing@2 13114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13116 afo:value "438.953"^^sxsd:hertz.number .
nothing@2 13117
nothing@2 13118 [] a afv:FundamentalFrequency ;
nothing@2 13119 event:time [ tl:at "17.2"^^xsd:float ;
nothing@2 13120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13122 afo:value "439.728"^^sxsd:hertz.number .
nothing@2 13123
nothing@2 13124 [] a afv:FundamentalFrequency ;
nothing@2 13125 event:time [ tl:at "17.206"^^xsd:float ;
nothing@2 13126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13128 afo:value "439.386"^^sxsd:hertz.number .
nothing@2 13129
nothing@2 13130 [] a afv:FundamentalFrequency ;
nothing@2 13131 event:time [ tl:at "17.212"^^xsd:float ;
nothing@2 13132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13134 afo:value "439.299"^^sxsd:hertz.number .
nothing@2 13135
nothing@2 13136 [] a afv:FundamentalFrequency ;
nothing@2 13137 event:time [ tl:at "17.218"^^xsd:float ;
nothing@2 13138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13140 afo:value "439.173"^^sxsd:hertz.number .
nothing@2 13141
nothing@2 13142 [] a afv:FundamentalFrequency ;
nothing@2 13143 event:time [ tl:at "17.223"^^xsd:float ;
nothing@2 13144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13146 afo:value "438.913"^^sxsd:hertz.number .
nothing@2 13147
nothing@2 13148 [] a afv:FundamentalFrequency ;
nothing@2 13149 event:time [ tl:at "17.229"^^xsd:float ;
nothing@2 13150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13152 afo:value "438.828"^^sxsd:hertz.number .
nothing@2 13153
nothing@2 13154 [] a afv:FundamentalFrequency ;
nothing@2 13155 event:time [ tl:at "17.235"^^xsd:float ;
nothing@2 13156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13158 afo:value "438.749"^^sxsd:hertz.number .
nothing@2 13159
nothing@2 13160 [] a afv:FundamentalFrequency ;
nothing@2 13161 event:time [ tl:at "1.724"^^xsd:float ;
nothing@2 13162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13164 afo:value "438.62"^^sxsd:hertz.number .
nothing@2 13165
nothing@2 13166 [] a afv:FundamentalFrequency ;
nothing@2 13167 event:time [ tl:at "17.241"^^xsd:float ;
nothing@2 13168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13170 afo:value "438.727"^^sxsd:hertz.number .
nothing@2 13171
nothing@2 13172 [] a afv:FundamentalFrequency ;
nothing@2 13173 event:time [ tl:at "17.247"^^xsd:float ;
nothing@2 13174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13176 afo:value "438.545"^^sxsd:hertz.number .
nothing@2 13177
nothing@2 13178 [] a afv:FundamentalFrequency ;
nothing@2 13179 event:time [ tl:at "17.252"^^xsd:float ;
nothing@2 13180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13182 afo:value "438.55"^^sxsd:hertz.number .
nothing@2 13183
nothing@2 13184 [] a afv:FundamentalFrequency ;
nothing@2 13185 event:time [ tl:at "17.258"^^xsd:float ;
nothing@2 13186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13188 afo:value "438.44"^^sxsd:hertz.number .
nothing@2 13189
nothing@2 13190 [] a afv:FundamentalFrequency ;
nothing@2 13191 event:time [ tl:at "17.264"^^xsd:float ;
nothing@2 13192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13194 afo:value "438.385"^^sxsd:hertz.number .
nothing@2 13195
nothing@2 13196 [] a afv:FundamentalFrequency ;
nothing@2 13197 event:time [ tl:at "17.27"^^xsd:float ;
nothing@2 13198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13200 afo:value "438.301"^^sxsd:hertz.number .
nothing@2 13201
nothing@2 13202 [] a afv:FundamentalFrequency ;
nothing@2 13203 event:time [ tl:at "17.276"^^xsd:float ;
nothing@2 13204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13206 afo:value "438.21"^^sxsd:hertz.number .
nothing@2 13207
nothing@2 13208 [] a afv:FundamentalFrequency ;
nothing@2 13209 event:time [ tl:at "17.281"^^xsd:float ;
nothing@2 13210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13212 afo:value "438.203"^^sxsd:hertz.number .
nothing@2 13213
nothing@2 13214 [] a afv:FundamentalFrequency ;
nothing@2 13215 event:time [ tl:at "17.287"^^xsd:float ;
nothing@2 13216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13218 afo:value "438.179"^^sxsd:hertz.number .
nothing@2 13219
nothing@2 13220 [] a afv:FundamentalFrequency ;
nothing@2 13221 event:time [ tl:at "17.293"^^xsd:float ;
nothing@2 13222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13224 afo:value "438.124"^^sxsd:hertz.number .
nothing@2 13225
nothing@2 13226 [] a afv:FundamentalFrequency ;
nothing@2 13227 event:time [ tl:at "1.73"^^xsd:float ;
nothing@2 13228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13230 afo:value "438.55"^^sxsd:hertz.number .
nothing@2 13231
nothing@2 13232 [] a afv:FundamentalFrequency ;
nothing@2 13233 event:time [ tl:at "17.299"^^xsd:float ;
nothing@2 13234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13236 afo:value "438.106"^^sxsd:hertz.number .
nothing@2 13237
nothing@2 13238 [] a afv:FundamentalFrequency ;
nothing@2 13239 event:time [ tl:at "17.305"^^xsd:float ;
nothing@2 13240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13242 afo:value "438.002"^^sxsd:hertz.number .
nothing@2 13243
nothing@2 13244 [] a afv:FundamentalFrequency ;
nothing@2 13245 event:time [ tl:at "17.31"^^xsd:float ;
nothing@2 13246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13248 afo:value "437.974"^^sxsd:hertz.number .
nothing@2 13249
nothing@2 13250 [] a afv:FundamentalFrequency ;
nothing@2 13251 event:time [ tl:at "17.316"^^xsd:float ;
nothing@2 13252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13254 afo:value "437.996"^^sxsd:hertz.number .
nothing@2 13255
nothing@2 13256 [] a afv:FundamentalFrequency ;
nothing@2 13257 event:time [ tl:at "17.322"^^xsd:float ;
nothing@2 13258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13260 afo:value "437.987"^^sxsd:hertz.number .
nothing@2 13261
nothing@2 13262 [] a afv:FundamentalFrequency ;
nothing@2 13263 event:time [ tl:at "17.328"^^xsd:float ;
nothing@2 13264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13266 afo:value "438.072"^^sxsd:hertz.number .
nothing@2 13267
nothing@2 13268 [] a afv:FundamentalFrequency ;
nothing@2 13269 event:time [ tl:at "17.334"^^xsd:float ;
nothing@2 13270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13272 afo:value "438.177"^^sxsd:hertz.number .
nothing@2 13273
nothing@2 13274 [] a afv:FundamentalFrequency ;
nothing@2 13275 event:time [ tl:at "17.34"^^xsd:float ;
nothing@2 13276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13278 afo:value "438.226"^^sxsd:hertz.number .
nothing@2 13279
nothing@2 13280 [] a afv:FundamentalFrequency ;
nothing@2 13281 event:time [ tl:at "17.345"^^xsd:float ;
nothing@2 13282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13284 afo:value "438.256"^^sxsd:hertz.number .
nothing@2 13285
nothing@2 13286 [] a afv:FundamentalFrequency ;
nothing@2 13287 event:time [ tl:at "17.351"^^xsd:float ;
nothing@2 13288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13290 afo:value "438.294"^^sxsd:hertz.number .
nothing@2 13291
nothing@2 13292 [] a afv:FundamentalFrequency ;
nothing@2 13293 event:time [ tl:at "1.736"^^xsd:float ;
nothing@2 13294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13296 afo:value "438.448"^^sxsd:hertz.number .
nothing@2 13297
nothing@2 13298 [] a afv:FundamentalFrequency ;
nothing@2 13299 event:time [ tl:at "17.357"^^xsd:float ;
nothing@2 13300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13302 afo:value "438.311"^^sxsd:hertz.number .
nothing@2 13303
nothing@2 13304 [] a afv:FundamentalFrequency ;
nothing@2 13305 event:time [ tl:at "17.363"^^xsd:float ;
nothing@2 13306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13308 afo:value "438.358"^^sxsd:hertz.number .
nothing@2 13309
nothing@2 13310 [] a afv:FundamentalFrequency ;
nothing@2 13311 event:time [ tl:at "17.369"^^xsd:float ;
nothing@2 13312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13314 afo:value "438.44"^^sxsd:hertz.number .
nothing@2 13315
nothing@2 13316 [] a afv:FundamentalFrequency ;
nothing@2 13317 event:time [ tl:at "17.374"^^xsd:float ;
nothing@2 13318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13320 afo:value "438.449"^^sxsd:hertz.number .
nothing@2 13321
nothing@2 13322 [] a afv:FundamentalFrequency ;
nothing@2 13323 event:time [ tl:at "17.38"^^xsd:float ;
nothing@2 13324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13326 afo:value "438.469"^^sxsd:hertz.number .
nothing@2 13327
nothing@2 13328 [] a afv:FundamentalFrequency ;
nothing@2 13329 event:time [ tl:at "17.386"^^xsd:float ;
nothing@2 13330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13332 afo:value "438.544"^^sxsd:hertz.number .
nothing@2 13333
nothing@2 13334 [] a afv:FundamentalFrequency ;
nothing@2 13335 event:time [ tl:at "17.392"^^xsd:float ;
nothing@2 13336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13338 afo:value "438.579"^^sxsd:hertz.number .
nothing@2 13339
nothing@2 13340 [] a afv:FundamentalFrequency ;
nothing@2 13341 event:time [ tl:at "17.398"^^xsd:float ;
nothing@2 13342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13344 afo:value "438.594"^^sxsd:hertz.number .
nothing@2 13345
nothing@2 13346 [] a afv:FundamentalFrequency ;
nothing@2 13347 event:time [ tl:at "17.403"^^xsd:float ;
nothing@2 13348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13350 afo:value "438.629"^^sxsd:hertz.number .
nothing@2 13351
nothing@2 13352 [] a afv:FundamentalFrequency ;
nothing@2 13353 event:time [ tl:at "17.409"^^xsd:float ;
nothing@2 13354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13356 afo:value "438.67"^^sxsd:hertz.number .
nothing@2 13357
nothing@2 13358 [] a afv:FundamentalFrequency ;
nothing@2 13359 event:time [ tl:at "0.017"^^xsd:float ;
nothing@2 13360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13362 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 13363
nothing@2 13364 [] a afv:FundamentalFrequency ;
nothing@2 13365 event:time [ tl:at "0.174"^^xsd:float ;
nothing@2 13366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13368 afo:value "293.0"^^sxsd:hertz.number .
nothing@2 13369
nothing@2 13370 [] a afv:FundamentalFrequency ;
nothing@2 13371 event:time [ tl:at "1.741"^^xsd:float ;
nothing@2 13372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13374 afo:value "438.327"^^sxsd:hertz.number .
nothing@2 13375
nothing@2 13376 [] a afv:FundamentalFrequency ;
nothing@2 13377 event:time [ tl:at "17.415"^^xsd:float ;
nothing@2 13378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13380 afo:value "438.753"^^sxsd:hertz.number .
nothing@2 13381
nothing@2 13382 [] a afv:FundamentalFrequency ;
nothing@2 13383 event:time [ tl:at "17.421"^^xsd:float ;
nothing@2 13384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13386 afo:value "438.82"^^sxsd:hertz.number .
nothing@2 13387
nothing@2 13388 [] a afv:FundamentalFrequency ;
nothing@2 13389 event:time [ tl:at "17.427"^^xsd:float ;
nothing@2 13390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13392 afo:value "438.83"^^sxsd:hertz.number .
nothing@2 13393
nothing@2 13394 [] a afv:FundamentalFrequency ;
nothing@2 13395 event:time [ tl:at "17.432"^^xsd:float ;
nothing@2 13396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13398 afo:value "438.869"^^sxsd:hertz.number .
nothing@2 13399
nothing@2 13400 [] a afv:FundamentalFrequency ;
nothing@2 13401 event:time [ tl:at "17.438"^^xsd:float ;
nothing@2 13402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13404 afo:value "438.884"^^sxsd:hertz.number .
nothing@2 13405
nothing@2 13406 [] a afv:FundamentalFrequency ;
nothing@2 13407 event:time [ tl:at "17.444"^^xsd:float ;
nothing@2 13408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13410 afo:value "438.899"^^sxsd:hertz.number .
nothing@2 13411
nothing@2 13412 [] a afv:FundamentalFrequency ;
nothing@2 13413 event:time [ tl:at "17.45"^^xsd:float ;
nothing@2 13414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13416 afo:value "438.904"^^sxsd:hertz.number .
nothing@2 13417
nothing@2 13418 [] a afv:FundamentalFrequency ;
nothing@2 13419 event:time [ tl:at "17.456"^^xsd:float ;
nothing@2 13420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13422 afo:value "438.972"^^sxsd:hertz.number .
nothing@2 13423
nothing@2 13424 [] a afv:FundamentalFrequency ;
nothing@2 13425 event:time [ tl:at "17.461"^^xsd:float ;
nothing@2 13426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13428 afo:value "439.029"^^sxsd:hertz.number .
nothing@2 13429
nothing@2 13430 [] a afv:FundamentalFrequency ;
nothing@2 13431 event:time [ tl:at "17.467"^^xsd:float ;
nothing@2 13432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13434 afo:value "439.065"^^sxsd:hertz.number .
nothing@2 13435
nothing@2 13436 [] a afv:FundamentalFrequency ;
nothing@2 13437 event:time [ tl:at "1.747"^^xsd:float ;
nothing@2 13438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13440 afo:value "438.344"^^sxsd:hertz.number .
nothing@2 13441
nothing@2 13442 [] a afv:FundamentalFrequency ;
nothing@2 13443 event:time [ tl:at "17.473"^^xsd:float ;
nothing@2 13444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13446 afo:value "439.097"^^sxsd:hertz.number .
nothing@2 13447
nothing@2 13448 [] a afv:FundamentalFrequency ;
nothing@2 13449 event:time [ tl:at "17.479"^^xsd:float ;
nothing@2 13450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13452 afo:value "439.081"^^sxsd:hertz.number .
nothing@2 13453
nothing@2 13454 [] a afv:FundamentalFrequency ;
nothing@2 13455 event:time [ tl:at "17.485"^^xsd:float ;
nothing@2 13456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13458 afo:value "439.045"^^sxsd:hertz.number .
nothing@2 13459
nothing@2 13460 [] a afv:FundamentalFrequency ;
nothing@2 13461 event:time [ tl:at "17.49"^^xsd:float ;
nothing@2 13462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13464 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 13465
nothing@2 13466 [] a afv:FundamentalFrequency ;
nothing@2 13467 event:time [ tl:at "17.496"^^xsd:float ;
nothing@2 13468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13470 afo:value "439.037"^^sxsd:hertz.number .
nothing@2 13471
nothing@2 13472 [] a afv:FundamentalFrequency ;
nothing@2 13473 event:time [ tl:at "17.502"^^xsd:float ;
nothing@2 13474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13476 afo:value "439.026"^^sxsd:hertz.number .
nothing@2 13477
nothing@2 13478 [] a afv:FundamentalFrequency ;
nothing@2 13479 event:time [ tl:at "17.508"^^xsd:float ;
nothing@2 13480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13482 afo:value "439.028"^^sxsd:hertz.number .
nothing@2 13483
nothing@2 13484 [] a afv:FundamentalFrequency ;
nothing@2 13485 event:time [ tl:at "17.514"^^xsd:float ;
nothing@2 13486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13488 afo:value "439.025"^^sxsd:hertz.number .
nothing@2 13489
nothing@2 13490 [] a afv:FundamentalFrequency ;
nothing@2 13491 event:time [ tl:at "17.519"^^xsd:float ;
nothing@2 13492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13494 afo:value "438.993"^^sxsd:hertz.number .
nothing@2 13495
nothing@2 13496 [] a afv:FundamentalFrequency ;
nothing@2 13497 event:time [ tl:at "17.525"^^xsd:float ;
nothing@2 13498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13500 afo:value "438.981"^^sxsd:hertz.number .
nothing@2 13501
nothing@2 13502 [] a afv:FundamentalFrequency ;
nothing@2 13503 event:time [ tl:at "1.753"^^xsd:float ;
nothing@2 13504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13506 afo:value "438.302"^^sxsd:hertz.number .
nothing@2 13507
nothing@2 13508 [] a afv:FundamentalFrequency ;
nothing@2 13509 event:time [ tl:at "17.531"^^xsd:float ;
nothing@2 13510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13512 afo:value "439.039"^^sxsd:hertz.number .
nothing@2 13513
nothing@2 13514 [] a afv:FundamentalFrequency ;
nothing@2 13515 event:time [ tl:at "17.537"^^xsd:float ;
nothing@2 13516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13518 afo:value "439.09"^^sxsd:hertz.number .
nothing@2 13519
nothing@2 13520 [] a afv:FundamentalFrequency ;
nothing@2 13521 event:time [ tl:at "17.543"^^xsd:float ;
nothing@2 13522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13524 afo:value "439.129"^^sxsd:hertz.number .
nothing@2 13525
nothing@2 13526 [] a afv:FundamentalFrequency ;
nothing@2 13527 event:time [ tl:at "17.548"^^xsd:float ;
nothing@2 13528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13530 afo:value "439.176"^^sxsd:hertz.number .
nothing@2 13531
nothing@2 13532 [] a afv:FundamentalFrequency ;
nothing@2 13533 event:time [ tl:at "17.554"^^xsd:float ;
nothing@2 13534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13536 afo:value "439.168"^^sxsd:hertz.number .
nothing@2 13537
nothing@2 13538 [] a afv:FundamentalFrequency ;
nothing@2 13539 event:time [ tl:at "17.56"^^xsd:float ;
nothing@2 13540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13542 afo:value "439.184"^^sxsd:hertz.number .
nothing@2 13543
nothing@2 13544 [] a afv:FundamentalFrequency ;
nothing@2 13545 event:time [ tl:at "17.566"^^xsd:float ;
nothing@2 13546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13548 afo:value "439.202"^^sxsd:hertz.number .
nothing@2 13549
nothing@2 13550 [] a afv:FundamentalFrequency ;
nothing@2 13551 event:time [ tl:at "17.572"^^xsd:float ;
nothing@2 13552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13554 afo:value "439.197"^^sxsd:hertz.number .
nothing@2 13555
nothing@2 13556 [] a afv:FundamentalFrequency ;
nothing@2 13557 event:time [ tl:at "17.578"^^xsd:float ;
nothing@2 13558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13560 afo:value "439.198"^^sxsd:hertz.number .
nothing@2 13561
nothing@2 13562 [] a afv:FundamentalFrequency ;
nothing@2 13563 event:time [ tl:at "17.583"^^xsd:float ;
nothing@2 13564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13566 afo:value "439.191"^^sxsd:hertz.number .
nothing@2 13567
nothing@2 13568 [] a afv:FundamentalFrequency ;
nothing@2 13569 event:time [ tl:at "1.759"^^xsd:float ;
nothing@2 13570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13572 afo:value "438.25"^^sxsd:hertz.number .
nothing@2 13573
nothing@2 13574 [] a afv:FundamentalFrequency ;
nothing@2 13575 event:time [ tl:at "17.589"^^xsd:float ;
nothing@2 13576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13578 afo:value "439.211"^^sxsd:hertz.number .
nothing@2 13579
nothing@2 13580 [] a afv:FundamentalFrequency ;
nothing@2 13581 event:time [ tl:at "17.595"^^xsd:float ;
nothing@2 13582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13584 afo:value "439.219"^^sxsd:hertz.number .
nothing@2 13585
nothing@2 13586 [] a afv:FundamentalFrequency ;
nothing@2 13587 event:time [ tl:at "17.601"^^xsd:float ;
nothing@2 13588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13590 afo:value "439.245"^^sxsd:hertz.number .
nothing@2 13591
nothing@2 13592 [] a afv:FundamentalFrequency ;
nothing@2 13593 event:time [ tl:at "17.607"^^xsd:float ;
nothing@2 13594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13596 afo:value "439.252"^^sxsd:hertz.number .
nothing@2 13597
nothing@2 13598 [] a afv:FundamentalFrequency ;
nothing@2 13599 event:time [ tl:at "17.612"^^xsd:float ;
nothing@2 13600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13602 afo:value "439.308"^^sxsd:hertz.number .
nothing@2 13603
nothing@2 13604 [] a afv:FundamentalFrequency ;
nothing@2 13605 event:time [ tl:at "17.618"^^xsd:float ;
nothing@2 13606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13608 afo:value "439.317"^^sxsd:hertz.number .
nothing@2 13609
nothing@2 13610 [] a afv:FundamentalFrequency ;
nothing@2 13611 event:time [ tl:at "17.624"^^xsd:float ;
nothing@2 13612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13614 afo:value "439.3"^^sxsd:hertz.number .
nothing@2 13615
nothing@2 13616 [] a afv:FundamentalFrequency ;
nothing@2 13617 event:time [ tl:at "17.63"^^xsd:float ;
nothing@2 13618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13620 afo:value "439.259"^^sxsd:hertz.number .
nothing@2 13621
nothing@2 13622 [] a afv:FundamentalFrequency ;
nothing@2 13623 event:time [ tl:at "17.636"^^xsd:float ;
nothing@2 13624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13626 afo:value "439.241"^^sxsd:hertz.number .
nothing@2 13627
nothing@2 13628 [] a afv:FundamentalFrequency ;
nothing@2 13629 event:time [ tl:at "17.641"^^xsd:float ;
nothing@2 13630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13632 afo:value "439.172"^^sxsd:hertz.number .
nothing@2 13633
nothing@2 13634 [] a afv:FundamentalFrequency ;
nothing@2 13635 event:time [ tl:at "1.765"^^xsd:float ;
nothing@2 13636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13638 afo:value "438.194"^^sxsd:hertz.number .
nothing@2 13639
nothing@2 13640 [] a afv:FundamentalFrequency ;
nothing@2 13641 event:time [ tl:at "17.647"^^xsd:float ;
nothing@2 13642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13644 afo:value "439.199"^^sxsd:hertz.number .
nothing@2 13645
nothing@2 13646 [] a afv:FundamentalFrequency ;
nothing@2 13647 event:time [ tl:at "17.653"^^xsd:float ;
nothing@2 13648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13650 afo:value "439.253"^^sxsd:hertz.number .
nothing@2 13651
nothing@2 13652 [] a afv:FundamentalFrequency ;
nothing@2 13653 event:time [ tl:at "17.659"^^xsd:float ;
nothing@2 13654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13656 afo:value "439.314"^^sxsd:hertz.number .
nothing@2 13657
nothing@2 13658 [] a afv:FundamentalFrequency ;
nothing@2 13659 event:time [ tl:at "17.665"^^xsd:float ;
nothing@2 13660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13662 afo:value "439.322"^^sxsd:hertz.number .
nothing@2 13663
nothing@2 13664 [] a afv:FundamentalFrequency ;
nothing@2 13665 event:time [ tl:at "17.67"^^xsd:float ;
nothing@2 13666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13668 afo:value "439.361"^^sxsd:hertz.number .
nothing@2 13669
nothing@2 13670 [] a afv:FundamentalFrequency ;
nothing@2 13671 event:time [ tl:at "17.676"^^xsd:float ;
nothing@2 13672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13674 afo:value "439.369"^^sxsd:hertz.number .
nothing@2 13675
nothing@2 13676 [] a afv:FundamentalFrequency ;
nothing@2 13677 event:time [ tl:at "17.682"^^xsd:float ;
nothing@2 13678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13680 afo:value "439.296"^^sxsd:hertz.number .
nothing@2 13681
nothing@2 13682 [] a afv:FundamentalFrequency ;
nothing@2 13683 event:time [ tl:at "17.688"^^xsd:float ;
nothing@2 13684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13686 afo:value "439.279"^^sxsd:hertz.number .
nothing@2 13687
nothing@2 13688 [] a afv:FundamentalFrequency ;
nothing@2 13689 event:time [ tl:at "17.694"^^xsd:float ;
nothing@2 13690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13692 afo:value "439.293"^^sxsd:hertz.number .
nothing@2 13693
nothing@2 13694 [] a afv:FundamentalFrequency ;
nothing@2 13695 event:time [ tl:at "17.699"^^xsd:float ;
nothing@2 13696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13698 afo:value "439.294"^^sxsd:hertz.number .
nothing@2 13699
nothing@2 13700 [] a afv:FundamentalFrequency ;
nothing@2 13701 event:time [ tl:at "1.771"^^xsd:float ;
nothing@2 13702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13704 afo:value "438.188"^^sxsd:hertz.number .
nothing@2 13705
nothing@2 13706 [] a afv:FundamentalFrequency ;
nothing@2 13707 event:time [ tl:at "17.705"^^xsd:float ;
nothing@2 13708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13710 afo:value "439.269"^^sxsd:hertz.number .
nothing@2 13711
nothing@2 13712 [] a afv:FundamentalFrequency ;
nothing@2 13713 event:time [ tl:at "17.711"^^xsd:float ;
nothing@2 13714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13716 afo:value "439.249"^^sxsd:hertz.number .
nothing@2 13717
nothing@2 13718 [] a afv:FundamentalFrequency ;
nothing@2 13719 event:time [ tl:at "17.717"^^xsd:float ;
nothing@2 13720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13722 afo:value "439.253"^^sxsd:hertz.number .
nothing@2 13723
nothing@2 13724 [] a afv:FundamentalFrequency ;
nothing@2 13725 event:time [ tl:at "17.723"^^xsd:float ;
nothing@2 13726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13728 afo:value "439.345"^^sxsd:hertz.number .
nothing@2 13729
nothing@2 13730 [] a afv:FundamentalFrequency ;
nothing@2 13731 event:time [ tl:at "17.728"^^xsd:float ;
nothing@2 13732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13734 afo:value "439.448"^^sxsd:hertz.number .
nothing@2 13735
nothing@2 13736 [] a afv:FundamentalFrequency ;
nothing@2 13737 event:time [ tl:at "17.734"^^xsd:float ;
nothing@2 13738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13740 afo:value "439.498"^^sxsd:hertz.number .
nothing@2 13741
nothing@2 13742 [] a afv:FundamentalFrequency ;
nothing@2 13743 event:time [ tl:at "17.74"^^xsd:float ;
nothing@2 13744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13746 afo:value "439.45"^^sxsd:hertz.number .
nothing@2 13747
nothing@2 13748 [] a afv:FundamentalFrequency ;
nothing@2 13749 event:time [ tl:at "17.746"^^xsd:float ;
nothing@2 13750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13752 afo:value "439.432"^^sxsd:hertz.number .
nothing@2 13753
nothing@2 13754 [] a afv:FundamentalFrequency ;
nothing@2 13755 event:time [ tl:at "17.752"^^xsd:float ;
nothing@2 13756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13758 afo:value "439.406"^^sxsd:hertz.number .
nothing@2 13759
nothing@2 13760 [] a afv:FundamentalFrequency ;
nothing@2 13761 event:time [ tl:at "17.757"^^xsd:float ;
nothing@2 13762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13764 afo:value "439.386"^^sxsd:hertz.number .
nothing@2 13765
nothing@2 13766 [] a afv:FundamentalFrequency ;
nothing@2 13767 event:time [ tl:at "1.776"^^xsd:float ;
nothing@2 13768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13770 afo:value "438.133"^^sxsd:hertz.number .
nothing@2 13771
nothing@2 13772 [] a afv:FundamentalFrequency ;
nothing@2 13773 event:time [ tl:at "17.763"^^xsd:float ;
nothing@2 13774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13776 afo:value "439.408"^^sxsd:hertz.number .
nothing@2 13777
nothing@2 13778 [] a afv:FundamentalFrequency ;
nothing@2 13779 event:time [ tl:at "17.769"^^xsd:float ;
nothing@2 13780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13782 afo:value "439.378"^^sxsd:hertz.number .
nothing@2 13783
nothing@2 13784 [] a afv:FundamentalFrequency ;
nothing@2 13785 event:time [ tl:at "17.775"^^xsd:float ;
nothing@2 13786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13788 afo:value "439.384"^^sxsd:hertz.number .
nothing@2 13789
nothing@2 13790 [] a afv:FundamentalFrequency ;
nothing@2 13791 event:time [ tl:at "17.781"^^xsd:float ;
nothing@2 13792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13794 afo:value "439.408"^^sxsd:hertz.number .
nothing@2 13795
nothing@2 13796 [] a afv:FundamentalFrequency ;
nothing@2 13797 event:time [ tl:at "17.786"^^xsd:float ;
nothing@2 13798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13800 afo:value "439.45"^^sxsd:hertz.number .
nothing@2 13801
nothing@2 13802 [] a afv:FundamentalFrequency ;
nothing@2 13803 event:time [ tl:at "17.792"^^xsd:float ;
nothing@2 13804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13806 afo:value "439.441"^^sxsd:hertz.number .
nothing@2 13807
nothing@2 13808 [] a afv:FundamentalFrequency ;
nothing@2 13809 event:time [ tl:at "17.798"^^xsd:float ;
nothing@2 13810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13812 afo:value "439.435"^^sxsd:hertz.number .
nothing@2 13813
nothing@2 13814 [] a afv:FundamentalFrequency ;
nothing@2 13815 event:time [ tl:at "17.804"^^xsd:float ;
nothing@2 13816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13818 afo:value "439.49"^^sxsd:hertz.number .
nothing@2 13819
nothing@2 13820 [] a afv:FundamentalFrequency ;
nothing@2 13821 event:time [ tl:at "17.81"^^xsd:float ;
nothing@2 13822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13824 afo:value "439.458"^^sxsd:hertz.number .
nothing@2 13825
nothing@2 13826 [] a afv:FundamentalFrequency ;
nothing@2 13827 event:time [ tl:at "17.816"^^xsd:float ;
nothing@2 13828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13830 afo:value "439.432"^^sxsd:hertz.number .
nothing@2 13831
nothing@2 13832 [] a afv:FundamentalFrequency ;
nothing@2 13833 event:time [ tl:at "1.782"^^xsd:float ;
nothing@2 13834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13836 afo:value "438.115"^^sxsd:hertz.number .
nothing@2 13837
nothing@2 13838 [] a afv:FundamentalFrequency ;
nothing@2 13839 event:time [ tl:at "17.821"^^xsd:float ;
nothing@2 13840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13842 afo:value "439.416"^^sxsd:hertz.number .
nothing@2 13843
nothing@2 13844 [] a afv:FundamentalFrequency ;
nothing@2 13845 event:time [ tl:at "17.827"^^xsd:float ;
nothing@2 13846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13848 afo:value "439.406"^^sxsd:hertz.number .
nothing@2 13849
nothing@2 13850 [] a afv:FundamentalFrequency ;
nothing@2 13851 event:time [ tl:at "17.833"^^xsd:float ;
nothing@2 13852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13854 afo:value "439.325"^^sxsd:hertz.number .
nothing@2 13855
nothing@2 13856 [] a afv:FundamentalFrequency ;
nothing@2 13857 event:time [ tl:at "17.839"^^xsd:float ;
nothing@2 13858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13860 afo:value "439.302"^^sxsd:hertz.number .
nothing@2 13861
nothing@2 13862 [] a afv:FundamentalFrequency ;
nothing@2 13863 event:time [ tl:at "17.845"^^xsd:float ;
nothing@2 13864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13866 afo:value "439.302"^^sxsd:hertz.number .
nothing@2 13867
nothing@2 13868 [] a afv:FundamentalFrequency ;
nothing@2 13869 event:time [ tl:at "17.85"^^xsd:float ;
nothing@2 13870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13872 afo:value "439.291"^^sxsd:hertz.number .
nothing@2 13873
nothing@2 13874 [] a afv:FundamentalFrequency ;
nothing@2 13875 event:time [ tl:at "17.856"^^xsd:float ;
nothing@2 13876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13878 afo:value "439.267"^^sxsd:hertz.number .
nothing@2 13879
nothing@2 13880 [] a afv:FundamentalFrequency ;
nothing@2 13881 event:time [ tl:at "17.862"^^xsd:float ;
nothing@2 13882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13884 afo:value "439.239"^^sxsd:hertz.number .
nothing@2 13885
nothing@2 13886 [] a afv:FundamentalFrequency ;
nothing@2 13887 event:time [ tl:at "17.868"^^xsd:float ;
nothing@2 13888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13890 afo:value "439.254"^^sxsd:hertz.number .
nothing@2 13891
nothing@2 13892 [] a afv:FundamentalFrequency ;
nothing@2 13893 event:time [ tl:at "17.874"^^xsd:float ;
nothing@2 13894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13896 afo:value "439.256"^^sxsd:hertz.number .
nothing@2 13897
nothing@2 13898 [] a afv:FundamentalFrequency ;
nothing@2 13899 event:time [ tl:at "1.788"^^xsd:float ;
nothing@2 13900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13902 afo:value "438.039"^^sxsd:hertz.number .
nothing@2 13903
nothing@2 13904 [] a afv:FundamentalFrequency ;
nothing@2 13905 event:time [ tl:at "17.879"^^xsd:float ;
nothing@2 13906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13908 afo:value "439.315"^^sxsd:hertz.number .
nothing@2 13909
nothing@2 13910 [] a afv:FundamentalFrequency ;
nothing@2 13911 event:time [ tl:at "17.885"^^xsd:float ;
nothing@2 13912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13914 afo:value "439.381"^^sxsd:hertz.number .
nothing@2 13915
nothing@2 13916 [] a afv:FundamentalFrequency ;
nothing@2 13917 event:time [ tl:at "17.891"^^xsd:float ;
nothing@2 13918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13920 afo:value "439.374"^^sxsd:hertz.number .
nothing@2 13921
nothing@2 13922 [] a afv:FundamentalFrequency ;
nothing@2 13923 event:time [ tl:at "17.897"^^xsd:float ;
nothing@2 13924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13926 afo:value "439.372"^^sxsd:hertz.number .
nothing@2 13927
nothing@2 13928 [] a afv:FundamentalFrequency ;
nothing@2 13929 event:time [ tl:at "17.903"^^xsd:float ;
nothing@2 13930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13932 afo:value "439.394"^^sxsd:hertz.number .
nothing@2 13933
nothing@2 13934 [] a afv:FundamentalFrequency ;
nothing@2 13935 event:time [ tl:at "17.908"^^xsd:float ;
nothing@2 13936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13938 afo:value "439.43"^^sxsd:hertz.number .
nothing@2 13939
nothing@2 13940 [] a afv:FundamentalFrequency ;
nothing@2 13941 event:time [ tl:at "17.914"^^xsd:float ;
nothing@2 13942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13944 afo:value "439.506"^^sxsd:hertz.number .
nothing@2 13945
nothing@2 13946 [] a afv:FundamentalFrequency ;
nothing@2 13947 event:time [ tl:at "17.92"^^xsd:float ;
nothing@2 13948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13950 afo:value "439.529"^^sxsd:hertz.number .
nothing@2 13951
nothing@2 13952 [] a afv:FundamentalFrequency ;
nothing@2 13953 event:time [ tl:at "17.926"^^xsd:float ;
nothing@2 13954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13956 afo:value "439.535"^^sxsd:hertz.number .
nothing@2 13957
nothing@2 13958 [] a afv:FundamentalFrequency ;
nothing@2 13959 event:time [ tl:at "17.932"^^xsd:float ;
nothing@2 13960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13962 afo:value "439.594"^^sxsd:hertz.number .
nothing@2 13963
nothing@2 13964 [] a afv:FundamentalFrequency ;
nothing@2 13965 event:time [ tl:at "1.794"^^xsd:float ;
nothing@2 13966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13968 afo:value "437.972"^^sxsd:hertz.number .
nothing@2 13969
nothing@2 13970 [] a afv:FundamentalFrequency ;
nothing@2 13971 event:time [ tl:at "17.937"^^xsd:float ;
nothing@2 13972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13974 afo:value "439.748"^^sxsd:hertz.number .
nothing@2 13975
nothing@2 13976 [] a afv:FundamentalFrequency ;
nothing@2 13977 event:time [ tl:at "17.943"^^xsd:float ;
nothing@2 13978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13980 afo:value "439.955"^^sxsd:hertz.number .
nothing@2 13981
nothing@2 13982 [] a afv:FundamentalFrequency ;
nothing@2 13983 event:time [ tl:at "17.949"^^xsd:float ;
nothing@2 13984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13986 afo:value "440.037"^^sxsd:hertz.number .
nothing@2 13987
nothing@2 13988 [] a afv:FundamentalFrequency ;
nothing@2 13989 event:time [ tl:at "17.955"^^xsd:float ;
nothing@2 13990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13992 afo:value "439.96"^^sxsd:hertz.number .
nothing@2 13993
nothing@2 13994 [] a afv:FundamentalFrequency ;
nothing@2 13995 event:time [ tl:at "17.961"^^xsd:float ;
nothing@2 13996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 13997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 13998 afo:value "439.795"^^sxsd:hertz.number .
nothing@2 13999
nothing@2 14000 [] a afv:FundamentalFrequency ;
nothing@2 14001 event:time [ tl:at "17.966"^^xsd:float ;
nothing@2 14002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14004 afo:value "439.626"^^sxsd:hertz.number .
nothing@2 14005
nothing@2 14006 [] a afv:FundamentalFrequency ;
nothing@2 14007 event:time [ tl:at "17.972"^^xsd:float ;
nothing@2 14008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14010 afo:value "439.502"^^sxsd:hertz.number .
nothing@2 14011
nothing@2 14012 [] a afv:FundamentalFrequency ;
nothing@2 14013 event:time [ tl:at "17.978"^^xsd:float ;
nothing@2 14014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14016 afo:value "439.38"^^sxsd:hertz.number .
nothing@2 14017
nothing@2 14018 [] a afv:FundamentalFrequency ;
nothing@2 14019 event:time [ tl:at "17.984"^^xsd:float ;
nothing@2 14020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14022 afo:value "439.232"^^sxsd:hertz.number .
nothing@2 14023
nothing@2 14024 [] a afv:FundamentalFrequency ;
nothing@2 14025 event:time [ tl:at "17.99"^^xsd:float ;
nothing@2 14026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14028 afo:value "439.03"^^sxsd:hertz.number .
nothing@2 14029
nothing@2 14030 [] a afv:FundamentalFrequency ;
nothing@2 14031 event:time [ tl:at "0.18"^^xsd:float ;
nothing@2 14032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14034 afo:value "292.853"^^sxsd:hertz.number .
nothing@2 14035
nothing@2 14036 [] a afv:FundamentalFrequency ;
nothing@2 14037 event:time [ tl:at "1.8"^^xsd:float ;
nothing@2 14038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14040 afo:value "438.0"^^sxsd:hertz.number .
nothing@2 14041
nothing@2 14042 [] a afv:FundamentalFrequency ;
nothing@2 14043 event:time [ tl:at "17.995"^^xsd:float ;
nothing@2 14044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14046 afo:value "438.82"^^sxsd:hertz.number .
nothing@2 14047
nothing@2 14048 [] a afv:FundamentalFrequency ;
nothing@2 14049 event:time [ tl:at "18.001"^^xsd:float ;
nothing@2 14050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14052 afo:value "438.616"^^sxsd:hertz.number .
nothing@2 14053
nothing@2 14054 [] a afv:FundamentalFrequency ;
nothing@2 14055 event:time [ tl:at "18.007"^^xsd:float ;
nothing@2 14056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14058 afo:value "438.376"^^sxsd:hertz.number .
nothing@2 14059
nothing@2 14060 [] a afv:FundamentalFrequency ;
nothing@2 14061 event:time [ tl:at "18.013"^^xsd:float ;
nothing@2 14062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14064 afo:value "438.032"^^sxsd:hertz.number .
nothing@2 14065
nothing@2 14066 [] a afv:FundamentalFrequency ;
nothing@2 14067 event:time [ tl:at "18.019"^^xsd:float ;
nothing@2 14068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14070 afo:value "437.511"^^sxsd:hertz.number .
nothing@2 14071
nothing@2 14072 [] a afv:FundamentalFrequency ;
nothing@2 14073 event:time [ tl:at "18.024"^^xsd:float ;
nothing@2 14074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14076 afo:value "436.78"^^sxsd:hertz.number .
nothing@2 14077
nothing@2 14078 [] a afv:FundamentalFrequency ;
nothing@2 14079 event:time [ tl:at "18.03"^^xsd:float ;
nothing@2 14080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14082 afo:value "435.914"^^sxsd:hertz.number .
nothing@2 14083
nothing@2 14084 [] a afv:FundamentalFrequency ;
nothing@2 14085 event:time [ tl:at "18.036"^^xsd:float ;
nothing@2 14086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14088 afo:value "435.139"^^sxsd:hertz.number .
nothing@2 14089
nothing@2 14090 [] a afv:FundamentalFrequency ;
nothing@2 14091 event:time [ tl:at "18.042"^^xsd:float ;
nothing@2 14092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14094 afo:value "434.667"^^sxsd:hertz.number .
nothing@2 14095
nothing@2 14096 [] a afv:FundamentalFrequency ;
nothing@2 14097 event:time [ tl:at "18.048"^^xsd:float ;
nothing@2 14098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14100 afo:value "434.604"^^sxsd:hertz.number .
nothing@2 14101
nothing@2 14102 [] a afv:FundamentalFrequency ;
nothing@2 14103 event:time [ tl:at "1.805"^^xsd:float ;
nothing@2 14104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14106 afo:value "437.96"^^sxsd:hertz.number .
nothing@2 14107
nothing@2 14108 [] a afv:FundamentalFrequency ;
nothing@2 14109 event:time [ tl:at "18.054"^^xsd:float ;
nothing@2 14110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14112 afo:value "435.257"^^sxsd:hertz.number .
nothing@2 14113
nothing@2 14114 [] a afv:FundamentalFrequency ;
nothing@2 14115 event:time [ tl:at "18.059"^^xsd:float ;
nothing@2 14116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14118 afo:value "436.197"^^sxsd:hertz.number .
nothing@2 14119
nothing@2 14120 [] a afv:FundamentalFrequency ;
nothing@2 14121 event:time [ tl:at "18.065"^^xsd:float ;
nothing@2 14122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14124 afo:value "437.137"^^sxsd:hertz.number .
nothing@2 14125
nothing@2 14126 [] a afv:FundamentalFrequency ;
nothing@2 14127 event:time [ tl:at "18.071"^^xsd:float ;
nothing@2 14128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14130 afo:value "437.844"^^sxsd:hertz.number .
nothing@2 14131
nothing@2 14132 [] a afv:FundamentalFrequency ;
nothing@2 14133 event:time [ tl:at "18.077"^^xsd:float ;
nothing@2 14134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14136 afo:value "438.442"^^sxsd:hertz.number .
nothing@2 14137
nothing@2 14138 [] a afv:FundamentalFrequency ;
nothing@2 14139 event:time [ tl:at "18.083"^^xsd:float ;
nothing@2 14140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14142 afo:value "438.974"^^sxsd:hertz.number .
nothing@2 14143
nothing@2 14144 [] a afv:FundamentalFrequency ;
nothing@2 14145 event:time [ tl:at "18.088"^^xsd:float ;
nothing@2 14146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14148 afo:value "439.164"^^sxsd:hertz.number .
nothing@2 14149
nothing@2 14150 [] a afv:FundamentalFrequency ;
nothing@2 14151 event:time [ tl:at "18.094"^^xsd:float ;
nothing@2 14152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14154 afo:value "439.487"^^sxsd:hertz.number .
nothing@2 14155
nothing@2 14156 [] a afv:FundamentalFrequency ;
nothing@2 14157 event:time [ tl:at "18.1"^^xsd:float ;
nothing@2 14158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14160 afo:value "440.184"^^sxsd:hertz.number .
nothing@2 14161
nothing@2 14162 [] a afv:FundamentalFrequency ;
nothing@2 14163 event:time [ tl:at "18.106"^^xsd:float ;
nothing@2 14164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14166 afo:value "440.488"^^sxsd:hertz.number .
nothing@2 14167
nothing@2 14168 [] a afv:FundamentalFrequency ;
nothing@2 14169 event:time [ tl:at "1.811"^^xsd:float ;
nothing@2 14170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14172 afo:value "438.064"^^sxsd:hertz.number .
nothing@2 14173
nothing@2 14174 [] a afv:FundamentalFrequency ;
nothing@2 14175 event:time [ tl:at "18.112"^^xsd:float ;
nothing@2 14176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14178 afo:value "440.832"^^sxsd:hertz.number .
nothing@2 14179
nothing@2 14180 [] a afv:FundamentalFrequency ;
nothing@2 14181 event:time [ tl:at "18.117"^^xsd:float ;
nothing@2 14182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14184 afo:value "441.046"^^sxsd:hertz.number .
nothing@2 14185
nothing@2 14186 [] a afv:FundamentalFrequency ;
nothing@2 14187 event:time [ tl:at "18.123"^^xsd:float ;
nothing@2 14188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14190 afo:value "441.158"^^sxsd:hertz.number .
nothing@2 14191
nothing@2 14192 [] a afv:FundamentalFrequency ;
nothing@2 14193 event:time [ tl:at "18.129"^^xsd:float ;
nothing@2 14194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14196 afo:value "441.096"^^sxsd:hertz.number .
nothing@2 14197
nothing@2 14198 [] a afv:FundamentalFrequency ;
nothing@2 14199 event:time [ tl:at "18.135"^^xsd:float ;
nothing@2 14200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14202 afo:value "441.047"^^sxsd:hertz.number .
nothing@2 14203
nothing@2 14204 [] a afv:FundamentalFrequency ;
nothing@2 14205 event:time [ tl:at "18.141"^^xsd:float ;
nothing@2 14206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14208 afo:value "440.999"^^sxsd:hertz.number .
nothing@2 14209
nothing@2 14210 [] a afv:FundamentalFrequency ;
nothing@2 14211 event:time [ tl:at "18.146"^^xsd:float ;
nothing@2 14212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14214 afo:value "440.793"^^sxsd:hertz.number .
nothing@2 14215
nothing@2 14216 [] a afv:FundamentalFrequency ;
nothing@2 14217 event:time [ tl:at "18.152"^^xsd:float ;
nothing@2 14218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14220 afo:value "440.398"^^sxsd:hertz.number .
nothing@2 14221
nothing@2 14222 [] a afv:FundamentalFrequency ;
nothing@2 14223 event:time [ tl:at "18.158"^^xsd:float ;
nothing@2 14224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14226 afo:value "440.083"^^sxsd:hertz.number .
nothing@2 14227
nothing@2 14228 [] a afv:FundamentalFrequency ;
nothing@2 14229 event:time [ tl:at "18.164"^^xsd:float ;
nothing@2 14230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14232 afo:value "439.998"^^sxsd:hertz.number .
nothing@2 14233
nothing@2 14234 [] a afv:FundamentalFrequency ;
nothing@2 14235 event:time [ tl:at "1.817"^^xsd:float ;
nothing@2 14236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14238 afo:value "438.165"^^sxsd:hertz.number .
nothing@2 14239
nothing@2 14240 [] a afv:FundamentalFrequency ;
nothing@2 14241 event:time [ tl:at "18.17"^^xsd:float ;
nothing@2 14242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14244 afo:value "439.921"^^sxsd:hertz.number .
nothing@2 14245
nothing@2 14246 [] a afv:FundamentalFrequency ;
nothing@2 14247 event:time [ tl:at "18.175"^^xsd:float ;
nothing@2 14248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14250 afo:value "439.68"^^sxsd:hertz.number .
nothing@2 14251
nothing@2 14252 [] a afv:FundamentalFrequency ;
nothing@2 14253 event:time [ tl:at "18.181"^^xsd:float ;
nothing@2 14254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14256 afo:value "439.263"^^sxsd:hertz.number .
nothing@2 14257
nothing@2 14258 [] a afv:FundamentalFrequency ;
nothing@2 14259 event:time [ tl:at "18.187"^^xsd:float ;
nothing@2 14260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14262 afo:value "439.393"^^sxsd:hertz.number .
nothing@2 14263
nothing@2 14264 [] a afv:FundamentalFrequency ;
nothing@2 14265 event:time [ tl:at "18.193"^^xsd:float ;
nothing@2 14266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14268 afo:value "440.068"^^sxsd:hertz.number .
nothing@2 14269
nothing@2 14270 [] a afv:FundamentalFrequency ;
nothing@2 14271 event:time [ tl:at "18.199"^^xsd:float ;
nothing@2 14272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14274 afo:value "436.372"^^sxsd:hertz.number .
nothing@2 14275
nothing@2 14276 [] a afv:FundamentalFrequency ;
nothing@2 14277 event:time [ tl:at "18.204"^^xsd:float ;
nothing@2 14278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14280 afo:value "441.809"^^sxsd:hertz.number .
nothing@2 14281
nothing@2 14282 [] a afv:FundamentalFrequency ;
nothing@2 14283 event:time [ tl:at "18.21"^^xsd:float ;
nothing@2 14284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14286 afo:value "399.501"^^sxsd:hertz.number .
nothing@2 14287
nothing@2 14288 [] a afv:FundamentalFrequency ;
nothing@2 14289 event:time [ tl:at "18.216"^^xsd:float ;
nothing@2 14290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14292 afo:value "396.554"^^sxsd:hertz.number .
nothing@2 14293
nothing@2 14294 [] a afv:FundamentalFrequency ;
nothing@2 14295 event:time [ tl:at "18.222"^^xsd:float ;
nothing@2 14296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14298 afo:value "392.207"^^sxsd:hertz.number .
nothing@2 14299
nothing@2 14300 [] a afv:FundamentalFrequency ;
nothing@2 14301 event:time [ tl:at "1.823"^^xsd:float ;
nothing@2 14302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14304 afo:value "438.187"^^sxsd:hertz.number .
nothing@2 14305
nothing@2 14306 [] a afv:FundamentalFrequency ;
nothing@2 14307 event:time [ tl:at "18.228"^^xsd:float ;
nothing@2 14308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14310 afo:value "385.099"^^sxsd:hertz.number .
nothing@2 14311
nothing@2 14312 [] a afv:FundamentalFrequency ;
nothing@2 14313 event:time [ tl:at "18.233"^^xsd:float ;
nothing@2 14314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14316 afo:value "367.827"^^sxsd:hertz.number .
nothing@2 14317
nothing@2 14318 [] a afv:FundamentalFrequency ;
nothing@2 14319 event:time [ tl:at "18.239"^^xsd:float ;
nothing@2 14320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14322 afo:value "369.812"^^sxsd:hertz.number .
nothing@2 14323
nothing@2 14324 [] a afv:FundamentalFrequency ;
nothing@2 14325 event:time [ tl:at "18.245"^^xsd:float ;
nothing@2 14326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14328 afo:value "369.659"^^sxsd:hertz.number .
nothing@2 14329
nothing@2 14330 [] a afv:FundamentalFrequency ;
nothing@2 14331 event:time [ tl:at "18.251"^^xsd:float ;
nothing@2 14332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14334 afo:value "369.452"^^sxsd:hertz.number .
nothing@2 14335
nothing@2 14336 [] a afv:FundamentalFrequency ;
nothing@2 14337 event:time [ tl:at "18.257"^^xsd:float ;
nothing@2 14338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14340 afo:value "369.367"^^sxsd:hertz.number .
nothing@2 14341
nothing@2 14342 [] a afv:FundamentalFrequency ;
nothing@2 14343 event:time [ tl:at "18.262"^^xsd:float ;
nothing@2 14344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14346 afo:value "369.306"^^sxsd:hertz.number .
nothing@2 14347
nothing@2 14348 [] a afv:FundamentalFrequency ;
nothing@2 14349 event:time [ tl:at "18.268"^^xsd:float ;
nothing@2 14350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14352 afo:value "369.053"^^sxsd:hertz.number .
nothing@2 14353
nothing@2 14354 [] a afv:FundamentalFrequency ;
nothing@2 14355 event:time [ tl:at "18.274"^^xsd:float ;
nothing@2 14356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14358 afo:value "369.009"^^sxsd:hertz.number .
nothing@2 14359
nothing@2 14360 [] a afv:FundamentalFrequency ;
nothing@2 14361 event:time [ tl:at "18.28"^^xsd:float ;
nothing@2 14362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14364 afo:value "368.922"^^sxsd:hertz.number .
nothing@2 14365
nothing@2 14366 [] a afv:FundamentalFrequency ;
nothing@2 14367 event:time [ tl:at "1.829"^^xsd:float ;
nothing@2 14368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14370 afo:value "438.268"^^sxsd:hertz.number .
nothing@2 14371
nothing@2 14372 [] a afv:FundamentalFrequency ;
nothing@2 14373 event:time [ tl:at "18.286"^^xsd:float ;
nothing@2 14374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14376 afo:value "368.885"^^sxsd:hertz.number .
nothing@2 14377
nothing@2 14378 [] a afv:FundamentalFrequency ;
nothing@2 14379 event:time [ tl:at "18.292"^^xsd:float ;
nothing@2 14380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14382 afo:value "368.884"^^sxsd:hertz.number .
nothing@2 14383
nothing@2 14384 [] a afv:FundamentalFrequency ;
nothing@2 14385 event:time [ tl:at "18.297"^^xsd:float ;
nothing@2 14386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14388 afo:value "368.751"^^sxsd:hertz.number .
nothing@2 14389
nothing@2 14390 [] a afv:FundamentalFrequency ;
nothing@2 14391 event:time [ tl:at "18.303"^^xsd:float ;
nothing@2 14392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14394 afo:value "368.782"^^sxsd:hertz.number .
nothing@2 14395
nothing@2 14396 [] a afv:FundamentalFrequency ;
nothing@2 14397 event:time [ tl:at "18.309"^^xsd:float ;
nothing@2 14398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14400 afo:value "368.563"^^sxsd:hertz.number .
nothing@2 14401
nothing@2 14402 [] a afv:FundamentalFrequency ;
nothing@2 14403 event:time [ tl:at "18.315"^^xsd:float ;
nothing@2 14404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14406 afo:value "368.62"^^sxsd:hertz.number .
nothing@2 14407
nothing@2 14408 [] a afv:FundamentalFrequency ;
nothing@2 14409 event:time [ tl:at "18.321"^^xsd:float ;
nothing@2 14410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14412 afo:value "368.571"^^sxsd:hertz.number .
nothing@2 14413
nothing@2 14414 [] a afv:FundamentalFrequency ;
nothing@2 14415 event:time [ tl:at "18.326"^^xsd:float ;
nothing@2 14416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14418 afo:value "368.549"^^sxsd:hertz.number .
nothing@2 14419
nothing@2 14420 [] a afv:FundamentalFrequency ;
nothing@2 14421 event:time [ tl:at "18.332"^^xsd:float ;
nothing@2 14422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14424 afo:value "368.514"^^sxsd:hertz.number .
nothing@2 14425
nothing@2 14426 [] a afv:FundamentalFrequency ;
nothing@2 14427 event:time [ tl:at "18.338"^^xsd:float ;
nothing@2 14428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14430 afo:value "368.498"^^sxsd:hertz.number .
nothing@2 14431
nothing@2 14432 [] a afv:FundamentalFrequency ;
nothing@2 14433 event:time [ tl:at "1.834"^^xsd:float ;
nothing@2 14434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14436 afo:value "438.288"^^sxsd:hertz.number .
nothing@2 14437
nothing@2 14438 [] a afv:FundamentalFrequency ;
nothing@2 14439 event:time [ tl:at "18.344"^^xsd:float ;
nothing@2 14440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14442 afo:value "368.48"^^sxsd:hertz.number .
nothing@2 14443
nothing@2 14444 [] a afv:FundamentalFrequency ;
nothing@2 14445 event:time [ tl:at "18.35"^^xsd:float ;
nothing@2 14446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14448 afo:value "368.473"^^sxsd:hertz.number .
nothing@2 14449
nothing@2 14450 [] a afv:FundamentalFrequency ;
nothing@2 14451 event:time [ tl:at "18.355"^^xsd:float ;
nothing@2 14452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14454 afo:value "368.49"^^sxsd:hertz.number .
nothing@2 14455
nothing@2 14456 [] a afv:FundamentalFrequency ;
nothing@2 14457 event:time [ tl:at "18.361"^^xsd:float ;
nothing@2 14458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14460 afo:value "368.469"^^sxsd:hertz.number .
nothing@2 14461
nothing@2 14462 [] a afv:FundamentalFrequency ;
nothing@2 14463 event:time [ tl:at "18.367"^^xsd:float ;
nothing@2 14464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14466 afo:value "368.422"^^sxsd:hertz.number .
nothing@2 14467
nothing@2 14468 [] a afv:FundamentalFrequency ;
nothing@2 14469 event:time [ tl:at "18.373"^^xsd:float ;
nothing@2 14470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14472 afo:value "368.343"^^sxsd:hertz.number .
nothing@2 14473
nothing@2 14474 [] a afv:FundamentalFrequency ;
nothing@2 14475 event:time [ tl:at "18.379"^^xsd:float ;
nothing@2 14476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14478 afo:value "368.304"^^sxsd:hertz.number .
nothing@2 14479
nothing@2 14480 [] a afv:FundamentalFrequency ;
nothing@2 14481 event:time [ tl:at "18.384"^^xsd:float ;
nothing@2 14482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14484 afo:value "368.314"^^sxsd:hertz.number .
nothing@2 14485
nothing@2 14486 [] a afv:FundamentalFrequency ;
nothing@2 14487 event:time [ tl:at "18.39"^^xsd:float ;
nothing@2 14488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14490 afo:value "368.31"^^sxsd:hertz.number .
nothing@2 14491
nothing@2 14492 [] a afv:FundamentalFrequency ;
nothing@2 14493 event:time [ tl:at "18.396"^^xsd:float ;
nothing@2 14494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14496 afo:value "368.332"^^sxsd:hertz.number .
nothing@2 14497
nothing@2 14498 [] a afv:FundamentalFrequency ;
nothing@2 14499 event:time [ tl:at "1.84"^^xsd:float ;
nothing@2 14500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14502 afo:value "438.255"^^sxsd:hertz.number .
nothing@2 14503
nothing@2 14504 [] a afv:FundamentalFrequency ;
nothing@2 14505 event:time [ tl:at "18.402"^^xsd:float ;
nothing@2 14506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14508 afo:value "368.372"^^sxsd:hertz.number .
nothing@2 14509
nothing@2 14510 [] a afv:FundamentalFrequency ;
nothing@2 14511 event:time [ tl:at "18.408"^^xsd:float ;
nothing@2 14512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14514 afo:value "368.438"^^sxsd:hertz.number .
nothing@2 14515
nothing@2 14516 [] a afv:FundamentalFrequency ;
nothing@2 14517 event:time [ tl:at "18.413"^^xsd:float ;
nothing@2 14518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14520 afo:value "368.482"^^sxsd:hertz.number .
nothing@2 14521
nothing@2 14522 [] a afv:FundamentalFrequency ;
nothing@2 14523 event:time [ tl:at "18.419"^^xsd:float ;
nothing@2 14524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14526 afo:value "368.488"^^sxsd:hertz.number .
nothing@2 14527
nothing@2 14528 [] a afv:FundamentalFrequency ;
nothing@2 14529 event:time [ tl:at "18.425"^^xsd:float ;
nothing@2 14530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14532 afo:value "368.399"^^sxsd:hertz.number .
nothing@2 14533
nothing@2 14534 [] a afv:FundamentalFrequency ;
nothing@2 14535 event:time [ tl:at "18.431"^^xsd:float ;
nothing@2 14536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14538 afo:value "368.503"^^sxsd:hertz.number .
nothing@2 14539
nothing@2 14540 [] a afv:FundamentalFrequency ;
nothing@2 14541 event:time [ tl:at "18.437"^^xsd:float ;
nothing@2 14542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14544 afo:value "368.568"^^sxsd:hertz.number .
nothing@2 14545
nothing@2 14546 [] a afv:FundamentalFrequency ;
nothing@2 14547 event:time [ tl:at "18.442"^^xsd:float ;
nothing@2 14548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14550 afo:value "368.597"^^sxsd:hertz.number .
nothing@2 14551
nothing@2 14552 [] a afv:FundamentalFrequency ;
nothing@2 14553 event:time [ tl:at "18.448"^^xsd:float ;
nothing@2 14554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14556 afo:value "368.597"^^sxsd:hertz.number .
nothing@2 14557
nothing@2 14558 [] a afv:FundamentalFrequency ;
nothing@2 14559 event:time [ tl:at "18.454"^^xsd:float ;
nothing@2 14560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14562 afo:value "368.674"^^sxsd:hertz.number .
nothing@2 14563
nothing@2 14564 [] a afv:FundamentalFrequency ;
nothing@2 14565 event:time [ tl:at "1.846"^^xsd:float ;
nothing@2 14566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14568 afo:value "438.358"^^sxsd:hertz.number .
nothing@2 14569
nothing@2 14570 [] a afv:FundamentalFrequency ;
nothing@2 14571 event:time [ tl:at "18.46"^^xsd:float ;
nothing@2 14572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14574 afo:value "368.751"^^sxsd:hertz.number .
nothing@2 14575
nothing@2 14576 [] a afv:FundamentalFrequency ;
nothing@2 14577 event:time [ tl:at "18.466"^^xsd:float ;
nothing@2 14578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14580 afo:value "368.751"^^sxsd:hertz.number .
nothing@2 14581
nothing@2 14582 [] a afv:FundamentalFrequency ;
nothing@2 14583 event:time [ tl:at "18.471"^^xsd:float ;
nothing@2 14584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14586 afo:value "368.781"^^sxsd:hertz.number .
nothing@2 14587
nothing@2 14588 [] a afv:FundamentalFrequency ;
nothing@2 14589 event:time [ tl:at "18.477"^^xsd:float ;
nothing@2 14590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14592 afo:value "368.828"^^sxsd:hertz.number .
nothing@2 14593
nothing@2 14594 [] a afv:FundamentalFrequency ;
nothing@2 14595 event:time [ tl:at "18.483"^^xsd:float ;
nothing@2 14596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14598 afo:value "368.879"^^sxsd:hertz.number .
nothing@2 14599
nothing@2 14600 [] a afv:FundamentalFrequency ;
nothing@2 14601 event:time [ tl:at "18.489"^^xsd:float ;
nothing@2 14602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14604 afo:value "368.943"^^sxsd:hertz.number .
nothing@2 14605
nothing@2 14606 [] a afv:FundamentalFrequency ;
nothing@2 14607 event:time [ tl:at "18.495"^^xsd:float ;
nothing@2 14608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14610 afo:value "368.965"^^sxsd:hertz.number .
nothing@2 14611
nothing@2 14612 [] a afv:FundamentalFrequency ;
nothing@2 14613 event:time [ tl:at "18.5"^^xsd:float ;
nothing@2 14614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14616 afo:value "369.053"^^sxsd:hertz.number .
nothing@2 14617
nothing@2 14618 [] a afv:FundamentalFrequency ;
nothing@2 14619 event:time [ tl:at "18.506"^^xsd:float ;
nothing@2 14620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14622 afo:value "369.124"^^sxsd:hertz.number .
nothing@2 14623
nothing@2 14624 [] a afv:FundamentalFrequency ;
nothing@2 14625 event:time [ tl:at "18.512"^^xsd:float ;
nothing@2 14626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14628 afo:value "369.205"^^sxsd:hertz.number .
nothing@2 14629
nothing@2 14630 [] a afv:FundamentalFrequency ;
nothing@2 14631 event:time [ tl:at "1.852"^^xsd:float ;
nothing@2 14632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14634 afo:value "438.399"^^sxsd:hertz.number .
nothing@2 14635
nothing@2 14636 [] a afv:FundamentalFrequency ;
nothing@2 14637 event:time [ tl:at "18.518"^^xsd:float ;
nothing@2 14638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14640 afo:value "369.178"^^sxsd:hertz.number .
nothing@2 14641
nothing@2 14642 [] a afv:FundamentalFrequency ;
nothing@2 14643 event:time [ tl:at "18.524"^^xsd:float ;
nothing@2 14644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14646 afo:value "369.19"^^sxsd:hertz.number .
nothing@2 14647
nothing@2 14648 [] a afv:FundamentalFrequency ;
nothing@2 14649 event:time [ tl:at "18.53"^^xsd:float ;
nothing@2 14650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14652 afo:value "369.212"^^sxsd:hertz.number .
nothing@2 14653
nothing@2 14654 [] a afv:FundamentalFrequency ;
nothing@2 14655 event:time [ tl:at "18.535"^^xsd:float ;
nothing@2 14656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14658 afo:value "369.237"^^sxsd:hertz.number .
nothing@2 14659
nothing@2 14660 [] a afv:FundamentalFrequency ;
nothing@2 14661 event:time [ tl:at "18.541"^^xsd:float ;
nothing@2 14662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14664 afo:value "369.247"^^sxsd:hertz.number .
nothing@2 14665
nothing@2 14666 [] a afv:FundamentalFrequency ;
nothing@2 14667 event:time [ tl:at "18.547"^^xsd:float ;
nothing@2 14668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14670 afo:value "369.273"^^sxsd:hertz.number .
nothing@2 14671
nothing@2 14672 [] a afv:FundamentalFrequency ;
nothing@2 14673 event:time [ tl:at "18.553"^^xsd:float ;
nothing@2 14674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14676 afo:value "369.301"^^sxsd:hertz.number .
nothing@2 14677
nothing@2 14678 [] a afv:FundamentalFrequency ;
nothing@2 14679 event:time [ tl:at "18.559"^^xsd:float ;
nothing@2 14680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14682 afo:value "369.248"^^sxsd:hertz.number .
nothing@2 14683
nothing@2 14684 [] a afv:FundamentalFrequency ;
nothing@2 14685 event:time [ tl:at "18.564"^^xsd:float ;
nothing@2 14686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14688 afo:value "369.18"^^sxsd:hertz.number .
nothing@2 14689
nothing@2 14690 [] a afv:FundamentalFrequency ;
nothing@2 14691 event:time [ tl:at "18.57"^^xsd:float ;
nothing@2 14692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14694 afo:value "369.115"^^sxsd:hertz.number .
nothing@2 14695
nothing@2 14696 [] a afv:FundamentalFrequency ;
nothing@2 14697 event:time [ tl:at "0.186"^^xsd:float ;
nothing@2 14698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14700 afo:value "292.913"^^sxsd:hertz.number .
nothing@2 14701
nothing@2 14702 [] a afv:FundamentalFrequency ;
nothing@2 14703 event:time [ tl:at "1.858"^^xsd:float ;
nothing@2 14704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14706 afo:value "438.443"^^sxsd:hertz.number .
nothing@2 14707
nothing@2 14708 [] a afv:FundamentalFrequency ;
nothing@2 14709 event:time [ tl:at "18.576"^^xsd:float ;
nothing@2 14710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14712 afo:value "369.052"^^sxsd:hertz.number .
nothing@2 14713
nothing@2 14714 [] a afv:FundamentalFrequency ;
nothing@2 14715 event:time [ tl:at "18.582"^^xsd:float ;
nothing@2 14716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14718 afo:value "369.035"^^sxsd:hertz.number .
nothing@2 14719
nothing@2 14720 [] a afv:FundamentalFrequency ;
nothing@2 14721 event:time [ tl:at "18.588"^^xsd:float ;
nothing@2 14722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14724 afo:value "369.038"^^sxsd:hertz.number .
nothing@2 14725
nothing@2 14726 [] a afv:FundamentalFrequency ;
nothing@2 14727 event:time [ tl:at "18.593"^^xsd:float ;
nothing@2 14728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14730 afo:value "369.084"^^sxsd:hertz.number .
nothing@2 14731
nothing@2 14732 [] a afv:FundamentalFrequency ;
nothing@2 14733 event:time [ tl:at "18.599"^^xsd:float ;
nothing@2 14734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14736 afo:value "369.198"^^sxsd:hertz.number .
nothing@2 14737
nothing@2 14738 [] a afv:FundamentalFrequency ;
nothing@2 14739 event:time [ tl:at "18.605"^^xsd:float ;
nothing@2 14740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14742 afo:value "369.373"^^sxsd:hertz.number .
nothing@2 14743
nothing@2 14744 [] a afv:FundamentalFrequency ;
nothing@2 14745 event:time [ tl:at "18.611"^^xsd:float ;
nothing@2 14746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14748 afo:value "369.622"^^sxsd:hertz.number .
nothing@2 14749
nothing@2 14750 [] a afv:FundamentalFrequency ;
nothing@2 14751 event:time [ tl:at "18.617"^^xsd:float ;
nothing@2 14752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14754 afo:value "369.881"^^sxsd:hertz.number .
nothing@2 14755
nothing@2 14756 [] a afv:FundamentalFrequency ;
nothing@2 14757 event:time [ tl:at "18.622"^^xsd:float ;
nothing@2 14758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14760 afo:value "370.127"^^sxsd:hertz.number .
nothing@2 14761
nothing@2 14762 [] a afv:FundamentalFrequency ;
nothing@2 14763 event:time [ tl:at "18.628"^^xsd:float ;
nothing@2 14764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14766 afo:value "370.357"^^sxsd:hertz.number .
nothing@2 14767
nothing@2 14768 [] a afv:FundamentalFrequency ;
nothing@2 14769 event:time [ tl:at "1.863"^^xsd:float ;
nothing@2 14770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14772 afo:value "438.519"^^sxsd:hertz.number .
nothing@2 14773
nothing@2 14774 [] a afv:FundamentalFrequency ;
nothing@2 14775 event:time [ tl:at "18.634"^^xsd:float ;
nothing@2 14776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14778 afo:value "370.553"^^sxsd:hertz.number .
nothing@2 14779
nothing@2 14780 [] a afv:FundamentalFrequency ;
nothing@2 14781 event:time [ tl:at "18.64"^^xsd:float ;
nothing@2 14782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14784 afo:value "370.809"^^sxsd:hertz.number .
nothing@2 14785
nothing@2 14786 [] a afv:FundamentalFrequency ;
nothing@2 14787 event:time [ tl:at "18.646"^^xsd:float ;
nothing@2 14788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14790 afo:value "371.103"^^sxsd:hertz.number .
nothing@2 14791
nothing@2 14792 [] a afv:FundamentalFrequency ;
nothing@2 14793 event:time [ tl:at "18.651"^^xsd:float ;
nothing@2 14794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14796 afo:value "371.348"^^sxsd:hertz.number .
nothing@2 14797
nothing@2 14798 [] a afv:FundamentalFrequency ;
nothing@2 14799 event:time [ tl:at "18.657"^^xsd:float ;
nothing@2 14800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14802 afo:value "371.556"^^sxsd:hertz.number .
nothing@2 14803
nothing@2 14804 [] a afv:FundamentalFrequency ;
nothing@2 14805 event:time [ tl:at "18.663"^^xsd:float ;
nothing@2 14806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14808 afo:value "371.587"^^sxsd:hertz.number .
nothing@2 14809
nothing@2 14810 [] a afv:FundamentalFrequency ;
nothing@2 14811 event:time [ tl:at "18.669"^^xsd:float ;
nothing@2 14812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14814 afo:value "371.542"^^sxsd:hertz.number .
nothing@2 14815
nothing@2 14816 [] a afv:FundamentalFrequency ;
nothing@2 14817 event:time [ tl:at "18.675"^^xsd:float ;
nothing@2 14818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14820 afo:value "371.43"^^sxsd:hertz.number .
nothing@2 14821
nothing@2 14822 [] a afv:FundamentalFrequency ;
nothing@2 14823 event:time [ tl:at "18.68"^^xsd:float ;
nothing@2 14824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14826 afo:value "371.217"^^sxsd:hertz.number .
nothing@2 14827
nothing@2 14828 [] a afv:FundamentalFrequency ;
nothing@2 14829 event:time [ tl:at "18.686"^^xsd:float ;
nothing@2 14830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14832 afo:value "370.802"^^sxsd:hertz.number .
nothing@2 14833
nothing@2 14834 [] a afv:FundamentalFrequency ;
nothing@2 14835 event:time [ tl:at "1.869"^^xsd:float ;
nothing@2 14836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14838 afo:value "438.516"^^sxsd:hertz.number .
nothing@2 14839
nothing@2 14840 [] a afv:FundamentalFrequency ;
nothing@2 14841 event:time [ tl:at "18.692"^^xsd:float ;
nothing@2 14842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14844 afo:value "370.393"^^sxsd:hertz.number .
nothing@2 14845
nothing@2 14846 [] a afv:FundamentalFrequency ;
nothing@2 14847 event:time [ tl:at "18.698"^^xsd:float ;
nothing@2 14848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14850 afo:value "370.005"^^sxsd:hertz.number .
nothing@2 14851
nothing@2 14852 [] a afv:FundamentalFrequency ;
nothing@2 14853 event:time [ tl:at "18.704"^^xsd:float ;
nothing@2 14854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14856 afo:value "369.719"^^sxsd:hertz.number .
nothing@2 14857
nothing@2 14858 [] a afv:FundamentalFrequency ;
nothing@2 14859 event:time [ tl:at "18.709"^^xsd:float ;
nothing@2 14860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14862 afo:value "369.492"^^sxsd:hertz.number .
nothing@2 14863
nothing@2 14864 [] a afv:FundamentalFrequency ;
nothing@2 14865 event:time [ tl:at "18.715"^^xsd:float ;
nothing@2 14866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14868 afo:value "366.075"^^sxsd:hertz.number .
nothing@2 14869
nothing@2 14870 [] a afv:FundamentalFrequency ;
nothing@2 14871 event:time [ tl:at "18.721"^^xsd:float ;
nothing@2 14872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14874 afo:value "365.837"^^sxsd:hertz.number .
nothing@2 14875
nothing@2 14876 [] a afv:FundamentalFrequency ;
nothing@2 14877 event:time [ tl:at "18.727"^^xsd:float ;
nothing@2 14878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14880 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 14881
nothing@2 14882 [] a afv:FundamentalFrequency ;
nothing@2 14883 event:time [ tl:at "18.733"^^xsd:float ;
nothing@2 14884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14886 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 14887
nothing@2 14888 [] a afv:FundamentalFrequency ;
nothing@2 14889 event:time [ tl:at "18.739"^^xsd:float ;
nothing@2 14890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14892 afo:value "367.573"^^sxsd:hertz.number .
nothing@2 14893
nothing@2 14894 [] a afv:FundamentalFrequency ;
nothing@2 14895 event:time [ tl:at "18.744"^^xsd:float ;
nothing@2 14896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14898 afo:value "372.147"^^sxsd:hertz.number .
nothing@2 14899
nothing@2 14900 [] a afv:FundamentalFrequency ;
nothing@2 14901 event:time [ tl:at "1.875"^^xsd:float ;
nothing@2 14902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14904 afo:value "438.577"^^sxsd:hertz.number .
nothing@2 14905
nothing@2 14906 [] a afv:FundamentalFrequency ;
nothing@2 14907 event:time [ tl:at "18.75"^^xsd:float ;
nothing@2 14908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14910 afo:value "369.612"^^sxsd:hertz.number .
nothing@2 14911
nothing@2 14912 [] a afv:FundamentalFrequency ;
nothing@2 14913 event:time [ tl:at "18.756"^^xsd:float ;
nothing@2 14914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14916 afo:value "366.408"^^sxsd:hertz.number .
nothing@2 14917
nothing@2 14918 [] a afv:FundamentalFrequency ;
nothing@2 14919 event:time [ tl:at "18.762"^^xsd:float ;
nothing@2 14920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14922 afo:value "369.981"^^sxsd:hertz.number .
nothing@2 14923
nothing@2 14924 [] a afv:FundamentalFrequency ;
nothing@2 14925 event:time [ tl:at "18.768"^^xsd:float ;
nothing@2 14926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14928 afo:value "369.69"^^sxsd:hertz.number .
nothing@2 14929
nothing@2 14930 [] a afv:FundamentalFrequency ;
nothing@2 14931 event:time [ tl:at "18.773"^^xsd:float ;
nothing@2 14932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14934 afo:value "369.452"^^sxsd:hertz.number .
nothing@2 14935
nothing@2 14936 [] a afv:FundamentalFrequency ;
nothing@2 14937 event:time [ tl:at "18.779"^^xsd:float ;
nothing@2 14938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14940 afo:value "369.388"^^sxsd:hertz.number .
nothing@2 14941
nothing@2 14942 [] a afv:FundamentalFrequency ;
nothing@2 14943 event:time [ tl:at "18.785"^^xsd:float ;
nothing@2 14944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14946 afo:value "369.311"^^sxsd:hertz.number .
nothing@2 14947
nothing@2 14948 [] a afv:FundamentalFrequency ;
nothing@2 14949 event:time [ tl:at "18.791"^^xsd:float ;
nothing@2 14950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14952 afo:value "369.164"^^sxsd:hertz.number .
nothing@2 14953
nothing@2 14954 [] a afv:FundamentalFrequency ;
nothing@2 14955 event:time [ tl:at "18.797"^^xsd:float ;
nothing@2 14956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14958 afo:value "369.032"^^sxsd:hertz.number .
nothing@2 14959
nothing@2 14960 [] a afv:FundamentalFrequency ;
nothing@2 14961 event:time [ tl:at "18.802"^^xsd:float ;
nothing@2 14962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14964 afo:value "368.932"^^sxsd:hertz.number .
nothing@2 14965
nothing@2 14966 [] a afv:FundamentalFrequency ;
nothing@2 14967 event:time [ tl:at "1.881"^^xsd:float ;
nothing@2 14968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14970 afo:value "438.594"^^sxsd:hertz.number .
nothing@2 14971
nothing@2 14972 [] a afv:FundamentalFrequency ;
nothing@2 14973 event:time [ tl:at "18.808"^^xsd:float ;
nothing@2 14974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14976 afo:value "368.873"^^sxsd:hertz.number .
nothing@2 14977
nothing@2 14978 [] a afv:FundamentalFrequency ;
nothing@2 14979 event:time [ tl:at "18.814"^^xsd:float ;
nothing@2 14980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14982 afo:value "368.831"^^sxsd:hertz.number .
nothing@2 14983
nothing@2 14984 [] a afv:FundamentalFrequency ;
nothing@2 14985 event:time [ tl:at "18.82"^^xsd:float ;
nothing@2 14986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14988 afo:value "368.846"^^sxsd:hertz.number .
nothing@2 14989
nothing@2 14990 [] a afv:FundamentalFrequency ;
nothing@2 14991 event:time [ tl:at "18.826"^^xsd:float ;
nothing@2 14992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 14994 afo:value "368.8"^^sxsd:hertz.number .
nothing@2 14995
nothing@2 14996 [] a afv:FundamentalFrequency ;
nothing@2 14997 event:time [ tl:at "18.831"^^xsd:float ;
nothing@2 14998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 14999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15000 afo:value "368.539"^^sxsd:hertz.number .
nothing@2 15001
nothing@2 15002 [] a afv:FundamentalFrequency ;
nothing@2 15003 event:time [ tl:at "18.837"^^xsd:float ;
nothing@2 15004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15006 afo:value "368.433"^^sxsd:hertz.number .
nothing@2 15007
nothing@2 15008 [] a afv:FundamentalFrequency ;
nothing@2 15009 event:time [ tl:at "18.843"^^xsd:float ;
nothing@2 15010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15012 afo:value "368.491"^^sxsd:hertz.number .
nothing@2 15013
nothing@2 15014 [] a afv:FundamentalFrequency ;
nothing@2 15015 event:time [ tl:at "18.849"^^xsd:float ;
nothing@2 15016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15018 afo:value "368.456"^^sxsd:hertz.number .
nothing@2 15019
nothing@2 15020 [] a afv:FundamentalFrequency ;
nothing@2 15021 event:time [ tl:at "18.855"^^xsd:float ;
nothing@2 15022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15024 afo:value "368.418"^^sxsd:hertz.number .
nothing@2 15025
nothing@2 15026 [] a afv:FundamentalFrequency ;
nothing@2 15027 event:time [ tl:at "18.86"^^xsd:float ;
nothing@2 15028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15030 afo:value "368.382"^^sxsd:hertz.number .
nothing@2 15031
nothing@2 15032 [] a afv:FundamentalFrequency ;
nothing@2 15033 event:time [ tl:at "1.887"^^xsd:float ;
nothing@2 15034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15036 afo:value "438.628"^^sxsd:hertz.number .
nothing@2 15037
nothing@2 15038 [] a afv:FundamentalFrequency ;
nothing@2 15039 event:time [ tl:at "18.866"^^xsd:float ;
nothing@2 15040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15042 afo:value "368.337"^^sxsd:hertz.number .
nothing@2 15043
nothing@2 15044 [] a afv:FundamentalFrequency ;
nothing@2 15045 event:time [ tl:at "18.872"^^xsd:float ;
nothing@2 15046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15048 afo:value "368.323"^^sxsd:hertz.number .
nothing@2 15049
nothing@2 15050 [] a afv:FundamentalFrequency ;
nothing@2 15051 event:time [ tl:at "18.878"^^xsd:float ;
nothing@2 15052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15054 afo:value "368.334"^^sxsd:hertz.number .
nothing@2 15055
nothing@2 15056 [] a afv:FundamentalFrequency ;
nothing@2 15057 event:time [ tl:at "18.884"^^xsd:float ;
nothing@2 15058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15060 afo:value "368.357"^^sxsd:hertz.number .
nothing@2 15061
nothing@2 15062 [] a afv:FundamentalFrequency ;
nothing@2 15063 event:time [ tl:at "18.889"^^xsd:float ;
nothing@2 15064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15066 afo:value "368.366"^^sxsd:hertz.number .
nothing@2 15067
nothing@2 15068 [] a afv:FundamentalFrequency ;
nothing@2 15069 event:time [ tl:at "18.895"^^xsd:float ;
nothing@2 15070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15072 afo:value "368.337"^^sxsd:hertz.number .
nothing@2 15073
nothing@2 15074 [] a afv:FundamentalFrequency ;
nothing@2 15075 event:time [ tl:at "18.901"^^xsd:float ;
nothing@2 15076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15078 afo:value "368.342"^^sxsd:hertz.number .
nothing@2 15079
nothing@2 15080 [] a afv:FundamentalFrequency ;
nothing@2 15081 event:time [ tl:at "18.907"^^xsd:float ;
nothing@2 15082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15084 afo:value "368.367"^^sxsd:hertz.number .
nothing@2 15085
nothing@2 15086 [] a afv:FundamentalFrequency ;
nothing@2 15087 event:time [ tl:at "18.913"^^xsd:float ;
nothing@2 15088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15090 afo:value "368.374"^^sxsd:hertz.number .
nothing@2 15091
nothing@2 15092 [] a afv:FundamentalFrequency ;
nothing@2 15093 event:time [ tl:at "18.918"^^xsd:float ;
nothing@2 15094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15096 afo:value "368.332"^^sxsd:hertz.number .
nothing@2 15097
nothing@2 15098 [] a afv:FundamentalFrequency ;
nothing@2 15099 event:time [ tl:at "1.892"^^xsd:float ;
nothing@2 15100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15102 afo:value "438.66"^^sxsd:hertz.number .
nothing@2 15103
nothing@2 15104 [] a afv:FundamentalFrequency ;
nothing@2 15105 event:time [ tl:at "18.924"^^xsd:float ;
nothing@2 15106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15108 afo:value "368.402"^^sxsd:hertz.number .
nothing@2 15109
nothing@2 15110 [] a afv:FundamentalFrequency ;
nothing@2 15111 event:time [ tl:at "18.93"^^xsd:float ;
nothing@2 15112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15114 afo:value "368.464"^^sxsd:hertz.number .
nothing@2 15115
nothing@2 15116 [] a afv:FundamentalFrequency ;
nothing@2 15117 event:time [ tl:at "18.936"^^xsd:float ;
nothing@2 15118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15120 afo:value "368.513"^^sxsd:hertz.number .
nothing@2 15121
nothing@2 15122 [] a afv:FundamentalFrequency ;
nothing@2 15123 event:time [ tl:at "18.942"^^xsd:float ;
nothing@2 15124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15126 afo:value "368.543"^^sxsd:hertz.number .
nothing@2 15127
nothing@2 15128 [] a afv:FundamentalFrequency ;
nothing@2 15129 event:time [ tl:at "18.947"^^xsd:float ;
nothing@2 15130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15132 afo:value "368.552"^^sxsd:hertz.number .
nothing@2 15133
nothing@2 15134 [] a afv:FundamentalFrequency ;
nothing@2 15135 event:time [ tl:at "18.953"^^xsd:float ;
nothing@2 15136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15138 afo:value "368.547"^^sxsd:hertz.number .
nothing@2 15139
nothing@2 15140 [] a afv:FundamentalFrequency ;
nothing@2 15141 event:time [ tl:at "18.959"^^xsd:float ;
nothing@2 15142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15144 afo:value "368.616"^^sxsd:hertz.number .
nothing@2 15145
nothing@2 15146 [] a afv:FundamentalFrequency ;
nothing@2 15147 event:time [ tl:at "18.965"^^xsd:float ;
nothing@2 15148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15150 afo:value "368.636"^^sxsd:hertz.number .
nothing@2 15151
nothing@2 15152 [] a afv:FundamentalFrequency ;
nothing@2 15153 event:time [ tl:at "18.971"^^xsd:float ;
nothing@2 15154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15156 afo:value "368.634"^^sxsd:hertz.number .
nothing@2 15157
nothing@2 15158 [] a afv:FundamentalFrequency ;
nothing@2 15159 event:time [ tl:at "18.977"^^xsd:float ;
nothing@2 15160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15162 afo:value "368.692"^^sxsd:hertz.number .
nothing@2 15163
nothing@2 15164 [] a afv:FundamentalFrequency ;
nothing@2 15165 event:time [ tl:at "1.898"^^xsd:float ;
nothing@2 15166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15168 afo:value "438.704"^^sxsd:hertz.number .
nothing@2 15169
nothing@2 15170 [] a afv:FundamentalFrequency ;
nothing@2 15171 event:time [ tl:at "18.982"^^xsd:float ;
nothing@2 15172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15174 afo:value "368.765"^^sxsd:hertz.number .
nothing@2 15175
nothing@2 15176 [] a afv:FundamentalFrequency ;
nothing@2 15177 event:time [ tl:at "18.988"^^xsd:float ;
nothing@2 15178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15180 afo:value "368.77"^^sxsd:hertz.number .
nothing@2 15181
nothing@2 15182 [] a afv:FundamentalFrequency ;
nothing@2 15183 event:time [ tl:at "18.994"^^xsd:float ;
nothing@2 15184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15186 afo:value "368.787"^^sxsd:hertz.number .
nothing@2 15187
nothing@2 15188 [] a afv:FundamentalFrequency ;
nothing@2 15189 event:time [ tl:at "19.0"^^xsd:float ;
nothing@2 15190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15192 afo:value "368.816"^^sxsd:hertz.number .
nothing@2 15193
nothing@2 15194 [] a afv:FundamentalFrequency ;
nothing@2 15195 event:time [ tl:at "19.006"^^xsd:float ;
nothing@2 15196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15198 afo:value "368.864"^^sxsd:hertz.number .
nothing@2 15199
nothing@2 15200 [] a afv:FundamentalFrequency ;
nothing@2 15201 event:time [ tl:at "19.011"^^xsd:float ;
nothing@2 15202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15204 afo:value "368.932"^^sxsd:hertz.number .
nothing@2 15205
nothing@2 15206 [] a afv:FundamentalFrequency ;
nothing@2 15207 event:time [ tl:at "19.017"^^xsd:float ;
nothing@2 15208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15210 afo:value "368.946"^^sxsd:hertz.number .
nothing@2 15211
nothing@2 15212 [] a afv:FundamentalFrequency ;
nothing@2 15213 event:time [ tl:at "19.023"^^xsd:float ;
nothing@2 15214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15216 afo:value "369.043"^^sxsd:hertz.number .
nothing@2 15217
nothing@2 15218 [] a afv:FundamentalFrequency ;
nothing@2 15219 event:time [ tl:at "19.029"^^xsd:float ;
nothing@2 15220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15222 afo:value "369.123"^^sxsd:hertz.number .
nothing@2 15223
nothing@2 15224 [] a afv:FundamentalFrequency ;
nothing@2 15225 event:time [ tl:at "19.035"^^xsd:float ;
nothing@2 15226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15228 afo:value "369.191"^^sxsd:hertz.number .
nothing@2 15229
nothing@2 15230 [] a afv:FundamentalFrequency ;
nothing@2 15231 event:time [ tl:at "1.904"^^xsd:float ;
nothing@2 15232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15234 afo:value "438.811"^^sxsd:hertz.number .
nothing@2 15235
nothing@2 15236 [] a afv:FundamentalFrequency ;
nothing@2 15237 event:time [ tl:at "19.04"^^xsd:float ;
nothing@2 15238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15240 afo:value "369.213"^^sxsd:hertz.number .
nothing@2 15241
nothing@2 15242 [] a afv:FundamentalFrequency ;
nothing@2 15243 event:time [ tl:at "19.046"^^xsd:float ;
nothing@2 15244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15246 afo:value "369.213"^^sxsd:hertz.number .
nothing@2 15247
nothing@2 15248 [] a afv:FundamentalFrequency ;
nothing@2 15249 event:time [ tl:at "19.052"^^xsd:float ;
nothing@2 15250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15252 afo:value "369.239"^^sxsd:hertz.number .
nothing@2 15253
nothing@2 15254 [] a afv:FundamentalFrequency ;
nothing@2 15255 event:time [ tl:at "19.058"^^xsd:float ;
nothing@2 15256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15258 afo:value "369.264"^^sxsd:hertz.number .
nothing@2 15259
nothing@2 15260 [] a afv:FundamentalFrequency ;
nothing@2 15261 event:time [ tl:at "19.064"^^xsd:float ;
nothing@2 15262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15264 afo:value "369.271"^^sxsd:hertz.number .
nothing@2 15265
nothing@2 15266 [] a afv:FundamentalFrequency ;
nothing@2 15267 event:time [ tl:at "19.069"^^xsd:float ;
nothing@2 15268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15270 afo:value "369.263"^^sxsd:hertz.number .
nothing@2 15271
nothing@2 15272 [] a afv:FundamentalFrequency ;
nothing@2 15273 event:time [ tl:at "19.075"^^xsd:float ;
nothing@2 15274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15276 afo:value "369.278"^^sxsd:hertz.number .
nothing@2 15277
nothing@2 15278 [] a afv:FundamentalFrequency ;
nothing@2 15279 event:time [ tl:at "19.081"^^xsd:float ;
nothing@2 15280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15282 afo:value "369.277"^^sxsd:hertz.number .
nothing@2 15283
nothing@2 15284 [] a afv:FundamentalFrequency ;
nothing@2 15285 event:time [ tl:at "19.087"^^xsd:float ;
nothing@2 15286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15288 afo:value "369.229"^^sxsd:hertz.number .
nothing@2 15289
nothing@2 15290 [] a afv:FundamentalFrequency ;
nothing@2 15291 event:time [ tl:at "19.093"^^xsd:float ;
nothing@2 15292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15294 afo:value "369.129"^^sxsd:hertz.number .
nothing@2 15295
nothing@2 15296 [] a afv:FundamentalFrequency ;
nothing@2 15297 event:time [ tl:at "1.91"^^xsd:float ;
nothing@2 15298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15300 afo:value "438.819"^^sxsd:hertz.number .
nothing@2 15301
nothing@2 15302 [] a afv:FundamentalFrequency ;
nothing@2 15303 event:time [ tl:at "19.098"^^xsd:float ;
nothing@2 15304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15306 afo:value "369.084"^^sxsd:hertz.number .
nothing@2 15307
nothing@2 15308 [] a afv:FundamentalFrequency ;
nothing@2 15309 event:time [ tl:at "19.104"^^xsd:float ;
nothing@2 15310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15312 afo:value "369.044"^^sxsd:hertz.number .
nothing@2 15313
nothing@2 15314 [] a afv:FundamentalFrequency ;
nothing@2 15315 event:time [ tl:at "19.11"^^xsd:float ;
nothing@2 15316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15318 afo:value "369.035"^^sxsd:hertz.number .
nothing@2 15319
nothing@2 15320 [] a afv:FundamentalFrequency ;
nothing@2 15321 event:time [ tl:at "19.116"^^xsd:float ;
nothing@2 15322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15324 afo:value "369.076"^^sxsd:hertz.number .
nothing@2 15325
nothing@2 15326 [] a afv:FundamentalFrequency ;
nothing@2 15327 event:time [ tl:at "19.122"^^xsd:float ;
nothing@2 15328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15330 afo:value "369.168"^^sxsd:hertz.number .
nothing@2 15331
nothing@2 15332 [] a afv:FundamentalFrequency ;
nothing@2 15333 event:time [ tl:at "19.127"^^xsd:float ;
nothing@2 15334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15336 afo:value "369.345"^^sxsd:hertz.number .
nothing@2 15337
nothing@2 15338 [] a afv:FundamentalFrequency ;
nothing@2 15339 event:time [ tl:at "19.133"^^xsd:float ;
nothing@2 15340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15342 afo:value "369.569"^^sxsd:hertz.number .
nothing@2 15343
nothing@2 15344 [] a afv:FundamentalFrequency ;
nothing@2 15345 event:time [ tl:at "19.139"^^xsd:float ;
nothing@2 15346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15348 afo:value "369.843"^^sxsd:hertz.number .
nothing@2 15349
nothing@2 15350 [] a afv:FundamentalFrequency ;
nothing@2 15351 event:time [ tl:at "19.145"^^xsd:float ;
nothing@2 15352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15354 afo:value "370.092"^^sxsd:hertz.number .
nothing@2 15355
nothing@2 15356 [] a afv:FundamentalFrequency ;
nothing@2 15357 event:time [ tl:at "19.151"^^xsd:float ;
nothing@2 15358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15360 afo:value "370.315"^^sxsd:hertz.number .
nothing@2 15361
nothing@2 15362 [] a afv:FundamentalFrequency ;
nothing@2 15363 event:time [ tl:at "0.192"^^xsd:float ;
nothing@2 15364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15366 afo:value "292.839"^^sxsd:hertz.number .
nothing@2 15367
nothing@2 15368 [] a afv:FundamentalFrequency ;
nothing@2 15369 event:time [ tl:at "1.916"^^xsd:float ;
nothing@2 15370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15372 afo:value "438.866"^^sxsd:hertz.number .
nothing@2 15373
nothing@2 15374 [] a afv:FundamentalFrequency ;
nothing@2 15375 event:time [ tl:at "19.156"^^xsd:float ;
nothing@2 15376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15378 afo:value "370.532"^^sxsd:hertz.number .
nothing@2 15379
nothing@2 15380 [] a afv:FundamentalFrequency ;
nothing@2 15381 event:time [ tl:at "19.162"^^xsd:float ;
nothing@2 15382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15384 afo:value "370.733"^^sxsd:hertz.number .
nothing@2 15385
nothing@2 15386 [] a afv:FundamentalFrequency ;
nothing@2 15387 event:time [ tl:at "19.168"^^xsd:float ;
nothing@2 15388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15390 afo:value "371.012"^^sxsd:hertz.number .
nothing@2 15391
nothing@2 15392 [] a afv:FundamentalFrequency ;
nothing@2 15393 event:time [ tl:at "19.174"^^xsd:float ;
nothing@2 15394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15396 afo:value "371.292"^^sxsd:hertz.number .
nothing@2 15397
nothing@2 15398 [] a afv:FundamentalFrequency ;
nothing@2 15399 event:time [ tl:at "19.18"^^xsd:float ;
nothing@2 15400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15402 afo:value "371.505"^^sxsd:hertz.number .
nothing@2 15403
nothing@2 15404 [] a afv:FundamentalFrequency ;
nothing@2 15405 event:time [ tl:at "19.185"^^xsd:float ;
nothing@2 15406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15408 afo:value "371.581"^^sxsd:hertz.number .
nothing@2 15409
nothing@2 15410 [] a afv:FundamentalFrequency ;
nothing@2 15411 event:time [ tl:at "19.191"^^xsd:float ;
nothing@2 15412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15414 afo:value "371.488"^^sxsd:hertz.number .
nothing@2 15415
nothing@2 15416 [] a afv:FundamentalFrequency ;
nothing@2 15417 event:time [ tl:at "19.197"^^xsd:float ;
nothing@2 15418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15420 afo:value "371.39"^^sxsd:hertz.number .
nothing@2 15421
nothing@2 15422 [] a afv:FundamentalFrequency ;
nothing@2 15423 event:time [ tl:at "19.203"^^xsd:float ;
nothing@2 15424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15426 afo:value "371.139"^^sxsd:hertz.number .
nothing@2 15427
nothing@2 15428 [] a afv:FundamentalFrequency ;
nothing@2 15429 event:time [ tl:at "19.209"^^xsd:float ;
nothing@2 15430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15432 afo:value "370.786"^^sxsd:hertz.number .
nothing@2 15433
nothing@2 15434 [] a afv:FundamentalFrequency ;
nothing@2 15435 event:time [ tl:at "1.921"^^xsd:float ;
nothing@2 15436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15438 afo:value "438.881"^^sxsd:hertz.number .
nothing@2 15439
nothing@2 15440 [] a afv:FundamentalFrequency ;
nothing@2 15441 event:time [ tl:at "19.215"^^xsd:float ;
nothing@2 15442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15444 afo:value "370.313"^^sxsd:hertz.number .
nothing@2 15445
nothing@2 15446 [] a afv:FundamentalFrequency ;
nothing@2 15447 event:time [ tl:at "19.22"^^xsd:float ;
nothing@2 15448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15450 afo:value "369.118"^^sxsd:hertz.number .
nothing@2 15451
nothing@2 15452 [] a afv:FundamentalFrequency ;
nothing@2 15453 event:time [ tl:at "19.226"^^xsd:float ;
nothing@2 15454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15456 afo:value "366.918"^^sxsd:hertz.number .
nothing@2 15457
nothing@2 15458 [] a afv:FundamentalFrequency ;
nothing@2 15459 event:time [ tl:at "19.232"^^xsd:float ;
nothing@2 15460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15462 afo:value "362.959"^^sxsd:hertz.number .
nothing@2 15463
nothing@2 15464 [] a afv:FundamentalFrequency ;
nothing@2 15465 event:time [ tl:at "19.238"^^xsd:float ;
nothing@2 15466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15468 afo:value "362.232"^^sxsd:hertz.number .
nothing@2 15469
nothing@2 15470 [] a afv:FundamentalFrequency ;
nothing@2 15471 event:time [ tl:at "19.244"^^xsd:float ;
nothing@2 15472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15474 afo:value "364.933"^^sxsd:hertz.number .
nothing@2 15475
nothing@2 15476 [] a afv:FundamentalFrequency ;
nothing@2 15477 event:time [ tl:at "19.249"^^xsd:float ;
nothing@2 15478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15480 afo:value "365.909"^^sxsd:hertz.number .
nothing@2 15481
nothing@2 15482 [] a afv:FundamentalFrequency ;
nothing@2 15483 event:time [ tl:at "19.255"^^xsd:float ;
nothing@2 15484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15486 afo:value "365.716"^^sxsd:hertz.number .
nothing@2 15487
nothing@2 15488 [] a afv:FundamentalFrequency ;
nothing@2 15489 event:time [ tl:at "19.261"^^xsd:float ;
nothing@2 15490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15492 afo:value "367.221"^^sxsd:hertz.number .
nothing@2 15493
nothing@2 15494 [] a afv:FundamentalFrequency ;
nothing@2 15495 event:time [ tl:at "19.267"^^xsd:float ;
nothing@2 15496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15498 afo:value "367.376"^^sxsd:hertz.number .
nothing@2 15499
nothing@2 15500 [] a afv:FundamentalFrequency ;
nothing@2 15501 event:time [ tl:at "1.927"^^xsd:float ;
nothing@2 15502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15504 afo:value "438.887"^^sxsd:hertz.number .
nothing@2 15505
nothing@2 15506 [] a afv:FundamentalFrequency ;
nothing@2 15507 event:time [ tl:at "19.273"^^xsd:float ;
nothing@2 15508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15510 afo:value "367.522"^^sxsd:hertz.number .
nothing@2 15511
nothing@2 15512 [] a afv:FundamentalFrequency ;
nothing@2 15513 event:time [ tl:at "19.278"^^xsd:float ;
nothing@2 15514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15516 afo:value "368.755"^^sxsd:hertz.number .
nothing@2 15517
nothing@2 15518 [] a afv:FundamentalFrequency ;
nothing@2 15519 event:time [ tl:at "19.284"^^xsd:float ;
nothing@2 15520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15522 afo:value "368.876"^^sxsd:hertz.number .
nothing@2 15523
nothing@2 15524 [] a afv:FundamentalFrequency ;
nothing@2 15525 event:time [ tl:at "19.29"^^xsd:float ;
nothing@2 15526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15528 afo:value "368.767"^^sxsd:hertz.number .
nothing@2 15529
nothing@2 15530 [] a afv:FundamentalFrequency ;
nothing@2 15531 event:time [ tl:at "19.296"^^xsd:float ;
nothing@2 15532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15534 afo:value "368.851"^^sxsd:hertz.number .
nothing@2 15535
nothing@2 15536 [] a afv:FundamentalFrequency ;
nothing@2 15537 event:time [ tl:at "19.302"^^xsd:float ;
nothing@2 15538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15540 afo:value "368.902"^^sxsd:hertz.number .
nothing@2 15541
nothing@2 15542 [] a afv:FundamentalFrequency ;
nothing@2 15543 event:time [ tl:at "19.307"^^xsd:float ;
nothing@2 15544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15546 afo:value "368.826"^^sxsd:hertz.number .
nothing@2 15547
nothing@2 15548 [] a afv:FundamentalFrequency ;
nothing@2 15549 event:time [ tl:at "19.313"^^xsd:float ;
nothing@2 15550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15552 afo:value "368.797"^^sxsd:hertz.number .
nothing@2 15553
nothing@2 15554 [] a afv:FundamentalFrequency ;
nothing@2 15555 event:time [ tl:at "19.319"^^xsd:float ;
nothing@2 15556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15558 afo:value "368.788"^^sxsd:hertz.number .
nothing@2 15559
nothing@2 15560 [] a afv:FundamentalFrequency ;
nothing@2 15561 event:time [ tl:at "19.325"^^xsd:float ;
nothing@2 15562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15564 afo:value "368.799"^^sxsd:hertz.number .
nothing@2 15565
nothing@2 15566 [] a afv:FundamentalFrequency ;
nothing@2 15567 event:time [ tl:at "1.933"^^xsd:float ;
nothing@2 15568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15570 afo:value "438.907"^^sxsd:hertz.number .
nothing@2 15571
nothing@2 15572 [] a afv:FundamentalFrequency ;
nothing@2 15573 event:time [ tl:at "19.331"^^xsd:float ;
nothing@2 15574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15576 afo:value "368.862"^^sxsd:hertz.number .
nothing@2 15577
nothing@2 15578 [] a afv:FundamentalFrequency ;
nothing@2 15579 event:time [ tl:at "19.336"^^xsd:float ;
nothing@2 15580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15582 afo:value "368.841"^^sxsd:hertz.number .
nothing@2 15583
nothing@2 15584 [] a afv:FundamentalFrequency ;
nothing@2 15585 event:time [ tl:at "19.342"^^xsd:float ;
nothing@2 15586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15588 afo:value "368.722"^^sxsd:hertz.number .
nothing@2 15589
nothing@2 15590 [] a afv:FundamentalFrequency ;
nothing@2 15591 event:time [ tl:at "19.348"^^xsd:float ;
nothing@2 15592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15594 afo:value "368.46"^^sxsd:hertz.number .
nothing@2 15595
nothing@2 15596 [] a afv:FundamentalFrequency ;
nothing@2 15597 event:time [ tl:at "19.354"^^xsd:float ;
nothing@2 15598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15600 afo:value "368.505"^^sxsd:hertz.number .
nothing@2 15601
nothing@2 15602 [] a afv:FundamentalFrequency ;
nothing@2 15603 event:time [ tl:at "19.36"^^xsd:float ;
nothing@2 15604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15606 afo:value "368.503"^^sxsd:hertz.number .
nothing@2 15607
nothing@2 15608 [] a afv:FundamentalFrequency ;
nothing@2 15609 event:time [ tl:at "19.365"^^xsd:float ;
nothing@2 15610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15612 afo:value "368.509"^^sxsd:hertz.number .
nothing@2 15613
nothing@2 15614 [] a afv:FundamentalFrequency ;
nothing@2 15615 event:time [ tl:at "19.371"^^xsd:float ;
nothing@2 15616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15618 afo:value "368.523"^^sxsd:hertz.number .
nothing@2 15619
nothing@2 15620 [] a afv:FundamentalFrequency ;
nothing@2 15621 event:time [ tl:at "19.377"^^xsd:float ;
nothing@2 15622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15624 afo:value "368.505"^^sxsd:hertz.number .
nothing@2 15625
nothing@2 15626 [] a afv:FundamentalFrequency ;
nothing@2 15627 event:time [ tl:at "19.383"^^xsd:float ;
nothing@2 15628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15630 afo:value "368.491"^^sxsd:hertz.number .
nothing@2 15631
nothing@2 15632 [] a afv:FundamentalFrequency ;
nothing@2 15633 event:time [ tl:at "1.939"^^xsd:float ;
nothing@2 15634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15636 afo:value "438.96"^^sxsd:hertz.number .
nothing@2 15637
nothing@2 15638 [] a afv:FundamentalFrequency ;
nothing@2 15639 event:time [ tl:at "19.389"^^xsd:float ;
nothing@2 15640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15642 afo:value "368.489"^^sxsd:hertz.number .
nothing@2 15643
nothing@2 15644 [] a afv:FundamentalFrequency ;
nothing@2 15645 event:time [ tl:at "19.394"^^xsd:float ;
nothing@2 15646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15648 afo:value "368.471"^^sxsd:hertz.number .
nothing@2 15649
nothing@2 15650 [] a afv:FundamentalFrequency ;
nothing@2 15651 event:time [ tl:at "19.4"^^xsd:float ;
nothing@2 15652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15654 afo:value "368.411"^^sxsd:hertz.number .
nothing@2 15655
nothing@2 15656 [] a afv:FundamentalFrequency ;
nothing@2 15657 event:time [ tl:at "19.406"^^xsd:float ;
nothing@2 15658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15660 afo:value "368.29"^^sxsd:hertz.number .
nothing@2 15661
nothing@2 15662 [] a afv:FundamentalFrequency ;
nothing@2 15663 event:time [ tl:at "19.412"^^xsd:float ;
nothing@2 15664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15666 afo:value "368.205"^^sxsd:hertz.number .
nothing@2 15667
nothing@2 15668 [] a afv:FundamentalFrequency ;
nothing@2 15669 event:time [ tl:at "19.418"^^xsd:float ;
nothing@2 15670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15672 afo:value "368.186"^^sxsd:hertz.number .
nothing@2 15673
nothing@2 15674 [] a afv:FundamentalFrequency ;
nothing@2 15675 event:time [ tl:at "19.423"^^xsd:float ;
nothing@2 15676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15678 afo:value "368.207"^^sxsd:hertz.number .
nothing@2 15679
nothing@2 15680 [] a afv:FundamentalFrequency ;
nothing@2 15681 event:time [ tl:at "19.429"^^xsd:float ;
nothing@2 15682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15684 afo:value "368.194"^^sxsd:hertz.number .
nothing@2 15685
nothing@2 15686 [] a afv:FundamentalFrequency ;
nothing@2 15687 event:time [ tl:at "19.435"^^xsd:float ;
nothing@2 15688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15690 afo:value "368.276"^^sxsd:hertz.number .
nothing@2 15691
nothing@2 15692 [] a afv:FundamentalFrequency ;
nothing@2 15693 event:time [ tl:at "19.441"^^xsd:float ;
nothing@2 15694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15696 afo:value "368.335"^^sxsd:hertz.number .
nothing@2 15697
nothing@2 15698 [] a afv:FundamentalFrequency ;
nothing@2 15699 event:time [ tl:at "1.945"^^xsd:float ;
nothing@2 15700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15702 afo:value "439.013"^^sxsd:hertz.number .
nothing@2 15703
nothing@2 15704 [] a afv:FundamentalFrequency ;
nothing@2 15705 event:time [ tl:at "19.447"^^xsd:float ;
nothing@2 15706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15708 afo:value "368.382"^^sxsd:hertz.number .
nothing@2 15709
nothing@2 15710 [] a afv:FundamentalFrequency ;
nothing@2 15711 event:time [ tl:at "19.453"^^xsd:float ;
nothing@2 15712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15714 afo:value "368.424"^^sxsd:hertz.number .
nothing@2 15715
nothing@2 15716 [] a afv:FundamentalFrequency ;
nothing@2 15717 event:time [ tl:at "19.458"^^xsd:float ;
nothing@2 15718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15720 afo:value "368.434"^^sxsd:hertz.number .
nothing@2 15721
nothing@2 15722 [] a afv:FundamentalFrequency ;
nothing@2 15723 event:time [ tl:at "19.464"^^xsd:float ;
nothing@2 15724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15726 afo:value "368.363"^^sxsd:hertz.number .
nothing@2 15727
nothing@2 15728 [] a afv:FundamentalFrequency ;
nothing@2 15729 event:time [ tl:at "19.47"^^xsd:float ;
nothing@2 15730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15732 afo:value "368.509"^^sxsd:hertz.number .
nothing@2 15733
nothing@2 15734 [] a afv:FundamentalFrequency ;
nothing@2 15735 event:time [ tl:at "19.476"^^xsd:float ;
nothing@2 15736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15738 afo:value "368.554"^^sxsd:hertz.number .
nothing@2 15739
nothing@2 15740 [] a afv:FundamentalFrequency ;
nothing@2 15741 event:time [ tl:at "19.482"^^xsd:float ;
nothing@2 15742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15744 afo:value "368.609"^^sxsd:hertz.number .
nothing@2 15745
nothing@2 15746 [] a afv:FundamentalFrequency ;
nothing@2 15747 event:time [ tl:at "19.487"^^xsd:float ;
nothing@2 15748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15750 afo:value "368.641"^^sxsd:hertz.number .
nothing@2 15751
nothing@2 15752 [] a afv:FundamentalFrequency ;
nothing@2 15753 event:time [ tl:at "19.493"^^xsd:float ;
nothing@2 15754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15756 afo:value "368.721"^^sxsd:hertz.number .
nothing@2 15757
nothing@2 15758 [] a afv:FundamentalFrequency ;
nothing@2 15759 event:time [ tl:at "19.499"^^xsd:float ;
nothing@2 15760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15762 afo:value "368.733"^^sxsd:hertz.number .
nothing@2 15763
nothing@2 15764 [] a afv:FundamentalFrequency ;
nothing@2 15765 event:time [ tl:at "1.95"^^xsd:float ;
nothing@2 15766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15768 afo:value "439.06"^^sxsd:hertz.number .
nothing@2 15769
nothing@2 15770 [] a afv:FundamentalFrequency ;
nothing@2 15771 event:time [ tl:at "19.505"^^xsd:float ;
nothing@2 15772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15774 afo:value "368.754"^^sxsd:hertz.number .
nothing@2 15775
nothing@2 15776 [] a afv:FundamentalFrequency ;
nothing@2 15777 event:time [ tl:at "19.511"^^xsd:float ;
nothing@2 15778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15780 afo:value "368.782"^^sxsd:hertz.number .
nothing@2 15781
nothing@2 15782 [] a afv:FundamentalFrequency ;
nothing@2 15783 event:time [ tl:at "19.516"^^xsd:float ;
nothing@2 15784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15786 afo:value "368.836"^^sxsd:hertz.number .
nothing@2 15787
nothing@2 15788 [] a afv:FundamentalFrequency ;
nothing@2 15789 event:time [ tl:at "19.522"^^xsd:float ;
nothing@2 15790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15792 afo:value "368.92"^^sxsd:hertz.number .
nothing@2 15793
nothing@2 15794 [] a afv:FundamentalFrequency ;
nothing@2 15795 event:time [ tl:at "19.528"^^xsd:float ;
nothing@2 15796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15798 afo:value "368.93"^^sxsd:hertz.number .
nothing@2 15799
nothing@2 15800 [] a afv:FundamentalFrequency ;
nothing@2 15801 event:time [ tl:at "19.534"^^xsd:float ;
nothing@2 15802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15804 afo:value "369.019"^^sxsd:hertz.number .
nothing@2 15805
nothing@2 15806 [] a afv:FundamentalFrequency ;
nothing@2 15807 event:time [ tl:at "19.54"^^xsd:float ;
nothing@2 15808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15810 afo:value "369.095"^^sxsd:hertz.number .
nothing@2 15811
nothing@2 15812 [] a afv:FundamentalFrequency ;
nothing@2 15813 event:time [ tl:at "19.545"^^xsd:float ;
nothing@2 15814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15816 afo:value "369.156"^^sxsd:hertz.number .
nothing@2 15817
nothing@2 15818 [] a afv:FundamentalFrequency ;
nothing@2 15819 event:time [ tl:at "19.551"^^xsd:float ;
nothing@2 15820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15822 afo:value "369.182"^^sxsd:hertz.number .
nothing@2 15823
nothing@2 15824 [] a afv:FundamentalFrequency ;
nothing@2 15825 event:time [ tl:at "19.557"^^xsd:float ;
nothing@2 15826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15828 afo:value "369.173"^^sxsd:hertz.number .
nothing@2 15829
nothing@2 15830 [] a afv:FundamentalFrequency ;
nothing@2 15831 event:time [ tl:at "1.956"^^xsd:float ;
nothing@2 15832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15834 afo:value "439.112"^^sxsd:hertz.number .
nothing@2 15835
nothing@2 15836 [] a afv:FundamentalFrequency ;
nothing@2 15837 event:time [ tl:at "19.563"^^xsd:float ;
nothing@2 15838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15840 afo:value "369.186"^^sxsd:hertz.number .
nothing@2 15841
nothing@2 15842 [] a afv:FundamentalFrequency ;
nothing@2 15843 event:time [ tl:at "19.569"^^xsd:float ;
nothing@2 15844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15846 afo:value "369.207"^^sxsd:hertz.number .
nothing@2 15847
nothing@2 15848 [] a afv:FundamentalFrequency ;
nothing@2 15849 event:time [ tl:at "19.574"^^xsd:float ;
nothing@2 15850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15852 afo:value "369.217"^^sxsd:hertz.number .
nothing@2 15853
nothing@2 15854 [] a afv:FundamentalFrequency ;
nothing@2 15855 event:time [ tl:at "19.58"^^xsd:float ;
nothing@2 15856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15858 afo:value "369.213"^^sxsd:hertz.number .
nothing@2 15859
nothing@2 15860 [] a afv:FundamentalFrequency ;
nothing@2 15861 event:time [ tl:at "19.586"^^xsd:float ;
nothing@2 15862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15864 afo:value "369.264"^^sxsd:hertz.number .
nothing@2 15865
nothing@2 15866 [] a afv:FundamentalFrequency ;
nothing@2 15867 event:time [ tl:at "19.592"^^xsd:float ;
nothing@2 15868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15870 afo:value "369.271"^^sxsd:hertz.number .
nothing@2 15871
nothing@2 15872 [] a afv:FundamentalFrequency ;
nothing@2 15873 event:time [ tl:at "19.598"^^xsd:float ;
nothing@2 15874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15876 afo:value "369.237"^^sxsd:hertz.number .
nothing@2 15877
nothing@2 15878 [] a afv:FundamentalFrequency ;
nothing@2 15879 event:time [ tl:at "19.603"^^xsd:float ;
nothing@2 15880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15882 afo:value "369.124"^^sxsd:hertz.number .
nothing@2 15883
nothing@2 15884 [] a afv:FundamentalFrequency ;
nothing@2 15885 event:time [ tl:at "19.609"^^xsd:float ;
nothing@2 15886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15888 afo:value "369.091"^^sxsd:hertz.number .
nothing@2 15889
nothing@2 15890 [] a afv:FundamentalFrequency ;
nothing@2 15891 event:time [ tl:at "19.615"^^xsd:float ;
nothing@2 15892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15894 afo:value "369.064"^^sxsd:hertz.number .
nothing@2 15895
nothing@2 15896 [] a afv:FundamentalFrequency ;
nothing@2 15897 event:time [ tl:at "1.962"^^xsd:float ;
nothing@2 15898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15900 afo:value "439.086"^^sxsd:hertz.number .
nothing@2 15901
nothing@2 15902 [] a afv:FundamentalFrequency ;
nothing@2 15903 event:time [ tl:at "19.621"^^xsd:float ;
nothing@2 15904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15906 afo:value "369.057"^^sxsd:hertz.number .
nothing@2 15907
nothing@2 15908 [] a afv:FundamentalFrequency ;
nothing@2 15909 event:time [ tl:at "19.627"^^xsd:float ;
nothing@2 15910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15912 afo:value "369.074"^^sxsd:hertz.number .
nothing@2 15913
nothing@2 15914 [] a afv:FundamentalFrequency ;
nothing@2 15915 event:time [ tl:at "19.632"^^xsd:float ;
nothing@2 15916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15918 afo:value "369.125"^^sxsd:hertz.number .
nothing@2 15919
nothing@2 15920 [] a afv:FundamentalFrequency ;
nothing@2 15921 event:time [ tl:at "19.638"^^xsd:float ;
nothing@2 15922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15924 afo:value "369.229"^^sxsd:hertz.number .
nothing@2 15925
nothing@2 15926 [] a afv:FundamentalFrequency ;
nothing@2 15927 event:time [ tl:at "19.644"^^xsd:float ;
nothing@2 15928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15930 afo:value "369.405"^^sxsd:hertz.number .
nothing@2 15931
nothing@2 15932 [] a afv:FundamentalFrequency ;
nothing@2 15933 event:time [ tl:at "19.65"^^xsd:float ;
nothing@2 15934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15936 afo:value "369.605"^^sxsd:hertz.number .
nothing@2 15937
nothing@2 15938 [] a afv:FundamentalFrequency ;
nothing@2 15939 event:time [ tl:at "19.656"^^xsd:float ;
nothing@2 15940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15942 afo:value "369.823"^^sxsd:hertz.number .
nothing@2 15943
nothing@2 15944 [] a afv:FundamentalFrequency ;
nothing@2 15945 event:time [ tl:at "19.661"^^xsd:float ;
nothing@2 15946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15948 afo:value "370.018"^^sxsd:hertz.number .
nothing@2 15949
nothing@2 15950 [] a afv:FundamentalFrequency ;
nothing@2 15951 event:time [ tl:at "19.667"^^xsd:float ;
nothing@2 15952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15954 afo:value "370.197"^^sxsd:hertz.number .
nothing@2 15955
nothing@2 15956 [] a afv:FundamentalFrequency ;
nothing@2 15957 event:time [ tl:at "19.673"^^xsd:float ;
nothing@2 15958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15960 afo:value "370.391"^^sxsd:hertz.number .
nothing@2 15961
nothing@2 15962 [] a afv:FundamentalFrequency ;
nothing@2 15963 event:time [ tl:at "1.968"^^xsd:float ;
nothing@2 15964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15966 afo:value "439.049"^^sxsd:hertz.number .
nothing@2 15967
nothing@2 15968 [] a afv:FundamentalFrequency ;
nothing@2 15969 event:time [ tl:at "19.679"^^xsd:float ;
nothing@2 15970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15972 afo:value "370.667"^^sxsd:hertz.number .
nothing@2 15973
nothing@2 15974 [] a afv:FundamentalFrequency ;
nothing@2 15975 event:time [ tl:at "19.685"^^xsd:float ;
nothing@2 15976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15978 afo:value "370.991"^^sxsd:hertz.number .
nothing@2 15979
nothing@2 15980 [] a afv:FundamentalFrequency ;
nothing@2 15981 event:time [ tl:at "19.691"^^xsd:float ;
nothing@2 15982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15984 afo:value "371.277"^^sxsd:hertz.number .
nothing@2 15985
nothing@2 15986 [] a afv:FundamentalFrequency ;
nothing@2 15987 event:time [ tl:at "19.696"^^xsd:float ;
nothing@2 15988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15990 afo:value "371.448"^^sxsd:hertz.number .
nothing@2 15991
nothing@2 15992 [] a afv:FundamentalFrequency ;
nothing@2 15993 event:time [ tl:at "19.702"^^xsd:float ;
nothing@2 15994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 15995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 15996 afo:value "371.43"^^sxsd:hertz.number .
nothing@2 15997
nothing@2 15998 [] a afv:FundamentalFrequency ;
nothing@2 15999 event:time [ tl:at "19.708"^^xsd:float ;
nothing@2 16000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16002 afo:value "371.389"^^sxsd:hertz.number .
nothing@2 16003
nothing@2 16004 [] a afv:FundamentalFrequency ;
nothing@2 16005 event:time [ tl:at "19.714"^^xsd:float ;
nothing@2 16006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16008 afo:value "371.211"^^sxsd:hertz.number .
nothing@2 16009
nothing@2 16010 [] a afv:FundamentalFrequency ;
nothing@2 16011 event:time [ tl:at "19.72"^^xsd:float ;
nothing@2 16012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16014 afo:value "371.012"^^sxsd:hertz.number .
nothing@2 16015
nothing@2 16016 [] a afv:FundamentalFrequency ;
nothing@2 16017 event:time [ tl:at "19.725"^^xsd:float ;
nothing@2 16018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16020 afo:value "370.716"^^sxsd:hertz.number .
nothing@2 16021
nothing@2 16022 [] a afv:FundamentalFrequency ;
nothing@2 16023 event:time [ tl:at "19.731"^^xsd:float ;
nothing@2 16024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16026 afo:value "370.398"^^sxsd:hertz.number .
nothing@2 16027
nothing@2 16028 [] a afv:FundamentalFrequency ;
nothing@2 16029 event:time [ tl:at "0.197"^^xsd:float ;
nothing@2 16030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16032 afo:value "292.766"^^sxsd:hertz.number .
nothing@2 16033
nothing@2 16034 [] a afv:FundamentalFrequency ;
nothing@2 16035 event:time [ tl:at "1.974"^^xsd:float ;
nothing@2 16036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16038 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 16039
nothing@2 16040 [] a afv:FundamentalFrequency ;
nothing@2 16041 event:time [ tl:at "19.737"^^xsd:float ;
nothing@2 16042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16044 afo:value "370.261"^^sxsd:hertz.number .
nothing@2 16045
nothing@2 16046 [] a afv:FundamentalFrequency ;
nothing@2 16047 event:time [ tl:at "19.743"^^xsd:float ;
nothing@2 16048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16050 afo:value "368.992"^^sxsd:hertz.number .
nothing@2 16051
nothing@2 16052 [] a afv:FundamentalFrequency ;
nothing@2 16053 event:time [ tl:at "19.749"^^xsd:float ;
nothing@2 16054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16056 afo:value "368.118"^^sxsd:hertz.number .
nothing@2 16057
nothing@2 16058 [] a afv:FundamentalFrequency ;
nothing@2 16059 event:time [ tl:at "19.754"^^xsd:float ;
nothing@2 16060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16062 afo:value "367.807"^^sxsd:hertz.number .
nothing@2 16063
nothing@2 16064 [] a afv:FundamentalFrequency ;
nothing@2 16065 event:time [ tl:at "19.76"^^xsd:float ;
nothing@2 16066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16068 afo:value "368.215"^^sxsd:hertz.number .
nothing@2 16069
nothing@2 16070 [] a afv:FundamentalFrequency ;
nothing@2 16071 event:time [ tl:at "19.766"^^xsd:float ;
nothing@2 16072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16074 afo:value "412.913"^^sxsd:hertz.number .
nothing@2 16075
nothing@2 16076 [] a afv:FundamentalFrequency ;
nothing@2 16077 event:time [ tl:at "19.772"^^xsd:float ;
nothing@2 16078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16080 afo:value "413.856"^^sxsd:hertz.number .
nothing@2 16081
nothing@2 16082 [] a afv:FundamentalFrequency ;
nothing@2 16083 event:time [ tl:at "19.778"^^xsd:float ;
nothing@2 16084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16086 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 16087
nothing@2 16088 [] a afv:FundamentalFrequency ;
nothing@2 16089 event:time [ tl:at "19.783"^^xsd:float ;
nothing@2 16090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16092 afo:value "438.494"^^sxsd:hertz.number .
nothing@2 16093
nothing@2 16094 [] a afv:FundamentalFrequency ;
nothing@2 16095 event:time [ tl:at "19.789"^^xsd:float ;
nothing@2 16096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16098 afo:value "439.617"^^sxsd:hertz.number .
nothing@2 16099
nothing@2 16100 [] a afv:FundamentalFrequency ;
nothing@2 16101 event:time [ tl:at "1.98"^^xsd:float ;
nothing@2 16102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16104 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 16105
nothing@2 16106 [] a afv:FundamentalFrequency ;
nothing@2 16107 event:time [ tl:at "19.795"^^xsd:float ;
nothing@2 16108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16110 afo:value "439.627"^^sxsd:hertz.number .
nothing@2 16111
nothing@2 16112 [] a afv:FundamentalFrequency ;
nothing@2 16113 event:time [ tl:at "19.801"^^xsd:float ;
nothing@2 16114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16116 afo:value "439.29"^^sxsd:hertz.number .
nothing@2 16117
nothing@2 16118 [] a afv:FundamentalFrequency ;
nothing@2 16119 event:time [ tl:at "19.807"^^xsd:float ;
nothing@2 16120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16122 afo:value "439.216"^^sxsd:hertz.number .
nothing@2 16123
nothing@2 16124 [] a afv:FundamentalFrequency ;
nothing@2 16125 event:time [ tl:at "19.812"^^xsd:float ;
nothing@2 16126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16128 afo:value "438.886"^^sxsd:hertz.number .
nothing@2 16129
nothing@2 16130 [] a afv:FundamentalFrequency ;
nothing@2 16131 event:time [ tl:at "19.818"^^xsd:float ;
nothing@2 16132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16134 afo:value "438.851"^^sxsd:hertz.number .
nothing@2 16135
nothing@2 16136 [] a afv:FundamentalFrequency ;
nothing@2 16137 event:time [ tl:at "19.824"^^xsd:float ;
nothing@2 16138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16140 afo:value "438.784"^^sxsd:hertz.number .
nothing@2 16141
nothing@2 16142 [] a afv:FundamentalFrequency ;
nothing@2 16143 event:time [ tl:at "19.83"^^xsd:float ;
nothing@2 16144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16146 afo:value "438.753"^^sxsd:hertz.number .
nothing@2 16147
nothing@2 16148 [] a afv:FundamentalFrequency ;
nothing@2 16149 event:time [ tl:at "19.836"^^xsd:float ;
nothing@2 16150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16152 afo:value "438.56"^^sxsd:hertz.number .
nothing@2 16153
nothing@2 16154 [] a afv:FundamentalFrequency ;
nothing@2 16155 event:time [ tl:at "19.841"^^xsd:float ;
nothing@2 16156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16158 afo:value "438.42"^^sxsd:hertz.number .
nothing@2 16159
nothing@2 16160 [] a afv:FundamentalFrequency ;
nothing@2 16161 event:time [ tl:at "19.847"^^xsd:float ;
nothing@2 16162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16164 afo:value "438.322"^^sxsd:hertz.number .
nothing@2 16165
nothing@2 16166 [] a afv:FundamentalFrequency ;
nothing@2 16167 event:time [ tl:at "1.985"^^xsd:float ;
nothing@2 16168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16170 afo:value "439.032"^^sxsd:hertz.number .
nothing@2 16171
nothing@2 16172 [] a afv:FundamentalFrequency ;
nothing@2 16173 event:time [ tl:at "19.853"^^xsd:float ;
nothing@2 16174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16176 afo:value "438.352"^^sxsd:hertz.number .
nothing@2 16177
nothing@2 16178 [] a afv:FundamentalFrequency ;
nothing@2 16179 event:time [ tl:at "19.859"^^xsd:float ;
nothing@2 16180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16182 afo:value "438.309"^^sxsd:hertz.number .
nothing@2 16183
nothing@2 16184 [] a afv:FundamentalFrequency ;
nothing@2 16185 event:time [ tl:at "19.865"^^xsd:float ;
nothing@2 16186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16188 afo:value "438.26"^^sxsd:hertz.number .
nothing@2 16189
nothing@2 16190 [] a afv:FundamentalFrequency ;
nothing@2 16191 event:time [ tl:at "19.87"^^xsd:float ;
nothing@2 16192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16194 afo:value "438.184"^^sxsd:hertz.number .
nothing@2 16195
nothing@2 16196 [] a afv:FundamentalFrequency ;
nothing@2 16197 event:time [ tl:at "19.876"^^xsd:float ;
nothing@2 16198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16200 afo:value "438.179"^^sxsd:hertz.number .
nothing@2 16201
nothing@2 16202 [] a afv:FundamentalFrequency ;
nothing@2 16203 event:time [ tl:at "19.882"^^xsd:float ;
nothing@2 16204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16206 afo:value "438.139"^^sxsd:hertz.number .
nothing@2 16207
nothing@2 16208 [] a afv:FundamentalFrequency ;
nothing@2 16209 event:time [ tl:at "19.888"^^xsd:float ;
nothing@2 16210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16212 afo:value "438.113"^^sxsd:hertz.number .
nothing@2 16213
nothing@2 16214 [] a afv:FundamentalFrequency ;
nothing@2 16215 event:time [ tl:at "19.894"^^xsd:float ;
nothing@2 16216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16218 afo:value "438.049"^^sxsd:hertz.number .
nothing@2 16219
nothing@2 16220 [] a afv:FundamentalFrequency ;
nothing@2 16221 event:time [ tl:at "19.9"^^xsd:float ;
nothing@2 16222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16224 afo:value "437.969"^^sxsd:hertz.number .
nothing@2 16225
nothing@2 16226 [] a afv:FundamentalFrequency ;
nothing@2 16227 event:time [ tl:at "19.905"^^xsd:float ;
nothing@2 16228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16230 afo:value "437.992"^^sxsd:hertz.number .
nothing@2 16231
nothing@2 16232 [] a afv:FundamentalFrequency ;
nothing@2 16233 event:time [ tl:at "1.991"^^xsd:float ;
nothing@2 16234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16236 afo:value "439.046"^^sxsd:hertz.number .
nothing@2 16237
nothing@2 16238 [] a afv:FundamentalFrequency ;
nothing@2 16239 event:time [ tl:at "19.911"^^xsd:float ;
nothing@2 16240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16242 afo:value "437.973"^^sxsd:hertz.number .
nothing@2 16243
nothing@2 16244 [] a afv:FundamentalFrequency ;
nothing@2 16245 event:time [ tl:at "19.917"^^xsd:float ;
nothing@2 16246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16248 afo:value "438.056"^^sxsd:hertz.number .
nothing@2 16249
nothing@2 16250 [] a afv:FundamentalFrequency ;
nothing@2 16251 event:time [ tl:at "19.923"^^xsd:float ;
nothing@2 16252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16254 afo:value "438.168"^^sxsd:hertz.number .
nothing@2 16255
nothing@2 16256 [] a afv:FundamentalFrequency ;
nothing@2 16257 event:time [ tl:at "19.929"^^xsd:float ;
nothing@2 16258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16260 afo:value "438.218"^^sxsd:hertz.number .
nothing@2 16261
nothing@2 16262 [] a afv:FundamentalFrequency ;
nothing@2 16263 event:time [ tl:at "19.934"^^xsd:float ;
nothing@2 16264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16266 afo:value "438.26"^^sxsd:hertz.number .
nothing@2 16267
nothing@2 16268 [] a afv:FundamentalFrequency ;
nothing@2 16269 event:time [ tl:at "19.94"^^xsd:float ;
nothing@2 16270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16272 afo:value "438.297"^^sxsd:hertz.number .
nothing@2 16273
nothing@2 16274 [] a afv:FundamentalFrequency ;
nothing@2 16275 event:time [ tl:at "19.946"^^xsd:float ;
nothing@2 16276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16278 afo:value "438.295"^^sxsd:hertz.number .
nothing@2 16279
nothing@2 16280 [] a afv:FundamentalFrequency ;
nothing@2 16281 event:time [ tl:at "19.952"^^xsd:float ;
nothing@2 16282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16284 afo:value "438.355"^^sxsd:hertz.number .
nothing@2 16285
nothing@2 16286 [] a afv:FundamentalFrequency ;
nothing@2 16287 event:time [ tl:at "19.958"^^xsd:float ;
nothing@2 16288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16290 afo:value "438.404"^^sxsd:hertz.number .
nothing@2 16291
nothing@2 16292 [] a afv:FundamentalFrequency ;
nothing@2 16293 event:time [ tl:at "19.963"^^xsd:float ;
nothing@2 16294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16296 afo:value "438.437"^^sxsd:hertz.number .
nothing@2 16297
nothing@2 16298 [] a afv:FundamentalFrequency ;
nothing@2 16299 event:time [ tl:at "1.997"^^xsd:float ;
nothing@2 16300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16302 afo:value "439.018"^^sxsd:hertz.number .
nothing@2 16303
nothing@2 16304 [] a afv:FundamentalFrequency ;
nothing@2 16305 event:time [ tl:at "19.969"^^xsd:float ;
nothing@2 16306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16308 afo:value "438.518"^^sxsd:hertz.number .
nothing@2 16309
nothing@2 16310 [] a afv:FundamentalFrequency ;
nothing@2 16311 event:time [ tl:at "19.975"^^xsd:float ;
nothing@2 16312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16314 afo:value "438.512"^^sxsd:hertz.number .
nothing@2 16315
nothing@2 16316 [] a afv:FundamentalFrequency ;
nothing@2 16317 event:time [ tl:at "19.981"^^xsd:float ;
nothing@2 16318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16320 afo:value "438.571"^^sxsd:hertz.number .
nothing@2 16321
nothing@2 16322 [] a afv:FundamentalFrequency ;
nothing@2 16323 event:time [ tl:at "19.987"^^xsd:float ;
nothing@2 16324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16326 afo:value "438.596"^^sxsd:hertz.number .
nothing@2 16327
nothing@2 16328 [] a afv:FundamentalFrequency ;
nothing@2 16329 event:time [ tl:at "19.992"^^xsd:float ;
nothing@2 16330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16332 afo:value "438.623"^^sxsd:hertz.number .
nothing@2 16333
nothing@2 16334 [] a afv:FundamentalFrequency ;
nothing@2 16335 event:time [ tl:at "19.998"^^xsd:float ;
nothing@2 16336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16338 afo:value "438.656"^^sxsd:hertz.number .
nothing@2 16339
nothing@2 16340 [] a afv:FundamentalFrequency ;
nothing@2 16341 event:time [ tl:at "20.004"^^xsd:float ;
nothing@2 16342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16344 afo:value "438.698"^^sxsd:hertz.number .
nothing@2 16345
nothing@2 16346 [] a afv:FundamentalFrequency ;
nothing@2 16347 event:time [ tl:at "20.01"^^xsd:float ;
nothing@2 16348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16350 afo:value "438.808"^^sxsd:hertz.number .
nothing@2 16351
nothing@2 16352 [] a afv:FundamentalFrequency ;
nothing@2 16353 event:time [ tl:at "20.016"^^xsd:float ;
nothing@2 16354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16356 afo:value "438.824"^^sxsd:hertz.number .
nothing@2 16357
nothing@2 16358 [] a afv:FundamentalFrequency ;
nothing@2 16359 event:time [ tl:at "20.021"^^xsd:float ;
nothing@2 16360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16362 afo:value "438.867"^^sxsd:hertz.number .
nothing@2 16363
nothing@2 16364 [] a afv:FundamentalFrequency ;
nothing@2 16365 event:time [ tl:at "2.003"^^xsd:float ;
nothing@2 16366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16368 afo:value "438.999"^^sxsd:hertz.number .
nothing@2 16369
nothing@2 16370 [] a afv:FundamentalFrequency ;
nothing@2 16371 event:time [ tl:at "20.027"^^xsd:float ;
nothing@2 16372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16374 afo:value "438.881"^^sxsd:hertz.number .
nothing@2 16375
nothing@2 16376 [] a afv:FundamentalFrequency ;
nothing@2 16377 event:time [ tl:at "20.033"^^xsd:float ;
nothing@2 16378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16380 afo:value "438.886"^^sxsd:hertz.number .
nothing@2 16381
nothing@2 16382 [] a afv:FundamentalFrequency ;
nothing@2 16383 event:time [ tl:at "20.039"^^xsd:float ;
nothing@2 16384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16386 afo:value "438.906"^^sxsd:hertz.number .
nothing@2 16387
nothing@2 16388 [] a afv:FundamentalFrequency ;
nothing@2 16389 event:time [ tl:at "20.045"^^xsd:float ;
nothing@2 16390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16392 afo:value "438.959"^^sxsd:hertz.number .
nothing@2 16393
nothing@2 16394 [] a afv:FundamentalFrequency ;
nothing@2 16395 event:time [ tl:at "20.05"^^xsd:float ;
nothing@2 16396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16398 afo:value "439.009"^^sxsd:hertz.number .
nothing@2 16399
nothing@2 16400 [] a afv:FundamentalFrequency ;
nothing@2 16401 event:time [ tl:at "20.056"^^xsd:float ;
nothing@2 16402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16404 afo:value "439.061"^^sxsd:hertz.number .
nothing@2 16405
nothing@2 16406 [] a afv:FundamentalFrequency ;
nothing@2 16407 event:time [ tl:at "20.062"^^xsd:float ;
nothing@2 16408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16410 afo:value "439.112"^^sxsd:hertz.number .
nothing@2 16411
nothing@2 16412 [] a afv:FundamentalFrequency ;
nothing@2 16413 event:time [ tl:at "20.068"^^xsd:float ;
nothing@2 16414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16416 afo:value "439.087"^^sxsd:hertz.number .
nothing@2 16417
nothing@2 16418 [] a afv:FundamentalFrequency ;
nothing@2 16419 event:time [ tl:at "20.074"^^xsd:float ;
nothing@2 16420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16422 afo:value "439.052"^^sxsd:hertz.number .
nothing@2 16423
nothing@2 16424 [] a afv:FundamentalFrequency ;
nothing@2 16425 event:time [ tl:at "20.079"^^xsd:float ;
nothing@2 16426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16428 afo:value "439.036"^^sxsd:hertz.number .
nothing@2 16429
nothing@2 16430 [] a afv:FundamentalFrequency ;
nothing@2 16431 event:time [ tl:at "2.009"^^xsd:float ;
nothing@2 16432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16434 afo:value "438.984"^^sxsd:hertz.number .
nothing@2 16435
nothing@2 16436 [] a afv:FundamentalFrequency ;
nothing@2 16437 event:time [ tl:at "20.085"^^xsd:float ;
nothing@2 16438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16440 afo:value "439.039"^^sxsd:hertz.number .
nothing@2 16441
nothing@2 16442 [] a afv:FundamentalFrequency ;
nothing@2 16443 event:time [ tl:at "20.091"^^xsd:float ;
nothing@2 16444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16446 afo:value "439.03"^^sxsd:hertz.number .
nothing@2 16447
nothing@2 16448 [] a afv:FundamentalFrequency ;
nothing@2 16449 event:time [ tl:at "20.097"^^xsd:float ;
nothing@2 16450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16452 afo:value "439.039"^^sxsd:hertz.number .
nothing@2 16453
nothing@2 16454 [] a afv:FundamentalFrequency ;
nothing@2 16455 event:time [ tl:at "20.103"^^xsd:float ;
nothing@2 16456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16458 afo:value "439.018"^^sxsd:hertz.number .
nothing@2 16459
nothing@2 16460 [] a afv:FundamentalFrequency ;
nothing@2 16461 event:time [ tl:at "20.108"^^xsd:float ;
nothing@2 16462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16464 afo:value "438.997"^^sxsd:hertz.number .
nothing@2 16465
nothing@2 16466 [] a afv:FundamentalFrequency ;
nothing@2 16467 event:time [ tl:at "20.114"^^xsd:float ;
nothing@2 16468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16470 afo:value "438.989"^^sxsd:hertz.number .
nothing@2 16471
nothing@2 16472 [] a afv:FundamentalFrequency ;
nothing@2 16473 event:time [ tl:at "20.12"^^xsd:float ;
nothing@2 16474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16476 afo:value "439.016"^^sxsd:hertz.number .
nothing@2 16477
nothing@2 16478 [] a afv:FundamentalFrequency ;
nothing@2 16479 event:time [ tl:at "20.126"^^xsd:float ;
nothing@2 16480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16482 afo:value "439.071"^^sxsd:hertz.number .
nothing@2 16483
nothing@2 16484 [] a afv:FundamentalFrequency ;
nothing@2 16485 event:time [ tl:at "20.132"^^xsd:float ;
nothing@2 16486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16488 afo:value "439.12"^^sxsd:hertz.number .
nothing@2 16489
nothing@2 16490 [] a afv:FundamentalFrequency ;
nothing@2 16491 event:time [ tl:at "20.138"^^xsd:float ;
nothing@2 16492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16494 afo:value "439.16"^^sxsd:hertz.number .
nothing@2 16495
nothing@2 16496 [] a afv:FundamentalFrequency ;
nothing@2 16497 event:time [ tl:at "2.014"^^xsd:float ;
nothing@2 16498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16500 afo:value "439.013"^^sxsd:hertz.number .
nothing@2 16501
nothing@2 16502 [] a afv:FundamentalFrequency ;
nothing@2 16503 event:time [ tl:at "20.143"^^xsd:float ;
nothing@2 16504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16506 afo:value "439.197"^^sxsd:hertz.number .
nothing@2 16507
nothing@2 16508 [] a afv:FundamentalFrequency ;
nothing@2 16509 event:time [ tl:at "20.149"^^xsd:float ;
nothing@2 16510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16512 afo:value "439.149"^^sxsd:hertz.number .
nothing@2 16513
nothing@2 16514 [] a afv:FundamentalFrequency ;
nothing@2 16515 event:time [ tl:at "20.155"^^xsd:float ;
nothing@2 16516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16518 afo:value "439.094"^^sxsd:hertz.number .
nothing@2 16519
nothing@2 16520 [] a afv:FundamentalFrequency ;
nothing@2 16521 event:time [ tl:at "20.161"^^xsd:float ;
nothing@2 16522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16524 afo:value "438.988"^^sxsd:hertz.number .
nothing@2 16525
nothing@2 16526 [] a afv:FundamentalFrequency ;
nothing@2 16527 event:time [ tl:at "20.167"^^xsd:float ;
nothing@2 16528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16530 afo:value "438.852"^^sxsd:hertz.number .
nothing@2 16531
nothing@2 16532 [] a afv:FundamentalFrequency ;
nothing@2 16533 event:time [ tl:at "20.172"^^xsd:float ;
nothing@2 16534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16536 afo:value "438.734"^^sxsd:hertz.number .
nothing@2 16537
nothing@2 16538 [] a afv:FundamentalFrequency ;
nothing@2 16539 event:time [ tl:at "20.178"^^xsd:float ;
nothing@2 16540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16542 afo:value "438.609"^^sxsd:hertz.number .
nothing@2 16543
nothing@2 16544 [] a afv:FundamentalFrequency ;
nothing@2 16545 event:time [ tl:at "20.184"^^xsd:float ;
nothing@2 16546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16548 afo:value "438.463"^^sxsd:hertz.number .
nothing@2 16549
nothing@2 16550 [] a afv:FundamentalFrequency ;
nothing@2 16551 event:time [ tl:at "20.19"^^xsd:float ;
nothing@2 16552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16554 afo:value "438.278"^^sxsd:hertz.number .
nothing@2 16555
nothing@2 16556 [] a afv:FundamentalFrequency ;
nothing@2 16557 event:time [ tl:at "20.196"^^xsd:float ;
nothing@2 16558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16560 afo:value "437.965"^^sxsd:hertz.number .
nothing@2 16561
nothing@2 16562 [] a afv:FundamentalFrequency ;
nothing@2 16563 event:time [ tl:at "2.02"^^xsd:float ;
nothing@2 16564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16566 afo:value "439.077"^^sxsd:hertz.number .
nothing@2 16567
nothing@2 16568 [] a afv:FundamentalFrequency ;
nothing@2 16569 event:time [ tl:at "20.201"^^xsd:float ;
nothing@2 16570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16572 afo:value "437.416"^^sxsd:hertz.number .
nothing@2 16573
nothing@2 16574 [] a afv:FundamentalFrequency ;
nothing@2 16575 event:time [ tl:at "20.207"^^xsd:float ;
nothing@2 16576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16578 afo:value "436.632"^^sxsd:hertz.number .
nothing@2 16579
nothing@2 16580 [] a afv:FundamentalFrequency ;
nothing@2 16581 event:time [ tl:at "20.213"^^xsd:float ;
nothing@2 16582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16584 afo:value "435.892"^^sxsd:hertz.number .
nothing@2 16585
nothing@2 16586 [] a afv:FundamentalFrequency ;
nothing@2 16587 event:time [ tl:at "20.219"^^xsd:float ;
nothing@2 16588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16590 afo:value "435.104"^^sxsd:hertz.number .
nothing@2 16591
nothing@2 16592 [] a afv:FundamentalFrequency ;
nothing@2 16593 event:time [ tl:at "20.225"^^xsd:float ;
nothing@2 16594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16596 afo:value "434.559"^^sxsd:hertz.number .
nothing@2 16597
nothing@2 16598 [] a afv:FundamentalFrequency ;
nothing@2 16599 event:time [ tl:at "20.23"^^xsd:float ;
nothing@2 16600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16602 afo:value "434.737"^^sxsd:hertz.number .
nothing@2 16603
nothing@2 16604 [] a afv:FundamentalFrequency ;
nothing@2 16605 event:time [ tl:at "20.236"^^xsd:float ;
nothing@2 16606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16608 afo:value "435.345"^^sxsd:hertz.number .
nothing@2 16609
nothing@2 16610 [] a afv:FundamentalFrequency ;
nothing@2 16611 event:time [ tl:at "20.242"^^xsd:float ;
nothing@2 16612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16614 afo:value "436.123"^^sxsd:hertz.number .
nothing@2 16615
nothing@2 16616 [] a afv:FundamentalFrequency ;
nothing@2 16617 event:time [ tl:at "20.248"^^xsd:float ;
nothing@2 16618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16620 afo:value "436.567"^^sxsd:hertz.number .
nothing@2 16621
nothing@2 16622 [] a afv:FundamentalFrequency ;
nothing@2 16623 event:time [ tl:at "20.254"^^xsd:float ;
nothing@2 16624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16626 afo:value "431.694"^^sxsd:hertz.number .
nothing@2 16627
nothing@2 16628 [] a afv:FundamentalFrequency ;
nothing@2 16629 event:time [ tl:at "2.026"^^xsd:float ;
nothing@2 16630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16632 afo:value "439.122"^^sxsd:hertz.number .
nothing@2 16633
nothing@2 16634 [] a afv:FundamentalFrequency ;
nothing@2 16635 event:time [ tl:at "20.259"^^xsd:float ;
nothing@2 16636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16638 afo:value "430.573"^^sxsd:hertz.number .
nothing@2 16639
nothing@2 16640 [] a afv:FundamentalFrequency ;
nothing@2 16641 event:time [ tl:at "20.265"^^xsd:float ;
nothing@2 16642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16644 afo:value "441.028"^^sxsd:hertz.number .
nothing@2 16645
nothing@2 16646 [] a afv:FundamentalFrequency ;
nothing@2 16647 event:time [ tl:at "20.271"^^xsd:float ;
nothing@2 16648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16650 afo:value "415.12"^^sxsd:hertz.number .
nothing@2 16651
nothing@2 16652 [] a afv:FundamentalFrequency ;
nothing@2 16653 event:time [ tl:at "20.277"^^xsd:float ;
nothing@2 16654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16656 afo:value "419.869"^^sxsd:hertz.number .
nothing@2 16657
nothing@2 16658 [] a afv:FundamentalFrequency ;
nothing@2 16659 event:time [ tl:at "20.283"^^xsd:float ;
nothing@2 16660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16662 afo:value "399.355"^^sxsd:hertz.number .
nothing@2 16663
nothing@2 16664 [] a afv:FundamentalFrequency ;
nothing@2 16665 event:time [ tl:at "20.288"^^xsd:float ;
nothing@2 16666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16668 afo:value "402.546"^^sxsd:hertz.number .
nothing@2 16669
nothing@2 16670 [] a afv:FundamentalFrequency ;
nothing@2 16671 event:time [ tl:at "20.294"^^xsd:float ;
nothing@2 16672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16674 afo:value "401.603"^^sxsd:hertz.number .
nothing@2 16675
nothing@2 16676 [] a afv:FundamentalFrequency ;
nothing@2 16677 event:time [ tl:at "20.3"^^xsd:float ;
nothing@2 16678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16680 afo:value "389.917"^^sxsd:hertz.number .
nothing@2 16681
nothing@2 16682 [] a afv:FundamentalFrequency ;
nothing@2 16683 event:time [ tl:at "20.306"^^xsd:float ;
nothing@2 16684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16686 afo:value "391.701"^^sxsd:hertz.number .
nothing@2 16687
nothing@2 16688 [] a afv:FundamentalFrequency ;
nothing@2 16689 event:time [ tl:at "20.312"^^xsd:float ;
nothing@2 16690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16692 afo:value "391.516"^^sxsd:hertz.number .
nothing@2 16693
nothing@2 16694 [] a afv:FundamentalFrequency ;
nothing@2 16695 event:time [ tl:at "0.203"^^xsd:float ;
nothing@2 16696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16698 afo:value "292.768"^^sxsd:hertz.number .
nothing@2 16699
nothing@2 16700 [] a afv:FundamentalFrequency ;
nothing@2 16701 event:time [ tl:at "2.032"^^xsd:float ;
nothing@2 16702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16704 afo:value "439.161"^^sxsd:hertz.number .
nothing@2 16705
nothing@2 16706 [] a afv:FundamentalFrequency ;
nothing@2 16707 event:time [ tl:at "20.317"^^xsd:float ;
nothing@2 16708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16710 afo:value "391.201"^^sxsd:hertz.number .
nothing@2 16711
nothing@2 16712 [] a afv:FundamentalFrequency ;
nothing@2 16713 event:time [ tl:at "20.323"^^xsd:float ;
nothing@2 16714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16716 afo:value "391.225"^^sxsd:hertz.number .
nothing@2 16717
nothing@2 16718 [] a afv:FundamentalFrequency ;
nothing@2 16719 event:time [ tl:at "20.329"^^xsd:float ;
nothing@2 16720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16722 afo:value "391.191"^^sxsd:hertz.number .
nothing@2 16723
nothing@2 16724 [] a afv:FundamentalFrequency ;
nothing@2 16725 event:time [ tl:at "20.335"^^xsd:float ;
nothing@2 16726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16728 afo:value "390.935"^^sxsd:hertz.number .
nothing@2 16729
nothing@2 16730 [] a afv:FundamentalFrequency ;
nothing@2 16731 event:time [ tl:at "20.341"^^xsd:float ;
nothing@2 16732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16734 afo:value "390.763"^^sxsd:hertz.number .
nothing@2 16735
nothing@2 16736 [] a afv:FundamentalFrequency ;
nothing@2 16737 event:time [ tl:at "20.346"^^xsd:float ;
nothing@2 16738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16740 afo:value "390.689"^^sxsd:hertz.number .
nothing@2 16741
nothing@2 16742 [] a afv:FundamentalFrequency ;
nothing@2 16743 event:time [ tl:at "20.352"^^xsd:float ;
nothing@2 16744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16746 afo:value "390.691"^^sxsd:hertz.number .
nothing@2 16747
nothing@2 16748 [] a afv:FundamentalFrequency ;
nothing@2 16749 event:time [ tl:at "20.358"^^xsd:float ;
nothing@2 16750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16752 afo:value "390.532"^^sxsd:hertz.number .
nothing@2 16753
nothing@2 16754 [] a afv:FundamentalFrequency ;
nothing@2 16755 event:time [ tl:at "20.364"^^xsd:float ;
nothing@2 16756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16758 afo:value "390.591"^^sxsd:hertz.number .
nothing@2 16759
nothing@2 16760 [] a afv:FundamentalFrequency ;
nothing@2 16761 event:time [ tl:at "20.37"^^xsd:float ;
nothing@2 16762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16764 afo:value "390.489"^^sxsd:hertz.number .
nothing@2 16765
nothing@2 16766 [] a afv:FundamentalFrequency ;
nothing@2 16767 event:time [ tl:at "2.038"^^xsd:float ;
nothing@2 16768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16770 afo:value "439.2"^^sxsd:hertz.number .
nothing@2 16771
nothing@2 16772 [] a afv:FundamentalFrequency ;
nothing@2 16773 event:time [ tl:at "20.376"^^xsd:float ;
nothing@2 16774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16776 afo:value "390.418"^^sxsd:hertz.number .
nothing@2 16777
nothing@2 16778 [] a afv:FundamentalFrequency ;
nothing@2 16779 event:time [ tl:at "20.381"^^xsd:float ;
nothing@2 16780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16782 afo:value "390.41"^^sxsd:hertz.number .
nothing@2 16783
nothing@2 16784 [] a afv:FundamentalFrequency ;
nothing@2 16785 event:time [ tl:at "20.387"^^xsd:float ;
nothing@2 16786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16788 afo:value "390.364"^^sxsd:hertz.number .
nothing@2 16789
nothing@2 16790 [] a afv:FundamentalFrequency ;
nothing@2 16791 event:time [ tl:at "20.393"^^xsd:float ;
nothing@2 16792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16794 afo:value "390.283"^^sxsd:hertz.number .
nothing@2 16795
nothing@2 16796 [] a afv:FundamentalFrequency ;
nothing@2 16797 event:time [ tl:at "20.399"^^xsd:float ;
nothing@2 16798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16800 afo:value "390.185"^^sxsd:hertz.number .
nothing@2 16801
nothing@2 16802 [] a afv:FundamentalFrequency ;
nothing@2 16803 event:time [ tl:at "20.405"^^xsd:float ;
nothing@2 16804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16806 afo:value "390.152"^^sxsd:hertz.number .
nothing@2 16807
nothing@2 16808 [] a afv:FundamentalFrequency ;
nothing@2 16809 event:time [ tl:at "20.41"^^xsd:float ;
nothing@2 16810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16812 afo:value "390.176"^^sxsd:hertz.number .
nothing@2 16813
nothing@2 16814 [] a afv:FundamentalFrequency ;
nothing@2 16815 event:time [ tl:at "20.416"^^xsd:float ;
nothing@2 16816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16818 afo:value "390.165"^^sxsd:hertz.number .
nothing@2 16819
nothing@2 16820 [] a afv:FundamentalFrequency ;
nothing@2 16821 event:time [ tl:at "20.422"^^xsd:float ;
nothing@2 16822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16824 afo:value "390.115"^^sxsd:hertz.number .
nothing@2 16825
nothing@2 16826 [] a afv:FundamentalFrequency ;
nothing@2 16827 event:time [ tl:at "20.428"^^xsd:float ;
nothing@2 16828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16830 afo:value "390.095"^^sxsd:hertz.number .
nothing@2 16831
nothing@2 16832 [] a afv:FundamentalFrequency ;
nothing@2 16833 event:time [ tl:at "2.043"^^xsd:float ;
nothing@2 16834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16836 afo:value "439.179"^^sxsd:hertz.number .
nothing@2 16837
nothing@2 16838 [] a afv:FundamentalFrequency ;
nothing@2 16839 event:time [ tl:at "20.434"^^xsd:float ;
nothing@2 16840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16842 afo:value "390.169"^^sxsd:hertz.number .
nothing@2 16843
nothing@2 16844 [] a afv:FundamentalFrequency ;
nothing@2 16845 event:time [ tl:at "20.439"^^xsd:float ;
nothing@2 16846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16848 afo:value "390.173"^^sxsd:hertz.number .
nothing@2 16849
nothing@2 16850 [] a afv:FundamentalFrequency ;
nothing@2 16851 event:time [ tl:at "20.445"^^xsd:float ;
nothing@2 16852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16854 afo:value "390.065"^^sxsd:hertz.number .
nothing@2 16855
nothing@2 16856 [] a afv:FundamentalFrequency ;
nothing@2 16857 event:time [ tl:at "20.451"^^xsd:float ;
nothing@2 16858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16860 afo:value "390.038"^^sxsd:hertz.number .
nothing@2 16861
nothing@2 16862 [] a afv:FundamentalFrequency ;
nothing@2 16863 event:time [ tl:at "20.457"^^xsd:float ;
nothing@2 16864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16866 afo:value "390.166"^^sxsd:hertz.number .
nothing@2 16867
nothing@2 16868 [] a afv:FundamentalFrequency ;
nothing@2 16869 event:time [ tl:at "20.463"^^xsd:float ;
nothing@2 16870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16872 afo:value "390.228"^^sxsd:hertz.number .
nothing@2 16873
nothing@2 16874 [] a afv:FundamentalFrequency ;
nothing@2 16875 event:time [ tl:at "20.468"^^xsd:float ;
nothing@2 16876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16878 afo:value "390.227"^^sxsd:hertz.number .
nothing@2 16879
nothing@2 16880 [] a afv:FundamentalFrequency ;
nothing@2 16881 event:time [ tl:at "20.474"^^xsd:float ;
nothing@2 16882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16884 afo:value "390.281"^^sxsd:hertz.number .
nothing@2 16885
nothing@2 16886 [] a afv:FundamentalFrequency ;
nothing@2 16887 event:time [ tl:at "20.48"^^xsd:float ;
nothing@2 16888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16890 afo:value "390.39"^^sxsd:hertz.number .
nothing@2 16891
nothing@2 16892 [] a afv:FundamentalFrequency ;
nothing@2 16893 event:time [ tl:at "20.486"^^xsd:float ;
nothing@2 16894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16896 afo:value "390.365"^^sxsd:hertz.number .
nothing@2 16897
nothing@2 16898 [] a afv:FundamentalFrequency ;
nothing@2 16899 event:time [ tl:at "2.049"^^xsd:float ;
nothing@2 16900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16902 afo:value "439.193"^^sxsd:hertz.number .
nothing@2 16903
nothing@2 16904 [] a afv:FundamentalFrequency ;
nothing@2 16905 event:time [ tl:at "20.492"^^xsd:float ;
nothing@2 16906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16908 afo:value "390.366"^^sxsd:hertz.number .
nothing@2 16909
nothing@2 16910 [] a afv:FundamentalFrequency ;
nothing@2 16911 event:time [ tl:at "20.497"^^xsd:float ;
nothing@2 16912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16914 afo:value "390.398"^^sxsd:hertz.number .
nothing@2 16915
nothing@2 16916 [] a afv:FundamentalFrequency ;
nothing@2 16917 event:time [ tl:at "20.503"^^xsd:float ;
nothing@2 16918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16920 afo:value "390.424"^^sxsd:hertz.number .
nothing@2 16921
nothing@2 16922 [] a afv:FundamentalFrequency ;
nothing@2 16923 event:time [ tl:at "20.509"^^xsd:float ;
nothing@2 16924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16926 afo:value "390.453"^^sxsd:hertz.number .
nothing@2 16927
nothing@2 16928 [] a afv:FundamentalFrequency ;
nothing@2 16929 event:time [ tl:at "20.515"^^xsd:float ;
nothing@2 16930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16932 afo:value "390.436"^^sxsd:hertz.number .
nothing@2 16933
nothing@2 16934 [] a afv:FundamentalFrequency ;
nothing@2 16935 event:time [ tl:at "20.521"^^xsd:float ;
nothing@2 16936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16938 afo:value "390.491"^^sxsd:hertz.number .
nothing@2 16939
nothing@2 16940 [] a afv:FundamentalFrequency ;
nothing@2 16941 event:time [ tl:at "20.526"^^xsd:float ;
nothing@2 16942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16944 afo:value "390.531"^^sxsd:hertz.number .
nothing@2 16945
nothing@2 16946 [] a afv:FundamentalFrequency ;
nothing@2 16947 event:time [ tl:at "20.532"^^xsd:float ;
nothing@2 16948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16950 afo:value "390.542"^^sxsd:hertz.number .
nothing@2 16951
nothing@2 16952 [] a afv:FundamentalFrequency ;
nothing@2 16953 event:time [ tl:at "20.538"^^xsd:float ;
nothing@2 16954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16956 afo:value "390.553"^^sxsd:hertz.number .
nothing@2 16957
nothing@2 16958 [] a afv:FundamentalFrequency ;
nothing@2 16959 event:time [ tl:at "20.544"^^xsd:float ;
nothing@2 16960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16962 afo:value "390.578"^^sxsd:hertz.number .
nothing@2 16963
nothing@2 16964 [] a afv:FundamentalFrequency ;
nothing@2 16965 event:time [ tl:at "2.055"^^xsd:float ;
nothing@2 16966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16968 afo:value "439.196"^^sxsd:hertz.number .
nothing@2 16969
nothing@2 16970 [] a afv:FundamentalFrequency ;
nothing@2 16971 event:time [ tl:at "20.55"^^xsd:float ;
nothing@2 16972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16974 afo:value "390.653"^^sxsd:hertz.number .
nothing@2 16975
nothing@2 16976 [] a afv:FundamentalFrequency ;
nothing@2 16977 event:time [ tl:at "20.555"^^xsd:float ;
nothing@2 16978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16980 afo:value "390.714"^^sxsd:hertz.number .
nothing@2 16981
nothing@2 16982 [] a afv:FundamentalFrequency ;
nothing@2 16983 event:time [ tl:at "20.561"^^xsd:float ;
nothing@2 16984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16986 afo:value "390.757"^^sxsd:hertz.number .
nothing@2 16987
nothing@2 16988 [] a afv:FundamentalFrequency ;
nothing@2 16989 event:time [ tl:at "20.567"^^xsd:float ;
nothing@2 16990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16992 afo:value "390.816"^^sxsd:hertz.number .
nothing@2 16993
nothing@2 16994 [] a afv:FundamentalFrequency ;
nothing@2 16995 event:time [ tl:at "20.573"^^xsd:float ;
nothing@2 16996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 16997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 16998 afo:value "390.823"^^sxsd:hertz.number .
nothing@2 16999
nothing@2 17000 [] a afv:FundamentalFrequency ;
nothing@2 17001 event:time [ tl:at "20.579"^^xsd:float ;
nothing@2 17002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17004 afo:value "390.856"^^sxsd:hertz.number .
nothing@2 17005
nothing@2 17006 [] a afv:FundamentalFrequency ;
nothing@2 17007 event:time [ tl:at "20.584"^^xsd:float ;
nothing@2 17008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17010 afo:value "390.879"^^sxsd:hertz.number .
nothing@2 17011
nothing@2 17012 [] a afv:FundamentalFrequency ;
nothing@2 17013 event:time [ tl:at "20.59"^^xsd:float ;
nothing@2 17014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17016 afo:value "390.889"^^sxsd:hertz.number .
nothing@2 17017
nothing@2 17018 [] a afv:FundamentalFrequency ;
nothing@2 17019 event:time [ tl:at "20.596"^^xsd:float ;
nothing@2 17020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17022 afo:value "390.9"^^sxsd:hertz.number .
nothing@2 17023
nothing@2 17024 [] a afv:FundamentalFrequency ;
nothing@2 17025 event:time [ tl:at "20.602"^^xsd:float ;
nothing@2 17026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17028 afo:value "391.003"^^sxsd:hertz.number .
nothing@2 17029
nothing@2 17030 [] a afv:FundamentalFrequency ;
nothing@2 17031 event:time [ tl:at "2.061"^^xsd:float ;
nothing@2 17032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17034 afo:value "439.198"^^sxsd:hertz.number .
nothing@2 17035
nothing@2 17036 [] a afv:FundamentalFrequency ;
nothing@2 17037 event:time [ tl:at "20.608"^^xsd:float ;
nothing@2 17038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17040 afo:value "391.109"^^sxsd:hertz.number .
nothing@2 17041
nothing@2 17042 [] a afv:FundamentalFrequency ;
nothing@2 17043 event:time [ tl:at "20.614"^^xsd:float ;
nothing@2 17044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17046 afo:value "391.096"^^sxsd:hertz.number .
nothing@2 17047
nothing@2 17048 [] a afv:FundamentalFrequency ;
nothing@2 17049 event:time [ tl:at "20.619"^^xsd:float ;
nothing@2 17050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17052 afo:value "391.09"^^sxsd:hertz.number .
nothing@2 17053
nothing@2 17054 [] a afv:FundamentalFrequency ;
nothing@2 17055 event:time [ tl:at "20.625"^^xsd:float ;
nothing@2 17056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17058 afo:value "391.106"^^sxsd:hertz.number .
nothing@2 17059
nothing@2 17060 [] a afv:FundamentalFrequency ;
nothing@2 17061 event:time [ tl:at "20.631"^^xsd:float ;
nothing@2 17062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17064 afo:value "391.111"^^sxsd:hertz.number .
nothing@2 17065
nothing@2 17066 [] a afv:FundamentalFrequency ;
nothing@2 17067 event:time [ tl:at "20.637"^^xsd:float ;
nothing@2 17068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17070 afo:value "391.094"^^sxsd:hertz.number .
nothing@2 17071
nothing@2 17072 [] a afv:FundamentalFrequency ;
nothing@2 17073 event:time [ tl:at "20.643"^^xsd:float ;
nothing@2 17074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17076 afo:value "391.09"^^sxsd:hertz.number .
nothing@2 17077
nothing@2 17078 [] a afv:FundamentalFrequency ;
nothing@2 17079 event:time [ tl:at "20.648"^^xsd:float ;
nothing@2 17080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17082 afo:value "391.085"^^sxsd:hertz.number .
nothing@2 17083
nothing@2 17084 [] a afv:FundamentalFrequency ;
nothing@2 17085 event:time [ tl:at "20.654"^^xsd:float ;
nothing@2 17086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17088 afo:value "391.062"^^sxsd:hertz.number .
nothing@2 17089
nothing@2 17090 [] a afv:FundamentalFrequency ;
nothing@2 17091 event:time [ tl:at "20.66"^^xsd:float ;
nothing@2 17092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17094 afo:value "391.054"^^sxsd:hertz.number .
nothing@2 17095
nothing@2 17096 [] a afv:FundamentalFrequency ;
nothing@2 17097 event:time [ tl:at "2.067"^^xsd:float ;
nothing@2 17098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17100 afo:value "439.172"^^sxsd:hertz.number .
nothing@2 17101
nothing@2 17102 [] a afv:FundamentalFrequency ;
nothing@2 17103 event:time [ tl:at "20.666"^^xsd:float ;
nothing@2 17104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17106 afo:value "391.042"^^sxsd:hertz.number .
nothing@2 17107
nothing@2 17108 [] a afv:FundamentalFrequency ;
nothing@2 17109 event:time [ tl:at "20.672"^^xsd:float ;
nothing@2 17110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17112 afo:value "390.928"^^sxsd:hertz.number .
nothing@2 17113
nothing@2 17114 [] a afv:FundamentalFrequency ;
nothing@2 17115 event:time [ tl:at "20.677"^^xsd:float ;
nothing@2 17116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17118 afo:value "390.955"^^sxsd:hertz.number .
nothing@2 17119
nothing@2 17120 [] a afv:FundamentalFrequency ;
nothing@2 17121 event:time [ tl:at "20.683"^^xsd:float ;
nothing@2 17122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17124 afo:value "390.972"^^sxsd:hertz.number .
nothing@2 17125
nothing@2 17126 [] a afv:FundamentalFrequency ;
nothing@2 17127 event:time [ tl:at "20.689"^^xsd:float ;
nothing@2 17128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17130 afo:value "390.996"^^sxsd:hertz.number .
nothing@2 17131
nothing@2 17132 [] a afv:FundamentalFrequency ;
nothing@2 17133 event:time [ tl:at "20.695"^^xsd:float ;
nothing@2 17134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17136 afo:value "390.986"^^sxsd:hertz.number .
nothing@2 17137
nothing@2 17138 [] a afv:FundamentalFrequency ;
nothing@2 17139 event:time [ tl:at "20.701"^^xsd:float ;
nothing@2 17140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17142 afo:value "390.989"^^sxsd:hertz.number .
nothing@2 17143
nothing@2 17144 [] a afv:FundamentalFrequency ;
nothing@2 17145 event:time [ tl:at "20.706"^^xsd:float ;
nothing@2 17146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17148 afo:value "391.007"^^sxsd:hertz.number .
nothing@2 17149
nothing@2 17150 [] a afv:FundamentalFrequency ;
nothing@2 17151 event:time [ tl:at "20.712"^^xsd:float ;
nothing@2 17152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17154 afo:value "391.056"^^sxsd:hertz.number .
nothing@2 17155
nothing@2 17156 [] a afv:FundamentalFrequency ;
nothing@2 17157 event:time [ tl:at "20.718"^^xsd:float ;
nothing@2 17158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17160 afo:value "391.038"^^sxsd:hertz.number .
nothing@2 17161
nothing@2 17162 [] a afv:FundamentalFrequency ;
nothing@2 17163 event:time [ tl:at "2.072"^^xsd:float ;
nothing@2 17164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17166 afo:value "439.203"^^sxsd:hertz.number .
nothing@2 17167
nothing@2 17168 [] a afv:FundamentalFrequency ;
nothing@2 17169 event:time [ tl:at "20.724"^^xsd:float ;
nothing@2 17170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17172 afo:value "391.025"^^sxsd:hertz.number .
nothing@2 17173
nothing@2 17174 [] a afv:FundamentalFrequency ;
nothing@2 17175 event:time [ tl:at "20.73"^^xsd:float ;
nothing@2 17176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17178 afo:value "391.05"^^sxsd:hertz.number .
nothing@2 17179
nothing@2 17180 [] a afv:FundamentalFrequency ;
nothing@2 17181 event:time [ tl:at "20.735"^^xsd:float ;
nothing@2 17182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17184 afo:value "391.075"^^sxsd:hertz.number .
nothing@2 17185
nothing@2 17186 [] a afv:FundamentalFrequency ;
nothing@2 17187 event:time [ tl:at "20.741"^^xsd:float ;
nothing@2 17188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17190 afo:value "391.086"^^sxsd:hertz.number .
nothing@2 17191
nothing@2 17192 [] a afv:FundamentalFrequency ;
nothing@2 17193 event:time [ tl:at "20.747"^^xsd:float ;
nothing@2 17194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17196 afo:value "391.106"^^sxsd:hertz.number .
nothing@2 17197
nothing@2 17198 [] a afv:FundamentalFrequency ;
nothing@2 17199 event:time [ tl:at "20.753"^^xsd:float ;
nothing@2 17200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17202 afo:value "391.15"^^sxsd:hertz.number .
nothing@2 17203
nothing@2 17204 [] a afv:FundamentalFrequency ;
nothing@2 17205 event:time [ tl:at "20.759"^^xsd:float ;
nothing@2 17206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17208 afo:value "391.2"^^sxsd:hertz.number .
nothing@2 17209
nothing@2 17210 [] a afv:FundamentalFrequency ;
nothing@2 17211 event:time [ tl:at "20.764"^^xsd:float ;
nothing@2 17212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17214 afo:value "391.173"^^sxsd:hertz.number .
nothing@2 17215
nothing@2 17216 [] a afv:FundamentalFrequency ;
nothing@2 17217 event:time [ tl:at "20.77"^^xsd:float ;
nothing@2 17218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17220 afo:value "391.228"^^sxsd:hertz.number .
nothing@2 17221
nothing@2 17222 [] a afv:FundamentalFrequency ;
nothing@2 17223 event:time [ tl:at "20.776"^^xsd:float ;
nothing@2 17224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17226 afo:value "391.287"^^sxsd:hertz.number .
nothing@2 17227
nothing@2 17228 [] a afv:FundamentalFrequency ;
nothing@2 17229 event:time [ tl:at "2.078"^^xsd:float ;
nothing@2 17230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17232 afo:value "439.219"^^sxsd:hertz.number .
nothing@2 17233
nothing@2 17234 [] a afv:FundamentalFrequency ;
nothing@2 17235 event:time [ tl:at "20.782"^^xsd:float ;
nothing@2 17236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17238 afo:value "391.3"^^sxsd:hertz.number .
nothing@2 17239
nothing@2 17240 [] a afv:FundamentalFrequency ;
nothing@2 17241 event:time [ tl:at "20.788"^^xsd:float ;
nothing@2 17242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17244 afo:value "391.277"^^sxsd:hertz.number .
nothing@2 17245
nothing@2 17246 [] a afv:FundamentalFrequency ;
nothing@2 17247 event:time [ tl:at "20.793"^^xsd:float ;
nothing@2 17248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17250 afo:value "391.2"^^sxsd:hertz.number .
nothing@2 17251
nothing@2 17252 [] a afv:FundamentalFrequency ;
nothing@2 17253 event:time [ tl:at "20.799"^^xsd:float ;
nothing@2 17254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17256 afo:value "391.19"^^sxsd:hertz.number .
nothing@2 17257
nothing@2 17258 [] a afv:FundamentalFrequency ;
nothing@2 17259 event:time [ tl:at "20.805"^^xsd:float ;
nothing@2 17260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17262 afo:value "391.194"^^sxsd:hertz.number .
nothing@2 17263
nothing@2 17264 [] a afv:FundamentalFrequency ;
nothing@2 17265 event:time [ tl:at "20.811"^^xsd:float ;
nothing@2 17266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17268 afo:value "391.202"^^sxsd:hertz.number .
nothing@2 17269
nothing@2 17270 [] a afv:FundamentalFrequency ;
nothing@2 17271 event:time [ tl:at "20.817"^^xsd:float ;
nothing@2 17272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17274 afo:value "391.197"^^sxsd:hertz.number .
nothing@2 17275
nothing@2 17276 [] a afv:FundamentalFrequency ;
nothing@2 17277 event:time [ tl:at "20.822"^^xsd:float ;
nothing@2 17278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17280 afo:value "391.19"^^sxsd:hertz.number .
nothing@2 17281
nothing@2 17282 [] a afv:FundamentalFrequency ;
nothing@2 17283 event:time [ tl:at "20.828"^^xsd:float ;
nothing@2 17284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17286 afo:value "391.204"^^sxsd:hertz.number .
nothing@2 17287
nothing@2 17288 [] a afv:FundamentalFrequency ;
nothing@2 17289 event:time [ tl:at "20.834"^^xsd:float ;
nothing@2 17290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17292 afo:value "391.235"^^sxsd:hertz.number .
nothing@2 17293
nothing@2 17294 [] a afv:FundamentalFrequency ;
nothing@2 17295 event:time [ tl:at "2.084"^^xsd:float ;
nothing@2 17296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17298 afo:value "439.241"^^sxsd:hertz.number .
nothing@2 17299
nothing@2 17300 [] a afv:FundamentalFrequency ;
nothing@2 17301 event:time [ tl:at "20.84"^^xsd:float ;
nothing@2 17302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17304 afo:value "391.204"^^sxsd:hertz.number .
nothing@2 17305
nothing@2 17306 [] a afv:FundamentalFrequency ;
nothing@2 17307 event:time [ tl:at "20.846"^^xsd:float ;
nothing@2 17308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17310 afo:value "391.201"^^sxsd:hertz.number .
nothing@2 17311
nothing@2 17312 [] a afv:FundamentalFrequency ;
nothing@2 17313 event:time [ tl:at "20.852"^^xsd:float ;
nothing@2 17314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17316 afo:value "391.222"^^sxsd:hertz.number .
nothing@2 17317
nothing@2 17318 [] a afv:FundamentalFrequency ;
nothing@2 17319 event:time [ tl:at "20.857"^^xsd:float ;
nothing@2 17320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17322 afo:value "391.188"^^sxsd:hertz.number .
nothing@2 17323
nothing@2 17324 [] a afv:FundamentalFrequency ;
nothing@2 17325 event:time [ tl:at "20.863"^^xsd:float ;
nothing@2 17326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17328 afo:value "391.204"^^sxsd:hertz.number .
nothing@2 17329
nothing@2 17330 [] a afv:FundamentalFrequency ;
nothing@2 17331 event:time [ tl:at "20.869"^^xsd:float ;
nothing@2 17332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17334 afo:value "391.181"^^sxsd:hertz.number .
nothing@2 17335
nothing@2 17336 [] a afv:FundamentalFrequency ;
nothing@2 17337 event:time [ tl:at "20.875"^^xsd:float ;
nothing@2 17338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17340 afo:value "391.2"^^sxsd:hertz.number .
nothing@2 17341
nothing@2 17342 [] a afv:FundamentalFrequency ;
nothing@2 17343 event:time [ tl:at "20.881"^^xsd:float ;
nothing@2 17344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17346 afo:value "391.132"^^sxsd:hertz.number .
nothing@2 17347
nothing@2 17348 [] a afv:FundamentalFrequency ;
nothing@2 17349 event:time [ tl:at "20.886"^^xsd:float ;
nothing@2 17350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17352 afo:value "391.069"^^sxsd:hertz.number .
nothing@2 17353
nothing@2 17354 [] a afv:FundamentalFrequency ;
nothing@2 17355 event:time [ tl:at "20.892"^^xsd:float ;
nothing@2 17356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17358 afo:value "391.008"^^sxsd:hertz.number .
nothing@2 17359
nothing@2 17360 [] a afv:FundamentalFrequency ;
nothing@2 17361 event:time [ tl:at "0.209"^^xsd:float ;
nothing@2 17362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17364 afo:value "292.738"^^sxsd:hertz.number .
nothing@2 17365
nothing@2 17366 [] a afv:FundamentalFrequency ;
nothing@2 17367 event:time [ tl:at "2.09"^^xsd:float ;
nothing@2 17368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17370 afo:value "439.248"^^sxsd:hertz.number .
nothing@2 17371
nothing@2 17372 [] a afv:FundamentalFrequency ;
nothing@2 17373 event:time [ tl:at "20.898"^^xsd:float ;
nothing@2 17374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17376 afo:value "391.178"^^sxsd:hertz.number .
nothing@2 17377
nothing@2 17378 [] a afv:FundamentalFrequency ;
nothing@2 17379 event:time [ tl:at "20.904"^^xsd:float ;
nothing@2 17380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17382 afo:value "391.281"^^sxsd:hertz.number .
nothing@2 17383
nothing@2 17384 [] a afv:FundamentalFrequency ;
nothing@2 17385 event:time [ tl:at "20.91"^^xsd:float ;
nothing@2 17386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17388 afo:value "391.296"^^sxsd:hertz.number .
nothing@2 17389
nothing@2 17390 [] a afv:FundamentalFrequency ;
nothing@2 17391 event:time [ tl:at "20.915"^^xsd:float ;
nothing@2 17392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17394 afo:value "391.312"^^sxsd:hertz.number .
nothing@2 17395
nothing@2 17396 [] a afv:FundamentalFrequency ;
nothing@2 17397 event:time [ tl:at "20.921"^^xsd:float ;
nothing@2 17398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17400 afo:value "391.267"^^sxsd:hertz.number .
nothing@2 17401
nothing@2 17402 [] a afv:FundamentalFrequency ;
nothing@2 17403 event:time [ tl:at "20.927"^^xsd:float ;
nothing@2 17404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17406 afo:value "391.248"^^sxsd:hertz.number .
nothing@2 17407
nothing@2 17408 [] a afv:FundamentalFrequency ;
nothing@2 17409 event:time [ tl:at "20.933"^^xsd:float ;
nothing@2 17410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17412 afo:value "391.241"^^sxsd:hertz.number .
nothing@2 17413
nothing@2 17414 [] a afv:FundamentalFrequency ;
nothing@2 17415 event:time [ tl:at "20.939"^^xsd:float ;
nothing@2 17416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17418 afo:value "391.265"^^sxsd:hertz.number .
nothing@2 17419
nothing@2 17420 [] a afv:FundamentalFrequency ;
nothing@2 17421 event:time [ tl:at "20.944"^^xsd:float ;
nothing@2 17422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17424 afo:value "391.265"^^sxsd:hertz.number .
nothing@2 17425
nothing@2 17426 [] a afv:FundamentalFrequency ;
nothing@2 17427 event:time [ tl:at "20.95"^^xsd:float ;
nothing@2 17428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17430 afo:value "391.253"^^sxsd:hertz.number .
nothing@2 17431
nothing@2 17432 [] a afv:FundamentalFrequency ;
nothing@2 17433 event:time [ tl:at "2.096"^^xsd:float ;
nothing@2 17434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17436 afo:value "439.309"^^sxsd:hertz.number .
nothing@2 17437
nothing@2 17438 [] a afv:FundamentalFrequency ;
nothing@2 17439 event:time [ tl:at "20.956"^^xsd:float ;
nothing@2 17440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17442 afo:value "391.267"^^sxsd:hertz.number .
nothing@2 17443
nothing@2 17444 [] a afv:FundamentalFrequency ;
nothing@2 17445 event:time [ tl:at "20.962"^^xsd:float ;
nothing@2 17446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17448 afo:value "391.276"^^sxsd:hertz.number .
nothing@2 17449
nothing@2 17450 [] a afv:FundamentalFrequency ;
nothing@2 17451 event:time [ tl:at "20.968"^^xsd:float ;
nothing@2 17452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17454 afo:value "391.281"^^sxsd:hertz.number .
nothing@2 17455
nothing@2 17456 [] a afv:FundamentalFrequency ;
nothing@2 17457 event:time [ tl:at "20.973"^^xsd:float ;
nothing@2 17458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17460 afo:value "391.332"^^sxsd:hertz.number .
nothing@2 17461
nothing@2 17462 [] a afv:FundamentalFrequency ;
nothing@2 17463 event:time [ tl:at "20.979"^^xsd:float ;
nothing@2 17464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17466 afo:value "391.303"^^sxsd:hertz.number .
nothing@2 17467
nothing@2 17468 [] a afv:FundamentalFrequency ;
nothing@2 17469 event:time [ tl:at "20.985"^^xsd:float ;
nothing@2 17470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17472 afo:value "391.288"^^sxsd:hertz.number .
nothing@2 17473
nothing@2 17474 [] a afv:FundamentalFrequency ;
nothing@2 17475 event:time [ tl:at "20.991"^^xsd:float ;
nothing@2 17476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17478 afo:value "391.352"^^sxsd:hertz.number .
nothing@2 17479
nothing@2 17480 [] a afv:FundamentalFrequency ;
nothing@2 17481 event:time [ tl:at "20.997"^^xsd:float ;
nothing@2 17482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17484 afo:value "391.317"^^sxsd:hertz.number .
nothing@2 17485
nothing@2 17486 [] a afv:FundamentalFrequency ;
nothing@2 17487 event:time [ tl:at "21.002"^^xsd:float ;
nothing@2 17488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17490 afo:value "391.291"^^sxsd:hertz.number .
nothing@2 17491
nothing@2 17492 [] a afv:FundamentalFrequency ;
nothing@2 17493 event:time [ tl:at "21.008"^^xsd:float ;
nothing@2 17494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17496 afo:value "391.264"^^sxsd:hertz.number .
nothing@2 17497
nothing@2 17498 [] a afv:FundamentalFrequency ;
nothing@2 17499 event:time [ tl:at "2.101"^^xsd:float ;
nothing@2 17500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17502 afo:value "439.316"^^sxsd:hertz.number .
nothing@2 17503
nothing@2 17504 [] a afv:FundamentalFrequency ;
nothing@2 17505 event:time [ tl:at "21.014"^^xsd:float ;
nothing@2 17506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17508 afo:value "391.258"^^sxsd:hertz.number .
nothing@2 17509
nothing@2 17510 [] a afv:FundamentalFrequency ;
nothing@2 17511 event:time [ tl:at "21.02"^^xsd:float ;
nothing@2 17512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17514 afo:value "391.245"^^sxsd:hertz.number .
nothing@2 17515
nothing@2 17516 [] a afv:FundamentalFrequency ;
nothing@2 17517 event:time [ tl:at "21.026"^^xsd:float ;
nothing@2 17518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17520 afo:value "391.204"^^sxsd:hertz.number .
nothing@2 17521
nothing@2 17522 [] a afv:FundamentalFrequency ;
nothing@2 17523 event:time [ tl:at "21.031"^^xsd:float ;
nothing@2 17524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17526 afo:value "391.214"^^sxsd:hertz.number .
nothing@2 17527
nothing@2 17528 [] a afv:FundamentalFrequency ;
nothing@2 17529 event:time [ tl:at "21.037"^^xsd:float ;
nothing@2 17530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17532 afo:value "391.183"^^sxsd:hertz.number .
nothing@2 17533
nothing@2 17534 [] a afv:FundamentalFrequency ;
nothing@2 17535 event:time [ tl:at "21.043"^^xsd:float ;
nothing@2 17536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17538 afo:value "391.173"^^sxsd:hertz.number .
nothing@2 17539
nothing@2 17540 [] a afv:FundamentalFrequency ;
nothing@2 17541 event:time [ tl:at "21.049"^^xsd:float ;
nothing@2 17542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17544 afo:value "391.153"^^sxsd:hertz.number .
nothing@2 17545
nothing@2 17546 [] a afv:FundamentalFrequency ;
nothing@2 17547 event:time [ tl:at "21.055"^^xsd:float ;
nothing@2 17548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17550 afo:value "391.155"^^sxsd:hertz.number .
nothing@2 17551
nothing@2 17552 [] a afv:FundamentalFrequency ;
nothing@2 17553 event:time [ tl:at "21.06"^^xsd:float ;
nothing@2 17554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17556 afo:value "391.16"^^sxsd:hertz.number .
nothing@2 17557
nothing@2 17558 [] a afv:FundamentalFrequency ;
nothing@2 17559 event:time [ tl:at "21.066"^^xsd:float ;
nothing@2 17560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17562 afo:value "391.172"^^sxsd:hertz.number .
nothing@2 17563
nothing@2 17564 [] a afv:FundamentalFrequency ;
nothing@2 17565 event:time [ tl:at "2.107"^^xsd:float ;
nothing@2 17566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17568 afo:value "439.306"^^sxsd:hertz.number .
nothing@2 17569
nothing@2 17570 [] a afv:FundamentalFrequency ;
nothing@2 17571 event:time [ tl:at "21.072"^^xsd:float ;
nothing@2 17572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17574 afo:value "391.237"^^sxsd:hertz.number .
nothing@2 17575
nothing@2 17576 [] a afv:FundamentalFrequency ;
nothing@2 17577 event:time [ tl:at "21.078"^^xsd:float ;
nothing@2 17578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17580 afo:value "391.29"^^sxsd:hertz.number .
nothing@2 17581
nothing@2 17582 [] a afv:FundamentalFrequency ;
nothing@2 17583 event:time [ tl:at "21.084"^^xsd:float ;
nothing@2 17584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17586 afo:value "391.328"^^sxsd:hertz.number .
nothing@2 17587
nothing@2 17588 [] a afv:FundamentalFrequency ;
nothing@2 17589 event:time [ tl:at "21.09"^^xsd:float ;
nothing@2 17590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17592 afo:value "391.326"^^sxsd:hertz.number .
nothing@2 17593
nothing@2 17594 [] a afv:FundamentalFrequency ;
nothing@2 17595 event:time [ tl:at "21.095"^^xsd:float ;
nothing@2 17596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17598 afo:value "391.281"^^sxsd:hertz.number .
nothing@2 17599
nothing@2 17600 [] a afv:FundamentalFrequency ;
nothing@2 17601 event:time [ tl:at "21.101"^^xsd:float ;
nothing@2 17602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17604 afo:value "391.217"^^sxsd:hertz.number .
nothing@2 17605
nothing@2 17606 [] a afv:FundamentalFrequency ;
nothing@2 17607 event:time [ tl:at "21.107"^^xsd:float ;
nothing@2 17608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17610 afo:value "391.137"^^sxsd:hertz.number .
nothing@2 17611
nothing@2 17612 [] a afv:FundamentalFrequency ;
nothing@2 17613 event:time [ tl:at "21.113"^^xsd:float ;
nothing@2 17614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17616 afo:value "391.085"^^sxsd:hertz.number .
nothing@2 17617
nothing@2 17618 [] a afv:FundamentalFrequency ;
nothing@2 17619 event:time [ tl:at "21.119"^^xsd:float ;
nothing@2 17620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17622 afo:value "390.991"^^sxsd:hertz.number .
nothing@2 17623
nothing@2 17624 [] a afv:FundamentalFrequency ;
nothing@2 17625 event:time [ tl:at "21.124"^^xsd:float ;
nothing@2 17626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17628 afo:value "390.882"^^sxsd:hertz.number .
nothing@2 17629
nothing@2 17630 [] a afv:FundamentalFrequency ;
nothing@2 17631 event:time [ tl:at "2.113"^^xsd:float ;
nothing@2 17632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17634 afo:value "439.272"^^sxsd:hertz.number .
nothing@2 17635
nothing@2 17636 [] a afv:FundamentalFrequency ;
nothing@2 17637 event:time [ tl:at "21.13"^^xsd:float ;
nothing@2 17638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17640 afo:value "390.737"^^sxsd:hertz.number .
nothing@2 17641
nothing@2 17642 [] a afv:FundamentalFrequency ;
nothing@2 17643 event:time [ tl:at "21.136"^^xsd:float ;
nothing@2 17644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17646 afo:value "390.64"^^sxsd:hertz.number .
nothing@2 17647
nothing@2 17648 [] a afv:FundamentalFrequency ;
nothing@2 17649 event:time [ tl:at "21.142"^^xsd:float ;
nothing@2 17650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17652 afo:value "390.454"^^sxsd:hertz.number .
nothing@2 17653
nothing@2 17654 [] a afv:FundamentalFrequency ;
nothing@2 17655 event:time [ tl:at "21.148"^^xsd:float ;
nothing@2 17656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17658 afo:value "390.399"^^sxsd:hertz.number .
nothing@2 17659
nothing@2 17660 [] a afv:FundamentalFrequency ;
nothing@2 17661 event:time [ tl:at "21.153"^^xsd:float ;
nothing@2 17662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17664 afo:value "389.904"^^sxsd:hertz.number .
nothing@2 17665
nothing@2 17666 [] a afv:FundamentalFrequency ;
nothing@2 17667 event:time [ tl:at "21.159"^^xsd:float ;
nothing@2 17668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17670 afo:value "389.268"^^sxsd:hertz.number .
nothing@2 17671
nothing@2 17672 [] a afv:FundamentalFrequency ;
nothing@2 17673 event:time [ tl:at "21.165"^^xsd:float ;
nothing@2 17674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17676 afo:value "388.517"^^sxsd:hertz.number .
nothing@2 17677
nothing@2 17678 [] a afv:FundamentalFrequency ;
nothing@2 17679 event:time [ tl:at "21.171"^^xsd:float ;
nothing@2 17680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17682 afo:value "388.342"^^sxsd:hertz.number .
nothing@2 17683
nothing@2 17684 [] a afv:FundamentalFrequency ;
nothing@2 17685 event:time [ tl:at "21.177"^^xsd:float ;
nothing@2 17686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17688 afo:value "388.956"^^sxsd:hertz.number .
nothing@2 17689
nothing@2 17690 [] a afv:FundamentalFrequency ;
nothing@2 17691 event:time [ tl:at "21.182"^^xsd:float ;
nothing@2 17692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17694 afo:value "390.134"^^sxsd:hertz.number .
nothing@2 17695
nothing@2 17696 [] a afv:FundamentalFrequency ;
nothing@2 17697 event:time [ tl:at "2.119"^^xsd:float ;
nothing@2 17698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17700 afo:value "439.244"^^sxsd:hertz.number .
nothing@2 17701
nothing@2 17702 [] a afv:FundamentalFrequency ;
nothing@2 17703 event:time [ tl:at "21.188"^^xsd:float ;
nothing@2 17704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17706 afo:value "391.013"^^sxsd:hertz.number .
nothing@2 17707
nothing@2 17708 [] a afv:FundamentalFrequency ;
nothing@2 17709 event:time [ tl:at "21.194"^^xsd:float ;
nothing@2 17710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17712 afo:value "391.335"^^sxsd:hertz.number .
nothing@2 17713
nothing@2 17714 [] a afv:FundamentalFrequency ;
nothing@2 17715 event:time [ tl:at "21.2"^^xsd:float ;
nothing@2 17716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17718 afo:value "390.99"^^sxsd:hertz.number .
nothing@2 17719
nothing@2 17720 [] a afv:FundamentalFrequency ;
nothing@2 17721 event:time [ tl:at "21.206"^^xsd:float ;
nothing@2 17722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17724 afo:value "390.417"^^sxsd:hertz.number .
nothing@2 17725
nothing@2 17726 [] a afv:FundamentalFrequency ;
nothing@2 17727 event:time [ tl:at "21.211"^^xsd:float ;
nothing@2 17728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17730 afo:value "390.065"^^sxsd:hertz.number .
nothing@2 17731
nothing@2 17732 [] a afv:FundamentalFrequency ;
nothing@2 17733 event:time [ tl:at "21.217"^^xsd:float ;
nothing@2 17734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17736 afo:value "390.075"^^sxsd:hertz.number .
nothing@2 17737
nothing@2 17738 [] a afv:FundamentalFrequency ;
nothing@2 17739 event:time [ tl:at "21.223"^^xsd:float ;
nothing@2 17740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17742 afo:value "390.242"^^sxsd:hertz.number .
nothing@2 17743
nothing@2 17744 [] a afv:FundamentalFrequency ;
nothing@2 17745 event:time [ tl:at "21.229"^^xsd:float ;
nothing@2 17746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17748 afo:value "390.568"^^sxsd:hertz.number .
nothing@2 17749
nothing@2 17750 [] a afv:FundamentalFrequency ;
nothing@2 17751 event:time [ tl:at "21.235"^^xsd:float ;
nothing@2 17752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17754 afo:value "391.063"^^sxsd:hertz.number .
nothing@2 17755
nothing@2 17756 [] a afv:FundamentalFrequency ;
nothing@2 17757 event:time [ tl:at "21.24"^^xsd:float ;
nothing@2 17758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17760 afo:value "391.443"^^sxsd:hertz.number .
nothing@2 17761
nothing@2 17762 [] a afv:FundamentalFrequency ;
nothing@2 17763 event:time [ tl:at "2.125"^^xsd:float ;
nothing@2 17764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17766 afo:value "439.203"^^sxsd:hertz.number .
nothing@2 17767
nothing@2 17768 [] a afv:FundamentalFrequency ;
nothing@2 17769 event:time [ tl:at "21.246"^^xsd:float ;
nothing@2 17770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17772 afo:value "391.509"^^sxsd:hertz.number .
nothing@2 17773
nothing@2 17774 [] a afv:FundamentalFrequency ;
nothing@2 17775 event:time [ tl:at "21.252"^^xsd:float ;
nothing@2 17776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17778 afo:value "391.321"^^sxsd:hertz.number .
nothing@2 17779
nothing@2 17780 [] a afv:FundamentalFrequency ;
nothing@2 17781 event:time [ tl:at "21.258"^^xsd:float ;
nothing@2 17782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17784 afo:value "391.063"^^sxsd:hertz.number .
nothing@2 17785
nothing@2 17786 [] a afv:FundamentalFrequency ;
nothing@2 17787 event:time [ tl:at "21.264"^^xsd:float ;
nothing@2 17788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17790 afo:value "390.828"^^sxsd:hertz.number .
nothing@2 17791
nothing@2 17792 [] a afv:FundamentalFrequency ;
nothing@2 17793 event:time [ tl:at "21.269"^^xsd:float ;
nothing@2 17794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17796 afo:value "390.516"^^sxsd:hertz.number .
nothing@2 17797
nothing@2 17798 [] a afv:FundamentalFrequency ;
nothing@2 17799 event:time [ tl:at "21.275"^^xsd:float ;
nothing@2 17800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17802 afo:value "390.249"^^sxsd:hertz.number .
nothing@2 17803
nothing@2 17804 [] a afv:FundamentalFrequency ;
nothing@2 17805 event:time [ tl:at "21.281"^^xsd:float ;
nothing@2 17806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17808 afo:value "390.22"^^sxsd:hertz.number .
nothing@2 17809
nothing@2 17810 [] a afv:FundamentalFrequency ;
nothing@2 17811 event:time [ tl:at "21.287"^^xsd:float ;
nothing@2 17812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17814 afo:value "392.017"^^sxsd:hertz.number .
nothing@2 17815
nothing@2 17816 [] a afv:FundamentalFrequency ;
nothing@2 17817 event:time [ tl:at "21.293"^^xsd:float ;
nothing@2 17818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17820 afo:value "390.699"^^sxsd:hertz.number .
nothing@2 17821
nothing@2 17822 [] a afv:FundamentalFrequency ;
nothing@2 17823 event:time [ tl:at "21.299"^^xsd:float ;
nothing@2 17824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17826 afo:value "388.488"^^sxsd:hertz.number .
nothing@2 17827
nothing@2 17828 [] a afv:FundamentalFrequency ;
nothing@2 17829 event:time [ tl:at "2.13"^^xsd:float ;
nothing@2 17830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17832 afo:value "439.188"^^sxsd:hertz.number .
nothing@2 17833
nothing@2 17834 [] a afv:FundamentalFrequency ;
nothing@2 17835 event:time [ tl:at "21.304"^^xsd:float ;
nothing@2 17836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17838 afo:value "352.542"^^sxsd:hertz.number .
nothing@2 17839
nothing@2 17840 [] a afv:FundamentalFrequency ;
nothing@2 17841 event:time [ tl:at "21.31"^^xsd:float ;
nothing@2 17842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17844 afo:value "349.567"^^sxsd:hertz.number .
nothing@2 17845
nothing@2 17846 [] a afv:FundamentalFrequency ;
nothing@2 17847 event:time [ tl:at "21.316"^^xsd:float ;
nothing@2 17848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17850 afo:value "329.592"^^sxsd:hertz.number .
nothing@2 17851
nothing@2 17852 [] a afv:FundamentalFrequency ;
nothing@2 17853 event:time [ tl:at "21.322"^^xsd:float ;
nothing@2 17854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17856 afo:value "336.991"^^sxsd:hertz.number .
nothing@2 17857
nothing@2 17858 [] a afv:FundamentalFrequency ;
nothing@2 17859 event:time [ tl:at "21.328"^^xsd:float ;
nothing@2 17860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17862 afo:value "329.708"^^sxsd:hertz.number .
nothing@2 17863
nothing@2 17864 [] a afv:FundamentalFrequency ;
nothing@2 17865 event:time [ tl:at "21.333"^^xsd:float ;
nothing@2 17866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17868 afo:value "328.914"^^sxsd:hertz.number .
nothing@2 17869
nothing@2 17870 [] a afv:FundamentalFrequency ;
nothing@2 17871 event:time [ tl:at "21.339"^^xsd:float ;
nothing@2 17872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17874 afo:value "328.169"^^sxsd:hertz.number .
nothing@2 17875
nothing@2 17876 [] a afv:FundamentalFrequency ;
nothing@2 17877 event:time [ tl:at "21.345"^^xsd:float ;
nothing@2 17878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17880 afo:value "329.809"^^sxsd:hertz.number .
nothing@2 17881
nothing@2 17882 [] a afv:FundamentalFrequency ;
nothing@2 17883 event:time [ tl:at "21.351"^^xsd:float ;
nothing@2 17884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17886 afo:value "329.815"^^sxsd:hertz.number .
nothing@2 17887
nothing@2 17888 [] a afv:FundamentalFrequency ;
nothing@2 17889 event:time [ tl:at "21.357"^^xsd:float ;
nothing@2 17890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17892 afo:value "329.388"^^sxsd:hertz.number .
nothing@2 17893
nothing@2 17894 [] a afv:FundamentalFrequency ;
nothing@2 17895 event:time [ tl:at "2.136"^^xsd:float ;
nothing@2 17896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17898 afo:value "439.241"^^sxsd:hertz.number .
nothing@2 17899
nothing@2 17900 [] a afv:FundamentalFrequency ;
nothing@2 17901 event:time [ tl:at "21.362"^^xsd:float ;
nothing@2 17902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17904 afo:value "328.97"^^sxsd:hertz.number .
nothing@2 17905
nothing@2 17906 [] a afv:FundamentalFrequency ;
nothing@2 17907 event:time [ tl:at "21.368"^^xsd:float ;
nothing@2 17908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17910 afo:value "329.336"^^sxsd:hertz.number .
nothing@2 17911
nothing@2 17912 [] a afv:FundamentalFrequency ;
nothing@2 17913 event:time [ tl:at "21.374"^^xsd:float ;
nothing@2 17914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17916 afo:value "329.317"^^sxsd:hertz.number .
nothing@2 17917
nothing@2 17918 [] a afv:FundamentalFrequency ;
nothing@2 17919 event:time [ tl:at "21.38"^^xsd:float ;
nothing@2 17920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17922 afo:value "329.169"^^sxsd:hertz.number .
nothing@2 17923
nothing@2 17924 [] a afv:FundamentalFrequency ;
nothing@2 17925 event:time [ tl:at "21.386"^^xsd:float ;
nothing@2 17926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17928 afo:value "329.008"^^sxsd:hertz.number .
nothing@2 17929
nothing@2 17930 [] a afv:FundamentalFrequency ;
nothing@2 17931 event:time [ tl:at "21.391"^^xsd:float ;
nothing@2 17932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17934 afo:value "328.979"^^sxsd:hertz.number .
nothing@2 17935
nothing@2 17936 [] a afv:FundamentalFrequency ;
nothing@2 17937 event:time [ tl:at "21.397"^^xsd:float ;
nothing@2 17938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17940 afo:value "328.928"^^sxsd:hertz.number .
nothing@2 17941
nothing@2 17942 [] a afv:FundamentalFrequency ;
nothing@2 17943 event:time [ tl:at "21.403"^^xsd:float ;
nothing@2 17944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17946 afo:value "328.805"^^sxsd:hertz.number .
nothing@2 17947
nothing@2 17948 [] a afv:FundamentalFrequency ;
nothing@2 17949 event:time [ tl:at "21.409"^^xsd:float ;
nothing@2 17950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17952 afo:value "328.897"^^sxsd:hertz.number .
nothing@2 17953
nothing@2 17954 [] a afv:FundamentalFrequency ;
nothing@2 17955 event:time [ tl:at "21.415"^^xsd:float ;
nothing@2 17956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17958 afo:value "328.839"^^sxsd:hertz.number .
nothing@2 17959
nothing@2 17960 [] a afv:FundamentalFrequency ;
nothing@2 17961 event:time [ tl:at "2.142"^^xsd:float ;
nothing@2 17962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17964 afo:value "439.3"^^sxsd:hertz.number .
nothing@2 17965
nothing@2 17966 [] a afv:FundamentalFrequency ;
nothing@2 17967 event:time [ tl:at "21.42"^^xsd:float ;
nothing@2 17968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17970 afo:value "328.719"^^sxsd:hertz.number .
nothing@2 17971
nothing@2 17972 [] a afv:FundamentalFrequency ;
nothing@2 17973 event:time [ tl:at "21.426"^^xsd:float ;
nothing@2 17974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17976 afo:value "328.588"^^sxsd:hertz.number .
nothing@2 17977
nothing@2 17978 [] a afv:FundamentalFrequency ;
nothing@2 17979 event:time [ tl:at "21.432"^^xsd:float ;
nothing@2 17980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17982 afo:value "328.46"^^sxsd:hertz.number .
nothing@2 17983
nothing@2 17984 [] a afv:FundamentalFrequency ;
nothing@2 17985 event:time [ tl:at "21.438"^^xsd:float ;
nothing@2 17986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17988 afo:value "328.529"^^sxsd:hertz.number .
nothing@2 17989
nothing@2 17990 [] a afv:FundamentalFrequency ;
nothing@2 17991 event:time [ tl:at "21.444"^^xsd:float ;
nothing@2 17992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 17994 afo:value "328.568"^^sxsd:hertz.number .
nothing@2 17995
nothing@2 17996 [] a afv:FundamentalFrequency ;
nothing@2 17997 event:time [ tl:at "21.449"^^xsd:float ;
nothing@2 17998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 17999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18000 afo:value "328.474"^^sxsd:hertz.number .
nothing@2 18001
nothing@2 18002 [] a afv:FundamentalFrequency ;
nothing@2 18003 event:time [ tl:at "21.455"^^xsd:float ;
nothing@2 18004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18006 afo:value "328.462"^^sxsd:hertz.number .
nothing@2 18007
nothing@2 18008 [] a afv:FundamentalFrequency ;
nothing@2 18009 event:time [ tl:at "21.461"^^xsd:float ;
nothing@2 18010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18012 afo:value "328.458"^^sxsd:hertz.number .
nothing@2 18013
nothing@2 18014 [] a afv:FundamentalFrequency ;
nothing@2 18015 event:time [ tl:at "21.467"^^xsd:float ;
nothing@2 18016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18018 afo:value "328.367"^^sxsd:hertz.number .
nothing@2 18019
nothing@2 18020 [] a afv:FundamentalFrequency ;
nothing@2 18021 event:time [ tl:at "21.473"^^xsd:float ;
nothing@2 18022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18024 afo:value "328.423"^^sxsd:hertz.number .
nothing@2 18025
nothing@2 18026 [] a afv:FundamentalFrequency ;
nothing@2 18027 event:time [ tl:at "0.215"^^xsd:float ;
nothing@2 18028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18030 afo:value "292.775"^^sxsd:hertz.number .
nothing@2 18031
nothing@2 18032 [] a afv:FundamentalFrequency ;
nothing@2 18033 event:time [ tl:at "2.148"^^xsd:float ;
nothing@2 18034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18036 afo:value "439.342"^^sxsd:hertz.number .
nothing@2 18037
nothing@2 18038 [] a afv:FundamentalFrequency ;
nothing@2 18039 event:time [ tl:at "21.478"^^xsd:float ;
nothing@2 18040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18042 afo:value "328.453"^^sxsd:hertz.number .
nothing@2 18043
nothing@2 18044 [] a afv:FundamentalFrequency ;
nothing@2 18045 event:time [ tl:at "21.484"^^xsd:float ;
nothing@2 18046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18048 afo:value "328.431"^^sxsd:hertz.number .
nothing@2 18049
nothing@2 18050 [] a afv:FundamentalFrequency ;
nothing@2 18051 event:time [ tl:at "21.49"^^xsd:float ;
nothing@2 18052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18054 afo:value "328.44"^^sxsd:hertz.number .
nothing@2 18055
nothing@2 18056 [] a afv:FundamentalFrequency ;
nothing@2 18057 event:time [ tl:at "21.496"^^xsd:float ;
nothing@2 18058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18060 afo:value "328.375"^^sxsd:hertz.number .
nothing@2 18061
nothing@2 18062 [] a afv:FundamentalFrequency ;
nothing@2 18063 event:time [ tl:at "21.502"^^xsd:float ;
nothing@2 18064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18066 afo:value "328.309"^^sxsd:hertz.number .
nothing@2 18067
nothing@2 18068 [] a afv:FundamentalFrequency ;
nothing@2 18069 event:time [ tl:at "21.507"^^xsd:float ;
nothing@2 18070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18072 afo:value "328.354"^^sxsd:hertz.number .
nothing@2 18073
nothing@2 18074 [] a afv:FundamentalFrequency ;
nothing@2 18075 event:time [ tl:at "21.513"^^xsd:float ;
nothing@2 18076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18078 afo:value "328.344"^^sxsd:hertz.number .
nothing@2 18079
nothing@2 18080 [] a afv:FundamentalFrequency ;
nothing@2 18081 event:time [ tl:at "21.519"^^xsd:float ;
nothing@2 18082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18084 afo:value "328.337"^^sxsd:hertz.number .
nothing@2 18085
nothing@2 18086 [] a afv:FundamentalFrequency ;
nothing@2 18087 event:time [ tl:at "21.525"^^xsd:float ;
nothing@2 18088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18090 afo:value "328.391"^^sxsd:hertz.number .
nothing@2 18091
nothing@2 18092 [] a afv:FundamentalFrequency ;
nothing@2 18093 event:time [ tl:at "21.531"^^xsd:float ;
nothing@2 18094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18096 afo:value "328.393"^^sxsd:hertz.number .
nothing@2 18097
nothing@2 18098 [] a afv:FundamentalFrequency ;
nothing@2 18099 event:time [ tl:at "2.154"^^xsd:float ;
nothing@2 18100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18102 afo:value "439.37"^^sxsd:hertz.number .
nothing@2 18103
nothing@2 18104 [] a afv:FundamentalFrequency ;
nothing@2 18105 event:time [ tl:at "21.537"^^xsd:float ;
nothing@2 18106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18108 afo:value "328.462"^^sxsd:hertz.number .
nothing@2 18109
nothing@2 18110 [] a afv:FundamentalFrequency ;
nothing@2 18111 event:time [ tl:at "21.542"^^xsd:float ;
nothing@2 18112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18114 afo:value "328.502"^^sxsd:hertz.number .
nothing@2 18115
nothing@2 18116 [] a afv:FundamentalFrequency ;
nothing@2 18117 event:time [ tl:at "21.548"^^xsd:float ;
nothing@2 18118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18120 afo:value "328.512"^^sxsd:hertz.number .
nothing@2 18121
nothing@2 18122 [] a afv:FundamentalFrequency ;
nothing@2 18123 event:time [ tl:at "21.554"^^xsd:float ;
nothing@2 18124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18126 afo:value "328.524"^^sxsd:hertz.number .
nothing@2 18127
nothing@2 18128 [] a afv:FundamentalFrequency ;
nothing@2 18129 event:time [ tl:at "21.56"^^xsd:float ;
nothing@2 18130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18132 afo:value "328.511"^^sxsd:hertz.number .
nothing@2 18133
nothing@2 18134 [] a afv:FundamentalFrequency ;
nothing@2 18135 event:time [ tl:at "21.566"^^xsd:float ;
nothing@2 18136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18138 afo:value "328.531"^^sxsd:hertz.number .
nothing@2 18139
nothing@2 18140 [] a afv:FundamentalFrequency ;
nothing@2 18141 event:time [ tl:at "21.571"^^xsd:float ;
nothing@2 18142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18144 afo:value "328.589"^^sxsd:hertz.number .
nothing@2 18145
nothing@2 18146 [] a afv:FundamentalFrequency ;
nothing@2 18147 event:time [ tl:at "21.577"^^xsd:float ;
nothing@2 18148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18150 afo:value "328.583"^^sxsd:hertz.number .
nothing@2 18151
nothing@2 18152 [] a afv:FundamentalFrequency ;
nothing@2 18153 event:time [ tl:at "21.583"^^xsd:float ;
nothing@2 18154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18156 afo:value "328.574"^^sxsd:hertz.number .
nothing@2 18157
nothing@2 18158 [] a afv:FundamentalFrequency ;
nothing@2 18159 event:time [ tl:at "21.589"^^xsd:float ;
nothing@2 18160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18162 afo:value "328.644"^^sxsd:hertz.number .
nothing@2 18163
nothing@2 18164 [] a afv:FundamentalFrequency ;
nothing@2 18165 event:time [ tl:at "2.159"^^xsd:float ;
nothing@2 18166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18168 afo:value "439.347"^^sxsd:hertz.number .
nothing@2 18169
nothing@2 18170 [] a afv:FundamentalFrequency ;
nothing@2 18171 event:time [ tl:at "21.595"^^xsd:float ;
nothing@2 18172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18174 afo:value "328.662"^^sxsd:hertz.number .
nothing@2 18175
nothing@2 18176 [] a afv:FundamentalFrequency ;
nothing@2 18177 event:time [ tl:at "21.6"^^xsd:float ;
nothing@2 18178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18180 afo:value "328.707"^^sxsd:hertz.number .
nothing@2 18181
nothing@2 18182 [] a afv:FundamentalFrequency ;
nothing@2 18183 event:time [ tl:at "21.606"^^xsd:float ;
nothing@2 18184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18186 afo:value "328.713"^^sxsd:hertz.number .
nothing@2 18187
nothing@2 18188 [] a afv:FundamentalFrequency ;
nothing@2 18189 event:time [ tl:at "21.612"^^xsd:float ;
nothing@2 18190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18192 afo:value "328.709"^^sxsd:hertz.number .
nothing@2 18193
nothing@2 18194 [] a afv:FundamentalFrequency ;
nothing@2 18195 event:time [ tl:at "21.618"^^xsd:float ;
nothing@2 18196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18198 afo:value "328.757"^^sxsd:hertz.number .
nothing@2 18199
nothing@2 18200 [] a afv:FundamentalFrequency ;
nothing@2 18201 event:time [ tl:at "21.624"^^xsd:float ;
nothing@2 18202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18204 afo:value "328.773"^^sxsd:hertz.number .
nothing@2 18205
nothing@2 18206 [] a afv:FundamentalFrequency ;
nothing@2 18207 event:time [ tl:at "21.629"^^xsd:float ;
nothing@2 18208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18210 afo:value "328.738"^^sxsd:hertz.number .
nothing@2 18211
nothing@2 18212 [] a afv:FundamentalFrequency ;
nothing@2 18213 event:time [ tl:at "21.635"^^xsd:float ;
nothing@2 18214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18216 afo:value "328.773"^^sxsd:hertz.number .
nothing@2 18217
nothing@2 18218 [] a afv:FundamentalFrequency ;
nothing@2 18219 event:time [ tl:at "21.641"^^xsd:float ;
nothing@2 18220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18222 afo:value "328.795"^^sxsd:hertz.number .
nothing@2 18223
nothing@2 18224 [] a afv:FundamentalFrequency ;
nothing@2 18225 event:time [ tl:at "21.647"^^xsd:float ;
nothing@2 18226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18228 afo:value "328.825"^^sxsd:hertz.number .
nothing@2 18229
nothing@2 18230 [] a afv:FundamentalFrequency ;
nothing@2 18231 event:time [ tl:at "2.165"^^xsd:float ;
nothing@2 18232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18234 afo:value "439.299"^^sxsd:hertz.number .
nothing@2 18235
nothing@2 18236 [] a afv:FundamentalFrequency ;
nothing@2 18237 event:time [ tl:at "21.653"^^xsd:float ;
nothing@2 18238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18240 afo:value "328.907"^^sxsd:hertz.number .
nothing@2 18241
nothing@2 18242 [] a afv:FundamentalFrequency ;
nothing@2 18243 event:time [ tl:at "21.658"^^xsd:float ;
nothing@2 18244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18246 afo:value "328.94"^^sxsd:hertz.number .
nothing@2 18247
nothing@2 18248 [] a afv:FundamentalFrequency ;
nothing@2 18249 event:time [ tl:at "21.664"^^xsd:float ;
nothing@2 18250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18252 afo:value "328.918"^^sxsd:hertz.number .
nothing@2 18253
nothing@2 18254 [] a afv:FundamentalFrequency ;
nothing@2 18255 event:time [ tl:at "21.67"^^xsd:float ;
nothing@2 18256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18258 afo:value "328.931"^^sxsd:hertz.number .
nothing@2 18259
nothing@2 18260 [] a afv:FundamentalFrequency ;
nothing@2 18261 event:time [ tl:at "21.676"^^xsd:float ;
nothing@2 18262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18264 afo:value "328.95"^^sxsd:hertz.number .
nothing@2 18265
nothing@2 18266 [] a afv:FundamentalFrequency ;
nothing@2 18267 event:time [ tl:at "21.682"^^xsd:float ;
nothing@2 18268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18270 afo:value "328.961"^^sxsd:hertz.number .
nothing@2 18271
nothing@2 18272 [] a afv:FundamentalFrequency ;
nothing@2 18273 event:time [ tl:at "21.687"^^xsd:float ;
nothing@2 18274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18276 afo:value "328.967"^^sxsd:hertz.number .
nothing@2 18277
nothing@2 18278 [] a afv:FundamentalFrequency ;
nothing@2 18279 event:time [ tl:at "21.693"^^xsd:float ;
nothing@2 18280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18282 afo:value "328.987"^^sxsd:hertz.number .
nothing@2 18283
nothing@2 18284 [] a afv:FundamentalFrequency ;
nothing@2 18285 event:time [ tl:at "21.699"^^xsd:float ;
nothing@2 18286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18288 afo:value "329.036"^^sxsd:hertz.number .
nothing@2 18289
nothing@2 18290 [] a afv:FundamentalFrequency ;
nothing@2 18291 event:time [ tl:at "21.705"^^xsd:float ;
nothing@2 18292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18294 afo:value "329.11"^^sxsd:hertz.number .
nothing@2 18295
nothing@2 18296 [] a afv:FundamentalFrequency ;
nothing@2 18297 event:time [ tl:at "2.171"^^xsd:float ;
nothing@2 18298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18300 afo:value "439.283"^^sxsd:hertz.number .
nothing@2 18301
nothing@2 18302 [] a afv:FundamentalFrequency ;
nothing@2 18303 event:time [ tl:at "21.711"^^xsd:float ;
nothing@2 18304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18306 afo:value "329.169"^^sxsd:hertz.number .
nothing@2 18307
nothing@2 18308 [] a afv:FundamentalFrequency ;
nothing@2 18309 event:time [ tl:at "21.716"^^xsd:float ;
nothing@2 18310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18312 afo:value "329.179"^^sxsd:hertz.number .
nothing@2 18313
nothing@2 18314 [] a afv:FundamentalFrequency ;
nothing@2 18315 event:time [ tl:at "21.722"^^xsd:float ;
nothing@2 18316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18318 afo:value "329.18"^^sxsd:hertz.number .
nothing@2 18319
nothing@2 18320 [] a afv:FundamentalFrequency ;
nothing@2 18321 event:time [ tl:at "21.728"^^xsd:float ;
nothing@2 18322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18324 afo:value "329.181"^^sxsd:hertz.number .
nothing@2 18325
nothing@2 18326 [] a afv:FundamentalFrequency ;
nothing@2 18327 event:time [ tl:at "21.734"^^xsd:float ;
nothing@2 18328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18330 afo:value "329.184"^^sxsd:hertz.number .
nothing@2 18331
nothing@2 18332 [] a afv:FundamentalFrequency ;
nothing@2 18333 event:time [ tl:at "21.74"^^xsd:float ;
nothing@2 18334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18336 afo:value "329.171"^^sxsd:hertz.number .
nothing@2 18337
nothing@2 18338 [] a afv:FundamentalFrequency ;
nothing@2 18339 event:time [ tl:at "21.745"^^xsd:float ;
nothing@2 18340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18342 afo:value "329.163"^^sxsd:hertz.number .
nothing@2 18343
nothing@2 18344 [] a afv:FundamentalFrequency ;
nothing@2 18345 event:time [ tl:at "21.751"^^xsd:float ;
nothing@2 18346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18348 afo:value "329.153"^^sxsd:hertz.number .
nothing@2 18349
nothing@2 18350 [] a afv:FundamentalFrequency ;
nothing@2 18351 event:time [ tl:at "21.757"^^xsd:float ;
nothing@2 18352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18354 afo:value "329.146"^^sxsd:hertz.number .
nothing@2 18355
nothing@2 18356 [] a afv:FundamentalFrequency ;
nothing@2 18357 event:time [ tl:at "21.763"^^xsd:float ;
nothing@2 18358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18360 afo:value "329.121"^^sxsd:hertz.number .
nothing@2 18361
nothing@2 18362 [] a afv:FundamentalFrequency ;
nothing@2 18363 event:time [ tl:at "2.177"^^xsd:float ;
nothing@2 18364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18366 afo:value "439.285"^^sxsd:hertz.number .
nothing@2 18367
nothing@2 18368 [] a afv:FundamentalFrequency ;
nothing@2 18369 event:time [ tl:at "21.769"^^xsd:float ;
nothing@2 18370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18372 afo:value "329.107"^^sxsd:hertz.number .
nothing@2 18373
nothing@2 18374 [] a afv:FundamentalFrequency ;
nothing@2 18375 event:time [ tl:at "21.775"^^xsd:float ;
nothing@2 18376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18378 afo:value "329.089"^^sxsd:hertz.number .
nothing@2 18379
nothing@2 18380 [] a afv:FundamentalFrequency ;
nothing@2 18381 event:time [ tl:at "21.78"^^xsd:float ;
nothing@2 18382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18384 afo:value "329.073"^^sxsd:hertz.number .
nothing@2 18385
nothing@2 18386 [] a afv:FundamentalFrequency ;
nothing@2 18387 event:time [ tl:at "21.786"^^xsd:float ;
nothing@2 18388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18390 afo:value "329.02"^^sxsd:hertz.number .
nothing@2 18391
nothing@2 18392 [] a afv:FundamentalFrequency ;
nothing@2 18393 event:time [ tl:at "21.792"^^xsd:float ;
nothing@2 18394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18396 afo:value "328.997"^^sxsd:hertz.number .
nothing@2 18397
nothing@2 18398 [] a afv:FundamentalFrequency ;
nothing@2 18399 event:time [ tl:at "21.798"^^xsd:float ;
nothing@2 18400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18402 afo:value "328.993"^^sxsd:hertz.number .
nothing@2 18403
nothing@2 18404 [] a afv:FundamentalFrequency ;
nothing@2 18405 event:time [ tl:at "21.804"^^xsd:float ;
nothing@2 18406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18408 afo:value "329.0"^^sxsd:hertz.number .
nothing@2 18409
nothing@2 18410 [] a afv:FundamentalFrequency ;
nothing@2 18411 event:time [ tl:at "21.809"^^xsd:float ;
nothing@2 18412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18414 afo:value "329.018"^^sxsd:hertz.number .
nothing@2 18415
nothing@2 18416 [] a afv:FundamentalFrequency ;
nothing@2 18417 event:time [ tl:at "21.815"^^xsd:float ;
nothing@2 18418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18420 afo:value "329.041"^^sxsd:hertz.number .
nothing@2 18421
nothing@2 18422 [] a afv:FundamentalFrequency ;
nothing@2 18423 event:time [ tl:at "21.821"^^xsd:float ;
nothing@2 18424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18426 afo:value "329.051"^^sxsd:hertz.number .
nothing@2 18427
nothing@2 18428 [] a afv:FundamentalFrequency ;
nothing@2 18429 event:time [ tl:at "2.183"^^xsd:float ;
nothing@2 18430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18432 afo:value "439.339"^^sxsd:hertz.number .
nothing@2 18433
nothing@2 18434 [] a afv:FundamentalFrequency ;
nothing@2 18435 event:time [ tl:at "21.827"^^xsd:float ;
nothing@2 18436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18438 afo:value "329.048"^^sxsd:hertz.number .
nothing@2 18439
nothing@2 18440 [] a afv:FundamentalFrequency ;
nothing@2 18441 event:time [ tl:at "21.833"^^xsd:float ;
nothing@2 18442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18444 afo:value "329.056"^^sxsd:hertz.number .
nothing@2 18445
nothing@2 18446 [] a afv:FundamentalFrequency ;
nothing@2 18447 event:time [ tl:at "21.838"^^xsd:float ;
nothing@2 18448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18450 afo:value "329.058"^^sxsd:hertz.number .
nothing@2 18451
nothing@2 18452 [] a afv:FundamentalFrequency ;
nothing@2 18453 event:time [ tl:at "21.844"^^xsd:float ;
nothing@2 18454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18456 afo:value "329.078"^^sxsd:hertz.number .
nothing@2 18457
nothing@2 18458 [] a afv:FundamentalFrequency ;
nothing@2 18459 event:time [ tl:at "21.85"^^xsd:float ;
nothing@2 18460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18462 afo:value "329.085"^^sxsd:hertz.number .
nothing@2 18463
nothing@2 18464 [] a afv:FundamentalFrequency ;
nothing@2 18465 event:time [ tl:at "21.856"^^xsd:float ;
nothing@2 18466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18468 afo:value "329.089"^^sxsd:hertz.number .
nothing@2 18469
nothing@2 18470 [] a afv:FundamentalFrequency ;
nothing@2 18471 event:time [ tl:at "21.862"^^xsd:float ;
nothing@2 18472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18474 afo:value "329.215"^^sxsd:hertz.number .
nothing@2 18475
nothing@2 18476 [] a afv:FundamentalFrequency ;
nothing@2 18477 event:time [ tl:at "21.867"^^xsd:float ;
nothing@2 18478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18480 afo:value "329.245"^^sxsd:hertz.number .
nothing@2 18481
nothing@2 18482 [] a afv:FundamentalFrequency ;
nothing@2 18483 event:time [ tl:at "21.873"^^xsd:float ;
nothing@2 18484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18486 afo:value "329.262"^^sxsd:hertz.number .
nothing@2 18487
nothing@2 18488 [] a afv:FundamentalFrequency ;
nothing@2 18489 event:time [ tl:at "21.879"^^xsd:float ;
nothing@2 18490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18492 afo:value "329.275"^^sxsd:hertz.number .
nothing@2 18493
nothing@2 18494 [] a afv:FundamentalFrequency ;
nothing@2 18495 event:time [ tl:at "2.188"^^xsd:float ;
nothing@2 18496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18498 afo:value "439.276"^^sxsd:hertz.number .
nothing@2 18499
nothing@2 18500 [] a afv:FundamentalFrequency ;
nothing@2 18501 event:time [ tl:at "21.885"^^xsd:float ;
nothing@2 18502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18504 afo:value "329.339"^^sxsd:hertz.number .
nothing@2 18505
nothing@2 18506 [] a afv:FundamentalFrequency ;
nothing@2 18507 event:time [ tl:at "21.891"^^xsd:float ;
nothing@2 18508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18510 afo:value "329.326"^^sxsd:hertz.number .
nothing@2 18511
nothing@2 18512 [] a afv:FundamentalFrequency ;
nothing@2 18513 event:time [ tl:at "21.896"^^xsd:float ;
nothing@2 18514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18516 afo:value "329.31"^^sxsd:hertz.number .
nothing@2 18517
nothing@2 18518 [] a afv:FundamentalFrequency ;
nothing@2 18519 event:time [ tl:at "21.902"^^xsd:float ;
nothing@2 18520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18522 afo:value "329.302"^^sxsd:hertz.number .
nothing@2 18523
nothing@2 18524 [] a afv:FundamentalFrequency ;
nothing@2 18525 event:time [ tl:at "21.908"^^xsd:float ;
nothing@2 18526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18528 afo:value "329.364"^^sxsd:hertz.number .
nothing@2 18529
nothing@2 18530 [] a afv:FundamentalFrequency ;
nothing@2 18531 event:time [ tl:at "21.914"^^xsd:float ;
nothing@2 18532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18534 afo:value "329.371"^^sxsd:hertz.number .
nothing@2 18535
nothing@2 18536 [] a afv:FundamentalFrequency ;
nothing@2 18537 event:time [ tl:at "21.92"^^xsd:float ;
nothing@2 18538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18540 afo:value "329.345"^^sxsd:hertz.number .
nothing@2 18541
nothing@2 18542 [] a afv:FundamentalFrequency ;
nothing@2 18543 event:time [ tl:at "21.925"^^xsd:float ;
nothing@2 18544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18546 afo:value "329.311"^^sxsd:hertz.number .
nothing@2 18547
nothing@2 18548 [] a afv:FundamentalFrequency ;
nothing@2 18549 event:time [ tl:at "21.931"^^xsd:float ;
nothing@2 18550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18552 afo:value "329.303"^^sxsd:hertz.number .
nothing@2 18553
nothing@2 18554 [] a afv:FundamentalFrequency ;
nothing@2 18555 event:time [ tl:at "21.937"^^xsd:float ;
nothing@2 18556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18558 afo:value "329.287"^^sxsd:hertz.number .
nothing@2 18559
nothing@2 18560 [] a afv:FundamentalFrequency ;
nothing@2 18561 event:time [ tl:at "2.194"^^xsd:float ;
nothing@2 18562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18564 afo:value "439.256"^^sxsd:hertz.number .
nothing@2 18565
nothing@2 18566 [] a afv:FundamentalFrequency ;
nothing@2 18567 event:time [ tl:at "21.943"^^xsd:float ;
nothing@2 18568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18570 afo:value "329.284"^^sxsd:hertz.number .
nothing@2 18571
nothing@2 18572 [] a afv:FundamentalFrequency ;
nothing@2 18573 event:time [ tl:at "21.949"^^xsd:float ;
nothing@2 18574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18576 afo:value "329.266"^^sxsd:hertz.number .
nothing@2 18577
nothing@2 18578 [] a afv:FundamentalFrequency ;
nothing@2 18579 event:time [ tl:at "21.954"^^xsd:float ;
nothing@2 18580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18582 afo:value "329.266"^^sxsd:hertz.number .
nothing@2 18583
nothing@2 18584 [] a afv:FundamentalFrequency ;
nothing@2 18585 event:time [ tl:at "21.96"^^xsd:float ;
nothing@2 18586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18588 afo:value "329.304"^^sxsd:hertz.number .
nothing@2 18589
nothing@2 18590 [] a afv:FundamentalFrequency ;
nothing@2 18591 event:time [ tl:at "21.966"^^xsd:float ;
nothing@2 18592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18594 afo:value "329.267"^^sxsd:hertz.number .
nothing@2 18595
nothing@2 18596 [] a afv:FundamentalFrequency ;
nothing@2 18597 event:time [ tl:at "21.972"^^xsd:float ;
nothing@2 18598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18600 afo:value "329.297"^^sxsd:hertz.number .
nothing@2 18601
nothing@2 18602 [] a afv:FundamentalFrequency ;
nothing@2 18603 event:time [ tl:at "21.978"^^xsd:float ;
nothing@2 18604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18606 afo:value "329.341"^^sxsd:hertz.number .
nothing@2 18607
nothing@2 18608 [] a afv:FundamentalFrequency ;
nothing@2 18609 event:time [ tl:at "21.983"^^xsd:float ;
nothing@2 18610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18612 afo:value "329.335"^^sxsd:hertz.number .
nothing@2 18613
nothing@2 18614 [] a afv:FundamentalFrequency ;
nothing@2 18615 event:time [ tl:at "21.989"^^xsd:float ;
nothing@2 18616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18618 afo:value "329.328"^^sxsd:hertz.number .
nothing@2 18619
nothing@2 18620 [] a afv:FundamentalFrequency ;
nothing@2 18621 event:time [ tl:at "21.995"^^xsd:float ;
nothing@2 18622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18624 afo:value "329.302"^^sxsd:hertz.number .
nothing@2 18625
nothing@2 18626 [] a afv:FundamentalFrequency ;
nothing@2 18627 event:time [ tl:at "2.2"^^xsd:float ;
nothing@2 18628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18630 afo:value "439.319"^^sxsd:hertz.number .
nothing@2 18631
nothing@2 18632 [] a afv:FundamentalFrequency ;
nothing@2 18633 event:time [ tl:at "22.001"^^xsd:float ;
nothing@2 18634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18636 afo:value "329.281"^^sxsd:hertz.number .
nothing@2 18637
nothing@2 18638 [] a afv:FundamentalFrequency ;
nothing@2 18639 event:time [ tl:at "22.007"^^xsd:float ;
nothing@2 18640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18642 afo:value "329.295"^^sxsd:hertz.number .
nothing@2 18643
nothing@2 18644 [] a afv:FundamentalFrequency ;
nothing@2 18645 event:time [ tl:at "22.013"^^xsd:float ;
nothing@2 18646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18648 afo:value "329.282"^^sxsd:hertz.number .
nothing@2 18649
nothing@2 18650 [] a afv:FundamentalFrequency ;
nothing@2 18651 event:time [ tl:at "22.018"^^xsd:float ;
nothing@2 18652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18654 afo:value "329.313"^^sxsd:hertz.number .
nothing@2 18655
nothing@2 18656 [] a afv:FundamentalFrequency ;
nothing@2 18657 event:time [ tl:at "22.024"^^xsd:float ;
nothing@2 18658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18660 afo:value "329.324"^^sxsd:hertz.number .
nothing@2 18661
nothing@2 18662 [] a afv:FundamentalFrequency ;
nothing@2 18663 event:time [ tl:at "22.03"^^xsd:float ;
nothing@2 18664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18666 afo:value "329.294"^^sxsd:hertz.number .
nothing@2 18667
nothing@2 18668 [] a afv:FundamentalFrequency ;
nothing@2 18669 event:time [ tl:at "22.036"^^xsd:float ;
nothing@2 18670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18672 afo:value "329.27"^^sxsd:hertz.number .
nothing@2 18673
nothing@2 18674 [] a afv:FundamentalFrequency ;
nothing@2 18675 event:time [ tl:at "22.042"^^xsd:float ;
nothing@2 18676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18678 afo:value "329.199"^^sxsd:hertz.number .
nothing@2 18679
nothing@2 18680 [] a afv:FundamentalFrequency ;
nothing@2 18681 event:time [ tl:at "22.047"^^xsd:float ;
nothing@2 18682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18684 afo:value "329.16"^^sxsd:hertz.number .
nothing@2 18685
nothing@2 18686 [] a afv:FundamentalFrequency ;
nothing@2 18687 event:time [ tl:at "22.053"^^xsd:float ;
nothing@2 18688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18690 afo:value "329.279"^^sxsd:hertz.number .
nothing@2 18691
nothing@2 18692 [] a afv:FundamentalFrequency ;
nothing@2 18693 event:time [ tl:at "0.221"^^xsd:float ;
nothing@2 18694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18696 afo:value "292.756"^^sxsd:hertz.number .
nothing@2 18697
nothing@2 18698 [] a afv:FundamentalFrequency ;
nothing@2 18699 event:time [ tl:at "2.206"^^xsd:float ;
nothing@2 18700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18702 afo:value "439.296"^^sxsd:hertz.number .
nothing@2 18703
nothing@2 18704 [] a afv:FundamentalFrequency ;
nothing@2 18705 event:time [ tl:at "22.059"^^xsd:float ;
nothing@2 18706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18708 afo:value "329.478"^^sxsd:hertz.number .
nothing@2 18709
nothing@2 18710 [] a afv:FundamentalFrequency ;
nothing@2 18711 event:time [ tl:at "22.065"^^xsd:float ;
nothing@2 18712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18714 afo:value "329.522"^^sxsd:hertz.number .
nothing@2 18715
nothing@2 18716 [] a afv:FundamentalFrequency ;
nothing@2 18717 event:time [ tl:at "22.071"^^xsd:float ;
nothing@2 18718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18720 afo:value "329.56"^^sxsd:hertz.number .
nothing@2 18721
nothing@2 18722 [] a afv:FundamentalFrequency ;
nothing@2 18723 event:time [ tl:at "22.076"^^xsd:float ;
nothing@2 18724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18726 afo:value "329.539"^^sxsd:hertz.number .
nothing@2 18727
nothing@2 18728 [] a afv:FundamentalFrequency ;
nothing@2 18729 event:time [ tl:at "22.082"^^xsd:float ;
nothing@2 18730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18732 afo:value "329.467"^^sxsd:hertz.number .
nothing@2 18733
nothing@2 18734 [] a afv:FundamentalFrequency ;
nothing@2 18735 event:time [ tl:at "22.088"^^xsd:float ;
nothing@2 18736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18738 afo:value "329.424"^^sxsd:hertz.number .
nothing@2 18739
nothing@2 18740 [] a afv:FundamentalFrequency ;
nothing@2 18741 event:time [ tl:at "22.094"^^xsd:float ;
nothing@2 18742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18744 afo:value "329.418"^^sxsd:hertz.number .
nothing@2 18745
nothing@2 18746 [] a afv:FundamentalFrequency ;
nothing@2 18747 event:time [ tl:at "22.1"^^xsd:float ;
nothing@2 18748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18750 afo:value "329.404"^^sxsd:hertz.number .
nothing@2 18751
nothing@2 18752 [] a afv:FundamentalFrequency ;
nothing@2 18753 event:time [ tl:at "22.105"^^xsd:float ;
nothing@2 18754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18756 afo:value "329.401"^^sxsd:hertz.number .
nothing@2 18757
nothing@2 18758 [] a afv:FundamentalFrequency ;
nothing@2 18759 event:time [ tl:at "22.111"^^xsd:float ;
nothing@2 18760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18762 afo:value "329.396"^^sxsd:hertz.number .
nothing@2 18763
nothing@2 18764 [] a afv:FundamentalFrequency ;
nothing@2 18765 event:time [ tl:at "2.212"^^xsd:float ;
nothing@2 18766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18768 afo:value "439.46"^^sxsd:hertz.number .
nothing@2 18769
nothing@2 18770 [] a afv:FundamentalFrequency ;
nothing@2 18771 event:time [ tl:at "22.117"^^xsd:float ;
nothing@2 18772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18774 afo:value "329.404"^^sxsd:hertz.number .
nothing@2 18775
nothing@2 18776 [] a afv:FundamentalFrequency ;
nothing@2 18777 event:time [ tl:at "22.123"^^xsd:float ;
nothing@2 18778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18780 afo:value "329.375"^^sxsd:hertz.number .
nothing@2 18781
nothing@2 18782 [] a afv:FundamentalFrequency ;
nothing@2 18783 event:time [ tl:at "22.129"^^xsd:float ;
nothing@2 18784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18786 afo:value "329.259"^^sxsd:hertz.number .
nothing@2 18787
nothing@2 18788 [] a afv:FundamentalFrequency ;
nothing@2 18789 event:time [ tl:at "22.134"^^xsd:float ;
nothing@2 18790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18792 afo:value "329.081"^^sxsd:hertz.number .
nothing@2 18793
nothing@2 18794 [] a afv:FundamentalFrequency ;
nothing@2 18795 event:time [ tl:at "22.14"^^xsd:float ;
nothing@2 18796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18798 afo:value "328.843"^^sxsd:hertz.number .
nothing@2 18799
nothing@2 18800 [] a afv:FundamentalFrequency ;
nothing@2 18801 event:time [ tl:at "22.146"^^xsd:float ;
nothing@2 18802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18804 afo:value "328.641"^^sxsd:hertz.number .
nothing@2 18805
nothing@2 18806 [] a afv:FundamentalFrequency ;
nothing@2 18807 event:time [ tl:at "22.152"^^xsd:float ;
nothing@2 18808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18810 afo:value "328.479"^^sxsd:hertz.number .
nothing@2 18811
nothing@2 18812 [] a afv:FundamentalFrequency ;
nothing@2 18813 event:time [ tl:at "22.158"^^xsd:float ;
nothing@2 18814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18816 afo:value "328.183"^^sxsd:hertz.number .
nothing@2 18817
nothing@2 18818 [] a afv:FundamentalFrequency ;
nothing@2 18819 event:time [ tl:at "22.163"^^xsd:float ;
nothing@2 18820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18822 afo:value "327.935"^^sxsd:hertz.number .
nothing@2 18823
nothing@2 18824 [] a afv:FundamentalFrequency ;
nothing@2 18825 event:time [ tl:at "22.169"^^xsd:float ;
nothing@2 18826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18828 afo:value "327.583"^^sxsd:hertz.number .
nothing@2 18829
nothing@2 18830 [] a afv:FundamentalFrequency ;
nothing@2 18831 event:time [ tl:at "2.218"^^xsd:float ;
nothing@2 18832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18834 afo:value "439.494"^^sxsd:hertz.number .
nothing@2 18835
nothing@2 18836 [] a afv:FundamentalFrequency ;
nothing@2 18837 event:time [ tl:at "22.175"^^xsd:float ;
nothing@2 18838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18840 afo:value "327.349"^^sxsd:hertz.number .
nothing@2 18841
nothing@2 18842 [] a afv:FundamentalFrequency ;
nothing@2 18843 event:time [ tl:at "22.181"^^xsd:float ;
nothing@2 18844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18846 afo:value "327.203"^^sxsd:hertz.number .
nothing@2 18847
nothing@2 18848 [] a afv:FundamentalFrequency ;
nothing@2 18849 event:time [ tl:at "22.187"^^xsd:float ;
nothing@2 18850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18852 afo:value "327.119"^^sxsd:hertz.number .
nothing@2 18853
nothing@2 18854 [] a afv:FundamentalFrequency ;
nothing@2 18855 event:time [ tl:at "22.192"^^xsd:float ;
nothing@2 18856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18858 afo:value "327.114"^^sxsd:hertz.number .
nothing@2 18859
nothing@2 18860 [] a afv:FundamentalFrequency ;
nothing@2 18861 event:time [ tl:at "22.198"^^xsd:float ;
nothing@2 18862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18864 afo:value "327.168"^^sxsd:hertz.number .
nothing@2 18865
nothing@2 18866 [] a afv:FundamentalFrequency ;
nothing@2 18867 event:time [ tl:at "22.204"^^xsd:float ;
nothing@2 18868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18870 afo:value "327.365"^^sxsd:hertz.number .
nothing@2 18871
nothing@2 18872 [] a afv:FundamentalFrequency ;
nothing@2 18873 event:time [ tl:at "22.21"^^xsd:float ;
nothing@2 18874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18876 afo:value "327.516"^^sxsd:hertz.number .
nothing@2 18877
nothing@2 18878 [] a afv:FundamentalFrequency ;
nothing@2 18879 event:time [ tl:at "22.216"^^xsd:float ;
nothing@2 18880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18882 afo:value "327.624"^^sxsd:hertz.number .
nothing@2 18883
nothing@2 18884 [] a afv:FundamentalFrequency ;
nothing@2 18885 event:time [ tl:at "22.221"^^xsd:float ;
nothing@2 18886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18888 afo:value "327.691"^^sxsd:hertz.number .
nothing@2 18889
nothing@2 18890 [] a afv:FundamentalFrequency ;
nothing@2 18891 event:time [ tl:at "22.227"^^xsd:float ;
nothing@2 18892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18894 afo:value "327.998"^^sxsd:hertz.number .
nothing@2 18895
nothing@2 18896 [] a afv:FundamentalFrequency ;
nothing@2 18897 event:time [ tl:at "2.223"^^xsd:float ;
nothing@2 18898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18900 afo:value "439.454"^^sxsd:hertz.number .
nothing@2 18901
nothing@2 18902 [] a afv:FundamentalFrequency ;
nothing@2 18903 event:time [ tl:at "22.233"^^xsd:float ;
nothing@2 18904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18906 afo:value "328.441"^^sxsd:hertz.number .
nothing@2 18907
nothing@2 18908 [] a afv:FundamentalFrequency ;
nothing@2 18909 event:time [ tl:at "22.239"^^xsd:float ;
nothing@2 18910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18912 afo:value "328.848"^^sxsd:hertz.number .
nothing@2 18913
nothing@2 18914 [] a afv:FundamentalFrequency ;
nothing@2 18915 event:time [ tl:at "22.245"^^xsd:float ;
nothing@2 18916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18918 afo:value "329.062"^^sxsd:hertz.number .
nothing@2 18919
nothing@2 18920 [] a afv:FundamentalFrequency ;
nothing@2 18921 event:time [ tl:at "22.251"^^xsd:float ;
nothing@2 18922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18924 afo:value "329.068"^^sxsd:hertz.number .
nothing@2 18925
nothing@2 18926 [] a afv:FundamentalFrequency ;
nothing@2 18927 event:time [ tl:at "22.256"^^xsd:float ;
nothing@2 18928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18930 afo:value "328.852"^^sxsd:hertz.number .
nothing@2 18931
nothing@2 18932 [] a afv:FundamentalFrequency ;
nothing@2 18933 event:time [ tl:at "22.262"^^xsd:float ;
nothing@2 18934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18936 afo:value "328.473"^^sxsd:hertz.number .
nothing@2 18937
nothing@2 18938 [] a afv:FundamentalFrequency ;
nothing@2 18939 event:time [ tl:at "22.268"^^xsd:float ;
nothing@2 18940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18942 afo:value "328.084"^^sxsd:hertz.number .
nothing@2 18943
nothing@2 18944 [] a afv:FundamentalFrequency ;
nothing@2 18945 event:time [ tl:at "22.274"^^xsd:float ;
nothing@2 18946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18948 afo:value "327.865"^^sxsd:hertz.number .
nothing@2 18949
nothing@2 18950 [] a afv:FundamentalFrequency ;
nothing@2 18951 event:time [ tl:at "22.28"^^xsd:float ;
nothing@2 18952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18954 afo:value "327.993"^^sxsd:hertz.number .
nothing@2 18955
nothing@2 18956 [] a afv:FundamentalFrequency ;
nothing@2 18957 event:time [ tl:at "22.285"^^xsd:float ;
nothing@2 18958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18960 afo:value "328.362"^^sxsd:hertz.number .
nothing@2 18961
nothing@2 18962 [] a afv:FundamentalFrequency ;
nothing@2 18963 event:time [ tl:at "2.229"^^xsd:float ;
nothing@2 18964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18966 afo:value "439.437"^^sxsd:hertz.number .
nothing@2 18967
nothing@2 18968 [] a afv:FundamentalFrequency ;
nothing@2 18969 event:time [ tl:at "22.291"^^xsd:float ;
nothing@2 18970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18972 afo:value "328.695"^^sxsd:hertz.number .
nothing@2 18973
nothing@2 18974 [] a afv:FundamentalFrequency ;
nothing@2 18975 event:time [ tl:at "22.297"^^xsd:float ;
nothing@2 18976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18978 afo:value "328.802"^^sxsd:hertz.number .
nothing@2 18979
nothing@2 18980 [] a afv:FundamentalFrequency ;
nothing@2 18981 event:time [ tl:at "22.303"^^xsd:float ;
nothing@2 18982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18984 afo:value "328.67"^^sxsd:hertz.number .
nothing@2 18985
nothing@2 18986 [] a afv:FundamentalFrequency ;
nothing@2 18987 event:time [ tl:at "22.309"^^xsd:float ;
nothing@2 18988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18990 afo:value "328.377"^^sxsd:hertz.number .
nothing@2 18991
nothing@2 18992 [] a afv:FundamentalFrequency ;
nothing@2 18993 event:time [ tl:at "22.314"^^xsd:float ;
nothing@2 18994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 18995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 18996 afo:value "328.085"^^sxsd:hertz.number .
nothing@2 18997
nothing@2 18998 [] a afv:FundamentalFrequency ;
nothing@2 18999 event:time [ tl:at "22.32"^^xsd:float ;
nothing@2 19000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19002 afo:value "327.888"^^sxsd:hertz.number .
nothing@2 19003
nothing@2 19004 [] a afv:FundamentalFrequency ;
nothing@2 19005 event:time [ tl:at "22.326"^^xsd:float ;
nothing@2 19006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19008 afo:value "327.655"^^sxsd:hertz.number .
nothing@2 19009
nothing@2 19010 [] a afv:FundamentalFrequency ;
nothing@2 19011 event:time [ tl:at "22.332"^^xsd:float ;
nothing@2 19012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19014 afo:value "327.896"^^sxsd:hertz.number .
nothing@2 19015
nothing@2 19016 [] a afv:FundamentalFrequency ;
nothing@2 19017 event:time [ tl:at "22.338"^^xsd:float ;
nothing@2 19018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19020 afo:value "330.37"^^sxsd:hertz.number .
nothing@2 19021
nothing@2 19022 [] a afv:FundamentalFrequency ;
nothing@2 19023 event:time [ tl:at "22.343"^^xsd:float ;
nothing@2 19024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19026 afo:value "327.127"^^sxsd:hertz.number .
nothing@2 19027
nothing@2 19028 [] a afv:FundamentalFrequency ;
nothing@2 19029 event:time [ tl:at "2.235"^^xsd:float ;
nothing@2 19030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19032 afo:value "439.413"^^sxsd:hertz.number .
nothing@2 19033
nothing@2 19034 [] a afv:FundamentalFrequency ;
nothing@2 19035 event:time [ tl:at "22.349"^^xsd:float ;
nothing@2 19036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19038 afo:value "392.63"^^sxsd:hertz.number .
nothing@2 19039
nothing@2 19040 [] a afv:FundamentalFrequency ;
nothing@2 19041 event:time [ tl:at "22.355"^^xsd:float ;
nothing@2 19042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19044 afo:value "398.593"^^sxsd:hertz.number .
nothing@2 19045
nothing@2 19046 [] a afv:FundamentalFrequency ;
nothing@2 19047 event:time [ tl:at "22.361"^^xsd:float ;
nothing@2 19048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19050 afo:value "403.369"^^sxsd:hertz.number .
nothing@2 19051
nothing@2 19052 [] a afv:FundamentalFrequency ;
nothing@2 19053 event:time [ tl:at "22.367"^^xsd:float ;
nothing@2 19054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19056 afo:value "438.352"^^sxsd:hertz.number .
nothing@2 19057
nothing@2 19058 [] a afv:FundamentalFrequency ;
nothing@2 19059 event:time [ tl:at "22.372"^^xsd:float ;
nothing@2 19060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19062 afo:value "438.42"^^sxsd:hertz.number .
nothing@2 19063
nothing@2 19064 [] a afv:FundamentalFrequency ;
nothing@2 19065 event:time [ tl:at "22.378"^^xsd:float ;
nothing@2 19066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19068 afo:value "439.599"^^sxsd:hertz.number .
nothing@2 19069
nothing@2 19070 [] a afv:FundamentalFrequency ;
nothing@2 19071 event:time [ tl:at "22.384"^^xsd:float ;
nothing@2 19072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19074 afo:value "439.657"^^sxsd:hertz.number .
nothing@2 19075
nothing@2 19076 [] a afv:FundamentalFrequency ;
nothing@2 19077 event:time [ tl:at "22.39"^^xsd:float ;
nothing@2 19078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19080 afo:value "439.321"^^sxsd:hertz.number .
nothing@2 19081
nothing@2 19082 [] a afv:FundamentalFrequency ;
nothing@2 19083 event:time [ tl:at "22.396"^^xsd:float ;
nothing@2 19084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19086 afo:value "439.212"^^sxsd:hertz.number .
nothing@2 19087
nothing@2 19088 [] a afv:FundamentalFrequency ;
nothing@2 19089 event:time [ tl:at "22.401"^^xsd:float ;
nothing@2 19090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19092 afo:value "439.03"^^sxsd:hertz.number .
nothing@2 19093
nothing@2 19094 [] a afv:FundamentalFrequency ;
nothing@2 19095 event:time [ tl:at "2.241"^^xsd:float ;
nothing@2 19096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19098 afo:value "439.391"^^sxsd:hertz.number .
nothing@2 19099
nothing@2 19100 [] a afv:FundamentalFrequency ;
nothing@2 19101 event:time [ tl:at "22.407"^^xsd:float ;
nothing@2 19102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19104 afo:value "438.877"^^sxsd:hertz.number .
nothing@2 19105
nothing@2 19106 [] a afv:FundamentalFrequency ;
nothing@2 19107 event:time [ tl:at "22.413"^^xsd:float ;
nothing@2 19108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19110 afo:value "438.801"^^sxsd:hertz.number .
nothing@2 19111
nothing@2 19112 [] a afv:FundamentalFrequency ;
nothing@2 19113 event:time [ tl:at "22.419"^^xsd:float ;
nothing@2 19114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19116 afo:value "438.746"^^sxsd:hertz.number .
nothing@2 19117
nothing@2 19118 [] a afv:FundamentalFrequency ;
nothing@2 19119 event:time [ tl:at "22.425"^^xsd:float ;
nothing@2 19120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19122 afo:value "438.708"^^sxsd:hertz.number .
nothing@2 19123
nothing@2 19124 [] a afv:FundamentalFrequency ;
nothing@2 19125 event:time [ tl:at "22.43"^^xsd:float ;
nothing@2 19126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19128 afo:value "438.477"^^sxsd:hertz.number .
nothing@2 19129
nothing@2 19130 [] a afv:FundamentalFrequency ;
nothing@2 19131 event:time [ tl:at "22.436"^^xsd:float ;
nothing@2 19132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19134 afo:value "438.346"^^sxsd:hertz.number .
nothing@2 19135
nothing@2 19136 [] a afv:FundamentalFrequency ;
nothing@2 19137 event:time [ tl:at "22.442"^^xsd:float ;
nothing@2 19138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19140 afo:value "438.37"^^sxsd:hertz.number .
nothing@2 19141
nothing@2 19142 [] a afv:FundamentalFrequency ;
nothing@2 19143 event:time [ tl:at "22.448"^^xsd:float ;
nothing@2 19144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19146 afo:value "438.319"^^sxsd:hertz.number .
nothing@2 19147
nothing@2 19148 [] a afv:FundamentalFrequency ;
nothing@2 19149 event:time [ tl:at "22.454"^^xsd:float ;
nothing@2 19150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19152 afo:value "438.265"^^sxsd:hertz.number .
nothing@2 19153
nothing@2 19154 [] a afv:FundamentalFrequency ;
nothing@2 19155 event:time [ tl:at "22.46"^^xsd:float ;
nothing@2 19156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19158 afo:value "438.208"^^sxsd:hertz.number .
nothing@2 19159
nothing@2 19160 [] a afv:FundamentalFrequency ;
nothing@2 19161 event:time [ tl:at "2.247"^^xsd:float ;
nothing@2 19162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19164 afo:value "439.408"^^sxsd:hertz.number .
nothing@2 19165
nothing@2 19166 [] a afv:FundamentalFrequency ;
nothing@2 19167 event:time [ tl:at "22.465"^^xsd:float ;
nothing@2 19168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19170 afo:value "438.183"^^sxsd:hertz.number .
nothing@2 19171
nothing@2 19172 [] a afv:FundamentalFrequency ;
nothing@2 19173 event:time [ tl:at "22.471"^^xsd:float ;
nothing@2 19174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19176 afo:value "438.152"^^sxsd:hertz.number .
nothing@2 19177
nothing@2 19178 [] a afv:FundamentalFrequency ;
nothing@2 19179 event:time [ tl:at "22.477"^^xsd:float ;
nothing@2 19180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19182 afo:value "438.123"^^sxsd:hertz.number .
nothing@2 19183
nothing@2 19184 [] a afv:FundamentalFrequency ;
nothing@2 19185 event:time [ tl:at "22.483"^^xsd:float ;
nothing@2 19186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19188 afo:value "438.082"^^sxsd:hertz.number .
nothing@2 19189
nothing@2 19190 [] a afv:FundamentalFrequency ;
nothing@2 19191 event:time [ tl:at "22.489"^^xsd:float ;
nothing@2 19192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19194 afo:value "437.998"^^sxsd:hertz.number .
nothing@2 19195
nothing@2 19196 [] a afv:FundamentalFrequency ;
nothing@2 19197 event:time [ tl:at "22.494"^^xsd:float ;
nothing@2 19198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19200 afo:value "437.981"^^sxsd:hertz.number .
nothing@2 19201
nothing@2 19202 [] a afv:FundamentalFrequency ;
nothing@2 19203 event:time [ tl:at "22.5"^^xsd:float ;
nothing@2 19204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19206 afo:value "437.999"^^sxsd:hertz.number .
nothing@2 19207
nothing@2 19208 [] a afv:FundamentalFrequency ;
nothing@2 19209 event:time [ tl:at "22.506"^^xsd:float ;
nothing@2 19210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19212 afo:value "437.994"^^sxsd:hertz.number .
nothing@2 19213
nothing@2 19214 [] a afv:FundamentalFrequency ;
nothing@2 19215 event:time [ tl:at "22.512"^^xsd:float ;
nothing@2 19216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19218 afo:value "438.125"^^sxsd:hertz.number .
nothing@2 19219
nothing@2 19220 [] a afv:FundamentalFrequency ;
nothing@2 19221 event:time [ tl:at "22.518"^^xsd:float ;
nothing@2 19222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19224 afo:value "438.209"^^sxsd:hertz.number .
nothing@2 19225
nothing@2 19226 [] a afv:FundamentalFrequency ;
nothing@2 19227 event:time [ tl:at "2.252"^^xsd:float ;
nothing@2 19228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19230 afo:value "439.403"^^sxsd:hertz.number .
nothing@2 19231
nothing@2 19232 [] a afv:FundamentalFrequency ;
nothing@2 19233 event:time [ tl:at "22.523"^^xsd:float ;
nothing@2 19234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19236 afo:value "438.24"^^sxsd:hertz.number .
nothing@2 19237
nothing@2 19238 [] a afv:FundamentalFrequency ;
nothing@2 19239 event:time [ tl:at "22.529"^^xsd:float ;
nothing@2 19240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19242 afo:value "438.28"^^sxsd:hertz.number .
nothing@2 19243
nothing@2 19244 [] a afv:FundamentalFrequency ;
nothing@2 19245 event:time [ tl:at "22.535"^^xsd:float ;
nothing@2 19246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19248 afo:value "438.253"^^sxsd:hertz.number .
nothing@2 19249
nothing@2 19250 [] a afv:FundamentalFrequency ;
nothing@2 19251 event:time [ tl:at "22.541"^^xsd:float ;
nothing@2 19252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19254 afo:value "438.33"^^sxsd:hertz.number .
nothing@2 19255
nothing@2 19256 [] a afv:FundamentalFrequency ;
nothing@2 19257 event:time [ tl:at "22.547"^^xsd:float ;
nothing@2 19258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19260 afo:value "438.391"^^sxsd:hertz.number .
nothing@2 19261
nothing@2 19262 [] a afv:FundamentalFrequency ;
nothing@2 19263 event:time [ tl:at "22.552"^^xsd:float ;
nothing@2 19264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19266 afo:value "438.419"^^sxsd:hertz.number .
nothing@2 19267
nothing@2 19268 [] a afv:FundamentalFrequency ;
nothing@2 19269 event:time [ tl:at "22.558"^^xsd:float ;
nothing@2 19270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19272 afo:value "438.494"^^sxsd:hertz.number .
nothing@2 19273
nothing@2 19274 [] a afv:FundamentalFrequency ;
nothing@2 19275 event:time [ tl:at "22.564"^^xsd:float ;
nothing@2 19276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19278 afo:value "438.508"^^sxsd:hertz.number .
nothing@2 19279
nothing@2 19280 [] a afv:FundamentalFrequency ;
nothing@2 19281 event:time [ tl:at "22.57"^^xsd:float ;
nothing@2 19282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19284 afo:value "438.555"^^sxsd:hertz.number .
nothing@2 19285
nothing@2 19286 [] a afv:FundamentalFrequency ;
nothing@2 19287 event:time [ tl:at "22.576"^^xsd:float ;
nothing@2 19288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19290 afo:value "438.592"^^sxsd:hertz.number .
nothing@2 19291
nothing@2 19292 [] a afv:FundamentalFrequency ;
nothing@2 19293 event:time [ tl:at "2.258"^^xsd:float ;
nothing@2 19294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19296 afo:value "439.38"^^sxsd:hertz.number .
nothing@2 19297
nothing@2 19298 [] a afv:FundamentalFrequency ;
nothing@2 19299 event:time [ tl:at "22.581"^^xsd:float ;
nothing@2 19300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19302 afo:value "438.618"^^sxsd:hertz.number .
nothing@2 19303
nothing@2 19304 [] a afv:FundamentalFrequency ;
nothing@2 19305 event:time [ tl:at "22.587"^^xsd:float ;
nothing@2 19306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19308 afo:value "438.647"^^sxsd:hertz.number .
nothing@2 19309
nothing@2 19310 [] a afv:FundamentalFrequency ;
nothing@2 19311 event:time [ tl:at "22.593"^^xsd:float ;
nothing@2 19312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19314 afo:value "438.691"^^sxsd:hertz.number .
nothing@2 19315
nothing@2 19316 [] a afv:FundamentalFrequency ;
nothing@2 19317 event:time [ tl:at "22.599"^^xsd:float ;
nothing@2 19318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19320 afo:value "438.79"^^sxsd:hertz.number .
nothing@2 19321
nothing@2 19322 [] a afv:FundamentalFrequency ;
nothing@2 19323 event:time [ tl:at "22.605"^^xsd:float ;
nothing@2 19324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19326 afo:value "438.816"^^sxsd:hertz.number .
nothing@2 19327
nothing@2 19328 [] a afv:FundamentalFrequency ;
nothing@2 19329 event:time [ tl:at "22.61"^^xsd:float ;
nothing@2 19330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19332 afo:value "438.866"^^sxsd:hertz.number .
nothing@2 19333
nothing@2 19334 [] a afv:FundamentalFrequency ;
nothing@2 19335 event:time [ tl:at "22.616"^^xsd:float ;
nothing@2 19336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19338 afo:value "438.873"^^sxsd:hertz.number .
nothing@2 19339
nothing@2 19340 [] a afv:FundamentalFrequency ;
nothing@2 19341 event:time [ tl:at "22.622"^^xsd:float ;
nothing@2 19342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19344 afo:value "438.887"^^sxsd:hertz.number .
nothing@2 19345
nothing@2 19346 [] a afv:FundamentalFrequency ;
nothing@2 19347 event:time [ tl:at "22.628"^^xsd:float ;
nothing@2 19348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19350 afo:value "438.898"^^sxsd:hertz.number .
nothing@2 19351
nothing@2 19352 [] a afv:FundamentalFrequency ;
nothing@2 19353 event:time [ tl:at "22.634"^^xsd:float ;
nothing@2 19354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19356 afo:value "438.953"^^sxsd:hertz.number .
nothing@2 19357
nothing@2 19358 [] a afv:FundamentalFrequency ;
nothing@2 19359 event:time [ tl:at "0.226"^^xsd:float ;
nothing@2 19360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19362 afo:value "292.678"^^sxsd:hertz.number .
nothing@2 19363
nothing@2 19364 [] a afv:FundamentalFrequency ;
nothing@2 19365 event:time [ tl:at "2.264"^^xsd:float ;
nothing@2 19366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19368 afo:value "439.401"^^sxsd:hertz.number .
nothing@2 19369
nothing@2 19370 [] a afv:FundamentalFrequency ;
nothing@2 19371 event:time [ tl:at "22.639"^^xsd:float ;
nothing@2 19372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19374 afo:value "438.998"^^sxsd:hertz.number .
nothing@2 19375
nothing@2 19376 [] a afv:FundamentalFrequency ;
nothing@2 19377 event:time [ tl:at "22.645"^^xsd:float ;
nothing@2 19378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19380 afo:value "439.048"^^sxsd:hertz.number .
nothing@2 19381
nothing@2 19382 [] a afv:FundamentalFrequency ;
nothing@2 19383 event:time [ tl:at "22.651"^^xsd:float ;
nothing@2 19384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19386 afo:value "439.083"^^sxsd:hertz.number .
nothing@2 19387
nothing@2 19388 [] a afv:FundamentalFrequency ;
nothing@2 19389 event:time [ tl:at "22.657"^^xsd:float ;
nothing@2 19390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19392 afo:value "439.09"^^sxsd:hertz.number .
nothing@2 19393
nothing@2 19394 [] a afv:FundamentalFrequency ;
nothing@2 19395 event:time [ tl:at "22.663"^^xsd:float ;
nothing@2 19396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19398 afo:value "439.057"^^sxsd:hertz.number .
nothing@2 19399
nothing@2 19400 [] a afv:FundamentalFrequency ;
nothing@2 19401 event:time [ tl:at "22.668"^^xsd:float ;
nothing@2 19402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19404 afo:value "439.039"^^sxsd:hertz.number .
nothing@2 19405
nothing@2 19406 [] a afv:FundamentalFrequency ;
nothing@2 19407 event:time [ tl:at "22.674"^^xsd:float ;
nothing@2 19408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19410 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 19411
nothing@2 19412 [] a afv:FundamentalFrequency ;
nothing@2 19413 event:time [ tl:at "22.68"^^xsd:float ;
nothing@2 19414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19416 afo:value "439.035"^^sxsd:hertz.number .
nothing@2 19417
nothing@2 19418 [] a afv:FundamentalFrequency ;
nothing@2 19419 event:time [ tl:at "22.686"^^xsd:float ;
nothing@2 19420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19422 afo:value "439.04"^^sxsd:hertz.number .
nothing@2 19423
nothing@2 19424 [] a afv:FundamentalFrequency ;
nothing@2 19425 event:time [ tl:at "22.692"^^xsd:float ;
nothing@2 19426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19428 afo:value "439.027"^^sxsd:hertz.number .
nothing@2 19429
nothing@2 19430 [] a afv:FundamentalFrequency ;
nothing@2 19431 event:time [ tl:at "2.27"^^xsd:float ;
nothing@2 19432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19434 afo:value "439.393"^^sxsd:hertz.number .
nothing@2 19435
nothing@2 19436 [] a afv:FundamentalFrequency ;
nothing@2 19437 event:time [ tl:at "22.698"^^xsd:float ;
nothing@2 19438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19440 afo:value "439.003"^^sxsd:hertz.number .
nothing@2 19441
nothing@2 19442 [] a afv:FundamentalFrequency ;
nothing@2 19443 event:time [ tl:at "22.703"^^xsd:float ;
nothing@2 19444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19446 afo:value "438.955"^^sxsd:hertz.number .
nothing@2 19447
nothing@2 19448 [] a afv:FundamentalFrequency ;
nothing@2 19449 event:time [ tl:at "22.709"^^xsd:float ;
nothing@2 19450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19452 afo:value "439.007"^^sxsd:hertz.number .
nothing@2 19453
nothing@2 19454 [] a afv:FundamentalFrequency ;
nothing@2 19455 event:time [ tl:at "22.715"^^xsd:float ;
nothing@2 19456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19458 afo:value "439.06"^^sxsd:hertz.number .
nothing@2 19459
nothing@2 19460 [] a afv:FundamentalFrequency ;
nothing@2 19461 event:time [ tl:at "22.721"^^xsd:float ;
nothing@2 19462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19464 afo:value "439.112"^^sxsd:hertz.number .
nothing@2 19465
nothing@2 19466 [] a afv:FundamentalFrequency ;
nothing@2 19467 event:time [ tl:at "22.727"^^xsd:float ;
nothing@2 19468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19470 afo:value "439.152"^^sxsd:hertz.number .
nothing@2 19471
nothing@2 19472 [] a afv:FundamentalFrequency ;
nothing@2 19473 event:time [ tl:at "22.732"^^xsd:float ;
nothing@2 19474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19476 afo:value "439.189"^^sxsd:hertz.number .
nothing@2 19477
nothing@2 19478 [] a afv:FundamentalFrequency ;
nothing@2 19479 event:time [ tl:at "22.738"^^xsd:float ;
nothing@2 19480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19482 afo:value "439.161"^^sxsd:hertz.number .
nothing@2 19483
nothing@2 19484 [] a afv:FundamentalFrequency ;
nothing@2 19485 event:time [ tl:at "22.744"^^xsd:float ;
nothing@2 19486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19488 afo:value "439.113"^^sxsd:hertz.number .
nothing@2 19489
nothing@2 19490 [] a afv:FundamentalFrequency ;
nothing@2 19491 event:time [ tl:at "22.75"^^xsd:float ;
nothing@2 19492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19494 afo:value "439.022"^^sxsd:hertz.number .
nothing@2 19495
nothing@2 19496 [] a afv:FundamentalFrequency ;
nothing@2 19497 event:time [ tl:at "2.276"^^xsd:float ;
nothing@2 19498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19500 afo:value "439.439"^^sxsd:hertz.number .
nothing@2 19501
nothing@2 19502 [] a afv:FundamentalFrequency ;
nothing@2 19503 event:time [ tl:at "22.756"^^xsd:float ;
nothing@2 19504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19506 afo:value "438.882"^^sxsd:hertz.number .
nothing@2 19507
nothing@2 19508 [] a afv:FundamentalFrequency ;
nothing@2 19509 event:time [ tl:at "22.761"^^xsd:float ;
nothing@2 19510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19512 afo:value "438.758"^^sxsd:hertz.number .
nothing@2 19513
nothing@2 19514 [] a afv:FundamentalFrequency ;
nothing@2 19515 event:time [ tl:at "22.767"^^xsd:float ;
nothing@2 19516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19518 afo:value "438.677"^^sxsd:hertz.number .
nothing@2 19519
nothing@2 19520 [] a afv:FundamentalFrequency ;
nothing@2 19521 event:time [ tl:at "22.773"^^xsd:float ;
nothing@2 19522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19524 afo:value "438.524"^^sxsd:hertz.number .
nothing@2 19525
nothing@2 19526 [] a afv:FundamentalFrequency ;
nothing@2 19527 event:time [ tl:at "22.779"^^xsd:float ;
nothing@2 19528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19530 afo:value "438.335"^^sxsd:hertz.number .
nothing@2 19531
nothing@2 19532 [] a afv:FundamentalFrequency ;
nothing@2 19533 event:time [ tl:at "22.785"^^xsd:float ;
nothing@2 19534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19536 afo:value "438.032"^^sxsd:hertz.number .
nothing@2 19537
nothing@2 19538 [] a afv:FundamentalFrequency ;
nothing@2 19539 event:time [ tl:at "22.79"^^xsd:float ;
nothing@2 19540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19542 afo:value "437.513"^^sxsd:hertz.number .
nothing@2 19543
nothing@2 19544 [] a afv:FundamentalFrequency ;
nothing@2 19545 event:time [ tl:at "22.796"^^xsd:float ;
nothing@2 19546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19548 afo:value "436.878"^^sxsd:hertz.number .
nothing@2 19549
nothing@2 19550 [] a afv:FundamentalFrequency ;
nothing@2 19551 event:time [ tl:at "22.802"^^xsd:float ;
nothing@2 19552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19554 afo:value "435.968"^^sxsd:hertz.number .
nothing@2 19555
nothing@2 19556 [] a afv:FundamentalFrequency ;
nothing@2 19557 event:time [ tl:at "22.808"^^xsd:float ;
nothing@2 19558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19560 afo:value "435.169"^^sxsd:hertz.number .
nothing@2 19561
nothing@2 19562 [] a afv:FundamentalFrequency ;
nothing@2 19563 event:time [ tl:at "2.281"^^xsd:float ;
nothing@2 19564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19566 afo:value "439.435"^^sxsd:hertz.number .
nothing@2 19567
nothing@2 19568 [] a afv:FundamentalFrequency ;
nothing@2 19569 event:time [ tl:at "22.814"^^xsd:float ;
nothing@2 19570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19572 afo:value "434.645"^^sxsd:hertz.number .
nothing@2 19573
nothing@2 19574 [] a afv:FundamentalFrequency ;
nothing@2 19575 event:time [ tl:at "22.819"^^xsd:float ;
nothing@2 19576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19578 afo:value "434.556"^^sxsd:hertz.number .
nothing@2 19579
nothing@2 19580 [] a afv:FundamentalFrequency ;
nothing@2 19581 event:time [ tl:at "22.825"^^xsd:float ;
nothing@2 19582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19584 afo:value "435.259"^^sxsd:hertz.number .
nothing@2 19585
nothing@2 19586 [] a afv:FundamentalFrequency ;
nothing@2 19587 event:time [ tl:at "22.831"^^xsd:float ;
nothing@2 19588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19590 afo:value "435.498"^^sxsd:hertz.number .
nothing@2 19591
nothing@2 19592 [] a afv:FundamentalFrequency ;
nothing@2 19593 event:time [ tl:at "22.837"^^xsd:float ;
nothing@2 19594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19596 afo:value "439.124"^^sxsd:hertz.number .
nothing@2 19597
nothing@2 19598 [] a afv:FundamentalFrequency ;
nothing@2 19599 event:time [ tl:at "22.843"^^xsd:float ;
nothing@2 19600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19602 afo:value "441.793"^^sxsd:hertz.number .
nothing@2 19603
nothing@2 19604 [] a afv:FundamentalFrequency ;
nothing@2 19605 event:time [ tl:at "22.848"^^xsd:float ;
nothing@2 19606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19608 afo:value "443.054"^^sxsd:hertz.number .
nothing@2 19609
nothing@2 19610 [] a afv:FundamentalFrequency ;
nothing@2 19611 event:time [ tl:at "22.854"^^xsd:float ;
nothing@2 19612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19614 afo:value "456.38"^^sxsd:hertz.number .
nothing@2 19615
nothing@2 19616 [] a afv:FundamentalFrequency ;
nothing@2 19617 event:time [ tl:at "22.86"^^xsd:float ;
nothing@2 19618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19620 afo:value "465.672"^^sxsd:hertz.number .
nothing@2 19621
nothing@2 19622 [] a afv:FundamentalFrequency ;
nothing@2 19623 event:time [ tl:at "22.866"^^xsd:float ;
nothing@2 19624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19626 afo:value "462.011"^^sxsd:hertz.number .
nothing@2 19627
nothing@2 19628 [] a afv:FundamentalFrequency ;
nothing@2 19629 event:time [ tl:at "2.287"^^xsd:float ;
nothing@2 19630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19632 afo:value "439.418"^^sxsd:hertz.number .
nothing@2 19633
nothing@2 19634 [] a afv:FundamentalFrequency ;
nothing@2 19635 event:time [ tl:at "22.872"^^xsd:float ;
nothing@2 19636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19638 afo:value "439.455"^^sxsd:hertz.number .
nothing@2 19639
nothing@2 19640 [] a afv:FundamentalFrequency ;
nothing@2 19641 event:time [ tl:at "22.877"^^xsd:float ;
nothing@2 19642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19644 afo:value "438.814"^^sxsd:hertz.number .
nothing@2 19645
nothing@2 19646 [] a afv:FundamentalFrequency ;
nothing@2 19647 event:time [ tl:at "22.883"^^xsd:float ;
nothing@2 19648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19650 afo:value "440.243"^^sxsd:hertz.number .
nothing@2 19651
nothing@2 19652 [] a afv:FundamentalFrequency ;
nothing@2 19653 event:time [ tl:at "22.889"^^xsd:float ;
nothing@2 19654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19656 afo:value "440.022"^^sxsd:hertz.number .
nothing@2 19657
nothing@2 19658 [] a afv:FundamentalFrequency ;
nothing@2 19659 event:time [ tl:at "22.895"^^xsd:float ;
nothing@2 19660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19662 afo:value "439.598"^^sxsd:hertz.number .
nothing@2 19663
nothing@2 19664 [] a afv:FundamentalFrequency ;
nothing@2 19665 event:time [ tl:at "22.901"^^xsd:float ;
nothing@2 19666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19668 afo:value "439.424"^^sxsd:hertz.number .
nothing@2 19669
nothing@2 19670 [] a afv:FundamentalFrequency ;
nothing@2 19671 event:time [ tl:at "22.906"^^xsd:float ;
nothing@2 19672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19674 afo:value "439.141"^^sxsd:hertz.number .
nothing@2 19675
nothing@2 19676 [] a afv:FundamentalFrequency ;
nothing@2 19677 event:time [ tl:at "22.912"^^xsd:float ;
nothing@2 19678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19680 afo:value "438.972"^^sxsd:hertz.number .
nothing@2 19681
nothing@2 19682 [] a afv:FundamentalFrequency ;
nothing@2 19683 event:time [ tl:at "22.918"^^xsd:float ;
nothing@2 19684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19686 afo:value "438.862"^^sxsd:hertz.number .
nothing@2 19687
nothing@2 19688 [] a afv:FundamentalFrequency ;
nothing@2 19689 event:time [ tl:at "22.924"^^xsd:float ;
nothing@2 19690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19692 afo:value "438.797"^^sxsd:hertz.number .
nothing@2 19693
nothing@2 19694 [] a afv:FundamentalFrequency ;
nothing@2 19695 event:time [ tl:at "2.293"^^xsd:float ;
nothing@2 19696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19698 afo:value "439.464"^^sxsd:hertz.number .
nothing@2 19699
nothing@2 19700 [] a afv:FundamentalFrequency ;
nothing@2 19701 event:time [ tl:at "22.93"^^xsd:float ;
nothing@2 19702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19704 afo:value "438.555"^^sxsd:hertz.number .
nothing@2 19705
nothing@2 19706 [] a afv:FundamentalFrequency ;
nothing@2 19707 event:time [ tl:at "22.936"^^xsd:float ;
nothing@2 19708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19710 afo:value "438.407"^^sxsd:hertz.number .
nothing@2 19711
nothing@2 19712 [] a afv:FundamentalFrequency ;
nothing@2 19713 event:time [ tl:at "22.941"^^xsd:float ;
nothing@2 19714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19716 afo:value "438.291"^^sxsd:hertz.number .
nothing@2 19717
nothing@2 19718 [] a afv:FundamentalFrequency ;
nothing@2 19719 event:time [ tl:at "22.947"^^xsd:float ;
nothing@2 19720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19722 afo:value "438.33"^^sxsd:hertz.number .
nothing@2 19723
nothing@2 19724 [] a afv:FundamentalFrequency ;
nothing@2 19725 event:time [ tl:at "22.953"^^xsd:float ;
nothing@2 19726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19728 afo:value "438.287"^^sxsd:hertz.number .
nothing@2 19729
nothing@2 19730 [] a afv:FundamentalFrequency ;
nothing@2 19731 event:time [ tl:at "22.959"^^xsd:float ;
nothing@2 19732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19734 afo:value "438.245"^^sxsd:hertz.number .
nothing@2 19735
nothing@2 19736 [] a afv:FundamentalFrequency ;
nothing@2 19737 event:time [ tl:at "22.965"^^xsd:float ;
nothing@2 19738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19740 afo:value "438.204"^^sxsd:hertz.number .
nothing@2 19741
nothing@2 19742 [] a afv:FundamentalFrequency ;
nothing@2 19743 event:time [ tl:at "22.97"^^xsd:float ;
nothing@2 19744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19746 afo:value "438.172"^^sxsd:hertz.number .
nothing@2 19747
nothing@2 19748 [] a afv:FundamentalFrequency ;
nothing@2 19749 event:time [ tl:at "22.976"^^xsd:float ;
nothing@2 19750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19752 afo:value "438.155"^^sxsd:hertz.number .
nothing@2 19753
nothing@2 19754 [] a afv:FundamentalFrequency ;
nothing@2 19755 event:time [ tl:at "22.982"^^xsd:float ;
nothing@2 19756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19758 afo:value "438.142"^^sxsd:hertz.number .
nothing@2 19759
nothing@2 19760 [] a afv:FundamentalFrequency ;
nothing@2 19761 event:time [ tl:at "2.299"^^xsd:float ;
nothing@2 19762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19764 afo:value "439.439"^^sxsd:hertz.number .
nothing@2 19765
nothing@2 19766 [] a afv:FundamentalFrequency ;
nothing@2 19767 event:time [ tl:at "22.988"^^xsd:float ;
nothing@2 19768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19770 afo:value "438.112"^^sxsd:hertz.number .
nothing@2 19771
nothing@2 19772 [] a afv:FundamentalFrequency ;
nothing@2 19773 event:time [ tl:at "22.994"^^xsd:float ;
nothing@2 19774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19776 afo:value "438.075"^^sxsd:hertz.number .
nothing@2 19777
nothing@2 19778 [] a afv:FundamentalFrequency ;
nothing@2 19779 event:time [ tl:at "22.999"^^xsd:float ;
nothing@2 19780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19782 afo:value "438.086"^^sxsd:hertz.number .
nothing@2 19783
nothing@2 19784 [] a afv:FundamentalFrequency ;
nothing@2 19785 event:time [ tl:at "23.005"^^xsd:float ;
nothing@2 19786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19788 afo:value "438.128"^^sxsd:hertz.number .
nothing@2 19789
nothing@2 19790 [] a afv:FundamentalFrequency ;
nothing@2 19791 event:time [ tl:at "23.011"^^xsd:float ;
nothing@2 19792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19794 afo:value "438.204"^^sxsd:hertz.number .
nothing@2 19795
nothing@2 19796 [] a afv:FundamentalFrequency ;
nothing@2 19797 event:time [ tl:at "23.017"^^xsd:float ;
nothing@2 19798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19800 afo:value "438.277"^^sxsd:hertz.number .
nothing@2 19801
nothing@2 19802 [] a afv:FundamentalFrequency ;
nothing@2 19803 event:time [ tl:at "23.023"^^xsd:float ;
nothing@2 19804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19806 afo:value "438.344"^^sxsd:hertz.number .
nothing@2 19807
nothing@2 19808 [] a afv:FundamentalFrequency ;
nothing@2 19809 event:time [ tl:at "23.028"^^xsd:float ;
nothing@2 19810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19812 afo:value "438.346"^^sxsd:hertz.number .
nothing@2 19813
nothing@2 19814 [] a afv:FundamentalFrequency ;
nothing@2 19815 event:time [ tl:at "23.034"^^xsd:float ;
nothing@2 19816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19818 afo:value "438.356"^^sxsd:hertz.number .
nothing@2 19819
nothing@2 19820 [] a afv:FundamentalFrequency ;
nothing@2 19821 event:time [ tl:at "23.04"^^xsd:float ;
nothing@2 19822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19824 afo:value "438.307"^^sxsd:hertz.number .
nothing@2 19825
nothing@2 19826 [] a afv:FundamentalFrequency ;
nothing@2 19827 event:time [ tl:at "2.305"^^xsd:float ;
nothing@2 19828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19830 afo:value "439.418"^^sxsd:hertz.number .
nothing@2 19831
nothing@2 19832 [] a afv:FundamentalFrequency ;
nothing@2 19833 event:time [ tl:at "23.046"^^xsd:float ;
nothing@2 19834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19836 afo:value "438.358"^^sxsd:hertz.number .
nothing@2 19837
nothing@2 19838 [] a afv:FundamentalFrequency ;
nothing@2 19839 event:time [ tl:at "23.052"^^xsd:float ;
nothing@2 19840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19842 afo:value "438.386"^^sxsd:hertz.number .
nothing@2 19843
nothing@2 19844 [] a afv:FundamentalFrequency ;
nothing@2 19845 event:time [ tl:at "23.057"^^xsd:float ;
nothing@2 19846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19848 afo:value "438.386"^^sxsd:hertz.number .
nothing@2 19849
nothing@2 19850 [] a afv:FundamentalFrequency ;
nothing@2 19851 event:time [ tl:at "23.063"^^xsd:float ;
nothing@2 19852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19854 afo:value "438.423"^^sxsd:hertz.number .
nothing@2 19855
nothing@2 19856 [] a afv:FundamentalFrequency ;
nothing@2 19857 event:time [ tl:at "23.069"^^xsd:float ;
nothing@2 19858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19860 afo:value "438.416"^^sxsd:hertz.number .
nothing@2 19861
nothing@2 19862 [] a afv:FundamentalFrequency ;
nothing@2 19863 event:time [ tl:at "23.075"^^xsd:float ;
nothing@2 19864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19866 afo:value "438.432"^^sxsd:hertz.number .
nothing@2 19867
nothing@2 19868 [] a afv:FundamentalFrequency ;
nothing@2 19869 event:time [ tl:at "23.081"^^xsd:float ;
nothing@2 19870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19872 afo:value "438.43"^^sxsd:hertz.number .
nothing@2 19873
nothing@2 19874 [] a afv:FundamentalFrequency ;
nothing@2 19875 event:time [ tl:at "23.086"^^xsd:float ;
nothing@2 19876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19878 afo:value "438.422"^^sxsd:hertz.number .
nothing@2 19879
nothing@2 19880 [] a afv:FundamentalFrequency ;
nothing@2 19881 event:time [ tl:at "23.092"^^xsd:float ;
nothing@2 19882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19884 afo:value "438.345"^^sxsd:hertz.number .
nothing@2 19885
nothing@2 19886 [] a afv:FundamentalFrequency ;
nothing@2 19887 event:time [ tl:at "23.098"^^xsd:float ;
nothing@2 19888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19890 afo:value "437.908"^^sxsd:hertz.number .
nothing@2 19891
nothing@2 19892 [] a afv:FundamentalFrequency ;
nothing@2 19893 event:time [ tl:at "2.31"^^xsd:float ;
nothing@2 19894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19896 afo:value "439.384"^^sxsd:hertz.number .
nothing@2 19897
nothing@2 19898 [] a afv:FundamentalFrequency ;
nothing@2 19899 event:time [ tl:at "23.104"^^xsd:float ;
nothing@2 19900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19902 afo:value "437.136"^^sxsd:hertz.number .
nothing@2 19903
nothing@2 19904 [] a afv:FundamentalFrequency ;
nothing@2 19905 event:time [ tl:at "23.11"^^xsd:float ;
nothing@2 19906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19908 afo:value "437.942"^^sxsd:hertz.number .
nothing@2 19909
nothing@2 19910 [] a afv:FundamentalFrequency ;
nothing@2 19911 event:time [ tl:at "23.115"^^xsd:float ;
nothing@2 19912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19914 afo:value "441.382"^^sxsd:hertz.number .
nothing@2 19915
nothing@2 19916 [] a afv:FundamentalFrequency ;
nothing@2 19917 event:time [ tl:at "23.121"^^xsd:float ;
nothing@2 19918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19920 afo:value "437.38"^^sxsd:hertz.number .
nothing@2 19921
nothing@2 19922 [] a afv:FundamentalFrequency ;
nothing@2 19923 event:time [ tl:at "23.127"^^xsd:float ;
nothing@2 19924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19926 afo:value "403.855"^^sxsd:hertz.number .
nothing@2 19927
nothing@2 19928 [] a afv:FundamentalFrequency ;
nothing@2 19929 event:time [ tl:at "23.133"^^xsd:float ;
nothing@2 19930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19932 afo:value "404.582"^^sxsd:hertz.number .
nothing@2 19933
nothing@2 19934 [] a afv:FundamentalFrequency ;
nothing@2 19935 event:time [ tl:at "23.139"^^xsd:float ;
nothing@2 19936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19938 afo:value "401.282"^^sxsd:hertz.number .
nothing@2 19939
nothing@2 19940 [] a afv:FundamentalFrequency ;
nothing@2 19941 event:time [ tl:at "23.144"^^xsd:float ;
nothing@2 19942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19944 afo:value "399.16"^^sxsd:hertz.number .
nothing@2 19945
nothing@2 19946 [] a afv:FundamentalFrequency ;
nothing@2 19947 event:time [ tl:at "23.15"^^xsd:float ;
nothing@2 19948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19950 afo:value "390.682"^^sxsd:hertz.number .
nothing@2 19951
nothing@2 19952 [] a afv:FundamentalFrequency ;
nothing@2 19953 event:time [ tl:at "23.156"^^xsd:float ;
nothing@2 19954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19956 afo:value "391.628"^^sxsd:hertz.number .
nothing@2 19957
nothing@2 19958 [] a afv:FundamentalFrequency ;
nothing@2 19959 event:time [ tl:at "2.316"^^xsd:float ;
nothing@2 19960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19962 afo:value "439.355"^^sxsd:hertz.number .
nothing@2 19963
nothing@2 19964 [] a afv:FundamentalFrequency ;
nothing@2 19965 event:time [ tl:at "23.162"^^xsd:float ;
nothing@2 19966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19968 afo:value "391.337"^^sxsd:hertz.number .
nothing@2 19969
nothing@2 19970 [] a afv:FundamentalFrequency ;
nothing@2 19971 event:time [ tl:at "23.168"^^xsd:float ;
nothing@2 19972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19974 afo:value "391.159"^^sxsd:hertz.number .
nothing@2 19975
nothing@2 19976 [] a afv:FundamentalFrequency ;
nothing@2 19977 event:time [ tl:at "23.174"^^xsd:float ;
nothing@2 19978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19980 afo:value "391.158"^^sxsd:hertz.number .
nothing@2 19981
nothing@2 19982 [] a afv:FundamentalFrequency ;
nothing@2 19983 event:time [ tl:at "23.179"^^xsd:float ;
nothing@2 19984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19986 afo:value "390.906"^^sxsd:hertz.number .
nothing@2 19987
nothing@2 19988 [] a afv:FundamentalFrequency ;
nothing@2 19989 event:time [ tl:at "23.185"^^xsd:float ;
nothing@2 19990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19992 afo:value "390.802"^^sxsd:hertz.number .
nothing@2 19993
nothing@2 19994 [] a afv:FundamentalFrequency ;
nothing@2 19995 event:time [ tl:at "23.191"^^xsd:float ;
nothing@2 19996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 19997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 19998 afo:value "390.773"^^sxsd:hertz.number .
nothing@2 19999
nothing@2 20000 [] a afv:FundamentalFrequency ;
nothing@2 20001 event:time [ tl:at "23.197"^^xsd:float ;
nothing@2 20002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20004 afo:value "390.766"^^sxsd:hertz.number .
nothing@2 20005
nothing@2 20006 [] a afv:FundamentalFrequency ;
nothing@2 20007 event:time [ tl:at "23.203"^^xsd:float ;
nothing@2 20008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20010 afo:value "390.709"^^sxsd:hertz.number .
nothing@2 20011
nothing@2 20012 [] a afv:FundamentalFrequency ;
nothing@2 20013 event:time [ tl:at "23.208"^^xsd:float ;
nothing@2 20014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20016 afo:value "390.598"^^sxsd:hertz.number .
nothing@2 20017
nothing@2 20018 [] a afv:FundamentalFrequency ;
nothing@2 20019 event:time [ tl:at "23.214"^^xsd:float ;
nothing@2 20020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20022 afo:value "390.398"^^sxsd:hertz.number .
nothing@2 20023
nothing@2 20024 [] a afv:FundamentalFrequency ;
nothing@2 20025 event:time [ tl:at "0.023"^^xsd:float ;
nothing@2 20026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20028 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 20029
nothing@2 20030 [] a afv:FundamentalFrequency ;
nothing@2 20031 event:time [ tl:at "0.232"^^xsd:float ;
nothing@2 20032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20034 afo:value "292.502"^^sxsd:hertz.number .
nothing@2 20035
nothing@2 20036 [] a afv:FundamentalFrequency ;
nothing@2 20037 event:time [ tl:at "2.322"^^xsd:float ;
nothing@2 20038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20040 afo:value "439.302"^^sxsd:hertz.number .
nothing@2 20041
nothing@2 20042 [] a afv:FundamentalFrequency ;
nothing@2 20043 event:time [ tl:at "23.22"^^xsd:float ;
nothing@2 20044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20046 afo:value "390.487"^^sxsd:hertz.number .
nothing@2 20047
nothing@2 20048 [] a afv:FundamentalFrequency ;
nothing@2 20049 event:time [ tl:at "23.226"^^xsd:float ;
nothing@2 20050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20052 afo:value "390.361"^^sxsd:hertz.number .
nothing@2 20053
nothing@2 20054 [] a afv:FundamentalFrequency ;
nothing@2 20055 event:time [ tl:at "23.232"^^xsd:float ;
nothing@2 20056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20058 afo:value "390.337"^^sxsd:hertz.number .
nothing@2 20059
nothing@2 20060 [] a afv:FundamentalFrequency ;
nothing@2 20061 event:time [ tl:at "23.237"^^xsd:float ;
nothing@2 20062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20064 afo:value "390.322"^^sxsd:hertz.number .
nothing@2 20065
nothing@2 20066 [] a afv:FundamentalFrequency ;
nothing@2 20067 event:time [ tl:at "23.243"^^xsd:float ;
nothing@2 20068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20070 afo:value "390.276"^^sxsd:hertz.number .
nothing@2 20071
nothing@2 20072 [] a afv:FundamentalFrequency ;
nothing@2 20073 event:time [ tl:at "23.249"^^xsd:float ;
nothing@2 20074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20076 afo:value "390.236"^^sxsd:hertz.number .
nothing@2 20077
nothing@2 20078 [] a afv:FundamentalFrequency ;
nothing@2 20079 event:time [ tl:at "23.255"^^xsd:float ;
nothing@2 20080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20082 afo:value "390.19"^^sxsd:hertz.number .
nothing@2 20083
nothing@2 20084 [] a afv:FundamentalFrequency ;
nothing@2 20085 event:time [ tl:at "23.261"^^xsd:float ;
nothing@2 20086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20088 afo:value "390.187"^^sxsd:hertz.number .
nothing@2 20089
nothing@2 20090 [] a afv:FundamentalFrequency ;
nothing@2 20091 event:time [ tl:at "23.266"^^xsd:float ;
nothing@2 20092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20094 afo:value "390.199"^^sxsd:hertz.number .
nothing@2 20095
nothing@2 20096 [] a afv:FundamentalFrequency ;
nothing@2 20097 event:time [ tl:at "23.272"^^xsd:float ;
nothing@2 20098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20100 afo:value "390.157"^^sxsd:hertz.number .
nothing@2 20101
nothing@2 20102 [] a afv:FundamentalFrequency ;
nothing@2 20103 event:time [ tl:at "2.328"^^xsd:float ;
nothing@2 20104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20106 afo:value "439.308"^^sxsd:hertz.number .
nothing@2 20107
nothing@2 20108 [] a afv:FundamentalFrequency ;
nothing@2 20109 event:time [ tl:at "23.278"^^xsd:float ;
nothing@2 20110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20112 afo:value "390.079"^^sxsd:hertz.number .
nothing@2 20113
nothing@2 20114 [] a afv:FundamentalFrequency ;
nothing@2 20115 event:time [ tl:at "23.284"^^xsd:float ;
nothing@2 20116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20118 afo:value "390.068"^^sxsd:hertz.number .
nothing@2 20119
nothing@2 20120 [] a afv:FundamentalFrequency ;
nothing@2 20121 event:time [ tl:at "23.29"^^xsd:float ;
nothing@2 20122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20124 afo:value "390.092"^^sxsd:hertz.number .
nothing@2 20125
nothing@2 20126 [] a afv:FundamentalFrequency ;
nothing@2 20127 event:time [ tl:at "23.295"^^xsd:float ;
nothing@2 20128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20130 afo:value "390.075"^^sxsd:hertz.number .
nothing@2 20131
nothing@2 20132 [] a afv:FundamentalFrequency ;
nothing@2 20133 event:time [ tl:at "23.301"^^xsd:float ;
nothing@2 20134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20136 afo:value "390.154"^^sxsd:hertz.number .
nothing@2 20137
nothing@2 20138 [] a afv:FundamentalFrequency ;
nothing@2 20139 event:time [ tl:at "23.307"^^xsd:float ;
nothing@2 20140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20142 afo:value "390.214"^^sxsd:hertz.number .
nothing@2 20143
nothing@2 20144 [] a afv:FundamentalFrequency ;
nothing@2 20145 event:time [ tl:at "23.313"^^xsd:float ;
nothing@2 20146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20148 afo:value "390.254"^^sxsd:hertz.number .
nothing@2 20149
nothing@2 20150 [] a afv:FundamentalFrequency ;
nothing@2 20151 event:time [ tl:at "23.319"^^xsd:float ;
nothing@2 20152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20154 afo:value "390.234"^^sxsd:hertz.number .
nothing@2 20155
nothing@2 20156 [] a afv:FundamentalFrequency ;
nothing@2 20157 event:time [ tl:at "23.324"^^xsd:float ;
nothing@2 20158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20160 afo:value "390.23"^^sxsd:hertz.number .
nothing@2 20161
nothing@2 20162 [] a afv:FundamentalFrequency ;
nothing@2 20163 event:time [ tl:at "23.33"^^xsd:float ;
nothing@2 20164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20166 afo:value "390.228"^^sxsd:hertz.number .
nothing@2 20167
nothing@2 20168 [] a afv:FundamentalFrequency ;
nothing@2 20169 event:time [ tl:at "2.334"^^xsd:float ;
nothing@2 20170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20172 afo:value "439.296"^^sxsd:hertz.number .
nothing@2 20173
nothing@2 20174 [] a afv:FundamentalFrequency ;
nothing@2 20175 event:time [ tl:at "23.336"^^xsd:float ;
nothing@2 20176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20178 afo:value "390.098"^^sxsd:hertz.number .
nothing@2 20179
nothing@2 20180 [] a afv:FundamentalFrequency ;
nothing@2 20181 event:time [ tl:at "23.342"^^xsd:float ;
nothing@2 20182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20184 afo:value "390.131"^^sxsd:hertz.number .
nothing@2 20185
nothing@2 20186 [] a afv:FundamentalFrequency ;
nothing@2 20187 event:time [ tl:at "23.348"^^xsd:float ;
nothing@2 20188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20190 afo:value "390.151"^^sxsd:hertz.number .
nothing@2 20191
nothing@2 20192 [] a afv:FundamentalFrequency ;
nothing@2 20193 event:time [ tl:at "23.353"^^xsd:float ;
nothing@2 20194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20196 afo:value "389.908"^^sxsd:hertz.number .
nothing@2 20197
nothing@2 20198 [] a afv:FundamentalFrequency ;
nothing@2 20199 event:time [ tl:at "23.359"^^xsd:float ;
nothing@2 20200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20202 afo:value "388.938"^^sxsd:hertz.number .
nothing@2 20203
nothing@2 20204 [] a afv:FundamentalFrequency ;
nothing@2 20205 event:time [ tl:at "23.365"^^xsd:float ;
nothing@2 20206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20208 afo:value "387.98"^^sxsd:hertz.number .
nothing@2 20209
nothing@2 20210 [] a afv:FundamentalFrequency ;
nothing@2 20211 event:time [ tl:at "23.371"^^xsd:float ;
nothing@2 20212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20214 afo:value "390.555"^^sxsd:hertz.number .
nothing@2 20215
nothing@2 20216 [] a afv:FundamentalFrequency ;
nothing@2 20217 event:time [ tl:at "23.377"^^xsd:float ;
nothing@2 20218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20220 afo:value "396.633"^^sxsd:hertz.number .
nothing@2 20221
nothing@2 20222 [] a afv:FundamentalFrequency ;
nothing@2 20223 event:time [ tl:at "23.382"^^xsd:float ;
nothing@2 20224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20226 afo:value "395.215"^^sxsd:hertz.number .
nothing@2 20227
nothing@2 20228 [] a afv:FundamentalFrequency ;
nothing@2 20229 event:time [ tl:at "23.388"^^xsd:float ;
nothing@2 20230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20232 afo:value "389.044"^^sxsd:hertz.number .
nothing@2 20233
nothing@2 20234 [] a afv:FundamentalFrequency ;
nothing@2 20235 event:time [ tl:at "2.339"^^xsd:float ;
nothing@2 20236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20238 afo:value "439.275"^^sxsd:hertz.number .
nothing@2 20239
nothing@2 20240 [] a afv:FundamentalFrequency ;
nothing@2 20241 event:time [ tl:at "23.394"^^xsd:float ;
nothing@2 20242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20244 afo:value "381.444"^^sxsd:hertz.number .
nothing@2 20245
nothing@2 20246 [] a afv:FundamentalFrequency ;
nothing@2 20247 event:time [ tl:at "23.4"^^xsd:float ;
nothing@2 20248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20250 afo:value "371.734"^^sxsd:hertz.number .
nothing@2 20251
nothing@2 20252 [] a afv:FundamentalFrequency ;
nothing@2 20253 event:time [ tl:at "23.406"^^xsd:float ;
nothing@2 20254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20256 afo:value "371.617"^^sxsd:hertz.number .
nothing@2 20257
nothing@2 20258 [] a afv:FundamentalFrequency ;
nothing@2 20259 event:time [ tl:at "23.412"^^xsd:float ;
nothing@2 20260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20262 afo:value "371.091"^^sxsd:hertz.number .
nothing@2 20263
nothing@2 20264 [] a afv:FundamentalFrequency ;
nothing@2 20265 event:time [ tl:at "23.417"^^xsd:float ;
nothing@2 20266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20268 afo:value "369.934"^^sxsd:hertz.number .
nothing@2 20269
nothing@2 20270 [] a afv:FundamentalFrequency ;
nothing@2 20271 event:time [ tl:at "23.423"^^xsd:float ;
nothing@2 20272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20274 afo:value "368.978"^^sxsd:hertz.number .
nothing@2 20275
nothing@2 20276 [] a afv:FundamentalFrequency ;
nothing@2 20277 event:time [ tl:at "23.429"^^xsd:float ;
nothing@2 20278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20280 afo:value "368.615"^^sxsd:hertz.number .
nothing@2 20281
nothing@2 20282 [] a afv:FundamentalFrequency ;
nothing@2 20283 event:time [ tl:at "23.435"^^xsd:float ;
nothing@2 20284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20286 afo:value "368.605"^^sxsd:hertz.number .
nothing@2 20287
nothing@2 20288 [] a afv:FundamentalFrequency ;
nothing@2 20289 event:time [ tl:at "23.441"^^xsd:float ;
nothing@2 20290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20292 afo:value "368.765"^^sxsd:hertz.number .
nothing@2 20293
nothing@2 20294 [] a afv:FundamentalFrequency ;
nothing@2 20295 event:time [ tl:at "23.446"^^xsd:float ;
nothing@2 20296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20298 afo:value "369.039"^^sxsd:hertz.number .
nothing@2 20299
nothing@2 20300 [] a afv:FundamentalFrequency ;
nothing@2 20301 event:time [ tl:at "2.345"^^xsd:float ;
nothing@2 20302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20304 afo:value "439.245"^^sxsd:hertz.number .
nothing@2 20305
nothing@2 20306 [] a afv:FundamentalFrequency ;
nothing@2 20307 event:time [ tl:at "23.452"^^xsd:float ;
nothing@2 20308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20310 afo:value "369.243"^^sxsd:hertz.number .
nothing@2 20311
nothing@2 20312 [] a afv:FundamentalFrequency ;
nothing@2 20313 event:time [ tl:at "23.458"^^xsd:float ;
nothing@2 20314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20316 afo:value "369.298"^^sxsd:hertz.number .
nothing@2 20317
nothing@2 20318 [] a afv:FundamentalFrequency ;
nothing@2 20319 event:time [ tl:at "23.464"^^xsd:float ;
nothing@2 20320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20322 afo:value "369.2"^^sxsd:hertz.number .
nothing@2 20323
nothing@2 20324 [] a afv:FundamentalFrequency ;
nothing@2 20325 event:time [ tl:at "23.47"^^xsd:float ;
nothing@2 20326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20328 afo:value "368.979"^^sxsd:hertz.number .
nothing@2 20329
nothing@2 20330 [] a afv:FundamentalFrequency ;
nothing@2 20331 event:time [ tl:at "23.475"^^xsd:float ;
nothing@2 20332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20334 afo:value "368.716"^^sxsd:hertz.number .
nothing@2 20335
nothing@2 20336 [] a afv:FundamentalFrequency ;
nothing@2 20337 event:time [ tl:at "23.481"^^xsd:float ;
nothing@2 20338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20340 afo:value "368.491"^^sxsd:hertz.number .
nothing@2 20341
nothing@2 20342 [] a afv:FundamentalFrequency ;
nothing@2 20343 event:time [ tl:at "23.487"^^xsd:float ;
nothing@2 20344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20346 afo:value "368.361"^^sxsd:hertz.number .
nothing@2 20347
nothing@2 20348 [] a afv:FundamentalFrequency ;
nothing@2 20349 event:time [ tl:at "23.493"^^xsd:float ;
nothing@2 20350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20352 afo:value "368.357"^^sxsd:hertz.number .
nothing@2 20353
nothing@2 20354 [] a afv:FundamentalFrequency ;
nothing@2 20355 event:time [ tl:at "23.499"^^xsd:float ;
nothing@2 20356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20358 afo:value "368.456"^^sxsd:hertz.number .
nothing@2 20359
nothing@2 20360 [] a afv:FundamentalFrequency ;
nothing@2 20361 event:time [ tl:at "23.504"^^xsd:float ;
nothing@2 20362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20364 afo:value "368.628"^^sxsd:hertz.number .
nothing@2 20365
nothing@2 20366 [] a afv:FundamentalFrequency ;
nothing@2 20367 event:time [ tl:at "2.351"^^xsd:float ;
nothing@2 20368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20370 afo:value "439.253"^^sxsd:hertz.number .
nothing@2 20371
nothing@2 20372 [] a afv:FundamentalFrequency ;
nothing@2 20373 event:time [ tl:at "23.51"^^xsd:float ;
nothing@2 20374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20376 afo:value "368.729"^^sxsd:hertz.number .
nothing@2 20377
nothing@2 20378 [] a afv:FundamentalFrequency ;
nothing@2 20379 event:time [ tl:at "23.516"^^xsd:float ;
nothing@2 20380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20382 afo:value "368.743"^^sxsd:hertz.number .
nothing@2 20383
nothing@2 20384 [] a afv:FundamentalFrequency ;
nothing@2 20385 event:time [ tl:at "23.522"^^xsd:float ;
nothing@2 20386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20388 afo:value "368.667"^^sxsd:hertz.number .
nothing@2 20389
nothing@2 20390 [] a afv:FundamentalFrequency ;
nothing@2 20391 event:time [ tl:at "23.528"^^xsd:float ;
nothing@2 20392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20394 afo:value "368.536"^^sxsd:hertz.number .
nothing@2 20395
nothing@2 20396 [] a afv:FundamentalFrequency ;
nothing@2 20397 event:time [ tl:at "23.533"^^xsd:float ;
nothing@2 20398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20400 afo:value "368.374"^^sxsd:hertz.number .
nothing@2 20401
nothing@2 20402 [] a afv:FundamentalFrequency ;
nothing@2 20403 event:time [ tl:at "23.539"^^xsd:float ;
nothing@2 20404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20406 afo:value "368.129"^^sxsd:hertz.number .
nothing@2 20407
nothing@2 20408 [] a afv:FundamentalFrequency ;
nothing@2 20409 event:time [ tl:at "23.545"^^xsd:float ;
nothing@2 20410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20412 afo:value "368.043"^^sxsd:hertz.number .
nothing@2 20413
nothing@2 20414 [] a afv:FundamentalFrequency ;
nothing@2 20415 event:time [ tl:at "23.551"^^xsd:float ;
nothing@2 20416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20418 afo:value "368.124"^^sxsd:hertz.number .
nothing@2 20419
nothing@2 20420 [] a afv:FundamentalFrequency ;
nothing@2 20421 event:time [ tl:at "23.557"^^xsd:float ;
nothing@2 20422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20424 afo:value "368.36"^^sxsd:hertz.number .
nothing@2 20425
nothing@2 20426 [] a afv:FundamentalFrequency ;
nothing@2 20427 event:time [ tl:at "23.562"^^xsd:float ;
nothing@2 20428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20430 afo:value "368.546"^^sxsd:hertz.number .
nothing@2 20431
nothing@2 20432 [] a afv:FundamentalFrequency ;
nothing@2 20433 event:time [ tl:at "2.357"^^xsd:float ;
nothing@2 20434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20436 afo:value "439.273"^^sxsd:hertz.number .
nothing@2 20437
nothing@2 20438 [] a afv:FundamentalFrequency ;
nothing@2 20439 event:time [ tl:at "23.568"^^xsd:float ;
nothing@2 20440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20442 afo:value "368.668"^^sxsd:hertz.number .
nothing@2 20443
nothing@2 20444 [] a afv:FundamentalFrequency ;
nothing@2 20445 event:time [ tl:at "23.574"^^xsd:float ;
nothing@2 20446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20448 afo:value "368.604"^^sxsd:hertz.number .
nothing@2 20449
nothing@2 20450 [] a afv:FundamentalFrequency ;
nothing@2 20451 event:time [ tl:at "23.58"^^xsd:float ;
nothing@2 20452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20454 afo:value "368.404"^^sxsd:hertz.number .
nothing@2 20455
nothing@2 20456 [] a afv:FundamentalFrequency ;
nothing@2 20457 event:time [ tl:at "23.586"^^xsd:float ;
nothing@2 20458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20460 afo:value "368.221"^^sxsd:hertz.number .
nothing@2 20461
nothing@2 20462 [] a afv:FundamentalFrequency ;
nothing@2 20463 event:time [ tl:at "23.591"^^xsd:float ;
nothing@2 20464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20466 afo:value "368.144"^^sxsd:hertz.number .
nothing@2 20467
nothing@2 20468 [] a afv:FundamentalFrequency ;
nothing@2 20469 event:time [ tl:at "23.597"^^xsd:float ;
nothing@2 20470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20472 afo:value "368.168"^^sxsd:hertz.number .
nothing@2 20473
nothing@2 20474 [] a afv:FundamentalFrequency ;
nothing@2 20475 event:time [ tl:at "23.603"^^xsd:float ;
nothing@2 20476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20478 afo:value "368.558"^^sxsd:hertz.number .
nothing@2 20479
nothing@2 20480 [] a afv:FundamentalFrequency ;
nothing@2 20481 event:time [ tl:at "23.609"^^xsd:float ;
nothing@2 20482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20484 afo:value "368.803"^^sxsd:hertz.number .
nothing@2 20485
nothing@2 20486 [] a afv:FundamentalFrequency ;
nothing@2 20487 event:time [ tl:at "23.615"^^xsd:float ;
nothing@2 20488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20490 afo:value "368.903"^^sxsd:hertz.number .
nothing@2 20491
nothing@2 20492 [] a afv:FundamentalFrequency ;
nothing@2 20493 event:time [ tl:at "23.62"^^xsd:float ;
nothing@2 20494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20496 afo:value "368.834"^^sxsd:hertz.number .
nothing@2 20497
nothing@2 20498 [] a afv:FundamentalFrequency ;
nothing@2 20499 event:time [ tl:at "2.363"^^xsd:float ;
nothing@2 20500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20502 afo:value "439.299"^^sxsd:hertz.number .
nothing@2 20503
nothing@2 20504 [] a afv:FundamentalFrequency ;
nothing@2 20505 event:time [ tl:at "23.626"^^xsd:float ;
nothing@2 20506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20508 afo:value "368.718"^^sxsd:hertz.number .
nothing@2 20509
nothing@2 20510 [] a afv:FundamentalFrequency ;
nothing@2 20511 event:time [ tl:at "23.632"^^xsd:float ;
nothing@2 20512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20514 afo:value "368.572"^^sxsd:hertz.number .
nothing@2 20515
nothing@2 20516 [] a afv:FundamentalFrequency ;
nothing@2 20517 event:time [ tl:at "23.638"^^xsd:float ;
nothing@2 20518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20520 afo:value "368.519"^^sxsd:hertz.number .
nothing@2 20521
nothing@2 20522 [] a afv:FundamentalFrequency ;
nothing@2 20523 event:time [ tl:at "23.644"^^xsd:float ;
nothing@2 20524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20526 afo:value "368.587"^^sxsd:hertz.number .
nothing@2 20527
nothing@2 20528 [] a afv:FundamentalFrequency ;
nothing@2 20529 event:time [ tl:at "23.65"^^xsd:float ;
nothing@2 20530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20532 afo:value "368.791"^^sxsd:hertz.number .
nothing@2 20533
nothing@2 20534 [] a afv:FundamentalFrequency ;
nothing@2 20535 event:time [ tl:at "23.655"^^xsd:float ;
nothing@2 20536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20538 afo:value "369.011"^^sxsd:hertz.number .
nothing@2 20539
nothing@2 20540 [] a afv:FundamentalFrequency ;
nothing@2 20541 event:time [ tl:at "23.661"^^xsd:float ;
nothing@2 20542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20544 afo:value "369.182"^^sxsd:hertz.number .
nothing@2 20545
nothing@2 20546 [] a afv:FundamentalFrequency ;
nothing@2 20547 event:time [ tl:at "23.667"^^xsd:float ;
nothing@2 20548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20550 afo:value "369.197"^^sxsd:hertz.number .
nothing@2 20551
nothing@2 20552 [] a afv:FundamentalFrequency ;
nothing@2 20553 event:time [ tl:at "23.673"^^xsd:float ;
nothing@2 20554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20556 afo:value "369.141"^^sxsd:hertz.number .
nothing@2 20557
nothing@2 20558 [] a afv:FundamentalFrequency ;
nothing@2 20559 event:time [ tl:at "23.679"^^xsd:float ;
nothing@2 20560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20562 afo:value "369.011"^^sxsd:hertz.number .
nothing@2 20563
nothing@2 20564 [] a afv:FundamentalFrequency ;
nothing@2 20565 event:time [ tl:at "2.368"^^xsd:float ;
nothing@2 20566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20568 afo:value "439.368"^^sxsd:hertz.number .
nothing@2 20569
nothing@2 20570 [] a afv:FundamentalFrequency ;
nothing@2 20571 event:time [ tl:at "23.684"^^xsd:float ;
nothing@2 20572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20574 afo:value "368.954"^^sxsd:hertz.number .
nothing@2 20575
nothing@2 20576 [] a afv:FundamentalFrequency ;
nothing@2 20577 event:time [ tl:at "23.69"^^xsd:float ;
nothing@2 20578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20580 afo:value "368.955"^^sxsd:hertz.number .
nothing@2 20581
nothing@2 20582 [] a afv:FundamentalFrequency ;
nothing@2 20583 event:time [ tl:at "23.696"^^xsd:float ;
nothing@2 20584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20586 afo:value "369.148"^^sxsd:hertz.number .
nothing@2 20587
nothing@2 20588 [] a afv:FundamentalFrequency ;
nothing@2 20589 event:time [ tl:at "23.702"^^xsd:float ;
nothing@2 20590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20592 afo:value "369.392"^^sxsd:hertz.number .
nothing@2 20593
nothing@2 20594 [] a afv:FundamentalFrequency ;
nothing@2 20595 event:time [ tl:at "23.708"^^xsd:float ;
nothing@2 20596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20598 afo:value "369.529"^^sxsd:hertz.number .
nothing@2 20599
nothing@2 20600 [] a afv:FundamentalFrequency ;
nothing@2 20601 event:time [ tl:at "23.713"^^xsd:float ;
nothing@2 20602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20604 afo:value "369.474"^^sxsd:hertz.number .
nothing@2 20605
nothing@2 20606 [] a afv:FundamentalFrequency ;
nothing@2 20607 event:time [ tl:at "23.719"^^xsd:float ;
nothing@2 20608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20610 afo:value "369.283"^^sxsd:hertz.number .
nothing@2 20611
nothing@2 20612 [] a afv:FundamentalFrequency ;
nothing@2 20613 event:time [ tl:at "23.725"^^xsd:float ;
nothing@2 20614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20616 afo:value "369.088"^^sxsd:hertz.number .
nothing@2 20617
nothing@2 20618 [] a afv:FundamentalFrequency ;
nothing@2 20619 event:time [ tl:at "23.731"^^xsd:float ;
nothing@2 20620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20622 afo:value "368.961"^^sxsd:hertz.number .
nothing@2 20623
nothing@2 20624 [] a afv:FundamentalFrequency ;
nothing@2 20625 event:time [ tl:at "23.737"^^xsd:float ;
nothing@2 20626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20628 afo:value "368.944"^^sxsd:hertz.number .
nothing@2 20629
nothing@2 20630 [] a afv:FundamentalFrequency ;
nothing@2 20631 event:time [ tl:at "2.374"^^xsd:float ;
nothing@2 20632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20634 afo:value "439.405"^^sxsd:hertz.number .
nothing@2 20635
nothing@2 20636 [] a afv:FundamentalFrequency ;
nothing@2 20637 event:time [ tl:at "23.742"^^xsd:float ;
nothing@2 20638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20640 afo:value "369.058"^^sxsd:hertz.number .
nothing@2 20641
nothing@2 20642 [] a afv:FundamentalFrequency ;
nothing@2 20643 event:time [ tl:at "23.748"^^xsd:float ;
nothing@2 20644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20646 afo:value "369.19"^^sxsd:hertz.number .
nothing@2 20647
nothing@2 20648 [] a afv:FundamentalFrequency ;
nothing@2 20649 event:time [ tl:at "23.754"^^xsd:float ;
nothing@2 20650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20652 afo:value "369.251"^^sxsd:hertz.number .
nothing@2 20653
nothing@2 20654 [] a afv:FundamentalFrequency ;
nothing@2 20655 event:time [ tl:at "23.76"^^xsd:float ;
nothing@2 20656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20658 afo:value "369.218"^^sxsd:hertz.number .
nothing@2 20659
nothing@2 20660 [] a afv:FundamentalFrequency ;
nothing@2 20661 event:time [ tl:at "23.766"^^xsd:float ;
nothing@2 20662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20664 afo:value "369.114"^^sxsd:hertz.number .
nothing@2 20665
nothing@2 20666 [] a afv:FundamentalFrequency ;
nothing@2 20667 event:time [ tl:at "23.771"^^xsd:float ;
nothing@2 20668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20670 afo:value "369.007"^^sxsd:hertz.number .
nothing@2 20671
nothing@2 20672 [] a afv:FundamentalFrequency ;
nothing@2 20673 event:time [ tl:at "23.777"^^xsd:float ;
nothing@2 20674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20676 afo:value "368.936"^^sxsd:hertz.number .
nothing@2 20677
nothing@2 20678 [] a afv:FundamentalFrequency ;
nothing@2 20679 event:time [ tl:at "23.783"^^xsd:float ;
nothing@2 20680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20682 afo:value "368.934"^^sxsd:hertz.number .
nothing@2 20683
nothing@2 20684 [] a afv:FundamentalFrequency ;
nothing@2 20685 event:time [ tl:at "23.789"^^xsd:float ;
nothing@2 20686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20688 afo:value "369.039"^^sxsd:hertz.number .
nothing@2 20689
nothing@2 20690 [] a afv:FundamentalFrequency ;
nothing@2 20691 event:time [ tl:at "23.795"^^xsd:float ;
nothing@2 20692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20694 afo:value "369.127"^^sxsd:hertz.number .
nothing@2 20695
nothing@2 20696 [] a afv:FundamentalFrequency ;
nothing@2 20697 event:time [ tl:at "0.238"^^xsd:float ;
nothing@2 20698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20700 afo:value "292.433"^^sxsd:hertz.number .
nothing@2 20701
nothing@2 20702 [] a afv:FundamentalFrequency ;
nothing@2 20703 event:time [ tl:at "2.38"^^xsd:float ;
nothing@2 20704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20706 afo:value "439.372"^^sxsd:hertz.number .
nothing@2 20707
nothing@2 20708 [] a afv:FundamentalFrequency ;
nothing@2 20709 event:time [ tl:at "23.8"^^xsd:float ;
nothing@2 20710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20712 afo:value "369.15"^^sxsd:hertz.number .
nothing@2 20713
nothing@2 20714 [] a afv:FundamentalFrequency ;
nothing@2 20715 event:time [ tl:at "23.806"^^xsd:float ;
nothing@2 20716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20718 afo:value "369.137"^^sxsd:hertz.number .
nothing@2 20719
nothing@2 20720 [] a afv:FundamentalFrequency ;
nothing@2 20721 event:time [ tl:at "23.812"^^xsd:float ;
nothing@2 20722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20724 afo:value "369.086"^^sxsd:hertz.number .
nothing@2 20725
nothing@2 20726 [] a afv:FundamentalFrequency ;
nothing@2 20727 event:time [ tl:at "23.818"^^xsd:float ;
nothing@2 20728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20730 afo:value "369.038"^^sxsd:hertz.number .
nothing@2 20731
nothing@2 20732 [] a afv:FundamentalFrequency ;
nothing@2 20733 event:time [ tl:at "23.824"^^xsd:float ;
nothing@2 20734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20736 afo:value "369.02"^^sxsd:hertz.number .
nothing@2 20737
nothing@2 20738 [] a afv:FundamentalFrequency ;
nothing@2 20739 event:time [ tl:at "23.829"^^xsd:float ;
nothing@2 20740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20742 afo:value "369.059"^^sxsd:hertz.number .
nothing@2 20743
nothing@2 20744 [] a afv:FundamentalFrequency ;
nothing@2 20745 event:time [ tl:at "23.835"^^xsd:float ;
nothing@2 20746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20748 afo:value "369.146"^^sxsd:hertz.number .
nothing@2 20749
nothing@2 20750 [] a afv:FundamentalFrequency ;
nothing@2 20751 event:time [ tl:at "23.841"^^xsd:float ;
nothing@2 20752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20754 afo:value "369.212"^^sxsd:hertz.number .
nothing@2 20755
nothing@2 20756 [] a afv:FundamentalFrequency ;
nothing@2 20757 event:time [ tl:at "23.847"^^xsd:float ;
nothing@2 20758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20760 afo:value "369.231"^^sxsd:hertz.number .
nothing@2 20761
nothing@2 20762 [] a afv:FundamentalFrequency ;
nothing@2 20763 event:time [ tl:at "23.853"^^xsd:float ;
nothing@2 20764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20766 afo:value "369.273"^^sxsd:hertz.number .
nothing@2 20767
nothing@2 20768 [] a afv:FundamentalFrequency ;
nothing@2 20769 event:time [ tl:at "2.386"^^xsd:float ;
nothing@2 20770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20772 afo:value "439.397"^^sxsd:hertz.number .
nothing@2 20773
nothing@2 20774 [] a afv:FundamentalFrequency ;
nothing@2 20775 event:time [ tl:at "23.859"^^xsd:float ;
nothing@2 20776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20778 afo:value "369.265"^^sxsd:hertz.number .
nothing@2 20779
nothing@2 20780 [] a afv:FundamentalFrequency ;
nothing@2 20781 event:time [ tl:at "23.864"^^xsd:float ;
nothing@2 20782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20784 afo:value "369.262"^^sxsd:hertz.number .
nothing@2 20785
nothing@2 20786 [] a afv:FundamentalFrequency ;
nothing@2 20787 event:time [ tl:at "23.87"^^xsd:float ;
nothing@2 20788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20790 afo:value "369.255"^^sxsd:hertz.number .
nothing@2 20791
nothing@2 20792 [] a afv:FundamentalFrequency ;
nothing@2 20793 event:time [ tl:at "23.876"^^xsd:float ;
nothing@2 20794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20796 afo:value "369.221"^^sxsd:hertz.number .
nothing@2 20797
nothing@2 20798 [] a afv:FundamentalFrequency ;
nothing@2 20799 event:time [ tl:at "23.882"^^xsd:float ;
nothing@2 20800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20802 afo:value "369.215"^^sxsd:hertz.number .
nothing@2 20803
nothing@2 20804 [] a afv:FundamentalFrequency ;
nothing@2 20805 event:time [ tl:at "23.888"^^xsd:float ;
nothing@2 20806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20808 afo:value "369.27"^^sxsd:hertz.number .
nothing@2 20809
nothing@2 20810 [] a afv:FundamentalFrequency ;
nothing@2 20811 event:time [ tl:at "23.893"^^xsd:float ;
nothing@2 20812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20814 afo:value "369.328"^^sxsd:hertz.number .
nothing@2 20815
nothing@2 20816 [] a afv:FundamentalFrequency ;
nothing@2 20817 event:time [ tl:at "23.899"^^xsd:float ;
nothing@2 20818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20820 afo:value "369.437"^^sxsd:hertz.number .
nothing@2 20821
nothing@2 20822 [] a afv:FundamentalFrequency ;
nothing@2 20823 event:time [ tl:at "23.905"^^xsd:float ;
nothing@2 20824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20826 afo:value "369.497"^^sxsd:hertz.number .
nothing@2 20827
nothing@2 20828 [] a afv:FundamentalFrequency ;
nothing@2 20829 event:time [ tl:at "23.911"^^xsd:float ;
nothing@2 20830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20832 afo:value "369.543"^^sxsd:hertz.number .
nothing@2 20833
nothing@2 20834 [] a afv:FundamentalFrequency ;
nothing@2 20835 event:time [ tl:at "2.392"^^xsd:float ;
nothing@2 20836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20838 afo:value "439.392"^^sxsd:hertz.number .
nothing@2 20839
nothing@2 20840 [] a afv:FundamentalFrequency ;
nothing@2 20841 event:time [ tl:at "23.917"^^xsd:float ;
nothing@2 20842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20844 afo:value "369.501"^^sxsd:hertz.number .
nothing@2 20845
nothing@2 20846 [] a afv:FundamentalFrequency ;
nothing@2 20847 event:time [ tl:at "23.922"^^xsd:float ;
nothing@2 20848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20850 afo:value "369.379"^^sxsd:hertz.number .
nothing@2 20851
nothing@2 20852 [] a afv:FundamentalFrequency ;
nothing@2 20853 event:time [ tl:at "23.928"^^xsd:float ;
nothing@2 20854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20856 afo:value "369.248"^^sxsd:hertz.number .
nothing@2 20857
nothing@2 20858 [] a afv:FundamentalFrequency ;
nothing@2 20859 event:time [ tl:at "23.934"^^xsd:float ;
nothing@2 20860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20862 afo:value "369.119"^^sxsd:hertz.number .
nothing@2 20863
nothing@2 20864 [] a afv:FundamentalFrequency ;
nothing@2 20865 event:time [ tl:at "23.94"^^xsd:float ;
nothing@2 20866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20868 afo:value "369.109"^^sxsd:hertz.number .
nothing@2 20869
nothing@2 20870 [] a afv:FundamentalFrequency ;
nothing@2 20871 event:time [ tl:at "23.946"^^xsd:float ;
nothing@2 20872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20874 afo:value "369.159"^^sxsd:hertz.number .
nothing@2 20875
nothing@2 20876 [] a afv:FundamentalFrequency ;
nothing@2 20877 event:time [ tl:at "23.951"^^xsd:float ;
nothing@2 20878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20880 afo:value "369.253"^^sxsd:hertz.number .
nothing@2 20881
nothing@2 20882 [] a afv:FundamentalFrequency ;
nothing@2 20883 event:time [ tl:at "23.957"^^xsd:float ;
nothing@2 20884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20886 afo:value "369.255"^^sxsd:hertz.number .
nothing@2 20887
nothing@2 20888 [] a afv:FundamentalFrequency ;
nothing@2 20889 event:time [ tl:at "23.963"^^xsd:float ;
nothing@2 20890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20892 afo:value "369.26"^^sxsd:hertz.number .
nothing@2 20893
nothing@2 20894 [] a afv:FundamentalFrequency ;
nothing@2 20895 event:time [ tl:at "23.969"^^xsd:float ;
nothing@2 20896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20898 afo:value "369.239"^^sxsd:hertz.number .
nothing@2 20899
nothing@2 20900 [] a afv:FundamentalFrequency ;
nothing@2 20901 event:time [ tl:at "2.397"^^xsd:float ;
nothing@2 20902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20904 afo:value "439.497"^^sxsd:hertz.number .
nothing@2 20905
nothing@2 20906 [] a afv:FundamentalFrequency ;
nothing@2 20907 event:time [ tl:at "23.975"^^xsd:float ;
nothing@2 20908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20910 afo:value "369.269"^^sxsd:hertz.number .
nothing@2 20911
nothing@2 20912 [] a afv:FundamentalFrequency ;
nothing@2 20913 event:time [ tl:at "23.98"^^xsd:float ;
nothing@2 20914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20916 afo:value "369.28"^^sxsd:hertz.number .
nothing@2 20917
nothing@2 20918 [] a afv:FundamentalFrequency ;
nothing@2 20919 event:time [ tl:at "23.986"^^xsd:float ;
nothing@2 20920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20922 afo:value "369.285"^^sxsd:hertz.number .
nothing@2 20923
nothing@2 20924 [] a afv:FundamentalFrequency ;
nothing@2 20925 event:time [ tl:at "23.992"^^xsd:float ;
nothing@2 20926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20928 afo:value "369.299"^^sxsd:hertz.number .
nothing@2 20929
nothing@2 20930 [] a afv:FundamentalFrequency ;
nothing@2 20931 event:time [ tl:at "23.998"^^xsd:float ;
nothing@2 20932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20934 afo:value "369.327"^^sxsd:hertz.number .
nothing@2 20935
nothing@2 20936 [] a afv:FundamentalFrequency ;
nothing@2 20937 event:time [ tl:at "24.004"^^xsd:float ;
nothing@2 20938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20940 afo:value "369.345"^^sxsd:hertz.number .
nothing@2 20941
nothing@2 20942 [] a afv:FundamentalFrequency ;
nothing@2 20943 event:time [ tl:at "24.009"^^xsd:float ;
nothing@2 20944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20946 afo:value "369.327"^^sxsd:hertz.number .
nothing@2 20947
nothing@2 20948 [] a afv:FundamentalFrequency ;
nothing@2 20949 event:time [ tl:at "24.015"^^xsd:float ;
nothing@2 20950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20952 afo:value "369.312"^^sxsd:hertz.number .
nothing@2 20953
nothing@2 20954 [] a afv:FundamentalFrequency ;
nothing@2 20955 event:time [ tl:at "24.021"^^xsd:float ;
nothing@2 20956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20958 afo:value "369.266"^^sxsd:hertz.number .
nothing@2 20959
nothing@2 20960 [] a afv:FundamentalFrequency ;
nothing@2 20961 event:time [ tl:at "24.027"^^xsd:float ;
nothing@2 20962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20964 afo:value "369.225"^^sxsd:hertz.number .
nothing@2 20965
nothing@2 20966 [] a afv:FundamentalFrequency ;
nothing@2 20967 event:time [ tl:at "2.403"^^xsd:float ;
nothing@2 20968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20970 afo:value "439.525"^^sxsd:hertz.number .
nothing@2 20971
nothing@2 20972 [] a afv:FundamentalFrequency ;
nothing@2 20973 event:time [ tl:at "24.033"^^xsd:float ;
nothing@2 20974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20976 afo:value "369.253"^^sxsd:hertz.number .
nothing@2 20977
nothing@2 20978 [] a afv:FundamentalFrequency ;
nothing@2 20979 event:time [ tl:at "24.038"^^xsd:float ;
nothing@2 20980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20982 afo:value "369.346"^^sxsd:hertz.number .
nothing@2 20983
nothing@2 20984 [] a afv:FundamentalFrequency ;
nothing@2 20985 event:time [ tl:at "24.044"^^xsd:float ;
nothing@2 20986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20988 afo:value "369.464"^^sxsd:hertz.number .
nothing@2 20989
nothing@2 20990 [] a afv:FundamentalFrequency ;
nothing@2 20991 event:time [ tl:at "24.05"^^xsd:float ;
nothing@2 20992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 20994 afo:value "369.483"^^sxsd:hertz.number .
nothing@2 20995
nothing@2 20996 [] a afv:FundamentalFrequency ;
nothing@2 20997 event:time [ tl:at "24.056"^^xsd:float ;
nothing@2 20998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 20999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21000 afo:value "369.513"^^sxsd:hertz.number .
nothing@2 21001
nothing@2 21002 [] a afv:FundamentalFrequency ;
nothing@2 21003 event:time [ tl:at "24.062"^^xsd:float ;
nothing@2 21004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21006 afo:value "369.48"^^sxsd:hertz.number .
nothing@2 21007
nothing@2 21008 [] a afv:FundamentalFrequency ;
nothing@2 21009 event:time [ tl:at "24.067"^^xsd:float ;
nothing@2 21010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21012 afo:value "369.468"^^sxsd:hertz.number .
nothing@2 21013
nothing@2 21014 [] a afv:FundamentalFrequency ;
nothing@2 21015 event:time [ tl:at "24.073"^^xsd:float ;
nothing@2 21016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21018 afo:value "369.453"^^sxsd:hertz.number .
nothing@2 21019
nothing@2 21020 [] a afv:FundamentalFrequency ;
nothing@2 21021 event:time [ tl:at "24.079"^^xsd:float ;
nothing@2 21022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21024 afo:value "369.434"^^sxsd:hertz.number .
nothing@2 21025
nothing@2 21026 [] a afv:FundamentalFrequency ;
nothing@2 21027 event:time [ tl:at "24.085"^^xsd:float ;
nothing@2 21028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21030 afo:value "369.448"^^sxsd:hertz.number .
nothing@2 21031
nothing@2 21032 [] a afv:FundamentalFrequency ;
nothing@2 21033 event:time [ tl:at "2.409"^^xsd:float ;
nothing@2 21034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21036 afo:value "439.531"^^sxsd:hertz.number .
nothing@2 21037
nothing@2 21038 [] a afv:FundamentalFrequency ;
nothing@2 21039 event:time [ tl:at "24.091"^^xsd:float ;
nothing@2 21040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21042 afo:value "369.456"^^sxsd:hertz.number .
nothing@2 21043
nothing@2 21044 [] a afv:FundamentalFrequency ;
nothing@2 21045 event:time [ tl:at "24.097"^^xsd:float ;
nothing@2 21046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21048 afo:value "369.488"^^sxsd:hertz.number .
nothing@2 21049
nothing@2 21050 [] a afv:FundamentalFrequency ;
nothing@2 21051 event:time [ tl:at "24.102"^^xsd:float ;
nothing@2 21052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21054 afo:value "369.503"^^sxsd:hertz.number .
nothing@2 21055
nothing@2 21056 [] a afv:FundamentalFrequency ;
nothing@2 21057 event:time [ tl:at "24.108"^^xsd:float ;
nothing@2 21058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21060 afo:value "369.534"^^sxsd:hertz.number .
nothing@2 21061
nothing@2 21062 [] a afv:FundamentalFrequency ;
nothing@2 21063 event:time [ tl:at "24.114"^^xsd:float ;
nothing@2 21064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21066 afo:value "369.506"^^sxsd:hertz.number .
nothing@2 21067
nothing@2 21068 [] a afv:FundamentalFrequency ;
nothing@2 21069 event:time [ tl:at "24.12"^^xsd:float ;
nothing@2 21070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21072 afo:value "369.485"^^sxsd:hertz.number .
nothing@2 21073
nothing@2 21074 [] a afv:FundamentalFrequency ;
nothing@2 21075 event:time [ tl:at "24.126"^^xsd:float ;
nothing@2 21076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21078 afo:value "369.425"^^sxsd:hertz.number .
nothing@2 21079
nothing@2 21080 [] a afv:FundamentalFrequency ;
nothing@2 21081 event:time [ tl:at "24.131"^^xsd:float ;
nothing@2 21082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21084 afo:value "369.304"^^sxsd:hertz.number .
nothing@2 21085
nothing@2 21086 [] a afv:FundamentalFrequency ;
nothing@2 21087 event:time [ tl:at "24.137"^^xsd:float ;
nothing@2 21088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21090 afo:value "369.287"^^sxsd:hertz.number .
nothing@2 21091
nothing@2 21092 [] a afv:FundamentalFrequency ;
nothing@2 21093 event:time [ tl:at "24.143"^^xsd:float ;
nothing@2 21094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21096 afo:value "369.263"^^sxsd:hertz.number .
nothing@2 21097
nothing@2 21098 [] a afv:FundamentalFrequency ;
nothing@2 21099 event:time [ tl:at "2.415"^^xsd:float ;
nothing@2 21100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21102 afo:value "439.567"^^sxsd:hertz.number .
nothing@2 21103
nothing@2 21104 [] a afv:FundamentalFrequency ;
nothing@2 21105 event:time [ tl:at "24.149"^^xsd:float ;
nothing@2 21106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21108 afo:value "369.283"^^sxsd:hertz.number .
nothing@2 21109
nothing@2 21110 [] a afv:FundamentalFrequency ;
nothing@2 21111 event:time [ tl:at "24.155"^^xsd:float ;
nothing@2 21112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21114 afo:value "369.304"^^sxsd:hertz.number .
nothing@2 21115
nothing@2 21116 [] a afv:FundamentalFrequency ;
nothing@2 21117 event:time [ tl:at "24.16"^^xsd:float ;
nothing@2 21118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21120 afo:value "369.327"^^sxsd:hertz.number .
nothing@2 21121
nothing@2 21122 [] a afv:FundamentalFrequency ;
nothing@2 21123 event:time [ tl:at "24.166"^^xsd:float ;
nothing@2 21124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21126 afo:value "369.331"^^sxsd:hertz.number .
nothing@2 21127
nothing@2 21128 [] a afv:FundamentalFrequency ;
nothing@2 21129 event:time [ tl:at "24.172"^^xsd:float ;
nothing@2 21130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21132 afo:value "369.279"^^sxsd:hertz.number .
nothing@2 21133
nothing@2 21134 [] a afv:FundamentalFrequency ;
nothing@2 21135 event:time [ tl:at "24.178"^^xsd:float ;
nothing@2 21136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21138 afo:value "369.247"^^sxsd:hertz.number .
nothing@2 21139
nothing@2 21140 [] a afv:FundamentalFrequency ;
nothing@2 21141 event:time [ tl:at "24.184"^^xsd:float ;
nothing@2 21142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21144 afo:value "369.227"^^sxsd:hertz.number .
nothing@2 21145
nothing@2 21146 [] a afv:FundamentalFrequency ;
nothing@2 21147 event:time [ tl:at "24.189"^^xsd:float ;
nothing@2 21148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21150 afo:value "369.219"^^sxsd:hertz.number .
nothing@2 21151
nothing@2 21152 [] a afv:FundamentalFrequency ;
nothing@2 21153 event:time [ tl:at "24.195"^^xsd:float ;
nothing@2 21154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21156 afo:value "369.223"^^sxsd:hertz.number .
nothing@2 21157
nothing@2 21158 [] a afv:FundamentalFrequency ;
nothing@2 21159 event:time [ tl:at "24.201"^^xsd:float ;
nothing@2 21160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21162 afo:value "369.231"^^sxsd:hertz.number .
nothing@2 21163
nothing@2 21164 [] a afv:FundamentalFrequency ;
nothing@2 21165 event:time [ tl:at "2.421"^^xsd:float ;
nothing@2 21166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21168 afo:value "439.704"^^sxsd:hertz.number .
nothing@2 21169
nothing@2 21170 [] a afv:FundamentalFrequency ;
nothing@2 21171 event:time [ tl:at "24.207"^^xsd:float ;
nothing@2 21172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21174 afo:value "369.26"^^sxsd:hertz.number .
nothing@2 21175
nothing@2 21176 [] a afv:FundamentalFrequency ;
nothing@2 21177 event:time [ tl:at "24.213"^^xsd:float ;
nothing@2 21178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21180 afo:value "369.299"^^sxsd:hertz.number .
nothing@2 21181
nothing@2 21182 [] a afv:FundamentalFrequency ;
nothing@2 21183 event:time [ tl:at "24.218"^^xsd:float ;
nothing@2 21184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21186 afo:value "369.331"^^sxsd:hertz.number .
nothing@2 21187
nothing@2 21188 [] a afv:FundamentalFrequency ;
nothing@2 21189 event:time [ tl:at "24.224"^^xsd:float ;
nothing@2 21190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21192 afo:value "369.387"^^sxsd:hertz.number .
nothing@2 21193
nothing@2 21194 [] a afv:FundamentalFrequency ;
nothing@2 21195 event:time [ tl:at "24.23"^^xsd:float ;
nothing@2 21196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21198 afo:value "369.433"^^sxsd:hertz.number .
nothing@2 21199
nothing@2 21200 [] a afv:FundamentalFrequency ;
nothing@2 21201 event:time [ tl:at "24.236"^^xsd:float ;
nothing@2 21202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21204 afo:value "369.47"^^sxsd:hertz.number .
nothing@2 21205
nothing@2 21206 [] a afv:FundamentalFrequency ;
nothing@2 21207 event:time [ tl:at "24.242"^^xsd:float ;
nothing@2 21208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21210 afo:value "369.484"^^sxsd:hertz.number .
nothing@2 21211
nothing@2 21212 [] a afv:FundamentalFrequency ;
nothing@2 21213 event:time [ tl:at "24.247"^^xsd:float ;
nothing@2 21214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21216 afo:value "369.48"^^sxsd:hertz.number .
nothing@2 21217
nothing@2 21218 [] a afv:FundamentalFrequency ;
nothing@2 21219 event:time [ tl:at "24.253"^^xsd:float ;
nothing@2 21220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21222 afo:value "369.5"^^sxsd:hertz.number .
nothing@2 21223
nothing@2 21224 [] a afv:FundamentalFrequency ;
nothing@2 21225 event:time [ tl:at "24.259"^^xsd:float ;
nothing@2 21226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21228 afo:value "369.562"^^sxsd:hertz.number .
nothing@2 21229
nothing@2 21230 [] a afv:FundamentalFrequency ;
nothing@2 21231 event:time [ tl:at "2.426"^^xsd:float ;
nothing@2 21232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21234 afo:value "439.912"^^sxsd:hertz.number .
nothing@2 21235
nothing@2 21236 [] a afv:FundamentalFrequency ;
nothing@2 21237 event:time [ tl:at "24.265"^^xsd:float ;
nothing@2 21238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21240 afo:value "369.587"^^sxsd:hertz.number .
nothing@2 21241
nothing@2 21242 [] a afv:FundamentalFrequency ;
nothing@2 21243 event:time [ tl:at "24.271"^^xsd:float ;
nothing@2 21244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21246 afo:value "369.586"^^sxsd:hertz.number .
nothing@2 21247
nothing@2 21248 [] a afv:FundamentalFrequency ;
nothing@2 21249 event:time [ tl:at "24.276"^^xsd:float ;
nothing@2 21250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21252 afo:value "369.575"^^sxsd:hertz.number .
nothing@2 21253
nothing@2 21254 [] a afv:FundamentalFrequency ;
nothing@2 21255 event:time [ tl:at "24.282"^^xsd:float ;
nothing@2 21256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21258 afo:value "369.57"^^sxsd:hertz.number .
nothing@2 21259
nothing@2 21260 [] a afv:FundamentalFrequency ;
nothing@2 21261 event:time [ tl:at "24.288"^^xsd:float ;
nothing@2 21262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21264 afo:value "369.614"^^sxsd:hertz.number .
nothing@2 21265
nothing@2 21266 [] a afv:FundamentalFrequency ;
nothing@2 21267 event:time [ tl:at "24.294"^^xsd:float ;
nothing@2 21268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21270 afo:value "369.714"^^sxsd:hertz.number .
nothing@2 21271
nothing@2 21272 [] a afv:FundamentalFrequency ;
nothing@2 21273 event:time [ tl:at "24.3"^^xsd:float ;
nothing@2 21274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21276 afo:value "370.025"^^sxsd:hertz.number .
nothing@2 21277
nothing@2 21278 [] a afv:FundamentalFrequency ;
nothing@2 21279 event:time [ tl:at "24.305"^^xsd:float ;
nothing@2 21280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21282 afo:value "370.145"^^sxsd:hertz.number .
nothing@2 21283
nothing@2 21284 [] a afv:FundamentalFrequency ;
nothing@2 21285 event:time [ tl:at "24.311"^^xsd:float ;
nothing@2 21286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21288 afo:value "370.087"^^sxsd:hertz.number .
nothing@2 21289
nothing@2 21290 [] a afv:FundamentalFrequency ;
nothing@2 21291 event:time [ tl:at "24.317"^^xsd:float ;
nothing@2 21292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21294 afo:value "369.839"^^sxsd:hertz.number .
nothing@2 21295
nothing@2 21296 [] a afv:FundamentalFrequency ;
nothing@2 21297 event:time [ tl:at "2.432"^^xsd:float ;
nothing@2 21298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21300 afo:value "440.031"^^sxsd:hertz.number .
nothing@2 21301
nothing@2 21302 [] a afv:FundamentalFrequency ;
nothing@2 21303 event:time [ tl:at "24.323"^^xsd:float ;
nothing@2 21304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21306 afo:value "369.605"^^sxsd:hertz.number .
nothing@2 21307
nothing@2 21308 [] a afv:FundamentalFrequency ;
nothing@2 21309 event:time [ tl:at "24.329"^^xsd:float ;
nothing@2 21310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21312 afo:value "369.439"^^sxsd:hertz.number .
nothing@2 21313
nothing@2 21314 [] a afv:FundamentalFrequency ;
nothing@2 21315 event:time [ tl:at "24.335"^^xsd:float ;
nothing@2 21316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21318 afo:value "369.335"^^sxsd:hertz.number .
nothing@2 21319
nothing@2 21320 [] a afv:FundamentalFrequency ;
nothing@2 21321 event:time [ tl:at "24.34"^^xsd:float ;
nothing@2 21322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21324 afo:value "369.261"^^sxsd:hertz.number .
nothing@2 21325
nothing@2 21326 [] a afv:FundamentalFrequency ;
nothing@2 21327 event:time [ tl:at "24.346"^^xsd:float ;
nothing@2 21328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21330 afo:value "369.242"^^sxsd:hertz.number .
nothing@2 21331
nothing@2 21332 [] a afv:FundamentalFrequency ;
nothing@2 21333 event:time [ tl:at "24.352"^^xsd:float ;
nothing@2 21334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21336 afo:value "369.194"^^sxsd:hertz.number .
nothing@2 21337
nothing@2 21338 [] a afv:FundamentalFrequency ;
nothing@2 21339 event:time [ tl:at "24.358"^^xsd:float ;
nothing@2 21340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21342 afo:value "369.147"^^sxsd:hertz.number .
nothing@2 21343
nothing@2 21344 [] a afv:FundamentalFrequency ;
nothing@2 21345 event:time [ tl:at "24.364"^^xsd:float ;
nothing@2 21346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21348 afo:value "369.12"^^sxsd:hertz.number .
nothing@2 21349
nothing@2 21350 [] a afv:FundamentalFrequency ;
nothing@2 21351 event:time [ tl:at "24.369"^^xsd:float ;
nothing@2 21352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21354 afo:value "369.108"^^sxsd:hertz.number .
nothing@2 21355
nothing@2 21356 [] a afv:FundamentalFrequency ;
nothing@2 21357 event:time [ tl:at "24.375"^^xsd:float ;
nothing@2 21358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21360 afo:value "369.106"^^sxsd:hertz.number .
nothing@2 21361
nothing@2 21362 [] a afv:FundamentalFrequency ;
nothing@2 21363 event:time [ tl:at "0.244"^^xsd:float ;
nothing@2 21364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21366 afo:value "292.395"^^sxsd:hertz.number .
nothing@2 21367
nothing@2 21368 [] a afv:FundamentalFrequency ;
nothing@2 21369 event:time [ tl:at "2.438"^^xsd:float ;
nothing@2 21370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21372 afo:value "439.99"^^sxsd:hertz.number .
nothing@2 21373
nothing@2 21374 [] a afv:FundamentalFrequency ;
nothing@2 21375 event:time [ tl:at "24.381"^^xsd:float ;
nothing@2 21376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21378 afo:value "369.101"^^sxsd:hertz.number .
nothing@2 21379
nothing@2 21380 [] a afv:FundamentalFrequency ;
nothing@2 21381 event:time [ tl:at "24.387"^^xsd:float ;
nothing@2 21382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21384 afo:value "369.09"^^sxsd:hertz.number .
nothing@2 21385
nothing@2 21386 [] a afv:FundamentalFrequency ;
nothing@2 21387 event:time [ tl:at "24.393"^^xsd:float ;
nothing@2 21388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21390 afo:value "369.082"^^sxsd:hertz.number .
nothing@2 21391
nothing@2 21392 [] a afv:FundamentalFrequency ;
nothing@2 21393 event:time [ tl:at "24.398"^^xsd:float ;
nothing@2 21394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21396 afo:value "369.061"^^sxsd:hertz.number .
nothing@2 21397
nothing@2 21398 [] a afv:FundamentalFrequency ;
nothing@2 21399 event:time [ tl:at "24.404"^^xsd:float ;
nothing@2 21400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21402 afo:value "368.993"^^sxsd:hertz.number .
nothing@2 21403
nothing@2 21404 [] a afv:FundamentalFrequency ;
nothing@2 21405 event:time [ tl:at "24.41"^^xsd:float ;
nothing@2 21406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21408 afo:value "369.029"^^sxsd:hertz.number .
nothing@2 21409
nothing@2 21410 [] a afv:FundamentalFrequency ;
nothing@2 21411 event:time [ tl:at "24.416"^^xsd:float ;
nothing@2 21412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21414 afo:value "369.073"^^sxsd:hertz.number .
nothing@2 21415
nothing@2 21416 [] a afv:FundamentalFrequency ;
nothing@2 21417 event:time [ tl:at "24.422"^^xsd:float ;
nothing@2 21418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21420 afo:value "369.126"^^sxsd:hertz.number .
nothing@2 21421
nothing@2 21422 [] a afv:FundamentalFrequency ;
nothing@2 21423 event:time [ tl:at "24.427"^^xsd:float ;
nothing@2 21424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21426 afo:value "369.163"^^sxsd:hertz.number .
nothing@2 21427
nothing@2 21428 [] a afv:FundamentalFrequency ;
nothing@2 21429 event:time [ tl:at "24.433"^^xsd:float ;
nothing@2 21430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21432 afo:value "369.191"^^sxsd:hertz.number .
nothing@2 21433
nothing@2 21434 [] a afv:FundamentalFrequency ;
nothing@2 21435 event:time [ tl:at "2.444"^^xsd:float ;
nothing@2 21436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21438 afo:value "439.799"^^sxsd:hertz.number .
nothing@2 21439
nothing@2 21440 [] a afv:FundamentalFrequency ;
nothing@2 21441 event:time [ tl:at "24.439"^^xsd:float ;
nothing@2 21442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21444 afo:value "369.223"^^sxsd:hertz.number .
nothing@2 21445
nothing@2 21446 [] a afv:FundamentalFrequency ;
nothing@2 21447 event:time [ tl:at "24.445"^^xsd:float ;
nothing@2 21448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21450 afo:value "369.235"^^sxsd:hertz.number .
nothing@2 21451
nothing@2 21452 [] a afv:FundamentalFrequency ;
nothing@2 21453 event:time [ tl:at "24.451"^^xsd:float ;
nothing@2 21454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21456 afo:value "369.238"^^sxsd:hertz.number .
nothing@2 21457
nothing@2 21458 [] a afv:FundamentalFrequency ;
nothing@2 21459 event:time [ tl:at "24.456"^^xsd:float ;
nothing@2 21460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21462 afo:value "369.235"^^sxsd:hertz.number .
nothing@2 21463
nothing@2 21464 [] a afv:FundamentalFrequency ;
nothing@2 21465 event:time [ tl:at "24.462"^^xsd:float ;
nothing@2 21466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21468 afo:value "369.257"^^sxsd:hertz.number .
nothing@2 21469
nothing@2 21470 [] a afv:FundamentalFrequency ;
nothing@2 21471 event:time [ tl:at "24.468"^^xsd:float ;
nothing@2 21472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21474 afo:value "369.275"^^sxsd:hertz.number .
nothing@2 21475
nothing@2 21476 [] a afv:FundamentalFrequency ;
nothing@2 21477 event:time [ tl:at "24.474"^^xsd:float ;
nothing@2 21478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21480 afo:value "369.309"^^sxsd:hertz.number .
nothing@2 21481
nothing@2 21482 [] a afv:FundamentalFrequency ;
nothing@2 21483 event:time [ tl:at "24.48"^^xsd:float ;
nothing@2 21484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21486 afo:value "369.323"^^sxsd:hertz.number .
nothing@2 21487
nothing@2 21488 [] a afv:FundamentalFrequency ;
nothing@2 21489 event:time [ tl:at "24.485"^^xsd:float ;
nothing@2 21490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21492 afo:value "369.349"^^sxsd:hertz.number .
nothing@2 21493
nothing@2 21494 [] a afv:FundamentalFrequency ;
nothing@2 21495 event:time [ tl:at "24.491"^^xsd:float ;
nothing@2 21496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21498 afo:value "369.404"^^sxsd:hertz.number .
nothing@2 21499
nothing@2 21500 [] a afv:FundamentalFrequency ;
nothing@2 21501 event:time [ tl:at "2.45"^^xsd:float ;
nothing@2 21502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21504 afo:value "439.662"^^sxsd:hertz.number .
nothing@2 21505
nothing@2 21506 [] a afv:FundamentalFrequency ;
nothing@2 21507 event:time [ tl:at "24.497"^^xsd:float ;
nothing@2 21508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21510 afo:value "369.42"^^sxsd:hertz.number .
nothing@2 21511
nothing@2 21512 [] a afv:FundamentalFrequency ;
nothing@2 21513 event:time [ tl:at "24.503"^^xsd:float ;
nothing@2 21514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21516 afo:value "369.434"^^sxsd:hertz.number .
nothing@2 21517
nothing@2 21518 [] a afv:FundamentalFrequency ;
nothing@2 21519 event:time [ tl:at "24.509"^^xsd:float ;
nothing@2 21520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21522 afo:value "369.414"^^sxsd:hertz.number .
nothing@2 21523
nothing@2 21524 [] a afv:FundamentalFrequency ;
nothing@2 21525 event:time [ tl:at "24.514"^^xsd:float ;
nothing@2 21526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21528 afo:value "369.364"^^sxsd:hertz.number .
nothing@2 21529
nothing@2 21530 [] a afv:FundamentalFrequency ;
nothing@2 21531 event:time [ tl:at "24.52"^^xsd:float ;
nothing@2 21532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21534 afo:value "369.268"^^sxsd:hertz.number .
nothing@2 21535
nothing@2 21536 [] a afv:FundamentalFrequency ;
nothing@2 21537 event:time [ tl:at "24.526"^^xsd:float ;
nothing@2 21538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21540 afo:value "369.161"^^sxsd:hertz.number .
nothing@2 21541
nothing@2 21542 [] a afv:FundamentalFrequency ;
nothing@2 21543 event:time [ tl:at "24.532"^^xsd:float ;
nothing@2 21544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21546 afo:value "369.129"^^sxsd:hertz.number .
nothing@2 21547
nothing@2 21548 [] a afv:FundamentalFrequency ;
nothing@2 21549 event:time [ tl:at "24.538"^^xsd:float ;
nothing@2 21550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21552 afo:value "369.104"^^sxsd:hertz.number .
nothing@2 21553
nothing@2 21554 [] a afv:FundamentalFrequency ;
nothing@2 21555 event:time [ tl:at "24.543"^^xsd:float ;
nothing@2 21556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21558 afo:value "369.133"^^sxsd:hertz.number .
nothing@2 21559
nothing@2 21560 [] a afv:FundamentalFrequency ;
nothing@2 21561 event:time [ tl:at "24.549"^^xsd:float ;
nothing@2 21562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21564 afo:value "369.159"^^sxsd:hertz.number .
nothing@2 21565
nothing@2 21566 [] a afv:FundamentalFrequency ;
nothing@2 21567 event:time [ tl:at "2.456"^^xsd:float ;
nothing@2 21568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21570 afo:value "439.533"^^sxsd:hertz.number .
nothing@2 21571
nothing@2 21572 [] a afv:FundamentalFrequency ;
nothing@2 21573 event:time [ tl:at "24.555"^^xsd:float ;
nothing@2 21574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21576 afo:value "369.183"^^sxsd:hertz.number .
nothing@2 21577
nothing@2 21578 [] a afv:FundamentalFrequency ;
nothing@2 21579 event:time [ tl:at "24.561"^^xsd:float ;
nothing@2 21580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21582 afo:value "369.219"^^sxsd:hertz.number .
nothing@2 21583
nothing@2 21584 [] a afv:FundamentalFrequency ;
nothing@2 21585 event:time [ tl:at "24.567"^^xsd:float ;
nothing@2 21586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21588 afo:value "369.227"^^sxsd:hertz.number .
nothing@2 21589
nothing@2 21590 [] a afv:FundamentalFrequency ;
nothing@2 21591 event:time [ tl:at "24.573"^^xsd:float ;
nothing@2 21592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21594 afo:value "369.289"^^sxsd:hertz.number .
nothing@2 21595
nothing@2 21596 [] a afv:FundamentalFrequency ;
nothing@2 21597 event:time [ tl:at "24.578"^^xsd:float ;
nothing@2 21598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21600 afo:value "369.282"^^sxsd:hertz.number .
nothing@2 21601
nothing@2 21602 [] a afv:FundamentalFrequency ;
nothing@2 21603 event:time [ tl:at "24.584"^^xsd:float ;
nothing@2 21604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21606 afo:value "369.288"^^sxsd:hertz.number .
nothing@2 21607
nothing@2 21608 [] a afv:FundamentalFrequency ;
nothing@2 21609 event:time [ tl:at "24.59"^^xsd:float ;
nothing@2 21610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21612 afo:value "369.302"^^sxsd:hertz.number .
nothing@2 21613
nothing@2 21614 [] a afv:FundamentalFrequency ;
nothing@2 21615 event:time [ tl:at "24.596"^^xsd:float ;
nothing@2 21616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21618 afo:value "369.322"^^sxsd:hertz.number .
nothing@2 21619
nothing@2 21620 [] a afv:FundamentalFrequency ;
nothing@2 21621 event:time [ tl:at "24.602"^^xsd:float ;
nothing@2 21622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21624 afo:value "369.441"^^sxsd:hertz.number .
nothing@2 21625
nothing@2 21626 [] a afv:FundamentalFrequency ;
nothing@2 21627 event:time [ tl:at "24.607"^^xsd:float ;
nothing@2 21628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21630 afo:value "369.63"^^sxsd:hertz.number .
nothing@2 21631
nothing@2 21632 [] a afv:FundamentalFrequency ;
nothing@2 21633 event:time [ tl:at "2.461"^^xsd:float ;
nothing@2 21634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21636 afo:value "439.42"^^sxsd:hertz.number .
nothing@2 21637
nothing@2 21638 [] a afv:FundamentalFrequency ;
nothing@2 21639 event:time [ tl:at "24.613"^^xsd:float ;
nothing@2 21640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21642 afo:value "369.945"^^sxsd:hertz.number .
nothing@2 21643
nothing@2 21644 [] a afv:FundamentalFrequency ;
nothing@2 21645 event:time [ tl:at "24.619"^^xsd:float ;
nothing@2 21646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21648 afo:value "370.259"^^sxsd:hertz.number .
nothing@2 21649
nothing@2 21650 [] a afv:FundamentalFrequency ;
nothing@2 21651 event:time [ tl:at "24.625"^^xsd:float ;
nothing@2 21652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21654 afo:value "370.613"^^sxsd:hertz.number .
nothing@2 21655
nothing@2 21656 [] a afv:FundamentalFrequency ;
nothing@2 21657 event:time [ tl:at "24.631"^^xsd:float ;
nothing@2 21658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21660 afo:value "370.944"^^sxsd:hertz.number .
nothing@2 21661
nothing@2 21662 [] a afv:FundamentalFrequency ;
nothing@2 21663 event:time [ tl:at "24.636"^^xsd:float ;
nothing@2 21664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21666 afo:value "371.273"^^sxsd:hertz.number .
nothing@2 21667
nothing@2 21668 [] a afv:FundamentalFrequency ;
nothing@2 21669 event:time [ tl:at "24.642"^^xsd:float ;
nothing@2 21670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21672 afo:value "371.636"^^sxsd:hertz.number .
nothing@2 21673
nothing@2 21674 [] a afv:FundamentalFrequency ;
nothing@2 21675 event:time [ tl:at "24.648"^^xsd:float ;
nothing@2 21676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21678 afo:value "371.958"^^sxsd:hertz.number .
nothing@2 21679
nothing@2 21680 [] a afv:FundamentalFrequency ;
nothing@2 21681 event:time [ tl:at "24.654"^^xsd:float ;
nothing@2 21682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21684 afo:value "372.051"^^sxsd:hertz.number .
nothing@2 21685
nothing@2 21686 [] a afv:FundamentalFrequency ;
nothing@2 21687 event:time [ tl:at "24.66"^^xsd:float ;
nothing@2 21688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21690 afo:value "371.962"^^sxsd:hertz.number .
nothing@2 21691
nothing@2 21692 [] a afv:FundamentalFrequency ;
nothing@2 21693 event:time [ tl:at "24.665"^^xsd:float ;
nothing@2 21694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21696 afo:value "371.769"^^sxsd:hertz.number .
nothing@2 21697
nothing@2 21698 [] a afv:FundamentalFrequency ;
nothing@2 21699 event:time [ tl:at "2.467"^^xsd:float ;
nothing@2 21700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21702 afo:value "439.292"^^sxsd:hertz.number .
nothing@2 21703
nothing@2 21704 [] a afv:FundamentalFrequency ;
nothing@2 21705 event:time [ tl:at "24.671"^^xsd:float ;
nothing@2 21706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21708 afo:value "371.647"^^sxsd:hertz.number .
nothing@2 21709
nothing@2 21710 [] a afv:FundamentalFrequency ;
nothing@2 21711 event:time [ tl:at "24.677"^^xsd:float ;
nothing@2 21712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21714 afo:value "371.594"^^sxsd:hertz.number .
nothing@2 21715
nothing@2 21716 [] a afv:FundamentalFrequency ;
nothing@2 21717 event:time [ tl:at "24.683"^^xsd:float ;
nothing@2 21718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21720 afo:value "371.436"^^sxsd:hertz.number .
nothing@2 21721
nothing@2 21722 [] a afv:FundamentalFrequency ;
nothing@2 21723 event:time [ tl:at "24.689"^^xsd:float ;
nothing@2 21724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21726 afo:value "371.108"^^sxsd:hertz.number .
nothing@2 21727
nothing@2 21728 [] a afv:FundamentalFrequency ;
nothing@2 21729 event:time [ tl:at "24.694"^^xsd:float ;
nothing@2 21730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21732 afo:value "370.634"^^sxsd:hertz.number .
nothing@2 21733
nothing@2 21734 [] a afv:FundamentalFrequency ;
nothing@2 21735 event:time [ tl:at "24.7"^^xsd:float ;
nothing@2 21736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21738 afo:value "370.179"^^sxsd:hertz.number .
nothing@2 21739
nothing@2 21740 [] a afv:FundamentalFrequency ;
nothing@2 21741 event:time [ tl:at "24.706"^^xsd:float ;
nothing@2 21742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21744 afo:value "369.829"^^sxsd:hertz.number .
nothing@2 21745
nothing@2 21746 [] a afv:FundamentalFrequency ;
nothing@2 21747 event:time [ tl:at "24.712"^^xsd:float ;
nothing@2 21748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21750 afo:value "369.099"^^sxsd:hertz.number .
nothing@2 21751
nothing@2 21752 [] a afv:FundamentalFrequency ;
nothing@2 21753 event:time [ tl:at "24.718"^^xsd:float ;
nothing@2 21754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21756 afo:value "368.833"^^sxsd:hertz.number .
nothing@2 21757
nothing@2 21758 [] a afv:FundamentalFrequency ;
nothing@2 21759 event:time [ tl:at "24.723"^^xsd:float ;
nothing@2 21760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21762 afo:value "368.752"^^sxsd:hertz.number .
nothing@2 21763
nothing@2 21764 [] a afv:FundamentalFrequency ;
nothing@2 21765 event:time [ tl:at "2.473"^^xsd:float ;
nothing@2 21766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21768 afo:value "439.11"^^sxsd:hertz.number .
nothing@2 21769
nothing@2 21770 [] a afv:FundamentalFrequency ;
nothing@2 21771 event:time [ tl:at "24.729"^^xsd:float ;
nothing@2 21772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21774 afo:value "369.316"^^sxsd:hertz.number .
nothing@2 21775
nothing@2 21776 [] a afv:FundamentalFrequency ;
nothing@2 21777 event:time [ tl:at "24.735"^^xsd:float ;
nothing@2 21778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21780 afo:value "369.221"^^sxsd:hertz.number .
nothing@2 21781
nothing@2 21782 [] a afv:FundamentalFrequency ;
nothing@2 21783 event:time [ tl:at "24.741"^^xsd:float ;
nothing@2 21784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21786 afo:value "369.49"^^sxsd:hertz.number .
nothing@2 21787
nothing@2 21788 [] a afv:FundamentalFrequency ;
nothing@2 21789 event:time [ tl:at "24.747"^^xsd:float ;
nothing@2 21790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21792 afo:value "369.363"^^sxsd:hertz.number .
nothing@2 21793
nothing@2 21794 [] a afv:FundamentalFrequency ;
nothing@2 21795 event:time [ tl:at "24.752"^^xsd:float ;
nothing@2 21796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21798 afo:value "369.266"^^sxsd:hertz.number .
nothing@2 21799
nothing@2 21800 [] a afv:FundamentalFrequency ;
nothing@2 21801 event:time [ tl:at "24.758"^^xsd:float ;
nothing@2 21802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21804 afo:value "369.144"^^sxsd:hertz.number .
nothing@2 21805
nothing@2 21806 [] a afv:FundamentalFrequency ;
nothing@2 21807 event:time [ tl:at "24.764"^^xsd:float ;
nothing@2 21808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21810 afo:value "368.773"^^sxsd:hertz.number .
nothing@2 21811
nothing@2 21812 [] a afv:FundamentalFrequency ;
nothing@2 21813 event:time [ tl:at "24.77"^^xsd:float ;
nothing@2 21814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21816 afo:value "368.332"^^sxsd:hertz.number .
nothing@2 21817
nothing@2 21818 [] a afv:FundamentalFrequency ;
nothing@2 21819 event:time [ tl:at "24.776"^^xsd:float ;
nothing@2 21820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21822 afo:value "367.922"^^sxsd:hertz.number .
nothing@2 21823
nothing@2 21824 [] a afv:FundamentalFrequency ;
nothing@2 21825 event:time [ tl:at "24.781"^^xsd:float ;
nothing@2 21826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21828 afo:value "367.398"^^sxsd:hertz.number .
nothing@2 21829
nothing@2 21830 [] a afv:FundamentalFrequency ;
nothing@2 21831 event:time [ tl:at "2.479"^^xsd:float ;
nothing@2 21832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21834 afo:value "438.903"^^sxsd:hertz.number .
nothing@2 21835
nothing@2 21836 [] a afv:FundamentalFrequency ;
nothing@2 21837 event:time [ tl:at "24.787"^^xsd:float ;
nothing@2 21838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21840 afo:value "367.562"^^sxsd:hertz.number .
nothing@2 21841
nothing@2 21842 [] a afv:FundamentalFrequency ;
nothing@2 21843 event:time [ tl:at "24.793"^^xsd:float ;
nothing@2 21844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21846 afo:value "367.872"^^sxsd:hertz.number .
nothing@2 21847
nothing@2 21848 [] a afv:FundamentalFrequency ;
nothing@2 21849 event:time [ tl:at "24.799"^^xsd:float ;
nothing@2 21850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21852 afo:value "367.705"^^sxsd:hertz.number .
nothing@2 21853
nothing@2 21854 [] a afv:FundamentalFrequency ;
nothing@2 21855 event:time [ tl:at "24.805"^^xsd:float ;
nothing@2 21856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21858 afo:value "368.358"^^sxsd:hertz.number .
nothing@2 21859
nothing@2 21860 [] a afv:FundamentalFrequency ;
nothing@2 21861 event:time [ tl:at "24.811"^^xsd:float ;
nothing@2 21862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21864 afo:value "368.969"^^sxsd:hertz.number .
nothing@2 21865
nothing@2 21866 [] a afv:FundamentalFrequency ;
nothing@2 21867 event:time [ tl:at "24.816"^^xsd:float ;
nothing@2 21868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21870 afo:value "369.752"^^sxsd:hertz.number .
nothing@2 21871
nothing@2 21872 [] a afv:FundamentalFrequency ;
nothing@2 21873 event:time [ tl:at "24.822"^^xsd:float ;
nothing@2 21874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21876 afo:value "369.747"^^sxsd:hertz.number .
nothing@2 21877
nothing@2 21878 [] a afv:FundamentalFrequency ;
nothing@2 21879 event:time [ tl:at "24.828"^^xsd:float ;
nothing@2 21880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21882 afo:value "369.445"^^sxsd:hertz.number .
nothing@2 21883
nothing@2 21884 [] a afv:FundamentalFrequency ;
nothing@2 21885 event:time [ tl:at "24.834"^^xsd:float ;
nothing@2 21886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21888 afo:value "369.801"^^sxsd:hertz.number .
nothing@2 21889
nothing@2 21890 [] a afv:FundamentalFrequency ;
nothing@2 21891 event:time [ tl:at "24.84"^^xsd:float ;
nothing@2 21892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21894 afo:value "370.235"^^sxsd:hertz.number .
nothing@2 21895
nothing@2 21896 [] a afv:FundamentalFrequency ;
nothing@2 21897 event:time [ tl:at "2.485"^^xsd:float ;
nothing@2 21898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21900 afo:value "438.706"^^sxsd:hertz.number .
nothing@2 21901
nothing@2 21902 [] a afv:FundamentalFrequency ;
nothing@2 21903 event:time [ tl:at "24.845"^^xsd:float ;
nothing@2 21904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21906 afo:value "370.685"^^sxsd:hertz.number .
nothing@2 21907
nothing@2 21908 [] a afv:FundamentalFrequency ;
nothing@2 21909 event:time [ tl:at "24.851"^^xsd:float ;
nothing@2 21910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21912 afo:value "371.083"^^sxsd:hertz.number .
nothing@2 21913
nothing@2 21914 [] a afv:FundamentalFrequency ;
nothing@2 21915 event:time [ tl:at "24.857"^^xsd:float ;
nothing@2 21916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21918 afo:value "371.879"^^sxsd:hertz.number .
nothing@2 21919
nothing@2 21920 [] a afv:FundamentalFrequency ;
nothing@2 21921 event:time [ tl:at "24.863"^^xsd:float ;
nothing@2 21922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21924 afo:value "372.494"^^sxsd:hertz.number .
nothing@2 21925
nothing@2 21926 [] a afv:FundamentalFrequency ;
nothing@2 21927 event:time [ tl:at "24.869"^^xsd:float ;
nothing@2 21928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21930 afo:value "373.0"^^sxsd:hertz.number .
nothing@2 21931
nothing@2 21932 [] a afv:FundamentalFrequency ;
nothing@2 21933 event:time [ tl:at "24.874"^^xsd:float ;
nothing@2 21934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21936 afo:value "373.125"^^sxsd:hertz.number .
nothing@2 21937
nothing@2 21938 [] a afv:FundamentalFrequency ;
nothing@2 21939 event:time [ tl:at "24.88"^^xsd:float ;
nothing@2 21940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21942 afo:value "372.819"^^sxsd:hertz.number .
nothing@2 21943
nothing@2 21944 [] a afv:FundamentalFrequency ;
nothing@2 21945 event:time [ tl:at "24.886"^^xsd:float ;
nothing@2 21946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21948 afo:value "372.169"^^sxsd:hertz.number .
nothing@2 21949
nothing@2 21950 [] a afv:FundamentalFrequency ;
nothing@2 21951 event:time [ tl:at "24.892"^^xsd:float ;
nothing@2 21952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21954 afo:value "371.452"^^sxsd:hertz.number .
nothing@2 21955
nothing@2 21956 [] a afv:FundamentalFrequency ;
nothing@2 21957 event:time [ tl:at "24.898"^^xsd:float ;
nothing@2 21958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21960 afo:value "370.825"^^sxsd:hertz.number .
nothing@2 21961
nothing@2 21962 [] a afv:FundamentalFrequency ;
nothing@2 21963 event:time [ tl:at "2.49"^^xsd:float ;
nothing@2 21964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21966 afo:value "438.494"^^sxsd:hertz.number .
nothing@2 21967
nothing@2 21968 [] a afv:FundamentalFrequency ;
nothing@2 21969 event:time [ tl:at "24.903"^^xsd:float ;
nothing@2 21970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21972 afo:value "370.322"^^sxsd:hertz.number .
nothing@2 21973
nothing@2 21974 [] a afv:FundamentalFrequency ;
nothing@2 21975 event:time [ tl:at "24.909"^^xsd:float ;
nothing@2 21976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21978 afo:value "370.15"^^sxsd:hertz.number .
nothing@2 21979
nothing@2 21980 [] a afv:FundamentalFrequency ;
nothing@2 21981 event:time [ tl:at "24.915"^^xsd:float ;
nothing@2 21982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21984 afo:value "370.375"^^sxsd:hertz.number .
nothing@2 21985
nothing@2 21986 [] a afv:FundamentalFrequency ;
nothing@2 21987 event:time [ tl:at "24.921"^^xsd:float ;
nothing@2 21988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21990 afo:value "370.714"^^sxsd:hertz.number .
nothing@2 21991
nothing@2 21992 [] a afv:FundamentalFrequency ;
nothing@2 21993 event:time [ tl:at "24.927"^^xsd:float ;
nothing@2 21994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 21995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 21996 afo:value "370.822"^^sxsd:hertz.number .
nothing@2 21997
nothing@2 21998 [] a afv:FundamentalFrequency ;
nothing@2 21999 event:time [ tl:at "24.932"^^xsd:float ;
nothing@2 22000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22002 afo:value "370.733"^^sxsd:hertz.number .
nothing@2 22003
nothing@2 22004 [] a afv:FundamentalFrequency ;
nothing@2 22005 event:time [ tl:at "24.938"^^xsd:float ;
nothing@2 22006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22008 afo:value "370.497"^^sxsd:hertz.number .
nothing@2 22009
nothing@2 22010 [] a afv:FundamentalFrequency ;
nothing@2 22011 event:time [ tl:at "24.944"^^xsd:float ;
nothing@2 22012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22014 afo:value "370.346"^^sxsd:hertz.number .
nothing@2 22015
nothing@2 22016 [] a afv:FundamentalFrequency ;
nothing@2 22017 event:time [ tl:at "24.95"^^xsd:float ;
nothing@2 22018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22020 afo:value "370.038"^^sxsd:hertz.number .
nothing@2 22021
nothing@2 22022 [] a afv:FundamentalFrequency ;
nothing@2 22023 event:time [ tl:at "24.956"^^xsd:float ;
nothing@2 22024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22026 afo:value "369.296"^^sxsd:hertz.number .
nothing@2 22027
nothing@2 22028 [] a afv:FundamentalFrequency ;
nothing@2 22029 event:time [ tl:at "0.25"^^xsd:float ;
nothing@2 22030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22032 afo:value "292.497"^^sxsd:hertz.number .
nothing@2 22033
nothing@2 22034 [] a afv:FundamentalFrequency ;
nothing@2 22035 event:time [ tl:at "2.496"^^xsd:float ;
nothing@2 22036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22038 afo:value "438.216"^^sxsd:hertz.number .
nothing@2 22039
nothing@2 22040 [] a afv:FundamentalFrequency ;
nothing@2 22041 event:time [ tl:at "24.961"^^xsd:float ;
nothing@2 22042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22044 afo:value "368.385"^^sxsd:hertz.number .
nothing@2 22045
nothing@2 22046 [] a afv:FundamentalFrequency ;
nothing@2 22047 event:time [ tl:at "24.967"^^xsd:float ;
nothing@2 22048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22050 afo:value "367.832"^^sxsd:hertz.number .
nothing@2 22051
nothing@2 22052 [] a afv:FundamentalFrequency ;
nothing@2 22053 event:time [ tl:at "24.973"^^xsd:float ;
nothing@2 22054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22056 afo:value "367.897"^^sxsd:hertz.number .
nothing@2 22057
nothing@2 22058 [] a afv:FundamentalFrequency ;
nothing@2 22059 event:time [ tl:at "24.979"^^xsd:float ;
nothing@2 22060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22062 afo:value "368.482"^^sxsd:hertz.number .
nothing@2 22063
nothing@2 22064 [] a afv:FundamentalFrequency ;
nothing@2 22065 event:time [ tl:at "24.985"^^xsd:float ;
nothing@2 22066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22068 afo:value "369.177"^^sxsd:hertz.number .
nothing@2 22069
nothing@2 22070 [] a afv:FundamentalFrequency ;
nothing@2 22071 event:time [ tl:at "24.99"^^xsd:float ;
nothing@2 22072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22074 afo:value "369.354"^^sxsd:hertz.number .
nothing@2 22075
nothing@2 22076 [] a afv:FundamentalFrequency ;
nothing@2 22077 event:time [ tl:at "24.996"^^xsd:float ;
nothing@2 22078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22080 afo:value "369.068"^^sxsd:hertz.number .
nothing@2 22081
nothing@2 22082 [] a afv:FundamentalFrequency ;
nothing@2 22083 event:time [ tl:at "25.002"^^xsd:float ;
nothing@2 22084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22086 afo:value "368.639"^^sxsd:hertz.number .
nothing@2 22087
nothing@2 22088 [] a afv:FundamentalFrequency ;
nothing@2 22089 event:time [ tl:at "25.008"^^xsd:float ;
nothing@2 22090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22092 afo:value "368.366"^^sxsd:hertz.number .
nothing@2 22093
nothing@2 22094 [] a afv:FundamentalFrequency ;
nothing@2 22095 event:time [ tl:at "25.014"^^xsd:float ;
nothing@2 22096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22098 afo:value "368.3"^^sxsd:hertz.number .
nothing@2 22099
nothing@2 22100 [] a afv:FundamentalFrequency ;
nothing@2 22101 event:time [ tl:at "2.502"^^xsd:float ;
nothing@2 22102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22104 afo:value "437.783"^^sxsd:hertz.number .
nothing@2 22105
nothing@2 22106 [] a afv:FundamentalFrequency ;
nothing@2 22107 event:time [ tl:at "25.02"^^xsd:float ;
nothing@2 22108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22110 afo:value "368.788"^^sxsd:hertz.number .
nothing@2 22111
nothing@2 22112 [] a afv:FundamentalFrequency ;
nothing@2 22113 event:time [ tl:at "25.025"^^xsd:float ;
nothing@2 22114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22116 afo:value "369.346"^^sxsd:hertz.number .
nothing@2 22117
nothing@2 22118 [] a afv:FundamentalFrequency ;
nothing@2 22119 event:time [ tl:at "25.031"^^xsd:float ;
nothing@2 22120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22122 afo:value "369.863"^^sxsd:hertz.number .
nothing@2 22123
nothing@2 22124 [] a afv:FundamentalFrequency ;
nothing@2 22125 event:time [ tl:at "25.037"^^xsd:float ;
nothing@2 22126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22128 afo:value "370.211"^^sxsd:hertz.number .
nothing@2 22129
nothing@2 22130 [] a afv:FundamentalFrequency ;
nothing@2 22131 event:time [ tl:at "25.043"^^xsd:float ;
nothing@2 22132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22134 afo:value "371.062"^^sxsd:hertz.number .
nothing@2 22135
nothing@2 22136 [] a afv:FundamentalFrequency ;
nothing@2 22137 event:time [ tl:at "25.049"^^xsd:float ;
nothing@2 22138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22140 afo:value "370.961"^^sxsd:hertz.number .
nothing@2 22141
nothing@2 22142 [] a afv:FundamentalFrequency ;
nothing@2 22143 event:time [ tl:at "25.054"^^xsd:float ;
nothing@2 22144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22146 afo:value "371.59"^^sxsd:hertz.number .
nothing@2 22147
nothing@2 22148 [] a afv:FundamentalFrequency ;
nothing@2 22149 event:time [ tl:at "25.06"^^xsd:float ;
nothing@2 22150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22152 afo:value "370.773"^^sxsd:hertz.number .
nothing@2 22153
nothing@2 22154 [] a afv:FundamentalFrequency ;
nothing@2 22155 event:time [ tl:at "25.066"^^xsd:float ;
nothing@2 22156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22158 afo:value "371.052"^^sxsd:hertz.number .
nothing@2 22159
nothing@2 22160 [] a afv:FundamentalFrequency ;
nothing@2 22161 event:time [ tl:at "25.072"^^xsd:float ;
nothing@2 22162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22164 afo:value "371.257"^^sxsd:hertz.number .
nothing@2 22165
nothing@2 22166 [] a afv:FundamentalFrequency ;
nothing@2 22167 event:time [ tl:at "2.508"^^xsd:float ;
nothing@2 22168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22170 afo:value "437.144"^^sxsd:hertz.number .
nothing@2 22171
nothing@2 22172 [] a afv:FundamentalFrequency ;
nothing@2 22173 event:time [ tl:at "25.078"^^xsd:float ;
nothing@2 22174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22176 afo:value "370.918"^^sxsd:hertz.number .
nothing@2 22177
nothing@2 22178 [] a afv:FundamentalFrequency ;
nothing@2 22179 event:time [ tl:at "25.083"^^xsd:float ;
nothing@2 22180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22182 afo:value "370.713"^^sxsd:hertz.number .
nothing@2 22183
nothing@2 22184 [] a afv:FundamentalFrequency ;
nothing@2 22185 event:time [ tl:at "25.089"^^xsd:float ;
nothing@2 22186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22188 afo:value "371.497"^^sxsd:hertz.number .
nothing@2 22189
nothing@2 22190 [] a afv:FundamentalFrequency ;
nothing@2 22191 event:time [ tl:at "25.095"^^xsd:float ;
nothing@2 22192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22194 afo:value "371.047"^^sxsd:hertz.number .
nothing@2 22195
nothing@2 22196 [] a afv:FundamentalFrequency ;
nothing@2 22197 event:time [ tl:at "25.101"^^xsd:float ;
nothing@2 22198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22200 afo:value "370.56"^^sxsd:hertz.number .
nothing@2 22201
nothing@2 22202 [] a afv:FundamentalFrequency ;
nothing@2 22203 event:time [ tl:at "25.107"^^xsd:float ;
nothing@2 22204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22206 afo:value "370.4"^^sxsd:hertz.number .
nothing@2 22207
nothing@2 22208 [] a afv:FundamentalFrequency ;
nothing@2 22209 event:time [ tl:at "25.112"^^xsd:float ;
nothing@2 22210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22212 afo:value "370.728"^^sxsd:hertz.number .
nothing@2 22213
nothing@2 22214 [] a afv:FundamentalFrequency ;
nothing@2 22215 event:time [ tl:at "25.118"^^xsd:float ;
nothing@2 22216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22218 afo:value "371.399"^^sxsd:hertz.number .
nothing@2 22219
nothing@2 22220 [] a afv:FundamentalFrequency ;
nothing@2 22221 event:time [ tl:at "25.124"^^xsd:float ;
nothing@2 22222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22224 afo:value "371.476"^^sxsd:hertz.number .
nothing@2 22225
nothing@2 22226 [] a afv:FundamentalFrequency ;
nothing@2 22227 event:time [ tl:at "25.13"^^xsd:float ;
nothing@2 22228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22230 afo:value "371.442"^^sxsd:hertz.number .
nothing@2 22231
nothing@2 22232 [] a afv:FundamentalFrequency ;
nothing@2 22233 event:time [ tl:at "2.514"^^xsd:float ;
nothing@2 22234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22236 afo:value "436.341"^^sxsd:hertz.number .
nothing@2 22237
nothing@2 22238 [] a afv:FundamentalFrequency ;
nothing@2 22239 event:time [ tl:at "25.136"^^xsd:float ;
nothing@2 22240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22242 afo:value "370.81"^^sxsd:hertz.number .
nothing@2 22243
nothing@2 22244 [] a afv:FundamentalFrequency ;
nothing@2 22245 event:time [ tl:at "25.141"^^xsd:float ;
nothing@2 22246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22248 afo:value "370.2"^^sxsd:hertz.number .
nothing@2 22249
nothing@2 22250 [] a afv:FundamentalFrequency ;
nothing@2 22251 event:time [ tl:at "25.147"^^xsd:float ;
nothing@2 22252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22254 afo:value "370.273"^^sxsd:hertz.number .
nothing@2 22255
nothing@2 22256 [] a afv:FundamentalFrequency ;
nothing@2 22257 event:time [ tl:at "25.153"^^xsd:float ;
nothing@2 22258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22260 afo:value "370.469"^^sxsd:hertz.number .
nothing@2 22261
nothing@2 22262 [] a afv:FundamentalFrequency ;
nothing@2 22263 event:time [ tl:at "25.159"^^xsd:float ;
nothing@2 22264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22266 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22267
nothing@2 22268 [] a afv:FundamentalFrequency ;
nothing@2 22269 event:time [ tl:at "25.165"^^xsd:float ;
nothing@2 22270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22272 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22273
nothing@2 22274 [] a afv:FundamentalFrequency ;
nothing@2 22275 event:time [ tl:at "25.17"^^xsd:float ;
nothing@2 22276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22278 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22279
nothing@2 22280 [] a afv:FundamentalFrequency ;
nothing@2 22281 event:time [ tl:at "25.176"^^xsd:float ;
nothing@2 22282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22284 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22285
nothing@2 22286 [] a afv:FundamentalFrequency ;
nothing@2 22287 event:time [ tl:at "25.182"^^xsd:float ;
nothing@2 22288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22290 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22291
nothing@2 22292 [] a afv:FundamentalFrequency ;
nothing@2 22293 event:time [ tl:at "25.188"^^xsd:float ;
nothing@2 22294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22296 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22297
nothing@2 22298 [] a afv:FundamentalFrequency ;
nothing@2 22299 event:time [ tl:at "2.519"^^xsd:float ;
nothing@2 22300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22302 afo:value "435.503"^^sxsd:hertz.number .
nothing@2 22303
nothing@2 22304 [] a afv:FundamentalFrequency ;
nothing@2 22305 event:time [ tl:at "25.194"^^xsd:float ;
nothing@2 22306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22308 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22309
nothing@2 22310 [] a afv:FundamentalFrequency ;
nothing@2 22311 event:time [ tl:at "25.199"^^xsd:float ;
nothing@2 22312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22314 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22315
nothing@2 22316 [] a afv:FundamentalFrequency ;
nothing@2 22317 event:time [ tl:at "25.205"^^xsd:float ;
nothing@2 22318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22320 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22321
nothing@2 22322 [] a afv:FundamentalFrequency ;
nothing@2 22323 event:time [ tl:at "25.211"^^xsd:float ;
nothing@2 22324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22326 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22327
nothing@2 22328 [] a afv:FundamentalFrequency ;
nothing@2 22329 event:time [ tl:at "25.217"^^xsd:float ;
nothing@2 22330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22332 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22333
nothing@2 22334 [] a afv:FundamentalFrequency ;
nothing@2 22335 event:time [ tl:at "25.223"^^xsd:float ;
nothing@2 22336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22338 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22339
nothing@2 22340 [] a afv:FundamentalFrequency ;
nothing@2 22341 event:time [ tl:at "25.228"^^xsd:float ;
nothing@2 22342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22344 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22345
nothing@2 22346 [] a afv:FundamentalFrequency ;
nothing@2 22347 event:time [ tl:at "25.234"^^xsd:float ;
nothing@2 22348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22350 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22351
nothing@2 22352 [] a afv:FundamentalFrequency ;
nothing@2 22353 event:time [ tl:at "25.24"^^xsd:float ;
nothing@2 22354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22356 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22357
nothing@2 22358 [] a afv:FundamentalFrequency ;
nothing@2 22359 event:time [ tl:at "25.246"^^xsd:float ;
nothing@2 22360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22362 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22363
nothing@2 22364 [] a afv:FundamentalFrequency ;
nothing@2 22365 event:time [ tl:at "2.525"^^xsd:float ;
nothing@2 22366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22368 afo:value "434.783"^^sxsd:hertz.number .
nothing@2 22369
nothing@2 22370 [] a afv:FundamentalFrequency ;
nothing@2 22371 event:time [ tl:at "25.252"^^xsd:float ;
nothing@2 22372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22374 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22375
nothing@2 22376 [] a afv:FundamentalFrequency ;
nothing@2 22377 event:time [ tl:at "25.258"^^xsd:float ;
nothing@2 22378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22380 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22381
nothing@2 22382 [] a afv:FundamentalFrequency ;
nothing@2 22383 event:time [ tl:at "25.263"^^xsd:float ;
nothing@2 22384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22386 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22387
nothing@2 22388 [] a afv:FundamentalFrequency ;
nothing@2 22389 event:time [ tl:at "25.269"^^xsd:float ;
nothing@2 22390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22392 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22393
nothing@2 22394 [] a afv:FundamentalFrequency ;
nothing@2 22395 event:time [ tl:at "25.275"^^xsd:float ;
nothing@2 22396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22398 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22399
nothing@2 22400 [] a afv:FundamentalFrequency ;
nothing@2 22401 event:time [ tl:at "25.281"^^xsd:float ;
nothing@2 22402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22404 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22405
nothing@2 22406 [] a afv:FundamentalFrequency ;
nothing@2 22407 event:time [ tl:at "25.287"^^xsd:float ;
nothing@2 22408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22410 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22411
nothing@2 22412 [] a afv:FundamentalFrequency ;
nothing@2 22413 event:time [ tl:at "25.292"^^xsd:float ;
nothing@2 22414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22416 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22417
nothing@2 22418 [] a afv:FundamentalFrequency ;
nothing@2 22419 event:time [ tl:at "25.298"^^xsd:float ;
nothing@2 22420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22422 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22423
nothing@2 22424 [] a afv:FundamentalFrequency ;
nothing@2 22425 event:time [ tl:at "25.304"^^xsd:float ;
nothing@2 22426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22428 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22429
nothing@2 22430 [] a afv:FundamentalFrequency ;
nothing@2 22431 event:time [ tl:at "2.531"^^xsd:float ;
nothing@2 22432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22434 afo:value "434.604"^^sxsd:hertz.number .
nothing@2 22435
nothing@2 22436 [] a afv:FundamentalFrequency ;
nothing@2 22437 event:time [ tl:at "25.31"^^xsd:float ;
nothing@2 22438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22440 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22441
nothing@2 22442 [] a afv:FundamentalFrequency ;
nothing@2 22443 event:time [ tl:at "25.316"^^xsd:float ;
nothing@2 22444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22446 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22447
nothing@2 22448 [] a afv:FundamentalFrequency ;
nothing@2 22449 event:time [ tl:at "25.321"^^xsd:float ;
nothing@2 22450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22452 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22453
nothing@2 22454 [] a afv:FundamentalFrequency ;
nothing@2 22455 event:time [ tl:at "25.327"^^xsd:float ;
nothing@2 22456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22458 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22459
nothing@2 22460 [] a afv:FundamentalFrequency ;
nothing@2 22461 event:time [ tl:at "25.333"^^xsd:float ;
nothing@2 22462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22464 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22465
nothing@2 22466 [] a afv:FundamentalFrequency ;
nothing@2 22467 event:time [ tl:at "25.339"^^xsd:float ;
nothing@2 22468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22470 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22471
nothing@2 22472 [] a afv:FundamentalFrequency ;
nothing@2 22473 event:time [ tl:at "25.345"^^xsd:float ;
nothing@2 22474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22476 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22477
nothing@2 22478 [] a afv:FundamentalFrequency ;
nothing@2 22479 event:time [ tl:at "25.35"^^xsd:float ;
nothing@2 22480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22482 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22483
nothing@2 22484 [] a afv:FundamentalFrequency ;
nothing@2 22485 event:time [ tl:at "25.356"^^xsd:float ;
nothing@2 22486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22488 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22489
nothing@2 22490 [] a afv:FundamentalFrequency ;
nothing@2 22491 event:time [ tl:at "25.362"^^xsd:float ;
nothing@2 22492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22494 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22495
nothing@2 22496 [] a afv:FundamentalFrequency ;
nothing@2 22497 event:time [ tl:at "2.537"^^xsd:float ;
nothing@2 22498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22500 afo:value "434.976"^^sxsd:hertz.number .
nothing@2 22501
nothing@2 22502 [] a afv:FundamentalFrequency ;
nothing@2 22503 event:time [ tl:at "25.368"^^xsd:float ;
nothing@2 22504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22506 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22507
nothing@2 22508 [] a afv:FundamentalFrequency ;
nothing@2 22509 event:time [ tl:at "25.374"^^xsd:float ;
nothing@2 22510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22512 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22513
nothing@2 22514 [] a afv:FundamentalFrequency ;
nothing@2 22515 event:time [ tl:at "25.379"^^xsd:float ;
nothing@2 22516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22518 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22519
nothing@2 22520 [] a afv:FundamentalFrequency ;
nothing@2 22521 event:time [ tl:at "25.385"^^xsd:float ;
nothing@2 22522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22524 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22525
nothing@2 22526 [] a afv:FundamentalFrequency ;
nothing@2 22527 event:time [ tl:at "25.391"^^xsd:float ;
nothing@2 22528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22530 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22531
nothing@2 22532 [] a afv:FundamentalFrequency ;
nothing@2 22533 event:time [ tl:at "25.397"^^xsd:float ;
nothing@2 22534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22536 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22537
nothing@2 22538 [] a afv:FundamentalFrequency ;
nothing@2 22539 event:time [ tl:at "2.543"^^xsd:float ;
nothing@2 22540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22542 afo:value "435.734"^^sxsd:hertz.number .
nothing@2 22543
nothing@2 22544 [] a afv:FundamentalFrequency ;
nothing@2 22545 event:time [ tl:at "2.548"^^xsd:float ;
nothing@2 22546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22548 afo:value "436.691"^^sxsd:hertz.number .
nothing@2 22549
nothing@2 22550 [] a afv:FundamentalFrequency ;
nothing@2 22551 event:time [ tl:at "0.255"^^xsd:float ;
nothing@2 22552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22554 afo:value "292.467"^^sxsd:hertz.number .
nothing@2 22555
nothing@2 22556 [] a afv:FundamentalFrequency ;
nothing@2 22557 event:time [ tl:at "2.554"^^xsd:float ;
nothing@2 22558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22560 afo:value "437.546"^^sxsd:hertz.number .
nothing@2 22561
nothing@2 22562 [] a afv:FundamentalFrequency ;
nothing@2 22563 event:time [ tl:at "2.56"^^xsd:float ;
nothing@2 22564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22566 afo:value "438.21"^^sxsd:hertz.number .
nothing@2 22567
nothing@2 22568 [] a afv:FundamentalFrequency ;
nothing@2 22569 event:time [ tl:at "2.566"^^xsd:float ;
nothing@2 22570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22572 afo:value "438.769"^^sxsd:hertz.number .
nothing@2 22573
nothing@2 22574 [] a afv:FundamentalFrequency ;
nothing@2 22575 event:time [ tl:at "2.572"^^xsd:float ;
nothing@2 22576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22578 afo:value "439.3"^^sxsd:hertz.number .
nothing@2 22579
nothing@2 22580 [] a afv:FundamentalFrequency ;
nothing@2 22581 event:time [ tl:at "2.577"^^xsd:float ;
nothing@2 22582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22584 afo:value "439.791"^^sxsd:hertz.number .
nothing@2 22585
nothing@2 22586 [] a afv:FundamentalFrequency ;
nothing@2 22587 event:time [ tl:at "2.583"^^xsd:float ;
nothing@2 22588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22590 afo:value "440.002"^^sxsd:hertz.number .
nothing@2 22591
nothing@2 22592 [] a afv:FundamentalFrequency ;
nothing@2 22593 event:time [ tl:at "2.589"^^xsd:float ;
nothing@2 22594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22596 afo:value "440.306"^^sxsd:hertz.number .
nothing@2 22597
nothing@2 22598 [] a afv:FundamentalFrequency ;
nothing@2 22599 event:time [ tl:at "2.595"^^xsd:float ;
nothing@2 22600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22602 afo:value "440.64"^^sxsd:hertz.number .
nothing@2 22603
nothing@2 22604 [] a afv:FundamentalFrequency ;
nothing@2 22605 event:time [ tl:at "2.601"^^xsd:float ;
nothing@2 22606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22608 afo:value "440.97"^^sxsd:hertz.number .
nothing@2 22609
nothing@2 22610 [] a afv:FundamentalFrequency ;
nothing@2 22611 event:time [ tl:at "2.606"^^xsd:float ;
nothing@2 22612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22614 afo:value "441.205"^^sxsd:hertz.number .
nothing@2 22615
nothing@2 22616 [] a afv:FundamentalFrequency ;
nothing@2 22617 event:time [ tl:at "0.261"^^xsd:float ;
nothing@2 22618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22620 afo:value "292.46"^^sxsd:hertz.number .
nothing@2 22621
nothing@2 22622 [] a afv:FundamentalFrequency ;
nothing@2 22623 event:time [ tl:at "2.612"^^xsd:float ;
nothing@2 22624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22626 afo:value "441.162"^^sxsd:hertz.number .
nothing@2 22627
nothing@2 22628 [] a afv:FundamentalFrequency ;
nothing@2 22629 event:time [ tl:at "2.618"^^xsd:float ;
nothing@2 22630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22632 afo:value "441.038"^^sxsd:hertz.number .
nothing@2 22633
nothing@2 22634 [] a afv:FundamentalFrequency ;
nothing@2 22635 event:time [ tl:at "2.624"^^xsd:float ;
nothing@2 22636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22638 afo:value "440.932"^^sxsd:hertz.number .
nothing@2 22639
nothing@2 22640 [] a afv:FundamentalFrequency ;
nothing@2 22641 event:time [ tl:at "2.63"^^xsd:float ;
nothing@2 22642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22644 afo:value "440.758"^^sxsd:hertz.number .
nothing@2 22645
nothing@2 22646 [] a afv:FundamentalFrequency ;
nothing@2 22647 event:time [ tl:at "2.635"^^xsd:float ;
nothing@2 22648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22650 afo:value "440.522"^^sxsd:hertz.number .
nothing@2 22651
nothing@2 22652 [] a afv:FundamentalFrequency ;
nothing@2 22653 event:time [ tl:at "2.641"^^xsd:float ;
nothing@2 22654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22656 afo:value "440.172"^^sxsd:hertz.number .
nothing@2 22657
nothing@2 22658 [] a afv:FundamentalFrequency ;
nothing@2 22659 event:time [ tl:at "2.647"^^xsd:float ;
nothing@2 22660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22662 afo:value "439.992"^^sxsd:hertz.number .
nothing@2 22663
nothing@2 22664 [] a afv:FundamentalFrequency ;
nothing@2 22665 event:time [ tl:at "2.653"^^xsd:float ;
nothing@2 22666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22668 afo:value "439.933"^^sxsd:hertz.number .
nothing@2 22669
nothing@2 22670 [] a afv:FundamentalFrequency ;
nothing@2 22671 event:time [ tl:at "2.659"^^xsd:float ;
nothing@2 22672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22674 afo:value "440.386"^^sxsd:hertz.number .
nothing@2 22675
nothing@2 22676 [] a afv:FundamentalFrequency ;
nothing@2 22677 event:time [ tl:at "2.664"^^xsd:float ;
nothing@2 22678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22680 afo:value "438.949"^^sxsd:hertz.number .
nothing@2 22681
nothing@2 22682 [] a afv:FundamentalFrequency ;
nothing@2 22683 event:time [ tl:at "0.267"^^xsd:float ;
nothing@2 22684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22686 afo:value "292.407"^^sxsd:hertz.number .
nothing@2 22687
nothing@2 22688 [] a afv:FundamentalFrequency ;
nothing@2 22689 event:time [ tl:at "2.67"^^xsd:float ;
nothing@2 22690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22692 afo:value "439.052"^^sxsd:hertz.number .
nothing@2 22693
nothing@2 22694 [] a afv:FundamentalFrequency ;
nothing@2 22695 event:time [ tl:at "2.676"^^xsd:float ;
nothing@2 22696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22698 afo:value "434.079"^^sxsd:hertz.number .
nothing@2 22699
nothing@2 22700 [] a afv:FundamentalFrequency ;
nothing@2 22701 event:time [ tl:at "2.682"^^xsd:float ;
nothing@2 22702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22704 afo:value "430.967"^^sxsd:hertz.number .
nothing@2 22705
nothing@2 22706 [] a afv:FundamentalFrequency ;
nothing@2 22707 event:time [ tl:at "2.688"^^xsd:float ;
nothing@2 22708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22710 afo:value "396.903"^^sxsd:hertz.number .
nothing@2 22711
nothing@2 22712 [] a afv:FundamentalFrequency ;
nothing@2 22713 event:time [ tl:at "2.694"^^xsd:float ;
nothing@2 22714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22716 afo:value "371.714"^^sxsd:hertz.number .
nothing@2 22717
nothing@2 22718 [] a afv:FundamentalFrequency ;
nothing@2 22719 event:time [ tl:at "2.699"^^xsd:float ;
nothing@2 22720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22722 afo:value "369.705"^^sxsd:hertz.number .
nothing@2 22723
nothing@2 22724 [] a afv:FundamentalFrequency ;
nothing@2 22725 event:time [ tl:at "2.705"^^xsd:float ;
nothing@2 22726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22728 afo:value "367.892"^^sxsd:hertz.number .
nothing@2 22729
nothing@2 22730 [] a afv:FundamentalFrequency ;
nothing@2 22731 event:time [ tl:at "2.711"^^xsd:float ;
nothing@2 22732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22734 afo:value "368.323"^^sxsd:hertz.number .
nothing@2 22735
nothing@2 22736 [] a afv:FundamentalFrequency ;
nothing@2 22737 event:time [ tl:at "2.717"^^xsd:float ;
nothing@2 22738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22740 afo:value "369.623"^^sxsd:hertz.number .
nothing@2 22741
nothing@2 22742 [] a afv:FundamentalFrequency ;
nothing@2 22743 event:time [ tl:at "2.723"^^xsd:float ;
nothing@2 22744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22746 afo:value "369.389"^^sxsd:hertz.number .
nothing@2 22747
nothing@2 22748 [] a afv:FundamentalFrequency ;
nothing@2 22749 event:time [ tl:at "0.273"^^xsd:float ;
nothing@2 22750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22752 afo:value "292.374"^^sxsd:hertz.number .
nothing@2 22753
nothing@2 22754 [] a afv:FundamentalFrequency ;
nothing@2 22755 event:time [ tl:at "2.728"^^xsd:float ;
nothing@2 22756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22758 afo:value "369.41"^^sxsd:hertz.number .
nothing@2 22759
nothing@2 22760 [] a afv:FundamentalFrequency ;
nothing@2 22761 event:time [ tl:at "2.734"^^xsd:float ;
nothing@2 22762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22764 afo:value "369.376"^^sxsd:hertz.number .
nothing@2 22765
nothing@2 22766 [] a afv:FundamentalFrequency ;
nothing@2 22767 event:time [ tl:at "2.74"^^xsd:float ;
nothing@2 22768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22770 afo:value "369.272"^^sxsd:hertz.number .
nothing@2 22771
nothing@2 22772 [] a afv:FundamentalFrequency ;
nothing@2 22773 event:time [ tl:at "2.746"^^xsd:float ;
nothing@2 22774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22776 afo:value "369.033"^^sxsd:hertz.number .
nothing@2 22777
nothing@2 22778 [] a afv:FundamentalFrequency ;
nothing@2 22779 event:time [ tl:at "2.752"^^xsd:float ;
nothing@2 22780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22782 afo:value "369.004"^^sxsd:hertz.number .
nothing@2 22783
nothing@2 22784 [] a afv:FundamentalFrequency ;
nothing@2 22785 event:time [ tl:at "2.757"^^xsd:float ;
nothing@2 22786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22788 afo:value "368.932"^^sxsd:hertz.number .
nothing@2 22789
nothing@2 22790 [] a afv:FundamentalFrequency ;
nothing@2 22791 event:time [ tl:at "2.763"^^xsd:float ;
nothing@2 22792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22794 afo:value "368.876"^^sxsd:hertz.number .
nothing@2 22795
nothing@2 22796 [] a afv:FundamentalFrequency ;
nothing@2 22797 event:time [ tl:at "2.769"^^xsd:float ;
nothing@2 22798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22800 afo:value "368.89"^^sxsd:hertz.number .
nothing@2 22801
nothing@2 22802 [] a afv:FundamentalFrequency ;
nothing@2 22803 event:time [ tl:at "2.775"^^xsd:float ;
nothing@2 22804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22806 afo:value "368.837"^^sxsd:hertz.number .
nothing@2 22807
nothing@2 22808 [] a afv:FundamentalFrequency ;
nothing@2 22809 event:time [ tl:at "2.781"^^xsd:float ;
nothing@2 22810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22812 afo:value "368.763"^^sxsd:hertz.number .
nothing@2 22813
nothing@2 22814 [] a afv:FundamentalFrequency ;
nothing@2 22815 event:time [ tl:at "0.279"^^xsd:float ;
nothing@2 22816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22818 afo:value "292.361"^^sxsd:hertz.number .
nothing@2 22819
nothing@2 22820 [] a afv:FundamentalFrequency ;
nothing@2 22821 event:time [ tl:at "2.786"^^xsd:float ;
nothing@2 22822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22824 afo:value "368.677"^^sxsd:hertz.number .
nothing@2 22825
nothing@2 22826 [] a afv:FundamentalFrequency ;
nothing@2 22827 event:time [ tl:at "2.792"^^xsd:float ;
nothing@2 22828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22830 afo:value "368.59"^^sxsd:hertz.number .
nothing@2 22831
nothing@2 22832 [] a afv:FundamentalFrequency ;
nothing@2 22833 event:time [ tl:at "2.798"^^xsd:float ;
nothing@2 22834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22836 afo:value "368.575"^^sxsd:hertz.number .
nothing@2 22837
nothing@2 22838 [] a afv:FundamentalFrequency ;
nothing@2 22839 event:time [ tl:at "2.804"^^xsd:float ;
nothing@2 22840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22842 afo:value "368.528"^^sxsd:hertz.number .
nothing@2 22843
nothing@2 22844 [] a afv:FundamentalFrequency ;
nothing@2 22845 event:time [ tl:at "2.81"^^xsd:float ;
nothing@2 22846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22848 afo:value "368.509"^^sxsd:hertz.number .
nothing@2 22849
nothing@2 22850 [] a afv:FundamentalFrequency ;
nothing@2 22851 event:time [ tl:at "2.815"^^xsd:float ;
nothing@2 22852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22854 afo:value "368.502"^^sxsd:hertz.number .
nothing@2 22855
nothing@2 22856 [] a afv:FundamentalFrequency ;
nothing@2 22857 event:time [ tl:at "2.821"^^xsd:float ;
nothing@2 22858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22860 afo:value "368.468"^^sxsd:hertz.number .
nothing@2 22861
nothing@2 22862 [] a afv:FundamentalFrequency ;
nothing@2 22863 event:time [ tl:at "2.827"^^xsd:float ;
nothing@2 22864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22866 afo:value "368.484"^^sxsd:hertz.number .
nothing@2 22867
nothing@2 22868 [] a afv:FundamentalFrequency ;
nothing@2 22869 event:time [ tl:at "2.833"^^xsd:float ;
nothing@2 22870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22872 afo:value "368.482"^^sxsd:hertz.number .
nothing@2 22873
nothing@2 22874 [] a afv:FundamentalFrequency ;
nothing@2 22875 event:time [ tl:at "2.839"^^xsd:float ;
nothing@2 22876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22878 afo:value "368.461"^^sxsd:hertz.number .
nothing@2 22879
nothing@2 22880 [] a afv:FundamentalFrequency ;
nothing@2 22881 event:time [ tl:at "0.284"^^xsd:float ;
nothing@2 22882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22884 afo:value "292.353"^^sxsd:hertz.number .
nothing@2 22885
nothing@2 22886 [] a afv:FundamentalFrequency ;
nothing@2 22887 event:time [ tl:at "2.844"^^xsd:float ;
nothing@2 22888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22890 afo:value "368.414"^^sxsd:hertz.number .
nothing@2 22891
nothing@2 22892 [] a afv:FundamentalFrequency ;
nothing@2 22893 event:time [ tl:at "2.85"^^xsd:float ;
nothing@2 22894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22896 afo:value "368.324"^^sxsd:hertz.number .
nothing@2 22897
nothing@2 22898 [] a afv:FundamentalFrequency ;
nothing@2 22899 event:time [ tl:at "2.856"^^xsd:float ;
nothing@2 22900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22902 afo:value "368.307"^^sxsd:hertz.number .
nothing@2 22903
nothing@2 22904 [] a afv:FundamentalFrequency ;
nothing@2 22905 event:time [ tl:at "2.862"^^xsd:float ;
nothing@2 22906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22908 afo:value "368.314"^^sxsd:hertz.number .
nothing@2 22909
nothing@2 22910 [] a afv:FundamentalFrequency ;
nothing@2 22911 event:time [ tl:at "2.868"^^xsd:float ;
nothing@2 22912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22914 afo:value "368.281"^^sxsd:hertz.number .
nothing@2 22915
nothing@2 22916 [] a afv:FundamentalFrequency ;
nothing@2 22917 event:time [ tl:at "2.873"^^xsd:float ;
nothing@2 22918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22920 afo:value "368.343"^^sxsd:hertz.number .
nothing@2 22921
nothing@2 22922 [] a afv:FundamentalFrequency ;
nothing@2 22923 event:time [ tl:at "2.879"^^xsd:float ;
nothing@2 22924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22926 afo:value "368.387"^^sxsd:hertz.number .
nothing@2 22927
nothing@2 22928 [] a afv:FundamentalFrequency ;
nothing@2 22929 event:time [ tl:at "2.885"^^xsd:float ;
nothing@2 22930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22932 afo:value "368.461"^^sxsd:hertz.number .
nothing@2 22933
nothing@2 22934 [] a afv:FundamentalFrequency ;
nothing@2 22935 event:time [ tl:at "2.891"^^xsd:float ;
nothing@2 22936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22938 afo:value "368.486"^^sxsd:hertz.number .
nothing@2 22939
nothing@2 22940 [] a afv:FundamentalFrequency ;
nothing@2 22941 event:time [ tl:at "2.897"^^xsd:float ;
nothing@2 22942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22944 afo:value "368.493"^^sxsd:hertz.number .
nothing@2 22945
nothing@2 22946 [] a afv:FundamentalFrequency ;
nothing@2 22947 event:time [ tl:at "0.029"^^xsd:float ;
nothing@2 22948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22950 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 22951
nothing@2 22952 [] a afv:FundamentalFrequency ;
nothing@2 22953 event:time [ tl:at "0.29"^^xsd:float ;
nothing@2 22954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22956 afo:value "292.381"^^sxsd:hertz.number .
nothing@2 22957
nothing@2 22958 [] a afv:FundamentalFrequency ;
nothing@2 22959 event:time [ tl:at "2.902"^^xsd:float ;
nothing@2 22960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22962 afo:value "368.409"^^sxsd:hertz.number .
nothing@2 22963
nothing@2 22964 [] a afv:FundamentalFrequency ;
nothing@2 22965 event:time [ tl:at "2.908"^^xsd:float ;
nothing@2 22966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22968 afo:value "368.541"^^sxsd:hertz.number .
nothing@2 22969
nothing@2 22970 [] a afv:FundamentalFrequency ;
nothing@2 22971 event:time [ tl:at "2.914"^^xsd:float ;
nothing@2 22972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22974 afo:value "368.585"^^sxsd:hertz.number .
nothing@2 22975
nothing@2 22976 [] a afv:FundamentalFrequency ;
nothing@2 22977 event:time [ tl:at "2.92"^^xsd:float ;
nothing@2 22978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22980 afo:value "368.603"^^sxsd:hertz.number .
nothing@2 22981
nothing@2 22982 [] a afv:FundamentalFrequency ;
nothing@2 22983 event:time [ tl:at "2.926"^^xsd:float ;
nothing@2 22984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22986 afo:value "368.617"^^sxsd:hertz.number .
nothing@2 22987
nothing@2 22988 [] a afv:FundamentalFrequency ;
nothing@2 22989 event:time [ tl:at "2.932"^^xsd:float ;
nothing@2 22990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22992 afo:value "368.688"^^sxsd:hertz.number .
nothing@2 22993
nothing@2 22994 [] a afv:FundamentalFrequency ;
nothing@2 22995 event:time [ tl:at "2.937"^^xsd:float ;
nothing@2 22996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 22997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 22998 afo:value "368.714"^^sxsd:hertz.number .
nothing@2 22999
nothing@2 23000 [] a afv:FundamentalFrequency ;
nothing@2 23001 event:time [ tl:at "2.943"^^xsd:float ;
nothing@2 23002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23004 afo:value "368.761"^^sxsd:hertz.number .
nothing@2 23005
nothing@2 23006 [] a afv:FundamentalFrequency ;
nothing@2 23007 event:time [ tl:at "2.949"^^xsd:float ;
nothing@2 23008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23010 afo:value "368.791"^^sxsd:hertz.number .
nothing@2 23011
nothing@2 23012 [] a afv:FundamentalFrequency ;
nothing@2 23013 event:time [ tl:at "2.955"^^xsd:float ;
nothing@2 23014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23016 afo:value "368.845"^^sxsd:hertz.number .
nothing@2 23017
nothing@2 23018 [] a afv:FundamentalFrequency ;
nothing@2 23019 event:time [ tl:at "0.296"^^xsd:float ;
nothing@2 23020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23022 afo:value "292.403"^^sxsd:hertz.number .
nothing@2 23023
nothing@2 23024 [] a afv:FundamentalFrequency ;
nothing@2 23025 event:time [ tl:at "2.961"^^xsd:float ;
nothing@2 23026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23028 afo:value "368.891"^^sxsd:hertz.number .
nothing@2 23029
nothing@2 23030 [] a afv:FundamentalFrequency ;
nothing@2 23031 event:time [ tl:at "2.966"^^xsd:float ;
nothing@2 23032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23034 afo:value "368.943"^^sxsd:hertz.number .
nothing@2 23035
nothing@2 23036 [] a afv:FundamentalFrequency ;
nothing@2 23037 event:time [ tl:at "2.972"^^xsd:float ;
nothing@2 23038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23040 afo:value "368.972"^^sxsd:hertz.number .
nothing@2 23041
nothing@2 23042 [] a afv:FundamentalFrequency ;
nothing@2 23043 event:time [ tl:at "2.978"^^xsd:float ;
nothing@2 23044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23046 afo:value "369.071"^^sxsd:hertz.number .
nothing@2 23047
nothing@2 23048 [] a afv:FundamentalFrequency ;
nothing@2 23049 event:time [ tl:at "2.984"^^xsd:float ;
nothing@2 23050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23052 afo:value "369.136"^^sxsd:hertz.number .
nothing@2 23053
nothing@2 23054 [] a afv:FundamentalFrequency ;
nothing@2 23055 event:time [ tl:at "2.99"^^xsd:float ;
nothing@2 23056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23058 afo:value "369.206"^^sxsd:hertz.number .
nothing@2 23059
nothing@2 23060 [] a afv:FundamentalFrequency ;
nothing@2 23061 event:time [ tl:at "2.995"^^xsd:float ;
nothing@2 23062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23064 afo:value "369.185"^^sxsd:hertz.number .
nothing@2 23065
nothing@2 23066 [] a afv:FundamentalFrequency ;
nothing@2 23067 event:time [ tl:at "3.001"^^xsd:float ;
nothing@2 23068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23070 afo:value "369.195"^^sxsd:hertz.number .
nothing@2 23071
nothing@2 23072 [] a afv:FundamentalFrequency ;
nothing@2 23073 event:time [ tl:at "3.007"^^xsd:float ;
nothing@2 23074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23076 afo:value "369.224"^^sxsd:hertz.number .
nothing@2 23077
nothing@2 23078 [] a afv:FundamentalFrequency ;
nothing@2 23079 event:time [ tl:at "3.013"^^xsd:float ;
nothing@2 23080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23082 afo:value "369.25"^^sxsd:hertz.number .
nothing@2 23083
nothing@2 23084 [] a afv:FundamentalFrequency ;
nothing@2 23085 event:time [ tl:at "0.302"^^xsd:float ;
nothing@2 23086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23088 afo:value "292.375"^^sxsd:hertz.number .
nothing@2 23089
nothing@2 23090 [] a afv:FundamentalFrequency ;
nothing@2 23091 event:time [ tl:at "3.019"^^xsd:float ;
nothing@2 23092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23094 afo:value "369.232"^^sxsd:hertz.number .
nothing@2 23095
nothing@2 23096 [] a afv:FundamentalFrequency ;
nothing@2 23097 event:time [ tl:at "3.024"^^xsd:float ;
nothing@2 23098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23100 afo:value "369.279"^^sxsd:hertz.number .
nothing@2 23101
nothing@2 23102 [] a afv:FundamentalFrequency ;
nothing@2 23103 event:time [ tl:at "3.03"^^xsd:float ;
nothing@2 23104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23106 afo:value "369.259"^^sxsd:hertz.number .
nothing@2 23107
nothing@2 23108 [] a afv:FundamentalFrequency ;
nothing@2 23109 event:time [ tl:at "3.036"^^xsd:float ;
nothing@2 23110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23112 afo:value "369.232"^^sxsd:hertz.number .
nothing@2 23113
nothing@2 23114 [] a afv:FundamentalFrequency ;
nothing@2 23115 event:time [ tl:at "3.042"^^xsd:float ;
nothing@2 23116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23118 afo:value "369.174"^^sxsd:hertz.number .
nothing@2 23119
nothing@2 23120 [] a afv:FundamentalFrequency ;
nothing@2 23121 event:time [ tl:at "3.048"^^xsd:float ;
nothing@2 23122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23124 afo:value "369.098"^^sxsd:hertz.number .
nothing@2 23125
nothing@2 23126 [] a afv:FundamentalFrequency ;
nothing@2 23127 event:time [ tl:at "3.053"^^xsd:float ;
nothing@2 23128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23130 afo:value "369.05"^^sxsd:hertz.number .
nothing@2 23131
nothing@2 23132 [] a afv:FundamentalFrequency ;
nothing@2 23133 event:time [ tl:at "3.059"^^xsd:float ;
nothing@2 23134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23136 afo:value "369.031"^^sxsd:hertz.number .
nothing@2 23137
nothing@2 23138 [] a afv:FundamentalFrequency ;
nothing@2 23139 event:time [ tl:at "3.065"^^xsd:float ;
nothing@2 23140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23142 afo:value "369.03"^^sxsd:hertz.number .
nothing@2 23143
nothing@2 23144 [] a afv:FundamentalFrequency ;
nothing@2 23145 event:time [ tl:at "3.071"^^xsd:float ;
nothing@2 23146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23148 afo:value "369.056"^^sxsd:hertz.number .
nothing@2 23149
nothing@2 23150 [] a afv:FundamentalFrequency ;
nothing@2 23151 event:time [ tl:at "0.308"^^xsd:float ;
nothing@2 23152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23154 afo:value "292.321"^^sxsd:hertz.number .
nothing@2 23155
nothing@2 23156 [] a afv:FundamentalFrequency ;
nothing@2 23157 event:time [ tl:at "3.077"^^xsd:float ;
nothing@2 23158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23160 afo:value "369.076"^^sxsd:hertz.number .
nothing@2 23161
nothing@2 23162 [] a afv:FundamentalFrequency ;
nothing@2 23163 event:time [ tl:at "3.082"^^xsd:float ;
nothing@2 23164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23166 afo:value "369.083"^^sxsd:hertz.number .
nothing@2 23167
nothing@2 23168 [] a afv:FundamentalFrequency ;
nothing@2 23169 event:time [ tl:at "3.088"^^xsd:float ;
nothing@2 23170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23172 afo:value "369.08"^^sxsd:hertz.number .
nothing@2 23173
nothing@2 23174 [] a afv:FundamentalFrequency ;
nothing@2 23175 event:time [ tl:at "3.094"^^xsd:float ;
nothing@2 23176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23178 afo:value "369.071"^^sxsd:hertz.number .
nothing@2 23179
nothing@2 23180 [] a afv:FundamentalFrequency ;
nothing@2 23181 event:time [ tl:at "3.1"^^xsd:float ;
nothing@2 23182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23184 afo:value "369.081"^^sxsd:hertz.number .
nothing@2 23185
nothing@2 23186 [] a afv:FundamentalFrequency ;
nothing@2 23187 event:time [ tl:at "3.106"^^xsd:float ;
nothing@2 23188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23190 afo:value "369.027"^^sxsd:hertz.number .
nothing@2 23191
nothing@2 23192 [] a afv:FundamentalFrequency ;
nothing@2 23193 event:time [ tl:at "3.111"^^xsd:float ;
nothing@2 23194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23196 afo:value "369.014"^^sxsd:hertz.number .
nothing@2 23197
nothing@2 23198 [] a afv:FundamentalFrequency ;
nothing@2 23199 event:time [ tl:at "3.117"^^xsd:float ;
nothing@2 23200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23202 afo:value "369.031"^^sxsd:hertz.number .
nothing@2 23203
nothing@2 23204 [] a afv:FundamentalFrequency ;
nothing@2 23205 event:time [ tl:at "3.123"^^xsd:float ;
nothing@2 23206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23208 afo:value "369.063"^^sxsd:hertz.number .
nothing@2 23209
nothing@2 23210 [] a afv:FundamentalFrequency ;
nothing@2 23211 event:time [ tl:at "3.129"^^xsd:float ;
nothing@2 23212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23214 afo:value "369.097"^^sxsd:hertz.number .
nothing@2 23215
nothing@2 23216 [] a afv:FundamentalFrequency ;
nothing@2 23217 event:time [ tl:at "0.313"^^xsd:float ;
nothing@2 23218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23220 afo:value "292.254"^^sxsd:hertz.number .
nothing@2 23221
nothing@2 23222 [] a afv:FundamentalFrequency ;
nothing@2 23223 event:time [ tl:at "3.135"^^xsd:float ;
nothing@2 23224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23226 afo:value "369.137"^^sxsd:hertz.number .
nothing@2 23227
nothing@2 23228 [] a afv:FundamentalFrequency ;
nothing@2 23229 event:time [ tl:at "3.14"^^xsd:float ;
nothing@2 23230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23232 afo:value "369.19"^^sxsd:hertz.number .
nothing@2 23233
nothing@2 23234 [] a afv:FundamentalFrequency ;
nothing@2 23235 event:time [ tl:at "3.146"^^xsd:float ;
nothing@2 23236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23238 afo:value "369.213"^^sxsd:hertz.number .
nothing@2 23239
nothing@2 23240 [] a afv:FundamentalFrequency ;
nothing@2 23241 event:time [ tl:at "3.152"^^xsd:float ;
nothing@2 23242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23244 afo:value "369.203"^^sxsd:hertz.number .
nothing@2 23245
nothing@2 23246 [] a afv:FundamentalFrequency ;
nothing@2 23247 event:time [ tl:at "3.158"^^xsd:float ;
nothing@2 23248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23250 afo:value "369.271"^^sxsd:hertz.number .
nothing@2 23251
nothing@2 23252 [] a afv:FundamentalFrequency ;
nothing@2 23253 event:time [ tl:at "3.164"^^xsd:float ;
nothing@2 23254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23256 afo:value "369.375"^^sxsd:hertz.number .
nothing@2 23257
nothing@2 23258 [] a afv:FundamentalFrequency ;
nothing@2 23259 event:time [ tl:at "3.17"^^xsd:float ;
nothing@2 23260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23262 afo:value "369.556"^^sxsd:hertz.number .
nothing@2 23263
nothing@2 23264 [] a afv:FundamentalFrequency ;
nothing@2 23265 event:time [ tl:at "3.175"^^xsd:float ;
nothing@2 23266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23268 afo:value "369.941"^^sxsd:hertz.number .
nothing@2 23269
nothing@2 23270 [] a afv:FundamentalFrequency ;
nothing@2 23271 event:time [ tl:at "3.181"^^xsd:float ;
nothing@2 23272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23274 afo:value "370.271"^^sxsd:hertz.number .
nothing@2 23275
nothing@2 23276 [] a afv:FundamentalFrequency ;
nothing@2 23277 event:time [ tl:at "3.187"^^xsd:float ;
nothing@2 23278 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23279 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23280 afo:value "370.617"^^sxsd:hertz.number .
nothing@2 23281
nothing@2 23282 [] a afv:FundamentalFrequency ;
nothing@2 23283 event:time [ tl:at "0.319"^^xsd:float ;
nothing@2 23284 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23285 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23286 afo:value "292.242"^^sxsd:hertz.number .
nothing@2 23287
nothing@2 23288 [] a afv:FundamentalFrequency ;
nothing@2 23289 event:time [ tl:at "3.193"^^xsd:float ;
nothing@2 23290 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23291 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23292 afo:value "371.34"^^sxsd:hertz.number .
nothing@2 23293
nothing@2 23294 [] a afv:FundamentalFrequency ;
nothing@2 23295 event:time [ tl:at "3.199"^^xsd:float ;
nothing@2 23296 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23297 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23298 afo:value "372.366"^^sxsd:hertz.number .
nothing@2 23299
nothing@2 23300 [] a afv:FundamentalFrequency ;
nothing@2 23301 event:time [ tl:at "3.204"^^xsd:float ;
nothing@2 23302 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23303 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23304 afo:value "372.492"^^sxsd:hertz.number .
nothing@2 23305
nothing@2 23306 [] a afv:FundamentalFrequency ;
nothing@2 23307 event:time [ tl:at "3.21"^^xsd:float ;
nothing@2 23308 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23309 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23310 afo:value "373.348"^^sxsd:hertz.number .
nothing@2 23311
nothing@2 23312 [] a afv:FundamentalFrequency ;
nothing@2 23313 event:time [ tl:at "3.216"^^xsd:float ;
nothing@2 23314 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23315 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23316 afo:value "371.692"^^sxsd:hertz.number .
nothing@2 23317
nothing@2 23318 [] a afv:FundamentalFrequency ;
nothing@2 23319 event:time [ tl:at "3.222"^^xsd:float ;
nothing@2 23320 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23321 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23322 afo:value "440.902"^^sxsd:hertz.number .
nothing@2 23323
nothing@2 23324 [] a afv:FundamentalFrequency ;
nothing@2 23325 event:time [ tl:at "3.228"^^xsd:float ;
nothing@2 23326 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23327 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23328 afo:value "438.529"^^sxsd:hertz.number .
nothing@2 23329
nothing@2 23330 [] a afv:FundamentalFrequency ;
nothing@2 23331 event:time [ tl:at "3.233"^^xsd:float ;
nothing@2 23332 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23333 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23334 afo:value "438.752"^^sxsd:hertz.number .
nothing@2 23335
nothing@2 23336 [] a afv:FundamentalFrequency ;
nothing@2 23337 event:time [ tl:at "3.239"^^xsd:float ;
nothing@2 23338 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23339 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23340 afo:value "439.667"^^sxsd:hertz.number .
nothing@2 23341
nothing@2 23342 [] a afv:FundamentalFrequency ;
nothing@2 23343 event:time [ tl:at "3.245"^^xsd:float ;
nothing@2 23344 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23345 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23346 afo:value "439.377"^^sxsd:hertz.number .
nothing@2 23347
nothing@2 23348 [] a afv:FundamentalFrequency ;
nothing@2 23349 event:time [ tl:at "0.325"^^xsd:float ;
nothing@2 23350 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23351 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23352 afo:value "292.239"^^sxsd:hertz.number .
nothing@2 23353
nothing@2 23354 [] a afv:FundamentalFrequency ;
nothing@2 23355 event:time [ tl:at "3.251"^^xsd:float ;
nothing@2 23356 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23357 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23358 afo:value "439.085"^^sxsd:hertz.number .
nothing@2 23359
nothing@2 23360 [] a afv:FundamentalFrequency ;
nothing@2 23361 event:time [ tl:at "3.257"^^xsd:float ;
nothing@2 23362 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23363 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23364 afo:value "439.015"^^sxsd:hertz.number .
nothing@2 23365
nothing@2 23366 [] a afv:FundamentalFrequency ;
nothing@2 23367 event:time [ tl:at "3.262"^^xsd:float ;
nothing@2 23368 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23369 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23370 afo:value "438.948"^^sxsd:hertz.number .
nothing@2 23371
nothing@2 23372 [] a afv:FundamentalFrequency ;
nothing@2 23373 event:time [ tl:at "3.268"^^xsd:float ;
nothing@2 23374 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23375 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23376 afo:value "438.825"^^sxsd:hertz.number .
nothing@2 23377
nothing@2 23378 [] a afv:FundamentalFrequency ;
nothing@2 23379 event:time [ tl:at "3.274"^^xsd:float ;
nothing@2 23380 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23381 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23382 afo:value "438.64"^^sxsd:hertz.number .
nothing@2 23383
nothing@2 23384 [] a afv:FundamentalFrequency ;
nothing@2 23385 event:time [ tl:at "3.28"^^xsd:float ;
nothing@2 23386 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23387 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23388 afo:value "438.759"^^sxsd:hertz.number .
nothing@2 23389
nothing@2 23390 [] a afv:FundamentalFrequency ;
nothing@2 23391 event:time [ tl:at "3.286"^^xsd:float ;
nothing@2 23392 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23393 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23394 afo:value "438.506"^^sxsd:hertz.number .
nothing@2 23395
nothing@2 23396 [] a afv:FundamentalFrequency ;
nothing@2 23397 event:time [ tl:at "3.291"^^xsd:float ;
nothing@2 23398 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23399 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23400 afo:value "438.393"^^sxsd:hertz.number .
nothing@2 23401
nothing@2 23402 [] a afv:FundamentalFrequency ;
nothing@2 23403 event:time [ tl:at "3.297"^^xsd:float ;
nothing@2 23404 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23405 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23406 afo:value "438.405"^^sxsd:hertz.number .
nothing@2 23407
nothing@2 23408 [] a afv:FundamentalFrequency ;
nothing@2 23409 event:time [ tl:at "3.303"^^xsd:float ;
nothing@2 23410 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23411 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23412 afo:value "438.33"^^sxsd:hertz.number .
nothing@2 23413
nothing@2 23414 [] a afv:FundamentalFrequency ;
nothing@2 23415 event:time [ tl:at "0.331"^^xsd:float ;
nothing@2 23416 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23417 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23418 afo:value "292.243"^^sxsd:hertz.number .
nothing@2 23419
nothing@2 23420 [] a afv:FundamentalFrequency ;
nothing@2 23421 event:time [ tl:at "3.309"^^xsd:float ;
nothing@2 23422 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23423 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23424 afo:value "438.286"^^sxsd:hertz.number .
nothing@2 23425
nothing@2 23426 [] a afv:FundamentalFrequency ;
nothing@2 23427 event:time [ tl:at "3.315"^^xsd:float ;
nothing@2 23428 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23429 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23430 afo:value "438.226"^^sxsd:hertz.number .
nothing@2 23431
nothing@2 23432 [] a afv:FundamentalFrequency ;
nothing@2 23433 event:time [ tl:at "3.32"^^xsd:float ;
nothing@2 23434 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23435 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23436 afo:value "438.199"^^sxsd:hertz.number .
nothing@2 23437
nothing@2 23438 [] a afv:FundamentalFrequency ;
nothing@2 23439 event:time [ tl:at "3.326"^^xsd:float ;
nothing@2 23440 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23441 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23442 afo:value "438.158"^^sxsd:hertz.number .
nothing@2 23443
nothing@2 23444 [] a afv:FundamentalFrequency ;
nothing@2 23445 event:time [ tl:at "3.332"^^xsd:float ;
nothing@2 23446 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23447 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23448 afo:value "438.158"^^sxsd:hertz.number .
nothing@2 23449
nothing@2 23450 [] a afv:FundamentalFrequency ;
nothing@2 23451 event:time [ tl:at "3.338"^^xsd:float ;
nothing@2 23452 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23453 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23454 afo:value "438.1"^^sxsd:hertz.number .
nothing@2 23455
nothing@2 23456 [] a afv:FundamentalFrequency ;
nothing@2 23457 event:time [ tl:at "3.344"^^xsd:float ;
nothing@2 23458 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23459 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23460 afo:value "437.968"^^sxsd:hertz.number .
nothing@2 23461
nothing@2 23462 [] a afv:FundamentalFrequency ;
nothing@2 23463 event:time [ tl:at "3.349"^^xsd:float ;
nothing@2 23464 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23465 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23466 afo:value "438.002"^^sxsd:hertz.number .
nothing@2 23467
nothing@2 23468 [] a afv:FundamentalFrequency ;
nothing@2 23469 event:time [ tl:at "3.355"^^xsd:float ;
nothing@2 23470 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23471 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23472 afo:value "437.97"^^sxsd:hertz.number .
nothing@2 23473
nothing@2 23474 [] a afv:FundamentalFrequency ;
nothing@2 23475 event:time [ tl:at "3.361"^^xsd:float ;
nothing@2 23476 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23477 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23478 afo:value "438.014"^^sxsd:hertz.number .
nothing@2 23479
nothing@2 23480 [] a afv:FundamentalFrequency ;
nothing@2 23481 event:time [ tl:at "0.337"^^xsd:float ;
nothing@2 23482 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23483 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23484 afo:value "292.249"^^sxsd:hertz.number .
nothing@2 23485
nothing@2 23486 [] a afv:FundamentalFrequency ;
nothing@2 23487 event:time [ tl:at "3.367"^^xsd:float ;
nothing@2 23488 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23489 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23490 afo:value "438.108"^^sxsd:hertz.number .
nothing@2 23491
nothing@2 23492 [] a afv:FundamentalFrequency ;
nothing@2 23493 event:time [ tl:at "3.373"^^xsd:float ;
nothing@2 23494 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23495 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23496 afo:value "438.176"^^sxsd:hertz.number .
nothing@2 23497
nothing@2 23498 [] a afv:FundamentalFrequency ;
nothing@2 23499 event:time [ tl:at "3.379"^^xsd:float ;
nothing@2 23500 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23501 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23502 afo:value "438.247"^^sxsd:hertz.number .
nothing@2 23503
nothing@2 23504 [] a afv:FundamentalFrequency ;
nothing@2 23505 event:time [ tl:at "3.384"^^xsd:float ;
nothing@2 23506 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23507 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23508 afo:value "438.235"^^sxsd:hertz.number .
nothing@2 23509
nothing@2 23510 [] a afv:FundamentalFrequency ;
nothing@2 23511 event:time [ tl:at "3.39"^^xsd:float ;
nothing@2 23512 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23513 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23514 afo:value "438.306"^^sxsd:hertz.number .
nothing@2 23515
nothing@2 23516 [] a afv:FundamentalFrequency ;
nothing@2 23517 event:time [ tl:at "3.396"^^xsd:float ;
nothing@2 23518 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23519 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23520 afo:value "438.324"^^sxsd:hertz.number .
nothing@2 23521
nothing@2 23522 [] a afv:FundamentalFrequency ;
nothing@2 23523 event:time [ tl:at "3.402"^^xsd:float ;
nothing@2 23524 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23525 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23526 afo:value "438.337"^^sxsd:hertz.number .
nothing@2 23527
nothing@2 23528 [] a afv:FundamentalFrequency ;
nothing@2 23529 event:time [ tl:at "3.408"^^xsd:float ;
nothing@2 23530 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23531 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23532 afo:value "438.417"^^sxsd:hertz.number .
nothing@2 23533
nothing@2 23534 [] a afv:FundamentalFrequency ;
nothing@2 23535 event:time [ tl:at "3.413"^^xsd:float ;
nothing@2 23536 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23537 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23538 afo:value "438.449"^^sxsd:hertz.number .
nothing@2 23539
nothing@2 23540 [] a afv:FundamentalFrequency ;
nothing@2 23541 event:time [ tl:at "3.419"^^xsd:float ;
nothing@2 23542 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23543 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23544 afo:value "438.49"^^sxsd:hertz.number .
nothing@2 23545
nothing@2 23546 [] a afv:FundamentalFrequency ;
nothing@2 23547 event:time [ tl:at "0.342"^^xsd:float ;
nothing@2 23548 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23549 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23550 afo:value "292.262"^^sxsd:hertz.number .
nothing@2 23551
nothing@2 23552 [] a afv:FundamentalFrequency ;
nothing@2 23553 event:time [ tl:at "3.425"^^xsd:float ;
nothing@2 23554 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23555 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23556 afo:value "438.553"^^sxsd:hertz.number .
nothing@2 23557
nothing@2 23558 [] a afv:FundamentalFrequency ;
nothing@2 23559 event:time [ tl:at "3.431"^^xsd:float ;
nothing@2 23560 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23561 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23562 afo:value "438.562"^^sxsd:hertz.number .
nothing@2 23563
nothing@2 23564 [] a afv:FundamentalFrequency ;
nothing@2 23565 event:time [ tl:at "3.437"^^xsd:float ;
nothing@2 23566 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23567 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23568 afo:value "438.621"^^sxsd:hertz.number .
nothing@2 23569
nothing@2 23570 [] a afv:FundamentalFrequency ;
nothing@2 23571 event:time [ tl:at "3.442"^^xsd:float ;
nothing@2 23572 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23573 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23574 afo:value "438.633"^^sxsd:hertz.number .
nothing@2 23575
nothing@2 23576 [] a afv:FundamentalFrequency ;
nothing@2 23577 event:time [ tl:at "3.448"^^xsd:float ;
nothing@2 23578 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23579 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23580 afo:value "438.665"^^sxsd:hertz.number .
nothing@2 23581
nothing@2 23582 [] a afv:FundamentalFrequency ;
nothing@2 23583 event:time [ tl:at "3.454"^^xsd:float ;
nothing@2 23584 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23585 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23586 afo:value "438.777"^^sxsd:hertz.number .
nothing@2 23587
nothing@2 23588 [] a afv:FundamentalFrequency ;
nothing@2 23589 event:time [ tl:at "3.46"^^xsd:float ;
nothing@2 23590 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23591 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23592 afo:value "438.792"^^sxsd:hertz.number .
nothing@2 23593
nothing@2 23594 [] a afv:FundamentalFrequency ;
nothing@2 23595 event:time [ tl:at "3.466"^^xsd:float ;
nothing@2 23596 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23597 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23598 afo:value "438.867"^^sxsd:hertz.number .
nothing@2 23599
nothing@2 23600 [] a afv:FundamentalFrequency ;
nothing@2 23601 event:time [ tl:at "3.471"^^xsd:float ;
nothing@2 23602 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23603 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23604 afo:value "438.871"^^sxsd:hertz.number .
nothing@2 23605
nothing@2 23606 [] a afv:FundamentalFrequency ;
nothing@2 23607 event:time [ tl:at "3.477"^^xsd:float ;
nothing@2 23608 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23609 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23610 afo:value "438.875"^^sxsd:hertz.number .
nothing@2 23611
nothing@2 23612 [] a afv:FundamentalFrequency ;
nothing@2 23613 event:time [ tl:at "0.035"^^xsd:float ;
nothing@2 23614 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23615 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23616 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 23617
nothing@2 23618 [] a afv:FundamentalFrequency ;
nothing@2 23619 event:time [ tl:at "0.348"^^xsd:float ;
nothing@2 23620 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23621 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23622 afo:value "292.281"^^sxsd:hertz.number .
nothing@2 23623
nothing@2 23624 [] a afv:FundamentalFrequency ;
nothing@2 23625 event:time [ tl:at "3.483"^^xsd:float ;
nothing@2 23626 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23627 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23628 afo:value "438.899"^^sxsd:hertz.number .
nothing@2 23629
nothing@2 23630 [] a afv:FundamentalFrequency ;
nothing@2 23631 event:time [ tl:at "3.489"^^xsd:float ;
nothing@2 23632 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23633 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23634 afo:value "438.85"^^sxsd:hertz.number .
nothing@2 23635
nothing@2 23636 [] a afv:FundamentalFrequency ;
nothing@2 23637 event:time [ tl:at "3.495"^^xsd:float ;
nothing@2 23638 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23639 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23640 afo:value "438.985"^^sxsd:hertz.number .
nothing@2 23641
nothing@2 23642 [] a afv:FundamentalFrequency ;
nothing@2 23643 event:time [ tl:at "3.5"^^xsd:float ;
nothing@2 23644 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23645 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23646 afo:value "439.032"^^sxsd:hertz.number .
nothing@2 23647
nothing@2 23648 [] a afv:FundamentalFrequency ;
nothing@2 23649 event:time [ tl:at "3.506"^^xsd:float ;
nothing@2 23650 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23651 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23652 afo:value "439.071"^^sxsd:hertz.number .
nothing@2 23653
nothing@2 23654 [] a afv:FundamentalFrequency ;
nothing@2 23655 event:time [ tl:at "3.512"^^xsd:float ;
nothing@2 23656 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23657 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23658 afo:value "439.096"^^sxsd:hertz.number .
nothing@2 23659
nothing@2 23660 [] a afv:FundamentalFrequency ;
nothing@2 23661 event:time [ tl:at "3.518"^^xsd:float ;
nothing@2 23662 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23663 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23664 afo:value "439.065"^^sxsd:hertz.number .
nothing@2 23665
nothing@2 23666 [] a afv:FundamentalFrequency ;
nothing@2 23667 event:time [ tl:at "3.524"^^xsd:float ;
nothing@2 23668 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23669 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23670 afo:value "439.045"^^sxsd:hertz.number .
nothing@2 23671
nothing@2 23672 [] a afv:FundamentalFrequency ;
nothing@2 23673 event:time [ tl:at "3.529"^^xsd:float ;
nothing@2 23674 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23675 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23676 afo:value "439.033"^^sxsd:hertz.number .
nothing@2 23677
nothing@2 23678 [] a afv:FundamentalFrequency ;
nothing@2 23679 event:time [ tl:at "3.535"^^xsd:float ;
nothing@2 23680 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23681 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23682 afo:value "439.031"^^sxsd:hertz.number .
nothing@2 23683
nothing@2 23684 [] a afv:FundamentalFrequency ;
nothing@2 23685 event:time [ tl:at "0.354"^^xsd:float ;
nothing@2 23686 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23687 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23688 afo:value "292.31"^^sxsd:hertz.number .
nothing@2 23689
nothing@2 23690 [] a afv:FundamentalFrequency ;
nothing@2 23691 event:time [ tl:at "3.541"^^xsd:float ;
nothing@2 23692 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23693 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23694 afo:value "439.041"^^sxsd:hertz.number .
nothing@2 23695
nothing@2 23696 [] a afv:FundamentalFrequency ;
nothing@2 23697 event:time [ tl:at "3.547"^^xsd:float ;
nothing@2 23698 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23699 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23700 afo:value "439.03"^^sxsd:hertz.number .
nothing@2 23701
nothing@2 23702 [] a afv:FundamentalFrequency ;
nothing@2 23703 event:time [ tl:at "3.553"^^xsd:float ;
nothing@2 23704 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23705 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23706 afo:value "439.014"^^sxsd:hertz.number .
nothing@2 23707
nothing@2 23708 [] a afv:FundamentalFrequency ;
nothing@2 23709 event:time [ tl:at "3.558"^^xsd:float ;
nothing@2 23710 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23711 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23712 afo:value "438.988"^^sxsd:hertz.number .
nothing@2 23713
nothing@2 23714 [] a afv:FundamentalFrequency ;
nothing@2 23715 event:time [ tl:at "3.564"^^xsd:float ;
nothing@2 23716 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23717 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23718 afo:value "438.997"^^sxsd:hertz.number .
nothing@2 23719
nothing@2 23720 [] a afv:FundamentalFrequency ;
nothing@2 23721 event:time [ tl:at "3.57"^^xsd:float ;
nothing@2 23722 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23723 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23724 afo:value "439.049"^^sxsd:hertz.number .
nothing@2 23725
nothing@2 23726 [] a afv:FundamentalFrequency ;
nothing@2 23727 event:time [ tl:at "3.576"^^xsd:float ;
nothing@2 23728 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23729 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23730 afo:value "439.09"^^sxsd:hertz.number .
nothing@2 23731
nothing@2 23732 [] a afv:FundamentalFrequency ;
nothing@2 23733 event:time [ tl:at "3.582"^^xsd:float ;
nothing@2 23734 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23735 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23736 afo:value "439.147"^^sxsd:hertz.number .
nothing@2 23737
nothing@2 23738 [] a afv:FundamentalFrequency ;
nothing@2 23739 event:time [ tl:at "3.587"^^xsd:float ;
nothing@2 23740 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23741 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23742 afo:value "439.178"^^sxsd:hertz.number .
nothing@2 23743
nothing@2 23744 [] a afv:FundamentalFrequency ;
nothing@2 23745 event:time [ tl:at "3.593"^^xsd:float ;
nothing@2 23746 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23747 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23748 afo:value "439.171"^^sxsd:hertz.number .
nothing@2 23749
nothing@2 23750 [] a afv:FundamentalFrequency ;
nothing@2 23751 event:time [ tl:at "0.36"^^xsd:float ;
nothing@2 23752 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23753 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23754 afo:value "292.359"^^sxsd:hertz.number .
nothing@2 23755
nothing@2 23756 [] a afv:FundamentalFrequency ;
nothing@2 23757 event:time [ tl:at "3.599"^^xsd:float ;
nothing@2 23758 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23759 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23760 afo:value "439.194"^^sxsd:hertz.number .
nothing@2 23761
nothing@2 23762 [] a afv:FundamentalFrequency ;
nothing@2 23763 event:time [ tl:at "3.605"^^xsd:float ;
nothing@2 23764 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23765 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23766 afo:value "439.188"^^sxsd:hertz.number .
nothing@2 23767
nothing@2 23768 [] a afv:FundamentalFrequency ;
nothing@2 23769 event:time [ tl:at "3.611"^^xsd:float ;
nothing@2 23770 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23771 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23772 afo:value "439.196"^^sxsd:hertz.number .
nothing@2 23773
nothing@2 23774 [] a afv:FundamentalFrequency ;
nothing@2 23775 event:time [ tl:at "3.617"^^xsd:float ;
nothing@2 23776 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23777 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23778 afo:value "439.161"^^sxsd:hertz.number .
nothing@2 23779
nothing@2 23780 [] a afv:FundamentalFrequency ;
nothing@2 23781 event:time [ tl:at "3.622"^^xsd:float ;
nothing@2 23782 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23783 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23784 afo:value "439.189"^^sxsd:hertz.number .
nothing@2 23785
nothing@2 23786 [] a afv:FundamentalFrequency ;
nothing@2 23787 event:time [ tl:at "3.628"^^xsd:float ;
nothing@2 23788 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23789 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23790 afo:value "439.206"^^sxsd:hertz.number .
nothing@2 23791
nothing@2 23792 [] a afv:FundamentalFrequency ;
nothing@2 23793 event:time [ tl:at "3.634"^^xsd:float ;
nothing@2 23794 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23795 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23796 afo:value "439.217"^^sxsd:hertz.number .
nothing@2 23797
nothing@2 23798 [] a afv:FundamentalFrequency ;
nothing@2 23799 event:time [ tl:at "3.64"^^xsd:float ;
nothing@2 23800 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23801 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23802 afo:value "439.242"^^sxsd:hertz.number .
nothing@2 23803
nothing@2 23804 [] a afv:FundamentalFrequency ;
nothing@2 23805 event:time [ tl:at "3.646"^^xsd:float ;
nothing@2 23806 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23807 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23808 afo:value "439.291"^^sxsd:hertz.number .
nothing@2 23809
nothing@2 23810 [] a afv:FundamentalFrequency ;
nothing@2 23811 event:time [ tl:at "3.651"^^xsd:float ;
nothing@2 23812 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23813 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23814 afo:value "439.312"^^sxsd:hertz.number .
nothing@2 23815
nothing@2 23816 [] a afv:FundamentalFrequency ;
nothing@2 23817 event:time [ tl:at "0.366"^^xsd:float ;
nothing@2 23818 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23819 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23820 afo:value "292.403"^^sxsd:hertz.number .
nothing@2 23821
nothing@2 23822 [] a afv:FundamentalFrequency ;
nothing@2 23823 event:time [ tl:at "3.657"^^xsd:float ;
nothing@2 23824 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23825 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23826 afo:value "439.318"^^sxsd:hertz.number .
nothing@2 23827
nothing@2 23828 [] a afv:FundamentalFrequency ;
nothing@2 23829 event:time [ tl:at "3.663"^^xsd:float ;
nothing@2 23830 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23831 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23832 afo:value "439.285"^^sxsd:hertz.number .
nothing@2 23833
nothing@2 23834 [] a afv:FundamentalFrequency ;
nothing@2 23835 event:time [ tl:at "3.669"^^xsd:float ;
nothing@2 23836 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23837 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23838 afo:value "439.222"^^sxsd:hertz.number .
nothing@2 23839
nothing@2 23840 [] a afv:FundamentalFrequency ;
nothing@2 23841 event:time [ tl:at "3.675"^^xsd:float ;
nothing@2 23842 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23843 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23844 afo:value "439.24"^^sxsd:hertz.number .
nothing@2 23845
nothing@2 23846 [] a afv:FundamentalFrequency ;
nothing@2 23847 event:time [ tl:at "3.68"^^xsd:float ;
nothing@2 23848 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23849 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23850 afo:value "439.151"^^sxsd:hertz.number .
nothing@2 23851
nothing@2 23852 [] a afv:FundamentalFrequency ;
nothing@2 23853 event:time [ tl:at "3.686"^^xsd:float ;
nothing@2 23854 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23855 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23856 afo:value "439.128"^^sxsd:hertz.number .
nothing@2 23857
nothing@2 23858 [] a afv:FundamentalFrequency ;
nothing@2 23859 event:time [ tl:at "3.692"^^xsd:float ;
nothing@2 23860 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23861 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23862 afo:value "439.063"^^sxsd:hertz.number .
nothing@2 23863
nothing@2 23864 [] a afv:FundamentalFrequency ;
nothing@2 23865 event:time [ tl:at "3.698"^^xsd:float ;
nothing@2 23866 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23867 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23868 afo:value "438.959"^^sxsd:hertz.number .
nothing@2 23869
nothing@2 23870 [] a afv:FundamentalFrequency ;
nothing@2 23871 event:time [ tl:at "3.704"^^xsd:float ;
nothing@2 23872 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23873 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23874 afo:value "438.777"^^sxsd:hertz.number .
nothing@2 23875
nothing@2 23876 [] a afv:FundamentalFrequency ;
nothing@2 23877 event:time [ tl:at "3.709"^^xsd:float ;
nothing@2 23878 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23879 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23880 afo:value "438.609"^^sxsd:hertz.number .
nothing@2 23881
nothing@2 23882 [] a afv:FundamentalFrequency ;
nothing@2 23883 event:time [ tl:at "0.372"^^xsd:float ;
nothing@2 23884 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23885 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23886 afo:value "292.415"^^sxsd:hertz.number .
nothing@2 23887
nothing@2 23888 [] a afv:FundamentalFrequency ;
nothing@2 23889 event:time [ tl:at "3.715"^^xsd:float ;
nothing@2 23890 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23891 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23892 afo:value "438.504"^^sxsd:hertz.number .
nothing@2 23893
nothing@2 23894 [] a afv:FundamentalFrequency ;
nothing@2 23895 event:time [ tl:at "3.721"^^xsd:float ;
nothing@2 23896 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23897 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23898 afo:value "438.382"^^sxsd:hertz.number .
nothing@2 23899
nothing@2 23900 [] a afv:FundamentalFrequency ;
nothing@2 23901 event:time [ tl:at "3.727"^^xsd:float ;
nothing@2 23902 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23903 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23904 afo:value "437.734"^^sxsd:hertz.number .
nothing@2 23905
nothing@2 23906 [] a afv:FundamentalFrequency ;
nothing@2 23907 event:time [ tl:at "3.733"^^xsd:float ;
nothing@2 23908 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23909 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23910 afo:value "438.467"^^sxsd:hertz.number .
nothing@2 23911
nothing@2 23912 [] a afv:FundamentalFrequency ;
nothing@2 23913 event:time [ tl:at "3.738"^^xsd:float ;
nothing@2 23914 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23915 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23916 afo:value "539.737"^^sxsd:hertz.number .
nothing@2 23917
nothing@2 23918 [] a afv:FundamentalFrequency ;
nothing@2 23919 event:time [ tl:at "3.744"^^xsd:float ;
nothing@2 23920 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23921 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23922 afo:value "546.808"^^sxsd:hertz.number .
nothing@2 23923
nothing@2 23924 [] a afv:FundamentalFrequency ;
nothing@2 23925 event:time [ tl:at "3.75"^^xsd:float ;
nothing@2 23926 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23927 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23928 afo:value "586.449"^^sxsd:hertz.number .
nothing@2 23929
nothing@2 23930 [] a afv:FundamentalFrequency ;
nothing@2 23931 event:time [ tl:at "3.756"^^xsd:float ;
nothing@2 23932 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23933 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23934 afo:value "586.37"^^sxsd:hertz.number .
nothing@2 23935
nothing@2 23936 [] a afv:FundamentalFrequency ;
nothing@2 23937 event:time [ tl:at "3.762"^^xsd:float ;
nothing@2 23938 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23939 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23940 afo:value "585.875"^^sxsd:hertz.number .
nothing@2 23941
nothing@2 23942 [] a afv:FundamentalFrequency ;
nothing@2 23943 event:time [ tl:at "3.767"^^xsd:float ;
nothing@2 23944 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23945 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23946 afo:value "585.867"^^sxsd:hertz.number .
nothing@2 23947
nothing@2 23948 [] a afv:FundamentalFrequency ;
nothing@2 23949 event:time [ tl:at "0.377"^^xsd:float ;
nothing@2 23950 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23951 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23952 afo:value "292.304"^^sxsd:hertz.number .
nothing@2 23953
nothing@2 23954 [] a afv:FundamentalFrequency ;
nothing@2 23955 event:time [ tl:at "3.773"^^xsd:float ;
nothing@2 23956 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23957 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23958 afo:value "585.675"^^sxsd:hertz.number .
nothing@2 23959
nothing@2 23960 [] a afv:FundamentalFrequency ;
nothing@2 23961 event:time [ tl:at "3.779"^^xsd:float ;
nothing@2 23962 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23963 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23964 afo:value "585.448"^^sxsd:hertz.number .
nothing@2 23965
nothing@2 23966 [] a afv:FundamentalFrequency ;
nothing@2 23967 event:time [ tl:at "3.785"^^xsd:float ;
nothing@2 23968 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23969 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23970 afo:value "585.212"^^sxsd:hertz.number .
nothing@2 23971
nothing@2 23972 [] a afv:FundamentalFrequency ;
nothing@2 23973 event:time [ tl:at "3.791"^^xsd:float ;
nothing@2 23974 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23975 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23976 afo:value "585.035"^^sxsd:hertz.number .
nothing@2 23977
nothing@2 23978 [] a afv:FundamentalFrequency ;
nothing@2 23979 event:time [ tl:at "3.796"^^xsd:float ;
nothing@2 23980 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23981 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23982 afo:value "585.059"^^sxsd:hertz.number .
nothing@2 23983
nothing@2 23984 [] a afv:FundamentalFrequency ;
nothing@2 23985 event:time [ tl:at "3.802"^^xsd:float ;
nothing@2 23986 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23987 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23988 afo:value "584.95"^^sxsd:hertz.number .
nothing@2 23989
nothing@2 23990 [] a afv:FundamentalFrequency ;
nothing@2 23991 event:time [ tl:at "3.808"^^xsd:float ;
nothing@2 23992 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23993 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 23994 afo:value "584.872"^^sxsd:hertz.number .
nothing@2 23995
nothing@2 23996 [] a afv:FundamentalFrequency ;
nothing@2 23997 event:time [ tl:at "3.814"^^xsd:float ;
nothing@2 23998 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 23999 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24000 afo:value "584.833"^^sxsd:hertz.number .
nothing@2 24001
nothing@2 24002 [] a afv:FundamentalFrequency ;
nothing@2 24003 event:time [ tl:at "3.82"^^xsd:float ;
nothing@2 24004 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24005 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24006 afo:value "584.8"^^sxsd:hertz.number .
nothing@2 24007
nothing@2 24008 [] a afv:FundamentalFrequency ;
nothing@2 24009 event:time [ tl:at "3.825"^^xsd:float ;
nothing@2 24010 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24011 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24012 afo:value "584.754"^^sxsd:hertz.number .
nothing@2 24013
nothing@2 24014 [] a afv:FundamentalFrequency ;
nothing@2 24015 event:time [ tl:at "0.383"^^xsd:float ;
nothing@2 24016 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24017 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24018 afo:value "292.323"^^sxsd:hertz.number .
nothing@2 24019
nothing@2 24020 [] a afv:FundamentalFrequency ;
nothing@2 24021 event:time [ tl:at "3.831"^^xsd:float ;
nothing@2 24022 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24023 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24024 afo:value "584.662"^^sxsd:hertz.number .
nothing@2 24025
nothing@2 24026 [] a afv:FundamentalFrequency ;
nothing@2 24027 event:time [ tl:at "3.837"^^xsd:float ;
nothing@2 24028 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24029 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24030 afo:value "584.668"^^sxsd:hertz.number .
nothing@2 24031
nothing@2 24032 [] a afv:FundamentalFrequency ;
nothing@2 24033 event:time [ tl:at "3.843"^^xsd:float ;
nothing@2 24034 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24035 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24036 afo:value "584.644"^^sxsd:hertz.number .
nothing@2 24037
nothing@2 24038 [] a afv:FundamentalFrequency ;
nothing@2 24039 event:time [ tl:at "3.849"^^xsd:float ;
nothing@2 24040 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24041 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24042 afo:value "584.798"^^sxsd:hertz.number .
nothing@2 24043
nothing@2 24044 [] a afv:FundamentalFrequency ;
nothing@2 24045 event:time [ tl:at "3.855"^^xsd:float ;
nothing@2 24046 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24047 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24048 afo:value "584.896"^^sxsd:hertz.number .
nothing@2 24049
nothing@2 24050 [] a afv:FundamentalFrequency ;
nothing@2 24051 event:time [ tl:at "3.86"^^xsd:float ;
nothing@2 24052 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24053 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24054 afo:value "584.995"^^sxsd:hertz.number .
nothing@2 24055
nothing@2 24056 [] a afv:FundamentalFrequency ;
nothing@2 24057 event:time [ tl:at "3.866"^^xsd:float ;
nothing@2 24058 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24059 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24060 afo:value "584.966"^^sxsd:hertz.number .
nothing@2 24061
nothing@2 24062 [] a afv:FundamentalFrequency ;
nothing@2 24063 event:time [ tl:at "3.872"^^xsd:float ;
nothing@2 24064 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24065 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24066 afo:value "585.055"^^sxsd:hertz.number .
nothing@2 24067
nothing@2 24068 [] a afv:FundamentalFrequency ;
nothing@2 24069 event:time [ tl:at "3.878"^^xsd:float ;
nothing@2 24070 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24071 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24072 afo:value "585.167"^^sxsd:hertz.number .
nothing@2 24073
nothing@2 24074 [] a afv:FundamentalFrequency ;
nothing@2 24075 event:time [ tl:at "3.884"^^xsd:float ;
nothing@2 24076 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24077 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24078 afo:value "585.287"^^sxsd:hertz.number .
nothing@2 24079
nothing@2 24080 [] a afv:FundamentalFrequency ;
nothing@2 24081 event:time [ tl:at "0.389"^^xsd:float ;
nothing@2 24082 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24083 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24084 afo:value "292.427"^^sxsd:hertz.number .
nothing@2 24085
nothing@2 24086 [] a afv:FundamentalFrequency ;
nothing@2 24087 event:time [ tl:at "3.889"^^xsd:float ;
nothing@2 24088 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24089 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24090 afo:value "585.295"^^sxsd:hertz.number .
nothing@2 24091
nothing@2 24092 [] a afv:FundamentalFrequency ;
nothing@2 24093 event:time [ tl:at "3.895"^^xsd:float ;
nothing@2 24094 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24095 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24096 afo:value "585.323"^^sxsd:hertz.number .
nothing@2 24097
nothing@2 24098 [] a afv:FundamentalFrequency ;
nothing@2 24099 event:time [ tl:at "3.901"^^xsd:float ;
nothing@2 24100 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24101 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24102 afo:value "585.337"^^sxsd:hertz.number .
nothing@2 24103
nothing@2 24104 [] a afv:FundamentalFrequency ;
nothing@2 24105 event:time [ tl:at "3.907"^^xsd:float ;
nothing@2 24106 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24107 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24108 afo:value "585.395"^^sxsd:hertz.number .
nothing@2 24109
nothing@2 24110 [] a afv:FundamentalFrequency ;
nothing@2 24111 event:time [ tl:at "3.913"^^xsd:float ;
nothing@2 24112 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24113 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24114 afo:value "585.492"^^sxsd:hertz.number .
nothing@2 24115
nothing@2 24116 [] a afv:FundamentalFrequency ;
nothing@2 24117 event:time [ tl:at "3.918"^^xsd:float ;
nothing@2 24118 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24119 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24120 afo:value "585.601"^^sxsd:hertz.number .
nothing@2 24121
nothing@2 24122 [] a afv:FundamentalFrequency ;
nothing@2 24123 event:time [ tl:at "3.924"^^xsd:float ;
nothing@2 24124 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24125 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24126 afo:value "585.728"^^sxsd:hertz.number .
nothing@2 24127
nothing@2 24128 [] a afv:FundamentalFrequency ;
nothing@2 24129 event:time [ tl:at "3.93"^^xsd:float ;
nothing@2 24130 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24131 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24132 afo:value "585.767"^^sxsd:hertz.number .
nothing@2 24133
nothing@2 24134 [] a afv:FundamentalFrequency ;
nothing@2 24135 event:time [ tl:at "3.936"^^xsd:float ;
nothing@2 24136 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24137 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24138 afo:value "585.812"^^sxsd:hertz.number .
nothing@2 24139
nothing@2 24140 [] a afv:FundamentalFrequency ;
nothing@2 24141 event:time [ tl:at "3.942"^^xsd:float ;
nothing@2 24142 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24143 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24144 afo:value "585.922"^^sxsd:hertz.number .
nothing@2 24145
nothing@2 24146 [] a afv:FundamentalFrequency ;
nothing@2 24147 event:time [ tl:at "0.395"^^xsd:float ;
nothing@2 24148 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24149 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24150 afo:value "292.488"^^sxsd:hertz.number .
nothing@2 24151
nothing@2 24152 [] a afv:FundamentalFrequency ;
nothing@2 24153 event:time [ tl:at "3.947"^^xsd:float ;
nothing@2 24154 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24155 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24156 afo:value "585.997"^^sxsd:hertz.number .
nothing@2 24157
nothing@2 24158 [] a afv:FundamentalFrequency ;
nothing@2 24159 event:time [ tl:at "3.953"^^xsd:float ;
nothing@2 24160 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24161 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24162 afo:value "586.023"^^sxsd:hertz.number .
nothing@2 24163
nothing@2 24164 [] a afv:FundamentalFrequency ;
nothing@2 24165 event:time [ tl:at "3.959"^^xsd:float ;
nothing@2 24166 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24167 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24168 afo:value "586.064"^^sxsd:hertz.number .
nothing@2 24169
nothing@2 24170 [] a afv:FundamentalFrequency ;
nothing@2 24171 event:time [ tl:at "3.965"^^xsd:float ;
nothing@2 24172 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24173 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24174 afo:value "586.045"^^sxsd:hertz.number .
nothing@2 24175
nothing@2 24176 [] a afv:FundamentalFrequency ;
nothing@2 24177 event:time [ tl:at "3.971"^^xsd:float ;
nothing@2 24178 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24179 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24180 afo:value "586.024"^^sxsd:hertz.number .
nothing@2 24181
nothing@2 24182 [] a afv:FundamentalFrequency ;
nothing@2 24183 event:time [ tl:at "3.976"^^xsd:float ;
nothing@2 24184 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24185 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24186 afo:value "586.003"^^sxsd:hertz.number .
nothing@2 24187
nothing@2 24188 [] a afv:FundamentalFrequency ;
nothing@2 24189 event:time [ tl:at "3.982"^^xsd:float ;
nothing@2 24190 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24191 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24192 afo:value "585.965"^^sxsd:hertz.number .
nothing@2 24193
nothing@2 24194 [] a afv:FundamentalFrequency ;
nothing@2 24195 event:time [ tl:at "3.988"^^xsd:float ;
nothing@2 24196 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24197 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24198 afo:value "585.91"^^sxsd:hertz.number .
nothing@2 24199
nothing@2 24200 [] a afv:FundamentalFrequency ;
nothing@2 24201 event:time [ tl:at "3.994"^^xsd:float ;
nothing@2 24202 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24203 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24204 afo:value "585.771"^^sxsd:hertz.number .
nothing@2 24205
nothing@2 24206 [] a afv:FundamentalFrequency ;
nothing@2 24207 event:time [ tl:at "4.0"^^xsd:float ;
nothing@2 24208 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24209 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24210 afo:value "585.765"^^sxsd:hertz.number .
nothing@2 24211
nothing@2 24212 [] a afv:FundamentalFrequency ;
nothing@2 24213 event:time [ tl:at "0.401"^^xsd:float ;
nothing@2 24214 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24215 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24216 afo:value "292.517"^^sxsd:hertz.number .
nothing@2 24217
nothing@2 24218 [] a afv:FundamentalFrequency ;
nothing@2 24219 event:time [ tl:at "4.005"^^xsd:float ;
nothing@2 24220 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24221 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24222 afo:value "585.865"^^sxsd:hertz.number .
nothing@2 24223
nothing@2 24224 [] a afv:FundamentalFrequency ;
nothing@2 24225 event:time [ tl:at "4.011"^^xsd:float ;
nothing@2 24226 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24227 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24228 afo:value "585.931"^^sxsd:hertz.number .
nothing@2 24229
nothing@2 24230 [] a afv:FundamentalFrequency ;
nothing@2 24231 event:time [ tl:at "4.017"^^xsd:float ;
nothing@2 24232 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24233 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24234 afo:value "585.956"^^sxsd:hertz.number .
nothing@2 24235
nothing@2 24236 [] a afv:FundamentalFrequency ;
nothing@2 24237 event:time [ tl:at "4.023"^^xsd:float ;
nothing@2 24238 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24239 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24240 afo:value "586.014"^^sxsd:hertz.number .
nothing@2 24241
nothing@2 24242 [] a afv:FundamentalFrequency ;
nothing@2 24243 event:time [ tl:at "4.029"^^xsd:float ;
nothing@2 24244 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24245 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24246 afo:value "586.051"^^sxsd:hertz.number .
nothing@2 24247
nothing@2 24248 [] a afv:FundamentalFrequency ;
nothing@2 24249 event:time [ tl:at "4.034"^^xsd:float ;
nothing@2 24250 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24251 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24252 afo:value "586.059"^^sxsd:hertz.number .
nothing@2 24253
nothing@2 24254 [] a afv:FundamentalFrequency ;
nothing@2 24255 event:time [ tl:at "4.04"^^xsd:float ;
nothing@2 24256 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24257 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24258 afo:value "586.114"^^sxsd:hertz.number .
nothing@2 24259
nothing@2 24260 [] a afv:FundamentalFrequency ;
nothing@2 24261 event:time [ tl:at "4.046"^^xsd:float ;
nothing@2 24262 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24263 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24264 afo:value "586.158"^^sxsd:hertz.number .
nothing@2 24265
nothing@2 24266 [] a afv:FundamentalFrequency ;
nothing@2 24267 event:time [ tl:at "4.052"^^xsd:float ;
nothing@2 24268 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24269 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24270 afo:value "586.222"^^sxsd:hertz.number .
nothing@2 24271
nothing@2 24272 [] a afv:FundamentalFrequency ;
nothing@2 24273 event:time [ tl:at "4.058"^^xsd:float ;
nothing@2 24274 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24275 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24276 afo:value "586.193"^^sxsd:hertz.number .
nothing@2 24277
nothing@2 24278 [] a afv:FundamentalFrequency ;
nothing@2 24279 event:time [ tl:at "0.041"^^xsd:float ;
nothing@2 24280 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24281 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24282 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 24283
nothing@2 24284 [] a afv:FundamentalFrequency ;
nothing@2 24285 event:time [ tl:at "0.406"^^xsd:float ;
nothing@2 24286 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24287 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24288 afo:value "292.519"^^sxsd:hertz.number .
nothing@2 24289
nothing@2 24290 [] a afv:FundamentalFrequency ;
nothing@2 24291 event:time [ tl:at "4.063"^^xsd:float ;
nothing@2 24292 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24293 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24294 afo:value "586.208"^^sxsd:hertz.number .
nothing@2 24295
nothing@2 24296 [] a afv:FundamentalFrequency ;
nothing@2 24297 event:time [ tl:at "4.069"^^xsd:float ;
nothing@2 24298 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24299 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24300 afo:value "586.333"^^sxsd:hertz.number .
nothing@2 24301
nothing@2 24302 [] a afv:FundamentalFrequency ;
nothing@2 24303 event:time [ tl:at "4.075"^^xsd:float ;
nothing@2 24304 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24305 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24306 afo:value "586.309"^^sxsd:hertz.number .
nothing@2 24307
nothing@2 24308 [] a afv:FundamentalFrequency ;
nothing@2 24309 event:time [ tl:at "4.081"^^xsd:float ;
nothing@2 24310 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24311 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24312 afo:value "586.268"^^sxsd:hertz.number .
nothing@2 24313
nothing@2 24314 [] a afv:FundamentalFrequency ;
nothing@2 24315 event:time [ tl:at "4.087"^^xsd:float ;
nothing@2 24316 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24317 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24318 afo:value "586.348"^^sxsd:hertz.number .
nothing@2 24319
nothing@2 24320 [] a afv:FundamentalFrequency ;
nothing@2 24321 event:time [ tl:at "4.093"^^xsd:float ;
nothing@2 24322 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24323 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24324 afo:value "586.361"^^sxsd:hertz.number .
nothing@2 24325
nothing@2 24326 [] a afv:FundamentalFrequency ;
nothing@2 24327 event:time [ tl:at "4.098"^^xsd:float ;
nothing@2 24328 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24329 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24330 afo:value "586.407"^^sxsd:hertz.number .
nothing@2 24331
nothing@2 24332 [] a afv:FundamentalFrequency ;
nothing@2 24333 event:time [ tl:at "4.104"^^xsd:float ;
nothing@2 24334 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24335 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24336 afo:value "586.402"^^sxsd:hertz.number .
nothing@2 24337
nothing@2 24338 [] a afv:FundamentalFrequency ;
nothing@2 24339 event:time [ tl:at "4.11"^^xsd:float ;
nothing@2 24340 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24341 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24342 afo:value "586.385"^^sxsd:hertz.number .
nothing@2 24343
nothing@2 24344 [] a afv:FundamentalFrequency ;
nothing@2 24345 event:time [ tl:at "4.116"^^xsd:float ;
nothing@2 24346 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24347 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24348 afo:value "586.374"^^sxsd:hertz.number .
nothing@2 24349
nothing@2 24350 [] a afv:FundamentalFrequency ;
nothing@2 24351 event:time [ tl:at "0.412"^^xsd:float ;
nothing@2 24352 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24353 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24354 afo:value "292.523"^^sxsd:hertz.number .
nothing@2 24355
nothing@2 24356 [] a afv:FundamentalFrequency ;
nothing@2 24357 event:time [ tl:at "4.122"^^xsd:float ;
nothing@2 24358 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24359 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24360 afo:value "586.293"^^sxsd:hertz.number .
nothing@2 24361
nothing@2 24362 [] a afv:FundamentalFrequency ;
nothing@2 24363 event:time [ tl:at "4.127"^^xsd:float ;
nothing@2 24364 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24365 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24366 afo:value "586.194"^^sxsd:hertz.number .
nothing@2 24367
nothing@2 24368 [] a afv:FundamentalFrequency ;
nothing@2 24369 event:time [ tl:at "4.133"^^xsd:float ;
nothing@2 24370 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24371 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24372 afo:value "586.085"^^sxsd:hertz.number .
nothing@2 24373
nothing@2 24374 [] a afv:FundamentalFrequency ;
nothing@2 24375 event:time [ tl:at "4.139"^^xsd:float ;
nothing@2 24376 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24377 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24378 afo:value "585.957"^^sxsd:hertz.number .
nothing@2 24379
nothing@2 24380 [] a afv:FundamentalFrequency ;
nothing@2 24381 event:time [ tl:at "4.145"^^xsd:float ;
nothing@2 24382 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24383 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24384 afo:value "585.834"^^sxsd:hertz.number .
nothing@2 24385
nothing@2 24386 [] a afv:FundamentalFrequency ;
nothing@2 24387 event:time [ tl:at "4.151"^^xsd:float ;
nothing@2 24388 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24389 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24390 afo:value "585.741"^^sxsd:hertz.number .
nothing@2 24391
nothing@2 24392 [] a afv:FundamentalFrequency ;
nothing@2 24393 event:time [ tl:at "4.156"^^xsd:float ;
nothing@2 24394 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24395 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24396 afo:value "585.628"^^sxsd:hertz.number .
nothing@2 24397
nothing@2 24398 [] a afv:FundamentalFrequency ;
nothing@2 24399 event:time [ tl:at "4.162"^^xsd:float ;
nothing@2 24400 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24401 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24402 afo:value "585.355"^^sxsd:hertz.number .
nothing@2 24403
nothing@2 24404 [] a afv:FundamentalFrequency ;
nothing@2 24405 event:time [ tl:at "4.168"^^xsd:float ;
nothing@2 24406 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24407 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24408 afo:value "585.123"^^sxsd:hertz.number .
nothing@2 24409
nothing@2 24410 [] a afv:FundamentalFrequency ;
nothing@2 24411 event:time [ tl:at "4.174"^^xsd:float ;
nothing@2 24412 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24413 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24414 afo:value "584.993"^^sxsd:hertz.number .
nothing@2 24415
nothing@2 24416 [] a afv:FundamentalFrequency ;
nothing@2 24417 event:time [ tl:at "0.418"^^xsd:float ;
nothing@2 24418 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24419 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24420 afo:value "292.567"^^sxsd:hertz.number .
nothing@2 24421
nothing@2 24422 [] a afv:FundamentalFrequency ;
nothing@2 24423 event:time [ tl:at "4.18"^^xsd:float ;
nothing@2 24424 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24425 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24426 afo:value "584.63"^^sxsd:hertz.number .
nothing@2 24427
nothing@2 24428 [] a afv:FundamentalFrequency ;
nothing@2 24429 event:time [ tl:at "4.185"^^xsd:float ;
nothing@2 24430 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24431 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24432 afo:value "584.081"^^sxsd:hertz.number .
nothing@2 24433
nothing@2 24434 [] a afv:FundamentalFrequency ;
nothing@2 24435 event:time [ tl:at "4.191"^^xsd:float ;
nothing@2 24436 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24437 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24438 afo:value "583.676"^^sxsd:hertz.number .
nothing@2 24439
nothing@2 24440 [] a afv:FundamentalFrequency ;
nothing@2 24441 event:time [ tl:at "4.197"^^xsd:float ;
nothing@2 24442 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24443 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24444 afo:value "583.539"^^sxsd:hertz.number .
nothing@2 24445
nothing@2 24446 [] a afv:FundamentalFrequency ;
nothing@2 24447 event:time [ tl:at "4.203"^^xsd:float ;
nothing@2 24448 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24449 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24450 afo:value "583.689"^^sxsd:hertz.number .
nothing@2 24451
nothing@2 24452 [] a afv:FundamentalFrequency ;
nothing@2 24453 event:time [ tl:at "4.209"^^xsd:float ;
nothing@2 24454 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24455 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24456 afo:value "584.194"^^sxsd:hertz.number .
nothing@2 24457
nothing@2 24458 [] a afv:FundamentalFrequency ;
nothing@2 24459 event:time [ tl:at "4.214"^^xsd:float ;
nothing@2 24460 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24461 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24462 afo:value "584.948"^^sxsd:hertz.number .
nothing@2 24463
nothing@2 24464 [] a afv:FundamentalFrequency ;
nothing@2 24465 event:time [ tl:at "4.22"^^xsd:float ;
nothing@2 24466 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24467 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24468 afo:value "585.551"^^sxsd:hertz.number .
nothing@2 24469
nothing@2 24470 [] a afv:FundamentalFrequency ;
nothing@2 24471 event:time [ tl:at "4.226"^^xsd:float ;
nothing@2 24472 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24473 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24474 afo:value "586.463"^^sxsd:hertz.number .
nothing@2 24475
nothing@2 24476 [] a afv:FundamentalFrequency ;
nothing@2 24477 event:time [ tl:at "4.232"^^xsd:float ;
nothing@2 24478 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24479 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24480 afo:value "587.255"^^sxsd:hertz.number .
nothing@2 24481
nothing@2 24482 [] a afv:FundamentalFrequency ;
nothing@2 24483 event:time [ tl:at "0.424"^^xsd:float ;
nothing@2 24484 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24485 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24486 afo:value "292.619"^^sxsd:hertz.number .
nothing@2 24487
nothing@2 24488 [] a afv:FundamentalFrequency ;
nothing@2 24489 event:time [ tl:at "4.238"^^xsd:float ;
nothing@2 24490 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24491 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24492 afo:value "590.571"^^sxsd:hertz.number .
nothing@2 24493
nothing@2 24494 [] a afv:FundamentalFrequency ;
nothing@2 24495 event:time [ tl:at "4.243"^^xsd:float ;
nothing@2 24496 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24497 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24498 afo:value "533.806"^^sxsd:hertz.number .
nothing@2 24499
nothing@2 24500 [] a afv:FundamentalFrequency ;
nothing@2 24501 event:time [ tl:at "4.249"^^xsd:float ;
nothing@2 24502 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24503 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24504 afo:value "522.585"^^sxsd:hertz.number .
nothing@2 24505
nothing@2 24506 [] a afv:FundamentalFrequency ;
nothing@2 24507 event:time [ tl:at "4.255"^^xsd:float ;
nothing@2 24508 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24509 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24510 afo:value "514.385"^^sxsd:hertz.number .
nothing@2 24511
nothing@2 24512 [] a afv:FundamentalFrequency ;
nothing@2 24513 event:time [ tl:at "4.261"^^xsd:float ;
nothing@2 24514 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24515 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24516 afo:value "490.244"^^sxsd:hertz.number .
nothing@2 24517
nothing@2 24518 [] a afv:FundamentalFrequency ;
nothing@2 24519 event:time [ tl:at "4.267"^^xsd:float ;
nothing@2 24520 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24521 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24522 afo:value "491.422"^^sxsd:hertz.number .
nothing@2 24523
nothing@2 24524 [] a afv:FundamentalFrequency ;
nothing@2 24525 event:time [ tl:at "4.272"^^xsd:float ;
nothing@2 24526 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24527 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24528 afo:value "492.798"^^sxsd:hertz.number .
nothing@2 24529
nothing@2 24530 [] a afv:FundamentalFrequency ;
nothing@2 24531 event:time [ tl:at "4.278"^^xsd:float ;
nothing@2 24532 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24533 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24534 afo:value "492.579"^^sxsd:hertz.number .
nothing@2 24535
nothing@2 24536 [] a afv:FundamentalFrequency ;
nothing@2 24537 event:time [ tl:at "4.284"^^xsd:float ;
nothing@2 24538 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24539 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24540 afo:value "492.744"^^sxsd:hertz.number .
nothing@2 24541
nothing@2 24542 [] a afv:FundamentalFrequency ;
nothing@2 24543 event:time [ tl:at "4.29"^^xsd:float ;
nothing@2 24544 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24545 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24546 afo:value "492.746"^^sxsd:hertz.number .
nothing@2 24547
nothing@2 24548 [] a afv:FundamentalFrequency ;
nothing@2 24549 event:time [ tl:at "0.43"^^xsd:float ;
nothing@2 24550 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24551 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24552 afo:value "292.605"^^sxsd:hertz.number .
nothing@2 24553
nothing@2 24554 [] a afv:FundamentalFrequency ;
nothing@2 24555 event:time [ tl:at "4.296"^^xsd:float ;
nothing@2 24556 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24557 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24558 afo:value "492.586"^^sxsd:hertz.number .
nothing@2 24559
nothing@2 24560 [] a afv:FundamentalFrequency ;
nothing@2 24561 event:time [ tl:at "4.301"^^xsd:float ;
nothing@2 24562 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24563 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24564 afo:value "492.442"^^sxsd:hertz.number .
nothing@2 24565
nothing@2 24566 [] a afv:FundamentalFrequency ;
nothing@2 24567 event:time [ tl:at "4.307"^^xsd:float ;
nothing@2 24568 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24569 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24570 afo:value "492.454"^^sxsd:hertz.number .
nothing@2 24571
nothing@2 24572 [] a afv:FundamentalFrequency ;
nothing@2 24573 event:time [ tl:at "4.313"^^xsd:float ;
nothing@2 24574 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24575 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24576 afo:value "492.357"^^sxsd:hertz.number .
nothing@2 24577
nothing@2 24578 [] a afv:FundamentalFrequency ;
nothing@2 24579 event:time [ tl:at "4.319"^^xsd:float ;
nothing@2 24580 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24581 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24582 afo:value "492.225"^^sxsd:hertz.number .
nothing@2 24583
nothing@2 24584 [] a afv:FundamentalFrequency ;
nothing@2 24585 event:time [ tl:at "4.325"^^xsd:float ;
nothing@2 24586 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24587 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24588 afo:value "492.057"^^sxsd:hertz.number .
nothing@2 24589
nothing@2 24590 [] a afv:FundamentalFrequency ;
nothing@2 24591 event:time [ tl:at "4.331"^^xsd:float ;
nothing@2 24592 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24593 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24594 afo:value "491.974"^^sxsd:hertz.number .
nothing@2 24595
nothing@2 24596 [] a afv:FundamentalFrequency ;
nothing@2 24597 event:time [ tl:at "4.336"^^xsd:float ;
nothing@2 24598 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24599 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24600 afo:value "491.897"^^sxsd:hertz.number .
nothing@2 24601
nothing@2 24602 [] a afv:FundamentalFrequency ;
nothing@2 24603 event:time [ tl:at "4.342"^^xsd:float ;
nothing@2 24604 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24605 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24606 afo:value "491.844"^^sxsd:hertz.number .
nothing@2 24607
nothing@2 24608 [] a afv:FundamentalFrequency ;
nothing@2 24609 event:time [ tl:at "4.348"^^xsd:float ;
nothing@2 24610 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24611 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24612 afo:value "491.803"^^sxsd:hertz.number .
nothing@2 24613
nothing@2 24614 [] a afv:FundamentalFrequency ;
nothing@2 24615 event:time [ tl:at "0.435"^^xsd:float ;
nothing@2 24616 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24617 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24618 afo:value "292.59"^^sxsd:hertz.number .
nothing@2 24619
nothing@2 24620 [] a afv:FundamentalFrequency ;
nothing@2 24621 event:time [ tl:at "4.354"^^xsd:float ;
nothing@2 24622 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24623 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24624 afo:value "491.768"^^sxsd:hertz.number .
nothing@2 24625
nothing@2 24626 [] a afv:FundamentalFrequency ;
nothing@2 24627 event:time [ tl:at "4.36"^^xsd:float ;
nothing@2 24628 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24629 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24630 afo:value "491.721"^^sxsd:hertz.number .
nothing@2 24631
nothing@2 24632 [] a afv:FundamentalFrequency ;
nothing@2 24633 event:time [ tl:at "4.365"^^xsd:float ;
nothing@2 24634 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24635 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24636 afo:value "491.65"^^sxsd:hertz.number .
nothing@2 24637
nothing@2 24638 [] a afv:FundamentalFrequency ;
nothing@2 24639 event:time [ tl:at "4.371"^^xsd:float ;
nothing@2 24640 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24641 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24642 afo:value "491.63"^^sxsd:hertz.number .
nothing@2 24643
nothing@2 24644 [] a afv:FundamentalFrequency ;
nothing@2 24645 event:time [ tl:at "4.377"^^xsd:float ;
nothing@2 24646 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24647 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24648 afo:value "491.638"^^sxsd:hertz.number .
nothing@2 24649
nothing@2 24650 [] a afv:FundamentalFrequency ;
nothing@2 24651 event:time [ tl:at "4.383"^^xsd:float ;
nothing@2 24652 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24653 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24654 afo:value "491.708"^^sxsd:hertz.number .
nothing@2 24655
nothing@2 24656 [] a afv:FundamentalFrequency ;
nothing@2 24657 event:time [ tl:at "4.389"^^xsd:float ;
nothing@2 24658 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24659 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24660 afo:value "491.787"^^sxsd:hertz.number .
nothing@2 24661
nothing@2 24662 [] a afv:FundamentalFrequency ;
nothing@2 24663 event:time [ tl:at "4.394"^^xsd:float ;
nothing@2 24664 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24665 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24666 afo:value "491.876"^^sxsd:hertz.number .
nothing@2 24667
nothing@2 24668 [] a afv:FundamentalFrequency ;
nothing@2 24669 event:time [ tl:at "4.4"^^xsd:float ;
nothing@2 24670 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24671 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24672 afo:value "491.928"^^sxsd:hertz.number .
nothing@2 24673
nothing@2 24674 [] a afv:FundamentalFrequency ;
nothing@2 24675 event:time [ tl:at "4.406"^^xsd:float ;
nothing@2 24676 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24677 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24678 afo:value "491.986"^^sxsd:hertz.number .
nothing@2 24679
nothing@2 24680 [] a afv:FundamentalFrequency ;
nothing@2 24681 event:time [ tl:at "0.441"^^xsd:float ;
nothing@2 24682 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24683 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24684 afo:value "292.665"^^sxsd:hertz.number .
nothing@2 24685
nothing@2 24686 [] a afv:FundamentalFrequency ;
nothing@2 24687 event:time [ tl:at "4.412"^^xsd:float ;
nothing@2 24688 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24689 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24690 afo:value "491.977"^^sxsd:hertz.number .
nothing@2 24691
nothing@2 24692 [] a afv:FundamentalFrequency ;
nothing@2 24693 event:time [ tl:at "4.418"^^xsd:float ;
nothing@2 24694 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24695 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24696 afo:value "492.055"^^sxsd:hertz.number .
nothing@2 24697
nothing@2 24698 [] a afv:FundamentalFrequency ;
nothing@2 24699 event:time [ tl:at "4.423"^^xsd:float ;
nothing@2 24700 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24701 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24702 afo:value "492.142"^^sxsd:hertz.number .
nothing@2 24703
nothing@2 24704 [] a afv:FundamentalFrequency ;
nothing@2 24705 event:time [ tl:at "4.429"^^xsd:float ;
nothing@2 24706 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24707 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24708 afo:value "492.232"^^sxsd:hertz.number .
nothing@2 24709
nothing@2 24710 [] a afv:FundamentalFrequency ;
nothing@2 24711 event:time [ tl:at "4.435"^^xsd:float ;
nothing@2 24712 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24713 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24714 afo:value "492.254"^^sxsd:hertz.number .
nothing@2 24715
nothing@2 24716 [] a afv:FundamentalFrequency ;
nothing@2 24717 event:time [ tl:at "4.441"^^xsd:float ;
nothing@2 24718 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24719 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24720 afo:value "492.313"^^sxsd:hertz.number .
nothing@2 24721
nothing@2 24722 [] a afv:FundamentalFrequency ;
nothing@2 24723 event:time [ tl:at "4.447"^^xsd:float ;
nothing@2 24724 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24725 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24726 afo:value "492.359"^^sxsd:hertz.number .
nothing@2 24727
nothing@2 24728 [] a afv:FundamentalFrequency ;
nothing@2 24729 event:time [ tl:at "4.452"^^xsd:float ;
nothing@2 24730 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24731 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24732 afo:value "492.408"^^sxsd:hertz.number .
nothing@2 24733
nothing@2 24734 [] a afv:FundamentalFrequency ;
nothing@2 24735 event:time [ tl:at "4.458"^^xsd:float ;
nothing@2 24736 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24737 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24738 afo:value "492.471"^^sxsd:hertz.number .
nothing@2 24739
nothing@2 24740 [] a afv:FundamentalFrequency ;
nothing@2 24741 event:time [ tl:at "4.464"^^xsd:float ;
nothing@2 24742 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24743 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24744 afo:value "492.553"^^sxsd:hertz.number .
nothing@2 24745
nothing@2 24746 [] a afv:FundamentalFrequency ;
nothing@2 24747 event:time [ tl:at "0.447"^^xsd:float ;
nothing@2 24748 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24749 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24750 afo:value "292.656"^^sxsd:hertz.number .
nothing@2 24751
nothing@2 24752 [] a afv:FundamentalFrequency ;
nothing@2 24753 event:time [ tl:at "4.47"^^xsd:float ;
nothing@2 24754 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24755 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24756 afo:value "492.668"^^sxsd:hertz.number .
nothing@2 24757
nothing@2 24758 [] a afv:FundamentalFrequency ;
nothing@2 24759 event:time [ tl:at "4.476"^^xsd:float ;
nothing@2 24760 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24761 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24762 afo:value "492.686"^^sxsd:hertz.number .
nothing@2 24763
nothing@2 24764 [] a afv:FundamentalFrequency ;
nothing@2 24765 event:time [ tl:at "4.481"^^xsd:float ;
nothing@2 24766 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24767 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24768 afo:value "492.701"^^sxsd:hertz.number .
nothing@2 24769
nothing@2 24770 [] a afv:FundamentalFrequency ;
nothing@2 24771 event:time [ tl:at "4.487"^^xsd:float ;
nothing@2 24772 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24773 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24774 afo:value "492.708"^^sxsd:hertz.number .
nothing@2 24775
nothing@2 24776 [] a afv:FundamentalFrequency ;
nothing@2 24777 event:time [ tl:at "4.493"^^xsd:float ;
nothing@2 24778 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24779 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24780 afo:value "492.728"^^sxsd:hertz.number .
nothing@2 24781
nothing@2 24782 [] a afv:FundamentalFrequency ;
nothing@2 24783 event:time [ tl:at "4.499"^^xsd:float ;
nothing@2 24784 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24785 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24786 afo:value "492.805"^^sxsd:hertz.number .
nothing@2 24787
nothing@2 24788 [] a afv:FundamentalFrequency ;
nothing@2 24789 event:time [ tl:at "4.505"^^xsd:float ;
nothing@2 24790 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24791 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24792 afo:value "492.866"^^sxsd:hertz.number .
nothing@2 24793
nothing@2 24794 [] a afv:FundamentalFrequency ;
nothing@2 24795 event:time [ tl:at "4.51"^^xsd:float ;
nothing@2 24796 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24797 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24798 afo:value "492.916"^^sxsd:hertz.number .
nothing@2 24799
nothing@2 24800 [] a afv:FundamentalFrequency ;
nothing@2 24801 event:time [ tl:at "4.516"^^xsd:float ;
nothing@2 24802 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24803 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24804 afo:value "492.966"^^sxsd:hertz.number .
nothing@2 24805
nothing@2 24806 [] a afv:FundamentalFrequency ;
nothing@2 24807 event:time [ tl:at "4.522"^^xsd:float ;
nothing@2 24808 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24809 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24810 afo:value "492.937"^^sxsd:hertz.number .
nothing@2 24811
nothing@2 24812 [] a afv:FundamentalFrequency ;
nothing@2 24813 event:time [ tl:at "0.453"^^xsd:float ;
nothing@2 24814 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24815 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24816 afo:value "292.646"^^sxsd:hertz.number .
nothing@2 24817
nothing@2 24818 [] a afv:FundamentalFrequency ;
nothing@2 24819 event:time [ tl:at "4.528"^^xsd:float ;
nothing@2 24820 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24821 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24822 afo:value "492.911"^^sxsd:hertz.number .
nothing@2 24823
nothing@2 24824 [] a afv:FundamentalFrequency ;
nothing@2 24825 event:time [ tl:at "4.534"^^xsd:float ;
nothing@2 24826 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24827 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24828 afo:value "492.884"^^sxsd:hertz.number .
nothing@2 24829
nothing@2 24830 [] a afv:FundamentalFrequency ;
nothing@2 24831 event:time [ tl:at "4.54"^^xsd:float ;
nothing@2 24832 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24833 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24834 afo:value "492.882"^^sxsd:hertz.number .
nothing@2 24835
nothing@2 24836 [] a afv:FundamentalFrequency ;
nothing@2 24837 event:time [ tl:at "4.545"^^xsd:float ;
nothing@2 24838 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24839 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24840 afo:value "492.866"^^sxsd:hertz.number .
nothing@2 24841
nothing@2 24842 [] a afv:FundamentalFrequency ;
nothing@2 24843 event:time [ tl:at "4.551"^^xsd:float ;
nothing@2 24844 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24845 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24846 afo:value "492.815"^^sxsd:hertz.number .
nothing@2 24847
nothing@2 24848 [] a afv:FundamentalFrequency ;
nothing@2 24849 event:time [ tl:at "4.557"^^xsd:float ;
nothing@2 24850 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24851 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24852 afo:value "492.741"^^sxsd:hertz.number .
nothing@2 24853
nothing@2 24854 [] a afv:FundamentalFrequency ;
nothing@2 24855 event:time [ tl:at "4.563"^^xsd:float ;
nothing@2 24856 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24857 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24858 afo:value "492.669"^^sxsd:hertz.number .
nothing@2 24859
nothing@2 24860 [] a afv:FundamentalFrequency ;
nothing@2 24861 event:time [ tl:at "4.569"^^xsd:float ;
nothing@2 24862 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24863 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24864 afo:value "492.654"^^sxsd:hertz.number .
nothing@2 24865
nothing@2 24866 [] a afv:FundamentalFrequency ;
nothing@2 24867 event:time [ tl:at "4.574"^^xsd:float ;
nothing@2 24868 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24869 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24870 afo:value "492.674"^^sxsd:hertz.number .
nothing@2 24871
nothing@2 24872 [] a afv:FundamentalFrequency ;
nothing@2 24873 event:time [ tl:at "4.58"^^xsd:float ;
nothing@2 24874 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24875 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24876 afo:value "492.707"^^sxsd:hertz.number .
nothing@2 24877
nothing@2 24878 [] a afv:FundamentalFrequency ;
nothing@2 24879 event:time [ tl:at "0.459"^^xsd:float ;
nothing@2 24880 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24881 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24882 afo:value "292.6"^^sxsd:hertz.number .
nothing@2 24883
nothing@2 24884 [] a afv:FundamentalFrequency ;
nothing@2 24885 event:time [ tl:at "4.586"^^xsd:float ;
nothing@2 24886 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24887 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24888 afo:value "492.751"^^sxsd:hertz.number .
nothing@2 24889
nothing@2 24890 [] a afv:FundamentalFrequency ;
nothing@2 24891 event:time [ tl:at "4.592"^^xsd:float ;
nothing@2 24892 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24893 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24894 afo:value "492.763"^^sxsd:hertz.number .
nothing@2 24895
nothing@2 24896 [] a afv:FundamentalFrequency ;
nothing@2 24897 event:time [ tl:at "4.598"^^xsd:float ;
nothing@2 24898 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24899 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24900 afo:value "492.851"^^sxsd:hertz.number .
nothing@2 24901
nothing@2 24902 [] a afv:FundamentalFrequency ;
nothing@2 24903 event:time [ tl:at "4.603"^^xsd:float ;
nothing@2 24904 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24905 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24906 afo:value "492.85"^^sxsd:hertz.number .
nothing@2 24907
nothing@2 24908 [] a afv:FundamentalFrequency ;
nothing@2 24909 event:time [ tl:at "4.609"^^xsd:float ;
nothing@2 24910 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24911 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24912 afo:value "492.886"^^sxsd:hertz.number .
nothing@2 24913
nothing@2 24914 [] a afv:FundamentalFrequency ;
nothing@2 24915 event:time [ tl:at "4.615"^^xsd:float ;
nothing@2 24916 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24917 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24918 afo:value "492.913"^^sxsd:hertz.number .
nothing@2 24919
nothing@2 24920 [] a afv:FundamentalFrequency ;
nothing@2 24921 event:time [ tl:at "4.621"^^xsd:float ;
nothing@2 24922 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24923 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24924 afo:value "492.935"^^sxsd:hertz.number .
nothing@2 24925
nothing@2 24926 [] a afv:FundamentalFrequency ;
nothing@2 24927 event:time [ tl:at "4.627"^^xsd:float ;
nothing@2 24928 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24929 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24930 afo:value "492.97"^^sxsd:hertz.number .
nothing@2 24931
nothing@2 24932 [] a afv:FundamentalFrequency ;
nothing@2 24933 event:time [ tl:at "4.632"^^xsd:float ;
nothing@2 24934 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24935 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24936 afo:value "492.982"^^sxsd:hertz.number .
nothing@2 24937
nothing@2 24938 [] a afv:FundamentalFrequency ;
nothing@2 24939 event:time [ tl:at "4.638"^^xsd:float ;
nothing@2 24940 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24941 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24942 afo:value "493.027"^^sxsd:hertz.number .
nothing@2 24943
nothing@2 24944 [] a afv:FundamentalFrequency ;
nothing@2 24945 event:time [ tl:at "0.046"^^xsd:float ;
nothing@2 24946 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24947 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24948 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 24949
nothing@2 24950 [] a afv:FundamentalFrequency ;
nothing@2 24951 event:time [ tl:at "0.464"^^xsd:float ;
nothing@2 24952 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24953 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24954 afo:value "292.583"^^sxsd:hertz.number .
nothing@2 24955
nothing@2 24956 [] a afv:FundamentalFrequency ;
nothing@2 24957 event:time [ tl:at "4.644"^^xsd:float ;
nothing@2 24958 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24959 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24960 afo:value "492.992"^^sxsd:hertz.number .
nothing@2 24961
nothing@2 24962 [] a afv:FundamentalFrequency ;
nothing@2 24963 event:time [ tl:at "4.65"^^xsd:float ;
nothing@2 24964 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24965 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24966 afo:value "492.935"^^sxsd:hertz.number .
nothing@2 24967
nothing@2 24968 [] a afv:FundamentalFrequency ;
nothing@2 24969 event:time [ tl:at "4.656"^^xsd:float ;
nothing@2 24970 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24971 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24972 afo:value "492.856"^^sxsd:hertz.number .
nothing@2 24973
nothing@2 24974 [] a afv:FundamentalFrequency ;
nothing@2 24975 event:time [ tl:at "4.661"^^xsd:float ;
nothing@2 24976 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24977 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24978 afo:value "492.798"^^sxsd:hertz.number .
nothing@2 24979
nothing@2 24980 [] a afv:FundamentalFrequency ;
nothing@2 24981 event:time [ tl:at "4.667"^^xsd:float ;
nothing@2 24982 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24983 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24984 afo:value "492.716"^^sxsd:hertz.number .
nothing@2 24985
nothing@2 24986 [] a afv:FundamentalFrequency ;
nothing@2 24987 event:time [ tl:at "4.673"^^xsd:float ;
nothing@2 24988 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24989 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24990 afo:value "492.636"^^sxsd:hertz.number .
nothing@2 24991
nothing@2 24992 [] a afv:FundamentalFrequency ;
nothing@2 24993 event:time [ tl:at "4.679"^^xsd:float ;
nothing@2 24994 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 24995 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 24996 afo:value "492.569"^^sxsd:hertz.number .
nothing@2 24997
nothing@2 24998 [] a afv:FundamentalFrequency ;
nothing@2 24999 event:time [ tl:at "4.685"^^xsd:float ;
nothing@2 25000 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25001 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25002 afo:value "492.484"^^sxsd:hertz.number .
nothing@2 25003
nothing@2 25004 [] a afv:FundamentalFrequency ;
nothing@2 25005 event:time [ tl:at "4.69"^^xsd:float ;
nothing@2 25006 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25007 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25008 afo:value "492.301"^^sxsd:hertz.number .
nothing@2 25009
nothing@2 25010 [] a afv:FundamentalFrequency ;
nothing@2 25011 event:time [ tl:at "4.696"^^xsd:float ;
nothing@2 25012 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25013 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25014 afo:value "492.016"^^sxsd:hertz.number .
nothing@2 25015
nothing@2 25016 [] a afv:FundamentalFrequency ;
nothing@2 25017 event:time [ tl:at "0.47"^^xsd:float ;
nothing@2 25018 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25019 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25020 afo:value "292.606"^^sxsd:hertz.number .
nothing@2 25021
nothing@2 25022 [] a afv:FundamentalFrequency ;
nothing@2 25023 event:time [ tl:at "4.702"^^xsd:float ;
nothing@2 25024 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25025 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25026 afo:value "491.803"^^sxsd:hertz.number .
nothing@2 25027
nothing@2 25028 [] a afv:FundamentalFrequency ;
nothing@2 25029 event:time [ tl:at "4.708"^^xsd:float ;
nothing@2 25030 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25031 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25032 afo:value "491.755"^^sxsd:hertz.number .
nothing@2 25033
nothing@2 25034 [] a afv:FundamentalFrequency ;
nothing@2 25035 event:time [ tl:at "4.714"^^xsd:float ;
nothing@2 25036 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25037 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25038 afo:value "491.851"^^sxsd:hertz.number .
nothing@2 25039
nothing@2 25040 [] a afv:FundamentalFrequency ;
nothing@2 25041 event:time [ tl:at "4.719"^^xsd:float ;
nothing@2 25042 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25043 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25044 afo:value "492.006"^^sxsd:hertz.number .
nothing@2 25045
nothing@2 25046 [] a afv:FundamentalFrequency ;
nothing@2 25047 event:time [ tl:at "4.725"^^xsd:float ;
nothing@2 25048 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25049 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25050 afo:value "491.978"^^sxsd:hertz.number .
nothing@2 25051
nothing@2 25052 [] a afv:FundamentalFrequency ;
nothing@2 25053 event:time [ tl:at "4.731"^^xsd:float ;
nothing@2 25054 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25055 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25056 afo:value "492.381"^^sxsd:hertz.number .
nothing@2 25057
nothing@2 25058 [] a afv:FundamentalFrequency ;
nothing@2 25059 event:time [ tl:at "4.737"^^xsd:float ;
nothing@2 25060 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25061 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25062 afo:value "493.626"^^sxsd:hertz.number .
nothing@2 25063
nothing@2 25064 [] a afv:FundamentalFrequency ;
nothing@2 25065 event:time [ tl:at "4.743"^^xsd:float ;
nothing@2 25066 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25067 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25068 afo:value "493.214"^^sxsd:hertz.number .
nothing@2 25069
nothing@2 25070 [] a afv:FundamentalFrequency ;
nothing@2 25071 event:time [ tl:at "4.748"^^xsd:float ;
nothing@2 25072 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25073 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25074 afo:value "493.847"^^sxsd:hertz.number .
nothing@2 25075
nothing@2 25076 [] a afv:FundamentalFrequency ;
nothing@2 25077 event:time [ tl:at "4.754"^^xsd:float ;
nothing@2 25078 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25079 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25080 afo:value "494.278"^^sxsd:hertz.number .
nothing@2 25081
nothing@2 25082 [] a afv:FundamentalFrequency ;
nothing@2 25083 event:time [ tl:at "0.476"^^xsd:float ;
nothing@2 25084 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25085 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25086 afo:value "292.636"^^sxsd:hertz.number .
nothing@2 25087
nothing@2 25088 [] a afv:FundamentalFrequency ;
nothing@2 25089 event:time [ tl:at "4.76"^^xsd:float ;
nothing@2 25090 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25091 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25092 afo:value "462.061"^^sxsd:hertz.number .
nothing@2 25093
nothing@2 25094 [] a afv:FundamentalFrequency ;
nothing@2 25095 event:time [ tl:at "4.766"^^xsd:float ;
nothing@2 25096 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25097 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25098 afo:value "458.441"^^sxsd:hertz.number .
nothing@2 25099
nothing@2 25100 [] a afv:FundamentalFrequency ;
nothing@2 25101 event:time [ tl:at "4.772"^^xsd:float ;
nothing@2 25102 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25103 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25104 afo:value "451.687"^^sxsd:hertz.number .
nothing@2 25105
nothing@2 25106 [] a afv:FundamentalFrequency ;
nothing@2 25107 event:time [ tl:at "4.778"^^xsd:float ;
nothing@2 25108 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25109 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25110 afo:value "438.654"^^sxsd:hertz.number .
nothing@2 25111
nothing@2 25112 [] a afv:FundamentalFrequency ;
nothing@2 25113 event:time [ tl:at "4.783"^^xsd:float ;
nothing@2 25114 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25115 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25116 afo:value "438.533"^^sxsd:hertz.number .
nothing@2 25117
nothing@2 25118 [] a afv:FundamentalFrequency ;
nothing@2 25119 event:time [ tl:at "4.789"^^xsd:float ;
nothing@2 25120 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25121 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25122 afo:value "439.739"^^sxsd:hertz.number .
nothing@2 25123
nothing@2 25124 [] a afv:FundamentalFrequency ;
nothing@2 25125 event:time [ tl:at "4.795"^^xsd:float ;
nothing@2 25126 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25127 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25128 afo:value "439.36"^^sxsd:hertz.number .
nothing@2 25129
nothing@2 25130 [] a afv:FundamentalFrequency ;
nothing@2 25131 event:time [ tl:at "4.801"^^xsd:float ;
nothing@2 25132 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25133 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25134 afo:value "439.287"^^sxsd:hertz.number .
nothing@2 25135
nothing@2 25136 [] a afv:FundamentalFrequency ;
nothing@2 25137 event:time [ tl:at "4.807"^^xsd:float ;
nothing@2 25138 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25139 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25140 afo:value "439.207"^^sxsd:hertz.number .
nothing@2 25141
nothing@2 25142 [] a afv:FundamentalFrequency ;
nothing@2 25143 event:time [ tl:at "4.812"^^xsd:float ;
nothing@2 25144 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25145 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25146 afo:value "438.872"^^sxsd:hertz.number .
nothing@2 25147
nothing@2 25148 [] a afv:FundamentalFrequency ;
nothing@2 25149 event:time [ tl:at "0.482"^^xsd:float ;
nothing@2 25150 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25151 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25152 afo:value "292.678"^^sxsd:hertz.number .
nothing@2 25153
nothing@2 25154 [] a afv:FundamentalFrequency ;
nothing@2 25155 event:time [ tl:at "4.818"^^xsd:float ;
nothing@2 25156 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25157 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25158 afo:value "438.83"^^sxsd:hertz.number .
nothing@2 25159
nothing@2 25160 [] a afv:FundamentalFrequency ;
nothing@2 25161 event:time [ tl:at "4.824"^^xsd:float ;
nothing@2 25162 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25163 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25164 afo:value "438.772"^^sxsd:hertz.number .
nothing@2 25165
nothing@2 25166 [] a afv:FundamentalFrequency ;
nothing@2 25167 event:time [ tl:at "4.83"^^xsd:float ;
nothing@2 25168 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25169 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25170 afo:value "438.738"^^sxsd:hertz.number .
nothing@2 25171
nothing@2 25172 [] a afv:FundamentalFrequency ;
nothing@2 25173 event:time [ tl:at "4.836"^^xsd:float ;
nothing@2 25174 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25175 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25176 afo:value "438.565"^^sxsd:hertz.number .
nothing@2 25177
nothing@2 25178 [] a afv:FundamentalFrequency ;
nothing@2 25179 event:time [ tl:at "4.841"^^xsd:float ;
nothing@2 25180 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25181 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25182 afo:value "438.615"^^sxsd:hertz.number .
nothing@2 25183
nothing@2 25184 [] a afv:FundamentalFrequency ;
nothing@2 25185 event:time [ tl:at "4.847"^^xsd:float ;
nothing@2 25186 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25187 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25188 afo:value "438.46"^^sxsd:hertz.number .
nothing@2 25189
nothing@2 25190 [] a afv:FundamentalFrequency ;
nothing@2 25191 event:time [ tl:at "4.853"^^xsd:float ;
nothing@2 25192 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25193 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25194 afo:value "438.363"^^sxsd:hertz.number .
nothing@2 25195
nothing@2 25196 [] a afv:FundamentalFrequency ;
nothing@2 25197 event:time [ tl:at "4.859"^^xsd:float ;
nothing@2 25198 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25199 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25200 afo:value "438.33"^^sxsd:hertz.number .
nothing@2 25201
nothing@2 25202 [] a afv:FundamentalFrequency ;
nothing@2 25203 event:time [ tl:at "4.865"^^xsd:float ;
nothing@2 25204 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25205 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25206 afo:value "438.23"^^sxsd:hertz.number .
nothing@2 25207
nothing@2 25208 [] a afv:FundamentalFrequency ;
nothing@2 25209 event:time [ tl:at "4.87"^^xsd:float ;
nothing@2 25210 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25211 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25212 afo:value "438.196"^^sxsd:hertz.number .
nothing@2 25213
nothing@2 25214 [] a afv:FundamentalFrequency ;
nothing@2 25215 event:time [ tl:at "0.488"^^xsd:float ;
nothing@2 25216 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25217 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25218 afo:value "292.721"^^sxsd:hertz.number .
nothing@2 25219
nothing@2 25220 [] a afv:FundamentalFrequency ;
nothing@2 25221 event:time [ tl:at "4.876"^^xsd:float ;
nothing@2 25222 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25223 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25224 afo:value "438.187"^^sxsd:hertz.number .
nothing@2 25225
nothing@2 25226 [] a afv:FundamentalFrequency ;
nothing@2 25227 event:time [ tl:at "4.882"^^xsd:float ;
nothing@2 25228 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25229 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25230 afo:value "438.138"^^sxsd:hertz.number .
nothing@2 25231
nothing@2 25232 [] a afv:FundamentalFrequency ;
nothing@2 25233 event:time [ tl:at "4.888"^^xsd:float ;
nothing@2 25234 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25235 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25236 afo:value "438.114"^^sxsd:hertz.number .
nothing@2 25237
nothing@2 25238 [] a afv:FundamentalFrequency ;
nothing@2 25239 event:time [ tl:at "4.894"^^xsd:float ;
nothing@2 25240 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25241 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25242 afo:value "438.065"^^sxsd:hertz.number .
nothing@2 25243
nothing@2 25244 [] a afv:FundamentalFrequency ;
nothing@2 25245 event:time [ tl:at "4.899"^^xsd:float ;
nothing@2 25246 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25247 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25248 afo:value "437.981"^^sxsd:hertz.number .
nothing@2 25249
nothing@2 25250 [] a afv:FundamentalFrequency ;
nothing@2 25251 event:time [ tl:at "4.905"^^xsd:float ;
nothing@2 25252 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25253 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25254 afo:value "437.989"^^sxsd:hertz.number .
nothing@2 25255
nothing@2 25256 [] a afv:FundamentalFrequency ;
nothing@2 25257 event:time [ tl:at "4.911"^^xsd:float ;
nothing@2 25258 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25259 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25260 afo:value "438.013"^^sxsd:hertz.number .
nothing@2 25261
nothing@2 25262 [] a afv:FundamentalFrequency ;
nothing@2 25263 event:time [ tl:at "4.917"^^xsd:float ;
nothing@2 25264 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25265 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25266 afo:value "438.054"^^sxsd:hertz.number .
nothing@2 25267
nothing@2 25268 [] a afv:FundamentalFrequency ;
nothing@2 25269 event:time [ tl:at "4.923"^^xsd:float ;
nothing@2 25270 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25271 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25272 afo:value "438.151"^^sxsd:hertz.number .
nothing@2 25273
nothing@2 25274 [] a afv:FundamentalFrequency ;
nothing@2 25275 event:time [ tl:at "4.928"^^xsd:float ;
nothing@2 25276 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25277 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25278 afo:value "438.241"^^sxsd:hertz.number .
nothing@2 25279
nothing@2 25280 [] a afv:FundamentalFrequency ;
nothing@2 25281 event:time [ tl:at "0.493"^^xsd:float ;
nothing@2 25282 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25283 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25284 afo:value "292.74"^^sxsd:hertz.number .
nothing@2 25285
nothing@2 25286 [] a afv:FundamentalFrequency ;
nothing@2 25287 event:time [ tl:at "4.934"^^xsd:float ;
nothing@2 25288 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25289 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25290 afo:value "438.24"^^sxsd:hertz.number .
nothing@2 25291
nothing@2 25292 [] a afv:FundamentalFrequency ;
nothing@2 25293 event:time [ tl:at "4.94"^^xsd:float ;
nothing@2 25294 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25295 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25296 afo:value "438.282"^^sxsd:hertz.number .
nothing@2 25297
nothing@2 25298 [] a afv:FundamentalFrequency ;
nothing@2 25299 event:time [ tl:at "4.946"^^xsd:float ;
nothing@2 25300 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25301 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25302 afo:value "438.265"^^sxsd:hertz.number .
nothing@2 25303
nothing@2 25304 [] a afv:FundamentalFrequency ;
nothing@2 25305 event:time [ tl:at "4.952"^^xsd:float ;
nothing@2 25306 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25307 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25308 afo:value "438.339"^^sxsd:hertz.number .
nothing@2 25309
nothing@2 25310 [] a afv:FundamentalFrequency ;
nothing@2 25311 event:time [ tl:at "4.957"^^xsd:float ;
nothing@2 25312 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25313 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25314 afo:value "438.412"^^sxsd:hertz.number .
nothing@2 25315
nothing@2 25316 [] a afv:FundamentalFrequency ;
nothing@2 25317 event:time [ tl:at "4.963"^^xsd:float ;
nothing@2 25318 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25319 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25320 afo:value "438.436"^^sxsd:hertz.number .
nothing@2 25321
nothing@2 25322 [] a afv:FundamentalFrequency ;
nothing@2 25323 event:time [ tl:at "4.969"^^xsd:float ;
nothing@2 25324 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25325 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25326 afo:value "438.502"^^sxsd:hertz.number .
nothing@2 25327
nothing@2 25328 [] a afv:FundamentalFrequency ;
nothing@2 25329 event:time [ tl:at "4.975"^^xsd:float ;
nothing@2 25330 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25331 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25332 afo:value "438.524"^^sxsd:hertz.number .
nothing@2 25333
nothing@2 25334 [] a afv:FundamentalFrequency ;
nothing@2 25335 event:time [ tl:at "4.981"^^xsd:float ;
nothing@2 25336 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25337 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25338 afo:value "438.569"^^sxsd:hertz.number .
nothing@2 25339
nothing@2 25340 [] a afv:FundamentalFrequency ;
nothing@2 25341 event:time [ tl:at "4.986"^^xsd:float ;
nothing@2 25342 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25343 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25344 afo:value "438.591"^^sxsd:hertz.number .
nothing@2 25345
nothing@2 25346 [] a afv:FundamentalFrequency ;
nothing@2 25347 event:time [ tl:at "0.499"^^xsd:float ;
nothing@2 25348 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25349 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25350 afo:value "292.74"^^sxsd:hertz.number .
nothing@2 25351
nothing@2 25352 [] a afv:FundamentalFrequency ;
nothing@2 25353 event:time [ tl:at "4.992"^^xsd:float ;
nothing@2 25354 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25355 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25356 afo:value "438.622"^^sxsd:hertz.number .
nothing@2 25357
nothing@2 25358 [] a afv:FundamentalFrequency ;
nothing@2 25359 event:time [ tl:at "4.998"^^xsd:float ;
nothing@2 25360 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25361 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25362 afo:value "438.657"^^sxsd:hertz.number .
nothing@2 25363
nothing@2 25364 [] a afv:FundamentalFrequency ;
nothing@2 25365 event:time [ tl:at "5.004"^^xsd:float ;
nothing@2 25366 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25367 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25368 afo:value "438.704"^^sxsd:hertz.number .
nothing@2 25369
nothing@2 25370 [] a afv:FundamentalFrequency ;
nothing@2 25371 event:time [ tl:at "5.01"^^xsd:float ;
nothing@2 25372 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25373 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25374 afo:value "438.805"^^sxsd:hertz.number .
nothing@2 25375
nothing@2 25376 [] a afv:FundamentalFrequency ;
nothing@2 25377 event:time [ tl:at "5.016"^^xsd:float ;
nothing@2 25378 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25379 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25380 afo:value "438.824"^^sxsd:hertz.number .
nothing@2 25381
nothing@2 25382 [] a afv:FundamentalFrequency ;
nothing@2 25383 event:time [ tl:at "5.021"^^xsd:float ;
nothing@2 25384 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25385 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25386 afo:value "438.864"^^sxsd:hertz.number .
nothing@2 25387
nothing@2 25388 [] a afv:FundamentalFrequency ;
nothing@2 25389 event:time [ tl:at "5.027"^^xsd:float ;
nothing@2 25390 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25391 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25392 afo:value "438.878"^^sxsd:hertz.number .
nothing@2 25393
nothing@2 25394 [] a afv:FundamentalFrequency ;
nothing@2 25395 event:time [ tl:at "5.033"^^xsd:float ;
nothing@2 25396 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25397 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25398 afo:value "438.896"^^sxsd:hertz.number .
nothing@2 25399
nothing@2 25400 [] a afv:FundamentalFrequency ;
nothing@2 25401 event:time [ tl:at "5.039"^^xsd:float ;
nothing@2 25402 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25403 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25404 afo:value "438.896"^^sxsd:hertz.number .
nothing@2 25405
nothing@2 25406 [] a afv:FundamentalFrequency ;
nothing@2 25407 event:time [ tl:at "5.045"^^xsd:float ;
nothing@2 25408 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25409 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25410 afo:value "438.954"^^sxsd:hertz.number .
nothing@2 25411
nothing@2 25412 [] a afv:FundamentalFrequency ;
nothing@2 25413 event:time [ tl:at "0.505"^^xsd:float ;
nothing@2 25414 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25415 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25416 afo:value "292.77"^^sxsd:hertz.number .
nothing@2 25417
nothing@2 25418 [] a afv:FundamentalFrequency ;
nothing@2 25419 event:time [ tl:at "5.05"^^xsd:float ;
nothing@2 25420 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25421 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25422 afo:value "439.018"^^sxsd:hertz.number .
nothing@2 25423
nothing@2 25424 [] a afv:FundamentalFrequency ;
nothing@2 25425 event:time [ tl:at "5.056"^^xsd:float ;
nothing@2 25426 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25427 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25428 afo:value "439.058"^^sxsd:hertz.number .
nothing@2 25429
nothing@2 25430 [] a afv:FundamentalFrequency ;
nothing@2 25431 event:time [ tl:at "5.062"^^xsd:float ;
nothing@2 25432 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25433 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25434 afo:value "439.107"^^sxsd:hertz.number .
nothing@2 25435
nothing@2 25436 [] a afv:FundamentalFrequency ;
nothing@2 25437 event:time [ tl:at "5.068"^^xsd:float ;
nothing@2 25438 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25439 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25440 afo:value "439.088"^^sxsd:hertz.number .
nothing@2 25441
nothing@2 25442 [] a afv:FundamentalFrequency ;
nothing@2 25443 event:time [ tl:at "5.074"^^xsd:float ;
nothing@2 25444 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25445 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25446 afo:value "439.056"^^sxsd:hertz.number .
nothing@2 25447
nothing@2 25448 [] a afv:FundamentalFrequency ;
nothing@2 25449 event:time [ tl:at "5.079"^^xsd:float ;
nothing@2 25450 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25451 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25452 afo:value "439.033"^^sxsd:hertz.number .
nothing@2 25453
nothing@2 25454 [] a afv:FundamentalFrequency ;
nothing@2 25455 event:time [ tl:at "5.085"^^xsd:float ;
nothing@2 25456 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25457 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25458 afo:value "439.034"^^sxsd:hertz.number .
nothing@2 25459
nothing@2 25460 [] a afv:FundamentalFrequency ;
nothing@2 25461 event:time [ tl:at "5.091"^^xsd:float ;
nothing@2 25462 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25463 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25464 afo:value "439.029"^^sxsd:hertz.number .
nothing@2 25465
nothing@2 25466 [] a afv:FundamentalFrequency ;
nothing@2 25467 event:time [ tl:at "5.097"^^xsd:float ;
nothing@2 25468 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25469 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25470 afo:value "439.027"^^sxsd:hertz.number .
nothing@2 25471
nothing@2 25472 [] a afv:FundamentalFrequency ;
nothing@2 25473 event:time [ tl:at "5.103"^^xsd:float ;
nothing@2 25474 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25475 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25476 afo:value "439.025"^^sxsd:hertz.number .
nothing@2 25477
nothing@2 25478 [] a afv:FundamentalFrequency ;
nothing@2 25479 event:time [ tl:at "0.511"^^xsd:float ;
nothing@2 25480 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25481 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25482 afo:value "292.751"^^sxsd:hertz.number .
nothing@2 25483
nothing@2 25484 [] a afv:FundamentalFrequency ;
nothing@2 25485 event:time [ tl:at "5.108"^^xsd:float ;
nothing@2 25486 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25487 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25488 afo:value "438.997"^^sxsd:hertz.number .
nothing@2 25489
nothing@2 25490 [] a afv:FundamentalFrequency ;
nothing@2 25491 event:time [ tl:at "5.114"^^xsd:float ;
nothing@2 25492 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25493 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25494 afo:value "438.973"^^sxsd:hertz.number .
nothing@2 25495
nothing@2 25496 [] a afv:FundamentalFrequency ;
nothing@2 25497 event:time [ tl:at "5.12"^^xsd:float ;
nothing@2 25498 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25499 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25500 afo:value "439.024"^^sxsd:hertz.number .
nothing@2 25501
nothing@2 25502 [] a afv:FundamentalFrequency ;
nothing@2 25503 event:time [ tl:at "5.126"^^xsd:float ;
nothing@2 25504 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25505 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25506 afo:value "439.077"^^sxsd:hertz.number .
nothing@2 25507
nothing@2 25508 [] a afv:FundamentalFrequency ;
nothing@2 25509 event:time [ tl:at "5.132"^^xsd:float ;
nothing@2 25510 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25511 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25512 afo:value "439.119"^^sxsd:hertz.number .
nothing@2 25513
nothing@2 25514 [] a afv:FundamentalFrequency ;
nothing@2 25515 event:time [ tl:at "5.137"^^xsd:float ;
nothing@2 25516 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25517 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25518 afo:value "439.168"^^sxsd:hertz.number .
nothing@2 25519
nothing@2 25520 [] a afv:FundamentalFrequency ;
nothing@2 25521 event:time [ tl:at "5.143"^^xsd:float ;
nothing@2 25522 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25523 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25524 afo:value "439.202"^^sxsd:hertz.number .
nothing@2 25525
nothing@2 25526 [] a afv:FundamentalFrequency ;
nothing@2 25527 event:time [ tl:at "5.149"^^xsd:float ;
nothing@2 25528 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25529 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25530 afo:value "439.179"^^sxsd:hertz.number .
nothing@2 25531
nothing@2 25532 [] a afv:FundamentalFrequency ;
nothing@2 25533 event:time [ tl:at "5.155"^^xsd:float ;
nothing@2 25534 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25535 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25536 afo:value "439.193"^^sxsd:hertz.number .
nothing@2 25537
nothing@2 25538 [] a afv:FundamentalFrequency ;
nothing@2 25539 event:time [ tl:at "5.161"^^xsd:float ;
nothing@2 25540 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25541 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25542 afo:value "439.2"^^sxsd:hertz.number .
nothing@2 25543
nothing@2 25544 [] a afv:FundamentalFrequency ;
nothing@2 25545 event:time [ tl:at "0.517"^^xsd:float ;
nothing@2 25546 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25547 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25548 afo:value "292.704"^^sxsd:hertz.number .
nothing@2 25549
nothing@2 25550 [] a afv:FundamentalFrequency ;
nothing@2 25551 event:time [ tl:at "5.166"^^xsd:float ;
nothing@2 25552 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25553 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25554 afo:value "439.196"^^sxsd:hertz.number .
nothing@2 25555
nothing@2 25556 [] a afv:FundamentalFrequency ;
nothing@2 25557 event:time [ tl:at "5.172"^^xsd:float ;
nothing@2 25558 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25559 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25560 afo:value "439.172"^^sxsd:hertz.number .
nothing@2 25561
nothing@2 25562 [] a afv:FundamentalFrequency ;
nothing@2 25563 event:time [ tl:at "5.178"^^xsd:float ;
nothing@2 25564 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25565 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25566 afo:value "439.207"^^sxsd:hertz.number .
nothing@2 25567
nothing@2 25568 [] a afv:FundamentalFrequency ;
nothing@2 25569 event:time [ tl:at "5.184"^^xsd:float ;
nothing@2 25570 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25571 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25572 afo:value "439.215"^^sxsd:hertz.number .
nothing@2 25573
nothing@2 25574 [] a afv:FundamentalFrequency ;
nothing@2 25575 event:time [ tl:at "5.19"^^xsd:float ;
nothing@2 25576 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25577 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25578 afo:value "439.243"^^sxsd:hertz.number .
nothing@2 25579
nothing@2 25580 [] a afv:FundamentalFrequency ;
nothing@2 25581 event:time [ tl:at "5.195"^^xsd:float ;
nothing@2 25582 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25583 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25584 afo:value "439.252"^^sxsd:hertz.number .
nothing@2 25585
nothing@2 25586 [] a afv:FundamentalFrequency ;
nothing@2 25587 event:time [ tl:at "5.201"^^xsd:float ;
nothing@2 25588 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25589 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25590 afo:value "439.305"^^sxsd:hertz.number .
nothing@2 25591
nothing@2 25592 [] a afv:FundamentalFrequency ;
nothing@2 25593 event:time [ tl:at "5.207"^^xsd:float ;
nothing@2 25594 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25595 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25596 afo:value "439.315"^^sxsd:hertz.number .
nothing@2 25597
nothing@2 25598 [] a afv:FundamentalFrequency ;
nothing@2 25599 event:time [ tl:at "5.213"^^xsd:float ;
nothing@2 25600 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25601 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25602 afo:value "439.306"^^sxsd:hertz.number .
nothing@2 25603
nothing@2 25604 [] a afv:FundamentalFrequency ;
nothing@2 25605 event:time [ tl:at "5.219"^^xsd:float ;
nothing@2 25606 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25607 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25608 afo:value "439.27"^^sxsd:hertz.number .
nothing@2 25609
nothing@2 25610 [] a afv:FundamentalFrequency ;
nothing@2 25611 event:time [ tl:at "0.052"^^xsd:float ;
nothing@2 25612 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25613 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25614 afo:value "0.0"^^sxsd:hertz.number .
nothing@2 25615
nothing@2 25616 [] a afv:FundamentalFrequency ;
nothing@2 25617 event:time [ tl:at "0.522"^^xsd:float ;
nothing@2 25618 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25619 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25620 afo:value "292.584"^^sxsd:hertz.number .
nothing@2 25621
nothing@2 25622 [] a afv:FundamentalFrequency ;
nothing@2 25623 event:time [ tl:at "5.224"^^xsd:float ;
nothing@2 25624 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25625 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25626 afo:value "439.242"^^sxsd:hertz.number .
nothing@2 25627
nothing@2 25628 [] a afv:FundamentalFrequency ;
nothing@2 25629 event:time [ tl:at "5.23"^^xsd:float ;
nothing@2 25630 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25631 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25632 afo:value "439.242"^^sxsd:hertz.number .
nothing@2 25633
nothing@2 25634 [] a afv:FundamentalFrequency ;
nothing@2 25635 event:time [ tl:at "5.236"^^xsd:float ;
nothing@2 25636 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25637 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25638 afo:value "439.189"^^sxsd:hertz.number .
nothing@2 25639
nothing@2 25640 [] a afv:FundamentalFrequency ;
nothing@2 25641 event:time [ tl:at "5.242"^^xsd:float ;
nothing@2 25642 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25643 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25644 afo:value "439.27"^^sxsd:hertz.number .
nothing@2 25645
nothing@2 25646 [] a afv:FundamentalFrequency ;
nothing@2 25647 event:time [ tl:at "5.248"^^xsd:float ;
nothing@2 25648 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25649 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25650 afo:value "439.302"^^sxsd:hertz.number .
nothing@2 25651
nothing@2 25652 [] a afv:FundamentalFrequency ;
nothing@2 25653 event:time [ tl:at "5.254"^^xsd:float ;
nothing@2 25654 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25655 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25656 afo:value "439.319"^^sxsd:hertz.number .
nothing@2 25657
nothing@2 25658 [] a afv:FundamentalFrequency ;
nothing@2 25659 event:time [ tl:at "5.259"^^xsd:float ;
nothing@2 25660 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25661 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25662 afo:value "439.365"^^sxsd:hertz.number .
nothing@2 25663
nothing@2 25664 [] a afv:FundamentalFrequency ;
nothing@2 25665 event:time [ tl:at "5.265"^^xsd:float ;
nothing@2 25666 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25667 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25668 afo:value "439.373"^^sxsd:hertz.number .
nothing@2 25669
nothing@2 25670 [] a afv:FundamentalFrequency ;
nothing@2 25671 event:time [ tl:at "5.271"^^xsd:float ;
nothing@2 25672 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25673 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25674 afo:value "439.3"^^sxsd:hertz.number .
nothing@2 25675
nothing@2 25676 [] a afv:FundamentalFrequency ;
nothing@2 25677 event:time [ tl:at "5.277"^^xsd:float ;
nothing@2 25678 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25679 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25680 afo:value "439.28"^^sxsd:hertz.number .
nothing@2 25681
nothing@2 25682 [] a afv:FundamentalFrequency ;
nothing@2 25683 event:time [ tl:at "0.528"^^xsd:float ;
nothing@2 25684 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25685 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25686 afo:value "292.472"^^sxsd:hertz.number .
nothing@2 25687
nothing@2 25688 [] a afv:FundamentalFrequency ;
nothing@2 25689 event:time [ tl:at "5.283"^^xsd:float ;
nothing@2 25690 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25691 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25692 afo:value "439.286"^^sxsd:hertz.number .
nothing@2 25693
nothing@2 25694 [] a afv:FundamentalFrequency ;
nothing@2 25695 event:time [ tl:at "5.288"^^xsd:float ;
nothing@2 25696 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25697 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25698 afo:value "439.255"^^sxsd:hertz.number .
nothing@2 25699
nothing@2 25700 [] a afv:FundamentalFrequency ;
nothing@2 25701 event:time [ tl:at "5.294"^^xsd:float ;
nothing@2 25702 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25703 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25704 afo:value "439.278"^^sxsd:hertz.number .
nothing@2 25705
nothing@2 25706 [] a afv:FundamentalFrequency ;
nothing@2 25707 event:time [ tl:at "5.3"^^xsd:float ;
nothing@2 25708 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25709 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25710 afo:value "439.299"^^sxsd:hertz.number .
nothing@2 25711
nothing@2 25712 [] a afv:FundamentalFrequency ;
nothing@2 25713 event:time [ tl:at "5.306"^^xsd:float ;
nothing@2 25714 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25715 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25716 afo:value "439.279"^^sxsd:hertz.number .
nothing@2 25717
nothing@2 25718 [] a afv:FundamentalFrequency ;
nothing@2 25719 event:time [ tl:at "5.312"^^xsd:float ;
nothing@2 25720 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25721 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25722 afo:value "439.291"^^sxsd:hertz.number .
nothing@2 25723
nothing@2 25724 [] a afv:FundamentalFrequency ;
nothing@2 25725 event:time [ tl:at "5.317"^^xsd:float ;
nothing@2 25726 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25727 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25728 afo:value "439.423"^^sxsd:hertz.number .
nothing@2 25729
nothing@2 25730 [] a afv:FundamentalFrequency ;
nothing@2 25731 event:time [ tl:at "5.323"^^xsd:float ;
nothing@2 25732 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25733 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25734 afo:value "439.495"^^sxsd:hertz.number .
nothing@2 25735
nothing@2 25736 [] a afv:FundamentalFrequency ;
nothing@2 25737 event:time [ tl:at "5.329"^^xsd:float ;
nothing@2 25738 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25739 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25740 afo:value "439.452"^^sxsd:hertz.number .
nothing@2 25741
nothing@2 25742 [] a afv:FundamentalFrequency ;
nothing@2 25743 event:time [ tl:at "5.335"^^xsd:float ;
nothing@2 25744 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25745 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25746 afo:value "439.437"^^sxsd:hertz.number .
nothing@2 25747
nothing@2 25748 [] a afv:FundamentalFrequency ;
nothing@2 25749 event:time [ tl:at "0.534"^^xsd:float ;
nothing@2 25750 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25751 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25752 afo:value "292.369"^^sxsd:hertz.number .
nothing@2 25753
nothing@2 25754 [] a afv:FundamentalFrequency ;
nothing@2 25755 event:time [ tl:at "5.341"^^xsd:float ;
nothing@2 25756 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25757 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25758 afo:value "439.414"^^sxsd:hertz.number .
nothing@2 25759
nothing@2 25760 [] a afv:FundamentalFrequency ;
nothing@2 25761 event:time [ tl:at "5.346"^^xsd:float ;
nothing@2 25762 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25763 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25764 afo:value "439.39"^^sxsd:hertz.number .
nothing@2 25765
nothing@2 25766 [] a afv:FundamentalFrequency ;
nothing@2 25767 event:time [ tl:at "5.352"^^xsd:float ;
nothing@2 25768 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25769 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25770 afo:value "439.409"^^sxsd:hertz.number .
nothing@2 25771
nothing@2 25772 [] a afv:FundamentalFrequency ;
nothing@2 25773 event:time [ tl:at "5.358"^^xsd:float ;
nothing@2 25774 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25775 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25776 afo:value "439.401"^^sxsd:hertz.number .
nothing@2 25777
nothing@2 25778 [] a afv:FundamentalFrequency ;
nothing@2 25779 event:time [ tl:at "5.364"^^xsd:float ;
nothing@2 25780 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25781 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25782 afo:value "439.38"^^sxsd:hertz.number .
nothing@2 25783
nothing@2 25784 [] a afv:FundamentalFrequency ;
nothing@2 25785 event:time [ tl:at "5.37"^^xsd:float ;
nothing@2 25786 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25787 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25788 afo:value "439.403"^^sxsd:hertz.number .
nothing@2 25789
nothing@2 25790 [] a afv:FundamentalFrequency ;
nothing@2 25791 event:time [ tl:at "5.375"^^xsd:float ;
nothing@2 25792 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25793 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25794 afo:value "439.421"^^sxsd:hertz.number .
nothing@2 25795
nothing@2 25796 [] a afv:FundamentalFrequency ;
nothing@2 25797 event:time [ tl:at "5.381"^^xsd:float ;
nothing@2 25798 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25799 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25800 afo:value "439.44"^^sxsd:hertz.number .
nothing@2 25801
nothing@2 25802 [] a afv:FundamentalFrequency ;
nothing@2 25803 event:time [ tl:at "5.387"^^xsd:float ;
nothing@2 25804 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25805 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25806 afo:value "439.434"^^sxsd:hertz.number .
nothing@2 25807
nothing@2 25808 [] a afv:FundamentalFrequency ;
nothing@2 25809 event:time [ tl:at "5.393"^^xsd:float ;
nothing@2 25810 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25811 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25812 afo:value "439.42"^^sxsd:hertz.number .
nothing@2 25813
nothing@2 25814 [] a afv:FundamentalFrequency ;
nothing@2 25815 event:time [ tl:at "0.54"^^xsd:float ;
nothing@2 25816 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25817 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25818 afo:value "292.189"^^sxsd:hertz.number .
nothing@2 25819
nothing@2 25820 [] a afv:FundamentalFrequency ;
nothing@2 25821 event:time [ tl:at "5.399"^^xsd:float ;
nothing@2 25822 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25823 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25824 afo:value "439.462"^^sxsd:hertz.number .
nothing@2 25825
nothing@2 25826 [] a afv:FundamentalFrequency ;
nothing@2 25827 event:time [ tl:at "5.404"^^xsd:float ;
nothing@2 25828 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25829 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25830 afo:value "439.436"^^sxsd:hertz.number .
nothing@2 25831
nothing@2 25832 [] a afv:FundamentalFrequency ;
nothing@2 25833 event:time [ tl:at "5.41"^^xsd:float ;
nothing@2 25834 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25835 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25836 afo:value "439.42"^^sxsd:hertz.number .
nothing@2 25837
nothing@2 25838 [] a afv:FundamentalFrequency ;
nothing@2 25839 event:time [ tl:at "5.416"^^xsd:float ;
nothing@2 25840 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25841 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25842 afo:value "439.41"^^sxsd:hertz.number .
nothing@2 25843
nothing@2 25844 [] a afv:FundamentalFrequency ;
nothing@2 25845 event:time [ tl:at "5.422"^^xsd:float ;
nothing@2 25846 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25847 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25848 afo:value "439.376"^^sxsd:hertz.number .
nothing@2 25849
nothing@2 25850 [] a afv:FundamentalFrequency ;
nothing@2 25851 event:time [ tl:at "5.428"^^xsd:float ;
nothing@2 25852 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25853 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25854 afo:value "439.317"^^sxsd:hertz.number .
nothing@2 25855
nothing@2 25856 [] a afv:FundamentalFrequency ;
nothing@2 25857 event:time [ tl:at "5.433"^^xsd:float ;
nothing@2 25858 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25859 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25860 afo:value "439.305"^^sxsd:hertz.number .
nothing@2 25861
nothing@2 25862 [] a afv:FundamentalFrequency ;
nothing@2 25863 event:time [ tl:at "5.439"^^xsd:float ;
nothing@2 25864 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25865 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25866 afo:value "439.294"^^sxsd:hertz.number .
nothing@2 25867
nothing@2 25868 [] a afv:FundamentalFrequency ;
nothing@2 25869 event:time [ tl:at "5.445"^^xsd:float ;
nothing@2 25870 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25871 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25872 afo:value "439.274"^^sxsd:hertz.number .
nothing@2 25873
nothing@2 25874 [] a afv:FundamentalFrequency ;
nothing@2 25875 event:time [ tl:at "5.451"^^xsd:float ;
nothing@2 25876 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25877 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25878 afo:value "439.244"^^sxsd:hertz.number .
nothing@2 25879
nothing@2 25880 [] a afv:FundamentalFrequency ;
nothing@2 25881 event:time [ tl:at "0.546"^^xsd:float ;
nothing@2 25882 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25883 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25884 afo:value "292.139"^^sxsd:hertz.number .
nothing@2 25885
nothing@2 25886 [] a afv:FundamentalFrequency ;
nothing@2 25887 event:time [ tl:at "5.457"^^xsd:float ;
nothing@2 25888 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25889 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25890 afo:value "439.252"^^sxsd:hertz.number .
nothing@2 25891
nothing@2 25892 [] a afv:FundamentalFrequency ;
nothing@2 25893 event:time [ tl:at "5.462"^^xsd:float ;
nothing@2 25894 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25895 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25896 afo:value "439.269"^^sxsd:hertz.number .
nothing@2 25897
nothing@2 25898 [] a afv:FundamentalFrequency ;
nothing@2 25899 event:time [ tl:at "5.468"^^xsd:float ;
nothing@2 25900 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25901 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25902 afo:value "439.297"^^sxsd:hertz.number .
nothing@2 25903
nothing@2 25904 [] a afv:FundamentalFrequency ;
nothing@2 25905 event:time [ tl:at "5.474"^^xsd:float ;
nothing@2 25906 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25907 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25908 afo:value "439.367"^^sxsd:hertz.number .
nothing@2 25909
nothing@2 25910 [] a afv:FundamentalFrequency ;
nothing@2 25911 event:time [ tl:at "5.48"^^xsd:float ;
nothing@2 25912 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25913 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25914 afo:value "439.375"^^sxsd:hertz.number .
nothing@2 25915
nothing@2 25916 [] a afv:FundamentalFrequency ;
nothing@2 25917 event:time [ tl:at "5.486"^^xsd:float ;
nothing@2 25918 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25919 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25920 afo:value "439.372"^^sxsd:hertz.number .
nothing@2 25921
nothing@2 25922 [] a afv:FundamentalFrequency ;
nothing@2 25923 event:time [ tl:at "5.492"^^xsd:float ;
nothing@2 25924 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25925 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25926 afo:value "439.397"^^sxsd:hertz.number .
nothing@2 25927
nothing@2 25928 [] a afv:FundamentalFrequency ;
nothing@2 25929 event:time [ tl:at "5.497"^^xsd:float ;
nothing@2 25930 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25931 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25932 afo:value "439.394"^^sxsd:hertz.number .
nothing@2 25933
nothing@2 25934 [] a afv:FundamentalFrequency ;
nothing@2 25935 event:time [ tl:at "5.503"^^xsd:float ;
nothing@2 25936 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25937 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25938 afo:value "439.46"^^sxsd:hertz.number .
nothing@2 25939
nothing@2 25940 [] a afv:FundamentalFrequency ;
nothing@2 25941 event:time [ tl:at "5.509"^^xsd:float ;
nothing@2 25942 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25943 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25944 afo:value "439.522"^^sxsd:hertz.number .
nothing@2 25945
nothing@2 25946 [] a afv:FundamentalFrequency ;
nothing@2 25947 event:time [ tl:at "0.551"^^xsd:float ;
nothing@2 25948 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25949 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25950 afo:value "291.896"^^sxsd:hertz.number .
nothing@2 25951
nothing@2 25952 [] a afv:FundamentalFrequency ;
nothing@2 25953 event:time [ tl:at "5.515"^^xsd:float ;
nothing@2 25954 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25955 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25956 afo:value "439.53"^^sxsd:hertz.number .
nothing@2 25957
nothing@2 25958 [] a afv:FundamentalFrequency ;
nothing@2 25959 event:time [ tl:at "5.521"^^xsd:float ;
nothing@2 25960 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25961 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25962 afo:value "439.568"^^sxsd:hertz.number .
nothing@2 25963
nothing@2 25964 [] a afv:FundamentalFrequency ;
nothing@2 25965 event:time [ tl:at "5.526"^^xsd:float ;
nothing@2 25966 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25967 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25968 afo:value "439.704"^^sxsd:hertz.number .
nothing@2 25969
nothing@2 25970 [] a afv:FundamentalFrequency ;
nothing@2 25971 event:time [ tl:at "5.532"^^xsd:float ;
nothing@2 25972 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25973 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25974 afo:value "439.912"^^sxsd:hertz.number .
nothing@2 25975
nothing@2 25976 [] a afv:FundamentalFrequency ;
nothing@2 25977 event:time [ tl:at "5.538"^^xsd:float ;
nothing@2 25978 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25979 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25980 afo:value "440.032"^^sxsd:hertz.number .
nothing@2 25981
nothing@2 25982 [] a afv:FundamentalFrequency ;
nothing@2 25983 event:time [ tl:at "5.544"^^xsd:float ;
nothing@2 25984 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25985 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25986 afo:value "439.991"^^sxsd:hertz.number .
nothing@2 25987
nothing@2 25988 [] a afv:FundamentalFrequency ;
nothing@2 25989 event:time [ tl:at "5.55"^^xsd:float ;
nothing@2 25990 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25991 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25992 afo:value "439.81"^^sxsd:hertz.number .
nothing@2 25993
nothing@2 25994 [] a afv:FundamentalFrequency ;
nothing@2 25995 event:time [ tl:at "5.555"^^xsd:float ;
nothing@2 25996 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 25997 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 25998 afo:value "439.663"^^sxsd:hertz.number .
nothing@2 25999
nothing@2 26000 [] a afv:FundamentalFrequency ;
nothing@2 26001 event:time [ tl:at "5.561"^^xsd:float ;
nothing@2 26002 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26003 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26004 afo:value "439.531"^^sxsd:hertz.number .
nothing@2 26005
nothing@2 26006 [] a afv:FundamentalFrequency ;
nothing@2 26007 event:time [ tl:at "5.567"^^xsd:float ;
nothing@2 26008 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26009 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26010 afo:value "439.418"^^sxsd:hertz.number .
nothing@2 26011
nothing@2 26012 [] a afv:FundamentalFrequency ;
nothing@2 26013 event:time [ tl:at "0.557"^^xsd:float ;
nothing@2 26014 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26015 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26016 afo:value "291.722"^^sxsd:hertz.number .
nothing@2 26017
nothing@2 26018 [] a afv:FundamentalFrequency ;
nothing@2 26019 event:time [ tl:at "5.573"^^xsd:float ;
nothing@2 26020 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26021 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26022 afo:value "439.292"^^sxsd:hertz.number .
nothing@2 26023
nothing@2 26024 [] a afv:FundamentalFrequency ;
nothing@2 26025 event:time [ tl:at "5.579"^^xsd:float ;
nothing@2 26026 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26027 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26028 afo:value "439.11"^^sxsd:hertz.number .
nothing@2 26029
nothing@2 26030 [] a afv:FundamentalFrequency ;
nothing@2 26031 event:time [ tl:at "5.584"^^xsd:float ;
nothing@2 26032 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26033 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26034 afo:value "438.904"^^sxsd:hertz.number .
nothing@2 26035
nothing@2 26036 [] a afv:FundamentalFrequency ;
nothing@2 26037 event:time [ tl:at "5.59"^^xsd:float ;
nothing@2 26038 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26039 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26040 afo:value "438.705"^^sxsd:hertz.number .
nothing@2 26041
nothing@2 26042 [] a afv:FundamentalFrequency ;
nothing@2 26043 event:time [ tl:at "5.596"^^xsd:float ;
nothing@2 26044 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26045 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26046 afo:value "438.491"^^sxsd:hertz.number .
nothing@2 26047
nothing@2 26048 [] a afv:FundamentalFrequency ;
nothing@2 26049 event:time [ tl:at "5.602"^^xsd:float ;
nothing@2 26050 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26051 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26052 afo:value "438.208"^^sxsd:hertz.number .
nothing@2 26053
nothing@2 26054 [] a afv:FundamentalFrequency ;
nothing@2 26055 event:time [ tl:at "5.608"^^xsd:float ;
nothing@2 26056 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26057 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26058 afo:value "437.776"^^sxsd:hertz.number .
nothing@2 26059
nothing@2 26060 [] a afv:FundamentalFrequency ;
nothing@2 26061 event:time [ tl:at "5.613"^^xsd:float ;
nothing@2 26062 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26063 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26064 afo:value "437.144"^^sxsd:hertz.number .
nothing@2 26065
nothing@2 26066 [] a afv:FundamentalFrequency ;
nothing@2 26067 event:time [ tl:at "5.619"^^xsd:float ;
nothing@2 26068 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26069 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26070 afo:value "436.343"^^sxsd:hertz.number .
nothing@2 26071
nothing@2 26072 [] a afv:FundamentalFrequency ;
nothing@2 26073 event:time [ tl:at "5.625"^^xsd:float ;
nothing@2 26074 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26075 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26076 afo:value "435.526"^^sxsd:hertz.number .
nothing@2 26077
nothing@2 26078 [] a afv:FundamentalFrequency ;
nothing@2 26079 event:time [ tl:at "0.563"^^xsd:float ;
nothing@2 26080 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26081 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26082 afo:value "291.282"^^sxsd:hertz.number .
nothing@2 26083
nothing@2 26084 [] a afv:FundamentalFrequency ;
nothing@2 26085 event:time [ tl:at "5.631"^^xsd:float ;
nothing@2 26086 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26087 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26088 afo:value "434.847"^^sxsd:hertz.number .
nothing@2 26089
nothing@2 26090 [] a afv:FundamentalFrequency ;
nothing@2 26091 event:time [ tl:at "5.637"^^xsd:float ;
nothing@2 26092 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26093 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26094 afo:value "434.547"^^sxsd:hertz.number .
nothing@2 26095
nothing@2 26096 [] a afv:FundamentalFrequency ;
nothing@2 26097 event:time [ tl:at "5.642"^^xsd:float ;
nothing@2 26098 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26099 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26100 afo:value "434.945"^^sxsd:hertz.number .
nothing@2 26101
nothing@2 26102 [] a afv:FundamentalFrequency ;
nothing@2 26103 event:time [ tl:at "5.648"^^xsd:float ;
nothing@2 26104 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26105 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26106 afo:value "435.756"^^sxsd:hertz.number .
nothing@2 26107
nothing@2 26108 [] a afv:FundamentalFrequency ;
nothing@2 26109 event:time [ tl:at "5.654"^^xsd:float ;
nothing@2 26110 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26111 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26112 afo:value "436.732"^^sxsd:hertz.number .
nothing@2 26113
nothing@2 26114 [] a afv:FundamentalFrequency ;
nothing@2 26115 event:time [ tl:at "5.66"^^xsd:float ;
nothing@2 26116 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26117 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26118 afo:value "437.559"^^sxsd:hertz.number .
nothing@2 26119
nothing@2 26120 [] a afv:FundamentalFrequency ;
nothing@2 26121 event:time [ tl:at "5.666"^^xsd:float ;
nothing@2 26122 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26123 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26124 afo:value "438.162"^^sxsd:hertz.number .
nothing@2 26125
nothing@2 26126 [] a afv:FundamentalFrequency ;
nothing@2 26127 event:time [ tl:at "5.671"^^xsd:float ;
nothing@2 26128 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26129 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26130 afo:value "438.719"^^sxsd:hertz.number .
nothing@2 26131
nothing@2 26132 [] a afv:FundamentalFrequency ;
nothing@2 26133 event:time [ tl:at "5.677"^^xsd:float ;
nothing@2 26134 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26135 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26136 afo:value "439.238"^^sxsd:hertz.number .
nothing@2 26137
nothing@2 26138 [] a afv:FundamentalFrequency ;
nothing@2 26139 event:time [ tl:at "5.683"^^xsd:float ;
nothing@2 26140 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26141 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26142 afo:value "439.493"^^sxsd:hertz.number .
nothing@2 26143
nothing@2 26144 [] a afv:FundamentalFrequency ;
nothing@2 26145 event:time [ tl:at "0.569"^^xsd:float ;
nothing@2 26146 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26147 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26148 afo:value "290.806"^^sxsd:hertz.number .
nothing@2 26149
nothing@2 26150 [] a afv:FundamentalFrequency ;
nothing@2 26151 event:time [ tl:at "5.689"^^xsd:float ;
nothing@2 26152 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26153 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26154 afo:value "440.002"^^sxsd:hertz.number .
nothing@2 26155
nothing@2 26156 [] a afv:FundamentalFrequency ;
nothing@2 26157 event:time [ tl:at "5.695"^^xsd:float ;
nothing@2 26158 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26159 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26160 afo:value "440.381"^^sxsd:hertz.number .
nothing@2 26161
nothing@2 26162 [] a afv:FundamentalFrequency ;
nothing@2 26163 event:time [ tl:at "5.7"^^xsd:float ;
nothing@2 26164 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26165 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26166 afo:value "440.657"^^sxsd:hertz.number .
nothing@2 26167
nothing@2 26168 [] a afv:FundamentalFrequency ;
nothing@2 26169 event:time [ tl:at "5.706"^^xsd:float ;
nothing@2 26170 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26171 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26172 afo:value "441.008"^^sxsd:hertz.number .
nothing@2 26173
nothing@2 26174 [] a afv:FundamentalFrequency ;
nothing@2 26175 event:time [ tl:at "5.712"^^xsd:float ;
nothing@2 26176 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26177 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26178 afo:value "441.25"^^sxsd:hertz.number .
nothing@2 26179
nothing@2 26180 [] a afv:FundamentalFrequency ;
nothing@2 26181 event:time [ tl:at "5.718"^^xsd:float ;
nothing@2 26182 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26183 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26184 afo:value "441.204"^^sxsd:hertz.number .
nothing@2 26185
nothing@2 26186 [] a afv:FundamentalFrequency ;
nothing@2 26187 event:time [ tl:at "5.724"^^xsd:float ;
nothing@2 26188 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26189 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26190 afo:value "441.024"^^sxsd:hertz.number .
nothing@2 26191
nothing@2 26192 [] a afv:FundamentalFrequency ;
nothing@2 26193 event:time [ tl:at "5.73"^^xsd:float ;
nothing@2 26194 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26195 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26196 afo:value "440.936"^^sxsd:hertz.number .
nothing@2 26197
nothing@2 26198 [] a afv:FundamentalFrequency ;
nothing@2 26199 event:time [ tl:at "5.735"^^xsd:float ;
nothing@2 26200 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26201 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26202 afo:value "440.812"^^sxsd:hertz.number .
nothing@2 26203
nothing@2 26204 [] a afv:FundamentalFrequency ;
nothing@2 26205 event:time [ tl:at "5.741"^^xsd:float ;
nothing@2 26206 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26207 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26208 afo:value "440.571"^^sxsd:hertz.number .
nothing@2 26209
nothing@2 26210 [] a afv:FundamentalFrequency ;
nothing@2 26211 event:time [ tl:at "0.575"^^xsd:float ;
nothing@2 26212 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26213 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26214 afo:value "290.511"^^sxsd:hertz.number .
nothing@2 26215
nothing@2 26216 [] a afv:FundamentalFrequency ;
nothing@2 26217 event:time [ tl:at "5.747"^^xsd:float ;
nothing@2 26218 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26219 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26220 afo:value "440.219"^^sxsd:hertz.number .
nothing@2 26221
nothing@2 26222 [] a afv:FundamentalFrequency ;
nothing@2 26223 event:time [ tl:at "5.753"^^xsd:float ;
nothing@2 26224 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26225 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26226 afo:value "440.027"^^sxsd:hertz.number .
nothing@2 26227
nothing@2 26228 [] a afv:FundamentalFrequency ;
nothing@2 26229 event:time [ tl:at "5.759"^^xsd:float ;
nothing@2 26230 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26231 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26232 afo:value "439.937"^^sxsd:hertz.number .
nothing@2 26233
nothing@2 26234 [] a afv:FundamentalFrequency ;
nothing@2 26235 event:time [ tl:at "5.764"^^xsd:float ;
nothing@2 26236 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26237 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26238 afo:value "439.798"^^sxsd:hertz.number .
nothing@2 26239
nothing@2 26240 [] a afv:FundamentalFrequency ;
nothing@2 26241 event:time [ tl:at "5.77"^^xsd:float ;
nothing@2 26242 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26243 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26244 afo:value "439.422"^^sxsd:hertz.number .
nothing@2 26245
nothing@2 26246 [] a afv:FundamentalFrequency ;
nothing@2 26247 event:time [ tl:at "5.776"^^xsd:float ;
nothing@2 26248 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26249 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26250 afo:value "439.327"^^sxsd:hertz.number .
nothing@2 26251
nothing@2 26252 [] a afv:FundamentalFrequency ;
nothing@2 26253 event:time [ tl:at "5.782"^^xsd:float ;
nothing@2 26254 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26255 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26256 afo:value "440.173"^^sxsd:hertz.number .
nothing@2 26257
nothing@2 26258 [] a afv:FundamentalFrequency ;
nothing@2 26259 event:time [ tl:at "5.788"^^xsd:float ;
nothing@2 26260 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26261 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26262 afo:value "436.717"^^sxsd:hertz.number .
nothing@2 26263
nothing@2 26264 [] a afv:FundamentalFrequency ;
nothing@2 26265 event:time [ tl:at "5.793"^^xsd:float ;
nothing@2 26266 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26267 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26268 afo:value "440.036"^^sxsd:hertz.number .
nothing@2 26269
nothing@2 26270 [] a afv:FundamentalFrequency ;
nothing@2 26271 event:time [ tl:at "5.799"^^xsd:float ;
nothing@2 26272 tl:duration "0.00580498866213"^^xsd:duration ;
nothing@2 26273 tl:timeline _:N3b1cebf6a9b9458b90be0eb9d3f099ce ] ;
nothing@2 26274 afo:value "399.702"^^sxsd:hertz.number .
nothing@2 26275
nothing@2 26276 _:N3b1cebf6a9b9458b90be0eb9d3f099ce a mo:Timeline .
nothing@2 26277