annotate baseOnto.n3 @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents c314ed54a13b
children
rev   line source
nothing@2 1 @prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .
nothing@0 2 @prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
nothing@0 3 @prefix dc: <http://purl.org/dc/elements/1.1/> .
nothing@2 4 @prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
nothing@0 5 @prefix owl: <http://www.w3.org/2002/07/owl#> .
nothing@0 6 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
nothing@2 7 @prefix xml: <http://www.w3.org/XML/1998/namespace> .
nothing@2 8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
nothing@0 9 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@2 10 @base <AudioFeatures> .
nothing@2 11
nothing@2 12 <AudioFeatures> rdf:type owl:Ontology ;
nothing@2 13
nothing@2 14 owl:versionInfo "Version 0.1" ;
nothing@2 15
nothing@2 16 dc:description "This is a base ontology for the Audio Features engineering process collected from literature" ;
nothing@2 17
nothing@2 18 dc:title "Audio Features Base Ontology" .
nothing@2 19
nothing@2 20
nothing@2 21 #################################################################
nothing@2 22 #
nothing@2 23 # Annotation properties
nothing@2 24 #
nothing@2 25 #################################################################
nothing@2 26
nothing@2 27
nothing@2 28 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> rdf:type owl:AnnotationProperty .
nothing@2 29
nothing@2 30
nothing@2 31
nothing@2 32 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> rdf:type owl:AnnotationProperty .
nothing@2 33
nothing@2 34
nothing@2 35
nothing@2 36 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> rdf:type owl:AnnotationProperty .
nothing@2 37
nothing@2 38
nothing@2 39
nothing@2 40 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> rdf:type owl:AnnotationProperty .
nothing@2 41
nothing@2 42
nothing@2 43
nothing@2 44 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 45
nothing@2 46
nothing@2 47
nothing@2 48 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> rdf:type owl:AnnotationProperty .
nothing@2 49
nothing@2 50
nothing@2 51
nothing@2 52 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> rdf:type owl:AnnotationProperty .
nothing@2 53
nothing@2 54
nothing@2 55
nothing@2 56 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "application domain property"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 57
nothing@2 58 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 59
nothing@2 60
nothing@2 61
nothing@2 62 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 63
nothing@2 64
nothing@2 65
nothing@2 66 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> rdf:type owl:AnnotationProperty .
nothing@2 67
nothing@2 68
nothing@2 69
nothing@2 70 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> rdf:type owl:AnnotationProperty .
nothing@2 71
nothing@2 72
nothing@2 73
nothing@2 74 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 75
nothing@2 76
nothing@2 77
nothing@2 78
nothing@2 79
nothing@2 80 #################################################################
nothing@2 81 #
nothing@2 82 # Datatypes
nothing@2 83 #
nothing@2 84 #################################################################
nothing@2 85
nothing@2 86
nothing@2 87 ### AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral
nothing@2 88
nothing@2 89 <AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> rdf:type rdfs:Datatype .
nothing@2 90
nothing@2 91
nothing@2 92
nothing@2 93 ### AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean
nothing@2 94
nothing@2 95 <AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> rdf:type rdfs:Datatype .
nothing@2 96
nothing@2 97
nothing@2 98
nothing@2 99 ### AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer
nothing@2 100
nothing@2 101 <AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> rdf:type rdfs:Datatype .
nothing@2 102
nothing@2 103
nothing@2 104
nothing@2 105
nothing@2 106
nothing@2 107 #################################################################
nothing@2 108 #
nothing@2 109 # Object Properties
nothing@2 110 #
nothing@2 111 #################################################################
nothing@2 112
nothing@2 113
nothing@2 114 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain
nothing@2 115
nothing@2 116 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> rdf:type owl:ObjectProperty ;
nothing@2 117
nothing@2 118 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "application domain property"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 119
nothing@2 120 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 121
nothing@2 122 rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 123
nothing@2 124
nothing@2 125
nothing@2 126 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity
nothing@2 127
nothing@2 128 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> rdf:type owl:ObjectProperty ;
nothing@2 129
nothing@2 130 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 131
nothing@2 132 rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> .
nothing@2 133
nothing@2 134
nothing@2 135
nothing@2 136 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions
nothing@2 137
nothing@2 138 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> rdf:type owl:ObjectProperty ;
nothing@2 139
nothing@2 140 rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ,
nothing@2 141 <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer> .
nothing@2 142
nothing@2 143
nothing@2 144
nothing@2 145 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model
nothing@2 146
nothing@2 147 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> rdf:type owl:ObjectProperty ;
nothing@2 148
nothing@2 149 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 150
nothing@2 151 rdfs:range <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean> .
nothing@2 152
nothing@2 153
nothing@2 154
nothing@2 155 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale
nothing@2 156
nothing@2 157 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> rdf:type owl:ObjectProperty ;
nothing@2 158
nothing@2 159 rdfs:range <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> .
nothing@2 160
nothing@2 161
nothing@2 162
nothing@2 163
nothing@2 164
nothing@2 165 #################################################################
nothing@2 166 #
nothing@2 167 # Classes
nothing@2 168 #
nothing@2 169 #################################################################
nothing@2 170
nothing@2 171
nothing@2 172 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy
nothing@2 173
nothing@2 174 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationEnergy> rdf:type owl:Class ;
nothing@2 175
nothing@2 176 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 177
nothing@2 178 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 179
nothing@2 180 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4 Hz Modulation Energy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 181
nothing@2 182 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "4 Hz Modulation Energy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 183
nothing@2 184 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4HzModulationEnergy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 185
nothing@2 186 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 187
nothing@2 188 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 189
nothing@2 190 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ;
nothing@2 191
nothing@2 192 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 193 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 194 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ;
nothing@2 195
nothing@2 196 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 197
nothing@2 198 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 199
nothing@2 200 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 201
nothing@2 202 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 203
nothing@2 204 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 205 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 206 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 207
nothing@2 208
nothing@2 209
nothing@2 210 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients
nothing@2 211
nothing@2 212 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/4HzModulationHarmonicCoefficients> rdf:type owl:Class ;
nothing@2 213
nothing@2 214 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 215
nothing@2 216 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 217
nothing@2 218 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4 Hz Modulation Harmonic Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 219
nothing@2 220 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "4 Hz Modulation Harmonic Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 221
nothing@2 222 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "4HzModulationHarmonicCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 223
nothing@2 224 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 225
nothing@2 226 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 227
nothing@2 228 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ;
nothing@2 229
nothing@2 230 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 231 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 232 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ;
nothing@2 233
nothing@2 234 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 235
nothing@2 236 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 237
nothing@2 238 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 239
nothing@2 240 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 241 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 242
nothing@2 243
nothing@2 244
nothing@2 245 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform
nothing@2 246
nothing@2 247 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform> rdf:type owl:Class ;
nothing@2 248
nothing@2 249 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ,
nothing@2 250 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 251
nothing@2 252 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "42"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 253
nothing@2 254 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Adaptive Time Frequency Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ,
nothing@2 255 "Adaptive Time-Frequency Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 256
nothing@2 257 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Adaptive Time-Frequency Transform feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 258
nothing@2 259 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AdaptiveTimeFrequencyTransform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 260
nothing@2 261 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 262
nothing@2 263 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 264
nothing@2 265 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AdaptiveTimeFrequencyTransform> ;
nothing@2 266
nothing@2 267 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ;
nothing@2 268
nothing@2 269 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 270
nothing@2 271 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 272
nothing@2 273 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 274
nothing@2 275 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> .
nothing@2 276
nothing@2 277
nothing@2 278
nothing@2 279 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation
nothing@2 280
nothing@2 281 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> rdf:type owl:Class ;
nothing@2 282
nothing@2 283 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> .
nothing@2 284
nothing@2 285
nothing@2 286
nothing@2 287 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor
nothing@2 288
nothing@2 289 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeDescriptor> rdf:type owl:Class ;
nothing@2 290
nothing@2 291 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 292
nothing@2 293 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "9"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 294
nothing@2 295 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Amplitude Descriptor"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 296
nothing@2 297 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Amplitude Descriptor feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 298
nothing@2 299 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AmplitudeDescriptor"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 300
nothing@2 301 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 302
nothing@2 303 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 304
nothing@2 305 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 306
nothing@2 307 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 308
nothing@2 309 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 310
nothing@2 311 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ,
nothing@2 312 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 313
nothing@2 314 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 315
nothing@2 316 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 317 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 318
nothing@2 319
nothing@2 320
nothing@2 321 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain
nothing@2 322
nothing@2 323 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> rdf:type owl:Class .
nothing@2 324
nothing@2 325
nothing@2 326
nothing@2 327 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation
nothing@2 328
nothing@2 329 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> rdf:type owl:Class ;
nothing@2 330
nothing@2 331 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 332
nothing@2 333
nothing@2 334
nothing@2 335 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes
nothing@2 336
nothing@2 337 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AuditoryFilterBankTemporalEnvelopes> rdf:type owl:Class ;
nothing@2 338
nothing@2 339 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 340
nothing@2 341 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "62"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 342
nothing@2 343 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Auditory Filter Bank Temporal Envelopes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 344
nothing@2 345 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Auditory Filter Bank Temporal Envelopes feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 346
nothing@2 347 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AuditoryFilterBankTemporalEnvelopes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 348
nothing@2 349 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 350
nothing@2 351 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 352
nothing@2 353 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 354 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ;
nothing@2 355
nothing@2 356 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 357
nothing@2 358 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 359
nothing@2 360 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 361
nothing@2 362 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 363
nothing@2 364 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 365 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 366
nothing@2 367
nothing@2 368
nothing@2 369 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation
nothing@2 370
nothing@2 371 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> rdf:type owl:Class ;
nothing@2 372
nothing@2 373 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 374
nothing@2 375 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autocorrelation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 376
nothing@2 377
nothing@2 378
nothing@2 379 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs
nothing@2 380
nothing@2 381 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutocorrelationMFCCs> rdf:type owl:Class ;
nothing@2 382
nothing@2 383 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 384
nothing@2 385 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autocorrelation MFCCs"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 386
nothing@2 387 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Autocorrelation MFCCs feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 388
nothing@2 389 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "AutocorrelationMFCCs"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 390
nothing@2 391 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 392
nothing@2 393 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 394
nothing@2 395 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 396 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 397 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 398
nothing@2 399 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 400
nothing@2 401 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 402
nothing@2 403 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 404 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 405
nothing@2 406 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 407
nothing@2 408 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 409
nothing@2 410 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 411
nothing@2 412 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 413
nothing@2 414 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 415
nothing@2 416
nothing@2 417
nothing@2 418 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis
nothing@2 419
nothing@2 420 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> rdf:type owl:Class ;
nothing@2 421
nothing@2 422 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 423
nothing@2 424 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Autoregression (Linear Prediction Analysis)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 425
nothing@2 426
nothing@2 427
nothing@2 428 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity
nothing@2 429
nothing@2 430 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandPeriodicity> rdf:type owl:Class ;
nothing@2 431
nothing@2 432 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 433
nothing@2 434 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "4"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 435
nothing@2 436 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Band Periodicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 437
nothing@2 438 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Band Periodicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 439
nothing@2 440 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BandPeriodicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 441
nothing@2 442 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 443
nothing@2 444 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 445
nothing@2 446 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ;
nothing@2 447
nothing@2 448 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 449 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 450
nothing@2 451 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 452
nothing@2 453 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 454
nothing@2 455 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 456
nothing@2 457 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 458 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 459 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 460
nothing@2 461
nothing@2 462
nothing@2 463 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank
nothing@2 464
nothing@2 465 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> rdf:type owl:Class ;
nothing@2 466
nothing@2 467 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ,
nothing@2 468 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 469
nothing@2 470 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Band-pass Filter (Bank)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ,
nothing@2 471 "Band-pass Filter Bank"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 472
nothing@2 473
nothing@2 474
nothing@2 475 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth
nothing@2 476
nothing@2 477 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Bandwidth> rdf:type owl:Class ;
nothing@2 478
nothing@2 479 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 480
nothing@2 481 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 482
nothing@2 483 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Bandwidth"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 484
nothing@2 485 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Bandwidth feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 486
nothing@2 487 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 488
nothing@2 489 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 490
nothing@2 491 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 492
nothing@2 493 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 494
nothing@2 495 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 496
nothing@2 497 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 498
nothing@2 499 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 500
nothing@2 501 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 502
nothing@2 503 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 504
nothing@2 505 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 506
nothing@2 507 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 508
nothing@2 509
nothing@2 510
nothing@2 511 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients
nothing@2 512
nothing@2 513 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BarkscaleFrequencyCepstralCoefficients> rdf:type owl:Class ;
nothing@2 514
nothing@2 515 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 516
nothing@2 517 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Bark-scale Frequency Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 518
nothing@2 519 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Bark-scale Frequency Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 520
nothing@2 521 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BarkscaleFrequencyCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 522
nothing@2 523 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 524
nothing@2 525 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 526
nothing@2 527 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 528 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 529
nothing@2 530 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 531
nothing@2 532 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 533
nothing@2 534 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 535
nothing@2 536 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 537
nothing@2 538 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 539
nothing@2 540 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 541
nothing@2 542 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 543
nothing@2 544 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 545
nothing@2 546
nothing@2 547
nothing@2 548 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram
nothing@2 549
nothing@2 550 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatHistogram> rdf:type owl:Class ;
nothing@2 551
nothing@2 552 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 553
nothing@2 554 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "6"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 555
nothing@2 556 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 557
nothing@2 558 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 559
nothing@2 560 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 561
nothing@2 562 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 563
nothing@2 564 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 565
nothing@2 566 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 567 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ;
nothing@2 568
nothing@2 569 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 570
nothing@2 571 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 572
nothing@2 573 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 574
nothing@2 575 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 576
nothing@2 577 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 578
nothing@2 579 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 580 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 581 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 582
nothing@2 583
nothing@2 584
nothing@2 585 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum
nothing@2 586
nothing@2 587 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatSpectrum> rdf:type owl:Class ;
nothing@2 588
nothing@2 589 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 590
nothing@2 591 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Spectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 592
nothing@2 593 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Spectrum feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 594
nothing@2 595 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatSpectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 596
nothing@2 597 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 598
nothing@2 599 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 600
nothing@2 601 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 602 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> ,
nothing@2 603 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 604
nothing@2 605 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 606
nothing@2 607 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 608
nothing@2 609 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 610 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 611
nothing@2 612 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 613
nothing@2 614 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 615
nothing@2 616 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 617
nothing@2 618 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 619
nothing@2 620
nothing@2 621
nothing@2 622 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker
nothing@2 623
nothing@2 624 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BeatTracker> rdf:type owl:Class ;
nothing@2 625
nothing@2 626 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 627
nothing@2 628 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 629
nothing@2 630 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Beat Tracker"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 631
nothing@2 632 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Beat Tracker feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 633
nothing@2 634 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "BeatTracker"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 635
nothing@2 636 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 637
nothing@2 638 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 639
nothing@2 640 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 641 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> ,
nothing@2 642 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ;
nothing@2 643
nothing@2 644 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 645
nothing@2 646 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 647
nothing@2 648 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 649
nothing@2 650 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 651
nothing@2 652 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 653
nothing@2 654 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 655 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 656
nothing@2 657
nothing@2 658
nothing@2 659 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature
nothing@2 660
nothing@2 661 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> rdf:type owl:Class ;
nothing@2 662
nothing@2 663 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 664
nothing@2 665
nothing@2 666
nothing@2 667 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula
nothing@2 668
nothing@2 669 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> rdf:type owl:Class ;
nothing@2 670
nothing@2 671 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 672
nothing@2 673 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cepstral Recursion Formula"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 674
nothing@2 675
nothing@2 676
nothing@2 677 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures
nothing@2 678
nothing@2 679 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ChromaCENSFeatures> rdf:type owl:Class ;
nothing@2 680
nothing@2 681 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 682
nothing@2 683 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 684
nothing@2 685 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Chroma CENS Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 686
nothing@2 687 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Chroma CENS Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 688
nothing@2 689 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ChromaCENSFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 690
nothing@2 691 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 692
nothing@2 693 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 694
nothing@2 695 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 696
nothing@2 697 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 698
nothing@2 699 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 700
nothing@2 701 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 702
nothing@2 703 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 704
nothing@2 705 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 706
nothing@2 707 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 708
nothing@2 709 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 710 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 711
nothing@2 712
nothing@2 713
nothing@2 714 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram
nothing@2 715
nothing@2 716 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Chromagram> rdf:type owl:Class ;
nothing@2 717
nothing@2 718 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 719
nothing@2 720 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 721
nothing@2 722 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Chromagram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 723
nothing@2 724 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Chromagram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 725
nothing@2 726 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 727
nothing@2 728 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 729
nothing@2 730 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 731
nothing@2 732 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 733
nothing@2 734 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 735
nothing@2 736 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 737
nothing@2 738 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 739
nothing@2 740 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 741
nothing@2 742 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 743 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 744
nothing@2 745
nothing@2 746
nothing@2 747 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank
nothing@2 748
nothing@2 749 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> rdf:type owl:Class ;
nothing@2 750
nothing@2 751 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 752
nothing@2 753 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Comb Filter (Bank)"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 754
nothing@2 755
nothing@2 756
nothing@2 757 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity
nothing@2 758
nothing@2 759 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> rdf:type owl:Class .
nothing@2 760
nothing@2 761
nothing@2 762
nothing@2 763 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform
nothing@2 764
nothing@2 765 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform> rdf:type owl:Class ;
nothing@2 766
nothing@2 767 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 768
nothing@2 769 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Constant Q Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 770
nothing@2 771
nothing@2 772
nothing@2 773 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation
nothing@2 774
nothing@2 775 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> rdf:type owl:Class ;
nothing@2 776
nothing@2 777 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 778
nothing@2 779 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cross-Correlation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 780
nothing@2 781
nothing@2 782
nothing@2 783 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum
nothing@2 784
nothing@2 785 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CyclicBeatSpectrum> rdf:type owl:Class ;
nothing@2 786
nothing@2 787 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 788
nothing@2 789 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Cyclic Beat Spectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 790
nothing@2 791 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Cyclic Beat Spectrum feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 792
nothing@2 793 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "CyclicBeatSpectrum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 794
nothing@2 795 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 796
nothing@2 797 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 798
nothing@2 799 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CombFilterBank> ,
nothing@2 800 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 801 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 802
nothing@2 803 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 804
nothing@2 805 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 806
nothing@2 807 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 808
nothing@2 809 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 810
nothing@2 811 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 812
nothing@2 813 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 814
nothing@2 815 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 816 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 817
nothing@2 818
nothing@2 819
nothing@2 820 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature
nothing@2 821
nothing@2 822 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DWPTbasedRhythmFeature> rdf:type owl:Class ;
nothing@2 823
nothing@2 824 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 825
nothing@2 826 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DWPT-based Rhythm Feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 827
nothing@2 828 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "DWPT-based Rhythm Feature feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 829
nothing@2 830 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DWPTbasedRhythmFeature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 831
nothing@2 832 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 833
nothing@2 834 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 835
nothing@2 836 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 837 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ;
nothing@2 838
nothing@2 839 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 840
nothing@2 841 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 842
nothing@2 843 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 844
nothing@2 845 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 846
nothing@2 847 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 848
nothing@2 849 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 850 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 851 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 852
nothing@2 853
nothing@2 854
nothing@2 855 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram
nothing@2 856
nothing@2 857 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DaubechiesWaveletCoefficientHistogram> rdf:type owl:Class ;
nothing@2 858
nothing@2 859 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 860
nothing@2 861 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "28"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 862
nothing@2 863 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Daubechies Wavelet Coefficient Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 864
nothing@2 865 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Daubechies Wavelet Coefficient Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 866
nothing@2 867 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DaubechiesWaveletCoefficientHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 868
nothing@2 869 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 870
nothing@2 871 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 872
nothing@2 873 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ;
nothing@2 874
nothing@2 875 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 876
nothing@2 877 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 878
nothing@2 879 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 880
nothing@2 881 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 882
nothing@2 883 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 884 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 885
nothing@2 886
nothing@2 887
nothing@2 888 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference
nothing@2 889
nothing@2 890 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> rdf:type owl:Class ;
nothing@2 891
nothing@2 892 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 893
nothing@2 894 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Derivation, Difference"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 895
nothing@2 896
nothing@2 897
nothing@2 898 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences
nothing@2 899
nothing@2 900 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences> rdf:type owl:Class ;
nothing@2 901
nothing@2 902 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 903
nothing@2 904 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Deviation, Sum of Differences"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 905
nothing@2 906
nothing@2 907
nothing@2 908 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform
nothing@2 909
nothing@2 910 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> rdf:type owl:Class ;
nothing@2 911
nothing@2 912 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 913
nothing@2 914 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Cosine Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 915
nothing@2 916
nothing@2 917
nothing@2 918 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform
nothing@2 919
nothing@2 920 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> rdf:type owl:Class ;
nothing@2 921
nothing@2 922 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 923
nothing@2 924 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Fourier Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 925
nothing@2 926
nothing@2 927
nothing@2 928 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform
nothing@2 929
nothing@2 930 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> rdf:type owl:Class ;
nothing@2 931
nothing@2 932 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 933
nothing@2 934 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Discrete Wavelet Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 935
nothing@2 936
nothing@2 937
nothing@2 938 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis
nothing@2 939
nothing@2 940 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DistortionDiscriminantAnalysis> rdf:type owl:Class ;
nothing@2 941
nothing@2 942 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ;
nothing@2 943
nothing@2 944 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "64"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 945
nothing@2 946 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Distortion Discriminant Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 947
nothing@2 948 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Distortion Discriminant Analysis feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 949
nothing@2 950 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "DistortionDiscriminantAnalysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 951
nothing@2 952 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 953
nothing@2 954 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 955
nothing@2 956 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ;
nothing@2 957
nothing@2 958 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 959
nothing@2 960 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 961
nothing@2 962 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 963 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform> ;
nothing@2 964
nothing@2 965 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 966
nothing@2 967 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> ,
nothing@2 968 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 969
nothing@2 970
nothing@2 971
nothing@2 972 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature
nothing@2 973
nothing@2 974 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> rdf:type owl:Class ;
nothing@2 975
nothing@2 976 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 977
nothing@2 978
nothing@2 979
nothing@2 980 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity
nothing@2 981
nothing@2 982 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> rdf:type owl:Class ;
nothing@2 983
nothing@2 984 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 985
nothing@2 986 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Energy Spectral Density"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 987
nothing@2 988
nothing@2 989
nothing@2 990 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy
nothing@2 991
nothing@2 992 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> rdf:type owl:Class ;
nothing@2 993
nothing@2 994 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 995
nothing@2 996 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 997
nothing@2 998
nothing@2 999
nothing@2 1000 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition
nothing@2 1001
nothing@2 1002 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> rdf:type owl:Class ;
nothing@2 1003
nothing@2 1004 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 1005
nothing@2 1006
nothing@2 1007
nothing@2 1008 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction
nothing@2 1009
nothing@2 1010 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> rdf:type owl:Class ;
nothing@2 1011
nothing@2 1012 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 1013
nothing@2 1014 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Exponential Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1015
nothing@2 1016
nothing@2 1017
nothing@2 1018 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature
nothing@2 1019
nothing@2 1020 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> rdf:type owl:Class .
nothing@2 1021
nothing@2 1022
nothing@2 1023
nothing@2 1024 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter
nothing@2 1025
nothing@2 1026 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> rdf:type owl:Class ;
nothing@2 1027
nothing@2 1028 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> .
nothing@2 1029
nothing@2 1030
nothing@2 1031
nothing@2 1032 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting
nothing@2 1033
nothing@2 1034 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> rdf:type owl:Class ;
nothing@2 1035
nothing@2 1036 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 1037
nothing@2 1038
nothing@2 1039
nothing@2 1040 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature
nothing@2 1041
nothing@2 1042 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> rdf:type owl:Class ;
nothing@2 1043
nothing@2 1044 owl:equivalentClass <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1045
nothing@2 1046 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> .
nothing@2 1047
nothing@2 1048
nothing@2 1049
nothing@2 1050 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature
nothing@2 1051
nothing@2 1052 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> rdf:type owl:Class ;
nothing@2 1053
nothing@2 1054 owl:equivalentClass <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1055
nothing@2 1056 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> .
nothing@2 1057
nothing@2 1058
nothing@2 1059
nothing@2 1060 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature
nothing@2 1061
nothing@2 1062 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyFeature> rdf:type owl:Class ;
nothing@2 1063
nothing@2 1064 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 1065
nothing@2 1066
nothing@2 1067
nothing@2 1068 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global
nothing@2 1069
nothing@2 1070 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> rdf:type owl:Class ;
nothing@2 1071
nothing@2 1072 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> .
nothing@2 1073
nothing@2 1074
nothing@2 1075
nothing@2 1076 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction
nothing@2 1077
nothing@2 1078 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction> rdf:type owl:Class ;
nothing@2 1079
nothing@2 1080 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 1081
nothing@2 1082 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Group Delay Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1083
nothing@2 1084
nothing@2 1085
nothing@2 1086 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient
nothing@2 1087
nothing@2 1088 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicCoefficient> rdf:type owl:Class ;
nothing@2 1089
nothing@2 1090 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1091
nothing@2 1092 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1093
nothing@2 1094 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Coefficient"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1095
nothing@2 1096 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Coefficient feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1097
nothing@2 1098 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicCoefficient"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1099
nothing@2 1100 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1101
nothing@2 1102 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1103
nothing@2 1104 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ;
nothing@2 1105
nothing@2 1106 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 1107
nothing@2 1108 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1109
nothing@2 1110 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1111
nothing@2 1112 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1113
nothing@2 1114 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 1115 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1116
nothing@2 1117
nothing@2 1118
nothing@2 1119 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration
nothing@2 1120
nothing@2 1121 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicConcentration> rdf:type owl:Class ;
nothing@2 1122
nothing@2 1123 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1124
nothing@2 1125 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1126
nothing@2 1127 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Concentration"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1128
nothing@2 1129 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Concentration feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1130
nothing@2 1131 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicConcentration"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1132
nothing@2 1133 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1134
nothing@2 1135 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1136
nothing@2 1137 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 1138 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ;
nothing@2 1139
nothing@2 1140 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1141
nothing@2 1142 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ;
nothing@2 1143
nothing@2 1144 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1145
nothing@2 1146 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1147
nothing@2 1148 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1149
nothing@2 1150 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 1151 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1152
nothing@2 1153
nothing@2 1154
nothing@2 1155 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate
nothing@2 1156
nothing@2 1157 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicDerivate> rdf:type owl:Class ;
nothing@2 1158
nothing@2 1159 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1160
nothing@2 1161 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Derivate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1162
nothing@2 1163 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Derivate feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1164
nothing@2 1165 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicDerivate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1166
nothing@2 1167 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1168
nothing@2 1169 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1170
nothing@2 1171 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 1172 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1173
nothing@2 1174 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1175
nothing@2 1176 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 1177
nothing@2 1178 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1179
nothing@2 1180 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1181
nothing@2 1182 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1183
nothing@2 1184 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1185
nothing@2 1186 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1187
nothing@2 1188
nothing@2 1189
nothing@2 1190 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy
nothing@2 1191
nothing@2 1192 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergyEntropy> rdf:type owl:Class ;
nothing@2 1193
nothing@2 1194 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1195
nothing@2 1196 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1197
nothing@2 1198 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Energy Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1199
nothing@2 1200 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Energy Entropy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1201
nothing@2 1202 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicEnergyEntropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1203
nothing@2 1204 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1205
nothing@2 1206 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1207
nothing@2 1208 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 1209 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ;
nothing@2 1210
nothing@2 1211 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1212
nothing@2 1213 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ;
nothing@2 1214
nothing@2 1215 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1216
nothing@2 1217 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1218
nothing@2 1219 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1220
nothing@2 1221 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1222
nothing@2 1223
nothing@2 1224
nothing@2 1225 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection
nothing@2 1226
nothing@2 1227 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> rdf:type owl:Class ;
nothing@2 1228
nothing@2 1229 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 1230
nothing@2 1231 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Peak Detection"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1232
nothing@2 1233
nothing@2 1234
nothing@2 1235 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence
nothing@2 1236
nothing@2 1237 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicProminence> rdf:type owl:Class ;
nothing@2 1238
nothing@2 1239 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1240
nothing@2 1241 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1242
nothing@2 1243 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Harmonic Prominence"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1244
nothing@2 1245 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Harmonic Prominence feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1246
nothing@2 1247 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "HarmonicProminence"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1248
nothing@2 1249 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1250
nothing@2 1251 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1252
nothing@2 1253 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 1254
nothing@2 1255 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 1256
nothing@2 1257 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1258
nothing@2 1259 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ;
nothing@2 1260
nothing@2 1261 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1262
nothing@2 1263 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1264
nothing@2 1265 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1266
nothing@2 1267
nothing@2 1268
nothing@2 1269 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity
nothing@2 1270
nothing@2 1271 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> rdf:type owl:Class ;
nothing@2 1272
nothing@2 1273 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> .
nothing@2 1274
nothing@2 1275
nothing@2 1276
nothing@2 1277 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram
nothing@2 1278
nothing@2 1279 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram> rdf:type owl:Class ;
nothing@2 1280
nothing@2 1281 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 1282
nothing@2 1283 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1284
nothing@2 1285
nothing@2 1286
nothing@2 1287 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis
nothing@2 1288
nothing@2 1289 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis> rdf:type owl:Class ;
nothing@2 1290
nothing@2 1291 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 1292
nothing@2 1293 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Independent Component Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1294
nothing@2 1295
nothing@2 1296
nothing@2 1297 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity
nothing@2 1298
nothing@2 1299 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity> rdf:type owl:Class ;
nothing@2 1300
nothing@2 1301 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1302
nothing@2 1303 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1304
nothing@2 1305 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Inharmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1306
nothing@2 1307 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Inharmonicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1308
nothing@2 1309 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1310
nothing@2 1311 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1312
nothing@2 1313 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 1314
nothing@2 1315 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1316
nothing@2 1317 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ,
nothing@2 1318 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 1319
nothing@2 1320 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1321
nothing@2 1322 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1323
nothing@2 1324 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1325
nothing@2 1326 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1327
nothing@2 1328
nothing@2 1329
nothing@2 1330 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness
nothing@2 1331
nothing@2 1332 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntegralLoudness> rdf:type owl:Class ;
nothing@2 1333
nothing@2 1334 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1335
nothing@2 1336 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1337
nothing@2 1338 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Integral Loudness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1339
nothing@2 1340 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Integral Loudness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1341
nothing@2 1342 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "IntegralLoudness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1343
nothing@2 1344 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1345
nothing@2 1346 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1347
nothing@2 1348 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 1349 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> ;
nothing@2 1350
nothing@2 1351 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 1352
nothing@2 1353 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1354
nothing@2 1355 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 1356
nothing@2 1357 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1358
nothing@2 1359 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 1360
nothing@2 1361 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1362
nothing@2 1363 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 1364 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1365
nothing@2 1366
nothing@2 1367
nothing@2 1368 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame
nothing@2 1369
nothing@2 1370 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> rdf:type owl:Class ;
nothing@2 1371
nothing@2 1372 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> .
nothing@2 1373
nothing@2 1374
nothing@2 1375
nothing@2 1376 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame
nothing@2 1377
nothing@2 1378 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> rdf:type owl:Class ;
nothing@2 1379
nothing@2 1380 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> .
nothing@2 1381
nothing@2 1382
nothing@2 1383
nothing@2 1384 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency
nothing@2 1385
nothing@2 1386 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/JointAcousticandModuluationFrequency> rdf:type owl:Class ;
nothing@2 1387
nothing@2 1388 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 1389
nothing@2 1390 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Joint Acoustic and Moduluation Frequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1391
nothing@2 1392 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Joint Acoustic and Moduluation Frequency feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1393
nothing@2 1394 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "JointAcousticandModuluationFrequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1395
nothing@2 1396 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1397
nothing@2 1398 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1399
nothing@2 1400 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 1401 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ;
nothing@2 1402
nothing@2 1403 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 1404
nothing@2 1405 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 1406
nothing@2 1407 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 1408
nothing@2 1409 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1410
nothing@2 1411 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1412
nothing@2 1413 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 1414 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ;
nothing@2 1415
nothing@2 1416 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1417
nothing@2 1418 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1419
nothing@2 1420
nothing@2 1421
nothing@2 1422 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector
nothing@2 1423
nothing@2 1424 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> rdf:type owl:Class ;
nothing@2 1425
nothing@2 1426 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 1427
nothing@2 1428 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Level Crossing Detector"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1429
nothing@2 1430
nothing@2 1431
nothing@2 1432 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies
nothing@2 1433
nothing@2 1434 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LineSpectralFrequencies> rdf:type owl:Class ;
nothing@2 1435
nothing@2 1436 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 1437
nothing@2 1438 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Line Spectral Frequencies"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1439
nothing@2 1440 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Line Spectral Frequencies feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1441
nothing@2 1442 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LineSpectralFrequencies"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1443
nothing@2 1444 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1445
nothing@2 1446 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1447
nothing@2 1448 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ;
nothing@2 1449
nothing@2 1450 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1451
nothing@2 1452 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1453
nothing@2 1454 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1455
nothing@2 1456 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile> ;
nothing@2 1457
nothing@2 1458 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1459
nothing@2 1460 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1461
nothing@2 1462 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1463
nothing@2 1464
nothing@2 1465
nothing@2 1466 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients
nothing@2 1467
nothing@2 1468 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionCepstralCoefficients> rdf:type owl:Class ;
nothing@2 1469
nothing@2 1470 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 1471
nothing@2 1472 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "LPCC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1473
nothing@2 1474 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Prediction Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1475
nothing@2 1476 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Prediction Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1477
nothing@2 1478 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictionCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1479
nothing@2 1480 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1481
nothing@2 1482 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1483
nothing@2 1484 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ,
nothing@2 1485 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 1486 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> ;
nothing@2 1487
nothing@2 1488 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1489
nothing@2 1490 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1491
nothing@2 1492 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1493
nothing@2 1494 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1495
nothing@2 1496 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 1497
nothing@2 1498 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1499
nothing@2 1500
nothing@2 1501
nothing@2 1502 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR
nothing@2 1503
nothing@2 1504 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictionZCR> rdf:type owl:Class ;
nothing@2 1505
nothing@2 1506 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 1507
nothing@2 1508 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1509
nothing@2 1510 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Prediction ZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1511
nothing@2 1512 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Prediction ZCR feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1513
nothing@2 1514 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictionZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1515
nothing@2 1516 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1517
nothing@2 1518 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1519
nothing@2 1520 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ;
nothing@2 1521
nothing@2 1522 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1523
nothing@2 1524 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1525
nothing@2 1526 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1527
nothing@2 1528 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ;
nothing@2 1529
nothing@2 1530 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 1531
nothing@2 1532 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1533
nothing@2 1534
nothing@2 1535
nothing@2 1536 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding
nothing@2 1537
nothing@2 1538 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LinearPredictiveCoding> rdf:type owl:Class ;
nothing@2 1539
nothing@2 1540 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 1541
nothing@2 1542 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "LPC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1543
nothing@2 1544 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Linear Predictive Coding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1545
nothing@2 1546 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Linear Predictive Coding feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1547
nothing@2 1548 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "LinearPredictiveCoding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1549
nothing@2 1550 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1551
nothing@2 1552 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1553
nothing@2 1554 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ,
nothing@2 1555 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 1556 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1557
nothing@2 1558 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1559
nothing@2 1560 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1561
nothing@2 1562 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1563
nothing@2 1564 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1565
nothing@2 1566 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 1567
nothing@2 1568 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1569
nothing@2 1570
nothing@2 1571
nothing@2 1572 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm
nothing@2 1573
nothing@2 1574 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> rdf:type owl:Class ;
nothing@2 1575
nothing@2 1576 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 1577
nothing@2 1578 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Logarithm"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1579
nothing@2 1580
nothing@2 1581
nothing@2 1582 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity
nothing@2 1583
nothing@2 1584 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> rdf:type owl:Class ;
nothing@2 1585
nothing@2 1586 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> .
nothing@2 1587
nothing@2 1588
nothing@2 1589
nothing@2 1590 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter
nothing@2 1591
nothing@2 1592 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> rdf:type owl:Class ;
nothing@2 1593
nothing@2 1594 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 1595
nothing@2 1596 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Low-pass Filter"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 1597
nothing@2 1598
nothing@2 1599
nothing@2 1600 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency
nothing@2 1601
nothing@2 1602 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioFundamentalFrequency> rdf:type owl:Class ;
nothing@2 1603
nothing@2 1604 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1605
nothing@2 1606 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1607
nothing@2 1608 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1609
nothing@2 1610 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Fundamental Frequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1611
nothing@2 1612 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Fundamental Frequency feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1613
nothing@2 1614 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioFundamentalFrequency"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1615
nothing@2 1616 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1617
nothing@2 1618 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1619
nothing@2 1620 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 1621
nothing@2 1622 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1623
nothing@2 1624 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1625
nothing@2 1626 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1627
nothing@2 1628 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1629
nothing@2 1630 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 1631 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1632
nothing@2 1633
nothing@2 1634
nothing@2 1635 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity
nothing@2 1636
nothing@2 1637 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioHarmonicity> rdf:type owl:Class ;
nothing@2 1638
nothing@2 1639 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1640
nothing@2 1641 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1642
nothing@2 1643 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1644
nothing@2 1645 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Harmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1646
nothing@2 1647 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Harmonicity feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1648
nothing@2 1649 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioHarmonicity"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1650
nothing@2 1651 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1652
nothing@2 1653 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1654
nothing@2 1655 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 1656
nothing@2 1657 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1658
nothing@2 1659 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1660
nothing@2 1661 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1662
nothing@2 1663 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1664
nothing@2 1665 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 1666 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1667
nothing@2 1668
nothing@2 1669
nothing@2 1670 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis
nothing@2 1671
nothing@2 1672 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumBasis> rdf:type owl:Class ;
nothing@2 1673
nothing@2 1674 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ;
nothing@2 1675
nothing@2 1676 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1677
nothing@2 1678 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Basis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1679
nothing@2 1680 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Basis feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1681
nothing@2 1682 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumBasis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1683
nothing@2 1684 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1685
nothing@2 1686 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1687
nothing@2 1688 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1689
nothing@2 1690 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 1691
nothing@2 1692 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 1693
nothing@2 1694 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IndependentComponentAnalysis> ;
nothing@2 1695
nothing@2 1696 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 1697
nothing@2 1698 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 1699 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 1700
nothing@2 1701 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 1702
nothing@2 1703 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1704
nothing@2 1705 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 1706 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition> ,
nothing@2 1707 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1708
nothing@2 1709
nothing@2 1710
nothing@2 1711 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid
nothing@2 1712
nothing@2 1713 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumCentroid> rdf:type owl:Class ;
nothing@2 1714
nothing@2 1715 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1716
nothing@2 1717 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1718
nothing@2 1719 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1720
nothing@2 1721 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1722
nothing@2 1723 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1724
nothing@2 1725 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1726
nothing@2 1727 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1728
nothing@2 1729 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1730
nothing@2 1731 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1732
nothing@2 1733 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1734
nothing@2 1735 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 1736 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 1737
nothing@2 1738 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1739
nothing@2 1740 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1741
nothing@2 1742 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 1743
nothing@2 1744 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1745
nothing@2 1746 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1747
nothing@2 1748
nothing@2 1749
nothing@2 1750 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread
nothing@2 1751
nothing@2 1752 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioSpectrumSpread> rdf:type owl:Class ;
nothing@2 1753
nothing@2 1754 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1755
nothing@2 1756 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1757
nothing@2 1758 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1759
nothing@2 1760 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Spectrum Spread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1761
nothing@2 1762 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Spectrum Spread feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1763
nothing@2 1764 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioSpectrumSpread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1765
nothing@2 1766 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1767
nothing@2 1768 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1769
nothing@2 1770 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1771
nothing@2 1772 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1773
nothing@2 1774 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 1775 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 1776
nothing@2 1777 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1778
nothing@2 1779 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1780
nothing@2 1781 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 1782
nothing@2 1783 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 1784
nothing@2 1785 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1786
nothing@2 1787
nothing@2 1788
nothing@2 1789 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform
nothing@2 1790
nothing@2 1791 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7AudioWaveform> rdf:type owl:Class ;
nothing@2 1792
nothing@2 1793 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 1794
nothing@2 1795 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "2"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1796
nothing@2 1797 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1798
nothing@2 1799 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Audio Waveform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1800
nothing@2 1801 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Audio Waveform feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1802
nothing@2 1803 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7AudioWaveform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1804
nothing@2 1805 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1806
nothing@2 1807 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1808
nothing@2 1809 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Histogram> ;
nothing@2 1810
nothing@2 1811 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1812
nothing@2 1813 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1814
nothing@2 1815 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 1816
nothing@2 1817 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 1818 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1819
nothing@2 1820
nothing@2 1821
nothing@2 1822 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid
nothing@2 1823
nothing@2 1824 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralCentroid> rdf:type owl:Class ;
nothing@2 1825
nothing@2 1826 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1827
nothing@2 1828 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1829
nothing@2 1830 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1831
nothing@2 1832 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1833
nothing@2 1834 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1835
nothing@2 1836 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1837
nothing@2 1838 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1839
nothing@2 1840 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1841
nothing@2 1842 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1843
nothing@2 1844 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1845
nothing@2 1846 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ,
nothing@2 1847 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 1848
nothing@2 1849 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1850
nothing@2 1851 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1852
nothing@2 1853 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1854
nothing@2 1855 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1856
nothing@2 1857
nothing@2 1858
nothing@2 1859 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation
nothing@2 1860
nothing@2 1861 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralDeviation> rdf:type owl:Class ;
nothing@2 1862
nothing@2 1863 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1864
nothing@2 1865 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1866
nothing@2 1867 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1868
nothing@2 1869 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Deviation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1870
nothing@2 1871 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Deviation feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1872
nothing@2 1873 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralDeviation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1874
nothing@2 1875 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1876
nothing@2 1877 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1878
nothing@2 1879 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1880
nothing@2 1881 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1882
nothing@2 1883 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ,
nothing@2 1884 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 1885 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ,
nothing@2 1886 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 1887
nothing@2 1888 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1889
nothing@2 1890 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1891
nothing@2 1892 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1893
nothing@2 1894 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1895
nothing@2 1896
nothing@2 1897
nothing@2 1898 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread
nothing@2 1899
nothing@2 1900 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralSpread> rdf:type owl:Class ;
nothing@2 1901
nothing@2 1902 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1903
nothing@2 1904 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1905
nothing@2 1906 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1907
nothing@2 1908 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Spread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1909
nothing@2 1910 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Spread feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1911
nothing@2 1912 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralSpread"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1913
nothing@2 1914 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1915
nothing@2 1916 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1917
nothing@2 1918 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1919
nothing@2 1920 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1921
nothing@2 1922 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ,
nothing@2 1923 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 1924
nothing@2 1925 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1926
nothing@2 1927 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1928
nothing@2 1929 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1930
nothing@2 1931 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1932
nothing@2 1933
nothing@2 1934
nothing@2 1935 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation
nothing@2 1936
nothing@2 1937 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7HarmonicSpectralVariation> rdf:type owl:Class ;
nothing@2 1938
nothing@2 1939 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 1940
nothing@2 1941 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1942
nothing@2 1943 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1944
nothing@2 1945 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Harmonic Spectral Variation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1946
nothing@2 1947 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Harmonic Spectral Variation feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1948
nothing@2 1949 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7HarmonicSpectralVariation"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1950
nothing@2 1951 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1952
nothing@2 1953 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1954
nothing@2 1955 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CrossCorrelation> ,
nothing@2 1956 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 1957
nothing@2 1958 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 1959
nothing@2 1960 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ;
nothing@2 1961
nothing@2 1962 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 1963
nothing@2 1964 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1965
nothing@2 1966 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 1967
nothing@2 1968 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 1969
nothing@2 1970
nothing@2 1971
nothing@2 1972 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime
nothing@2 1973
nothing@2 1974 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7LogAttackTime> rdf:type owl:Class ;
nothing@2 1975
nothing@2 1976 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 1977
nothing@2 1978 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 1979
nothing@2 1980 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1981
nothing@2 1982 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Log Attack Time"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1983
nothing@2 1984 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Log Attack Time feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1985
nothing@2 1986 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7LogAttackTime"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1987
nothing@2 1988 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 1989
nothing@2 1990 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 1991
nothing@2 1992 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ;
nothing@2 1993
nothing@2 1994 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 1995
nothing@2 1996 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 1997
nothing@2 1998 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 1999
nothing@2 2000 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2001
nothing@2 2002 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> ,
nothing@2 2003 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2004 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2005
nothing@2 2006
nothing@2 2007
nothing@2 2008 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid
nothing@2 2009
nothing@2 2010 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7SpectralCentroid> rdf:type owl:Class ;
nothing@2 2011
nothing@2 2012 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 2013
nothing@2 2014 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2015
nothing@2 2016 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2017
nothing@2 2018 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2019
nothing@2 2020 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2021
nothing@2 2022 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7SpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2023
nothing@2 2024 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2025
nothing@2 2026 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2027
nothing@2 2028 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 2029
nothing@2 2030 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Global> ;
nothing@2 2031
nothing@2 2032 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 2033
nothing@2 2034 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 2035
nothing@2 2036 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2037
nothing@2 2038 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> .
nothing@2 2039
nothing@2 2040
nothing@2 2041
nothing@2 2042 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid
nothing@2 2043
nothing@2 2044 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MPEG7TemporalCentroid> rdf:type owl:Class ;
nothing@2 2045
nothing@2 2046 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 2047
nothing@2 2048 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2049
nothing@2 2050 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computedIn> "MPEG-7"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2051
nothing@2 2052 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG-7 Temporal Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2053
nothing@2 2054 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "MPEG-7 Temporal Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2055
nothing@2 2056 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MPEG7TemporalCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2057
nothing@2 2058 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2059
nothing@2 2060 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2061
nothing@2 2062 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 2063
nothing@2 2064 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 2065
nothing@2 2066 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 2067
nothing@2 2068 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2069
nothing@2 2070 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2071
nothing@2 2072 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> ,
nothing@2 2073 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2074
nothing@2 2075
nothing@2 2076
nothing@2 2077 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation
nothing@2 2078
nothing@2 2079 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> rdf:type owl:Class .
nothing@2 2080
nothing@2 2081
nothing@2 2082
nothing@2 2083 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum
nothing@2 2084
nothing@2 2085 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Maximum> rdf:type owl:Class ;
nothing@2 2086
nothing@2 2087 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2088
nothing@2 2089 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Maximum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2090
nothing@2 2091
nothing@2 2092
nothing@2 2093 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean
nothing@2 2094
nothing@2 2095 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> rdf:type owl:Class ;
nothing@2 2096
nothing@2 2097 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2098
nothing@2 2099 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Mean"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2100
nothing@2 2101
nothing@2 2102
nothing@2 2103 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median
nothing@2 2104
nothing@2 2105 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> rdf:type owl:Class ;
nothing@2 2106
nothing@2 2107 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2108
nothing@2 2109 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Median"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2110
nothing@2 2111
nothing@2 2112
nothing@2 2113 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity
nothing@2 2114
nothing@2 2115 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> rdf:type owl:Class ;
nothing@2 2116
nothing@2 2117 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ComputationalComplexity> .
nothing@2 2118
nothing@2 2119
nothing@2 2120
nothing@2 2121 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients
nothing@2 2122
nothing@2 2123 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MelscaleFrequencyCepstralCoefficients> rdf:type owl:Class ;
nothing@2 2124
nothing@2 2125 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 2126
nothing@2 2127 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "MFCC"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2128
nothing@2 2129 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Mel-scale Frequency Cepstral Coefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2130
nothing@2 2131 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Mel-scale Frequency Cepstral Coefficients feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2132
nothing@2 2133 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MelscaleFrequencyCepstralCoefficients"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2134
nothing@2 2135 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2136
nothing@2 2137 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2138
nothing@2 2139 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 2140 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 2141
nothing@2 2142 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2143
nothing@2 2144 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2145
nothing@2 2146 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 2147
nothing@2 2148 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2149
nothing@2 2150 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2151
nothing@2 2152 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 2153
nothing@2 2154 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 2155
nothing@2 2156 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2157
nothing@2 2158
nothing@2 2159
nothing@2 2160 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum
nothing@2 2161
nothing@2 2162 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Minimum> rdf:type owl:Class ;
nothing@2 2163
nothing@2 2164 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2165
nothing@2 2166 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Minimum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2167
nothing@2 2168
nothing@2 2169
nothing@2 2170 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay
nothing@2 2171
nothing@2 2172 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModifiedGroupDelay> rdf:type owl:Class ;
nothing@2 2173
nothing@2 2174 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 2175
nothing@2 2176 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Modified Group Delay"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2177
nothing@2 2178 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Modified Group Delay feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2179
nothing@2 2180 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ModifiedGroupDelay"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2181
nothing@2 2182 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2183
nothing@2 2184 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2185
nothing@2 2186 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 2187 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 2188 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/GroupDelayFunction> ;
nothing@2 2189
nothing@2 2190 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2191
nothing@2 2192 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 2193
nothing@2 2194 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2195
nothing@2 2196 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2197
nothing@2 2198 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2199
nothing@2 2200 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2201
nothing@2 2202 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2203
nothing@2 2204
nothing@2 2205
nothing@2 2206 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform
nothing@2 2207
nothing@2 2208 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulatedComplexLappedTransform> rdf:type owl:Class ;
nothing@2 2209
nothing@2 2210 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 2211
nothing@2 2212 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Modulated Complex Lapped Transform"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2213
nothing@2 2214
nothing@2 2215
nothing@2 2216 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature
nothing@2 2217
nothing@2 2218 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> rdf:type owl:Class ;
nothing@2 2219
nothing@2 2220 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 2221
nothing@2 2222
nothing@2 2223
nothing@2 2224 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy
nothing@2 2225
nothing@2 2226 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MultiresolutionEntropy> rdf:type owl:Class ;
nothing@2 2227
nothing@2 2228 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2229
nothing@2 2230 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Multi-resolution Entropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2231
nothing@2 2232 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Multi-resolution Entropy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2233
nothing@2 2234 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "MultiresolutionEntropy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2235
nothing@2 2236 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2237
nothing@2 2238 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2239
nothing@2 2240 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 2241 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ;
nothing@2 2242
nothing@2 2243 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2244
nothing@2 2245 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2246
nothing@2 2247 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 2248
nothing@2 2249 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2250
nothing@2 2251 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2252
nothing@2 2253 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 2254
nothing@2 2255 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2256
nothing@2 2257 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2258
nothing@2 2259
nothing@2 2260
nothing@2 2261 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval
nothing@2 2262
nothing@2 2263 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> rdf:type owl:Class ;
nothing@2 2264
nothing@2 2265 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 2266
nothing@2 2267
nothing@2 2268
nothing@2 2269 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature
nothing@2 2270
nothing@2 2271 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseRobustAuditoryFeature> rdf:type owl:Class ;
nothing@2 2272
nothing@2 2273 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 2274
nothing@2 2275 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "256"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2276
nothing@2 2277 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Noise-Robust Auditory Feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2278
nothing@2 2279 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Noise-Robust Auditory Feature feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2280
nothing@2 2281 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "NoiseRobustAuditoryFeature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2282
nothing@2 2283 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2284
nothing@2 2285 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2286
nothing@2 2287 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 2288 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 2289 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ;
nothing@2 2290
nothing@2 2291 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 2292
nothing@2 2293 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2294
nothing@2 2295 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2296
nothing@2 2297 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 2298 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ,
nothing@2 2299 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2300
nothing@2 2301 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2302
nothing@2 2303 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2304
nothing@2 2305
nothing@2 2306
nothing@2 2307 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction
nothing@2 2308
nothing@2 2309 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> rdf:type owl:Class ;
nothing@2 2310
nothing@2 2311 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 2312
nothing@2 2313 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "(Non-) Linear Weighting Function"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2314
nothing@2 2315
nothing@2 2316
nothing@2 2317 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization
nothing@2 2318
nothing@2 2319 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> rdf:type owl:Class ;
nothing@2 2320
nothing@2 2321 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 2322
nothing@2 2323 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Normalization"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2324
nothing@2 2325
nothing@2 2326
nothing@2 2327 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions
nothing@2 2328
nothing@2 2329 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> rdf:type owl:Class .
nothing@2 2330
nothing@2 2331
nothing@2 2332
nothing@2 2333 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection
nothing@2 2334
nothing@2 2335 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection> rdf:type owl:Class ;
nothing@2 2336
nothing@2 2337 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2338
nothing@2 2339 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Peak Detection"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2340
nothing@2 2341
nothing@2 2342
nothing@2 2343 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile
nothing@2 2344
nothing@2 2345 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Percentile> rdf:type owl:Class ;
nothing@2 2346
nothing@2 2347 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2348
nothing@2 2349 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Percentile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2350
nothing@2 2351
nothing@2 2352
nothing@2 2353 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature
nothing@2 2354
nothing@2 2355 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> rdf:type owl:Class ;
nothing@2 2356
nothing@2 2357 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 2358
nothing@2 2359
nothing@2 2360
nothing@2 2361 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction
nothing@2 2362
nothing@2 2363 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualLinearPrediction> rdf:type owl:Class ;
nothing@2 2364
nothing@2 2365 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 2366
nothing@2 2367 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Perceptual Linear Prediction"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2368
nothing@2 2369 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Perceptual Linear Prediction feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2370
nothing@2 2371 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PerceptualLinearPrediction"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2372
nothing@2 2373 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2374
nothing@2 2375 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2376
nothing@2 2377 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ,
nothing@2 2378 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> ,
nothing@2 2379 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 2380 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 2381
nothing@2 2382 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2383
nothing@2 2384 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2385
nothing@2 2386 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2387
nothing@2 2388 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2389
nothing@2 2390 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2391
nothing@2 2392 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 2393
nothing@2 2394 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2395
nothing@2 2396 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2397
nothing@2 2398
nothing@2 2399
nothing@2 2400 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding
nothing@2 2401
nothing@2 2402 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding> rdf:type owl:Class ;
nothing@2 2403
nothing@2 2404 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 2405
nothing@2 2406 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Phase Space Embedding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2407
nothing@2 2408
nothing@2 2409
nothing@2 2410 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures
nothing@2 2411
nothing@2 2412 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceFeatures> rdf:type owl:Class ;
nothing@2 2413
nothing@2 2414 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature> ;
nothing@2 2415
nothing@2 2416 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Phase Space Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2417
nothing@2 2418 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Phase Space Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2419
nothing@2 2420 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PhaseSpaceFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2421
nothing@2 2422 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2423
nothing@2 2424 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2425
nothing@2 2426 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2427
nothing@2 2428 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2429
nothing@2 2430 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2431
nothing@2 2432 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhaseSpaceEmbedding> ;
nothing@2 2433
nothing@2 2434 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2435
nothing@2 2436 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2437
nothing@2 2438 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2439
nothing@2 2440
nothing@2 2441
nothing@2 2442 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature
nothing@2 2443
nothing@2 2444 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhasespaceFeature> rdf:type owl:Class ;
nothing@2 2445
nothing@2 2446 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 2447
nothing@2 2448
nothing@2 2449
nothing@2 2450 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature
nothing@2 2451
nothing@2 2452 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> rdf:type owl:Class ;
nothing@2 2453
nothing@2 2454 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 2455
nothing@2 2456
nothing@2 2457
nothing@2 2458 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch
nothing@2 2459
nothing@2 2460 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Pitch> rdf:type owl:Class ;
nothing@2 2461
nothing@2 2462 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2463
nothing@2 2464 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2465
nothing@2 2466 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2467
nothing@2 2468 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2469
nothing@2 2470 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2471
nothing@2 2472 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2473
nothing@2 2474 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 2475
nothing@2 2476 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2477
nothing@2 2478 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 2479
nothing@2 2480 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2481
nothing@2 2482 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 2483
nothing@2 2484 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 2485 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2486
nothing@2 2487
nothing@2 2488
nothing@2 2489 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram
nothing@2 2490
nothing@2 2491 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchHistogram> rdf:type owl:Class ;
nothing@2 2492
nothing@2 2493 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2494
nothing@2 2495 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Histogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2496
nothing@2 2497 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Histogram feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2498
nothing@2 2499 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchHistogram"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2500
nothing@2 2501 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2502
nothing@2 2503 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2504
nothing@2 2505 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ;
nothing@2 2506
nothing@2 2507 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 2508
nothing@2 2509 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2510
nothing@2 2511 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2512
nothing@2 2513 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2514
nothing@2 2515 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2516
nothing@2 2517 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2518 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 2519 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2520
nothing@2 2521
nothing@2 2522
nothing@2 2523 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile
nothing@2 2524
nothing@2 2525 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchProfile> rdf:type owl:Class ;
nothing@2 2526
nothing@2 2527 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2528
nothing@2 2529 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "12"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2530
nothing@2 2531 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Profile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2532
nothing@2 2533 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Profile feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2534
nothing@2 2535 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchProfile"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2536
nothing@2 2537 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2538
nothing@2 2539 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2540
nothing@2 2541 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ConstantQTransform> ;
nothing@2 2542
nothing@2 2543 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2544
nothing@2 2545 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2546
nothing@2 2547 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2548
nothing@2 2549 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2550
nothing@2 2551 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2552 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 2553 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 2554 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2555
nothing@2 2556
nothing@2 2557
nothing@2 2558 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA
nothing@2 2559
nothing@2 2560 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PitchSynchronousZCPA> rdf:type owl:Class ;
nothing@2 2561
nothing@2 2562 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 2563
nothing@2 2564 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pitch Synchronous ZCPA"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2565
nothing@2 2566 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pitch Synchronous ZCPA feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2567
nothing@2 2568 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PitchSynchronousZCPA"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2569
nothing@2 2570 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2571
nothing@2 2572 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2573
nothing@2 2574 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 2575 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 2576
nothing@2 2577 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2578
nothing@2 2579 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 2580
nothing@2 2581 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2582
nothing@2 2583 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2584
nothing@2 2585 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2586
nothing@2 2587 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2588 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ;
nothing@2 2589
nothing@2 2590 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2591
nothing@2 2592 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 2593 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2594
nothing@2 2595
nothing@2 2596
nothing@2 2597 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding
nothing@2 2598
nothing@2 2599 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding> rdf:type owl:Class ;
nothing@2 2600
nothing@2 2601 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2602
nothing@2 2603 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Polynomial Root Finding"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2604
nothing@2 2605
nothing@2 2606
nothing@2 2607 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power
nothing@2 2608
nothing@2 2609 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> rdf:type owl:Class ;
nothing@2 2610
nothing@2 2611 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2612
nothing@2 2613 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Power"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2614
nothing@2 2615
nothing@2 2616
nothing@2 2617 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis
nothing@2 2618
nothing@2 2619 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> rdf:type owl:Class ;
nothing@2 2620
nothing@2 2621 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 2622
nothing@2 2623 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Principal Component Analysis"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2624
nothing@2 2625
nothing@2 2626
nothing@2 2627 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch
nothing@2 2628
nothing@2 2629 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PsychoacousticalPitch> rdf:type owl:Class ;
nothing@2 2630
nothing@2 2631 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2632
nothing@2 2633 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Psychoacoustical Pitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2634
nothing@2 2635 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Psychoacoustical Pitch feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2636
nothing@2 2637 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PsychoacousticalPitch"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2638
nothing@2 2639 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2640
nothing@2 2641 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2642
nothing@2 2643 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 2644 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 2645
nothing@2 2646 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2647
nothing@2 2648 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2649
nothing@2 2650 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2651
nothing@2 2652 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2653
nothing@2 2654 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2655
nothing@2 2656 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ;
nothing@2 2657
nothing@2 2658 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> .
nothing@2 2659
nothing@2 2660
nothing@2 2661
nothing@2 2662 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric
nothing@2 2663
nothing@2 2664 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PulseMetric> rdf:type owl:Class ;
nothing@2 2665
nothing@2 2666 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 2667
nothing@2 2668 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2669
nothing@2 2670 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Pulse Metric"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2671
nothing@2 2672 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Pulse Metric feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2673
nothing@2 2674 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "PulseMetric"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2675
nothing@2 2676 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2677
nothing@2 2678 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2679
nothing@2 2680 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSegmentation> ;
nothing@2 2681
nothing@2 2682 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation> ,
nothing@2 2683 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 2684
nothing@2 2685 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2686
nothing@2 2687 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2688
nothing@2 2689 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2690
nothing@2 2691 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2692 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2693
nothing@2 2694
nothing@2 2695
nothing@2 2696 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures
nothing@2 2697
nothing@2 2698 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RatescalefrequencyFeatures> rdf:type owl:Class ;
nothing@2 2699
nothing@2 2700 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EigendomainFeature> ;
nothing@2 2701
nothing@2 2702 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "256"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2703
nothing@2 2704 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Rate-scale-frequency Features"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2705
nothing@2 2706 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Rate-scale-frequency Features feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2707
nothing@2 2708 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RatescalefrequencyFeatures"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2709
nothing@2 2710 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2711
nothing@2 2712 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2713
nothing@2 2714 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 2715 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 2716 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteWaveletTransform> ;
nothing@2 2717
nothing@2 2718 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 2719
nothing@2 2720 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2721
nothing@2 2722 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 2723
nothing@2 2724 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ,
nothing@2 2725 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2726
nothing@2 2727 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2728
nothing@2 2729 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PrincipalComponentAnalysis> ,
nothing@2 2730 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 2731 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2732
nothing@2 2733
nothing@2 2734
nothing@2 2735 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression
nothing@2 2736
nothing@2 2737 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> rdf:type owl:Class ;
nothing@2 2738
nothing@2 2739 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2740
nothing@2 2741 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Regression"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2742
nothing@2 2743
nothing@2 2744
nothing@2 2745 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP
nothing@2 2746
nothing@2 2747 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RelativeSpectralPLP> rdf:type owl:Class ;
nothing@2 2748
nothing@2 2749 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralFeature> ;
nothing@2 2750
nothing@2 2751 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Relative Spectral PLP"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2752
nothing@2 2753 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Relative Spectral PLP feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2754
nothing@2 2755 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RelativeSpectralPLP"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2756
nothing@2 2757 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2758
nothing@2 2759 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2760
nothing@2 2761 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/AutoregressionLinearPredictionAnalysis> ,
nothing@2 2762 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ,
nothing@2 2763 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/CepstralRecursionFormula> ,
nothing@2 2764 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteCosineTransform> ,
nothing@2 2765 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 2766 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ExponentialFunction> ;
nothing@2 2767
nothing@2 2768 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2769
nothing@2 2770 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2771
nothing@2 2772 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 2773 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2774
nothing@2 2775 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2776
nothing@2 2777 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2778
nothing@2 2779 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 2780
nothing@2 2781 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 2782
nothing@2 2783 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2784
nothing@2 2785
nothing@2 2786
nothing@2 2787 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns
nothing@2 2788
nothing@2 2789 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RhythmPatterns> rdf:type owl:Class ;
nothing@2 2790
nothing@2 2791 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ModulationfrequencyFeature> ;
nothing@2 2792
nothing@2 2793 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "80"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2794
nothing@2 2795 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Rhythm Patterns"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2796
nothing@2 2797 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Rhythm Patterns feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2798
nothing@2 2799 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "RhythmPatterns"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2800
nothing@2 2801 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2802
nothing@2 2803 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2804
nothing@2 2805 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 2806 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ;
nothing@2 2807
nothing@2 2808 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2809
nothing@2 2810 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 2811
nothing@2 2812 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 2813 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 2814
nothing@2 2815 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2816
nothing@2 2817 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2818
nothing@2 2819 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2820
nothing@2 2821 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 2822 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2823
nothing@2 2824
nothing@2 2825
nothing@2 2826 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare
nothing@2 2827
nothing@2 2828 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> rdf:type owl:Class ;
nothing@2 2829
nothing@2 2830 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 2831
nothing@2 2832 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Root Mean Square"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2833
nothing@2 2834
nothing@2 2835
nothing@2 2836 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several
nothing@2 2837
nothing@2 2838 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> rdf:type owl:Class ;
nothing@2 2839
nothing@2 2840 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 2841
nothing@2 2842
nothing@2 2843
nothing@2 2844 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness
nothing@2 2845
nothing@2 2846 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sharpness> rdf:type owl:Class ;
nothing@2 2847
nothing@2 2848 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2849
nothing@2 2850 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2851
nothing@2 2852 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sharpness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2853
nothing@2 2854 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Sharpness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2855
nothing@2 2856 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2857
nothing@2 2858 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2859
nothing@2 2860 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 2861
nothing@2 2862 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2863
nothing@2 2864 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 2865
nothing@2 2866 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 2867
nothing@2 2868 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2869
nothing@2 2870 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2871
nothing@2 2872 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 2873
nothing@2 2874 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 2875
nothing@2 2876 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2877
nothing@2 2878
nothing@2 2879
nothing@2 2880 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy
nothing@2 2881
nothing@2 2882 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ShortTimeEnergy> rdf:type owl:Class ;
nothing@2 2883
nothing@2 2884 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 2885
nothing@2 2886 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2887
nothing@2 2888 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Short-Time Energy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2889
nothing@2 2890 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Short-Time Energy feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2891
nothing@2 2892 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ShortTimeEnergy"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2893
nothing@2 2894 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2895
nothing@2 2896 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2897
nothing@2 2898 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DeviationSumofDifferences> ;
nothing@2 2899
nothing@2 2900 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2901
nothing@2 2902 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 2903
nothing@2 2904 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 2905
nothing@2 2906 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 2907
nothing@2 2908 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2909
nothing@2 2910
nothing@2 2911
nothing@2 2912 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal
nothing@2 2913
nothing@2 2914 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Signal> rdf:type owl:Class .
nothing@2 2915
nothing@2 2916
nothing@2 2917
nothing@2 2918 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition
nothing@2 2919
nothing@2 2920 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SingularValueDecomposition> rdf:type owl:Class ;
nothing@2 2921
nothing@2 2922 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> ;
nothing@2 2923
nothing@2 2924 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Singular Value Decomposition"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 2925
nothing@2 2926
nothing@2 2927
nothing@2 2928 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone
nothing@2 2929
nothing@2 2930 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Sone> rdf:type owl:Class ;
nothing@2 2931
nothing@2 2932 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2933
nothing@2 2934 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sone"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2935
nothing@2 2936 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Sone feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2937
nothing@2 2938 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2939
nothing@2 2940 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2941
nothing@2 2942 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 2943
nothing@2 2944 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HighComplexity> ;
nothing@2 2945
nothing@2 2946 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2947
nothing@2 2948 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 2949 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowpassFilter> ;
nothing@2 2950
nothing@2 2951 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2952
nothing@2 2953 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/NonLinearWeightingFunction> ;
nothing@2 2954
nothing@2 2955 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 2956
nothing@2 2957 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2958
nothing@2 2959 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 2960 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2961
nothing@2 2962
nothing@2 2963
nothing@2 2964 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter
nothing@2 2965
nothing@2 2966 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCenter> rdf:type owl:Class ;
nothing@2 2967
nothing@2 2968 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 2969
nothing@2 2970 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 2971
nothing@2 2972 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Center"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2973
nothing@2 2974 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Center feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2975
nothing@2 2976 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCenter"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2977
nothing@2 2978 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 2979
nothing@2 2980 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 2981
nothing@2 2982 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 2983 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ,
nothing@2 2984 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ;
nothing@2 2985
nothing@2 2986 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 2987
nothing@2 2988 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 2989
nothing@2 2990 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 2991
nothing@2 2992 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 2993
nothing@2 2994 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 2995
nothing@2 2996
nothing@2 2997
nothing@2 2998 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid
nothing@2 2999
nothing@2 3000 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid> rdf:type owl:Class ;
nothing@2 3001
nothing@2 3002 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3003
nothing@2 3004 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3005
nothing@2 3006 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Centroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3007
nothing@2 3008 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Centroid feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3009
nothing@2 3010 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCentroid"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3011
nothing@2 3012 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3013
nothing@2 3014 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3015
nothing@2 3016 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3017
nothing@2 3018 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3019
nothing@2 3020 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 3021
nothing@2 3022 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3023
nothing@2 3024 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 3025
nothing@2 3026 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3027
nothing@2 3028 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 3029
nothing@2 3030 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3031
nothing@2 3032 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3033
nothing@2 3034
nothing@2 3035
nothing@2 3036 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest
nothing@2 3037
nothing@2 3038 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest> rdf:type owl:Class ;
nothing@2 3039
nothing@2 3040 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3041
nothing@2 3042 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Crest"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3043
nothing@2 3044 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Crest feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3045
nothing@2 3046 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralCrest"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3047
nothing@2 3048 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3049
nothing@2 3050 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3051
nothing@2 3052 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3053
nothing@2 3054 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ;
nothing@2 3055
nothing@2 3056 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3057
nothing@2 3058 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 3059
nothing@2 3060 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3061
nothing@2 3062 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 3063
nothing@2 3064 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 3065
nothing@2 3066 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3067
nothing@2 3068 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 3069 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 3070 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3071
nothing@2 3072
nothing@2 3073
nothing@2 3074 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion
nothing@2 3075
nothing@2 3076 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDispersion> rdf:type owl:Class ;
nothing@2 3077
nothing@2 3078 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3079
nothing@2 3080 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3081
nothing@2 3082 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Dispersion"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3083
nothing@2 3084 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Dispersion feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3085
nothing@2 3086 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralDispersion"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3087
nothing@2 3088 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3089
nothing@2 3090 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3091
nothing@2 3092 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 3093 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ,
nothing@2 3094 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicPeakDetection> ;
nothing@2 3095
nothing@2 3096 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3097
nothing@2 3098 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3099
nothing@2 3100 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Median> ;
nothing@2 3101
nothing@2 3102 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 3103
nothing@2 3104 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3105
nothing@2 3106 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3107
nothing@2 3108
nothing@2 3109
nothing@2 3110 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness
nothing@2 3111
nothing@2 3112 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness> rdf:type owl:Class ;
nothing@2 3113
nothing@2 3114 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3115
nothing@2 3116 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Flatness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3117
nothing@2 3118 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Flatness feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3119
nothing@2 3120 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralFlatness"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3121
nothing@2 3122 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3123
nothing@2 3124 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3125
nothing@2 3126 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3127
nothing@2 3128 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Fingerprinting> ;
nothing@2 3129
nothing@2 3130 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3131
nothing@2 3132 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 3133 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 3134
nothing@2 3135 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 3136
nothing@2 3137 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 3138
nothing@2 3139 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3140
nothing@2 3141 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 3142 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3143
nothing@2 3144
nothing@2 3145
nothing@2 3146 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux
nothing@2 3147
nothing@2 3148 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlux> rdf:type owl:Class ;
nothing@2 3149
nothing@2 3150 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 3151
nothing@2 3152 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3153
nothing@2 3154 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "SF"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3155
nothing@2 3156 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Flux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3157
nothing@2 3158 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Flux feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3159
nothing@2 3160 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralFlux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3161
nothing@2 3162 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3163
nothing@2 3164 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3165
nothing@2 3166 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 3167 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3168
nothing@2 3169 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3170
nothing@2 3171 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3172
nothing@2 3173 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3174
nothing@2 3175 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ;
nothing@2 3176
nothing@2 3177 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3178
nothing@2 3179 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3180
nothing@2 3181
nothing@2 3182
nothing@2 3183 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure
nothing@2 3184
nothing@2 3185 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeakStructure> rdf:type owl:Class ;
nothing@2 3186
nothing@2 3187 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3188
nothing@2 3189 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3190
nothing@2 3191 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Peak Structure"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3192
nothing@2 3193 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Peak Structure feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3194
nothing@2 3195 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralPeakStructure"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3196
nothing@2 3197 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3198
nothing@2 3199 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3200
nothing@2 3201 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 3202 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 3203 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Entropy> ;
nothing@2 3204
nothing@2 3205 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3206
nothing@2 3207 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LevelCrossingDetector> ;
nothing@2 3208
nothing@2 3209 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 3210
nothing@2 3211 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 3212
nothing@2 3213 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3214
nothing@2 3215 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 3216 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3217
nothing@2 3218
nothing@2 3219
nothing@2 3220 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks
nothing@2 3221
nothing@2 3222 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralPeaks> rdf:type owl:Class ;
nothing@2 3223
nothing@2 3224 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 3225
nothing@2 3226 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Peaks"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3227
nothing@2 3228 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Peaks feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3229
nothing@2 3230 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralPeaks"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3231
nothing@2 3232 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3233
nothing@2 3234 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3235
nothing@2 3236 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 3237 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3238
nothing@2 3239 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/InterFrame> ;
nothing@2 3240
nothing@2 3241 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3242
nothing@2 3243 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MusicInformationRetrieval> ;
nothing@2 3244
nothing@2 3245 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 3246
nothing@2 3247 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3248
nothing@2 3249 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> ,
nothing@2 3250 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3251
nothing@2 3252
nothing@2 3253
nothing@2 3254 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff
nothing@2 3255
nothing@2 3256 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff> rdf:type owl:Class ;
nothing@2 3257
nothing@2 3258 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3259
nothing@2 3260 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3261
nothing@2 3262 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Rolloff"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3263
nothing@2 3264 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Rolloff feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3265
nothing@2 3266 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralRolloff"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3267
nothing@2 3268 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3269
nothing@2 3270 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3271
nothing@2 3272 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3273
nothing@2 3274 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3275
nothing@2 3276 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3277
nothing@2 3278 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3279
nothing@2 3280 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PolynomialRootFinding> ;
nothing@2 3281
nothing@2 3282 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3283
nothing@2 3284 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3285
nothing@2 3286
nothing@2 3287
nothing@2 3288 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope
nothing@2 3289
nothing@2 3290 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope> rdf:type owl:Class ;
nothing@2 3291
nothing@2 3292 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 3293
nothing@2 3294 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "4"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3295
nothing@2 3296 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral Slope"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3297
nothing@2 3298 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Spectral Slope feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3299
nothing@2 3300 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SpectralSlope"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3301
nothing@2 3302 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3303
nothing@2 3304 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3305
nothing@2 3306 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3307
nothing@2 3308 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3309
nothing@2 3310 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3311
nothing@2 3312 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PeakDetection> ;
nothing@2 3313
nothing@2 3314 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3315
nothing@2 3316 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3317
nothing@2 3318 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3319
nothing@2 3320
nothing@2 3321
nothing@2 3322 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning
nothing@2 3323
nothing@2 3324 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> rdf:type owl:Class ;
nothing@2 3325
nothing@2 3326 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 3327
nothing@2 3328 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Spectral binning"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 3329
nothing@2 3330
nothing@2 3331
nothing@2 3332 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition
nothing@2 3333
nothing@2 3334 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> rdf:type owl:Class ;
nothing@2 3335
nothing@2 3336 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ApplicationDomain> .
nothing@2 3337
nothing@2 3338
nothing@2 3339
nothing@2 3340 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio
nothing@2 3341
nothing@2 3342 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandEnergyRatio> rdf:type owl:Class ;
nothing@2 3343
nothing@2 3344 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPhysicalFeature> ;
nothing@2 3345
nothing@2 3346 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Subband Energy Ratio"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3347
nothing@2 3348 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Subband Energy Ratio feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3349
nothing@2 3350 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SubbandEnergyRatio"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3351
nothing@2 3352 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3353
nothing@2 3354 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3355
nothing@2 3356 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ,
nothing@2 3357 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnergySpectralDensity> ;
nothing@2 3358
nothing@2 3359 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3360
nothing@2 3361 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3362
nothing@2 3363 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 3364
nothing@2 3365 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 3366
nothing@2 3367 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3368
nothing@2 3369 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ;
nothing@2 3370
nothing@2 3371 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3372
nothing@2 3373 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3374
nothing@2 3375
nothing@2 3376
nothing@2 3377 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux
nothing@2 3378
nothing@2 3379 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SubbandSpectralFlux> rdf:type owl:Class ;
nothing@2 3380
nothing@2 3381 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyDomainPerceptualFeature> ;
nothing@2 3382
nothing@2 3383 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "8"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3384
nothing@2 3385 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Subband Spectral Flux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3386
nothing@2 3387 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Subband Spectral Flux feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3388
nothing@2 3389 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "SubbandSpectralFlux"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3390
nothing@2 3391 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3392
nothing@2 3393 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3394
nothing@2 3395 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DerivationDifference> ,
nothing@2 3396 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/DiscreteFourierTransform> ;
nothing@2 3397
nothing@2 3398 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/EnvironmentalSoundRecognition> ;
nothing@2 3399
nothing@2 3400 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3401
nothing@2 3402 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ,
nothing@2 3403 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Mean> ;
nothing@2 3404
nothing@2 3405 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 3406
nothing@2 3407 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Normalization> ;
nothing@2 3408
nothing@2 3409 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PerceptualFeature> ;
nothing@2 3410
nothing@2 3411 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Regression> ,
nothing@2 3412 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3413
nothing@2 3414
nothing@2 3415
nothing@2 3416 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum
nothing@2 3417
nothing@2 3418 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SumWeightedSum> rdf:type owl:Class ;
nothing@2 3419
nothing@2 3420 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Aggregation> ;
nothing@2 3421
nothing@2 3422 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Sum, Weighted Sum"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 3423
nothing@2 3424
nothing@2 3425
nothing@2 3426 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature
nothing@2 3427
nothing@2 3428 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> rdf:type owl:Class ;
nothing@2 3429
nothing@2 3430 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Feature> .
nothing@2 3431
nothing@2 3432
nothing@2 3433
nothing@2 3434 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale
nothing@2 3435
nothing@2 3436 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalScale> rdf:type owl:Class .
nothing@2 3437
nothing@2 3438
nothing@2 3439
nothing@2 3440 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation
nothing@2 3441
nothing@2 3442 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Transformation> rdf:type owl:Class ;
nothing@2 3443
nothing@2 3444 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MathematicalOperation> .
nothing@2 3445
nothing@2 3446
nothing@2 3447
nothing@2 3448 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume
nothing@2 3449
nothing@2 3450 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Volume> rdf:type owl:Class ;
nothing@2 3451
nothing@2 3452 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 3453
nothing@2 3454 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3455
nothing@2 3456 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Volume"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3457
nothing@2 3458 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Volume feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3459
nothing@2 3460 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3461
nothing@2 3462 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3463
nothing@2 3464 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3465
nothing@2 3466 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3467
nothing@2 3468 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3469
nothing@2 3470 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Power> ;
nothing@2 3471
nothing@2 3472 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3473
nothing@2 3474 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3475
nothing@2 3476
nothing@2 3477
nothing@2 3478 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing
nothing@2 3479
nothing@2 3480 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> rdf:type owl:Class ;
nothing@2 3481
nothing@2 3482 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Filter> ;
nothing@2 3483
nothing@2 3484 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Windowing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> .
nothing@2 3485
nothing@2 3486
nothing@2 3487
nothing@2 3488 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes
nothing@2 3489
nothing@2 3490 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingPeakAmplitudes> rdf:type owl:Class ;
nothing@2 3491
nothing@2 3492 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 3493
nothing@2 3494 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Zero Crossing Peak Amplitudes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3495
nothing@2 3496 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Zero Crossing Peak Amplitudes feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3497
nothing@2 3498 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ZeroCrossingPeakAmplitudes"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3499
nothing@2 3500 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3501
nothing@2 3502 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "true"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3503
nothing@2 3504 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/BandpassFilterBank> ;
nothing@2 3505
nothing@2 3506 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3507
nothing@2 3508 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Logarithm> ;
nothing@2 3509
nothing@2 3510 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/MediumComplexity> ;
nothing@2 3511
nothing@2 3512 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ParametrizedDimensions> ;
nothing@2 3513
nothing@2 3514 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3515
nothing@2 3516 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/RootMeanSquare> ,
nothing@2 3517 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ;
nothing@2 3518
nothing@2 3519 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/SpeechRecognition> ;
nothing@2 3520
nothing@2 3521 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3522
nothing@2 3523
nothing@2 3524
nothing@2 3525 ### AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate
nothing@2 3526
nothing@2 3527 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate> rdf:type owl:Class ;
nothing@2 3528
nothing@2 3529 rdfs:subClassOf <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalFeature> ;
nothing@2 3530
nothing@2 3531 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/dimensions> "1"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#integer> ;
nothing@2 3532
nothing@2 3533 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/abbreviation> "ZCR"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3534
nothing@2 3535 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "Zero Crossing Rate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3536
nothing@2 3537 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#comment> "Zero Crossing Rate feature"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3538
nothing@2 3539 <AudioFeatureshttp://www.w3.org/2000/01/rdf-schema#label> "ZeroCrossingRate"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3540
nothing@2 3541 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/psychoacoustic_model> "false"^^<AudioFeatureshttp://www.w3.org/2001/XMLSchema#boolean> ;
nothing@2 3542
nothing@2 3543 <AudioFeatureshttp://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing"^^<AudioFeatureshttp://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral> ;
nothing@2 3544
nothing@2 3545 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/temporal_scale> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/IntraFrame> ;
nothing@2 3546
nothing@2 3547 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computational_complexity> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/LowComplexity> ;
nothing@2 3548
nothing@2 3549 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/semantic_interpretation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/PhysicalFeature> ;
nothing@2 3550
nothing@2 3551 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/application_domain> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Several> ;
nothing@2 3552
nothing@2 3553 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/computation> <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectralbinning> ,
nothing@2 3554 <AudioFeatureshttp://sovarr.c4dm.eecs.qmul.ac.uk/features/Windowing> .
nothing@2 3555
nothing@2 3556
nothing@2 3557
nothing@2 3558 ### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean
nothing@2 3559
nothing@2 3560 <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Boolean> rdf:type owl:Class .
nothing@2 3561
nothing@2 3562
nothing@2 3563
nothing@2 3564 ### AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer
nothing@2 3565
nothing@2 3566 <AudioFeatureshttp://www.w3.org/2001/XMLSchema#Integer> rdf:type owl:Class .
nothing@2 3567
nothing@2 3568
nothing@2 3569
nothing@2 3570
nothing@2 3571 ### Generated by the OWL API (version 3.3.1957) http://owlapi.sourceforge.net
nothing@2 3572