annotate rdfonto/TimbreToolbox-onto.n3 @ 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 @prefix af: <http://sovarr.c4dm.eecs.qmul.ac.uk/features/> .
nothing@18 2 @prefix owl: <http://www.w3.org/2002/07/owl#> .
nothing@18 3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
nothing@18 4
nothing@18 5 af:AmplitudeofEnergyModulation a af:AudioFeature ;
nothing@18 6 rdfs:label "Amplitude of Energy Modulation"@en ;
nothing@18 7 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 8 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 9
nothing@18 10 af:Attack a af:AudioFeature ;
nothing@18 11 rdfs:label "Attack"@en ;
nothing@18 12 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 13 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 14
nothing@18 15 af:AttackSlope a af:AudioFeature ;
nothing@18 16 rdfs:label "Attack Slope"@en ;
nothing@18 17 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 18 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 19
nothing@18 20 af:Autocorrelation a af:AudioFeature ;
nothing@18 21 rdfs:label "Autocorrelation"@en ;
nothing@18 22 af:inputRepresentation af:AudioSignal ;
nothing@18 23 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 24
nothing@18 25 af:Decay a af:AudioFeature ;
nothing@18 26 rdfs:label "Decay"@en ;
nothing@18 27 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 28 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 29
nothing@18 30 af:DecreaseSlope a af:AudioFeature ;
nothing@18 31 rdfs:label "DecreaseSlope"@en ;
nothing@18 32 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 33 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 34
nothing@18 35 af:EffectiveDuration a af:AudioFeature ;
nothing@18 36 rdfs:label "Effective Duration"@en ;
nothing@18 37 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 38 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 39
nothing@18 40 af:FrequencyofEnergyModulation a af:AudioFeature ;
nothing@18 41 rdfs:label "Frequency of Energy Modulation"@en ;
nothing@18 42 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 43 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 44
nothing@18 45 af:FundamentalFrequency a af:AudioFeature ;
nothing@18 46 rdfs:label "Fundamental Frequency"@en ;
nothing@18 47 af:inputRepresentation af:Harmonic ;
nothing@18 48 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 49
nothing@18 50 af:HarmonicEnergy a af:AudioFeature ;
nothing@18 51 rdfs:label "Harmonic Energy"@en ;
nothing@18 52 af:inputRepresentation af:Harmonic ;
nothing@18 53 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 54
nothing@18 55 af:HarmonicSpectralDeviation a af:AudioFeature ;
nothing@18 56 rdfs:label "Harmonic Spectral Deviation"@en ;
nothing@18 57 af:inputRepresentation af:Harmonic ;
nothing@18 58 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 59
nothing@18 60 af:Inharmonicity a af:AudioFeature ;
nothing@18 61 rdfs:label "Inharmonicity"@en ;
nothing@18 62 af:inputRepresentation af:Harmonic ;
nothing@18 63 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 64
nothing@18 65 af:Log-AttackTime a af:AudioFeature ;
nothing@18 66 rdfs:label "Log-Attack Time"@en ;
nothing@18 67 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 68 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 69
nothing@18 70 af:NoiseEnergy a af:AudioFeature ;
nothing@18 71 rdfs:label "Noise Energy"@en ;
nothing@18 72 af:inputRepresentation af:Harmonic ;
nothing@18 73 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 74
nothing@18 75 af:Noisiness a af:AudioFeature ;
nothing@18 76 rdfs:label "Noisiness"@en ;
nothing@18 77 af:inputRepresentation af:Harmonic ;
nothing@18 78 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 79
nothing@18 80 af:Oddtoevenharmonicratio a af:AudioFeature ;
nothing@18 81 rdfs:label "Odd to even harmonic ratio"@en ;
nothing@18 82 af:inputRepresentation af:Harmonic ;
nothing@18 83 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 84
nothing@18 85 af:RMS-EnergyEnvelope a af:AudioFeature ;
nothing@18 86 rdfs:label "RMS-Energy Envelope"@en ;
nothing@18 87 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 88 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 89
nothing@18 90 af:Release a af:AudioFeature ;
nothing@18 91 rdfs:label "Release"@en ;
nothing@18 92 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 93 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 94
nothing@18 95 af:SpectralCentroid a af:AudioFeature ;
nothing@18 96 rdfs:label "Spectral Centroid"@en ;
nothing@18 97 af:inputRepresentation af:Auditorymodel,
nothing@18 98 af:Harmonic,
nothing@18 99 af:Short-termFourierTransform ;
nothing@18 100 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 101
nothing@18 102 af:SpectralCrest a af:AudioFeature ;
nothing@18 103 rdfs:label "Spectral Crest"@en ;
nothing@18 104 af:inputRepresentation af:Auditorymodel,
nothing@18 105 af:Short-termFourierTransform ;
nothing@18 106 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 107
nothing@18 108 af:SpectralDecrease a af:AudioFeature ;
nothing@18 109 rdfs:label "Spectral Decrease"@en ;
nothing@18 110 af:inputRepresentation af:Auditorymodel,
nothing@18 111 af:Harmonic,
nothing@18 112 af:Short-termFourierTransform ;
nothing@18 113 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 114
nothing@18 115 af:SpectralFlatness a af:AudioFeature ;
nothing@18 116 rdfs:label "Spectral Flatness"@en ;
nothing@18 117 af:inputRepresentation af:Auditorymodel,
nothing@18 118 af:Short-termFourierTransform ;
nothing@18 119 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 120
nothing@18 121 af:SpectralKurtosis a af:AudioFeature ;
nothing@18 122 rdfs:label "Spectral Kurtosis"@en ;
nothing@18 123 af:inputRepresentation af:Auditorymodel,
nothing@18 124 af:Harmonic,
nothing@18 125 af:Short-termFourierTransform ;
nothing@18 126 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 127
nothing@18 128 af:SpectralRolloff a af:AudioFeature ;
nothing@18 129 rdfs:label "Spectral Rolloff"@en ;
nothing@18 130 af:inputRepresentation af:Auditorymodel,
nothing@18 131 af:Harmonic,
nothing@18 132 af:Short-termFourierTransform ;
nothing@18 133 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 134
nothing@18 135 af:SpectralSkewness a af:AudioFeature ;
nothing@18 136 rdfs:label "Spectral Skewness"@en ;
nothing@18 137 af:inputRepresentation af:Auditorymodel,
nothing@18 138 af:Harmonic,
nothing@18 139 af:Short-termFourierTransform ;
nothing@18 140 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 141
nothing@18 142 af:SpectralSlope a af:AudioFeature ;
nothing@18 143 rdfs:label "Spectral Slope"@en ;
nothing@18 144 af:inputRepresentation af:Auditorymodel,
nothing@18 145 af:Harmonic,
nothing@18 146 af:Short-termFourierTransform ;
nothing@18 147 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 148
nothing@18 149 af:SpectralSpread a af:AudioFeature ;
nothing@18 150 rdfs:label "Spectral Spread"@en ;
nothing@18 151 af:inputRepresentation af:Auditorymodel,
nothing@18 152 af:Harmonic,
nothing@18 153 af:Short-termFourierTransform ;
nothing@18 154 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 155
nothing@18 156 af:Spectro-temporalVariation a af:AudioFeature ;
nothing@18 157 rdfs:label "Spectro-temporal Variation"@en ;
nothing@18 158 af:inputRepresentation af:Auditorymodel,
nothing@18 159 af:Harmonic,
nothing@18 160 af:Short-termFourierTransform ;
nothing@18 161 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 162
nothing@18 163 af:TemporalCentroid a af:AudioFeature ;
nothing@18 164 rdfs:label "Temporal Centroid"@en ;
nothing@18 165 af:inputRepresentation af:TemporalEnergyEnvelope ;
nothing@18 166 rdfs:subClassOf af:GlobalDescriptor .
nothing@18 167
nothing@18 168 af:Tristimulus a af:AudioFeature ;
nothing@18 169 rdfs:label "Tristimulus"@en ;
nothing@18 170 af:inputRepresentation af:Harmonic ;
nothing@18 171 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 172
nothing@18 173 af:ZeroCrossingRate a af:AudioFeature ;
nothing@18 174 rdfs:label "Zero Crossing Rate"@en ;
nothing@18 175 af:inputRepresentation af:AudioSignal ;
nothing@18 176 rdfs:subClassOf af:TimeVaryingDescriptor .
nothing@18 177
nothing@18 178 af:inputRepresentation a owl:ObjectProperty ;
nothing@18 179 rdfs:domain af:AudioDescriptor ;
nothing@18 180 rdfs:range af:InputSignal .
nothing@18 181
nothing@18 182 af:AudioSignal a owl:Class ;
nothing@18 183 rdfs:label "Audio Signal"@en ;
nothing@18 184 rdfs:subClassOf af:InputSignal .
nothing@18 185
nothing@18 186 af:AudioDescriptor a owl:Class ;
nothing@18 187 rdfs:label "Timbre Toolbox Audio Descriptor"@en .
nothing@18 188
nothing@18 189 af:InputSignal a owl:Class ;
nothing@18 190 rdfs:label "Timbre Toolbox Input Representation"@en .
nothing@18 191
nothing@18 192 af:Auditorymodel a owl:Class ;
nothing@18 193 rdfs:label "Auditory model"@en ;
nothing@18 194 rdfs:subClassOf af:InputSignal .
nothing@18 195
nothing@18 196 af:GlobalDescriptor a owl:Class ;
nothing@18 197 rdfs:subClassOf af:AudioDescriptor .
nothing@18 198
nothing@18 199 af:Short-termFourierTransform a owl:Class ;
nothing@18 200 rdfs:label "Short-term Fourier Transform"@en ;
nothing@18 201 rdfs:subClassOf af:InputSignal .
nothing@18 202
nothing@18 203 af:TemporalEnergyEnvelope a owl:Class ;
nothing@18 204 rdfs:label "Temporal Energy Envelope"@en ;
nothing@18 205 rdfs:subClassOf af:InputSignal .
nothing@18 206
nothing@18 207 af:Harmonic a owl:Class ;
nothing@18 208 rdfs:label "Harmonic"@en ;
nothing@18 209 rdfs:subClassOf af:InputSignal .
nothing@18 210
nothing@18 211 af:TimeVaryingDescriptor a owl:Class ;
nothing@18 212 rdfs:subClassOf af:AudioDescriptor .
nothing@18 213