annotate rdfonto/TimbreToolbox-onto.rdf @ 18:d5012016bf64 tip

added rdfpy and rdfonto directories
author nothing@tehis.net
date Tue, 23 Apr 2013 11:49:20 +0100
parents
children
rev   line source
nothing@18 1 <?xml version="1.0" encoding="UTF-8"?>
nothing@18 2 <rdf:RDF
nothing@18 3 xmlns:af="http://sovarr.c4dm.eecs.qmul.ac.uk/features/"
nothing@18 4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
nothing@18 5 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
nothing@18 6 >
nothing@18 7 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Attack">
nothing@18 8 <rdfs:label xml:lang="en">Attack</rdfs:label>
nothing@18 9 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 10 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 11 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 12 </rdf:Description>
nothing@18 13 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Release">
nothing@18 14 <rdfs:label xml:lang="en">Release</rdfs:label>
nothing@18 15 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 16 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 17 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 18 </rdf:Description>
nothing@18 19 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalCentroid">
nothing@18 20 <rdfs:label xml:lang="en">Temporal Centroid</rdfs:label>
nothing@18 21 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 22 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 23 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 24 </rdf:Description>
nothing@18 25 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicEnergy">
nothing@18 26 <rdfs:label xml:lang="en">Harmonic Energy</rdfs:label>
nothing@18 27 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 28 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 29 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 30 </rdf:Description>
nothing@18 31 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCrest">
nothing@18 32 <rdfs:label xml:lang="en">Spectral Crest</rdfs:label>
nothing@18 33 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 34 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 35 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 36 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 37 </rdf:Description>
nothing@18 38 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Decay">
nothing@18 39 <rdfs:label xml:lang="en">Decay</rdfs:label>
nothing@18 40 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 41 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 42 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 43 </rdf:Description>
nothing@18 44 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AttackSlope">
nothing@18 45 <rdfs:label xml:lang="en">Attack Slope</rdfs:label>
nothing@18 46 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 47 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 48 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 49 </rdf:Description>
nothing@18 50 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor">
nothing@18 51 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 52 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
nothing@18 53 </rdf:Description>
nothing@18 54 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic">
nothing@18 55 <rdfs:label xml:lang="en">Harmonic</rdfs:label>
nothing@18 56 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 57 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 58 </rdf:Description>
nothing@18 59 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralFlatness">
nothing@18 60 <rdfs:label xml:lang="en">Spectral Flatness</rdfs:label>
nothing@18 61 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 62 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 63 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 64 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 65 </rdf:Description>
nothing@18 66 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform">
nothing@18 67 <rdfs:label xml:lang="en">Short-term Fourier Transform</rdfs:label>
nothing@18 68 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 69 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 70 </rdf:Description>
nothing@18 71 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralCentroid">
nothing@18 72 <rdfs:label xml:lang="en">Spectral Centroid</rdfs:label>
nothing@18 73 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 74 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 75 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 76 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 77 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 78 </rdf:Description>
nothing@18 79 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/RMS-EnergyEnvelope">
nothing@18 80 <rdfs:label xml:lang="en">RMS-Energy Envelope</rdfs:label>
nothing@18 81 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 82 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 83 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 84 </rdf:Description>
nothing@18 85 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FrequencyofEnergyModulation">
nothing@18 86 <rdfs:label xml:lang="en">Frequency of Energy Modulation</rdfs:label>
nothing@18 87 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 88 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 89 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 90 </rdf:Description>
nothing@18 91 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/ZeroCrossingRate">
nothing@18 92 <rdfs:label xml:lang="en">Zero Crossing Rate</rdfs:label>
nothing@18 93 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 94 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal"/>
nothing@18 95 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 96 </rdf:Description>
nothing@18 97 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel">
nothing@18 98 <rdfs:label xml:lang="en">Auditory model</rdfs:label>
nothing@18 99 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 100 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 101 </rdf:Description>
nothing@18 102 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSkewness">
nothing@18 103 <rdfs:label xml:lang="en">Spectral Skewness</rdfs:label>
nothing@18 104 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 105 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 106 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 107 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 108 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 109 </rdf:Description>
nothing@18 110 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor">
nothing@18 111 <rdfs:label xml:lang="en">Timbre Toolbox Audio Descriptor</rdfs:label>
nothing@18 112 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 113 </rdf:Description>
nothing@18 114 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/inputRepresentation">
nothing@18 115 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
nothing@18 116 <rdfs:domain rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
nothing@18 117 <rdfs:range rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 118 </rdf:Description>
nothing@18 119 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope">
nothing@18 120 <rdfs:label xml:lang="en">Temporal Energy Envelope</rdfs:label>
nothing@18 121 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 122 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 123 </rdf:Description>
nothing@18 124 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Inharmonicity">
nothing@18 125 <rdfs:label xml:lang="en">Inharmonicity</rdfs:label>
nothing@18 126 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 127 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 128 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 129 </rdf:Description>
nothing@18 130 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Noisiness">
nothing@18 131 <rdfs:label xml:lang="en">Noisiness</rdfs:label>
nothing@18 132 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 133 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 134 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 135 </rdf:Description>
nothing@18 136 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor">
nothing@18 137 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 138 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioDescriptor"/>
nothing@18 139 </rdf:Description>
nothing@18 140 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal">
nothing@18 141 <rdfs:label xml:lang="en">Timbre Toolbox Input Representation</rdfs:label>
nothing@18 142 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 143 </rdf:Description>
nothing@18 144 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/NoiseEnergy">
nothing@18 145 <rdfs:label xml:lang="en">Noise Energy</rdfs:label>
nothing@18 146 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 147 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 148 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 149 </rdf:Description>
nothing@18 150 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSlope">
nothing@18 151 <rdfs:label xml:lang="en">Spectral Slope</rdfs:label>
nothing@18 152 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 153 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 154 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 155 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 156 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 157 </rdf:Description>
nothing@18 158 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Spectro-temporalVariation">
nothing@18 159 <rdfs:label xml:lang="en">Spectro-temporal Variation</rdfs:label>
nothing@18 160 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 161 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 162 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 163 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 164 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 165 </rdf:Description>
nothing@18 166 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralKurtosis">
nothing@18 167 <rdfs:label xml:lang="en">Spectral Kurtosis</rdfs:label>
nothing@18 168 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 169 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 170 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 171 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 172 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 173 </rdf:Description>
nothing@18 174 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal">
nothing@18 175 <rdfs:label xml:lang="en">Audio Signal</rdfs:label>
nothing@18 176 <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
nothing@18 177 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/InputSignal"/>
nothing@18 178 </rdf:Description>
nothing@18 179 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AmplitudeofEnergyModulation">
nothing@18 180 <rdfs:label xml:lang="en">Amplitude of Energy Modulation</rdfs:label>
nothing@18 181 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 182 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 183 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 184 </rdf:Description>
nothing@18 185 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/EffectiveDuration">
nothing@18 186 <rdfs:label xml:lang="en">Effective Duration</rdfs:label>
nothing@18 187 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 188 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 189 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 190 </rdf:Description>
nothing@18 191 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralRolloff">
nothing@18 192 <rdfs:label xml:lang="en">Spectral Rolloff</rdfs:label>
nothing@18 193 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 194 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 195 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 196 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 197 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 198 </rdf:Description>
nothing@18 199 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Log-AttackTime">
nothing@18 200 <rdfs:label xml:lang="en">Log-Attack Time</rdfs:label>
nothing@18 201 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 202 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 203 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 204 </rdf:Description>
nothing@18 205 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralSpread">
nothing@18 206 <rdfs:label xml:lang="en">Spectral Spread</rdfs:label>
nothing@18 207 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 208 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 209 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 210 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 211 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 212 </rdf:Description>
nothing@18 213 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/DecreaseSlope">
nothing@18 214 <rdfs:label xml:lang="en">DecreaseSlope</rdfs:label>
nothing@18 215 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 216 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TemporalEnergyEnvelope"/>
nothing@18 217 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/GlobalDescriptor"/>
nothing@18 218 </rdf:Description>
nothing@18 219 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/HarmonicSpectralDeviation">
nothing@18 220 <rdfs:label xml:lang="en">Harmonic Spectral Deviation</rdfs:label>
nothing@18 221 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 222 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 223 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 224 </rdf:Description>
nothing@18 225 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/SpectralDecrease">
nothing@18 226 <rdfs:label xml:lang="en">Spectral Decrease</rdfs:label>
nothing@18 227 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 228 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Auditorymodel"/>
nothing@18 229 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 230 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Short-termFourierTransform"/>
nothing@18 231 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 232 </rdf:Description>
nothing@18 233 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Tristimulus">
nothing@18 234 <rdfs:label xml:lang="en">Tristimulus</rdfs:label>
nothing@18 235 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 236 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 237 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 238 </rdf:Description>
nothing@18 239 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Autocorrelation">
nothing@18 240 <rdfs:label xml:lang="en">Autocorrelation</rdfs:label>
nothing@18 241 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 242 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioSignal"/>
nothing@18 243 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 244 </rdf:Description>
nothing@18 245 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Oddtoevenharmonicratio">
nothing@18 246 <rdfs:label xml:lang="en">Odd to even harmonic ratio</rdfs:label>
nothing@18 247 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 248 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 249 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 250 </rdf:Description>
nothing@18 251 <rdf:Description rdf:about="http://sovarr.c4dm.eecs.qmul.ac.uk/features/FundamentalFrequency">
nothing@18 252 <rdfs:label xml:lang="en">Fundamental Frequency</rdfs:label>
nothing@18 253 <rdf:type rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/AudioFeature"/>
nothing@18 254 <af:inputRepresentation rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/Harmonic"/>
nothing@18 255 <rdfs:subClassOf rdf:resource="http://sovarr.c4dm.eecs.qmul.ac.uk/features/TimeVaryingDescriptor"/>
nothing@18 256 </rdf:Description>
nothing@18 257 </rdf:RDF>